.MyLPs {
  color: #2b2d40;
  background: white;
  overflow-x: hidden;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 16px;
  font-weight: 400 !important;
  font-weight: 800;
  border-radius: 5px;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.2s;
  /*padding:0 16px;*/
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  margin: 20px 0;
}
.MyLPs .f16 {
  font-size: 16px;
  line-height: 23px;
}
.MyLPs .f18 {
  font-size: 18px;
  line-height: 25px;
}
.MyLPs .f24 {
  font-size: 24px;
  line-height: 29px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 40px;
}
.MyLPs .f48 {
  font-size: 48px;
  line-height: 55px;
}
.MyLPs .f60 {
  font-size: 60px;
  line-height: 65px;
}
.clrWhite {
  color: white !important;
}
.clrBlue {
  color: #3a44e8 !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.HoverTrigger:hover .btnCommon {
  opacity: 0.8;
}
.MyHeader {
  background-color: #dde8ff;
  padding: 40px 0;
  position: relative;
}
.MyHeader .whiteRow {
  background-color: white;
  width: 300px;
  height: 100%;
  position: absolute;
  left: 30%;
  top: 0;
  transform: skew(36deg);
}
.MyHeader .map {
  display: inline-block;
  position: relative;
  top: 20px;
  margin-left: 100px;
}
.man {
  position: absolute;
  left: 55%;
  bottom: -70px;
}
.BoxesWrapper {
  background-color: #f1f8d4;
  position: relative;
  height: auto;
  padding-bottom: 60px;
}
.BoxesWrapper::before {
  position: absolute;
  content: '';
  height: 70px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
.BoxesContainer {
  width: 330px;
  padding: 20px 20px 60px 20px;
}
.Boxes {
  background-color: #dde8ff;
  padding: 50px 15px 40px 15px;
  text-align: center;
  border-radius: 20px;
  height: 100%;
}
.Boxes img {
  margin: -100px auto 30px auto;
}
.tree {
  position: absolute;
  left: 5%;
  bottom: 0;
}
.box_girl {
  position: absolute;
  right: 2%;
  bottom: -35px;
}
.WinRow {
  background-color: #fef4d8;
  padding: 20px 0;
  position: relative;
}
.WinRow::before {
  content: '';
  background-color: white;
  position: absolute;
  left: 32%;
  width: 100%;
  height: 100%;
  top: 0;
  transform: skew(-30deg);
}
.WinRow2::before {
  left: -150px;
  width: 53%;
}
@media (max-width: 1200px) {
  .MyHeader .map {
    margin-left: 10px;
  }
  .tree {
    left: 0;
  }
  .box_girl {
    right: 0;
  }
}
@media (max-width: 991px) {
  .MyHeader .map {
    margin-left: 10px;
    max-width: 150px !important;
  }
  .man {
    max-width: 350px !important;
    left: unset;
    right: 0;
  }
}
@media (max-width: 768px) {
  .MyLPs .f18 {
    font-size: 18px;
    line-height: 24px;
  }
  .MyLPs .f24 {
    font-size: 22px;
    line-height: 28px;
  }
  .MyLPs .f30 {
    font-size: 20px;
    line-height: 30px;
  }
  .MyLPs .f48 {
    font-size: 30px;
    line-height: 35px;
  }
  .MyLPs .f60 {
    font-size: 40px;
    line-height: 45px;
  }
  .WinRow {
    text-align: center;
  }
  .WinRow img {
    margin-bottom: 30px!important;
  }
}
@media (max-width: 576px) {
  .man {
    max-width: 230px !important;
    right: -30px;
  }
  .BoxesWrapper {
    padding-bottom: 170px;
  }
  .box_girl {
    right: unset;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    max-width: 150px !important;
  }
}