body {
  background: #fff !important;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.d-f-c-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hs-circle--background {
  fill: none;
  stroke: rgba(255,255,255,0.45);
  stroke-width: 3;
}
.hero {
  position: relative;
}
.hero .slick-dots {
  position: relative;
  width: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.hero .slick-dots li {
  margin: 0;
  margin-right: 20px;
  width: 7px;
  height: 7px;
  background: 0 0;
}
.hero .slick-dots li button {
  width: 11px;
  height: 11px;
  color: transparent;
  background: 0 0;
}
.hero .slick-dots li button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0;
  width: 11px;
  height: 11px;
  background: #553f3f !important;
  opacity: .3;
  border-radius: 11px;
  transition: 0.1s ease;
}
.hero .slick-dots li:hover {
  background: 0 0;
}
.hero .slick-dots li.slick-active {
  background: 0 0;
}
.hero .slick-dots .slick-active button:before {
  transform: translate(-50%,-50%) scale(1.4);
  opacity: 1;
}
.circle-note-progress {
  display: none;
}
.hs-circle--bar {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 100 100;
  stroke-linecap: round;
  transition: linear;
}
.hs-circle {
  transform: rotate(-90deg);
}
.hs-circle--inside {
  fill: rgba(255,255,255,0.45);
  stroke: none;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slick-dots li button:hover:before {
  opacity: 1;
  background: #fff;
}
.hs-slide-pregress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  margin-bottom: 60px;
  padding-left: 100px;
}
.slide-pregress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.curent-slide-text {
  margin: 0;
  margin-left: 10px;
  max-width: 370px;
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: normal;
  color: #553f3f;
  text-align: left;
}
.hs-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.hs-tiitle {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 137%;
  margin: 0;
  color: #553f3f;
  margin-bottom: 30px;
}
.hs-descr {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 138%;
  letter-spacing: normal;
  color: #553f3f;
  margin: 0;
}
.hs-container {
  width: 90% !important;
  max-width: 1700px;
  margin: 0 auto;
}
.hs-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.hs-slide-left {
  margin-left: 100px;
  width: 41.666666%;
  height: 575px;
  max-width: 605px;
  z-index: 10;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hs-slide-right {
  width: 50%;
  z-index: 2;
}
.hs-slide-right .hs-box {
  width: auto;
  z-index: 10;
  position: relative;
  max-height: 750px;
}
.hs-decore-line {
  position: absolute;
  top: 0;
  right: calc(5vw);
  height: 102%;
  width: auto;
  max-width: 150% !important;
}
.hero-slide {
  position: relative;
  overflow: hidden;
}
.hero-slides {
  position: relative;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slide {
  height: inherit !important;
  height: auto;
}
.slick-slide:focus {
  outline: 0 !important;
}
.slick-slide:active {
  outline: 0 !important;
}
.hs-link {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: 80px;
  transition: 250ms ease;
}
.hs-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.hs-link:visited {
  color: #fff;
}
@media (max-width: 1420px) {
  .hs-tiitle {
    font-size: 48px !important;
  }
  .hs-content {
    padding-top: 167px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1180px) {
  .hs-slide-right {
    width: 58%;
  }
  .hs-tiitle {
    font-size: 42px !important;
  }
  .hs-descr {
    font-size: 20px;
  }
  .hs-content {
    height: 100vh;
  }
  .hs-slide-pregress {
    margin-bottom: 15px;
  }
}
@media (max-width: 998px) {
  .hs-tiitle {
    font-size: 32px !important;
  }
  .hs-slide-left {
    height: 375px;
    margin-left: 0;
  }
  .hs-link {
    margin-bottom: 0;
    font-size: 20px;
  }
  .hs-slide-pregress {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .hero {
    position: relative;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .hs-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .hs-dots {
    bottom: 0;
  }
  .hs-slide-pregress {
    height: auto;
    justify-content: center;
  }
  .slide-pregress {
    display: none;
  }
  .hs-tiitle {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
  }
  .hs-slide-left {
    width: 100%;
    order: 0;
    max-width: 467px;
    height: 180px;
  }
  .hs-slide-right {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 0;
    order: 1;
    margin-bottom: 20px;
  }
  .hs-slide-right .hs-box {
    max-width: 320px;
    margin: 0 auto;
  }
  .hs-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0;
    transform: translate(-50%,0);
    z-index: 24;
    white-space: nowrap;
  }
  .hero .slick-dots {
    margin-bottom: 0;
  }
  .hero .slick-dots li {
    margin-right: 13px;
  }
  .hero .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  .hero .slick-dots .slick-active button:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 468px) {
  .hs-slide-left {
    height: 160px;
    max-width: 280px;
  }
  .hs-tiitle {
    font-size: 25px !important;
    letter-spacing: normal;
  }
  .hs-descr {
    font-size: 16px;
  }
  .hs-slide-right {
    width: 100%;
  }
  .hs-link {
    bottom: 50px;
    width: 94%;
    text-align: center;
    padding: 16px 0;
  }
  .hs-dots {
    bottom: 0;
  }
  .hs-content {
    padding-top: 74px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.d-f-c-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.d-f-c-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.featured {
  background: #fbf6f6;
  padding: 50px 0;
  position: relative;
  transform: translate(0,-5px);
}
.featured-title {
  font-family: "SangBleu Sunrise";
  font-size: 20px;
  color: #402f2f;
  text-align: left;
  width: 30%;
  margin: 0;
  font-weight: 300;
}
.featured-logo {
  width: auto;
  max-height: 32px;
  margin-right: 40px;
  opacity: .35;
  transition: opacity 350ms ease;
  cursor: pointer;
  position: relative;
}
.featured-logo:last-child {
  margin-right: 0;
}
.featured-logo:hover {
  opacity: .8;
}
.featured-logo img {
  width: 100%;
}
.forbes {
  max-width: 92px;
}
.tc {
  max-width: 55px;
}
.bi {
  max-width: 86px;
}
.masable {
  max-width: 132px;
}
.in-touch {
  max-width: 104px;
}
.msm {
  max-width: 55px;
}
.featured-logos {
  width: 70%;
  max-width: 880px;
}
@media (max-width: 992px) {
  .featured-title {
    width: 25%;
    font-size: 16px;
  }
  .featured-logos {
    width: 75%;
  }
  .featured-row {
    justify-content: space-between;
  }
  .featured-logo {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .featured-title {
    width: 100px;
    font-size: 14px;
  }
  .featured-logos {
    width: 582px;
  }
}
@media (max-width: 668px) {
  .featured-row {
    flex-direction: column;
  }
  .featured-title {
    margin-bottom: 28px;
  }
  .featured-logos {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .forbes {
    order: 0;
  }
  .forbes img {
    min-width: 58px;
  }
  .tc {
    order: 1;
  }
  .tc img {
    min-width: 34px;
  }
  .bi {
    order: 3;
  }
  .bi img {
    min-width: 50px;
  }
  .masable {
    order: 4;
  }
  .masable img {
    min-width: 78px;
  }
  .in-touch {
    order: 5;
  }
  .in-touch img {
    min-width: 62px;
  }
  .msm {
    order: 2;
  }
  .msm img {
    min-width: 42px;
  }
  .featured-logo {
    flex: 0 0 33.33333%;
    max-width: 33%;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  .featured {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.block-title_mobile {
  display: none;
}
.block-title_desktop {
  display: inline;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
  .block-title_mobile {
    display: inline;
  }
  .block-title_desktop {
    display: none;
  }
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.howitworks-card-title {
  font-family: "SangBleu Sunrise";
  font-size: 20px;
  font-weight: 700 !important;
  color: #ed7873;
  margin: 0;
  text-align: center;
}
.howitworks-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 25%;
  margin: 0 35px;
}
.howitworks-card-img {
  margin-bottom: 64px;
  height: 214px;
}
.howitworks-card-img img {
  width: 100%;
}
.howitworks-card-descr {
  font-family: "TT Commons";
  color: #837e7e;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
  margin-top: 38px;
}
.movement {
  max-width: 285px;
}
.movement img {
  max-width: 285px;
  transform: translate(17px,0);
}
.box {
  max-width: 280px;
  width: 20%;
}
.box img {
  transform: translate(0,-25px);
}
.experience {
  max-width: 400px;
  width: 35%;
}
.experience img {
  transform: translate(23px,0);
}
.experience .howitworks-card-descr {
  max-width: 278px;
}
.howitworks {
  margin-top: 105px;
}
.howitworks .block-title {
  margin-bottom: 164px;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
  .howitworks .block-title {
    margin-bottom: 65px;
  }
  .howitworks-card-img {
    margin-bottom: 32px;
    height: 200px;
  }
  .howitworks-card {
    margin: 0 15px;
  }
  .box img {
    transform: translate(0,-15px);
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .howitworks {
    margin-top: 52px;
  }
  .howitworks .block-title {
    margin-bottom: 55px;
  }
  .movement {
    max-width: none;
  }
  .movement img {
    transform: translate(10px,0);
  }
  .box {
    max-width: none;
  }
  .box img {
    transform: translate(0,-5px);
    max-width: 100%;
  }
  .experience {
    max-width: none;
  }
  .experience img {
    transform: translate(6px,0);
  }
  .block-title {
    font-size: 28px;
  }
  .howitworks-cards {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .howitworks-card-img {
    height: 128px;
    margin-bottom: 20px;
  }
  .howitworks-card-img img {
    height: 100%;
  }
  .howitworks-card {
    width: 100%;
    margin: 0;
    margin-bottom: 52px;
  }
  .howitworks-card-title {
    font-size: 24px;
  }
  .howitworks-card-descr {
    font-size: 16px;
    max-width: 354px;
    margin-top: 18px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.subscription {
  position: relative;
  margin-top: 266px;
}
.subscription .block-title {
  margin-bottom: 128px;
}
.subscription-block {
  max-width: 284px;
  margin: 0 68px;
  width: 50%;
  text-align: left;
}
.subscription-block img {
  width: 100%;
  height: 412px;
  border-radius: 3px;
  object-fit: cover;
}
.subscription-block:first-child {
  margin-left: 0;
}
.subscription-block:last-child {
  margin-right: 0;
}
.subscription-blocks {
  margin-bottom: 100px;
  position: relative;
}
.subscription-blocks:last-child {
  margin-bottom: 0;
}
.subscription-descr {
  font-family: "TT Commons";
  color: #8a8484;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 128.2%;
  margin: 0;
}
.subscription-title-strong {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #432e37;
  margin: 45px 0 30px;
}
.subscription-decore-line {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 0;
}
@media (max-width: 768px) {
  .subscription-blocks {
    margin: 0 0 42px;
  }
  .subscription-block img {
    height: 270px;
  }
  .subscription {
    position: relative;
    overflow: hidden;
    margin-top: 132px;
  }
  .subscription .block-title {
    margin-bottom: 75px;
  }
  .subscription-decore-line {
    width: 200%;
    transform: translate(-30%,0);
    top: 10%;
  }
  .subscription-block {
    max-width: 205px;
    width: 40%;
    margin: 0;
  }
  .subscription-block:first-child {
    margin-right: 7%;
  }
  .subscription-block:last-child {
    margin-left: 7%;
  }
  .subscription-title-strong {
    font-size: 22px;
    margin: 35px 0 25px;
  }
  .subscription-descr {
    font-size: 14px;
    line-height: 128.2%;
  }
}
@media (max-width: 468px) {
  .swipe-content {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .subscription {
    margin-top: 50px;
  }
  .subscription .hs-container {
    width: 100%;
  }
  .subscription-block {
    min-width: 210px;
  }
  .subscription-block:first-child {
    margin-right: 45px;
  }
  .subscription-block:last-child {
    margin-right: 45px;
    margin-left: 0;
  }
  .subscription-blocks {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .subscription-blocks:first-child {
    margin-left: 20px;
  }
  .subscription-title-strong {
    font-size: 18px;
    margin: 21px 0 15px;
  }
  .subscription-decore-line {
    top: 5%;
    width: 250%;
    max-width: 250% !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateDown {
  0% {
    opacity: 0;
    transform: scale(.6) translate3d(0,0,0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}
.box-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
  background-color: rgba(255,255,255,0.66);
}
.box-modal-dialog {
  max-width: 586px;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
  pointer-events: none;
  min-height: calc(96.5%);
  display: flex;
  align-items: center;
  align-content: center;
  transition: 150ms;
}
.box-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0 20px 62px rgba(211,211,211,0.34);
  border-radius: 8px;
}
.box-modal.open-box-modal {
  animation: fadein 0.15s linear;
  transition-property: opacity;
}
.open-box-modal .box-modal-dialog {
  animation: translateDown 0.35s linear forwards;
}
.close-button {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.box-modal-title {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 112%;
  color: #553f3f;
  margin: 24px 0 24px 32px;
}
.box-modal-slider {
  background: #fbfbfb;
}
.box-modal-slider .slick-next {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  right: 24px;
}
.box-modal-slider .slick-next:before {
  content: "";
  background-image: url(/images/landing/box-theme/box-slider-right-arrow.svg);
  width: 16px;
  height: 31px;
  background-size: 16px 31px;
  display: inline-block;
}
.box-modal-slider .slick-prev {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  left: 24px;
  z-index: 100;
}
.box-modal-slider .slick-prev:before {
  content: "";
  background-image: url(/images/landing/box-theme/box-slider-left-arrow.svg);
  width: 16px;
  height: 31px;
  background-size: 16px 31px;
  display: inline-block;
}
.box-modal-slider .slick-dots {
  bottom: 20px;
  justify-content: center;
}
.box-modal-slider .slick-dots li {
  margin: 0;
  margin-right: 15px;
  width: 7px;
  height: 7px;
  background: 0 0;
}
.box-modal-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  color: transparent;
  background: 0 0;
}
.box-modal-slider .slick-dots li button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #a5a5a5;
  opacity: .45;
  border-radius: 11px;
  transition: 250ms ease;
}
.box-modal-slider .slick-dots li button:focus:before {
  opacity: 1;
  background: #a5a5a5;
}
.box-modal-slider .slick-dots li:hover {
  background: 0 0;
}
.box-modal-slider .slick-dots li.slick-active {
  background: 0 0;
}
.box-modal-slider .slick-dots .slick-active button:before {
  margin: 0;
  margin-right: 11px;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.box-modal-body .slick-dots li button:hover:before {
  opacity: 1;
  background: #a5a5a5;
}
.box-modal-descr-container {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 123.4%;
  color: #8f8f8f;
  width: 70%;
  margin: 0 auto;
  margin-top: 25px;
}
.box-modal-descr-container strong {
  color: #232323;
}
.box-modal-link {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: block;
  padding: 19px 0 15px;
  background: #ff8d88;
  color: #fff;
  box-shadow: 0 24px 54px rgba(0,0,0,0.06);
  border-radius: 47px;
  transition: 250ms ease;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 47px;
  margin-top: 60px;
}
.box-modal-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.box-modal-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.box-modal-close svg {
  fill: #b1b1b1;
  transition: 250ms ease-in;
  width: 100%;
}
.box-modal-close:hover svg {
  fill: #ff8d88;
}
.box-slider-img {
  max-height: 480px;
  height: 100%;
}
.box-slider-img img {
  height: 100%;
  width: auto;
}
@media (max-width: 468px) {
  .box-modal-descr-container {
    font-size: 14px;
    width: auto;
    margin: 25px;
  }
  .box-modal-link {
    margin-bottom: 25px;
    width: calc(50%);
    margin-top: 0;
    font-size: 20px;
  }
  .box-modal-title {
    font-size: 24px;
    margin: 20px 0 19px 25px;
  }
  .box-modal-close {
    top: 23px;
    right: 25px;
  }
  .box-slider-img {
    max-height: 340px;
    height: 340px;
  }
  .box-modal-dialog {
    max-width: 96%;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.box-themes {
  background: url(/images/landing/box-theme/box-theme-bg.svg);
  padding-top: 220px;
  margin-top: 182px;
  overflow: hidden;
  padding-bottom: 286px;
  background-repeat: no-repeat;
}
.box-slide-title {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #553f3f;
  margin: 40px 0 18px;
}
.box-slide-descr {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130.5%;
  letter-spacing: normal;
  color: #8a8484;
  margin: 0;
}
.box-slide-link {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130.5%;
  color: #8a8484;
  margin: 0;
}
.box-slide-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 30px;
  text-align: left;
}
.box-slide-img {
  width: 100%;
  transition: 250ms ease;
}
.box-slider {
  max-width: 1098px;
  margin: 0 auto;
  margin-top: 90px;
  width: 80%;
}
.box-slider .slick-slide div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.box-slider .slick-next {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  right: -75px;
  top: 135px;
}
.box-slider .slick-next:before {
  content: "";
  background-image: url(/images/landing/box-theme/box-slider-right-arrow.svg);
  width: 16px;
  height: 31px;
  background-size: 16px 31px;
  display: inline-block;
}
.box-slider .slick-next:hover {
  opacity: .6;
}
.box-slider .slick-prev {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  left: -75px;
  top: 135px;
}
.box-slider .slick-prev:before {
  content: "";
  background-image: url(/images/landing/box-theme/box-slider-left-arrow.svg);
  width: 16px;
  height: 31px;
  background-size: 16px 31px;
  display: inline-block;
}
.box-slider .slick-prev:hover {
  opacity: .6;
}
.box-slide-img-container {
  position: relative;
  transition: opacity 250ms ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.box-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-boxes .box-slide-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: auto;
}
.box-slide-img-container:hover {
  opacity: .8;
  cursor: pointer;
}
.box-slide-img-container:hover .box-slide-zoome {
  transform: scale(1.2);
}
.box-slide-zoome {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 27px;
  height: 27px;
  border-radius: 0;
  transition: 250ms ease;
}
@media (min-width: 1970px) {
  .box-themes {
    background-repeat: repeat-x;
  }
}
@media (max-width: 1300px) {
  .box-slide-img-container {
    height: 220px;
  }
  .box-slider .slick-prev {
    top: 115px;
  }
  .box-slider .slick-next {
    top: 115px;
  }
}
@media (max-width: 1100px) {
  .box-slide-img-container {
    height: 190px;
  }
  .box-slider .slick-prev {
    top: 100px;
  }
  .box-slider .slick-next {
    top: 100px;
  }
}
@media (max-width: 992px) {
  .box-slide-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .box-themes {
    padding-top: 150px;
    background-position: 20% 0;
    margin-top: 132px;
    padding-bottom: 128px;
    background-size: cover;
  }
  .box-slide-item {
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .box-slider {
    margin-top: 48px;
    max-width: 300px;
  }
  .box-slider .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .box-slide-img-container {
    height: 230px;
  }
  .box-slider .slick-next {
    right: -25%;
    top: 125px;
  }
  .box-slider .slick-prev {
    left: -25%;
    top: 125px;
  }
  .box-slide-title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 17px;
  }
  .box-slide-descr {
    font-size: 16px;
    text-align: center;
  }
  .box-slide-link {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 468px) {
  .box-themes {
    padding-top: 150px;
    background-position: 35% 0;
    margin-top: 80px;
    padding-bottom: 135px;
  }
  .box-slider {
    width: 95%;
    margin-top: 75px;
    max-width: 365px;
  }
  .box-slider .slick-next {
    right: -10px;
  }
  .box-slider .slick-prev {
    left: -10px;
  }
  .box-slide-item {
    margin: 0 15px;
  }
  .box-slide-descr {
    font-size: 14px;
  }
  .box-slide-link {
    font-size: 14px;
  }
  .box-slide-title {
    margin: 16px 0 14px;
  }
  .box-slide-img-container img {
    border-radius: 10px;
  }
  .box-slide-zoome {
    display: none !important;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.d-f-end-start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.d-f-start-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.impact {
  margin-top: 166px;
  overflow: hidden;
  padding-bottom: 316px;
  position: relative;
}
.impact .block-title {
  line-height: .9;
  margin-left: 30px;
  position: relative;
}
.impact-head-icon-title {
  width: 56%;
  flex: 0 0 56%;
  padding-right: 10%;
}
.impact-head-icon-title img {
  flex: 0 0 67px;
  width: 100%;
  max-width: 67px;
}
.impact-list {
  margin: 0;
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  line-height: 125%;
  letter-spacing: normal;
  color: #8a8484;
  margin-top: 22px;
  padding-right: 10%;
}
.impact-head {
  max-width: 1426px;
  margin: 0 auto;
  margin-bottom: 118px;
}
.impact-cols {
  max-width: 1426px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.impact-col-left {
  width: 27%;
  position: relative;
  z-index: 10;
  flex: 0 0 27%;
}
.impact-col-mid {
  width: 25%;
  flex: 0 0 25%;
}
.impact-col-right {
  width: 42%;
  position: relative;
  z-index: 10;
  flex: 0 0 42%;
}
.impact-col-img {
  width: 100%;
}
.impact-after-text {
  font-family: "SangBleu Sunrise";
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 135%;
  color: #958f8f;
  text-align: left;
  margin: 0;
  margin-top: 50px;
  max-width: 345px;
}
.impact-decore-line {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
  max-height: 940px;
}
.impact-list-col {
  margin-bottom: 118px;
  width: 42%;
  position: relative;
  z-index: 10;
  flex: 0 0 42%;
}
@media (max-width: 992px) {
  .impact .hs-container {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .impact-decore-line {
    width: 150%;
    max-width: 150% !important;
    top: 15%;
    left: -25%;
    z-index: 1;
  }
  .impact-after-text {
    font-size: 24px;
    max-width: 230px;
    margin-top: 30px;
  }
  .impact-col-right {
    width: 320px;
    flex: 0 0 320px;
    margin: 0 25px;
  }
  .impact-col-left {
    width: 225px;
    flex: 0 0 225px;
    margin: 0 25px;
  }
  .impact-col-mid {
    width: 209px;
    flex: 0 0 209px;
    margin: 0 25px;
  }
  .impact-img-block {
    margin-left: -50px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .impact-img-block::-webkit-scrollbar {
    display: none;
  }
  .impact-list {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .impact .hs-container {
    width: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .impact .hs-container::-webkit-scrollbar {
    display: none;
  }
  .impact-decore-line {
    left: 0;
  }
  .impact-list {
    font-size: 16px;
    margin-top: 13px;
  }
  .impact-head-icon-title {
    width: 45%;
    flex: 0 0 45%;
  }
  .impact-head-icon-title img {
    flex: 0 0 40px;
    width: 100%;
    max-width: 40px;
  }
  .impact-list-col {
    margin-bottom: 70px;
    width: 55%;
    position: relative;
    z-index: 10;
    flex: 0 0 55%;
  }
  .impact-after-text {
    font-size: 21px;
    max-width: 168px;
  }
}
@media (max-width: 468px) {
  .impact-head-icon-title {
    width: 100%;
    flex: 0 0 100%;
    order: 0;
    margin-bottom: 48px;
    padding-right: 0;
    justify-content: center;
  }
  .impact-list-col {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .impact-img-block {
    order: 1;
    margin-bottom: 62px;
    margin-left: 0;
  }
  .impact {
    margin-top: 60px;
    padding-bottom: 171px;
  }
  .impact .block-title {
    margin-left: 13px;
  }
  .impact-decore-line {
    width: 1330px;
    max-width: 1330px !important;
    top: -2%;
    left: -55%;
  }
}
.all-boxes .box-slide-item {
  max-width: 100%;
}
.all-boxes .box-slide-title {
  text-align: center;
}
.all-boxes .box-slide-link {
  text-align: center;
  color: #ff8d88;
  transition: 250ms;
}
.box-slide-link:hover {
  opacity: .5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .all-boxes .box-slider {
    margin-top: 33px;
    max-width: 400px;
  }
  .all-boxes .box-slider .slick-next {
    right: -15px;
  }
  .all-boxes .box-slider .slick-prev {
    left: -15px;
  }
}
@media (max-width: 468px) {
  .all-boxes .box-slider {
    width: 100%;
  }
  .all-boxes .box-slider .slick-next {
    right: 0;
  }
  .all-boxes .box-slider .slick-prev {
    left: 0;
    z-index: 10;
  }
  .all-boxes .box-slide-item {
    margin: 0;
  }
}
.block-link {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  transition: 250ms ease;
  margin-top: 60px;
}
.block-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .block-link {
    margin-top: 40px;
  }
}
@media (max-width: 468px) {
  .block-link {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.d-f-c-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.d-f-start-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.artisans {
  margin-top: 200px;
}
.artisans .block-title {
  margin-bottom: 72px;
}
.col-3s {
  flex: 0 0 33%;
  padding: 0 1.5%;
}
.col-3s:first-child {
  padding-left: 0;
  padding-right: 3%;
}
.col-3s:last-child {
  padding-right: 0;
  padding-left: 3%;
}
.retail-number-wrapper {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #ffa0a0;
}
.retail-number {
  text-align: center;
  font-family: "SangBleu Sunrise";
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
  font-style: normal;
  font-weight: 400;
}
.retail-title {
  font-family: "SangBleu Sunrise";
  color: #958f8f;
  font-size: 26px;
  line-height: 150%;
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  min-height: 108px;
  margin-bottom: 0;
}
.trade-title {
  font-family: "SangBleu Sunrise";
  color: #958f8f;
  font-size: 30px;
  line-height: 40px;
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  min-height: 108px;
  margin-bottom: 0;
}
.retail-text {
  font-family: "TT Commons";
  margin: 0;
  color: #8a8484;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: normal;
  text-align: left;
}
.sub-title-line {
  max-width: 1376px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}
.retail-cols {
  max-width: 1376px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 65px;
}
.sub-line {
  flex: 1 0 auto;
  height: 1.5px;
  background-color: #ff9f9f;
  padding: 0 1.5%;
}
.artisans-subtitle {
  margin: 0;
  margin: 0 1.5%;
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 36px;
  line-height: 133%;
  color: #553f3f;
}
.artisans-colored {
  color: #ff9f9f;
  font-size: 30px;
}
.sub-title-line-colored {
  margin-bottom: 116px;
}
.fair-trade .retail-title {
  min-height: auto;
  text-align: center;
}
.fair-trade .col-3s {
  padding: 0;
}
.fair-trade-cols {
  max-width: 1098px;
  margin: 0 auto;
  margin-bottom: 63px;
}
.fair-trade-col-s4 {
  width: 25%;
  flex: 0 0 25%;
  max-width: 200px;
}
.fair-trade-icon-descr {
  font-family: "TT Commons";
  color: #8a8484;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: normal;
  margin: 0;
  margin-top: 31px;
}
.fair-trade-icon {
  width: 106px;
  height: 106px;
  margin: 0 auto;
}
.fair-trade-icon img {
  width: 100%;
}
.artisans-gutter {
  width: 40%;
  height: 1.5px;
  background: #ff9f9f;
  margin-bottom: 87px;
  position: relative;
}
.artisans-gutter:before {
  content: "";
  height: 87px;
  width: 1.5px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ff9f9f;
}
.after-retail-title {
  text-align: center;
  margin: 0;
  font-family: "TT Commons";
  color: #553f3f;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 129%;
}
.payment-section .retail-title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 58px;
  height: auto;
  min-height: auto;
}
.plase-order .col-3s {
  width: 100%;
  flex: 0 0 100%;
}
.not-fair-modal-swipe {
  display: none !important;
}
.mobile-swipe-descr {
  display: none !important;
}
@media (max-width: 992px) {
  .artisans-subtitle {
    font-size: 28px;
  }
  .retail-title {
    font-size: 20px;
    min-height: 88px;
    font-size: 17px;
    line-height: 23px;
  }
  .retail-text {
    font-size: 18px;
  }
  .after-retail-title {
    font-size: 22px;
  }
  .fair-trade-icon-descr {
    font-size: 16px;
  }
  .sub-title-line-colored {
    margin-bottom: 60px;
  }
  .artisans-gutter {
    margin-bottom: 60px;
  }
  .artisans-gutter:before {
    height: 60px;
  }
  .retail-cols {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .artisans-subtitle {
    font-size: 20px;
  }
  .retail-title {
    font-size: 17px;
    min-height: 88px;
    font-size: 20px;
    line-height: 27px;
  }
  .retail-text {
    font-size: 16px;
  }
  .after-retail-title {
    font-size: 20px;
  }
  .fair-trade-icon-descr {
    font-size: 16px;
  }
  .sub-title-line-colored {
    margin-bottom: 60px;
  }
  .artisans-gutter {
    margin-bottom: 50px;
    width: 30%;
  }
  .artisans-gutter:before {
    height: 50px;
  }
  .retail-cols {
    margin-bottom: 35px;
    max-width: 90%;
  }
  .sub-title-line {
    max-width: 90%;
    margin-bottom: 15px;
  }
  .fair-trade-cols {
    max-width: 90%;
    justify-content: center;
    margin-bottom: 45px;
  }
  .artisans {
    margin-top: 157px;
  }
  .artisans .block-title {
    margin-bottom: 65px;
  }
  .retail-number-wrapper {
    width: 35px;
    height: 35px;
  }
  .retail-number {
    font-size: 20px;
  }
  .fair-trade-icon {
    width: 58px;
    height: 58px;
  }
  .fair-trade .retail-title {
    margin-top: 14px;
  }
  .fair-trade-col-s4 {
    width: 20%;
    flex: 0 0 20%;
    padding: 0 10px;
  }
  .payment-section .retail-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 578px) {
  .cols-mobile-swipe {
    width: 100%;
    max-width: 100%;
  }
  .fair-trade-col-s4 {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
  }
}
@media (max-width: 524px) {
  .cols-mobile-swipe {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .cols-mobile-swipe .col-3s {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 10%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .fair-trade .col-3s {
    width: 100%;
    flex: 0 0 100%;
  }
  .mobile-swipe-descr {
    margin-top: 50px;
    display: flex !important;
  }
  .mobile-swipe-text {
    color: #ff9993;
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
    padding-top: 2px;
  }
  .swipe-icon {
    width: 21px;
    height: 11px;
    margin-left: 8px;
  }
  .swipe-icon img {
    width: 100%;
  }
  .not-fair-modal-swipe {
    display: flex !important;
  }
  .not-fair-modal-swipe p {
    font-family: "TT Commons";
    font-weight: 600;
    font-size: 23px;
    line-height: 133%;
    text-align: center;
    color: #ff9f9f;
    margin: 0;
    margin-top: 30px;
  }
  .not-visible-swipe {
    display: none;
  }
  .artisans-gutter {
    width: 100%;
  }
  .artisans-colored {
    display: none;
  }
  .retail-title {
    font-size: 20px;
    min-height: 56px;
    margin-bottom: 24px;
  }
  .cols-mobile-swipe .col-3s {
    padding: 0 5%;
    padding-bottom: 20px;
  }
  .sub-title-line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sub-line {
    width: 100%;
  }
  .sub-line:last-child {
    display: none;
  }
  .artisans-subtitle {
    margin-top: 22px;
  }
  .retail-cols {
    margin-bottom: 0;
  }
  .payment-section .retail-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .fair-trade-col-s4 {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 24px;
  }
  .fair-trade-cols {
    flex-wrap: wrap;
  }
  .fair-trade-icon-descr {
    margin-top: 12px;
  }
  .artisans .block-title {
    margin-bottom: 30px;
  }
}
.block-title {
  text-align: center;
  font-family: "SangBleu Sunrise";
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.d-f-c-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.questions {
  margin-top: 135px;
  background: #ecf5f5;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 80px;
}
.questions:after {
  content: "";
  width: 100%;
  height: 200px;
  background: url(/images/landing/questions/full-after.png);
  position: absolute;
  background-position: top center;
  top: -50px;
  left: 50%;
  transform: translate(-50%,0);
}
.questions:before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(/images/landing/questions/full-after.png);
  position: absolute;
  background-position: bottom center;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%,0);
}
.questions .hs-container {
  max-width: 958px;
  width: 75%;
}
.questions .hs-container>* {
  position: relative;
  z-index: 10;
}
.questions .block-title {
  margin-bottom: 100px;
  text-align: left;
  padding-left: 10%;
}
.accordion {
  position: relative;
  user-select: none;
  transition: opacity 350ms ease-in-out;
  opacity: 1;
}
.accordion:hover {
  opacity: .5;
  cursor: pointer;
}
.accordion-row {
  margin-bottom: 38px;
  text-align: left;
}
.answer {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
  padding-left: 10%;
}
.questions-question {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 32px;
  line-height: 133%;
  color: #462c37;
  margin: 0;
  padding-left: 10%;
  transition: color 350ms ease-in-out;
  width: 100%;
}
.questions-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(180deg);
  width: 26px;
  height: 26px;
  transition: 350ms ease-in-out;
}
.questions-icon svg {
  fill: #bdbdbd;
  width: 100%;
}
.answer-text {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: normal;
  color: #8d8d8d;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  margin-top: 37px;
  margin-bottom: 66px;
}
.accordion-active .questions-icon {
  transform: translate(0,-50%) rotate(0);
}
.accordion-active .questions-icon svg {
  fill: #ff8d88;
}
.accordion-active .questions-question {
  color: #ff8d88;
}
.accordion-desct-hide .answer-text {
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.before-questions .hs-link {
  margin-top: 0;
}
@media (max-width: 992px) {
  .questions .block-title {
    margin-bottom: 70px;
  }
  .questions-question {
    font-size: 24px;
  }
  .answer-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .questions {
    padding-top: 60px;
    margin-top: 140px;
    padding-bottom: 30px;
  }
  .questions .block-title {
    margin-bottom: 50px;
  }
  .questions-question {
    font-size: 20px;
  }
  .answer-text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .questions-icon {
    width: 20px;
    height: 20px;
  }
  .accordion-row {
    margin-bottom: 24px;
  }
}
@media (max-width: 468px) {
  .questions {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 60px;
  }
  .questions .hs-container {
    width: 85%;
  }
  .questions .block-title {
    margin-bottom: 26px;
    text-align: left;
    padding-left: 10%;
  }
  .questions-question {
    font-size: 17px;
  }
  .answer-text {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 38px;
  }
  .questions-icon {
    width: 14px;
    height: 14px;
  }
  .accordion-row {
    margin-bottom: 20px;
  }
}
.block-link {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  transition: 250ms ease;
  margin-top: 60px;
}
.block-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .block-link {
    margin-top: 40px;
  }
}
@media (max-width: 468px) {
  .block-link {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.d-f-end-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
.f-col {
  width: 25%;
  flex: 0 0 25%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.f-col-lg {
  width: 85%;
  flex: 0 0 85%;
  align-self: flex-end;
}
.f-col-sm {
  width: 15%;
  flex: 0 0 15%;
}
.fair-trade-logo-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.fair-trade-logo-wrapper img {
  width: 100%;
  max-width: 125px !important;
}
.links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
body {
  padding: 0;
  margin: 0;
}
.mm img {
  max-width: 100%;
}
.mm .hs-container {
  max-width: 1700px;
  width: 88% !important;
}
.mm h1.hs-tiitle {
  font-family: "SangBleu Sunrise";
  font-size: 64px !important;
  font-weight: 700 !important;
  color: #fff;
  max-width: 600px;
}
.mm p.hs-descr {
  color: #fff;
  max-width: 600px;
}
.mm .hero-slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.mm .hs-slide-left {
  margin-left: 134px;
}
.mm p.hs-descr {
  color: #fff;
  padding-top: 7px;
}
.mm .hero-slide .hs-content {
  padding-top: 15.7vh;
}
.mm .hs-slide-left {
  margin-top: 50px;
  margin-left: 10px;
  max-width: 1100px;
  width: 100%;
}
.btn-style {
  background: #553f3f;
  border-radius: 10px;
}
.btn-style a {
  text-decoration: none;
  margin-bottom: 0;
  padding: 26px 86px 22px;
}
a.hs-snd-btn {
  color: #fff !important;
  font-weight: 500;
  font-size: 24px;
  font-family: "SangBleu Sunrise";
  padding: 0 52px 3px !important;
  display: inline-block;
  vertical-align: middle;
}
a.hs-snd-btn span {
  color: #ff7a74;
}
.slider-btn-text * {
  vertical-align: middle;
}
.btn-style,
.slider-btn-text {
  display: inline-block;
}
.slider-btn-text {
  padding-left: 58px;
  font-size: 28px;
  font-family: "TT Commons";
  font-weight: 400;
  color: #fff;
}
.hero-slide-btn {
  position: absolute;
  bottom: 170px;
}
.mm section * {
  box-sizing: border-box;
}
.slider-btn-text span {
  padding-left: 13px;
}
.c-container {
  max-width: 1700px;
  margin: 0 auto;
  width: 87%;
}
.row-b {
  margin-left: -55px;
  margin-right: -55px;
  display: flex;
}
.row-b::after {
  content: "";
  display: table;
  clear: both;
}
.b-d,
.b-l {
  padding-left: 55px;
  padding-right: 55px;
  text-align: left;
}
.b-d {
  width: 47%;
  float: left;
  position: relative;
}
section.benefits {
  background: #fff;
  padding: 110px 0 130px;
}
.b-l {
  width: 53%;
  float: left;
}
.mm .block-title {
  font-size: 36px;
  text-align: left;
  line-height: 1.7;
  padding-right: 25px;
  font-weight: 500;
}
section.benefits .block-title {
  margin: 50px 0 0;
}
.mm .block-title span {
  color: #ff7a74;
}
.b-d-d {
  font-size: 24px;
  color: #978c8c;
  font-family: "TT Commons";
  font-weight: 300;
  padding-top: 38px;
}
.b-d-d span {
  color: #553f3f;
  font-weight: 400;
}
.b-d .btn-style {
  border: 1px solid #ece4e4;
  background: 0 0;
  padding: 6px;
  position: absolute;
  bottom: 0;
}
.b-d a.hs-snd-btn {
  color: #553f3f !important;
  font-weight: 500;
  font-size: 24px;
  font-family: "SangBleu Sunrise";
  padding: 3px 52px 0;
}
.b-d .hs-link {
  padding: 21px 79px 17px;
  box-shadow: 0 11px 20px rgba(255,134,129,0.25);
}
.bl-title {
  font-size: 28px;
  color: #553f3f;
  font-family: "TT Commons";
  font-weight: 500;
  max-width: 340px;
}
.bl-box {
  max-width: 680px;
  background-image: url(/images/mavenmember2/bg-white.png);
  height: 100%;
  width: 100%;
  padding: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -17px 10px 69px rgba(0,0,0,0.04);
  border-radius: 20px;
}
.bl-box li {
  font-size: 22px;
  color: #978c8c;
  font-family: "TT Commons";
  position: relative;
  padding-left: 60px;
  margin-bottom: 0;
}
.bl-box li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/images/mavenmember2/check.svg);
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
}
.bl-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.explore hr {
  opacity: .15;
  height: 1px;
}
.explore-title {
  font-size: 44px;
  font-family: "SangBleu Sunrise";
  font-weight: 700;
  text-align: center;
  color: #553f3f;
  line-height: 1.35;
  margin-top: 85px;
}
.e-c h3 {
  font-size: 28px;
  font-family: "TT Commons";
  font-weight: 600;
  color: #553f3f;
  margin-top: 0;
}
.e-c p {
  font-size: 24px;
  font-family: "TT Commons";
  color: #978c8c;
  font-weight: 400;
  padding-right: 35%;
  line-height: 1.6;
}
.row-e {
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  margin-top: 108px;
}
.row-e::after {
  content: "";
  display: table;
  clear: both;
}
.e-c,
.e-img {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.e-container {
  max-width: 1250px;
  width: 88%;
  text-align: left;
  color: #fff !important;
  margin: 0 auto;
}
.e-c-box {
  height: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.e-img img {
  border-radius: 10px;
}
.explore .e-img img {
  width: 100%;
  height: auto;
}
.row-e.odd>div:first-child {
  order: 2;
}
.odd .e-c-box {
  padding: 0 90px;
}
.odd .e-c p {
  padding-right: 0;
}
.explore {
  padding-bottom: 250px;
}
.s-container {
  background-image: url(/images/mavenmember2/story.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 24px 110px rgba(0,0,0,0.2);
  padding: 26px 0 81px;
}
.story {
  padding: 0 60px;
  color: #fff;
}
.story h2 {
  font-size: 64px;
  font-family: "SangBleu Sunrise";
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 71px;
}
.s-box {
  max-width: 505px;
}
.story p {
  font-size: 28px;
  font-family: "TT Commons";
  font-weight: 300;
}
.common-title,
.count {
  font-family: "SangBleu Sunrise";
}
.common-title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #553f3f;
  line-height: 1.35;
  margin-top: 85px;
}
.sub-title {
  font-size: 24px;
  text-align: center;
  color: #978c8c;
  line-height: 30px;
  max-width: 450px;
  margin: 20px auto 100px;
}
.big-impact,
.carousel-item>div .col-4 p,
.footer,
.footer-form input,
.members,
.slider-cont h5,
.top-info h4,
.we-different {
  font-family: "TT Commons";
}
.big-impact .c-container,
.members .c-container {
  max-width: 1400px;
}
hr {
  opacity: .15;
  height: 1px;
}
.hidden {
  visibility: hidden;
}
.special-access {
  padding: 50px 0;
}
.special-access .b-l {
  padding: 0;
}
.special-access .b-d {
  padding: 100px 0;
}
.special-access .b-d .btn-style {
  position: static;
  margin: 70px 0 0;
}
.special-access .block-title {
  padding-right: 35%;
}
.members {
  padding: 0 0 100px;
}
.members .members-slider {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  margin-top: 85px;
}
.members .members-slider .col-4 {
  padding: 0 30px;
  width: 33.33%;
}
.members .members-slider p {
  color: #837e7e;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  letter-spacing: normal;
  margin-top: 18px;
  min-height: 115px;
  margin-bottom: 10px;
}
.members .author-info {
  display: flex;
  align-items: center;
}
.members .author-info .a-img {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  margin: 0 15px 0 0;
  background: #ccc;
}
.members .author-info .a-img img {
  border-radius: 100%;
}
.members .author-info .a-info strong {
  display: block;
}
.big-impact {
  background-image: url(/images/mavenmember2/big-impact.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 0 150px;
  background-position: center bottom;
}
.big-impact .row-b {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  padding: 80px 0 30px;
  color: #978c8c;
}
.big-impact .big-impact-slider .col-3 {
  padding: 0 30px;
  width: 25%;
  text-align: center;
}
.big-impact .big-impact-slider small {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
}
.big-impact .big-impact-slider h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.32px;
  margin: 10px 0 10px;
  color: #553f3f;
}
.big-impact .big-impact-slider img {
  margin: 0 auto 50px;
}
.big-impact .big-impact-slider p {
  font-size: 22px;
  line-height: 30px;
}
.big-impact .row-b .col-6 {
  padding: 0 30px;
  width: 50%;
}
.big-impact .row-b .col-6 h4 {
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.32px;
}
.big-impact-slider,
.members-slider {
  margin-top: 80px;
  margin-bottom: 50px !important;
}
.big-impact-slider .slick-next::before,
.big-impact-slider .slick-prev::before,
.members-slider .slick-next::before,
.members-slider .slick-prev::before {
  color: transparent;
}
.big-impact-slider .slick-prev,
.members-slider .slick-prev {
  left: -44px;
}
.big-impact-slider .slick-next,
.members-slider .slick-next {
  right: -44px;
}
.big-impact-slider ul.slick-dots,
.members-slider ul.slick-dots {
  bottom: -60px;
}
.we-different {
  padding: 0 0 150px;
}
.we-different .common-title {
  margin-top: 0;
}
.we-different .c-container {
  max-width: 1260px;
}
.we-different .c-container .row-b {
  margin: 0;
}
.we-different .c-btn {
  background: #fff;
  box-shadow: 0 34px 94px rgba(0,0,0,0.1);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #f48990 !important;
  display: block;
  width: 170px;
  margin: 0 auto 100px;
  text-decoration: none;
  padding: 5px 0 0;
  cursor: default !important;
}
.we-different .c-btn:hover {
  color: #f48990 !important;
  background: #fff !important;
}
.we-different .c-btn.square-shape {
  border-radius: 8px;
  width: 400px;
  padding: 15px 0 10px;
}
.slider-cont .we-different-slider {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #fff;
  padding: 50px 0;
  height: auto;
  margin: 0 0 50px;
}
.slider-cont h5 {
  font-size: 36px;
  line-height: 133%;
  font-weight: 400;
  color: #553f3f;
  text-align: center;
  display: block;
  margin: 0 0 100px;
}
.slider-cont h5 span {
  padding: 0 30px;
  background: #fff;
  display: inline-block;
}
.we-different-slider>.slick-list {
  margin: -70px 0 0;
}
.big-impact-slider .slick-next,
.big-impact-slider .slick-prev,
.box-slider .slick-next,
.box-slider .slick-prev,
.members-slider .slick-next,
.members-slider .slick-prev,
.we-different-slider .slick-next,
.we-different-slider .slick-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  background-color: #fff !important;
  top: 48%;
}
.big-impact-slider .slick-next::before,
.big-impact-slider .slick-prev::before,
.box-slider .slick-next::before,
.box-slider .slick-prev::before,
.members-slider .slick-next::before,
.members-slider .slick-prev::before,
.we-different-slider .slick-next::before,
.we-different-slider .slick-prev::before {
  width: 12px;
  background-size: 100% 100%;
  height: 20px;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.big-impact-slider .slick-next::before,
.box-slider .slick-next::before,
.members-slider .slick-next::before,
.we-different-slider .slick-next::before {
  background-image: url(/images/mavenmember2/box-slider-right-arrow.svg);
}
.big-impact-slider .slick-prev::before,
.box-slider .slick-prev::before,
.members-slider .slick-prev::before,
.we-different-slider .slick-prev::before {
  background-image: url(/images/mavenmember2/box-slider-left-arrow.svg);
}
.box-slider .slick-prev:hover,
.we-different-slider .slick-next:hover,
.we-different-slider .slick-prev:hover {
  background: white !important;
  opacity: 1;
}
.we-different-slider .slick-dots {
  bottom: -100px;
}
.box-slider .slick-dots li,
.we-different-slider .slick-dots li {
  margin: 0 3px;
}
.big-impact-slider .slick-dots li.slick-active,
.box-slider .slick-dots li.slick-active,
.members-slider .slick-dots li.slick-active,
.we-different-slider .slick-dots li.slick-active {
  background: #553f3f;
  border-radius: 100%;
}
.box-slider .slick-next:focus,
.box-slider .slick-next:hover,
.box-slider .slick-prev:focus,
.box-slider .slick-prev:hover {
  background-color: #fff;
}
.box-slide-item .row-b {
  padding: 0 0 80px;
}
.box-slide-item h4 {
  margin: 0 0 20px;
}
.box-slide-item h4 span {
  display: inline-block;
  vertical-align: middle;
}
.box-slide-item h4 span.count {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 100%;
  font-size: 17px;
  background: #553f3f;
}
.box-slide-item h4 span.info {
  font-size: 24px;
  line-height: 34px;
  color: #432e37;
  font-weight: 400;
  width: calc(85%);
  padding: 0 0 0 22px;
  font-family: 'TT Commons';
  max-width: 230px;
}
.box-slide-item p {
  font-size: 19px;
  line-height: 25px;
  color: #978c8c;
  font-family: 'TT Commons';
}
.we-different-slider .box-slider .slick-dots {
  display: none !important;
}
.slide-box {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 80px;
  display: flex;
}
.slide-1>div {
  width: 33.333%;
}
.slide-2>div {
  width: 25%;
}
.slide-3>div {
  width: 33.333%;
}
.c-btn {
  position: relative;
}
.c-btn span.count {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  background: #ffa0a0;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 45%;
}
.top-info {
  margin: 0 0 50px;
}
.slider-cont .slide3 h4,
.top-info h4 {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  color: #553f3f;
  font-weight: 400;
}
.top-info span.count {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  background: #ffa0a0;
  display: block;
  margin: 0 auto;
}
.slide-box.slide-2 {
  margin: 0 auto 70px;
}
.slide-box.slide-3 {
  margin: 0 auto 108px;
}
.slider-cont .slide2 h5,
.slider-cont .slide3 h5 {
  margin-bottom: 30px;
}
.slider-cont .slide2 .box-slide-item h5 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #553f3f;
  font-weight: 400;
  margin: 0;
}
.slider-cont .slide2 .box-slide-item img {
  width: 100px;
  margin: 0 auto 15px;
}
.slider-cont .slide3 .slide-box h4 span {
  display: block;
  font-size: 15px;
  color: #ffa0a0;
  line-height: 22px;
}
.slider-cont .slide3 .slide-box p {
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}
.are-you {
  background-image: url(/images/mavenmember2/are-you.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 150px 0 180px;
  background-position: center center;
}
.are-you .c-container {
  max-width: 650px;
}
.are-you .c-container .row-b {
  margin: 0;
}
.are-you .b-d {
  width: 100%;
  padding: 0;
}
.are-you .b-d .btn-style {
  position: static;
  margin: 120px 0 0;
  display: block;
}
.are-you .block-title {
  padding: 0;
}
.are-you .b-d .hs-link {
  padding: 21px 85px 17px;
}
.fair-trade-logo-wrapper {
  margin: -20px 0 0;
}
@media (max-width: 1500px) {
  .btn-style a {
    padding: 22px 70px 18px;
  }
  .b-d .hs-link {
    padding: 21px 50px 17px;
  }
  a.hs-snd-btn {
    padding: 0 30px !important;
  }
  .hero-slide-btn {
    bottom: 80px;
  }
  .special-access .block-title {
    padding-right: 30%;
  }
  .carousel-item>div .col-4 h4 span.info {
    font-size: 24px;
    padding: 0 0 0 15px;
    line-height: 28px;
  }
  .mm .block-title {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .carousel-item .row-b {
    padding: 0 0 65px;
  }
  .special-access .block-title {
    padding-right: 10%;
  }
  .odd .e-c-box {
    padding: 0 50px;
  }
  .e-c p {
    padding-right: 20%;
  }
  .b-d .btn-style {
    display: block;
    max-width: 300px;
    text-align: center;
  }
  .b-d .hs-link {
    display: block;
    margin: 0 0 20px;
  }
  a.hs-snd-btn {
    padding: 0 30px 10px !important;
    display: block;
    text-align: center;
  }
  .box-slider .slick-prev {
    left: -35px;
  }
  .box-slider .slick-next {
    right: -35px;
  }
}
@media (max-width: 1240px) {
  .slider-cont .we-different-slider {
    height: auto;
  }
  .we-different-slider .slick-dots {
    bottom: -50px;
  }
  .slider-cont {
    padding: 50px 0 100px;
  }
  .we-different {
    padding: 0;
  }
  .big-impact .row-b .col-3,
  .carousel-item>div .col-4 {
    padding: 0 10px;
  }
  .big-impact .row-b img {
    margin: 0 0 20px;
  }
  .members {
    padding: 0 0 50px;
  }
  .we-different .c-btn {
    margin: 0 auto 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  }
  .slide-box.slide-2 {
    margin: 0 auto 80px;
  }
}
@media (max-width: 1024px) {
  .big-impact .row-b .col-6 {
    width: auto;
  }
  .big-impact .row-b .col-6.b-d {
    width: 65%;
  }
  .carousel-item>div .col-4 h4 span.info {
    font-size: 23px;
    padding: 0 0 0 8px;
  }
  .e-c p,
  .odd .e-c-box {
    padding: 0;
  }
  .are-you {
    padding: 120px 0;
  }
  .are-you .block-title {
    text-align: center;
  }
  .are-you .b-d .btn-style {
    margin: 60px auto 0;
  }
  .box-slider .slick-prev {
    left: -25px;
  }
  .box-slider .slick-next {
    right: -25px;
  }
  .box-slide-item h4 span.info {
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 0 12px;
  }
}
@media (max-width: 1023px) {
  .b-d-d,
  .mm .block-title {
    text-align: center;
  }
  .row-b {
    display: block;
  }
  .b-d,
  .b-l {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    float: none;
  }
  .b-d .btn-style {
    position: static;
  }
  .benefits .b-d .btn-style {
    margin: 50px auto;
  }
  section.benefits {
    padding: 100px 0;
  }
  section.benefits .block-title {
    margin: 0;
  }
  .s-box {
    margin: 0 auto;
    text-align: center;
  }
  .story h2 {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .special-access .b-d {
    padding: 50px 0;
  }
  .special-access .block-title {
    padding: 0;
  }
  .special-access .b-d .btn-style {
    margin: 50px auto 0;
  }
  .members .members-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .big-impact-slider {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 992px) {
  .big-impact .row-b,
  .members .row-m,
  .row-e {
    flex-direction: column;
  }
  .e-c,
  .e-img,
  .members .row-m .col-4 {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .explore {
    padding-bottom: 80px;
  }
  .explore .e-c-box {
    text-align: center;
    padding: 50px 0;
  }
  .explore .e-c {
    order: 2;
  }
  .explore .row-e {
    margin-top: 60px;
  }
  .big-impact {
    background-size: cover;
  }
  .big-impact .row-b {
    padding: 30px 0;
  }
  .big-impact .row-b img {
    margin: 0 0 5px;
  }
  .big-impact .row-b .hidden {
    display: none !important;
  }
  .big-impact .row-b .col-3 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .big-impact .row-b .col-6.b-d {
    width: 100%;
  }
  .big-impact .row-b .col-6 h4 {
    text-align: center;
  }
  .b-d .btn-style {
    margin: 0 auto;
  }
  .big-impact {
    padding: 0 0 80px;
  }
  .sub-title {
    margin: 20px auto 60px;
  }
  .members .row-m .col-4 {
    text-align: center;
    margin-bottom: 50px;
  }
  .members .row-m p {
    text-align: center;
  }
  .members .author-info {
    max-width: 200px;
    margin: 0 auto;
  }
  .f-col {
    width: 50%;
    flex: 0 0 50%;
    padding: 30px 0;
  }
  .slide-box {
    flex-direction: column;
  }
  .slide-1>div,
  .slide-2>div,
  .slide-3>div {
    margin: 0 auto 50px;
    text-align: center;
    width: 100%;
    max-width: 500px;
  }
  .slider-cont .we-different-slider {
    padding: 50px 0 0;
  }
  .slider-cont .slide2 .box-slide-item img {
    width: 60px;
  }
  .slide-box.slide-1,
  .slide-box.slide-2,
  .slide-box.slide-3 {
    margin: 0 auto 30px;
  }
}
@media (max-width: 849px) {
  .box-slide-item {
    text-align: center;
    padding: 0 30px;
  }
  .box-slide-item h4 span.info {
    width: auto;
  }
  .box-slide-item h4 span.count {
    display: block;
    margin: 0 auto 10px;
  }
  .box-slide-item h4 {
    margin: 0 0 10px;
  }
  .are-you {
    padding: 80px 0 50px;
  }
  .slide-1>div,
  .slide-2>div,
  .slide-3>div {
    margin: 0 auto 30px;
  }
  .slider-cont h5 {
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  .hs-link {
    position: static;
    transform: none;
    width: 100%;
  }
  .are-you .b-d .hs-link,
  .b-d .hs-link {
    padding: 21px 0 17px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .big-impact .row-b .col-6 h4,
  .common-title,
  .explore-title,
  .mm .block-title,
  .story h2 {
    font-size: 26px;
  }
  .mm h1.hs-tiitle {
    font-size: 40px !important;
  }
  .e-c h3 {
    font-size: 25px;
  }
  .big-impact .row-b p,
  .e-c p,
  .members .row-m p,
  .story p {
    font-size: 17px;
  }
  .s-container {
    padding: 50px 0;
  }
  .special-access .b-d {
    padding: 0;
  }
  .common-title {
    margin: 50px 0 0;
  }
  .row-b {
    margin: 0;
  }
  .slider-btn-text {
    padding-left: 0;
    padding-top: 15px;
  }
  .big-impact .c-container,
  .members .c-container {
    width: 80%;
  }
  .mm .slick-slide img {
    display: inline-block;
  }
  .row-e {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 578px) {
  .f-col-sm {
    order: 0;
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .fair-trade-logo-wrapper img {
    margin: 0 auto;
  }
  .mobile-1 {
    order: 1;
  }
  .f-col {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0;
  }
  section.benefits {
    padding: 50px 0;
  }
  .b-d,
  .b-l {
    padding: 0;
  }
  .bl-title {
    text-align: center;
  }
  .bl-box {
    padding: 20px;
  }
  .bl-box ul {
    margin-top: 30px;
  }
  .mm .hs-slide-left {
    margin-left: 0;
  }
  .bl-box li {
    padding-left: 40px;
  }
  .story {
    padding: 0 20px;
  }
  .big-impact .big-impact-slider img {
    margin: 0 auto 0;
  }
  .big-impact-slider .slick-next,
  .members-slider .slick-next {
    right: -20px;
  }
  .big-impact-slider .slick-prev,
  .members-slider .slick-prev {
    left: -20px;
  }
  .members .members-slider p {
    padding: 0 10px;
  }
  .are-you {
    background-position: top 79px center;
    background-size: unset;
  }
  .big-impact .big-impact-slider .col-3 {
    padding: 0 40px;
  }
  .we-different .c-btn.square-shape {
    width: 250px;
    padding: 25px 0 15px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .box-slider .slick-prev {
    left: -18px;
  }
  .box-slider .slick-next {
    right: -18px;
  }
  .box-slide-item h4 span.info {
    padding: 0;
  }
  .big-impact-slider .slick-next,
  .big-impact-slider .slick-prev,
  .box-slider .slick-next,
  .box-slider .slick-prev,
  .members-slider .slick-next,
  .members-slider .slick-prev,
  .we-different-slider .slick-next,
  .we-different-slider .slick-prev {
    width: 35px;
    height: 35px;
  }
  .slick-prev {
    left: -17px;
  }
  .slick-next {
    right: -17px;
  }
  .big-impact-slider .slick-next::before,
  .big-impact-slider .slick-prev::before,
  .box-slider .slick-next::before,
  .box-slider .slick-prev::before,
  .members-slider .slick-next::before,
  .members-slider .slick-prev::before,
  .we-different-slider .slick-next::before,
  .we-different-slider .slick-prev::before {
    background-size: 9px 21px;
    background-repeat: no-repeat;
  }
  .big-impact-slider .slick-next::before,
  .box-slider .slick-next::before,
  .members-slider .slick-next::before,
  .we-different-slider .slick-next::before {
    background-position: center right;
  }
}
.slick-dots li.slick-active button:before {
  color: transparent !important;
}
