:root {
  --white: #fff;
  --dark-pink: #e91e63;
  --light-green: #04AA6D;
  --teen-green: #c1d6d9;
  --green: var(--accent-color);
  --yellow: #ffd523;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FlexCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ContainerIn {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ContainerOut {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border-radius: 30px;
}
a {
  color: inherit;
  text-decoration: none;
}



.PartnerBlock {
  padding: 20px 20px 20px 50px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #c1d6d9;
  -webkit-box-shadow: 0px 0px 15px rgba(14, 65, 66, 0.15);
  box-shadow: 0px 0px 15px rgba(14, 65, 66, 0.15);
  margin-bottom: 20px;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.PartnerBlock:hover {
  -webkit-box-shadow: 0px 0px 20px rgb(14 65 66/30%);
  box-shadow: 0px 0px 20px rgb(14 65 66/30%);
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
  border-color: var(--accent-color);
}
.PartnerBlock.First {
  border-color: var(--accent-color);
}


.PartnerBlock.Ribbon,
.MacList .PartnerBlock.Ribbon {
  padding-top: 40px;
}
.RibbonBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 460px;
  text-align: center;
  padding: 6px;
  border-radius: 0 0 10px 10px;
  background: var(--accent-color);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}
.PartnerBlock .Num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 35px;
  margin: auto;
  background: #c1d6d9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock:hover .Num {
  background: var(--accent-color);
  color: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock.First .Num {
  background: var(--accent-color);
}
[dir="rtl"] .PartnerBlock .Num {
  left: auto;
  right: 0;
}
.PartnerBlock .Img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.PartnerBlock .Img .PartnerLogo {
  margin-top: 10px;
}
.PartnerBlock .SingleAgeRange ul li{
  background-color: var(--accent-color);
  color: white !important;
  padding: 5px 15px;
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
}
.PartnerBlock .Features,.PartnerBlock .SingleAgeRange {
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}
.PartnerBlock .Features ul,.PartnerBlock .SingleAgeRange ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.PartnerBlock .Features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock.First .Features ul li,
.PartnerBlock:hover .Features ul li 
.PartnerBlock.First .SingleAgeRange ul li,
.PartnerBlock:hover .SingleAgeRange ul li {
  color: var(--accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock .Features ul li svg {
  height: 22px;
  width: 22px;
  padding-right: 10px;
}
/* .PartnerBlock .Features ul li:before {
  content: "\2713";
  font-family: "toprated10";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin-right: 7px;
  width: 13px;
}
[dir="rtl"] .PartnerBlock .Features ul li:before {
  margin-right: 0;
  margin-left: 7px;
} */

/* .PartnerBlock .SingleAgeRange ul li:before {
  content: "\2605";
  font-family: "toprated10";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin-right: 7px;
  width: 13px;
} */
[dir="rtl"] .PartnerBlock .SingleAgeRange ul li:before {
  margin-right: 0;
  margin-left: 7px;
}

.PartnerBlock .Score {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-width: 125px;
}
.PartnerBlock .ScoreName {
  color: var(--accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
.PartnerBlock.First .ScoreName {
  font-weight: 700;
}
.PartnerBlock.First .ScoreName,
.PartnerBlock:hover .ScoreName,
.PartnerBlock.First .ScoreNum,
.PartnerBlock:hover .ScoreNum {
  color: var(--accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock .ScoreNum {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  color: var(--light-green);
  background: #b2b1b9;
}
.PartnerBlock .ScoreNum:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0/30%);
  box-shadow: 0 0 15px rgb(0 0 0/30%);
  z-index: 1;
  background: #fff;
  width: 80%;
  height: 80%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock .ScoreNum span {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock .ScoreNum i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.PartnerBlock.First .ScoreNum i,
.PartnerBlock:hover .ScoreNum i {
  opacity: 1;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.BtnBlock {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Reviews .BtnBlock {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
.BtnBlock .Review {
  padding: 10px 30px;
  background: var(--light-green);
  position: relative;
  z-index: 3;
  border-radius: 20px;
  color: var(--white);
  min-width: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  margin-top: 20px;
  transition: 0.3s;
}
.BtnBlock .Review:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BtnBlock .Btn {
  padding: 10px;
  background: var(--light-green);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  color: var(--white);
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
}
.BtnBlock .Btn:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: var(--accent-color);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.BtnBlock .LearnMore {
  padding: 5px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  min-width: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
}
.BtnBlock .LearnMore:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: var(--accent-color);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.PartnerBlock:hover .BtnBlock .Btn:after {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
  filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
}
.Btn:hover, .btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BtnBlock .Btn span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
[lang="tr-TR"] .BtnBlock .Btn span,
[lang="el"] .BtnBlock .Btn span {
  font-size: 14px;
}
[lang="el"] .BtnBlock .Btn {
  max-width: 200px;
  padding: 10px 20px;
}
.BtnBlock .Link {
  color: #c1d6d9;
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.BtnBlock .Link:hover {
  color: var(--accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.BtnBlock .Link i {
  margin-right: 5px;
  font-size: 12px;
}
[dir="rtl"] .BtnBlock .Link i {
  margin-right: 0;
  margin-left: 5px;
}
.PartnerBlock .StarsBlock {
  margin-bottom: 30px;
}
.StarsBlock {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 5px 12px;
  border-radius: 20px;
  direction: ltr;
}
.Stars {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Stars li {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin: 2px;
  overflow: hidden;
}
.Stars li:before {
  color: var(--teen-green);
}
.Stars li.Full:before {
  color: var(--yellow);
}
.Stars li.Half:after {
  font-family: "toprated10";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  content: "\e805";
  color: var(--yellow);
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.StarsNum {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #c1d6d9;
}
.full-btn,
.full-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

[lang="es-ES"] .PartnerBlock .BtnBlock .Btn {
  padding: 10px 15px;
}
[lang="es-ES"] .PartnerBlock .BtnBlock .Btn span {
  font-size: 15px;
}
img.attachment-products {
  width: 300px;
  height: auto;
}
.btn-sm {
  padding: 6px 15px;
}
p.ScoreName {
  padding-top: 10px;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.overlay-logo{
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  transform: translateY(-30%);
}
@media (max-width: 1190px) {
  .PartnerBlock .BtnBlock {
    min-width: 260px;
  }
  .PartnerBlock {
    padding: 20px;
  }
  .PartnerBlock .Num {
    display: none;
  }
}
@media (max-width: 990px) {
  .PartnerBlock .Features {
    min-width: 40%;
    max-width: 40%;
  }
  .PartnerBlock {
    padding: 15px;
  }
  .PartnerBlock .Features {
    min-width: unset;
    max-width: unset;
  }
  .PartnerBlock .Img,
  .PartnerBlock .Features,
  .PartnerBlock .Score,
  .PartnerBlock .BtnBlock {
    padding: 0 10px;
  }
  .Partners .badge-logo { 
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    height: 30px;
    width: 100%;
    bottom: 0;
    background-color: #24416094;
    text-align: center;
  }
  .Partners .badge-logo img {
    transform: unset;
    height: 30px;
    width: fit-content;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .BtnBlock .LearnMore {
    display: none;
  }
  .PartnerBlock.Reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .PartnerBlock.Reviews .Features {
    padding: 20px 0;
  }
  .PartnerBlock.Reviews .BtnBlock .Review {
    margin-top: 10px;
  }
  .PartnerBlock.Reviews .Img .PartnerLogo {
    width: 150px;
    height: auto;
    margin: 0;
  }
  .Partners .PartnerBlock{
    padding: 0;
  }
  .Partners .RibbonBlock
  {
    z-index: 1;
    width: fit-content;
    left: unset;
    padding: 0 20px;
    right: -5px;
  }
  .Partners .img-fluid{
    border-radius: 0px;
  }
  .Partners .triangle{
    border-width: 1.5rem;
  }
}
@media (max-width: 890px) {
  .MacList .PartnerBlock,
  .MacList .PartnerBlock:nth-child(even),
  .MacList .PartnerBlock:nth-child(odd) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .PartnerBlock .Features ul li {
    font-size: 14px;
  }
  .PartnerBlock .Score {
    min-width: 140px;
  }
  .PartnerBlock .ScoreName {
    font-size: 14px;
  }
  .PartnerBlock .Img img.PartnerLogo {
    width: 100%;
    height: auto;
    max-width: 140px;
  }
  .PartnerBlock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .PartnerBlock .Img {
    width: 60%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .PartnerBlock .Features {
    width: 50%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    justify-content: center;
    margin-top: 10px;
  }
  .PartnerBlock .SingleAgeRange {
    width: 50%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    justify-content: center;
    margin-top: 10px;
    padding: 0 10px;
  }
  .PartnerBlock .Score {
    width: 38%;
    min-width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
    order: 3;
    padding: 0;
    align-items: center;
    margin: 0 auto;
    display: flex;
    position: absolute;
    right: 0;
    top: 10%;
  }
  
  .BtnBlock {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .PartnerBlock .ScoreNum {
    width: 70px;
    height: 70px;
  }
  .PartnerBlock .ScoreNum span {
    font-size: 24px;
  }
  .PartnerBlock .Features p {
    margin: 0 0 10px;
  }
  .PartnerBlock .Features ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .PartnerBlock .StarsBlock {
    margin-bottom: 15px;
  }
  .BtnBlock .Link {
    margin: 10px 0;
  }
  .PartnerBlock .ScoreName {
    margin: 0;
    padding: 2px;
    width: 100%;
    text-align: center;
  }
  img.attachment-products{    
    width: 100%;
  }
  .PartnerBlock .BtnBlock{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dark-background {
    background-position: center;
    background-size: cover;
  }
  .PartnerBlock .SingleAgeRange ul li{
    display: flex;
    justify-self: left;
    font-size: 12px;
  }
  .PartnerBlock .SingleAgeRange ul li:before{
    display: none;
  }
  .PartnerBlock .Features ul, .PartnerBlock .SingleAgeRange ul{
    width: 100%;
    font-size: 12px;
  }
  .PartnerBlock .SingleAgeRange ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
  .section-title h2, .call-to-action h3, .footer .footer-about .logo span, .tableau tbody tr td p{
    font-size: 24px;
    margin-top: 10px;
  }
  .BtnBlock .Btn{
    padding: 5px 15px;
  }
}
.triangle-primary {
  border-color: var(--accent-color) transparent transparent var(--accent-color);
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem;
  border-radius: 10px;
}
.number-position {
  left: -1rem;
  top: -1.5rem;
}
.badge-logo-first {
  bottom: .1rem;
  right: .1rem;
}
.badge-logo {
  height: 1.5rem;
  width: 5rem;
}
.badge-logo img {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.fa-star {
  color: #e9af17;
}
.fa-check {
  color: green;
}
.img-fluid {
  border-radius: 10px;
}
.PartnerBlock {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .triangle {
      border-width: 1.6rem;
  }
  .number-position {
    left: -1.2rem;
    top: -1.9rem;
  }
}
@media (min-width: 768px) {
  .number-position {
      left: -1.1rem;
      top: -1.7rem;
  }
}
@media (min-width: 576px) {
  .triangle {
      border-width: 1.4rem;
  }
  .number-position {
    top: -1.6rem;
  }
  .badge-logo-first {
    bottom: -.4rem;
  }
  .badge-logo {
    height: 4rem;
    width: 12rem;
  }
}
@media (min-width: 1200px) {
  .fs-3 {
      font-size: 1.5rem !important;
  }
  .badge-logo-first {
    right: 2.5rem;
  }
  .badge-logo {
    width: 14rem;
  }
}
@media (min-width: 1400px) {
  .badge-logo-first {
      right: 4.8rem;
  }
}