

/* Start:/v1/css/video-block.css?16614063249461*/
.land-section_video-block {
  overflow: hidden; }
  @media only screen and (min-width: 601px) {
    .land-section_video-block .land-section__subtitle {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 600px) {
    .land-section_video-block {
      padding-bottom: 0;
      background: #F5F5F5; } }

.video-block__carousel {
  position: relative;
  position: absolute;
  opacity: 0; }
  @media only screen and (max-width: 600px) {
    .video-block__carousel {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 18px; } }
  @media only screen and (min-width: 601px) {
    .video-block__carousel.video-block__carousel_insufficiently {
      margin-left: -15px;
      margin-right: -15px; }
      .video-block__carousel.video-block__carousel_insufficiently .video-block__itm {
        padding-left: 15px;
        padding-right: 15px; } }
  .video-block__carousel:after, .video-block__carousel:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7); }
  .video-block__carousel:after {
    left: 100%; }
  .video-block__carousel:before {
    right: 100%; }
  .video-block__carousel.slick-initialized {
    position: relative;
    opacity: 1; }
  .video-block__carousel * {
    outline: none !important; }
  .video-block__carousel .slick-active {
    opacity: 1; }
  .video-block__carousel .slick-list {
    overflow: visible; }
    @media only screen and (max-width: 600px) {
      .video-block__carousel .slick-list {
        padding-bottom: 97px; } }
  .video-block__carousel .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 49;
    bottom: 42px;
    padding: 0 77px;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .video-block__carousel .slick-dots li {
      display: inline-block;
      vertical-align: top; }
      .video-block__carousel .slick-dots li button {
        width: 7px;
        height: 7px;
        margin: 0 5px;
        padding: 0;
        border: none;
        border-radius: 100%; }
      .video-block__carousel .slick-dots li.slick-active button {
        background: #F56CA8; }
  .video-block__carousel .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: 55px;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    @media only screen and (max-width: 600px) {
      .video-block__carousel .slick-arrow {
        bottom: 20px;
        top: auto !important;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .video-block__carousel .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .video-block__carousel .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .video-block__carousel .slick-arrow.slick-prev {
      left: -28.5px; }
      @media only screen and (max-width: 600px) {
        .video-block__carousel .slick-arrow.slick-prev {
          left: 20px; } }
    .video-block__carousel .slick-arrow.slick-next {
      right: -28.5px; }
      @media only screen and (max-width: 600px) {
        .video-block__carousel .slick-arrow.slick-next {
          right: 20px; } }
  .video-block__carousel .video-block__lnk {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.video-block__itm, .video-block__itm_one {
  padding: 0 7px;
  cursor: pointer; }
  @media only screen and (max-width: 600px) {
    .video-block__itm,.video-block__itm_one {
      padding: 0; } }

.video-block__box {
  position: relative; }
  .video-block__box img {
    display: block;
    width: 100%; }

.video-block__pict {
  position: relative; }
  @media only screen and (min-width: 601px) {
    .video-block__pict {
      margin: 0 0 30px; } }

.video-block__ttl {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 15px; }

.video-block__txt {
  font-size: 16px;
  line-height: 21px;
  color: #9A9A9A; }

.video-block__play {
  position: absolute;
  width: 17%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-block__time {
  width: 68px;
  height: 28px;
  font-size: 16px;
  line-height: 24px;
  padding: 2px;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #000; }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 35px;
  visibility: hidden;
  opacity: 0;
  z-index: -1000; }
  @media only screen and (max-width: 600px) {
    .video-popup {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .video-popup.is-open {
    z-index: 100000;
    opacity: 1;
    visibility: visible; }

.video-popup__close {
  position: absolute;
  right: -33px;
  top: -33px; }
  .video-popup__close svg {
    display: block; }
  @media only screen and (max-width: 600px) {
    .video-popup__close {
      position: fixed;
      top: 5px;
      right: 5px; } }

.video-popup__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  @media only screen and (max-width: 600px) {
    .video-popup__overlay {
      background: #2E2E2E; } }

.video-popup__inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  max-height: 100vh; }
  @media only screen and (min-width: 601px) {
    .video-popup__inner {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      position: relative;
      z-index: 5; } }

.video-popup__slider__box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-popup__slider {
  position: relative;
  z-index: 5; }
  .video-popup__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 57px;
    height: 57px;
    border: 1px solid #FFB0D2;
    background: #FFF;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media only screen and (max-width: 600px) {
      .video-popup__slider .slick-arrow {
        display: none !important; } }
    .video-popup__slider .slick-arrow:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(246, 108, 168, 0.3);
              box-shadow: 0px 0px 20px rgba(246, 108, 168, 0.3);
      border-color: #FFF; }
    .video-popup__slider .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .video-popup__slider .slick-arrow.slick-prev {
      left: -30px; }
    .video-popup__slider .slick-arrow.slick-next {
      right: -30px;
      margin-left: 13px; }

.video-popup__slider__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-popup__carousel {
  z-index: 51; }
  @media only screen and (max-width: 600px) {
    .video-popup__carousel {
      position: absolute;
      visibility: hidden;
      z-index: -1000; } }
  .video-popup__carousel.video-popup__carousel_notrf .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important; }

.video-popup__slider__itm {
  display: block !important; }

.video-popup__carousel__itm {
  position: relative;
  display: block !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .video-popup__carousel__itm img {
    display: block;
    width: 100%; }
  .video-popup__carousel__itm:hover {
    z-index: 5;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.video-popup__carousel__time {
  background: #000;
  color: #FFF;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  width: 31px;
  height: 14px;
  position: absolute;
  bottom: 4px;
  right: 10px; }

@media only screen and (max-width: 600px) {
  .video-popup + .feedback-container {
    margin-top: 0; } }

/* End */


/* Start:/v1/css/main-banner-new.css?16614063246141*/
.land-section_main-banner-new {
  height: 800px;
  padding-bottom: 0; }
  @media only screen and (min-width: 961px) {
    .land-section_main-banner-new {
      padding-top: 139px;
      margin-top: -139px; } }
  @media only screen and (max-width: 960px) {
    .land-section_main-banner-new {
      height: 500px;
      padding: 0; } }
  .land-section_main-banner-new .container {
    height: 100%; }
  @media only screen and (max-width: 960px) {
    .land-section_main-banner-new.land-section_main-banner-new_mb-pt {
      height: 565px; }
      .land-section_main-banner-new.land-section_main-banner-new_mb-pt .main-banner-new {
        padding-top: 65px; } }
  @media only screen and (max-width: 600px) {
    .land-section_main-banner-new.land-section_main-banner-new_mb-pt .main-banner-new {
      padding-top: 95px; } }

.main-banner-new {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .main-banner-new {
      display: block;
      padding-top: 30px; } }

.main-banner-new_rigth-desc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 600px) {
    .main-banner-new_rigth-desc {
      text-align: center; } }

.main-banner-new_center-desc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

@media only screen and (min-width: 601px) {
  .main-banner-new__column {
    max-width: 43%;
    position: relative;
    z-index: 5; } }

@media only screen and (max-width: 600px) {
  .main-banner-new__column {
    text-align: center; } }

.main-banner-new__picts {
  position: absolute;
  bottom: 0;
  width: 57%;
  left: 0; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__picts {
      width: 100%; } }

@media only screen and (min-width: 601px) {
  .main-banner-new__picts_center {
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.main-banner-new__title {
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  color: #2E2E2E;
  margin-bottom: 55px; }
  @media only screen and (max-width: 960px) {
    .main-banner-new__title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; } }

.main-banner-new__txt {
  font-size: 20px;
  line-height: 36px;
  color: #2E2E2E; }
  @media only screen and (max-width: 960px) {
    .main-banner-new__txt {
      font-size: 14px;
      line-height: 16px; } }

.main-banner-new__btn {
  white-space: nowrap;
  margin-top: 50px; }

@media only screen and (max-width: 960px) and (min-width: 601px) {
  .main-banner-new__btn {
    min-width: 427px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .main-banner-new__btn .button {
    width: 199px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 601px) {
      .main-banner-new__btn .button {
        margin-left: 10px;
        margin-right: 10px; } }
  @media only screen and (max-width: 600px) {
    .main-banner-new__btn {
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 30px;
      left: 0; }
      .main-banner-new__btn .button {
        display: block;
        margin: 10px auto 0; } }

.main-banner-new__slider {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 139.5%; }
  .main-banner-new__slider img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

@media only screen and (max-width: 600px) {
  .main-banner-new__picts_left .main-banner-new__slider {
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); } }

.main-banner-new__picts_right {
  right: 9%;
  left: auto; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__picts_right .main-banner-new__slider {
      left: auto;
      right: 0;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }

.main-banner-new__item {
  display: block !important; }

.main-banner__btn-video__icon {
  display: block;
  height: 112px;
  width: 112px;
  margin: 0 auto 33px; }
  @media only screen and (max-width: 600px) {
    .main-banner__btn-video__icon {
      margin-bottom: 15px;
      width: 82px;
      height: 82px; } }
  .main-banner__btn-video__icon svg {
    display: block;
    height: 100%;
    width: 100%; }

.main-banner-new__btn-video {
  position: absolute;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  top: 32%;
  left: 0; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__btn-video {
      font-size: 14px;
      line-height: 16px;
      top: 221px; } }
  .main-banner-new__btn-video:hover {
    color: #F08BB7; }
    .main-banner-new__btn-video:hover .main-banner__btn-video__icon svg circle {
      stroke: currentColor; }
    .main-banner-new__btn-video:hover .main-banner__btn-video__icon svg path {
      fill: currentColor; }

.main-banner-new__btn-video_right {
  right: 0;
  left: auto; }

@media only screen and (max-width: 600px) {
  .main-banner-new__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } 
  .main-banner-new__desc__in{width: 100%;}
}
.main-banner-new__btn .button {width: 100%}
.main-banner-new__btn .button__text {position: relative;
  top: 36%;}
/* End */


/* Start:/v1/css/our-gains.css?16614063243062*/
.our-gains {
  color: #2E2E2E;
  text-align: center; }

.our-gains__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.our-gains__list_icons {
  margin-bottom: 23px; }
  @media only screen and (max-width: 600px) {
    .our-gains__list_icons {
      margin-bottom: 0px; }
      .our-gains__list_icons .our-gains__itm {
        opacity: 0.3; }
        .our-gains__list_icons .our-gains__itm.is-active {
          opacity: 1; } }

.our-gains__icn {
  max-height: 46px; }
  .our-gains__icn svg {
    display: block;
    height: 46px;
    margin: 0 auto;
    fill: currentColor; }
    @media only screen and (max-width: 600px) {
      .our-gains__icn svg {
        height: 28px; } }

.our-gains__itm {
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
  @media only screen and (max-width: 600px) {
    .our-gains__itm {
      width: 20%;
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%; } }

@media only screen and (max-width: 960px) and (min-width: 601px) {
  .our-gains__itm {
    font-size: 14px;
    line-height: 18px; } }

.our-gains__list_five .our-gains__itm {
  width: 20%; }

@media only screen and (min-width: 601px) {
  .our-gains__inline {
    display: inline; } }

.our-gains__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 600px) {
    .our-gains__ttl {
      font-size: 18px;
      line-height: 27px;
      color: #F56CA8;
      padding: 15px 0; } }

.our-gains__txt {
  font-size: 16px;
  line-height: 24px;
  max-width: 202px;
  margin: 0 auto; }

.slick-arrow {
  z-index: 50;
  cursor: pointer;
  outline: none !important; }

.our-gains__list_caption {
  display: block;
  position: absolute;
  opacity: 0; }
  .our-gains__list_caption.slick-initialized {
    opacity: 1;
    position: relative; }
  @media only screen and (max-width: 600px) {
    .our-gains__list_caption {
      padding: 0;
      margin: 0 -20px;
      position: relative; }
      .our-gains__list_caption .our-gains__itm {
        padding: 0 40px; }
      .our-gains__list_caption .slick-arrow {
        display: block !important;
        padding: 0;
        border: none;
        position: absolute;
        top: 50%;
        background: #FFF;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        outline: none !important;
        opacity: 0.5; }
        .our-gains__list_caption .slick-arrow svg {
          width: 13px;
          height: 25px;
          display: block; }
        .our-gains__list_caption .slick-arrow.slick-prev {
          left: 20px; }
        .our-gains__list_caption .slick-arrow.slick-next {
          right: 20px; } }

/* End */


/* Start:/v5/css/modificators.css?166140632342866*/
[class$='_visible'],[class*='_visible'],html body [class$='_hiden'],html body [class*='_hiden ']{display:none}html body [class$='_m-0'],html body [class*='_m-0 ']{margin:0}html body [class$='_pt-0'],html body [class*='_pt-0 ']{padding-top:0}html body [class$='_pb-0'],html body [class*='_pb-0 ']{padding-bottom:0}html body [class$='_pt-1'],html body [class*='_pt-1 ']{padding-top:1px}html body [class$='_pb-1'],html body [class*='_pb-1 ']{padding-bottom:1px}html body [class$='_pt-2'],html body [class*='_pt-2 ']{padding-top:2px}html body [class$='_pb-2'],html body [class*='_pb-2 ']{padding-bottom:2px}html body [class$='_pt-3'],html body [class*='_pt-3 ']{padding-top:3px}html body [class$='_pb-3'],html body [class*='_pb-3 ']{padding-bottom:3px}html body [class$='_pt-4'],html body [class*='_pt-4 ']{padding-top:4px}html body [class$='_pb-4'],html body [class*='_pb-4 ']{padding-bottom:4px}html body [class$='_pt-5'],html body [class*='_pt-5 ']{padding-top:5px}html body [class$='_pb-5'],html body [class*='_pb-5 ']{padding-bottom:5px}html body [class$='_pt-10'],html body [class*='_pt-10 ']{padding-top:10px}html body [class$='_pb-10'],html body [class*='_pb-10 ']{padding-bottom:10px}html body [class$='_pt-15'],html body [class*='_pt-15 ']{padding-top:15px}html body [class$='_pb-15'],html body [class*='_pb-15 ']{padding-bottom:15px}html body [class$='_pt-20'],html body [class*='_pt-20 ']{padding-top:20px}html body [class$='_pb-20'],html body [class*='_pb-20 ']{padding-bottom:20px}html body [class$='_pt-30'],html body [class*='_pt-30 ']{padding-top:30px}html body [class$='_pb-30'],html body [class*='_pb-30 ']{padding-bottom:30px}html body [class$='_pt-40'],html body [class*='_pt-40 ']{padding-top:40px}html body [class$='_pb-40'],html body [class*='_pb-40 ']{padding-bottom:40px}html body [class$='_pt-45'],html body [class*='_pt-45 ']{padding-top:45px}html body [class$='_pb-45'],html body [class*='_pb-45 ']{padding-bottom:45px}html body [class$='_pt-50'],html body [class*='_pt-50 ']{padding-top:50px}html body [class$='_pb-50'],html body [class*='_pb-50 ']{padding-bottom:50px}html body [class$='_pt-55'],html body [class*='_pt-55 ']{padding-top:55px}html body [class$='_pb-55'],html body [class*='_pb-55 ']{padding-bottom:55px}html body [class$='_pt-60'],html body [class*='_pt-60 ']{padding-top:60px}html body [class$='_pb-60'],html body [class*='_pb-60 ']{padding-bottom:60px}html body [class$='_pt-70'],html body [class*='_pt-70 ']{padding-top:70px}html body [class$='_pb-70'],html body [class*='_pb-70 ']{padding-bottom:70px}html body [class$='_pt-75'],html body [class*='_pt-75 ']{padding-top:75px}html body [class$='_pb-75'],html body [class*='_pb-75 ']{padding-bottom:75px}html body [class$='_pt-80'],html body [class*='_pt-80 ']{padding-top:80px}html body [class$='_pb-80'],html body [class*='_pb-80 ']{padding-bottom:80px}html body [class$='_pt-100'],html body [class*='_pt-100 ']{padding-top:100px}html body [class$='_pb-100'],html body [class*='_pb-100 ']{padding-bottom:100px}html body [class$='_pt-120'],html body [class*='_pt-120 ']{padding-top:120px}html body [class$='_pb-120'],html body [class*='_pb-120 ']{padding-bottom:120px}html body [class$='_mt-0'],html body [class*='_mt-0 ']{margin-top:0}html body [class$='_mb-0'],html body [class*='_mb-0 ']{margin-bottom:0}html body [class$='_mt-1'],html body [class*='_mt-1 ']{margin-top:1px}html body [class$='_mb-1'],html body [class*='_mb-1 ']{margin-bottom:1px}html body [class$='_mt-2'],html body [class*='_mt-2 ']{margin-top:2px}html body [class$='_mb-2'],html body [class*='_mb-2 ']{margin-bottom:2px}html body [class$='_mt-3'],html body [class*='_mt-3 ']{margin-top:3px}html body [class$='_mb-3'],html body [class*='_mb-3 ']{margin-bottom:3px}html body [class$='_mt-4'],html body [class*='_mt-4 ']{margin-top:4px}html body [class$='_mb-4'],html body [class*='_mb-4 ']{margin-bottom:4px}html body [class$='_mt-5'],html body [class*='_mt-5 ']{margin-top:5px}html body [class$='_mb-5'],html body [class*='_mb-5 ']{margin-bottom:5px}html body [class$='_mt-10'],html body [class*='_mt-10 ']{margin-top:10px}html body [class$='_mb-10'],html body [class*='_mb-10 ']{margin-bottom:10px}html body [class$='_mt-15'],html body [class*='_mt-15 ']{margin-top:15px}html body [class$='_mb-15'],html body [class*='_mb-15 ']{margin-bottom:15px}html body [class$='_mt-20'],html body [class*='_mt-20 ']{margin-top:20px}html body [class$='_mb-20'],html body [class*='_mb-20 ']{margin-bottom:20px}html body [class$='_mt-25'],html body [class*='_mt-25 ']{margin-top:25px}html body [class$='_mb-25'],html body [class*='_mb-25 ']{margin-bottom:25px}html body [class$='_mt-30'],html body [class*='_mt-30 ']{margin-top:30px}html body [class$='_mb-30'],html body [class*='_mb-30 ']{margin-bottom:30px}html body [class$='_mt-35'],html body [class*='_mt-35 ']{margin-top:35px}html body [class$='_mb-35'],html body [class*='_mb-35 ']{margin-bottom:35px}html body [class$='_mt-34'],html body [class*='_mt-34 ']{margin-top:34px}html body [class$='_mb-34'],html body [class*='_mb-34 ']{margin-bottom:34px}html body [class$='_mt-40'],html body [class*='_mt-40 ']{margin-top:40px}html body [class$='_mb-40'],html body [class*='_mb-40 ']{margin-bottom:40px}html body [class$='_mt-50'],html body [class*='_mt-50 ']{margin-top:50px}html body [class$='_mb-50'],html body [class*='_mb-50 ']{margin-bottom:50px}html body [class$='_mt-60'],html body [class*='_mt-60 ']{margin-top:60px}html body [class$='_mb-60'],html body [class*='_mb-60 ']{margin-bottom:60px}html body [class$='_mt-120'],html body [class*='_mt-120 ']{margin-top:120px}html body [class$='_mb-120'],html body [class*='_mb-120 ']{margin-bottom:120px}html body [class$='_visible'],html body [class*='_visible ']{display:block}html body [class$='_fw-normal'],html body [class*='_fw-normal ']{font-weight:400}@media only screen and (max-width:479px){html body [class$='_m-0_xxs'],html body [class*='_m-0_xxs ']{margin:0}html body [class$='_pt-0_xxs'],html body [class*='_pt-0_xxs ']{padding-top:0}html body [class$='_pb-0_xxs'],html body [class*='_pb-0_xxs ']{padding-bottom:0}html body [class$='_pt-1_xxs'],html body [class*='_pt-1_xxs ']{padding-top:1px}html body [class$='_pb-1_xxs'],html body [class*='_pb-1_xxs ']{padding-bottom:1px}html body [class$='_pt-2_xxs'],html body [class*='_pt-2_xxs ']{padding-top:2px}html body [class$='_pb-2_xxs'],html body [class*='_pb-2_xxs ']{padding-bottom:2px}html body [class$='_pt-3_xxs'],html body [class*='_pt-3_xxs ']{padding-top:3px}html body [class$='_pb-3_xxs'],html body [class*='_pb-3_xxs ']{padding-bottom:3px}html body [class$='_pt-4_xxs'],html body [class*='_pt-4_xxs ']{padding-top:4px}html body [class$='_pb-4_xxs'],html body [class*='_pb-4_xxs ']{padding-bottom:4px}html body [class$='_pt-5_xxs'],html body [class*='_pt-5_xxs ']{padding-top:5px}html body [class$='_pb-5_xxs'],html body [class*='_pb-5_xxs ']{padding-bottom:5px}html body [class$='_pt-10_xxs'],html body [class*='_pt-10_xxs ']{padding-top:10px}html body [class$='_pb-10_xxs'],html body [class*='_pb-10_xxs ']{padding-bottom:10px}html body [class$='_pt-15_xxs'],html body [class*='_pt-15_xxs ']{padding-top:15px}html body [class$='_pb-15_xxs'],html body [class*='_pb-15_xxs ']{padding-bottom:15px}html body [class$='_pt-20_xxs'],html body [class*='_pt-20_xxs ']{padding-top:20px}html body [class$='_pb-20_xxs'],html body [class*='_pb-20_xxs ']{padding-bottom:20px}html body [class$='_pt-30_xxs'],html body [class*='_pt-30_xxs ']{padding-top:30px}html body [class$='_pb-30_xxs'],html body [class*='_pb-30_xxs ']{padding-bottom:30px}html body [class$='_pt-40_xxs'],html body [class*='_pt-40_xxs ']{padding-top:40px}html body [class$='_pb-40_xxs'],html body [class*='_pb-40_xxs ']{padding-bottom:40px}html body [class$='_pt-45_xxs'],html body [class*='_pt-45_xxs ']{padding-top:45px}html body [class$='_pb-45_xxs'],html body [class*='_pb-45_xxs ']{padding-bottom:45px}html body [class$='_pt-50_xxs'],html body [class*='_pt-50_xxs ']{padding-top:50px}html body [class$='_pb-50_xxs'],html body [class*='_pb-50_xxs ']{padding-bottom:50px}html body [class$='_pt-55_xxs'],html body [class*='_pt-55_xxs ']{padding-top:55px}html body [class$='_pb-55_xxs'],html body [class*='_pb-55_xxs ']{padding-bottom:55px}html body [class$='_pt-60_xxs'],html body [class*='_pt-60_xxs ']{padding-top:60px}html body [class$='_pb-60_xxs'],html body [class*='_pb-60_xxs ']{padding-bottom:60px}html body [class$='_pt-70_xxs'],html body [class*='_pt-70_xxs ']{padding-top:70px}html body [class$='_pb-70_xxs'],html body [class*='_pb-70_xxs ']{padding-bottom:70px}html body [class$='_pt-75_xxs'],html body [class*='_pt-75_xxs ']{padding-top:75px}html body [class$='_pb-75_xxs'],html body [class*='_pb-75_xxs ']{padding-bottom:75px}html body [class$='_pt-80_xxs'],html body [class*='_pt-80_xxs ']{padding-top:80px}html body [class$='_pb-80_xxs'],html body [class*='_pb-80_xxs ']{padding-bottom:80px}html body [class$='_pt-100_xxs'],html body [class*='_pt-100_xxs ']{padding-top:100px}html body [class$='_pb-100_xxs'],html body [class*='_pb-100_xxs ']{padding-bottom:100px}html body [class$='_pt-120_xxs'],html body [class*='_pt-120_xxs ']{padding-top:120px}html body [class$='_pb-120_xxs'],html body [class*='_pb-120_xxs ']{padding-bottom:120px}html body [class$='_mt-0_xxs'],html body [class*='_mt-0_xxs ']{margin-top:0}html body [class$='_mb-0_xxs'],html body [class*='_mb-0_xxs ']{margin-bottom:0}html body [class$='_mt-1_xxs'],html body [class*='_mt-1_xxs ']{margin-top:1px}html body [class$='_mb-1_xxs'],html body [class*='_mb-1_xxs ']{margin-bottom:1px}html body [class$='_mt-2_xxs'],html body [class*='_mt-2_xxs ']{margin-top:2px}html body [class$='_mb-2_xxs'],html body [class*='_mb-2_xxs ']{margin-bottom:2px}html body [class$='_mt-3_xxs'],html body [class*='_mt-3_xxs ']{margin-top:3px}html body [class$='_mb-3_xxs'],html body [class*='_mb-3_xxs ']{margin-bottom:3px}html body [class$='_mt-4_xxs'],html body [class*='_mt-4_xxs ']{margin-top:4px}html body [class$='_mb-4_xxs'],html body [class*='_mb-4_xxs ']{margin-bottom:4px}html body [class$='_mt-5_xxs'],html body [class*='_mt-5_xxs ']{margin-top:5px}html body [class$='_mb-5_xxs'],html body [class*='_mb-5_xxs ']{margin-bottom:5px}html body [class$='_mt-10_xxs'],html body [class*='_mt-10_xxs ']{margin-top:10px}html body [class$='_mb-10_xxs'],html body [class*='_mb-10_xxs ']{margin-bottom:10px}html body [class$='_mt-15_xxs'],html body [class*='_mt-15_xxs ']{margin-top:15px}html body [class$='_mb-15_xxs'],html body [class*='_mb-15_xxs ']{margin-bottom:15px}html body [class$='_mt-20_xxs'],html body [class*='_mt-20_xxs ']{margin-top:20px}html body [class$='_mb-20_xxs'],html body [class*='_mb-20_xxs ']{margin-bottom:20px}html body [class$='_mt-25_xxs'],html body [class*='_mt-25_xxs ']{margin-top:25px}html body [class$='_mb-25_xxs'],html body [class*='_mb-25_xxs ']{margin-bottom:25px}html body [class$='_mt-30_xxs'],html body [class*='_mt-30_xxs ']{margin-top:30px}html body [class$='_mb-30_xxs'],html body [class*='_mb-30_xxs ']{margin-bottom:30px}html body [class$='_mt-35_xxs'],html body [class*='_mt-35_xxs ']{margin-top:35px}html body [class$='_mb-35_xxs'],html body [class*='_mb-35_xxs ']{margin-bottom:35px}html body [class$='_mt-34_xxs'],html body [class*='_mt-34_xxs ']{margin-top:34px}html body [class$='_mb-34_xxs'],html body [class*='_mb-34_xxs ']{margin-bottom:34px}html body [class$='_mt-40_xxs'],html body [class*='_mt-40_xxs ']{margin-top:40px}html body [class$='_mb-40_xxs'],html body [class*='_mb-40_xxs ']{margin-bottom:40px}html body [class$='_mt-50_xxs'],html body [class*='_mt-50_xxs ']{margin-top:50px}html body [class$='_mb-50_xxs'],html body [class*='_mb-50_xxs ']{margin-bottom:50px}html body [class$='_mt-60_xxs'],html body [class*='_mt-60_xxs ']{margin-top:60px}html body [class$='_mb-60_xxs'],html body [class*='_mb-60_xxs ']{margin-bottom:60px}html body [class$='_mt-120_xxs'],html body [class*='_mt-120_xxs ']{margin-top:120px}html body [class$='_mb-120_xxs'],html body [class*='_mb-120_xxs ']{margin-bottom:120px}html body [class$='_hiden_xxs'],html body [class*='_hiden_xxs ']{display:none}html body [class$='_visible_xxs'],html body [class*='_visible_xxs ']{display:block}html body [class$='_fw-normal_xxs'],html body [class*='_fw-normal_xxs ']{font-weight:400}html body [class$='_bg-pink_xxs'],html body [class*='_bg-pink_xxs ']{background:#F1E9F2}}@media only screen and (min-width:480px) and (max-width:767px){html body [class$='_m-0_xs'],html body [class*='_m-0_xs ']{margin:0}html body [class$='_pt-0_xs'],html body [class*='_pt-0_xs ']{padding-top:0}html body [class$='_pb-0_xs'],html body [class*='_pb-0_xs ']{padding-bottom:0}html body [class$='_pt-1_xs'],html body [class*='_pt-1_xs ']{padding-top:1px}html body [class$='_pb-1_xs'],html body [class*='_pb-1_xs ']{padding-bottom:1px}html body [class$='_pt-2_xs'],html body [class*='_pt-2_xs ']{padding-top:2px}html body [class$='_pb-2_xs'],html body [class*='_pb-2_xs ']{padding-bottom:2px}html body [class$='_pt-3_xs'],html body [class*='_pt-3_xs ']{padding-top:3px}html body [class$='_pb-3_xs'],html body [class*='_pb-3_xs ']{padding-bottom:3px}html body [class$='_pt-4_xs'],html body [class*='_pt-4_xs ']{padding-top:4px}html body [class$='_pb-4_xs'],html body [class*='_pb-4_xs ']{padding-bottom:4px}html body [class$='_pt-5_xs'],html body [class*='_pt-5_xs ']{padding-top:5px}html body [class$='_pb-5_xs'],html body [class*='_pb-5_xs ']{padding-bottom:5px}html body [class$='_pt-10_xs'],html body [class*='_pt-10_xs ']{padding-top:10px}html body [class$='_pb-10_xs'],html body [class*='_pb-10_xs ']{padding-bottom:10px}html body [class$='_pt-15_xs'],html body [class*='_pt-15_xs ']{padding-top:15px}html body [class$='_pb-15_xs'],html body [class*='_pb-15_xs ']{padding-bottom:15px}html body [class$='_pt-20_xs'],html body [class*='_pt-20_xs ']{padding-top:20px}html body [class$='_pb-20_xs'],html body [class*='_pb-20_xs ']{padding-bottom:20px}html body [class$='_pt-30_xs'],html body [class*='_pt-30_xs ']{padding-top:30px}html body [class$='_pb-30_xs'],html body [class*='_pb-30_xs ']{padding-bottom:30px}html body [class$='_pt-40_xs'],html body [class*='_pt-40_xs ']{padding-top:40px}html body [class$='_pb-40_xs'],html body [class*='_pb-40_xs ']{padding-bottom:40px}html body [class$='_pt-45_xs'],html body [class*='_pt-45_xs ']{padding-top:45px}html body [class$='_pb-45_xs'],html body [class*='_pb-45_xs ']{padding-bottom:45px}html body [class$='_pt-50_xs'],html body [class*='_pt-50_xs ']{padding-top:50px}html body [class$='_pb-50_xs'],html body [class*='_pb-50_xs ']{padding-bottom:50px}html body [class$='_pt-55_xs'],html body [class*='_pt-55_xs ']{padding-top:55px}html body [class$='_pb-55_xs'],html body [class*='_pb-55_xs ']{padding-bottom:55px}html body [class$='_pt-60_xs'],html body [class*='_pt-60_xs ']{padding-top:60px}html body [class$='_pb-60_xs'],html body [class*='_pb-60_xs ']{padding-bottom:60px}html body [class$='_pt-70_xs'],html body [class*='_pt-70_xs ']{padding-top:70px}html body [class$='_pb-70_xs'],html body [class*='_pb-70_xs ']{padding-bottom:70px}html body [class$='_pt-75_xs'],html body [class*='_pt-75_xs ']{padding-top:75px}html body [class$='_pb-75_xs'],html body [class*='_pb-75_xs ']{padding-bottom:75px}html body [class$='_pt-80_xs'],html body [class*='_pt-80_xs ']{padding-top:80px}html body [class$='_pb-80_xs'],html body [class*='_pb-80_xs ']{padding-bottom:80px}html body [class$='_pt-100_xs'],html body [class*='_pt-100_xs ']{padding-top:100px}html body [class$='_pb-100_xs'],html body [class*='_pb-100_xs ']{padding-bottom:100px}html body [class$='_pt-120_xs'],html body [class*='_pt-120_xs ']{padding-top:120px}html body [class$='_pb-120_xs'],html body [class*='_pb-120_xs ']{padding-bottom:120px}html body [class$='_mt-0_xs'],html body [class*='_mt-0_xs ']{margin-top:0}html body [class$='_mb-0_xs'],html body [class*='_mb-0_xs ']{margin-bottom:0}html body [class$='_mt-1_xs'],html body [class*='_mt-1_xs ']{margin-top:1px}html body [class$='_mb-1_xs'],html body [class*='_mb-1_xs ']{margin-bottom:1px}html body [class$='_mt-2_xs'],html body [class*='_mt-2_xs ']{margin-top:2px}html body [class$='_mb-2_xs'],html body [class*='_mb-2_xs ']{margin-bottom:2px}html body [class$='_mt-3_xs'],html body [class*='_mt-3_xs ']{margin-top:3px}html body [class$='_mb-3_xs'],html body [class*='_mb-3_xs ']{margin-bottom:3px}html body [class$='_mt-4_xs'],html body [class*='_mt-4_xs ']{margin-top:4px}html body [class$='_mb-4_xs'],html body [class*='_mb-4_xs ']{margin-bottom:4px}html body [class$='_mt-5_xs'],html body [class*='_mt-5_xs ']{margin-top:5px}html body [class$='_mb-5_xs'],html body [class*='_mb-5_xs ']{margin-bottom:5px}html body [class$='_mt-10_xs'],html body [class*='_mt-10_xs ']{margin-top:10px}html body [class$='_mb-10_xs'],html body [class*='_mb-10_xs ']{margin-bottom:10px}html body [class$='_mt-15_xs'],html body [class*='_mt-15_xs ']{margin-top:15px}html body [class$='_mb-15_xs'],html body [class*='_mb-15_xs ']{margin-bottom:15px}html body [class$='_mt-20_xs'],html body [class*='_mt-20_xs ']{margin-top:20px}html body [class$='_mb-20_xs'],html body [class*='_mb-20_xs ']{margin-bottom:20px}html body [class$='_mt-25_xs'],html body [class*='_mt-25_xs ']{margin-top:25px}html body [class$='_mb-25_xs'],html body [class*='_mb-25_xs ']{margin-bottom:25px}html body [class$='_mt-30_xs'],html body [class*='_mt-30_xs ']{margin-top:30px}html body [class$='_mb-30_xs'],html body [class*='_mb-30_xs ']{margin-bottom:30px}html body [class$='_mt-35_xs'],html body [class*='_mt-35_xs ']{margin-top:35px}html body [class$='_mb-35_xs'],html body [class*='_mb-35_xs ']{margin-bottom:35px}html body [class$='_mt-34_xs'],html body [class*='_mt-34_xs ']{margin-top:34px}html body [class$='_mb-34_xs'],html body [class*='_mb-34_xs ']{margin-bottom:34px}html body [class$='_mt-40_xs'],html body [class*='_mt-40_xs ']{margin-top:40px}html body [class$='_mb-40_xs'],html body [class*='_mb-40_xs ']{margin-bottom:40px}html body [class$='_mt-50_xs'],html body [class*='_mt-50_xs ']{margin-top:50px}html body [class$='_mb-50_xs'],html body [class*='_mb-50_xs ']{margin-bottom:50px}html body [class$='_mt-60_xs'],html body [class*='_mt-60_xs ']{margin-top:60px}html body [class$='_mb-60_xs'],html body [class*='_mb-60_xs ']{margin-bottom:60px}html body [class$='_mt-120_xs'],html body [class*='_mt-120_xs ']{margin-top:120px}html body [class$='_mb-120_xs'],html body [class*='_mb-120_xs ']{margin-bottom:120px}html body [class$='_hiden_xs'],html body [class*='_hiden_xs ']{display:none}html body [class$='_visible_xs'],html body [class*='_visible_xs ']{display:block}html body [class$='_fw-normal_xs'],html body [class*='_fw-normal_xs ']{font-weight:400}html body [class$='_bg-pink_xs'],html body [class*='_bg-pink_xs ']{background:#F1E9F2}}@media only screen and (min-width:768px) and (max-width:991px){html body [class$='_m-0_sm'],html body [class*='_m-0_sm ']{margin:0}html body [class$='_pt-0_sm'],html body [class*='_pt-0_sm ']{padding-top:0}html body [class$='_pb-0_sm'],html body [class*='_pb-0_sm ']{padding-bottom:0}html body [class$='_pt-1_sm'],html body [class*='_pt-1_sm ']{padding-top:1px}html body [class$='_pb-1_sm'],html body [class*='_pb-1_sm ']{padding-bottom:1px}html body [class$='_pt-2_sm'],html body [class*='_pt-2_sm ']{padding-top:2px}html body [class$='_pb-2_sm'],html body [class*='_pb-2_sm ']{padding-bottom:2px}html body [class$='_pt-3_sm'],html body [class*='_pt-3_sm ']{padding-top:3px}html body [class$='_pb-3_sm'],html body [class*='_pb-3_sm ']{padding-bottom:3px}html body [class$='_pt-4_sm'],html body [class*='_pt-4_sm ']{padding-top:4px}html body [class$='_pb-4_sm'],html body [class*='_pb-4_sm ']{padding-bottom:4px}html body [class$='_pt-5_sm'],html body [class*='_pt-5_sm ']{padding-top:5px}html body [class$='_pb-5_sm'],html body [class*='_pb-5_sm ']{padding-bottom:5px}html body [class$='_pt-10_sm'],html body [class*='_pt-10_sm ']{padding-top:10px}html body [class$='_pb-10_sm'],html body [class*='_pb-10_sm ']{padding-bottom:10px}html body [class$='_pt-15_sm'],html body [class*='_pt-15_sm ']{padding-top:15px}html body [class$='_pb-15_sm'],html body [class*='_pb-15_sm ']{padding-bottom:15px}html body [class$='_pt-20_sm'],html body [class*='_pt-20_sm ']{padding-top:20px}html body [class$='_pb-20_sm'],html body [class*='_pb-20_sm ']{padding-bottom:20px}html body [class$='_pt-30_sm'],html body [class*='_pt-30_sm ']{padding-top:30px}html body [class$='_pb-30_sm'],html body [class*='_pb-30_sm ']{padding-bottom:30px}html body [class$='_pt-40_sm'],html body [class*='_pt-40_sm ']{padding-top:40px}html body [class$='_pb-40_sm'],html body [class*='_pb-40_sm ']{padding-bottom:40px}html body [class$='_pt-45_sm'],html body [class*='_pt-45_sm ']{padding-top:45px}html body [class$='_pb-45_sm'],html body [class*='_pb-45_sm ']{padding-bottom:45px}html body [class$='_pt-50_sm'],html body [class*='_pt-50_sm ']{padding-top:50px}html body [class$='_pb-50_sm'],html body [class*='_pb-50_sm ']{padding-bottom:50px}html body [class$='_pt-55_sm'],html body [class*='_pt-55_sm ']{padding-top:55px}html body [class$='_pb-55_sm'],html body [class*='_pb-55_sm ']{padding-bottom:55px}html body [class$='_pt-60_sm'],html body [class*='_pt-60_sm ']{padding-top:60px}html body [class$='_pb-60_sm'],html body [class*='_pb-60_sm ']{padding-bottom:60px}html body [class$='_pt-70_sm'],html body [class*='_pt-70_sm ']{padding-top:70px}html body [class$='_pb-70_sm'],html body [class*='_pb-70_sm ']{padding-bottom:70px}html body [class$='_pt-75_sm'],html body [class*='_pt-75_sm ']{padding-top:75px}html body [class$='_pb-75_sm'],html body [class*='_pb-75_sm ']{padding-bottom:75px}html body [class$='_pt-80_sm'],html body [class*='_pt-80_sm ']{padding-top:80px}html body [class$='_pb-80_sm'],html body [class*='_pb-80_sm ']{padding-bottom:80px}html body [class$='_pt-100_sm'],html body [class*='_pt-100_sm ']{padding-top:100px}html body [class$='_pb-100_sm'],html body [class*='_pb-100_sm ']{padding-bottom:100px}html body [class$='_pt-120_sm'],html body [class*='_pt-120_sm ']{padding-top:120px}html body [class$='_pb-120_sm'],html body [class*='_pb-120_sm ']{padding-bottom:120px}html body [class$='_mt-0_sm'],html body [class*='_mt-0_sm ']{margin-top:0}html body [class$='_mb-0_sm'],html body [class*='_mb-0_sm ']{margin-bottom:0}html body [class$='_mt-1_sm'],html body [class*='_mt-1_sm ']{margin-top:1px}html body [class$='_mb-1_sm'],html body [class*='_mb-1_sm ']{margin-bottom:1px}html body [class$='_mt-2_sm'],html body [class*='_mt-2_sm ']{margin-top:2px}html body [class$='_mb-2_sm'],html body [class*='_mb-2_sm ']{margin-bottom:2px}html body [class$='_mt-3_sm'],html body [class*='_mt-3_sm ']{margin-top:3px}html body [class$='_mb-3_sm'],html body [class*='_mb-3_sm ']{margin-bottom:3px}html body [class$='_mt-4_sm'],html body [class*='_mt-4_sm ']{margin-top:4px}html body [class$='_mb-4_sm'],html body [class*='_mb-4_sm ']{margin-bottom:4px}html body [class$='_mt-5_sm'],html body [class*='_mt-5_sm ']{margin-top:5px}html body [class$='_mb-5_sm'],html body [class*='_mb-5_sm ']{margin-bottom:5px}html body [class$='_mt-10_sm'],html body [class*='_mt-10_sm ']{margin-top:10px}html body [class$='_mb-10_sm'],html body [class*='_mb-10_sm ']{margin-bottom:10px}html body [class$='_mt-15_sm'],html body [class*='_mt-15_sm ']{margin-top:15px}html body [class$='_mb-15_sm'],html body [class*='_mb-15_sm ']{margin-bottom:15px}html body [class$='_mt-20_sm'],html body [class*='_mt-20_sm ']{margin-top:20px}html body [class$='_mb-20_sm'],html body [class*='_mb-20_sm ']{margin-bottom:20px}html body [class$='_mt-25_sm'],html body [class*='_mt-25_sm ']{margin-top:25px}html body [class$='_mb-25_sm'],html body [class*='_mb-25_sm ']{margin-bottom:25px}html body [class$='_mt-30_sm'],html body [class*='_mt-30_sm ']{margin-top:30px}html body [class$='_mb-30_sm'],html body [class*='_mb-30_sm ']{margin-bottom:30px}html body [class$='_mt-35_sm'],html body [class*='_mt-35_sm ']{margin-top:35px}html body [class$='_mb-35_sm'],html body [class*='_mb-35_sm ']{margin-bottom:35px}html body [class$='_mt-34_sm'],html body [class*='_mt-34_sm ']{margin-top:34px}html body [class$='_mb-34_sm'],html body [class*='_mb-34_sm ']{margin-bottom:34px}html body [class$='_mt-40_sm'],html body [class*='_mt-40_sm ']{margin-top:40px}html body [class$='_mb-40_sm'],html body [class*='_mb-40_sm ']{margin-bottom:40px}html body [class$='_mt-50_sm'],html body [class*='_mt-50_sm ']{margin-top:50px}html body [class$='_mb-50_sm'],html body [class*='_mb-50_sm ']{margin-bottom:50px}html body [class$='_mt-60_sm'],html body [class*='_mt-60_sm ']{margin-top:60px}html body [class$='_mb-60_sm'],html body [class*='_mb-60_sm ']{margin-bottom:60px}html body [class$='_mt-120_sm'],html body [class*='_mt-120_sm ']{margin-top:120px}html body [class$='_mb-120_sm'],html body [class*='_mb-120_sm ']{margin-bottom:120px}html body [class$='_hiden_sm'],html body [class*='_hiden_sm ']{display:none}html body [class$='_visible_sm'],html body [class*='_visible_sm ']{display:block}html body [class$='_fw-normal_sm'],html body [class*='_fw-normal_sm ']{font-weight:400}html body [class$='_bg-pink_sm'],html body [class*='_bg-pink_sm ']{background:#F1E9F2}}@media only screen and (min-width:992px) and (max-width:1199px){html body [class$='_m-0_md'],html body [class*='_m-0_md ']{margin:0}html body [class$='_pt-0_md'],html body [class*='_pt-0_md ']{padding-top:0}html body [class$='_pb-0_md'],html body [class*='_pb-0_md ']{padding-bottom:0}html body [class$='_pt-1_md'],html body [class*='_pt-1_md ']{padding-top:1px}html body [class$='_pb-1_md'],html body [class*='_pb-1_md ']{padding-bottom:1px}html body [class$='_pt-2_md'],html body [class*='_pt-2_md ']{padding-top:2px}html body [class$='_pb-2_md'],html body [class*='_pb-2_md ']{padding-bottom:2px}html body [class$='_pt-3_md'],html body [class*='_pt-3_md ']{padding-top:3px}html body [class$='_pb-3_md'],html body [class*='_pb-3_md ']{padding-bottom:3px}html body [class$='_pt-4_md'],html body [class*='_pt-4_md ']{padding-top:4px}html body [class$='_pb-4_md'],html body [class*='_pb-4_md ']{padding-bottom:4px}html body [class$='_pt-5_md'],html body [class*='_pt-5_md ']{padding-top:5px}html body [class$='_pb-5_md'],html body [class*='_pb-5_md ']{padding-bottom:5px}html body [class$='_pt-10_md'],html body [class*='_pt-10_md ']{padding-top:10px}html body [class$='_pb-10_md'],html body [class*='_pb-10_md ']{padding-bottom:10px}html body [class$='_pt-15_md'],html body [class*='_pt-15_md ']{padding-top:15px}html body [class$='_pb-15_md'],html body [class*='_pb-15_md ']{padding-bottom:15px}html body [class$='_pt-20_md'],html body [class*='_pt-20_md ']{padding-top:20px}html body [class$='_pb-20_md'],html body [class*='_pb-20_md ']{padding-bottom:20px}html body [class$='_pt-30_md'],html body [class*='_pt-30_md ']{padding-top:30px}html body [class$='_pb-30_md'],html body [class*='_pb-30_md ']{padding-bottom:30px}html body [class$='_pt-40_md'],html body [class*='_pt-40_md ']{padding-top:40px}html body [class$='_pb-40_md'],html body [class*='_pb-40_md ']{padding-bottom:40px}html body [class$='_pt-45_md'],html body [class*='_pt-45_md ']{padding-top:45px}html body [class$='_pb-45_md'],html body [class*='_pb-45_md ']{padding-bottom:45px}html body [class$='_pt-50_md'],html body [class*='_pt-50_md ']{padding-top:50px}html body [class$='_pb-50_md'],html body [class*='_pb-50_md ']{padding-bottom:50px}html body [class$='_pt-55_md'],html body [class*='_pt-55_md ']{padding-top:55px}html body [class$='_pb-55_md'],html body [class*='_pb-55_md ']{padding-bottom:55px}html body [class$='_pt-60_md'],html body [class*='_pt-60_md ']{padding-top:60px}html body [class$='_pb-60_md'],html body [class*='_pb-60_md ']{padding-bottom:60px}html body [class$='_pt-70_md'],html body [class*='_pt-70_md ']{padding-top:70px}html body [class$='_pb-70_md'],html body [class*='_pb-70_md ']{padding-bottom:70px}html body [class$='_pt-75_md'],html body [class*='_pt-75_md ']{padding-top:75px}html body [class$='_pb-75_md'],html body [class*='_pb-75_md ']{padding-bottom:75px}html body [class$='_pt-80_md'],html body [class*='_pt-80_md ']{padding-top:80px}html body [class$='_pb-80_md'],html body [class*='_pb-80_md ']{padding-bottom:80px}html body [class$='_pt-100_md'],html body [class*='_pt-100_md ']{padding-top:100px}html body [class$='_pb-100_md'],html body [class*='_pb-100_md ']{padding-bottom:100px}html body [class$='_pt-120_md'],html body [class*='_pt-120_md ']{padding-top:120px}html body [class$='_pb-120_md'],html body [class*='_pb-120_md ']{padding-bottom:120px}html body [class$='_mt-0_md'],html body [class*='_mt-0_md ']{margin-top:0}html body [class$='_mb-0_md'],html body [class*='_mb-0_md ']{margin-bottom:0}html body [class$='_mt-1_md'],html body [class*='_mt-1_md ']{margin-top:1px}html body [class$='_mb-1_md'],html body [class*='_mb-1_md ']{margin-bottom:1px}html body [class$='_mt-2_md'],html body [class*='_mt-2_md ']{margin-top:2px}html body [class$='_mb-2_md'],html body [class*='_mb-2_md ']{margin-bottom:2px}html body [class$='_mt-3_md'],html body [class*='_mt-3_md ']{margin-top:3px}html body [class$='_mb-3_md'],html body [class*='_mb-3_md ']{margin-bottom:3px}html body [class$='_mt-4_md'],html body [class*='_mt-4_md ']{margin-top:4px}html body [class$='_mb-4_md'],html body [class*='_mb-4_md ']{margin-bottom:4px}html body [class$='_mt-5_md'],html body [class*='_mt-5_md ']{margin-top:5px}html body [class$='_mb-5_md'],html body [class*='_mb-5_md ']{margin-bottom:5px}html body [class$='_mt-10_md'],html body [class*='_mt-10_md ']{margin-top:10px}html body [class$='_mb-10_md'],html body [class*='_mb-10_md ']{margin-bottom:10px}html body [class$='_mt-15_md'],html body [class*='_mt-15_md ']{margin-top:15px}html body [class$='_mb-15_md'],html body [class*='_mb-15_md ']{margin-bottom:15px}html body [class$='_mt-20_md'],html body [class*='_mt-20_md ']{margin-top:20px}html body [class$='_mb-20_md'],html body [class*='_mb-20_md ']{margin-bottom:20px}html body [class$='_mt-25_md'],html body [class*='_mt-25_md ']{margin-top:25px}html body [class$='_mb-25_md'],html body [class*='_mb-25_md ']{margin-bottom:25px}html body [class$='_mt-30_md'],html body [class*='_mt-30_md ']{margin-top:30px}html body [class$='_mb-30_md'],html body [class*='_mb-30_md ']{margin-bottom:30px}html body [class$='_mt-35_md'],html body [class*='_mt-35_md ']{margin-top:35px}html body [class$='_mb-35_md'],html body [class*='_mb-35_md ']{margin-bottom:35px}html body [class$='_mt-34_md'],html body [class*='_mt-34_md ']{margin-top:34px}html body [class$='_mb-34_md'],html body [class*='_mb-34_md ']{margin-bottom:34px}html body [class$='_mt-40_md'],html body [class*='_mt-40_md ']{margin-top:40px}html body [class$='_mb-40_md'],html body [class*='_mb-40_md ']{margin-bottom:40px}html body [class$='_mt-50_md'],html body [class*='_mt-50_md ']{margin-top:50px}html body [class$='_mb-50_md'],html body [class*='_mb-50_md ']{margin-bottom:50px}html body [class$='_mt-60_md'],html body [class*='_mt-60_md ']{margin-top:60px}html body [class$='_mb-60_md'],html body [class*='_mb-60_md ']{margin-bottom:60px}html body [class$='_mt-120_md'],html body [class*='_mt-120_md ']{margin-top:120px}html body [class$='_mb-120_md'],html body [class*='_mb-120_md ']{margin-bottom:120px}html body [class$='_hiden_md'],html body [class*='_hiden_md ']{display:none}html body [class$='_visible_md'],html body [class*='_visible_md ']{display:block}html body [class$='_fw-normal_md'],html body [class*='_fw-normal_md ']{font-weight:400}html body [class$='_bg-pink_md'],html body [class*='_bg-pink_md ']{background:#F1E9F2}}@media only screen and (min-width:1200px){html body [class$='_m-0_lg'],html body [class*='_m-0_lg ']{margin:0}html body [class$='_pt-0_lg'],html body [class*='_pt-0_lg ']{padding-top:0}html body [class$='_pb-0_lg'],html body [class*='_pb-0_lg ']{padding-bottom:0}html body [class$='_pt-1_lg'],html body [class*='_pt-1_lg ']{padding-top:1px}html body [class$='_pb-1_lg'],html body [class*='_pb-1_lg ']{padding-bottom:1px}html body [class$='_pt-2_lg'],html body [class*='_pt-2_lg ']{padding-top:2px}html body [class$='_pb-2_lg'],html body [class*='_pb-2_lg ']{padding-bottom:2px}html body [class$='_pt-3_lg'],html body [class*='_pt-3_lg ']{padding-top:3px}html body [class$='_pb-3_lg'],html body [class*='_pb-3_lg ']{padding-bottom:3px}html body [class$='_pt-4_lg'],html body [class*='_pt-4_lg ']{padding-top:4px}html body [class$='_pb-4_lg'],html body [class*='_pb-4_lg ']{padding-bottom:4px}html body [class$='_pt-5_lg'],html body [class*='_pt-5_lg ']{padding-top:5px}html body [class$='_pb-5_lg'],html body [class*='_pb-5_lg ']{padding-bottom:5px}html body [class$='_pt-10_lg'],html body [class*='_pt-10_lg ']{padding-top:10px}html body [class$='_pb-10_lg'],html body [class*='_pb-10_lg ']{padding-bottom:10px}html body [class$='_pt-15_lg'],html body [class*='_pt-15_lg ']{padding-top:15px}html body [class$='_pb-15_lg'],html body [class*='_pb-15_lg ']{padding-bottom:15px}html body [class$='_pt-20_lg'],html body [class*='_pt-20_lg ']{padding-top:20px}html body [class$='_pb-20_lg'],html body [class*='_pb-20_lg ']{padding-bottom:20px}html body [class$='_pt-30_lg'],html body [class*='_pt-30_lg ']{padding-top:30px}html body [class$='_pb-30_lg'],html body [class*='_pb-30_lg ']{padding-bottom:30px}html body [class$='_pt-40_lg'],html body [class*='_pt-40_lg ']{padding-top:40px}html body [class$='_pb-40_lg'],html body [class*='_pb-40_lg ']{padding-bottom:40px}html body [class$='_pt-45_lg'],html body [class*='_pt-45_lg ']{padding-top:45px}html body [class$='_pb-45_lg'],html body [class*='_pb-45_lg ']{padding-bottom:45px}html body [class$='_pt-50_lg'],html body [class*='_pt-50_lg ']{padding-top:50px}html body [class$='_pb-50_lg'],html body [class*='_pb-50_lg ']{padding-bottom:50px}html body [class$='_pt-55_lg'],html body [class*='_pt-55_lg ']{padding-top:55px}html body [class$='_pb-55_lg'],html body [class*='_pb-55_lg ']{padding-bottom:55px}html body [class$='_pt-60_lg'],html body [class*='_pt-60_lg ']{padding-top:60px}html body [class$='_pb-60_lg'],html body [class*='_pb-60_lg ']{padding-bottom:60px}html body [class$='_pt-70_lg'],html body [class*='_pt-70_lg ']{padding-top:70px}html body [class$='_pb-70_lg'],html body [class*='_pb-70_lg ']{padding-bottom:70px}html body [class$='_pt-75_lg'],html body [class*='_pt-75_lg ']{padding-top:75px}html body [class$='_pb-75_lg'],html body [class*='_pb-75_lg ']{padding-bottom:75px}html body [class$='_pt-80_lg'],html body [class*='_pt-80_lg ']{padding-top:80px}html body [class$='_pb-80_lg'],html body [class*='_pb-80_lg ']{padding-bottom:80px}html body [class$='_pt-100_lg'],html body [class*='_pt-100_lg ']{padding-top:100px}html body [class$='_pb-100_lg'],html body [class*='_pb-100_lg ']{padding-bottom:100px}html body [class$='_pt-120_lg'],html body [class*='_pt-120_lg ']{padding-top:120px}html body [class$='_pb-120_lg'],html body [class*='_pb-120_lg ']{padding-bottom:120px}html body [class$='_mt-0_lg'],html body [class*='_mt-0_lg ']{margin-top:0}html body [class$='_mb-0_lg'],html body [class*='_mb-0_lg ']{margin-bottom:0}html body [class$='_mt-1_lg'],html body [class*='_mt-1_lg ']{margin-top:1px}html body [class$='_mb-1_lg'],html body [class*='_mb-1_lg ']{margin-bottom:1px}html body [class$='_mt-2_lg'],html body [class*='_mt-2_lg ']{margin-top:2px}html body [class$='_mb-2_lg'],html body [class*='_mb-2_lg ']{margin-bottom:2px}html body [class$='_mt-3_lg'],html body [class*='_mt-3_lg ']{margin-top:3px}html body [class$='_mb-3_lg'],html body [class*='_mb-3_lg ']{margin-bottom:3px}html body [class$='_mt-4_lg'],html body [class*='_mt-4_lg ']{margin-top:4px}html body [class$='_mb-4_lg'],html body [class*='_mb-4_lg ']{margin-bottom:4px}html body [class$='_mt-5_lg'],html body [class*='_mt-5_lg ']{margin-top:5px}html body [class$='_mb-5_lg'],html body [class*='_mb-5_lg ']{margin-bottom:5px}html body [class$='_mt-10_lg'],html body [class*='_mt-10_lg ']{margin-top:10px}html body [class$='_mb-10_lg'],html body [class*='_mb-10_lg ']{margin-bottom:10px}html body [class$='_mt-15_lg'],html body [class*='_mt-15_lg ']{margin-top:15px}html body [class$='_mb-15_lg'],html body [class*='_mb-15_lg ']{margin-bottom:15px}html body [class$='_mt-20_lg'],html body [class*='_mt-20_lg ']{margin-top:20px}html body [class$='_mb-20_lg'],html body [class*='_mb-20_lg ']{margin-bottom:20px}html body [class$='_mt-25_lg'],html body [class*='_mt-25_lg ']{margin-top:25px}html body [class$='_mb-25_lg'],html body [class*='_mb-25_lg ']{margin-bottom:25px}html body [class$='_mt-30_lg'],html body [class*='_mt-30_lg ']{margin-top:30px}html body [class$='_mb-30_lg'],html body [class*='_mb-30_lg ']{margin-bottom:30px}html body [class$='_mt-35_lg'],html body [class*='_mt-35_lg ']{margin-top:35px}html body [class$='_mb-35_lg'],html body [class*='_mb-35_lg ']{margin-bottom:35px}html body [class$='_mt-34_lg'],html body [class*='_mt-34_lg ']{margin-top:34px}html body [class$='_mb-34_lg'],html body [class*='_mb-34_lg ']{margin-bottom:34px}html body [class$='_mt-40_lg'],html body [class*='_mt-40_lg ']{margin-top:40px}html body [class$='_mb-40_lg'],html body [class*='_mb-40_lg ']{margin-bottom:40px}html body [class$='_mt-50_lg'],html body [class*='_mt-50_lg ']{margin-top:50px}html body [class$='_mb-50_lg'],html body [class*='_mb-50_lg ']{margin-bottom:50px}html body [class$='_mt-60_lg'],html body [class*='_mt-60_lg ']{margin-top:60px}html body [class$='_mb-60_lg'],html body [class*='_mb-60_lg ']{margin-bottom:60px}html body [class$='_mt-120_lg'],html body [class*='_mt-120_lg ']{margin-top:120px}html body [class$='_mb-120_lg'],html body [class*='_mb-120_lg ']{margin-bottom:120px}html body [class$='_hiden_lg'],html body [class*='_hiden_lg ']{display:none}html body [class$='_visible_lg'],html body [class*='_visible_lg ']{display:block}html body [class$='_fw-normal_lg'],html body [class*='_fw-normal_lg ']{font-weight:400}html body [class$='_bg-pink_lg'],html body [class*='_bg-pink_lg ']{background:#F1E9F2}}.button-more,html body [class$='_medium'],html body [class*='_medium ']{font-weight:500}html body [class$='_bg-pink'],html body [class*='_bg-pink ']{background:#F1E9F2}html body [class$='_bg-pink-light'],html body [class*='_bg-pink-light ']{background:#FDD9E2}html body [class$='_bg-gray'],html body [class*='_bg-gray ']{background:#F5F5F5}html body [class$='_text-center'],html body [class*='_text-center ']{text-align:center}html body [class$='_text-gray'],html body [class*='_text-gray ']{color:#9A9A9A}html body [class$='_text-pink'],html body [class*='_text-pink ']{color:#F56CA8}html body [class$='_lnk-abs'],html body [class*='_lnk-abs ']{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:479px){html body [class$='_bg-pink-light_xxs'],html body [class*='_bg-pink-light_xxs ']{background:#FDD9E2}html body [class$='_bg-gray_xxs'],html body [class*='_bg-gray_xxs ']{background:#F5F5F5}html body [class$='_medium_xxs'],html body [class*='_medium_xxs ']{font-weight:500}html body [class$='_text-center_xxs'],html body [class*='_text-center_xxs ']{text-align:center}html body [class$='_text-gray_xxs'],html body [class*='_text-gray_xxs ']{color:#9A9A9A}html body [class$='_text-pink_xxs'],html body [class*='_text-pink_xxs ']{color:#F56CA8}html body [class$='_lnk-abs_xxs'],html body [class*='_lnk-abs_xxs ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:480px) and (max-width:767px){html body [class$='_bg-pink-light_xs'],html body [class*='_bg-pink-light_xs ']{background:#FDD9E2}html body [class$='_bg-gray_xs'],html body [class*='_bg-gray_xs ']{background:#F5F5F5}html body [class$='_medium_xs'],html body [class*='_medium_xs ']{font-weight:500}html body [class$='_text-center_xs'],html body [class*='_text-center_xs ']{text-align:center}html body [class$='_text-gray_xs'],html body [class*='_text-gray_xs ']{color:#9A9A9A}html body [class$='_text-pink_xs'],html body [class*='_text-pink_xs ']{color:#F56CA8}html body [class$='_lnk-abs_xs'],html body [class*='_lnk-abs_xs ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:768px) and (max-width:991px){html body [class$='_bg-pink-light_sm'],html body [class*='_bg-pink-light_sm ']{background:#FDD9E2}html body [class$='_bg-gray_sm'],html body [class*='_bg-gray_sm ']{background:#F5F5F5}html body [class$='_medium_sm'],html body [class*='_medium_sm ']{font-weight:500}html body [class$='_text-center_sm'],html body [class*='_text-center_sm ']{text-align:center}html body [class$='_text-gray_sm'],html body [class*='_text-gray_sm ']{color:#9A9A9A}html body [class$='_text-pink_sm'],html body [class*='_text-pink_sm ']{color:#F56CA8}html body [class$='_lnk-abs_sm'],html body [class*='_lnk-abs_sm ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:992px) and (max-width:1199px){html body [class$='_bg-pink-light_md'],html body [class*='_bg-pink-light_md ']{background:#FDD9E2}html body [class$='_bg-gray_md'],html body [class*='_bg-gray_md ']{background:#F5F5F5}html body [class$='_medium_md'],html body [class*='_medium_md ']{font-weight:500}html body [class$='_text-center_md'],html body [class*='_text-center_md ']{text-align:center}html body [class$='_text-gray_md'],html body [class*='_text-gray_md ']{color:#9A9A9A}html body [class$='_text-pink_md'],html body [class*='_text-pink_md ']{color:#F56CA8}html body [class$='_lnk-abs_md'],html body [class*='_lnk-abs_md ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:1200px){html body [class$='_bg-pink-light_lg'],html body [class*='_bg-pink-light_lg ']{background:#FDD9E2}html body [class$='_bg-gray_lg'],html body [class*='_bg-gray_lg ']{background:#F5F5F5}html body [class$='_medium_lg'],html body [class*='_medium_lg ']{font-weight:500}html body [class$='_text-center_lg'],html body [class*='_text-center_lg ']{text-align:center}html body [class$='_text-gray_lg'],html body [class*='_text-gray_lg ']{color:#9A9A9A}html body [class$='_text-pink_lg'],html body [class*='_text-pink_lg ']{color:#F56CA8}html body [class$='_lnk-abs_lg'],html body [class*='_lnk-abs_lg ']{position:absolute;top:0;left:0;width:100%;height:100%}}.button-more{display:inline-block;color:#2E2E2E;letter-spacing:.1em;font-size:24px;line-height:37px;text-transform:uppercase;text-decoration:none;padding-left:52px;position:relative}.button-more_center{margin-left:auto;margin-right:auto}.button-more .button-more__icon-up,.button-more.is-active .button-more__icon-down{display:none}.button-more.is-active .button-more__icon-up{display:inline-block}.button-more svg{width:27px;height:27px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0}@media only screen and (max-width:767px){.button-more{font-size:18px;line-height:27px;padding-left:35px}.button-more svg{width:21px;height:21px}}
/* End */
/* /v1/css/video-block.css?16614063249461 */
/* /v1/css/main-banner-new.css?16614063246141 */
/* /v1/css/our-gains.css?16614063243062 */
/* /v5/css/modificators.css?166140632342866 */
