@import '../font/dinpro/stylesheet.css';
/* general classes start */
.red-highlight {
  color: #d80000;
  font-size: 28px;
}

.red-highlight-def {
  color: #d80000;
}

.f-row {
  display: flex;
  flex-direction: row;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-wrap {
  flex-wrap: wrap;
}

.sp-b {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ali-c {
  align-items: center;
}

.mw-1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.mw-1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.mw-1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.w100 {
  width: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.section-title {
  margin: 0;
  padding-top: 40px;
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 55px !important;
  position: relative;
  z-index: 23;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: center;
  text-transform: uppercase;
}
#algotitle {
  padding: 0;
  margin: 40px 0 !important;
}

h5.section-title {
  font-size: 30px;
}

/* general classes end */
/* benefits company start */
.of-partners {
  align-items: center;
  margin-bottom: 30px;
}
.of-partners p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px !important;
}
.of-partners .f-row {
  gap: 50px;
  align-items: center;
}
.of-partners .f-row img {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.company-stat {
  justify-content: space-between;
  background: rgba(241, 241, 241, 0.87);
  padding: 25px 35px;
  margin-bottom: 30px;
  width: 90%;
}
.company-stat .f-col {
  align-items: center;
}
.company-stat .f-col p {
  font-weight: 500;
  text-align: center;
}
.company-stat .f-col h2 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 992px) {
  .aboutUs h2 {
    font-size: 37px !important;
  }
  #aboutPlatform .sub_info {
    font-size: 16px;
  }
  .company-stat .f-col h2 {
    font-size: 30px !important;
  }
  .section-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 768px) {
  .of-partners .f-row {
    flex-direction: column;
  }
  .of-partners .f-row img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .company-stat {
    flex-direction: column;
  }
  .company-stat .f-col {
    margin-bottom: 20px;
  }
  .company-stat .f-col h2 {
    margin-top: 5px !important;
  }
}
/* benefits company end */
/* faq section start */
.back-link-text {
  max-width: 655px;
}

.faq {
  /* background-color: rgba(244, 243, 245, 0.91); */
  /*padding: 50px 0 50px 0;*/
}
.faq .section-title {
  padding-top: 0 !important;
  margin-bottom: 40px !important;
}
.faq .questions-accordion {
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.faq-inner {
  height: 100%;
  background: url('/images/alfa/callcenter.jpg?v=3');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 15px;
}
.faq .questions-accordion .quests-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
}
.faq .questions-accordion .f-row {
  width: 50%;
}
.faq .questions-accordion .question-wrapper {
  padding: 10px 10px 10px 20px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 1083px){
  .faq .questions-accordion .question-wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 931px){
  .faq .questions-accordion .quests-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
  .faq .questions-accordion .question-wrapper {
    font-size: 18px;
  }
}
.faq .questions-accordion .right-chunk .text-wrapper {
  justify-content: space-between;
}
.faq .questions-accordion .right-chunk .ion-arrow-right-b::before {
  transform: rotate(180deg);
  position: relative;
}
.faq .questions-accordion .right-chunk .ion-arrow-left-b::before {
  transform: rotate(180deg);
  position: relative;
}
.faq .questions-accordion .text-wrapper {
  display: flex;
  align-items: center;
  text-align: start;
  background: 0 0;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 5px 0;
  font-family: "DIN Pro", sans-serif !important;
  font-size: 1.25em;
  line-height: 1em;
}
.faq .questions-accordion .text-wrapper .ion-arrow-right-b::before {
  color: #d80000;
  margin-right: 20px;
  font-size: 1.25em;
}
.faq .questions-accordion .text-wrapper .ion-arrow-left-b::before {
  color: #d80000;
  margin-left: 20px;
  font-size: 1.25em;
}
.faq .questions-accordion .answer {
  height: 0px;
  overflow: hidden;
  transition: 0.4s ease;
  font-size: 1.3rem;
  margin: 0px;
  -ms-color: black !important;
  -moz-color: black !important;
  -webkit-color: black !important;
  color: black !important;
}

@media only screen and (max-width: 1024px) {
  .questions-accordion {
    flex-direction: column;
    gap: 0px !important;
  }
  .questions-accordion .f-col,
  .questions-accordion .right-chunk {
    width: 100% !important;
  }
  .questions-accordion .right-chunk .text-wrapper {
    justify-content: start !important;
  }
}
/* faq section end */
.aboutUs {
  /*margin-top: 50px;*/
  /*margin-bottom: 50px;*/
}
.aboutUs h2 {
  /*margin-top: 35px;*/
  margin-bottom: 0px;
}
.aboutUs .test-Text {
  font-size: 16px;
}

#aboutPlatform .sub_info {
  margin-top: 50px;
  color: #000;
  background: rgba(73, 73, 73, 0.0705882353);
}
#aboutPlatform .tiny-warning {
  padding: 0;
  margin: 0 auto;
  font-weight: 100;
  color: #000;
  font-size: 14px;
  z-index: 20;
  position: relative;
  text-align: center;
}

/* understand nothing section start */
.understand {
  margin: 0 0 100px 0;
}
.understand .section-title b {
  color: #d80000;
}
.understand-wrapper {
  gap: 50px;
  justify-content: center;
}
.understand-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.understand-wrapper .text-wrapper h5 {
  margin-bottom: 10px;
  font-size: 1.65rem;
  color: #000;
}
.understand-wrapper .text-wrapper p {
  font-size: 1.3rem;
  line-height: 110%;
}
.understand-wrapper .text-wrapper .record-cons {
  margin-top: 10px;
}
.understand-wrapper img {
  height: 350px;
}

@media only screen and (max-width: 998px) {
  .understand-wrapper {
    gap: 25px;
  }
  .understand-wrapper .text-wrapper h5 {
    font-size: 1.4rem;
  }
  .understand-wrapper .text-wrapper p {
    font-size: 1.1rem;
  }
  .understand .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 860px) {
  .understand-wrapper {
    flex-direction: column;
  }
  .understand-wrapper img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .understand-wrapper .text-wrapper h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 530px) {
  .understand-wrapper img {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .understand-wrapper .text-wrapper p {
    font-size: 14px;
  }
}
/* understand nothing section start */
/* important info section */
.i-info {
  padding: 20px 0 60px 0;
}
.i-info .f-row {
  gap: 30px;
}
.i-info .f-row div img {
  height: 200px;
  margin-bottom: 40px;
}
.i-info .f-row div .section-title {
  margin-bottom: 55px !important;
}
.i-info .f-row div p {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

/* important info section *//*# sourceMappingURL=main.css.map */