.landing_hero--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing_hero--menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.landing_hero--item {
  margin-left: 2em;
}

.landing_hero--item a {
  font-size: 18px;
  font-family: 'ArialRoundedMTBold';
  color: #283353;
  text-decoration: none;
}

.landing_hero--menu-open,
.landing_hero--menu-close {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #283353;
  cursor: pointer;
  display: none;
}

.landing_hero--menu-close {
  display: none;
}

.hero-video__column {
  flex-direction: column;
}

/* .spanishful-details__for p {
  font-size: 1.75em;
}

.decorator03 {
  width: 95%;
  bottom: -65%;
  left: 2.5%;
} */

.btn.btn--primary {
  background: rgb(98,179,227) !important;
  background: linear-gradient(180deg, rgba(98,179,227,1) 0%, rgba(37,149,219,1) 100%) !important;
}

.btn.btn--dark {
  background: rgb(148,71,188) !important;
  background: linear-gradient(180deg, rgba(148,71,188,1) 0%, rgba(101,14,162,1) 100%) !important;
}

.spanishful-details__ctas--wraper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spanishful-details__ctas--wraper a {
  text-decoration: none;
  margin: 0 20px;
}

.spanishful-details__plus {
  margin: 4em 0;
  display: inline-block;
  position: relative;
}

.decorator01__reverse {
  top: 110%;
  right: 15em;
  width: 3em;
}

.spanishful-details__plus h4 {
  font-family: 'ArialRoundedMTBold';
  color: #283353;
  font-size: 2.5em;
}
.spanishful-details__plus p {
  font-size: 1.875em;
  color: #283353;
  font-family: 'AvenirNext-Medium';
  margin-top: 1em;
}


.spanishful-details__plus h4 span {
  color: #39b3f9;
}

.hero-video {
  width: 90%;
  max-width: 720px;
}

.resourceful-cta--top {
  margin-bottom: 4em;
}

.resourceful-cta--bottom {
  margin-top: 4em;
}

.started__wrapper,
.careers__wrapper {
  width: 100%;
  display: block;
}

.started__hero,
.careers__hero,
.careers__hiring-form--wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 8.125em;
  padding-bottom: 6.25em;
  position: relative;
}

.started__hero .decorator07,
.careers__hero .decorator07 {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 8em;
}

.spanishful-details--title {
}

.landing__wrapper--dark {
  background-color: #e3e3e3;
}

.started__wrapper,
.careers__wrapper {
  width: 100%;
  background-color: #f0f0f0;
}

.started__hero--title h3 span,
.careers__hero--title h3 span {
  color: #a9c54d;
}

.started__hero--title .decorator02,
.careers__hero--title .decorator02,
.decorator09 {
  width: 4.25em;
  top: -46%;
  left: -11%;
}

.decorator09 {
  top: 0;
  right: -2em;
  left: auto;
}

.started__form--wrapper,
.careers__advice--wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
}

.started__form--character,
.careers__advice--character {
  width: 16.5625em;
  margin-right: 4em;
}

.started__form--character {
  width: 20em;
}

.started__form,
.careers__advice {
  width: 23.125em;
  display: block;
  margin-left: 2em;
  text-align: left;
}

.started__form {
  width: 26em;
}

.started__form .input__wrapper,
.started__form--character img,
.careers__advice--character img {
  width: 100%;
  display: block;
}

.started__form .input__wrapper span {
  font-size: 20px;
  color: #283353;
}

.started__form .input__wrapper span.error {
  color: rgb(216, 21, 21);
}

.started__form .input__styled {
  width: 28px;
  height: 28px;
  background-color: #a9c54d;
}

.started__form .input__wrapper select,
.started__form .input__wrapper input {
  background-color: #a9c54d;
}

.started__form .input__label input:checked ~ .input__styled::after {
  width: 15px;
  height: 15px;
}

.started__form  .accesible-form--cta {
  text-align: center;
}

.started__form--title,
.careers__advice--title {
  margin: 0;
  margin-bottom: 2em;
  display: inline-block;
  position: relative;
}

.started__form--title h4,
.careers__advice--title h4 {
  font-family: 'ArialRoundedMTBold';
  color: #283353;
  font-size: 2.3125em;
}

.started__form--title h4 a {
  color: #283353;
}

.decorator05_started {
  position: absolute;
  top: 110%;
  right: -8%;
  width: 6em;
}

.landing_hero--item {
  position: relative;
}

