@import url(reset.css);
.headerTag {
  z-index: 5;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  background-color: #ffffff; }

.white {
  color: #ffffff; }

.header {
  max-width: 1112px;
  margin: 0 auto; }
  .header__list {
    width: 30%; }
    .header__list a {
      position: relative;
      letter-spacing: 1px;
      display: block;
      font-size: 0.875rem;
      height: 100%; }
      .header__list a:hover {
        color: #2d314d; }
        .header__list a:hover::after {
          bottom: -32px;
          opacity: 1;
          transition: all 0.2s ease-in-out; }
    .header__list a::after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 5px;
      background-image: linear-gradient(90deg, #31d35c, #2bb7da);
      bottom: -40px;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 0.3s ease-in; }
  .header__menu {
    transition: all 0.5s ease-in-out;
    display: none; }
    .header__menu > span {
      display: inherit;
      width: 26px;
      height: 2px;
      background-color: #2d314d;
      transition: all 0.3s ease-in-out; }
      .header__menu > span:not(:last-child) {
        margin-bottom: 4px; }

.burger {
  transform: rotate(360deg) translateY(-3px); }
  .burger .sp1 {
    transform: rotate(-45deg) translate(-6px, 6px); }
  .burger .sp2 {
    opacity: 0; }
  .burger .sp3 {
    transform: rotate(45deg) translate(-2px, -2px); }

.overlay {
  left: 0;
  right: 0;
  top: 3.5rem;
  bottom: 100rem;
  position: fixed; }

.shadow {
  background-image: linear-gradient(#2d314d, transparent);
  transition: all 0.5s ease-in-out;
  bottom: 0rem;
  z-index: 3; }

@media (max-width: 1100px) {
  .header__list {
    width: 35%; } }

@media (max-width: 900px) {
  .header {
    padding: 20px; }
    .header__list {
      text-align: center;
      transition: all 0.5s ease-out;
      height: 55vh;
      transform: translateX(-50%);
      position: absolute;
      z-index: 4;
      left: 50%;
      top: -93.5rem;
      border-radius: 10px;
      background-color: #fff;
      flex-flow: column;
      padding: 8vh 7rem; }
      .header__list a {
        font-size: 1.125rem;
        color: #2d314d; }
    .header__menu {
      display: block; }
    .header__button {
      display: none; }
  .animList {
    top: 5rem; } }

.container {
  max-width: 69.5rem;
  margin: 0 auto; }
  .container-p {
    padding: 1.125rem 1.5rem; }
  .container-p-sides {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.flex {
  display: flex; }
  .flex-jc-sb {
    justify-content: space-between; }
  .flex-jc-c {
    justify-content: center; }
  .flex-ai-c {
    align-items: center; }
  .flex-d-col {
    flex-direction: column; }

body {
  overflow-x: hidden;
  letter-spacing: -1px;
  line-height: 1.15;
  font-size: 1.125rem;
  font-family: 'Public Sans', sans-serif;
  color: #9698a6; }

.unscrollable {
  overflow: hidden; }

h1, h2 {
  font-weight: 300; }

p {
  letter-spacing: -0.75px;
  line-height: 1.55;
  font-size: 1rem; }

@media (max-width: 900px) {
  body {
    min-height: 500px; } }

.button {
  padding: 0.875rem 2.1875rem;
  background: linear-gradient(90deg, #31d35c, #2bb7da);
  color: white;
  border-radius: 50px;
  border: none;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease-out; }
  .button:hover {
    opacity: 0.7;
    transition: all 0.3s ease-out; }

a {
  color: #9698a6; }

.fixer {
  background: #fafafa; }

.hero {
  margin: 0 auto;
  padding-bottom: 5.5rem;
  flex-direction: column; }
  .hero__image {
    position: relative;
    min-height: 20rem;
    width: 100%;
    background: url("../img/bg-intro-mobile.svg") center center no-repeat;
    background-size: cover;
    margin-bottom: 2.625rem; }
    .hero__image::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("../img/image-mockups.png") center bottom no-repeat;
      background-size: 93%; }
  .hero__text_title {
    text-align: center;
    font-size: 2.5rem;
    color: #2d314d;
    margin-bottom: 1rem; }
  .hero__text_parag {
    text-align: center;
    margin-bottom: 2rem; }
  .hero__button {
    margin: 0 auto; }

@media (max-width: 900px) and (min-width: 680px) {
  .hero__image {
    min-height: 30rem;
    background-position: center -14rem; }
    .hero__image::before {
      background-size: 50%; }
  .hero__text p {
    font-size: 1.125rem; } }

@media (min-width: 901px) {
  .hero {
    padding: 0 1.5rem;
    flex-flow: row; }
    .hero__image {
      min-height: 41rem;
      background: none;
      margin: 0;
      flex: 3; }
      .hero__image::before {
        content: '';
        width: 159%;
        position: absolute;
        background: url("../img/bg-intro-desktop.svg") -7% 68% no-repeat;
        background-size: 128%; }
      .hero__image::after {
        content: '';
        position: absolute;
        width: 145%;
        height: 121%;
        background: url("../img/image-mockups.png") 96% 85% no-repeat;
        background-size: 79%; }
    .hero__text {
      display: block;
      order: -1;
      flex: 2;
      text-align: left;
      padding: 0; }
      .hero__text_title {
        font-weight: 300;
        text-align: left;
        font-size: 3.5rem;
        margin-bottom: 1.55rem;
        margin-top: 10.5rem; }
      .hero__text_parag {
        text-align: left;
        font-size: 19px;
        font-weight: 300; } }

.buy {
  background: #f3f4f6; }
  .buy__title {
    margin-bottom: 3.5rem; }
    .buy__title h1 {
      text-align: center;
      font-size: 2rem;
      padding: 4rem 2rem 1.2rem 2rem; }
    .buy__title p {
      text-align: center; }
  .buy__card {
    display: flex;
    flex-direction: column; }
    .buy__card img {
      padding-bottom: 1.5rem;
      align-self: center; }
    .buy__card h2 {
      text-align: center;
      font-size: 1.3125rem;
      padding-bottom: 1.45rem; }
    .buy__card p {
      text-align: center;
      padding-bottom: 2rem; }

@media (min-width: 680px) {
  .buy p {
    font-size: 1rem; }
  .buy h1 {
    font-size: 2.55rem; }
  .buy h2 {
    font-size: 1.55rem; } }

@media (min-width: 901px) {
  .buy .container {
    max-width: 1112px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 5rem; }
    .buy .container p {
      text-align: left;
      font-weight: 400; }
  .buy__title {
    width: 100%;
    margin-bottom: 4.5rem; }
    .buy__title h1 {
      text-align: left;
      padding-left: 0;
      padding-bottom: 1.5rem; }
    .buy__title p {
      width: 39.5rem;
      letter-spacing: 0px; }
  .buy__card {
    max-width: 15rem;
    align-items: start; }
    .buy__card img {
      align-self: start;
      padding-bottom: 2.75rem; }
    .buy__card h2 {
      padding-bottom: 2rem; } }

@media (min-width: 901px) and (max-width: 1070px) {
  .buy__card {
    max-width: 25rem;
    width: 50%; } }

.article {
  background: #fafafa;
  padding: 5.625rem 1.5rem; }
  .article .cont {
    margin: 0 auto;
    max-width: 1112px; }
  .article h1 {
    color: #2d314d;
    font-size: 2.5rem;
    margin-bottom: 3.2rem; }
  .article__grid {
    padding-top: 1rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    height: 30rem;
    transition: all 1s ease-in; }
    .article__grid .slick-prev, .article__grid .slick-next {
      width: 25px;
      height: 25px; }
      .article__grid .slick-prev::before, .article__grid .slick-next::before {
        content: "";
        opacity: 0; }
    .article__grid .slick-prev {
      background-image: url("../img/prev.svg"); }
      .article__grid .slick-prev:hover {
        background: url("../img/prev.svg"); }
      .article__grid .slick-prev:focus {
        background: url("../img/prev.svg"); }
    .article__grid .slick-next {
      background-image: url("../img/next.svg"); }
      .article__grid .slick-next:hover {
        background: url("../img/next.svg"); }
      .article__grid .slick-next:focus {
        background: url("../img/next.svg"); }
  .article__card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 0.5rem;
    width: 20rem;
    transition: all 300ms ease-in-out;
    background: white;
    max-height: 26rem; }
  .article__image {
    height: 12.5rem;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .article__text {
    padding: 2rem 1.25rem; }
  .article__author {
    font-size: 0.6875rem;
    padding-bottom: 0.5rem; }
  .article__title {
    color: #2d314d;
    font-size: 1.125rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    width: 10rem;
    padding-bottom: 0.5rem; }
  .article__prev {
    letter-spacing: 0;
    font-size: 0.8125rem;
    width: 13rem; }

.slick-list {
  min-height: 30rem; }

@media (min-width: 901px) {
  .article__card:hover {
    cursor: pointer;
    transform: scale(1.05); } }

.footer {
  height: 32rem;
  background: #2d314d; }
  .footer .container {
    padding: 2.5rem 1.5rem;
    text-align: center; }
  .footer__logo {
    display: inline-block;
    margin-bottom: 2rem; }
  .footer__social {
    display: flex;
    justify-content: space-between;
    max-width: 11.5rem;
    margin: 0 auto 2rem;
    align-self: center; }
    .footer__social a svg path {
      transition: all 0.3s ease-out; }
    .footer__social a:hover svg path {
      fill: #31d35c; }
  .footer__links1, .footer__links2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 5.5rem;
    margin-bottom: 1rem; }
    .footer__links1 a, .footer__links2 a {
      font-size: 0.875rem;
      letter-spacing: normal;
      transition: all 0.3s ease-out; }
      .footer__links1 a:hover, .footer__links2 a:hover {
        color: #31d35c; }
  .footer__button {
    margin-top: 1rem; }
  .footer__copyright {
    margin-top: 1.5rem;
    font-size: 15px;
    letter-spacing: normal; }

@media (min-width: 901px) {
  .footer {
    height: 9rem;
    padding: 1.5rem 1.5rem; }
    .footer .container {
      text-align: left;
      display: grid;
      grid-template-columns: 26% 17% 17% auto;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "logo links1 links2 button"  "social links1 links2 copyright";
      justify-items: start;
      padding: 0;
      height: 100%; }
    .footer__logo {
      margin: 0;
      padding-top: 1.5rem;
      grid-area: logo; }
    .footer__social {
      grid-area: social;
      margin: 0;
      width: 54%; }
    .footer__links1 {
      padding-top: 1.5rem;
      grid-area: links1; }
    .footer__links2 {
      padding-top: 1.5rem;
      grid-area: links2; }
    .footer__button {
      grid-area: button;
      align-self: center;
      justify-self: end; }
    .footer__copyright {
      margin: 0;
      grid-area: copyright;
      align-self: center;
      justify-self: end; } }

/*# sourceMappingURL=index.css.map */
