:root {
  --dark-slate-blue: #404980;
  --white: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #404980;
  text-align: left;
  margin: 0 0 30px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin: 10px 0 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

p {
  float: left;
  color: #9b9b9b;
  text-align: left;
  max-height: none;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  overflow: visible;
}

a {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

img {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3f4a6b;
  border-radius: 5px;
  width: 300px;
  margin: 15px auto 50px;
  padding: 14px 29px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.3s;
  display: block;
  position: static;
  overflow: visible;
}

.button:hover {
  background-color: #848a9c;
}

.button.w--current {
  float: none;
  clear: left;
  display: inline-block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.button.sign-up {
  float: none;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #31ceb2;
  border-radius: 30px;
  width: 200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.button.sign-up:hover {
  background-color: #33b59f;
}

.button.sign-up.white-button {
  color: #31ceb2;
  text-align: center;
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.button.sign-up.white-button:hover {
  background-color: #fffc;
}

.button.sign-up.white-button.center {
  float: none;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
  inset: 0 0% 0 50%;
  transform: translate(-50%);
}

.button.sign-up.white-button.center.w--current {
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.sign-up.white-button.center.blue-section {
  float: none;
  color: #3f4a6b;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  left: 0%;
  transform: none;
}

.button.sign-up.medium {
  float: left;
  letter-spacing: 1px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.button.sign-up.medium.careers {
  float: none;
  margin-top: 50px;
}

.button.sign-up.contact-home {
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  width: auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
  position: static;
}

.button.sign-up.contact-home.form-submit {
  float: left;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.sign-up.contact-home.form-submit.careerspage {
  float: none;
  width: auto;
  display: block;
}

.button.sign-up.contact-home.menu {
  z-index: 10000;
  float: right;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  position: relative;
}

.button.sign-up.contact-home.menu.w--current {
  z-index: 10000;
}

.button.sign-up.contact-home.menu.botao-fora-do-menu {
  margin-top: -45px;
  margin-right: 0;
  padding-right: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.button.sign-up.contact-home.white {
  background-color: #fff;
}

.button.sign-up.contact-home.white.ruby {
  color: #404980;
  background-color: #ffffffb0;
}

.button.sign-up.contact-home.white.ruby:hover {
  background-color: #fff;
}

.button.sign-up.contact-home.white.ruby:visited {
  background-color: #ffffffde;
}

.button.sign-up.careers {
  float: left;
  text-align: center;
}

.button.sign-up.candidatos {
  width: auto;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.sign-up.white-button-copy {
  color: #31ceb2;
  text-align: center;
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.button.sign-up.white-button-copy:hover {
  background-color: #fffc;
}

.button.sign-up.white-button-copy.center {
  float: none;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
  inset: 0 0% 0 50%;
  transform: translate(-50%);
}

.button.sign-up.white-button-copy.center.w--current {
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.sign-up.white-button-copy.center.blue-section {
  float: none;
  color: #3f4a6b;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  left: 0%;
  transform: none;
}

.button.center {
  letter-spacing: 0.5px;
  text-transform: none;
  border-radius: 30px;
  width: 400px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  position: static;
}

.button.center.careerspage {
  float: left;
  letter-spacing: 1px;
  width: 60%;
}

.section {
  z-index: 300;
  float: none;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding: 100px;
  display: block;
  position: relative;
  inset: 0;
}

.section.hero {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section.hero.wearehiring {
  margin-bottom: 0;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.grey {
  z-index: 0;
  text-align: center;
  background-color: #fff;
  padding: 100px;
  inset: 0;
}

.section.centered {
  z-index: 300;
  text-align: center;
  background-color: #fff;
  padding-bottom: 65px;
}

.section.centered.grey {
  z-index: 0;
  background-color: #f2f4f8;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.section.centered.grey.world {
  padding-bottom: 0;
}

.section.centered.grey.blog-posts {
  padding-left: 100px;
  padding-right: 100px;
}

.section.centered.world {
  min-height: 440px;
}

.section.centered.world.grey.jobs {
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.section.centered.lightgrey {
  z-index: 300;
  float: none;
  clear: none;
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 65px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.section.centered.lightgrey.darker {
  background-color: #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.footer {
  text-align: center;
  background-color: #404980;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section.blue {
  z-index: 0;
  text-align: center;
  background-color: #3f4a6b;
  background-image: linear-gradient(#181818a6, #181818a6),
    url("../images/1.jpg");
  background-position: 0 0, 50% 57%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 150px;
}

.section.blue.joinus {
  z-index: 300;
  float: none;
  clear: none;
  background-color: #31ceb2;
  padding-bottom: 100px;
  font-size: 16px;
  position: relative;
  inset: 0;
  overflow: visible;
}

.section.blue.joinus.careers {
  z-index: 0;
  text-transform: none;
  background-image: none;
  padding: 100px;
  font-size: 16px;
  font-weight: 400;
}

.section.blue.joinus.center {
  z-index: 0;
  background-image: url("../images/4.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  position: relative;
  overflow: visible;
}

.section.blue.buildproduct {
  background-image: linear-gradient(#18181866, #18181866),
    url("../images/cards.jpg");
  background-position: 0 0, 50% 61%;
}

.section.darkgrey {
  z-index: 0;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.testemonials {
  z-index: 0;
  background-image: linear-gradient(#fff, #fff);
}

.section.lightgrey {
  background-color: #f2f4f8;
}

.section.carrers-section {
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section.first {
  z-index: 0;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.section.first.inside {
  z-index: 0;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section.first.home {
  float: none;
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
  inset: 0;
}

.section.first.home.estagios-de-verao {
  background-color: #fff0;
  max-width: 1024px;
  margin-top: -450px;
  display: inline-block;
  position: relative;
}

.nav-link {
  color: #404980;
  letter-spacing: 0.5px;
  text-transform: none;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
  display: inline-block;
}

.nav-link:hover,
.nav-link.w--current {
  color: #31ceb2;
}

.logo {
  float: none;
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 11px;
  display: block;
  position: static;
}

.hero-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px;
  text-decoration: none;
  display: block;
  position: relative;
}

.hero-heading.careers {
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 1px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.hero-subhead {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  max-height: 600px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  position: static;
}

.hero-subhead.center {
  text-align: center;
  max-height: 600px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-title {
  float: none;
  color: #404980;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 50px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
  position: static;
}

.section-title.bluebg {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
}

.section-title.bluebg.careers {
  float: none;
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.section-title.bluebg.careers.ipad {
  line-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-title.world {
  float: none;
  text-align: center;
  display: block;
}

.section-title.world.smaller {
  line-height: 20px;
}

.section-title.careers {
  float: left;
  padding-bottom: 50px;
}

.section-title.casestudies {
  text-align: left;
}

.section-title.white {
  font-weight: 600;
}

.section-title.white.form {
  text-align: left;
  margin-bottom: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
}

.section-title.trending-publications {
  text-align: center;
}

.section-subtitle {
  color: #848999;
  text-align: center;
  margin-bottom: 43px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 28px;
}

.section-subtitle.blue {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.section-subtitle.exeption {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.section-subtitle.exeption.a-lot-more {
  font-size: 19px;
  font-weight: 300;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.footer-text {
  color: #7d8391;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 100;
  display: inline-block;
}

.social-icon {
  text-align: center;
  background-color: #c0c0c096;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 7px;
  transition: all 0.2s;
}

.social-icon:hover {
  background-color: #7f89a3;
}

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

.button-group {
  opacity: 0.4;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.button-group:hover {
  opacity: 1;
}

.center {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.container-home-section1 {
  z-index: 10;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.p {
  color: #848999;
  text-align: left;
  letter-spacing: 0.5px;
  margin-top: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.p.center {
  float: none;
  clear: left;
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.p.center.bluebg {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 200;
}

.p.center.bluebg.contacts {
  opacity: 1;
  margin-top: 0;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.p.center.bluebg.contacts.supersmall {
  float: none;
  clear: none;
  text-align: right;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 8px;
  font-size: 9px;
  font-weight: 400;
}

.p.center.bluebg.contacts.supersmall.rights-reserve {
  float: none;
  clear: none;
  opacity: 0.5;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  position: relative;
  left: 0;
}

.p.center.slideshow {
  color: #111;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p.center.slideshow.article {
  padding-right: 0;
  font-size: 14px;
}

.p.center.slideshow.white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 30px;
}

.p.center.slideshow.white.list {
  width: 85%;
  margin-bottom: 50px;
}

.p.center.slideshow.white.form {
  height: auto;
  font-size: 20px;
}

.p.center.slideshow.how-we-work {
  padding-right: 0;
}

.p.center.slideshow.how-we-work.centered {
  text-align: center;
  display: block;
}

.p.center.slideshow.estagios {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 50px;
  font-weight: 400;
  display: block;
}

.p.centered {
  color: #848999;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.p.right {
  float: left;
  color: #111;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  position: static;
}

.p.trusted {
  color: #7a7a7a;
  letter-spacing: 1px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}

.p.smartphone-adjustment {
  text-align: left;
}

.p.smartphone-adjustment.center {
  color: #404a80;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.how-we-work-image {
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-title-howwework {
  height: 50px;
}

.join-us-container {
  text-align: center;
  height: auto;
}

.div-overlay-video {
  z-index: 1;
  background-color: #0000005e;
  background-image: linear-gradient(#0000008c, #0000008c),
    url("../images/teamofficesb2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.div-overlay-video.from-idea-to-product---we-transform-your-startup-idea-into-a-scalable-product {
  background-image: linear-gradient(#00000075, #00000075),
    url("../images/cards.jpg");
  background-position: 0 0, 50%;
}

.div-overlay-video.dev-team {
  background-color: #0000002b;
  background-image: linear-gradient(#0000007a, #0000007a),
    url("../images/teamofficesb4.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-bg {
  z-index: 10000;
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-bg.white {
  background-color: #fff;
  height: 80px;
  display: block;
  position: absolute;
  box-shadow: 0 0 5px #0000002b;
}

.dash-trigger {
  color: #fff0;
}

.h2 {
  color: #333333d9;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.h2.margin-bottom.smaller {
  float: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  display: block;
}

.h2.margin-bottom.smaller.nome {
  float: left;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
}

.h2.margin-bottom.smaller.nome.min-read {
  clear: both;
  color: #33333380;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.h2.margin-bottom.smaller.titulo-post {
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}

.h2.margin-bottom.smaller.post {
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.columns-chosen-by {
  margin-top: 0;
}

.idea-to-product {
  text-align: center;
  margin-top: 10px;
}

.link-text {
  color: #fff;
  text-decoration: underline;
}

.link-text:hover {
  color: #75d1c1bd;
}

.slider-works {
  float: none;
  clear: none;
  background-color: #ddd0;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: 0;
  overflow: visible;
}

.image-slider {
  background-color: #fff;
  position: relative;
}

.arrows {
  opacity: 1;
  background-image: url("../images/arrow-right.png");
  background-position: 50%;
  background-size: cover;
  width: 18px;
  height: 30.5px;
  margin-top: 0%;
  position: absolute;
  inset: 50% 0;
}

.arrows:hover {
  background-image: url("../images/arrow-right-over.png");
  background-position: 50%;
  background-size: cover;
}

.arrows.right {
  opacity: 0.1;
  inset: 50% 0 50% auto;
}

.arrows.right:hover {
  opacity: 1;
}

.arrows.right.margin-right {
  margin-right: 20px;
  top: 30%;
}

.arrows.left {
  opacity: 0.1;
  background-image: url("../images/arrow-left.png");
  background-position: 50%;
  background-size: auto;
  inset: 50% auto 50% 0;
}

.arrows.left:hover {
  opacity: 1;
  background-image: url("../images/arrow-left-over.png");
  background-position: 0 0;
  background-size: cover;
}

.arrows.left.margin-left {
  margin-left: 20px;
  display: block;
  inset: 30% 0 0% auto;
}

.row-frameworks {
  margin-bottom: 50px;
}

.form {
  border-radius: 4px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.arrow {
  text-align: center;
  margin-bottom: 0;
  overflow: visible;
}

.type {
  color: #848999;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.borders {
  float: none;
  clear: left;
  border-left-width: 0;
  display: block;
  position: static;
  inset: 50% 0;
}

.borders.testemonials {
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: block;
}

.borders.testemonials.quote {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.image-test {
  float: right;
  clear: none;
  text-align: right;
  width: 70px;
  margin-top: 0;
  display: block;
  position: relative;
  transform: translate(-50%);
}

.we-are-hiring-bubbles {
  border-radius: 300px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.we-are-hiring-bubbles.photos-medium {
  float: left;
  clear: both;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.img {
  float: left;
  clear: none;
  width: 20px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
}

.texto {
  float: left;
  clear: none;
  color: #111;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 17px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  position: static;
}

.white {
  color: #fff;
  text-indent: 0;
  font-size: 34px;
  line-height: 37px;
}

.white.center {
  float: left;
  text-align: center;
  width: 100%;
  line-height: 44px;
}

.lesscolumn {
  padding-top: 15px;
}

.linkedin {
  opacity: 1;
  transform: translate(0);
}

.bar-menu {
  z-index: 10000;
  float: none;
  text-align: center;
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0%;
  right: 0;
}

.navbar {
  opacity: 1;
  text-align: center;
  background-color: #ddd0;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.play {
  float: none;
  text-align: center;
  display: none;
  position: static;
}

.form-width {
  float: none;
  width: 400px;
  margin-top: 100px;
  display: block;
  position: static;
  inset: 0 0%;
}

.container-form {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.brand-mobile {
  z-index: 12001;
  float: none;
  text-align: center;
  width: 200px;
  display: block;
  position: relative;
}

.brand-mobile.w--current {
  z-index: 10000;
  float: left;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.text-message-height {
  background-color: #fff;
  min-height: 200px;
  display: block;
}

.text-message-height.form-text {
  font-family: Lato, sans-serif;
}

.telephone-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.telephone-link:focus {
  font-weight: 300;
}

.error-form-1,
.error-form-2,
.error-form-3 {
  color: #f3a8a8;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.error-form-1 {
  text-align: center;
}

.error-form-3 {
  color: #d21616;
}

.error-form.careers-page-error {
  float: none;
  text-align: center;
}

.error-form.careers-page-error.hero {
  color: red;
}

.slider-mobile {
  display: inline;
}

.background {
  text-align: center;
  background-color: #f1f3f7;
}

.texto-404 {
  color: #cfcfcf;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 50px;
}

.img_bussola {
  padding-bottom: 50px;
}

.lighttalks {
  display: block;
}

.main-section {
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section.pdsession {
  background-color: #f2f4f8;
  padding-left: 100px;
  padding-right: 100px;
}

.design-process-block {
  text-align: center;
  padding: 80px 20px 0;
}

.design-process-block._01 {
  padding-top: 93px;
}

.design-process-block._01.mobile._04 {
  float: none;
  text-align: left;
  padding-top: 50px;
  padding-left: 0;
}

.design-process-block._02 {
  padding-top: 94px;
}

.design-process-block._02.mobile {
  padding-top: 47px;
}

.design-process-block._02.mobile.landing.portrait {
  text-align: left;
  padding-top: 0;
  padding-left: 50px;
}

.design-process-block._04 {
  padding-top: 89px;
}

.design-process-block._04.mobile {
  padding-top: 105px;
}

.image-design {
  width: 464px;
  height: 478px;
}

.image-design._02 {
  width: 568px;
  height: 310px;
  margin-top: 25px;
  padding-top: 62px;
}

.image-design._02.detailed-wireframes-visual-prototype {
  width: auto;
  height: auto;
}

.image-design._01 {
  width: 500px;
  height: 448px;
}

.image-design._04 {
  width: 500px;
  height: 463px;
  margin-top: 0;
  margin-bottom: -70px;
  padding-top: 27px;
}

.image-design._04.development-process {
  padding-top: 40px;
}

.image-design._05 {
  width: 487px;
  height: 376px;
}

.section-design {
  color: #f3f4f8;
  background-color: #f3f4f8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-design._02 {
  background-color: #f3f4f8;
}

.section-design._02.mobile {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-design._02.mobile.portrait {
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.companies-block {
  text-align: center;
  padding: 15px 5px;
}

.img-companies {
  opacity: 1;
  padding-top: 0;
}

.img-companies:hover {
  opacity: 1;
}

.img-companies.jakt {
  opacity: 1;
  margin-top: -4px;
  padding-top: 0;
}

.img-companies.fa {
  margin-top: 13px;
  padding-top: 6px;
}

.img-companies.icn {
  margin-top: 8px;
}

.form-text {
  border-style: none;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  box-shadow: 0 0 23px #00000030;
}

.form-text.spacing {
  margin-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.imagem-fundo-sharing-experiences {
  z-index: 0;
  filter: blur(3px);
  background-image: url("../images/C3ffpa-WEAA-nlf.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  display: block;
  position: absolute;
  inset: -10px;
  overflow: hidden;
}

.imagem-fundo-sharing-experiences.lente {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff);
  inset: 0;
}

.imagem-fundo-sharing-experiences.lente.lightgrey {
  background-color: #f8f8f8;
  background-image: none;
  inset: 0;
}

.rectangulo-branco {
  background-color: #fff;
  border-radius: 3px;
  max-width: 300px;
  height: 380px;
  margin-right: 10px;
  padding: 30px 20px;
  display: block;
  box-shadow: 0 1px 22px #0000001a;
}

.rectangulo-branco.meio {
  margin-left: 5px;
  margin-right: 5px;
}

.rectangulo-branco.direita {
  margin-left: 10px;
  margin-right: 0;
}

.imagem-branca {
  background-image: linear-gradient(#fff0, #fff 59%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 200px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.imagem-branca.direita {
  margin-left: 20px;
  margin-right: 10px;
}

.imagem-branca.meio {
  margin-left: 15px;
  margin-right: 15px;
}

.medium-button {
  color: #31ceb2;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #31ceb2;
  border-radius: 30px;
  margin-top: 130px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.sharing {
  float: left;
  color: #111;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.sharing.clients {
  color: #727272;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.sharing.clients.nomes-dos-clientes {
  color: #b9b9b9;
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.image-hirign {
  float: right;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 110px;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.slider-quotes {
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
}

.cargo {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.title-example {
  color: #6d6d6d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.title-example.slideshow {
  color: #404980;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}

.link {
  color: #838383;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.green {
  color: #31ceb2;
  font-size: 30px;
  line-height: 20px;
}

.text-link {
  color: #31ceb2;
}

.image-2 {
  display: block;
}

.image-2.carrers-image {
  transform: ;
  margin-bottom: 70px;
}

.column {
  background-image: url("../images/rr-formacao.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.column-2 {
  background-image: url("../images/runtime-small-island.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.column-3 {
  background-image: url("../images/board-games.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.column-4 {
  background-image: url("../images/padel.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.column-5 {
  background-image: url("../images/jogo-futebol.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.section-2 {
  display: block;
}

.image-3 {
  filter: brightness(69%);
  width: 100%;
  position: absolute;
  inset: 0% 0% -50%;
  overflow: visible;
}

.column-7 {
  background-image: url("../images/office-ltalk.jpg");
  background-position: 0;
  background-size: cover;
  height: 300px;
}

.column-8 {
  background-image: url("../images/CAKES.jpg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.column-9 {
  text-align: left;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 20px;
}

.shermans {
  float: none;
  max-width: 100%;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.left-arrow {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.success-message {
  background-color: #0000;
}

/* .success-message.success {
  margin-top: 100px;
} */

.paragraph {
  color: #00312361;
  font-weight: 700;
}

.paragraph.success {
  color: #b4ffea;
  font-weight: 300;
  position: relative;
  width: 70%;
  text-align: center;
}

.paragraph.success.careers-page-message {
  text-align: left;
}

.paragraph.success.careers-page-message.hero {
  float: none;
  color: #c5ffee;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.paragraph.success.estagios {
  color: #00976d;
  line-height: 28px;
}

.error-message {
  background-color: #0000;
  font-size: 12px;
}

.success-message-1,
.success-message-2,
.success-message-3 {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.success-message-2 {
  float: left;
  margin-top: 1em;
  .paragraph.success.careers-page-message {
    color: green;
  }
}

.success-message-3 {
  margin-top: 1em;
}

.success-message-2.hero {
  float: none;
}

.error-message-2 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.quotation {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.row-2 {
  margin-left: 0;
  margin-right: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

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

.smaller {
  font-size: 14px;
}

.text-field {
  float: right;
  width: 100%;
  display: inline-block;
  position: relative;
}

.text-field.hero {
  width: 300px;
}

.text-field.hero.form-text {
  float: left;
  text-align: left;
  width: 400px;
  display: block;
  position: relative;
}

.text-field.form-text {
  float: left;
  max-width: 400px;
}

.column-12 {
  padding-right: 0;
}

.column-13 {
  text-align: center;
  position: relative;
}

.column-15 {
  height: 100%;
  display: block;
  position: relative;
}

.column-15.next-slide {
  margin-top: 80px;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.right-arrow {
  width: 40px;
  height: 100px;
  margin-top: -120px;
  margin-bottom: auto;
  margin-right: 100px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.left-arrow-2 {
  float: right;
  text-align: right;
  width: 40px;
  height: 100px;
  margin-top: -120px;
  margin-right: 140px;
  position: absolute;
  inset: 0;
}

.div-home {
  float: none;
  max-width: 1200px;
}

.div-block {
  float: none;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  position: static;
}

.div-block._1280px {
  float: none;
  text-align: center;
  width: auto;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.div-block._1280px.white {
  background-color: #fff;
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.div-block._1280px.white.estagios {
  background-color: #fff;
  padding-top: 50px;
  box-shadow: 1px 1px 39px -7px #00069638;
}

.div-block._1280px.menu {
  width: 100%;
  margin-right: 0;
  padding-right: 40px;
}

.div-block._1280px.footer {
  background-color: #404a8000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.navbar-2 {
  z-index: 20000;
  position: fixed;
}

.title-services {
  color: #404980;
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.title-services.slideshow {
  margin-bottom: 20px;
  font-size: 20px;
}

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

.text-block {
  text-align: left;
}

.text-block.service-list {
  color: #31ceb2;
  letter-spacing: 0.5px;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block.service-list:hover {
  direction: ltr;
  font-style: normal;
  text-decoration: none;
}

.text-block.service-list.link {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.services-collection {
  margin-bottom: 10px;
}

.services-collection._2 {
  margin-top: -10px;
}

.collection-list-wrapper {
  margin-bottom: 30px;
}

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

.column-18 {
  padding-left: 0;
}

.columns-blog-home {
  margin-bottom: 0;
}

.column-19 {
  padding-left: 0;
}

.column-19.columnposts {
  padding-right: 0;
}

.collection-list-wrapper-2 {
  padding-right: 5px;
}

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

.column-how-it-is-to-work-with-us {
  margin-top: 100px;
  margin-bottom: 0;
}

.column-20 {
  padding-left: 0;
}

.column-20.image-how-we-work {
  padding-right: 50px;
}

.row-3 {
  background-color: #404980;
  padding-right: 0;
  display: block;
  position: relative;
}

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

.column-22 {
  padding-bottom: 0;
  padding-left: 0;
  position: static;
}

.row-4 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-4 {
  background-image: url("../images/shermansworking.jpg");
  background-size: cover;
  width: 100%;
  height: 650px;
  margin-right: 50px;
  padding-right: 0;
  display: inline-block;
  position: absolute;
  inset: 0 50px 0 1px;
  overflow: hidden;
}

.div-block-5 {
  float: none;
  padding-right: 50px;
  position: relative;
}

.div-block-6 {
  z-index: 0;
  color: #000;
  background-color: #00000091;
  width: 100%;
  height: 900px;
  display: inline;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.column-23 {
  text-align: center;
  padding-top: 15px;
  padding-right: 0;
  position: static;
}

.column-26 {
  padding-left: 0;
}

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

.body {
  text-align: center;
  background-color: #95ffe100;
}

.row-5 {
  margin-top: -50px;
  padding-left: 0;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 14px #0000004d;
  max-width: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.label {
  color: #363636;
  text-align: left;
}

.row-6 {
  display: block;
}

.select-field {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-style: none;
  box-shadow: 0 0 21px #00000030;
}

.field-label-2 {
  color: #afafaf;
  text-align: left;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-12 {
  background-image: linear-gradient(#0000, #00000094),
    url("../images/photo-1501426026826-31c667bdf23d.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.row-7 {
  max-width: 1280px;
}

.row-8 {
  position: static;
}

.image-8 {
  z-index: 0;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  margin-top: -100px;
  display: inline-block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.div-block-13 {
  float: none;
  clear: none;
  width: 100%;
  max-height: 600px;
  position: static;
  overflow: hidden;
}

.div-block-14 {
  width: 100%;
  margin-top: 200px;
  position: absolute;
}

.collection-item-2 {
  text-align: left;
}

.letswork {
  text-align: center;
}

.letswork.whitebutton {
  float: none;
  text-align: center;
}

.paragraph-3 {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.heading-6 {
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-right: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.collection-list {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  z-index: 5000;
  background-color: #404980;
  height: 200px;
  line-height: 20px;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, 0.33fr) 0.33fr 0.33fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.heading-8 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 60px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-10 {
  padding-bottom: 10px;
  font-size: 34px;
}

.link-block-2 {
  cursor: pointer;
}

.footer {
  text-align: center;
  background-color: #404a80;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer._1280px {
  display: none;
}

.image-18 {
  background-image: url("../images/5745d46770166f8515d8b1f7_Logo_react02.png");
  background-position: 0 0;
  background-size: auto;
}

.image-19 {
  background-image: url("../images/5745c08f245d7fb30f6aa407_Logo_angularjs02.png");
  background-position: 0 0;
  background-size: cover;
}

.column-28 {
  background-image: url("../images/ember.png");
  background-position: 0 0;
  background-size: cover;
}

.column-30 {
  background-image: url("../images/bootstrap.png");
  background-position: 0 0;
  background-size: cover;
}

.image-21 {
  -webkit-text-fill-color: inherit;
  background-image: url("../images/5745cd1270166f8515d8a24f_Logo_backbone02.png");
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.image-22 {
  background-image: url("../images/5745d32b1330a52216260890_Logo_coffeescript02.png");
  background-position: 0 0;
  background-size: cover;
}

.image-25 {
  background-image: url("../images/5745954a70166f8515d834e8_Logo_sass02.png");
  background-position: 0 0;
  background-size: cover;
}

.image-26 {
  background-image: url("../images/5745d42d70166f8515d8b1cb_Logo_less02.png");
  background-position: 0 0;
  background-size: cover;
}

.image-27 {
  background-image: url("../images/5745d3f170166f8515d8b1b8_Logo_jquery02.png");
  background-position: 0 0;
  background-size: cover;
}

.navbar-3 {
  color: #888;
  background-color: #fff;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #666666cf;
}

.brand {
  width: 200px;
}

.nav-link-open {
  color: var(--dark-slate-blue);
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-open.w--current {
  color: #34ceb2;
}

.button-2 {
  float: none;
  background-color: #34ceb2;
  border-radius: 20px;
  margin-top: 13px;
  margin-left: 32px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.columns {
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 100%;
}

.text-block-10 {
  color: var(--dark-slate-blue);
  padding-bottom: 10px;
}

.ti2 {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.text-block-11 {
  color: var(--dark-slate-blue);
  text-align: left;
  padding-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-12 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-29 {
  margin-left: 8px;
}

.numbers {
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  display: block;
}

.image-30 {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-block-14 {
  color: var(--white);
  text-align: center;
  object-fit: fill;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  overflow: visible;
}

.columns-3 {
  float: none;
  text-align: center;
  object-fit: fill;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.div-block-18 {
  text-align: center;
  display: block;
}

.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8 {
  font-weight: 900;
}

.columns-9 {
  flex-direction: column;
  display: block;
}

.column-51 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.paragraph-standard {
  float: left;
  clear: both;
  color: #333;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 26px;
}

.sub-heading-left {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.title-centered {
  color: var(--dark-slate-blue);
  text-align: center;
  margin: 60px auto 40px;
  font-size: 52px;
  line-height: 42px;
}

.heading-centered {
  text-align: center;
  margin: 60px auto 40px;
  font-weight: 700;
  position: static;
}

.text-span-8 {
  font-size: 34px;
  line-height: 44px;
}

.title-text {
  overflow: auto;
}

.bold-blue {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: none;
}

.footer-link.w--current:hover {
  text-decoration: underline;
}

.text-block-15 {
  text-align: center;
}

.text-block-15.white {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: static;
}

.railsconf {
  z-index: 3000;
  object-fit: fill;
  background-color: #dd4038;
  width: 100%;
  display: none;
  position: fixed;
  top: 78px;
  overflow: visible;
}

.container {
  padding-top: 4px;
}

.link-6 {
  color: #fff;
}

.rails {
  background-color: #edf3fa;
  height: 100%;
}

.railsconf_1 {
  float: none;
  text-align: center;
  object-fit: fill;
  background-image: url("../images/rails-triangle-right.png"),
    url("../images/rails-triangle-left.png");
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 150px, auto 150px;
  border: 3px solid #ffa934;
  border-left: 4px #fd4c43;
  border-right: 4px #fd4c43;
  width: 100%;
  min-width: 650px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: static;
  inset: 0% auto;
}

.railsconfflag {
  float: none;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.railsconfh2 {
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.railsconfbtn {
  background-color: var(--dark-slate-blue);
  border-radius: 23px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-20 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.paragraph-4 {
  margin-bottom: 0;
}

.railsconfparagraph {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.rails_mobile {
  display: none;
}

.railsconf_2 {
  float: none;
  text-align: center;
  object-fit: fill;
  background-image: url("../images/rails-triangle-right.png"),
    url("../images/rails-triangle-left.png");
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 150px, auto 150px;
  border: 3px solid #ffa934;
  border-left: 4px #fd4c43;
  border-right: 4px #fd4c43;
  width: 100%;
  min-width: 650px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: static;
  inset: 0% auto;
}

.heading-11 {
  color: #404980;
}

.heading-12 {
  color: var(--dark-slate-blue);
}

.html-embed {
  margin-bottom: 0;
  display: none;
}

.columns-11 {
  object-fit: fill;
  height: 600px;
  margin-top: 180px;
  margin-bottom: 60px;
  display: block;
  position: static;
}

.heading-13 {
  color: var(--dark-slate-blue);
}

.bold-text-9 {
  text-align: left;
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 10px;
  margin-right: 0;
  padding: 40px 60px;
  box-shadow: 1px 1px 40px #00000080;
}

.paragraph-5 {
  color: #333;
  width: 100%;
}

.columns-12 {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.image-31,
.image-32 {
  margin-right: 20px;
}

.image-33 {
  margin-top: 20px;
  margin-right: 20px;
}

.image-34 {
  margin-top: 20px;
}

.paragraph-6,
.paragraph-7,
.paragraph-8 {
  color: #333;
}

.section-7 {
  background-color: var(--dark-slate-blue);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 0;
}

.white-icon-case-study {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-white-paragraph {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.body-3 {
  padding-left: 0;
}

.div-block-25 {
  object-fit: none;
  background-image: url("../images/SocialMediaBanner_Website.png");
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: 1520px 150px;
  background-attachment: scroll;
  width: 1520px;
  height: 150px;
}

.div-block-26 {
  background-image: url("../images/SocialMediaBanner_Website.png"),
    url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 1520px;
  height: 150px;
  position: static;
}

.ebook {
  float: none;
  text-align: center;
  object-fit: fill;
  border: 3px solid #ffa934;
  border-left: 4px #fd4c43;
  border-right: 4px #fd4c43;
  width: 100%;
  min-width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline;
  position: static;
  inset: 0% auto;
  overflow: visible;
}

.image-35 {
  display: inline-block;
  overflow: visible;
}

.button-3 {
  object-fit: fill;
  background-image: url("../images/SocialMediaBanner_Website.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  max-width: 100%;
  overflow: visible;
}

.link-block-5 {
  text-align: center;
  object-fit: scale-down;
  object-position: 50% 50%;
  background-image: url("../images/SocialMediaBanner_Website.png");
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.ebook_mobile {
  display: none;
}

.link-block-6,
.section-8 {
  background-color: #43ceb3;
}

@media screen and (max-width: 991px) {
  .button.sign-up {
    margin-top: 50px;
  }

  .button.sign-up.medium {
    margin-top: 30px;
  }

  .button.sign-up.contact-home {
    margin-top: 20px;
  }

  .button.sign-up.contact-home.form-submit {
    float: left;
    margin-top: 0;
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .button.sign-up.contact-home.form-submit.careerspage {
    position: relative;
  }

  .button.sign-up.contact-home.menu {
    margin-right: 10px;
  }

  .button.sign-up.contact-home.menu.botao-fora-do-menu {
    padding-right: 20px;
  }

  .button.center.careerspage {
    text-align: center;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    position: relative;
  }

  .section.hero {
    margin-top: 0;
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.centered.grey {
    padding: 60px 50px;
  }

  .section.centered.grey.blog-posts {
    padding: 60px 0;
  }

  .section.centered.world.grey.jobs {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.blue {
    padding-top: 60px;
  }

  .section.blue.joinus.center {
    margin-right: 0;
    padding: 60px 0;
  }

  .section.carrers-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.first {
    margin-top: 0;
    padding: 60px;
  }

  .section.first.home.estagios-de-verao {
    margin-top: -400px;
  }

  .nav-link {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

  .logo {
    margin-left: 10px;
  }

  .hero-heading {
    margin-top: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subhead {
    margin-bottom: 0;
  }

  .section-title {
    text-align: left;
    padding-bottom: 30px;
    padding-left: 0;
    font-size: 15px;
  }

  .section-title.bluebg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-title.bluebg.careers {
    z-index: 2;
    text-align: center;
  }

  .section-title.bluebg.careers.ipad {
    text-align: left;
  }

  .section-title.casestudies {
    padding-left: 60px;
  }

  .section-title.white {
    width: 100%;
    position: static;
  }

  .section-title.white.form {
    padding-left: 50px;
    font-size: 30px;
  }

  .section-subtitle.blue {
    text-align: left;
  }

  .section-subtitle.exeption.a-lot-more.mobile-work {
    font-size: 15px;
  }

  .social-icon {
    margin-top: 12px;
  }

  .container-home-section1 {
    margin-top: auto;
    display: inline-block;
  }

  .p.center {
    clear: left;
    text-align: center;
    margin-bottom: 20px;
  }

  .p.center.bluebg.contacts,
  .p.center.bluebg.contacts.supersmall.rights-reserve {
    padding-left: 0;
    padding-right: 0;
  }

  .p.center.slideshow {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .p.center.slideshow.white.form {
    height: auto;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 100px;
    font-size: 18px;
  }

  .p.center.slideshow.estagios {
    margin-top: 50px;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-overlay-video {
    filter: none;
    height: auto;
    position: absolute;
  }

  .h2.margin-bottom.smaller.nome {
    text-align: left;
  }

  .h2.margin-bottom.smaller.titulo-post {
    margin-bottom: 20px;
  }

  .h2.margin-bottom.smaller.post {
    overflow: visible;
  }

  .row-frameworks {
    margin-bottom: 50px;
  }

  .arrow {
    padding-left: 5px;
    padding-right: 5px;
  }

  .borders.testemonials {
    text-align: center;
    width: 100%;
  }

  .image-test {
    float: right;
    padding-top: 40px;
    padding-left: 50px;
    position: static;
    overflow: scroll;
  }

  .we-are-hiring-bubbles.photos-medium {
    width: 50px;
    height: 50px;
  }

  .white {
    display: block;
  }

  .column-joinus {
    margin-top: 60px;
    padding-right: 0;
    display: block;
    position: static;
    inset: 0;
  }

  .form-width {
    float: none;
    text-align: center;
    width: auto;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .container-form {
    float: none;
    margin-right: 0;
    display: none;
  }

  .text-message-height.form-text {
    display: block;
    position: static;
  }

  .error-form.careers-page-error {
    float: none;
    text-align: center;
  }

  .main-section.pdsession {
    height: auto;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .design-process-block._01.mobile {
    padding-top: 49px;
  }

  .design-process-block._01.mobile._04 {
    padding-top: 29px;
  }

  .design-process-block._02.mobile {
    padding-top: 28px;
  }

  .design-process-block._04.mobile {
    padding-top: 64px;
  }

  .image-design._02 {
    width: auto;
    height: auto;
    padding-top: 37px;
  }

  .image-design._01 {
    width: auto;
    height: auto;
  }

  .image-design._01.product-design-session {
    max-width: 79%;
    display: block;
    position: absolute;
  }

  .image-design._04,
  .image-design._05 {
    width: auto;
    height: auto;
  }

  .section-design._02.mobile.portrait {
    padding-bottom: 60px;
  }

  .rectangulo-branco {
    max-width: 350px;
    margin-right: 5px;
    overflow: hidden;
  }

  .rectangulo-branco.direita {
    margin-left: 5px;
  }

  .imagem-branca {
    max-width: 350px;
    margin-left: 0;
    margin-right: 10px;
  }

  .medium-button {
    letter-spacing: 0;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

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

  .title-example.slideshow {
    text-align: left;
  }

  .image-3 {
    height: 100%;
    inset: 0;
  }

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

  .shermans {
    max-height: 470px;
  }

  .paragraph.success.careers-page-message {
    float: none;
    text-align: center;
    width: 100%;
  }

  .success-message-2 {
    float: none;
  }

  .column-10 {
    display: block;
  }

  .column-11 {
    text-align: center;
    display: block;
  }

  .text-field.hero {
    width: 250px;
  }

  .text-field.hero.form-text {
    float: left;
    text-align: left;
    width: 340px;
    max-width: 350px;
  }

  .column-12 {
    text-align: right;
  }

  .column-13 {
    clear: none;
    text-align: center;
    overflow: visible;
  }

  .column-15.next-slide {
    margin-top: 0;
  }

  .right-arrow {
    margin-right: 60px;
  }

  .left-arrow-2 {
    margin-right: 100px;
  }

  .div-home {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block._1280px {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block._1280px.menu {
    padding-right: 20px;
  }

  .title-services.slideshow {
    padding-left: 0;
  }

  .column-19.columnposts {
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-blog-posts {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-how-it-is-to-work-with-us {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-20 {
    height: 100%;
    position: relative;
  }

  .column-21 {
    padding-right: 0;
  }

  .column-22 {
    text-align: center;
    margin-top: 0;
    padding: 40px 20px;
    display: block;
    position: static;
  }

  .row-4 {
    margin-top: 10px;
  }

  .collection-item {
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-4 {
    height: 650px;
    margin-right: 0;
    inset: 0 auto auto 1px;
    overflow: hidden;
  }

  .div-block-6 {
    display: inline-block;
  }

  .column-23 {
    padding-left: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-left: 80px;
  }

  .label {
    float: left;
  }

  .div-block-12 {
    background-position: 0 0, 50%;
    height: 600px;
  }

  .div-block-14 {
    margin-top: 170px;
  }

  .section-6 {
    height: auto;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-9 {
    font-size: 18px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    object-fit: contain;
    background-image: url("../images/5745d46770166f8515d8b1f7_Logo_react02.png");
    background-size: cover;
  }

  .navbar-3 {
    z-index: 5000;
    display: block;
  }

  .nav-link-open {
    text-align: center;
    font-size: 16px;
  }

  .icon-2 {
    color: var(--dark-slate-blue);
    font-size: 30px;
  }

  .button-2 {
    margin-bottom: 29px;
    margin-left: 0;
    display: none;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 1px 1px 3px #8d8d8d;
  }

  .menu-button,
  .menu-button.w--open {
    background-color: var(--white);
  }

  .numbers {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .button.sign-up {
    margin-top: 30px;
  }

  .button.sign-up.medium {
    float: none;
  }

  .button.sign-up.contact-home {
    text-align: center;
  }

  .button.sign-up.contact-home.form-submit {
    float: left;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .button.sign-up.contact-home.form-submit.careerspage {
    float: none;
    display: inline-block;
    position: relative;
  }

  .button.sign-up.contact-home.menu {
    float: none;
    color: #fff;
    text-align: center;
    background-color: #31ceb2;
    margin: 0 60px 40px;
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button.center.careerspage {
    width: 100%;
  }

  .section {
    padding: 50px 0;
  }

  .section.hero {
    padding: 100px 40px 50px;
  }

  .section.hero.wearehiring {
    padding-bottom: 0;
  }

  .section.grey {
    z-index: 1000;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.centered.grey {
    z-index: 1000;
  }

  .section.centered.world {
    min-height: 300px;
    padding-top: 40px;
  }

  .section.centered.world.grey.jobs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer {
    text-align: center;
  }

  .section.blue.joinus.careers {
    padding: 60px 40px;
    line-height: 0;
  }

  .section.carrers-section {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.first {
    margin-top: 0;
    padding: 50px;
  }

  .section.first.inside {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.first.home {
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.first.home.estagios-de-verao {
    margin-top: 50px;
  }

  .nav-link {
    float: left;
    clear: left;
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    inset: 0;
  }

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

  .nav-link.w--current {
    float: left;
    clear: left;
    text-align: center;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    inset: 0;
    transform: translate(0);
  }

  .nav-link.w--current:hover,
  .nav-link.w--current:active {
    color: #fff;
  }

  .logo {
    float: none;
    margin-top: 5px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-heading.careers {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-subhead {
    font-weight: 300;
  }

  .section-title.bluebg.careers {
    text-align: center;
  }

  .section-title.casestudies {
    padding-left: 50px;
  }

  .section-title.white.form {
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-subtitle.blue {
    text-align: center;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .right-footer-col {
    text-align: center;
    margin-bottom: 30px;
  }

  .center.column-build-your-product {
    margin-bottom: 30px;
  }

  .container-home-section1 {
    display: inline-block;
  }

  .p {
    text-align: left;
    padding-right: 10px;
  }

  .p.center.bluebg.contacts {
    text-align: center;
    font-weight: 300;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .p.center.bluebg.contacts.supersmall {
    display: block;
    position: static;
  }

  .p.center.bluebg.contacts.supersmall.rights-reserve {
    text-align: center;
    display: block;
  }

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

  .p.center.slideshow.white.form {
    clear: both;
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
  }

  .p.center.slideshow.estagios {
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
  }

  .p.centered {
    margin-bottom: 30px;
  }

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

  .p.trusted {
    padding-right: 0;
  }

  .div-overlay-video {
    z-index: 1;
    background-color: #363b48b3;
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/teamofficesb6.jpg");
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: 720px;
  }

  .div-overlay-video.dev-team {
    height: 600px;
  }

  .menu-bg {
    height: 60px;
  }

  .h2.margin-bottom {
    margin-bottom: 30px;
  }

  .h2.margin-bottom.smaller.nome {
    margin-bottom: 0;
    padding-left: 0;
  }

  .idea-to-product {
    padding-left: 10px;
  }

  .image-slider,
  .type {
    text-align: center;
  }

  .borders.testemonials {
    text-align: center;
    width: 100%;
  }

  .we-are-hiring-bubbles.photos-medium {
    width: 40px;
    height: 40px;
  }

  .texto {
    color: #111;
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    font-weight: 400;
  }

  .white {
    text-align: center;
  }

  .column-joinus {
    object-fit: contain;
    flex-wrap: wrap;
    height: 280px;
    margin-top: 40px;
    display: block;
    overflow: visible;
  }

  .bar-menu {
    z-index: 10002;
    float: left;
    clear: left;
    color: #0000;
    background-color: #fff;
    width: 100%;
    height: 300px;
    margin-top: 0;
    padding: 30px 20px;
    display: inline-block;
    position: relative;
    inset: 0 auto 0 0;
    box-shadow: 0 0 15px #0000003b;
  }

  .form-width {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
    position: relative;
    left: 0%;
    transform: none;
  }

  .container-form {
    display: none;
  }

  .button-mobile-bg {
    z-index: 10009;
    background-color: #0000;
    margin-top: -50px;
  }

  .button-mobile-bg.w--open {
    background-color: #31ceb2;
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .button-mobile-bg.w--open:active {
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .button-mobile-bg.home {
    margin-top: 0;
  }

  .button-mobile-bg.home.subido.mobilesubido {
    margin-top: -55px;
  }

  .brand-mobile.w--current {
    float: left;
    left: 0%;
  }

  .main-section.pdsession {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .design-process-block._01.mobile._04 {
    text-align: center;
  }

  .design-process-block._02.mobile {
    padding-top: 60px;
  }

  .design-process-block._02.mobile.landing {
    padding-top: 112px;
  }

  .design-process-block._04.mobile {
    padding-top: 124px;
  }

  .image-design._02.detailed-wireframes-visual-prototype {
    height: 400px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-design._01.product-design-session {
    object-fit: fill;
    max-width: none;
    height: 300px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .image-design._04.development-process {
    height: 350px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-design._05.user-testing {
    height: 350px;
    padding-top: 53px;
    display: inline-block;
  }

  .section-design._02.mobile.portrait {
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .rectangulo-branco {
    max-width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }

  .rectangulo-branco.meio,
  .rectangulo-branco.direita {
    max-width: 100%;
  }

  .imagem-branca {
    background-image: linear-gradient(#fff0, #fff 56%);
    max-width: 100%;
    margin-bottom: 30px;
  }

  .medium-button {
    width: 80%;
  }

  .image-hirign {
    object-fit: fill;
    position: relative;
    inset: 32px auto auto;
  }

  .title-example.slideshow {
    text-align: center;
  }

  .image-3 {
    height: 80%;
    overflow: hidden;
  }

  .column-9 {
    text-align: center;
    display: block;
    position: static;
  }

  .shermans {
    margin-bottom: 20px;
  }

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

  .text-span-2 {
    width: 100%;
  }

  .text-field {
    float: none;
    margin-top: 20px;
    display: block;
  }

  .text-field.hero {
    float: none;
    display: inline-block;
    position: static;
  }

  .text-field.hero.form-text {
    float: none;
    clear: none;
    text-align: left;
    margin-top: 0;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .text-field.form-text {
    max-width: 100%;
    position: static;
  }

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

  .column-13 {
    text-align: center;
    position: static;
  }

  .right-arrow {
    margin-right: 40px;
  }

  .left-arrow-2 {
    margin-right: 80px;
  }

  .div-home {
    margin-top: 40px;
    margin-right: 45px;
  }

  .div-block._1280px {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block._1280px.white.estagios {
    margin-top: 80px;
  }

  .column-19.columnposts {
    padding-left: 50px;
  }

  .column-how-it-is-to-work-with-us {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-20.image-how-we-work {
    padding-right: 0;
  }

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

  .div-block-4 {
    float: none;
    width: 100%;
    height: 400px;
    margin-right: 0;
    position: static;
    inset: 0 50px auto 1px;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .text-block-2 {
    color: #404980;
    letter-spacing: 1px;
    padding-top: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .column-26 {
    padding-right: 0;
  }

  .heading-2 {
    color: #404980;
    text-align: center;
    text-shadow: none;
    margin-left: 0;
    font-size: 40px;
    line-height: 25px;
  }

  .div-block-12 {
    background-image: url("../images/photo-1501426026826-31c667bdf23d.jpg");
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .row-7 {
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-14 {
    margin-top: 100px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .heading-9 {
    font-size: 15px;
  }

  .column-27 {
    height: 54px;
  }

  .contact-form,
  .footer {
    padding: 40px 20px;
  }

  .text-block-10 {
    font-weight: 400;
  }

  .text-block-11 {
    padding-top: 8px;
    padding-left: 0;
  }

  .text-block-12 {
    margin-bottom: 19px;
    padding-top: 8px;
  }

  .image-29 {
    margin-left: 0;
  }

  .column-40 {
    text-align: left;
  }

  .column-41 {
    flex-wrap: wrap;
    display: block;
  }

  .numbers {
    z-index: 1000;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .columns-3 {
    flex-flow: row;
    display: flex;
  }

  .column-45 {
    text-align: center;
    flex-wrap: wrap;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .columns-4 {
    flex-wrap: wrap;
    display: flex;
  }

  .column-46 {
    order: 1;
  }

  .div-block-19 {
    display: block;
  }

  .columns-5 {
    flex-wrap: wrap;
    display: flex;
  }

  .column-47 {
    order: 1;
  }

  .columns-6 {
    flex-wrap: wrap;
    align-content: stretch;
    display: flex;
  }

  .column-49 {
    display: flex;
  }

  .column-50,
  .columns-7 {
    display: block;
  }

  .rails {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    display: none;
    position: relative;
    overflow: visible;
  }

  .rails_mobile {
    z-index: 300;
    background-color: #edf3fa;
    border: 3px solid #ffa934;
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: auto;
  }

  .railsconf_2 {
    border-style: none;
    min-width: 100%;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-22 {
    display: flex;
  }

  .html-embed {
    clear: both;
  }

  .image-35 {
    display: none;
  }

  .ebook_mobile {
    display: flex;
  }

  .section-8 {
    display: none;
  }

  .image-36 {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
  }

  .button.sign-up {
    width: 100%;
  }

  .button.sign-up.white-button.center.blue-section {
    width: 300px;
    margin-top: 10px;
  }

  .button.sign-up.medium {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 20px;
    position: static;
  }

  .button.sign-up.medium.careers {
    margin-right: 0;
  }

  .button.sign-up.contact-home {
    margin-top: 0;
  }

  .button.sign-up.contact-home.form-submit {
    float: none;
    width: 100%;
    padding-left: 20px;
    display: inline-block;
  }

  .button.sign-up.contact-home.form-submit.careerspage {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
  }

  .button.sign-up.careers {
    width: 100%;
    margin-top: 0;
  }

  .button.sign-up.white-button-copy.center.blue-section {
    width: 300px;
    margin-top: 10px;
  }

  .button.center {
    width: 300px;
  }

  .button.center.careerspage {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 0;
  }

  .section {
    padding: 30px 11px;
  }

  .section.hero {
    padding: 149px 10px 0;
  }

  .section.hero.wearehiring {
    background-image: none;
  }

  .section.grey {
    z-index: 1000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.centered.grey {
    z-index: 300;
    padding: 30px 20px;
  }

  .section.centered.grey.blog-posts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.centered.world {
    min-height: 400px;
  }

  .section.centered.world.grey.jobs {
    padding-left: 20px;
  }

  .section.footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.blue {
    padding-top: 30px;
  }

  .section.blue.joinus.careers {
    padding: 40px 20px 0;
  }

  .section.darkgrey {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.testemonials {
    float: none;
    clear: none;
    padding-bottom: 10px;
    position: static;
  }

  .section.carrers-section {
    margin-top: 0;
    padding: 40px 0 20px;
  }

  .section.first {
    margin-top: 0;
    padding: 30px 20px;
  }

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

  .section.first.home {
    z-index: 500;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.first.home.estagios-de-verao {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    float: left;
    clear: left;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 30px;
    display: block;
    position: relative;
    inset: 0 0%;
  }

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

  .nav-link.w--current {
    float: left;
    text-align: center;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    inset: 0 0%;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .logo {
    margin-top: 5px;
  }

  .hero-heading {
    padding-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading.careers {
    margin-top: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-subhead {
    text-align: center;
    margin-bottom: 34px;
  }

  .section-title {
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 25px;
  }

  .section-title.bluebg {
    text-align: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .section-title.world.smaller {
    width: 100%;
    margin-right: 0;
  }

  .section-title.careers {
    padding-top: 20px;
  }

  .section-title.casestudies {
    text-align: center;
    padding-left: 0;
  }

  .section-title.white.form {
    text-align: center;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
  }

  .section-subtitle.blue {
    text-align: center;
    padding-right: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .section-subtitle.exeption.a-lot-more {
    margin-bottom: 0;
  }

  .section-subtitle.exeption.a-lot-more.mobile-work {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .center {
    font-size: 25px;
  }

  .container-home-section1 {
    margin-top: 0;
  }

  .p {
    padding-left: 0;
    padding-right: 0;
  }

  .p.center.bluebg.contacts.supersmall {
    float: none;
    text-align: center;
    margin-top: 0;
    position: relative;
  }

  .p.center.bluebg.contacts.supersmall.rights-reserve {
    text-align: center;
    display: block;
    overflow: visible;
  }

  .p.center.slideshow {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .p.center.slideshow.article {
    text-align: left;
    padding-left: 0;
  }

  .p.center.slideshow.white.list {
    margin-bottom: 20px;
  }

  .p.center.slideshow.white.form {
    text-align: center;
    height: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .p.center.slideshow.how-we-work.centered {
    margin-top: 10px;
  }

  .p.center.slideshow.estagios {
    margin-top: -50px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .p.smartphone-adjustment {
    text-align: center;
    margin-bottom: 30px;
  }

  .p.smartphone-adjustment.center {
    font-size: 18px;
  }

  .div-overlay-video {
    background-color: #363b4875;
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/teamofficesb6.jpg");
    background-position: 0 0, 79%;
    background-size: auto, cover;
    height: 550px;
    padding-bottom: 0;
  }

  .menu-bg.white {
    height: 60px;
  }

  .h2.margin-bottom.smaller.nome {
    padding-left: 0;
  }

  .h2.margin-bottom.smaller.titulo-post {
    padding-top: 5px;
    padding-left: 0;
  }

  .columns-chosen-by {
    flex-flow: wrap;
    display: block;
  }

  .idea-to-product {
    height: 100px;
  }

  .arrows.right.margin-right {
    margin-right: 0;
  }

  .arrows.left.margin-left {
    margin-left: 0;
  }

  .row-frameworks {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .arrow {
    padding-left: 0;
    padding-right: 0;
  }

  .borders.testemonials.quote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .we-are-hiring-bubbles.photos-medium {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .texto {
    float: none;
    clear: left;
    color: #111;
    margin-top: 20px;
  }

  .white {
    text-align: center;
    font-size: 32px;
  }

  .white.center {
    font-size: 20px;
    line-height: 29px;
  }

  .lesscolumn {
    overflow: visible;
  }

  .column-joinus {
    height: auto;
  }

  .bar-menu {
    float: left;
    clear: left;
    height: 350px;
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 80px;
    display: block;
    position: relative;
    inset: 0;
  }

  .navbar {
    overflow: hidden;
  }

  .form-width {
    float: none;
    clear: none;
    min-width: 280px;
    display: inline;
    position: static;
    left: 0%;
    overflow: visible;
  }

  .container-form {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: relative;
  }

  .button-mobile-bg {
    float: right;
    height: auto;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .button-mobile-bg.home {
    float: right;
    clear: none;
    height: auto;
    margin-top: 0;
    padding-left: 18px;
    position: relative;
  }

  .button-mobile-bg.home.subido {
    margin-top: 0;
  }

  .brand-mobile,
  .brand-mobile.w--current {
    width: 210px;
  }

  .hero-mask {
    background-color: #fff0;
    height: auto;
    display: block;
  }

  .slider-mobile {
    background-color: #ddd0;
  }

  .main-section.pdsession {
    padding: 30px 10px;
  }

  .design-process-block._01.mobile._04 {
    padding-top: 0;
    padding-right: 0;
  }

  .design-process-block._02.mobile.landing.portrait {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-design._02.detailed-wireframes-visual-prototype {
    height: 300px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-design._01 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .image-design._04.development-process {
    height: 300px;
  }

  .image-design._05.user-testing {
    height: 300px;
    padding-top: 16px;
  }

  .section-design._02.mobile.portrait {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rectangulo-branco {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: block;
  }

  .rectangulo-branco.meio {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .rectangulo-branco.direita {
    margin-left: 0;
  }

  .imagem-branca {
    background-image: linear-gradient(#fff0, #fff 59%);
    margin-left: 10px;
    margin-right: 10px;
  }

  .imagem-branca.direita {
    background-image: linear-gradient(#fff0 28%, #fff 50%);
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .imagem-branca.direita.mobile {
    background-image: linear-gradient(#fff0, #fff 50%);
  }

  .imagem-branca.meio.mobile {
    background-image: linear-gradient(#fff0, #fff 59%);
    margin-left: 10px;
    margin-right: 10px;
  }

  .medium-button {
    letter-spacing: 0;
    width: 90%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    display: block;
    position: relative;
  }

  .title-example.slideshow {
    text-align: center;
  }

  .green {
    text-align: center;
    width: 100%;
    font-size: 24px;
    display: block;
  }

  .shermans {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quotation {
    font-size: 24px;
  }

  .text-field.hero.form-text {
    width: 100%;
  }

  .text-field.form-text {
    border-radius: 4px;
  }

  .column-12 {
    padding-left: 0;
  }

  .column-15.next-slide {
    padding-right: 0;
  }

  .right-arrow {
    margin-top: -100px;
    margin-right: 0;
  }

  .left-arrow-2 {
    margin-top: -100px;
    margin-left: 0;
  }

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

  .div-home {
    margin-top: -35px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block._1280px {
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .div-block._1280px.white.estagios {
    box-shadow: none;
    margin-top: 100px;
  }

  .div-block._1280px.menu {
    height: 60px;
    padding-right: 20px;
    position: static;
    overflow: visible;
  }

  .div-block._1280px.footer {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .title-services.center {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .text-block.service-list {
    text-align: center;
  }

  .text-block.service-list.link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-17,
  .column-18 {
    padding-right: 0;
  }

  .column-19.columnposts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-wrapper-2 {
    padding-right: 0;
  }

  .column-blog-posts {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-how-it-is-to-work-with-us {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-20.image-how-we-work {
    padding-right: 0;
  }

  .column-21 {
    object-fit: fill;
    height: auto;
    padding-right: 0;
    overflow: visible;
  }

  .column-22 {
    clear: both;
  }

  .collection-item {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    float: none;
    text-align: center;
    background-position: 100%;
    background-size: cover;
    width: 100%;
    position: static;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .div-block-6 {
    height: auto;
    display: inline-block;
    position: absolute;
  }

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

  .column-24 {
    margin-top: 20px;
  }

  .column-25 {
    padding-right: 0;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 20px;
    position: static;
  }

  .image-8 {
    margin-top: 0;
  }

  .div-block-13 {
    background-color: #ff0000bd;
    height: 400px;
  }

  .div-block-14 {
    display: block;
    position: absolute;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .section-6 {
    z-index: 1000;
    height: auto;
    margin-top: 80px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .heading-8 {
    margin-bottom: -10px;
    font-size: 30px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-10 {
    margin-bottom: 51px;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .link-block-2 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    object-fit: fill;
  }

  .column-32 {
    overflow: visible;
  }

  .navbar-3 {
    z-index: 3000;
    background-color: #fff;
    overflow: visible;
  }

  .brand {
    width: 200px;
    padding-left: 10px;
  }

  .nav-link-open {
    color: #404980;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .icon-2 {
    color: #444d82;
  }

  .button-2 {
    background-color: #31ceb2;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    overflow: hidden;
  }

  .column-33 {
    object-fit: fill;
  }

  .columns {
    flex-wrap: wrap;
  }

  .column-34 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .column-35 {
    padding-left: 0;
  }

  .column-36 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-2 {
    display: block;
  }

  .column-37 {
    flex-flow: column wrap;
    display: flex;
  }

  .bold-text-4 {
    color: var(--dark-slate-blue);
  }

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

  .image-28 {
    padding-top: 5px;
  }

  .link-block-3,
  .link-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-3 {
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .div-block-18,
  .column-42,
  .column-43,
  .column-44 {
    padding-bottom: 40px;
  }

  .columns-6,
  .column-49 {
    flex-direction: column;
  }

  .columns-7,
  .columns-8 {
    flex-direction: column;
    display: flex;
  }

  .railsconf_1 {
    display: none;
  }

  .railsconfh2 {
    text-align: center;
  }

  .railsconfbtn {
    padding-bottom: 9px;
  }

  .railsconfparagraph {
    margin-bottom: 19px;
  }

  .rails_mobile {
    height: 310px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .railsconf_2 {
    height: 200px;
  }

  .div-block-22 {
    height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .html-embed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-10 {
    overflow: auto;
  }
}

#w-node-_6067a866-4912-2368-18a5-6bb118336129-a783ecdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6067a866-4912-2368-18a5-6bb118336119-a783ecdd,
  #w-node-_6067a866-4912-2368-18a5-6bb11833611d-a783ecdd,
  #w-node-_6067a866-4912-2368-18a5-6bb118336121-a783ecdd,
  #w-node-_6067a866-4912-2368-18a5-6bb118336125-a783ecdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.spinner {
  display: none;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(165, 160, 160, 0.2);
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