.landing_hero--item::after {
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 4em;
  height: 1em;
  background-image: url(./../images/decorator03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .5s;
}


.landing_hero--item.selected::after,
.landing_hero--item:hover::after {
  opacity: 1;
}

.started__technical,
.started__keyboard {
  width: 100%;
  text-align: center;

  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;

  padding-bottom: 6.25em;
}

.technical__title,
.keyboard__title,
.faqs__subtitle {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 4em;
  position: relative;
}

.technical__title h3,
.keyboard__title h3,
.faqs__subtitle h3 {
  font-family: 'ArialRoundedMTBold';
  color: #283353;
  font-size: 2.8125em;
}

.faqs__subtitle {
  margin-bottom: 2em;
}

.faqs__subtitle h3 {
  color: #39b3f9;
}

.technical__table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border: 5px solid #39b3f9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.technical__table-td {
  height: 46px;
  font-size: 18px;
  color: #283353;
  font-family: "AvenirNext-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 5px solid #39b3f9;
}

.technical__table-td:nth-child(1) {
  font-size: 24px;
}

.technical__table-td:nth-last-child(1) {
  border-bottom: 0;
}

.technical__table img {
  width: 100%;
  display: block;
}

.decorator01__top {
  position: absolute;
  bottom: 110%;
  right: 0;
  width: 3.75em;
}

.technical__table-tr:nth-child(1) {
  width: 45%;
  border-right: 5px solid #39b3f9;
}

.technical__table-tr:nth-child(2) {
  width: 55%;
}

.keyboard__title img {
  width: 16em;
  display: block;
  margin-bottom: 20px;
}

.keyboard__steps--wrapper {
  width: 100%;
}

.keyboard__steps--list {
  width: 100%;
  text-align: left;
}

.keyboard__steps--list:nth-of-type(1) {
  margin-bottom: 4em;
}

.keyboard__steps--title {
  display: inline-block;
  position: relative;
}

.keyboard__steps--title h6 {
  font-family: "ArialRoundedMTBold";
  color: #39b3f9;
  font-size: 2.375em;
}

.decorator_title_01 {
  position: absolute;
  top: 100%;
  left: 1.5em;
  width: 4em;
}

.keyboard__steps--items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keyboard__step {
  width: 32%;
}

.keyboard__step img {
  width: 100%;
  display: block;
}

.keyboard__steps--title {
  margin-bottom: 2em;
}

.keyboard__step--title {
  margin-bottom: 1em;
  text-align: center;
  color: #283353;
}

.keyboard__step--title span {
  font-size: 1.75em;
  font-family: "ArialRoundedMTBold";
}

.decorator08 {
  width: 7.5em;
  top: -15%;
  left: -3.75em;
}

.decorator10 {
  left: 2em;
  top: -2em;
  width: 15em;
}

.decorator11 {
  width: 20em;
  top: -6%;
  left: -3.75em;
}

.faqs--wrapper__npt {
  padding-top: 0;
  position: relative;
}

.faqs__questions--list_nmt {
  margin-top: 4em;
}

.landing_hero--decorator-back {
  background-color: #F0F0F0;
}

.careers__advice--title span {
  color: #a9c54d;
}

.careers__advice--title .decorator05_started {
  top: 105%;
  right: 0%;
}

.careers__hero--title .decorator02 {
  left: -16%;
}

.careers__advice--description {
  width: 100%;
  display: block;
}

.careers__advice--description p {
  font-family: 'AvenirNext-Medium';
  color: #283353;
  font-size: 1.5em;
  line-height: 1.25em;
}

.careers__advice--description p strong {
  font-family: 'AvenirNext-Bold';
}

.careers__hiring-form--wrapper {
  /* padding-top: 0; */
  position: relative;
  padding-top: 4em;
}

.careers__hiring-form {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.careers__hiring-form form {
  width: 100%;
  display: block;
}

.careers__wrapper .input__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  text-align: left;
  margin-bottom: 1em;
}

.careers__wrapper .input__wrapper--name {
  width: 30%;
  font-size: 20px;
  color: #283353;
  font-family: 'AvenirNext-Medium';
  display: block;
}

.careers__wrapper .input__wrapper--name span {
  color: red;
  display: inline-block;
  font-size: .75em;
  width: auto;
}

.careers__wrapper .input__wrapper label {
  width: 33%;
  margin-left: 2%;
}

.input__wrapper--button {
  margin-left: 2%;
}

.careers__wrapper .input__wrapper label input,
.careers__wrapper .input__wrapper label textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  background-color: #ffdf10;
  border-radius: 10px;
  color: #283353;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: 'AvenirNext-Medium';
  font-size: 18px;
  resize: none;
}

.careers__wrapper .input__wrapper label.fullLabel {
  width: 68%;
}

.careers__hiring-form .input__wrapper span.error {
  margin-top: 5px;
}

.careers__wrapper .input__wrapper:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.input__label--reduced label {
  margin-right: 2em;
  margin-top: 5px;
}

.spanishful__why--wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8em;
}

