html {
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
}

* {
  font-family: 'Rubik', sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

::-ms-reveal {
  display: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: #666666;
  font-weight: 500;
}

a {
  cursor: pointer;
}

.orange {
  color: #F87C56;
}

.gray {
  color: #9f9fa0;
}

.landing {
  position: relative;
  overflow-y: auto;
  height: 100vh;
}


/** --- LANDING HEADER --- **/

.landing-header {
  display: block;
  padding: 16px 2% 16px 2%;
  border-bottom: 2px solid #F87C56;
  display: grid;
  grid-template-columns: 0.1fr auto;
  position: fixed;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  min-height: 72px;
  align-content: space-evenly;
}

.landing-header-logo {
  width: 211px;
}

.landing-header-link {
  margin: auto 0;
}

.landing-header-menu {
  padding: 0px;
  position: fixed;
  left: 0;
  top: 54px;
  margin: 0;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: 0;
  animation: 0.3s height 0s;
  overflow: hidden;
}

.landing-header-menu.open {
  margin-top: 18px;
  height: 100%;
  padding-top: 24px;
}

.landing-header-menu li {
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 0;
}

.landing-header-menu li a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #848484;
  font-weight: 500;
  font-size: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}

.landing-header-menu li a:first-letter {
  text-transform: capitalize;
}

.landing-header-menu li a.active {
  color: #F87C56;
}

.burga {
  width: 28px;
  margin-right: 25px;
  box-sizing: content-box;
  padding: 0;
  border: none;
  background-color: transparent;
}

.burga img {
  display: block;
}

.closeBtn {
  width: 28px;
  margin-left: auto;
  margin-right: 23px;
  padding: 0;
  box-sizing: content-box;
  border: none;
  background-color: transparent;
}

.closeBtn img {
  display: block;
}

.landing-section {
  padding: 70px 35px 100px;
  position: relative;
  width: 1130px;
  margin: auto;
}

.landing-section h2 {
  margin: 0 0 20px;
}

.landing-section h3 {
  margin: 0 0 20px;
  /* font-size: 18px; */
}

.landing-section.col1 {
  background-color: lightgray;
}

.landing-section.col2 {
  background-color: rgb(167, 167, 167);
}

.landing-section.col3 {
  background-color: black;
}

.fc-col1 {
  color: gray;
}

.fc-col2 {
  color: #F87C56;
}

.fc-col3 {
  color: white;
}

.logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 30px 0 30px;
  place-items: center;
  grid-column-gap: 20px;
}

.logos img {
  width: 100%;
}


/** --- LANDING PLANS --- **/

#landing-plans-desktop-section {
  display: none;
}

#plans>.landing-section>.landing-title {
  margin: 44px 32px 64px;
  font-size: 36px;
}

.landing-plans {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 36px;
  margin: 0 auto;
  grid-auto-rows: 386px;
}

.landing-plans .modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  margin: 0;
  border: none;
  display: block;
  overflow-y: auto;
}

.landing-plans .modal-container ul {
  text-align: left;
  list-style: none;
  display: block;
  margin-top: 32px;
}

.landing-plans .plan-close-button {
  display: none;
}

.landing-plans .modal-container .plan-close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  border: none;
  background: transparent;
  font-size: 36px;
  color: #F87C56;
  display: block;
}

.landing-plans .modal-container .plan-close-button:hover {
  cursor: pointer;
  color: #ffa083;
}

#plans .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F87C56;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
}

#plans .icon-big {
  width: 32px;
  height: 32px;
}

#plans .icon-free {
  background-image: url(../../assets/img/icon-free.svg);
  background-size: 50%;
  margin-right: 15px;
  margin-top: -7px;
}

#plans .icon-premium {
  background-image: url(../../assets/img/icon-prem.svg);
  background-size: 50%;
  margin-right: 15px;
  margin-top: -7px;
}

#plans .icon-pro {
  background-image: url(../../assets/img/icon-pro.svg);
  background-size: 50%;
  margin-right: 15px;
  margin-top: -7px;
}

