/* common styles */

html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-family: "Nunito", sans-serif;

  /* font-family: 'Lato', sans-serif; */
  margin: 0;
  background-color: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.link {
  text-decoration: none;
  color: inherit;
}
.link:hover,
.link:focus {
  cursor: pointer;
}

.list {
  list-style: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
.container-lp {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .container-lp {
    min-width: 420px;
  }
}
@media screen and (max-width: 450px) {
  .container-lp {
    min-width: 290px;
  }
}

.header-container-lp {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .header-container-lp {
    min-width: 420px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .header-container-lp {
    min-width: 290px;
    width: auto;
  }
}

.wrapper-lp-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
main {
  flex: 1 1 auto;
}
/* ===========header========== */

.header-lp__nav {
  padding-top: 35px;
}

@media screen and (max-width: 780px) {
  .header-lp__nav {
    padding-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .header-lp__nav {
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header-lp__nav-img {
  max-width: 42%; /* 70%; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .header-lp__nav-img {
    max-width: 80%;
  }
}

/* ============ section-lp ========== */
.section-lp {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 780px) {
  .section-lp {
    padding-top: 35px;
  }
}
@media screen and (max-width: 450px) {
  .section-lp {
    padding-top: 30px;
  }
}

.section-lp__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #000066;
}

/* @media screen and (max-width: 780px) {
  .section-lp__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .section-lp__title {
    font-size: 26px;
  }
} */

.section-lp__content {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}

@media screen and (max-width: 780px) {
  .section-lp__content {
    min-width: 420px;

    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .section-lp__content {
    min-width: 290px;
    margin-top: 11px;
  }
}

.section-lp__list {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 780px) {
  .section-lp__list {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.section-lp__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 780px) {
  .section-lp__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-lp__text {
  padding-bottom: 25px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 780px) {
  .section-lp__text {
    padding-bottom: 18px;
  }
}

.section-lp__btn {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  padding: 10px;
  min-width: 350px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .section-lp__btn {
    padding: 18px;
    min-width: 380px;
  }
}
@media screen and (max-width: 450px) {
  .section-lp__btn {
    min-width: 98%;
  }
}

.section-lp__btn--orange {
  background-color: #eb9400;
}
.section-lp__btn--orange:hover {
  background-color: #d58700;
}
.section-lp__btn--blue {
  background-color: #000066;
}
.section-lp__btn--blue:hover {
  background-color: #000053;
}

/* ============= footer-lp =========== */
.footer-lp {
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding-bottom: 10px;
  padding-top: 30px;
}

@media screen and (max-width: 780px) {
  .footer-lp {
    padding-top: 20px;
  }
}

.footer-lp__privacy {
  font-size: 14px;
}
.footer-lp__text {
  color: #333;
}
.footer-lp__text:hover {
  color: #6a6a6a;
}
.footer-lp__copyright {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.footer-lp span {
  border-left: 1px solid #333333;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 780px) {
  .footer-lp span {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.input-container {
  width: 100%;
  text-align: center;
  padding: 0 5% 7%;
}
.pixelart_login_link_description_new_platform {
  color: black;
  padding-right: 10px;
}
.pixelart_login_link_create_account {
  color: #039dfa;
  text-decoration: none;
  cursor: pointer;
}
.pixelart_section_lp_text_bold {
  font-weight: bold;
  /*   font-family: 'Nunito', sans-serif; */
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 780px) {
  .pixelart_section_lp_text_bold {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .pixelart_section_lp_text_bold {
    font-size: 15px;
  }
}

.pixelart_header_menu_title {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  color: black;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .pixelart_header_menu_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .pixelart_header_menu_title {
    font-size: 20px;
  }
}

.pixelart_header_menu_title:hover {
  color: #6a6a6a;
}

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

.pixelart_header_button_one_left {
  position: relative;
  float: left;
}
.pixelart_header_button_one_center {
  display: none;
}
@media screen and (min-width: 48.75rem) {
  .pixelart_header_button_one_center {
    display: block;
  }
}
.pixelart_header_button_one_center-mobile {
  display: none;
}
@media screen and (max-width: 48.7488rem) {
  .pixelart_header_button_one_center-mobile {
    display: block;
  }
}

.pixelart_header_button_three_right {
  position: relative;
  float: right;
}