.spanishful__why--brand {
  width: 100%;
  max-width: 160px;
}

.spanishful__why--brand img {
  width: 100%;
  display: block;
}

.spanishful__why--list {
  text-align: left;
  border-left: 2px solid #9649bd;
  padding-left: 8em;
  margin-left: 4em;

  width: 100%;
  max-width: 685px;
}

.spanishful__why--list ul {
  margin-bottom: 2em;
}

.spanishful__why--list  ul:last-child {
  margin-bottom: 0;
}

.spanishful__why--list li {
  font-size: 18px !important;
  color: #283353;
  font-family: 'AvenirNext-Medium';
  margin-bottom: 5px;
}

.spanishful__why--list li.spanishful__why--subtitle {
  margin-bottom: 10px;
  color: #283353;
  font-family: 'ArialRoundedMTBold';
  font-size: 20px;
  position: relative;
}

.spanishful__why--list li.spanishful__why--subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2em;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-radius: 100%;
  border: 3px solid #9649bd;
}

.spanishful__why--slogan {
  width: 100%;
  display: block;
}

.spanishful__why--img_slogan {
  width: 80%;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 6em;
}

.spanishful__why--img_slogan img {
  width: 100%;
  display: block;
}

@media(max-width: 1420px) {
  .landing_hero--logo {
    width: 16em;
  }
}

@media(max-width: 1320px) {
  .decorator08 {
    width: 5.5em;
    top: -15%;
    left: 0;
  }

  .decorator11 {
    width: 15em;
    top: -6%;
    left: -1.75em;
  }
}

@media(max-width: 1220px) {
  .landing_hero--item a {
    font-size: 14px;
  }

  .landing_hero--item {
    margin-left: 20px;
  }

  .started__form,
  .careers__advice {
    width: 36em;
  }

  .landing_hero--menu .btn.btn--general {
    font-size: 16px !important;
    min-height: none;
    padding: 5px 15px !important;
    margin-right: 0 !important;
  }
}

@media(max-width: 1024px) {
  .landing_hero--menu-open {
    display: flex;
  }

  .landing_hero--menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    transform: translateX(100%);
    transition: .5s;
  }

  .landing_hero--menu.active {
    transform: translateX(0%);
  }

  .landing_hero--item {
    margin: 10px 0;
  }

  .landing_hero--item a {
    font-size: 16px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing_hero--menu-close {
    display: flex;
    position: absolute;
    top: 36px;
    right: 5%;
  }

  .spanishful-details__ctas--wraper a {
    margin: 0 10px;
  }

  .landing_hero--menu .btn.btn--general {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }



  .started__hero .decorator07,
  .careers__hero .decorator07 {
    width: 6em;
  }

  .started__form .input__wrapper span {
    font-size: 18px;
  }

  .technical__table-td {
    height: 42px;
    font-size: 16px;
  }

  .technical__table-td:nth-child(1) {
    font-size: 20px;
  }

  .technical__table {
    border: 4px solid #39b3f9;
  }

  .technical__table-td {
    border-bottom: 4px solid #39b3f9;
  }

  .technical__table-tr:nth-child(1) {
    border-right: 4px solid #39b3f9;
  }

  .careers__wrapper .input__wrapper--name {
    font-size: 18px;
  }
}

@media(max-width: 920px) {
  .spanishful-details__plus p {
    font-size: 16px;
  }

  .landing_hero--logo {
    margin: 0;
  }

  .spanishful-details__ctas--wraper button {
    margin: 0 !important;
  }

  .decorator01__reverse {
    display: none;
  }

  .started__form--wrapper,
  .careers__advice--wrapper {
    flex-direction: column;
  }

  .started__form--character,
  .careers__advice--character {
    margin: 0;
    margin-bottom: 4em;
  }

  .started__form,
  .careers__advice {
    margin: 0;
  }

  .started__form,
  .careers__advice {
    max-width: 40em;
    width: 90%;
  }

  .started__form {
    max-width: none !important;
  }

  .started__form--character,
  .careers__advice--character {
    width: 20em;
  }

  .keyboard__steps--items {
    flex-direction: column;
  }

  .keyboard__step {
    width: 100%;
    margin-bottom: 2em;
  }

  .keyboard__steps--list {
    max-width: 420px;
    width: 90%;
    margin: 0 auto;
  }

  .keyboard__step--title span {
    font-size: 18px;
  }

  .faqs--wrapper__npt {
    width: 90%;
    margin: 0 auto;
  }

  .careers__advice {
    text-align: center;
  }

  .careers__advice--description p {
    font-size: 16px;
  }

  .careers__advice--title .decorator05_started {
    right: 5%;
  }

  .careers__wrapper .input__wrapper--name {
    font-size: 16px;
  }

  .decorator11 {
    width: 15em;
    top: -4%;
    left: -1.75em;
  }

  .decorator03 {
    margin-top: 1em;
  }

  .spanishful__why--list li {
    font-size: 16px !important;
  }
  
  .spanishful__why--list li.spanishful__why--subtitle {
    font-size: 18px;
  }

  .spanishful__why--list {
    max-width: 380px;
  }

  .spanishful__why--brand {
    width: 80%;
    max-width: 120px;
  }
}