#plans .icon-success {
  background-image: url(../../assets/img/icon-success.svg);
}

#plans .icon-error {
  background-image: url(../../assets/img/icon-error.svg);
}

.landing-plans .modal-container .link {
  display: none;
}

.landing-plans .pricing {
  color: #F87C56;
  font-size: 58px;
  font-weight: 500;
}

.landing-plans .pricing sup {
  font-size: 30px;
}

.landing-plans .pricing .currency {
  color: #666666;
}

.landing-plans .link {
  color: #F87C56;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: none;
}

.landing-plans ul {
  display: none;
}

.landing-plans ul li {
  display: grid;
  grid-template-columns: 38px 197px;
  align-items: start;
  margin: 16px 0 0;
}

.landing-plans ul li p {
  margin: 0;
}

.landing-plans ul li .strong {
  color: #F87C56;
  font-weight: 500;
}

.landing-plans>div {
  overflow: hidden;
  border: 3px solid;
  border-color: #F87C56;
  padding: 50px 28px 36px;
  position: relative;
  border-radius: 28px;
  background-color: #fff;
  max-width: 304px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  align-content: space-between;
}

.landing-plans .button {
  font-size: 24px;
  margin: 16px auto auto;
}

.landing-plans p {
  font-size: 18px;
  margin: 12px 0 0;
  white-space: pre-wrap;
}

.landing-plans div>span {
  display: block;
}

@media (min-width: 900px) {
  #plans>.landing-section>.landing-title {
    margin: 24px 32px 5px 0;
    font-size: 24px;
  }

  #landing-plans-desktop .plan-grid p.final {
    margin-top: 0;
    margin-bottom: 0;
  }

  #landing-plans-desktop .plan-grid p.final>.button {
    margin: 7px 0 7px 0;
  }

  .landing-plans {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #landing-plans-mobile {
    display: none;
  }

  #landing-plans-desktop-section {
    display: block;
  }

  #landing-plans-desktop {
    /*margin-top: 28px;*/
    width: 100%;
    box-sizing: border-box;
    background-color: #fafafafa;
    height: 100%;
    color: #666666;
  }

  #landing-plans-desktop h2 {
    margin: 0 0 25px;
  }

  #landing-plans-desktop h3 {
    font-weight: normal;
    font-size: 16px;
  }

  #landing-plans-desktop h4 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  #landing-plans-desktop .plan-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr;
    gap: 25px;
    box-sizing: border-box;
    border: 2px solid #f87c56;
    border-radius: 25px;
    margin: 30px 0 0;
  }

  #landing-plans-desktop .plan-grid>div {
    padding: 20px 0 10px 0;
    text-align: center;
  }

  #landing-plans-desktop .plan-grid>div.premium,
  #landing-plans-desktop .plan-grid>div.fields {
    background-color: white;
  }

  #landing-plans-desktop .plan-grid>div.fields {
    padding-left: 30px;
    text-align: left;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #landing-plans-desktop .plan-grid>div.fields p {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
  }

  #landing-plans-desktop .plan-grid>div p {
    font-weight: 500;
    color: #f87c56;
    font-size: 16px;
  }

  #landing-plans-desktop .plan-grid>div.free p {
    color: #666666;
  }

  #landing-plans-desktop .plan-grid>div.premium p {
    color: #666666;
  }

  #landing-plans-desktop .plan-grid>div.premium p:nth-child(n+5):nth-child(-n+6) {
    color: #f87c56;
  }

  #landing-plans-desktop .plan-grid>div.pro p:nth-child(-n+4) {
    color: #666666;
  }

  #landing-plans-desktop .plan-grid .price {
    min-height: 19px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  #landing-plans-desktop .plan-grid .price .value {
    color: #f87c56;
  }

  #landing-plans-desktop .plan-grid .price span {
    color: #666666;
  }

  #landing-plans-desktop .plan-grid .price sup {
    font-size: 18px;

  }

  #landing-plans-desktop .plan-grid .pro .price {
    color: transparent;
  }
}

