@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(../styles/navbar.css);
@import url(../styles/partners.css);
@import url(../styles/app.css);
@import url(../styles/application.css);
@import url(../styles/footer.css);

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.main {
  display: flex;
  background: #f4f4f4;

  flex-direction: column;
}

.pt96 {
  padding-top: 96px;
}
.pt72 {
  padding-top: 72px;
}
.pt24 {
  padding-top: 24px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  
  margin: 0;
}

.title3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 0;
}

.title2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.button {
  padding: 8px 24px;
  color: white;
  background-color: #FF7528;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.button:hover,
.download-btn:hover {
  background-color: #017cff;
}
.credit__bg {
  background-color: #E6F2FF !important;

}
.credit {

}
.credit__body {
  display: flex;
  justify-content: space-between;
}
.leftside-credit {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.leftside-credit_content {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.leftside-credit_items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  max-width: 500px;
}
.leftside-credit_header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  width: 100% !important;
}
.leftside-credit_upsubtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.leftside-credit_title {
font-size: 48px;
font-weight: 700;
line-height: 58px;
letter-spacing: 0em;
text-align: left;
margin: 0;

  width: 100% !important;
}
.leftside-credit_subtitle {
}

.leftside-credit_image {
}
.leftside-credit_image-div {
  display: flex;
  align-items: flex-end !important;
  height: 100% !important;
}
.how {
}

.how__row {
  justify-content: baseline;
  gap: 24px;
}
.how__content {
  width: 416px !important;
  padding: 0 !important;
}

.how__span {
  font-weight: 700;
}

a {
  text-decoration: none !important;
}

.item-how {
  background-color: white;
  border-radius: 24px;
  height: 100% !important;
}

.how__content:not(:first-child) {
  /* margin-left: 12px; */
}

.item-how {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.item-how__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-how__icon {

}
.item-how__title {
  margin: 0;
}

.item-how__subtitle {
  margin: 0;
}
.-howitem__icon {
  width: 48px !important;
  height: 48px !important;
}
.partners {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.partners__title {
  text-align: center;
}

.partners__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.partners__row {
  gap: 24px;
}
.partners__column {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 306px;
  height: 300px;
  border-radius: 20px;
  position: relative;
}
.column-partners_div {
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-partners_img {
  width: 100%;
  height: 100%;
}
.items-partners {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.items-partners_div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.items-partners_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;

  margin: 0;
}
.items-partners_subtitle {
  margin: 0;
  text-align: center;
}
.items-partners_footer {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;

  margin: 0;
}
.column-partners_absolute {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #017cff;
  margin: 0;
  width: 56px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 0 20px 0 20px;

  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.docs__title {
  text-align: center;
}

.docs__row {
}

.justify-content-center {
}

.docs__column {
  min-width: 648px;
  background-color: white;
  border-radius: 24px;
  padding: 0 !important;
}

.docs__column:nth-child(2) {
}

.item-docs {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.item-docs__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-docs__title {
  margin: 0;
}

.item-docs__subtitle {
  margin: 0;
}





@media screen and (max-width: 1200px) {
  .leftside-credit_image-div {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
  .credit__body {
    flex-direction: column;
    align-items: center;
    gap: 96px;
  }
  .leftside-credit {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 82px;
    width: 100%;
    padding: 0;
  }
  .leftside-credit_title,
  .leftside-credit_upsubtitle,
  .leftside-credit_subtitle {
    text-align: center !important;
    margin: auto !important;
  }
  .leftside-credit_image {
  }
  .leftside-credit_content {
    align-items: center;
  }

  .how__row {
    padding: 0;
    margin-top: 0;
    row-gap: 24px;
  }



  .docs__column {
    max-width: 526px;
  }

}
@media screen and (min-width: 1200px) {
  .leftside-credit {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: 422px;
  }
  .leftside-credit_content {
    width: 50%;
  }
  .leftside-credit_image {
  }
}

@media screen and (max-width: 992px) {

}
@media screen and (min-width: 992px) {
}

@media screen and (max-width: 768px) {
  .leftside-credit_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;

    margin: auto;
  }
}
@media screen and (min-width: 768px) {
}

@media screen and (min-width: 576px) {
}
@media screen and (max-width: 576px) {
  .partners__row  {
    width: 100% !important;
  }

  .partners__column {
    width: 100% !important;
  }
  .leftside-credit_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 320px;
    
  margin: 0 auto;
  }

  .leftside-credit_subtitle {
    max-width: 270px;
    margin: 0 auto;
  }
  .pt72 {
    padding-top: 48px !important;
  }
  .how,.docs,.partners {
    padding: 0 16px !important;
    gap: 24px !important;
    align-items: center !important;
  }



  .docs__row {
    width: 100% !important;
    align-items: center !important;
  }

  .pt96 {
    padding-top: 48px !important;
  }
  .leftside-credit {
    width: 95%;
    gap: 12px;
  }
  .leftside-credit_image {
    width: 100% !important;
  }
  .how {
    align-items: center !important;
  }
  .how__row {
    min-width: 100% !important;
  }
  .how__content {
    width: 95% !important;
  }
  .item-how {
    align-items: start !important;
    gap: 20px !important;
  }
  .partners__column {
    flex-direction: row;
    width: max-content;
    height: max-content;
    padding: 16px 12px;
    gap: 16px;
  }
  .items-partners_title {
    text-align: left;
  }
  .items-partners_subtitle {
    text-align: left;
  }
  .items-partners_footer {
    display: none;
  }
  .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    

    margin: auto;
  }

  .column-partners_div {
    width: 80px;
    max-height: 80px;
  }



  .docs__column {
    min-width: auto !important;
    width: 100% !important;
    margin: auto;
  }

  .item-docs {
  }
  .docs__br {
    display: none;
  }



}