@media(max-width: 820px) {
  .landing_hero--item a {
    font-size: 14px;
  }
}

@media(max-width: 720px) {
  

  

  .started__hero--title h3 span,
  .careers__hero--title h3 span {
    display: block;
  }

  .started__hero--title .decorator02,
  .careers__hero--title .decorator02 {
    width: 5em;
    top: -31%;
    left: -23%;
  }

  .careers__hero--title .decorator02 {
    left: -35%;
  }

  .decorator09 {
    width: 5em;
    right: 0;
  }

  .started__form--title h4,
  .careers__advice--title h4 {
    font-size: 18px;
  }

  .started__form--title,
  .careers__advice--title {
    margin-bottom: 3em;
  }

  .technical__table {
    border: 3px solid #39b3f9;
  }

  .technical__table-td {
    border-bottom: 3px solid #39b3f9;
  }

  .technical__table-tr:nth-child(1) {
    border-right: 3px solid #39b3f9;
  }

  .technical__table {
    flex-direction: column;
  }

  .technical__table-tr {
    width: 100% !important;
  }

  .technical__table-tr:nth-child(1) {
    border: none;
    margin-bottom: 4em;
  }

  .technical__table {
    border: none;
  }

  .technical__table-tr {
    border: 3px solid #39b3f9 !important;
    border-radius: 20px !important;
  }

  .technical__table {
    max-width: 40em;
    width: 100%;
  }

  .decorator08 {
    display: none;
  }

  .input__wrapper {
    flex-wrap: wrap;
  }

  .careers__wrapper .input__wrapper--name {
    width: 100%;
    margin-bottom: 10px;
  }

  .careers__wrapper .input__wrapper label {
    width: 49%;
    margin: 0;
  }

  .input__wrapper--button {
    margin-left: 0%;
  }

  .careers__wrapper .input__wrapper label:nth-of-type(2) {
    margin-left: 2%;
  }

  .careers__wrapper .input__wrapper label.fullLabel {
    width: 100%;
  }

  .careers__wrapper .input__wrapper {
    margin-bottom: 2em;
  }

  .landing_hero--item::after {
    top: 85%;
    width: 7em;
  }

  .spanishful__why--wrapper {
    display: flex;
    flex-direction: column;
  }

  .spanishful__why--list {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    margin-top: 4em;
  }

  .spanishful__why--brand {
    max-width: 160px;
    width: 40%;
  }

  .spanishful__why--list {
    max-width: 380px;
    width: 80%;
  }

  .spanishful__why--list li.spanishful__why--subtitle::after {
    left: -1em;
    width: 5px;
    height: 5px;
    border: 2px solid #9649bd;
  }
}

@media(max-width: 620px) {
  .started__form--character {
    min-width: 180px;
  }

  .started__form,
  .careers__advice {
    max-width: 50em;
    width: 90%;
  }

  .started__form .input__wrapper span {
    font-size: 16px;
  }

  .started__form .input__styled {
    width: 22px;
    height: 22px;
  }

  .started__form .input__label input:checked ~ .input__styled::after {
    width: 12px;
    height: 12px;
  }

  .technical__table {
    max-width: 50em;
    width: 90%;
  }

  .decorator10 {
    top: -4em;
  }

  .careers__wrapper .input__wrapper label,
  .input__wrapper--button,
  .input__wrapper--button .btn.btn--general {
    width: 100%;
  }

  .input__wrapper--button {
    margin-left: 0%;
  }


  .careers__wrapper .input__wrapper label:nth-of-type(2) {
    margin: 0;
    margin-top: 10px;
  }

  .decorator11 {
    display: none;
  }

  .careers__hiring-form--wrapper {
    padding-top: 0;
  }
}

@media(max-width: 480px) {
  .spanishful-details__ctas--wraper {
    flex-direction: column;
  }

  .spanishful-details__ctas--wraper a {
    margin: 0 5px;
  }

  .spanishful-details__ctas--wraper a:nth-child(1) {
    margin-bottom: 20px;
  }

  .spanishful-details__plus h4 {
    font-size: 16px;
  }

  .started__form .input__label span,
  .started__form .input__wrapper select,
  .started__form .input__wrapper input {
    font-size: 14px;
  }

  .keyboard__step--title span {
    font-size: 16px;
  }
}