.footer {
  padding: 0 0;
  text-align: center;
  border-top: 2px solid #F87C56;
  position: static;
  width: 100%;
  background: white;
  bottom: 0;
}

.footer p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #848484;
}

.footer a:link {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.footer a:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.copyright {
  margin: 27px 60px;
  float: left;
}

.legals {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-right: 95px;
  float: right;
}

.button {
  background-color: white;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 40px;
  border: 2px solid;
  color: #F87C56;
  text-decoration: none;
  margin: 25px 0;
  cursor: pointer;
}

.button-big {
  font-size: 24px;
}

.button:disabled {
  /* background-color: #fff;
    color: rgba(16, 16, 16, 0.3);
    border-color: rgba(16, 16, 16, 0.3); */
  background: #C4C4C4;
  color: #FAFAFA;
  border: none;
  cursor: auto;
}

.button-ghost:not(:focus):not(:hover) {
  border-color: transparent;
  background-color: transparent;
}

.button:not(:disabled):focus {
  outline: 2px solid #f87c56;
  background: #f87c56;
  color: white;
}

.button:not(:disabled):hover {
  background: #F87C56;
  color: white;
}

/*a:focus:not(:disabled) {*/
/*    outline: 2px solid #f87c56;*/
/*}*/

.landing-page {
  padding-top: 78px;
  background-color: #fafafa;
}

.login-content {
  display: grid;
  grid-template-columns: 1fr;
}


/* --- LANDING SECTION --- */

.landing-section.start {
  min-height: 400px;
  padding-top: 260px;
}

.landing-section.start img {
  position: absolute;
  width: 300px;
  right: 15px;
  top: 24px;
  margin-right: 15%;
}

.landing-section.start p {
  max-width: 654px;
  color: #A5A5A5;
}

.landing-section.start p .strongs {
  font-weight: 500;
}

.landing-section.start h3 {
  color: #F87C56;
  font-weight: 500;
  font-size: 20px;
}

.landing-section.last h3 {
  color: #F87C56;
}


/* --- LANDING TEXT --- */

.landing-title {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
}

.landing-title.big {
  font-size: 36px;
}

.landing-title.bold {
  font-weight: bold;
}

.landing-description {
  font-size: 20px;
  font-weight: 400;
  color: #848484;
}

.landing-section.partn .landing-title {
  color: #fff;
}

.landing-section.last hr {
  margin-top: 126px;
}


/* --- LANDING STEPS --- */

.landing-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 36px;
  margin-top: 45px;
}

.landing-steps>div {
  display: grid;
  grid-template-rows: 25% 50% 25%;
  align-items: start;
  border: 3px solid;
  color: #F87C56;
  padding: 25px 10px;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}

.landing-steps div>div {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 62px;
  padding-top: 9px;
  padding-left: 27px;
  top: -45px;
  left: -26px;
  text-align: left;
  background-color: #F87C56;
  color: white;
  border-radius: 100%;
  box-sizing: border-box;
}

.landing-steps h4 {
  padding-left: 36px;
  padding-top: 24px;
  font-size: 28px;
}

.landing-steps h4.orange {
  color: #F87C56;
}

.landing-steps img {
  display: block;
  margin: 10px auto;
  max-height: 140px;
  max-width: 100%;
  align-self: end;
}

.landing-steps p {
  color: #a5a5a5;
}


/* --- SECTION WRAPPER --- */

.section-wrapper {
  width: 100%;
  border-bottom: 2px solid #F87C56;
}

.section-wrapper:last-of-type {
  border-bottom: none;
}

.section-wrapper.nobo {
  border-bottom: none;
  padding-top: 72px;
  background-color: #F7F7F7;
  flex: 1;
  display: flex;
}

.section-wrapper.g1 {
  background-color: #fafafa;
}

.section-wrapper.g2 {
  background-color: #666666;
}


/* --- LANDING FEATURES --- */

.landing-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 70px;
}

.landing-features>div {
  border-right: 1px solid #F87C56;
  padding: 10px 15px 15px;
}

