/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.landing-experts-section {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section {
    padding-bottom: 50px;
  }
}
.landing-experts-section .container {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container {
    padding: 0 30px;
  }
}
.landing-experts-section .container .landing-experts-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.265;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-title {
    font-size: 20px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-title {
    font-size: 30px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-experts-section .container .landing-experts-title {
    font-size: 38px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-experts-section .container .landing-experts-title {
    font-size: 42px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-experts-section .container .landing-experts-title {
    font-size: 50px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-title {
    margin-bottom: 36px;
  }
}
.landing-experts-section .container .landing-experts-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(1.875rem, calc((100% - 0px * (1 - 1)) / 1)));
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(1.875rem, calc((100% - 0px * (1 - 1)) / 1)));
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(1.875rem, calc((100% - 50px * (2 - 1)) / 2)));
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-experts-section .container .landing-experts-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(1.875rem, calc((100% - 92px * (3 - 1)) / 3)));
    -moz-column-gap: 92px;
         column-gap: 92px;
    row-gap: 40px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item {
  position: relative;
  overflow: hidden;
  display: -ms-flex;
  display: flex;
  background-color: #5857F9;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item {
    border-radius: 60px;
    background-color: transparent;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) {
  flex-direction: row-reverse;
}
.landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) .landing-experts-img {
  -webkit-mask-image: url("../../images/landing/mask-image-even.svg");
          mask-image: url("../../images/landing/mask-image-even.svg");
  -webkit-mask-position: inherit;
          mask-position: inherit;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) .landing-experts-img {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) .landing-experts-content {
  padding: 15px 15px 15px 20px;
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) .landing-experts-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item:nth-child(even) .landing-experts-content {
    padding: 52px 25px 20px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-img {
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-mask-image: url("../../images/landing/mask-image-odd.svg");
          mask-image: url("../../images/landing/mask-image-odd.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: 100%;
          mask-position: 100%;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-img {
    width: 100%;
    height: 600px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-img {
    height: 637px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../images/landing/bg-shape.png") no-repeat;
    background-size: cover;
    gap: 2px;
    padding: 52px 25px 20px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner {
    max-width: 292px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading {
    gap: 15px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .expert-name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: normal;
  font-family: "General Sans", Arial, Verdana, Tahoma, sans-serif !important;
  margin-bottom: 0px;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .expert-name {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .expert-name {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .expert-name {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  gap: 3px;
  background-color: #201F90;
  border-radius: 7px;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings {
    padding: 6px;
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings {
    padding: 8px;
    gap: 7px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings {
    width: 120px;
    position: absolute;
    right: -6px;
    bottom: 30px;
    padding: 5px 16px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings {
    width: 150px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-number {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: normal;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-number {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-number {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-number {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: normal;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-icon {
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-icon {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-heading .landing-experts-ratings .rating-icon {
    width: 27px;
    height: 27px;
  }
}
.landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-description {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-description {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-description {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-experts-section .container .landing-experts-list .landing-experts-item .landing-experts-content .landing-experts-content-inner .expert-description {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    margin-top: 8px;
  }
}/*# sourceMappingURL=landing_experts.css.map */