.about-section{background-color:#e5e4e3}.about-section__image{background-image:url(/local/templates/aspro-lite/images/custom/about/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.about-section__container{height:100%;position:relative}.about-section__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.about-section__content p{font-size:16px;line-height:1.5; margin-bottom: 0;}.about-section__content p+p{margin-top:1.5em}.about-section__btn{min-width: 128px; margin-top:28px}@media (min-width:768px){.about-section{background-color:#e5e4e3;height:min(523px,100vh)}.about-section__content{height:100%;margin-left:auto;padding:48px 0 48px 48px;width:600px}.about-section__image{bottom:0;left:min(-1 * var(--theme-page-width-padding),-1 * (100vw - var(--theme-page-width))/2);position:absolute;right:600px;top:0}}@media (max-width:767px){.about-section__image{height:260px;margin-left:calc(var(--theme-page-width-padding)*-1);margin-right:calc(var(--theme-page-width-padding)*-1)}.about-section__content{padding:40px 0 30px}.about-section__content p{font-size:14px}.about-section__btn{margin:20px auto 0}}
.our-social-section__text-block h3{font-size:16px;font-weight:600}.our-social-section__text-block p{font-size:16px;line-height:1.5;margin-top:4px}.our-social-section__text-block+.our-social-section__text-block{margin-top:28px}.our-social-section__social{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-base-color);gap:28px}.our-social-section__social:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.our-social-section__social:hover:hover{opacity:.8}.our-social-section__social a{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}.our-social-section__note{color:#6f6f6f;font-size:15px;line-height:1.6;margin-top:28px}.our-social-section__note:before{content:"* "}@media (min-width:768px){.our-social-section__container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 82px 1fr;gap:82px;grid-template-columns:1fr 1fr}}@media (max-width:767px){.our-social-section__text-block+.our-social-section__text-block{margin-top:14px}.our-social-section__text-block p{font-size:14px}.our-social-section__note,.our-social-section__social{margin-top:21px}.our-social-section__social{gap:31px}.our-social-section__note{font-size:12px;line-height:1}.our-social-section__image{margin-top:20px}}
.we-recommended-section__block{aspect-ratio:1;border-radius:10px;color:#fff;font-size:16px;font-style:italic;font-weight:300;overflow:hidden;padding:10px 18px;position:relative}.we-recommended-section__block-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;font-size:16px;justify-content:flex-end}.we-recommended-section__block:after{background-color:rgba(0,0,0,.53);content:"";inset:0;position:absolute}.we-recommended-section__block img{inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}@media (max-width:767px){.we-recommended-section{overflow:hidden}.we-recommended-section__slider{overflow:visible;padding-right:var(--theme-page-width-padding);width:calc(100% + var(--theme-page-width-padding))}.we-recommended-section__slider .swiper-slide{max-width:190px}.we-recommended-section__block{width:190px}.we-recommended-section__block-inner{font-size:12px}}
.about-section .maxwidth-theme{
  height: 100%;
}

.we-recommended-section__slider-wrapper{
  position: relative;
}

.we-recommended-section__slider-arrows{
  position: absolute;
  top: 0;
  height: 100%;
  left: -20px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.we-recommended-section__slider-arrows button{
  width: 40px;
  height: 40px;
  pointer-events: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 10px 0px #0000001A;
  border: none;
  cursor: pointer;
  transition: .1s all;
}

.we-recommended-section__slider-arrows button:hover{
  background-color: #f1efef;
}

.we-recommended-section__slider-arrows button:disabled{
  pointer-events: none;
  opacity: .75;
}

.our-social-section__text-block h3, .our-social-section__text-block p{
  margin-bottom: 0;
}

.we-recommended-section__block{
  display: flex;
  align-items: flex-end;
}

.we-recommended-section__block-inner{
  position: relative;
}

.we-recommended-section__block-inner a{
  position: absolute;
  inset: 0;
}

.our-social-section__image{
  max-width: 100%;
}

.our-social-section__image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.we-recommended-section__block img{
  width: 100%;
  height: 100%;
}

@media (max-width: 767px){
  :root{
    --main-custom-section-gap: 58px;
  }
}