.landing-features>div:last-child {
  border-right: none;
}

.landing-features h4 {
  text-align: center;
  margin: 0 0 10px;
  font-weight: 500;
  color: #666666;
}

.landing-features img {
  margin: auto;
  display: block;
  max-width: 85%;
}

.landing-features p {
  color: gray;
}

.bottom-right {
  position: absolute;
  bottom: 90px;
  right: 0;
}

.landing-section.partn {
  color: white;
  background-color: #666666;
}

.landing-section.last {
  text-align: center;
  min-height: 400px;
  position: relative;
}

.landing-section.last img {
  position: absolute;
}

.landing-section.last img.l {
  left: 0;
  width: 180px;
}

.landing-section.last img.r {
  right: 0;
  width: 150px;
  bottom: 127px;
}

.landing-section.last .button {
  margin-top: 100px;
}

.landing-section.last hr {
  width: 100%;
  border-width: 2px;
  border-top: 2px solid #404040;
}

.landing-not-found {
  max-width: 948px;
  height: 60%;
  margin: auto;
  padding: 24px 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.img-feat-container {
  height: 150px;
  display: flex;
}

.bannerCookie {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #666666;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.bannerContent{
  display: grid;
  grid-template-columns: 10fr 2fr;
  grid-column-gap: 45px;
  color: white;
  margin: auto;
  width: 60%;
}

.bannerContent p{
  text-align:center;
  vertical-align: middle;
}

.bannerButton{
  background-color: transparent;
  padding: 12px;
  border-radius: 40px;
  border: 2px solid;
  color: white;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  gap: 8px;
  width: 184px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.bannerButtonMobile{
  background-color: transparent;
  padding: 12px;
  border-radius: 40px;
  border: 2px solid;
  color: white;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  gap: 8px;
  width: 250px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.bannerButtonClose {
  color: white;
  padding: 5px 30px;
  float: right;
}

/** TODO: Move to mobile-first writing */

@media (max-width: 1270px) {
  .landing-section {
    width: 100%;
    box-sizing: border-box;
  }

  .landing-section.last hr {
    bottom: 18%;
    width: 93%;
    box-sizing: border-box;
  }

  .bottom-right {
    left: 0;
    bottom: 50px;
  }

  .landing-section.last img.r {
    width: 120px;
    bottom: 47px;
  }

  .landing-header-menu li a {
    font-size: 16px;
  }

  .landing-header-menu {
    margin: 12px 0 10px;
  }
}

.only-mov {
  display: none;
}

@media (max-width: 1090px) {
  .burga.only-mov {
    display: block;
  }
}

/*@media (min-width: 1301px) {*/
/*    #open-menu {*/
/*        display: none !important;*/
/*    }*/
/*}*/
@media (min-width: 670px) {
  .landing-section.start {
    padding-top: 60px;
  }

  .landing-section.start img {
    position: absolute;
    width: 230px;
    right: 5px;
    top: 90px;
    margin-right: 0;
    margin-top: 12%;
  }

}

/** TODO: Move to mobile-frist writing */

@media (max-width: 900px) {

  .landing-section.start h2,
  .landing-section.start h3,
  .landing-section.start p {
    max-width: 400px;
  }

  .ml-mid {
    margin-left: 90px;
  }
}

@media (max-height: 740px) {
  .footer {
    position: relative;
    text-align: center;
  }

  .legals {
    margin: 27px 60px;
  }
}

/** TODO: Move to mobile-frist writing */

@media (max-width: 670px) {

  /*siempre van juntos*/
  .only-mov {
    display: block;
  }

  .only-des {
    display: none;
  }

  /*---*/
  .centeredMobile {
    text-align: center;
  }

  .landing-page {
    padding-top: 75px;
  }

  .ml-mid {
    margin-left: auto;
  }

  .landing-section h2 {
    margin-bottom: 35px;
  }

  .landing-section {
    /* padding: 70px 15px 100px; */
    min-height: auto;
  }

  .landing-section.start h2,
  .landing-section.start h3,
  .landing-section.start p {
    max-width: none;
  }

  .landing-steps,
  .landing-features {
    grid-template-columns: 1fr;
  }

  .landing-features {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .landing-description-features {
    color: #F87C56;
  }

  .landing-features h4 {
    font-size: 20px;
  }

  .landing-steps>div,
  .landing-features>div {
    max-width: 300px;
    margin: 0 auto;
  }

  .landing-features>div {
    border-right: none;
    border-bottom: 1px solid #F87C56;
    padding: 20px 15px 15px;
  }

  .landing-steps {
    padding: 0 25px;
  }

  .landing-steps div>div {
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 7px;
    padding-left: 17px;
    top: -25px;
    left: -26px;
  }

  .landing-features>div:nth-child(3),
  .landing-features>div:nth-child(4) {
    border-bottom: none;
  }

  .landing-features>div:nth-child(1),
  .landing-features>div:nth-child(3) {
    border-right: 1px solid #F87C56;
  }

  .logos {
    grid-template-columns: 1fr 1fr;
  }

  .logos img {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .landing-section.last img {
    display: none;
  }

  .landing-section.last h2 {
    color: gray;
    font-size: 32px;
    margin-bottom: 25px;
  }

  .landing-section.last .button {
    margin-top: 0;
  }

  .landing-section.last hr {
    display: none;
  }

  .bannerCookie{
    border-top-left-radius: 15px;
    border-top-right-radius: 40px;
  }

  .bannerContent{
    display: revert;
  }
}

@media (min-width: 1091px) {

  .closeBtn {
    display: none !important;
  }

  .landing-header {
    padding: 15px 2% 15px 2%;
    grid-template-columns: 0.2fr auto;
  }

  .landing-header-menu.open {
    height: auto;
    padding-top: 0;
    margin-top: 0;
  }

  #open-menu {
    display: none !important;
  }

  .landing-header-menu {
    text-align: right;
    height: auto;
    width: auto;
    margin: 7px 0 0;
    position: initial;
  }

  .landing-header-menu li {
    display: inline-block;
    margin: 0 16px;
  }

  .landing-header-menu li a {
    padding: 0;
    border-bottom: none;
  }

  .landing-header-logo {
    margin: auto;
    width: 252px;
  }

  /* --- LANDING SECTION --- */
  .landing-section.start img {
    width: 30%;
  }

  /*.ml-mid {*/
  /*    margin-left: 250px;*/
  /*}*/

  .landing-steps div>div {
    width: 70px;
    height: 70px;
    font-size: 50px;
    padding-top: 6px;
    padding-left: 23px;
    top: -38px;
    left: -35px;

  }
}

@media (min-width: 900px) {
  #landing-container {
    position: fixed;
    flex-direction: column;
    position: fixed;
    width: 100%;
    overflow-y: auto;
  }

  .login-content {
    display: grid;
    grid-template-columns: 1fr 506px;
  }

  .landing-section,
  .landing-section.start {
    width: 990px;
    padding: 78px 35px 78px;
    min-height: auto;
  }

  .landing-steps {
    column-gap: 48px;
    margin-top: 78px;
  }

  .landing-steps>div {
    display: grid;
    grid-template-rows: 25% 50% 25%;
    align-items: start;
  }

  .landing-steps>div>p {
    text-align: center;
  }

  .landing-steps div>div {
    width: 76px;
    height: 76px;
    padding-left: 23px;
    top: -32px;
    font-size: 50px;
  }

  .landing-steps h4 {
    padding-top: 16px;
  }

  .landing-not-found {
    width: 80%;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    background-color: #FFF;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: left;
  }
}

@media (min-width: 1170px) {
  .landing-section.start img {
    width: 24%;
    right: 25px;
    margin-top: 12%;
  }

  .landing-features img {
    max-width: 100%;
  }


}

@media (min-width: 1615px) {
  .landing-section.login-content {
    width: 1272px;
  }

  .landing-section.login-content .landing-description {
    font-weight: 500;
    margin-bottom: 48px;
  }

  .landing-header {
    padding: 18px 16px 14px 88px;
    padding: 0 46px 0 88px;
  }

  .landing-header-menu {
    margin: auto 0;
    display: flex;
    text-align: right;
    justify-content: flex-end;
  }

  #plans .landing-section {
    width: 1447px;
  }

  #plans .icon-big {
    width: 44px;
    height: 44px;
  }

  #landing-plans-desktop .plan-grid>div.fields p {
    font-size: 22px;
  }

  #plans>.landing-section>.landing-title {
    font-size: 42px;
    margin: 44px 32px 50px 0;
  }

  #landing-plans-desktop h4 {
    font-size: 36px;
  }

  #landing-plans-desktop .plan-grid .fields p,
  #landing-plans-desktop .plan-grid>div p {
    font-size: 22px;
  }

  #landing-plans-desktop .plan-grid p.price {
    font-size: 48px;
  }

  .landing-section.last {
    min-height: 450px;
  }

  .landing-page {
    padding-top: 0;
  }

  .section-wrapper.nobo {
    padding-top: 0;
  }

  .section-wrapper:nth-child(1) {
    margin-top: 80px;
  }

  .landing-section,
  .landing-section.start {
    padding: 111px 0 126px;
    width: 1162px;
  }

  .landing-section h2 {
    margin-bottom: 40px;
  }

  .landing-section p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
  }

  .landing-section .landing-features p {
    font-size: 24px;
    font-weight: 400;
    margin-top: 50px;
    color: #A5A5A5;
  }

  .landing-section .button {
    font-size: 24px;
    margin-top: 46px;
  }

  .landing-section.start p:first-of-type {
    margin-top: 63px;
  }

  .landing-section.start h3 {
    font-size: 28px;
  }

  .landing-section.start {
    min-height: 465px;
  }

  .landing-section.start img {
    top: 150px;
    width: 566px;
    right: -221px;
  }

  .landing-header-menu li {
    font-size: 22px;
    line-height: 1;
    margin: 28px 29px;
  }

  .landing-header-logo {
    width: 294px;
  }

  .landing-steps {
    column-gap: 67px;
    margin-top: 149px;
  }

  .landing-steps>div {
    padding: 52px 10px 27px 20px;
    grid-template-rows: 20% 40% 40%;
  }

  .landing-steps img {
    margin: 40px auto 10px;
  }

  .landing-steps div>div {
    width: 102px;
    height: 102px;
    font-size: 70px;
    padding-top: 9px;
    padding-left: 32px;
    top: -48px;
    left: -27px;
    text-align: left;
  }

  .landing-steps h4 {
    font-size: 36px;
    padding-left: 56px;
  }

  .landing-steps p {
    font-size: 24px;
    font-weight: 400;
    margin: 56px 0 0;
  }

  .landing-features {
    margin-top: 83px;
  }

  .landing-features h4 {
    font-size: 36px;
    margin-bottom: 36px;
  }

  .landing-section.partn p {
    margin-top: 59px;
    font-size: 28px;
    font-weight: 400;
  }

  .landing-section.partn .logos {
    margin: 93px 0 5px;
  }

  .landing-section.last h3 {
    font-size: 36px;
    margin-bottom: 66px;
  }

  .landing-title {
    font-size: 42px;
    font-weight: 500;
    color: #666666;
  }

  .landing-title.big {
    font-size: 64px;
  }

  .landing-title.bold {
    font-weight: bold;
  }

  .landing-description {
    font-size: 28px;
    font-weight: 400;
    color: #848484;
  }

  .landing-parragraph {
    font-size: 24px;
  }

  .footer {
    font-size: 22px;
  }

  .landing-not-found h1 {
    font-size: 64px;
  }

  .landing-not-found p {
    font-size: 18px;
  }

  #landing-plans-desktop h4 {
    margin-bottom: 32px;
  }

  #landing-plans-desktop .plan-grid p.final>.button {
    margin: 30px 0 30px 0;
  }

  #landing-plans-desktop .plan-grid .price sup {
    font-size: 24px;
  }
}
