@import 'components/artisan-fund.less';
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,0.85) 0,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
.section-banner {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8A3A49;
}
@media only screen and (min-width: 700px) {
  .section-banner {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    max-height: 650px;
  }
}
.section-banner__icon {
  width: 673px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .section-banner__icon {
    width: 1034px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__icon {
    left: 50%;
    transform: translateX(-66.7%);
  }
}
.section-banner__person {
  width: 635px;
  height: auto;
  position: absolute;
  left: 23%;
  top: 110px;
  z-index: 2;
}
.section-banner__person_horizontal {
  top: 10px !important;
}
@media only screen and (min-width: 568px) {
  .section-banner__person {
    left: 40%;
    top: 0;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner__person {
    width: 831px;
    left: 41.5%;
    top: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__person {
    top: -8px;
    left: 50%;
    transform: translateX(4%);
  }
}
.section-banner-info__ttl {
  width: 100%;
  position: relative;
  padding: 0 35px;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  z-index: 3;
  margin-top: -4px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info__ttl {
    font-size: 60px;
    line-height: 73px;
    letter-spacing: -0.01em;
    padding: 0 31px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl {
    padding: 0 calc((100% - 1160px) / 2);
  }
}
body {
  background: #FFFFFF !important;
}
.section-our-mission__inner {
  background: transparent !important;
}
.our-mission-block__message {
  background: #F7F4F0 !important;
}
.section-our-mission {
  padding-top: 23px !important;
}
.version {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.version__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  margin-right: 30px;
}
.version__btn {
  border: 1px solid #282828;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 13px 20px 7px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  cursor: pointer;
}
.version__btn_active {
  color: #FC654C;
  border-color: #FC654C;
  cursor: default;
}
.version__btn:active,
.version__btn:focus {
  text-decoration: none !important;
  color: #282828;
  border-color: #282828;
}
.version__btn:hover {
  text-decoration: none;
  color: #FC654C;
  border-color: #FC654C;
}
.version__line {
  height: 1px;
  width: 40px;
  background: #282828;
  margin: 0 10px;
}
.section-artisan-location {
  background: #fff;
  padding: 90px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-artisan-location {
    padding: 110px 0 50px;
  }
}
.section-artisan-location__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #87695D;
  max-width: 360px;
  padding: 0 5px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media only screen and (min-width: 1200px) {
  .section-artisan-location__ttl {
    transform: translateX(5px);
  }
}
.section-artisan-location__map-wrap {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.section-artisan-location__map-wrap::-webkit-scrollbar {
  height: 3px;
  background: transparent;
}
.section-artisan-location__map-wrap::-webkit-scrollbar-track {
  margin: 0 calc((100vw - 340px) / 2);
  background: #EAE9E8;
  border-radius: 100px;
}
.section-artisan-location__map-wrap::-webkit-scrollbar-thumb {
  background: #87695D;
  border-radius: 100px;
}
@media only screen and (min-width: 700px) {
  .section-artisan-location__map-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1334px) {
  .section-artisan-location__map-wrap {
    display: flex;
    justify-content: center;
  }
}
.section-artisan-location__map {
  display: block;
  width: 1440px;
  height: auto;
  margin-top: -32px;
}
.section-our-value {
  background: #fff;
  padding: 47px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-our-value {
    padding: 67px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-value {
    padding: 17px 0 50px;
  }
}
.section-our-value-content {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-our-value-content {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-value-content {
    width: 1160px;
  }
}
.section-our-value__items-wrap {
  width: 100%;
  margin-top: 53px;
  padding-bottom: 20px;
  overflow: auto;
}
@media only screen and (min-width: 700px) {
  .section-our-value__items-wrap {
    padding-bottom: 39px;
  }
  .section-our-value__items-wrap::-webkit-scrollbar {
    height: 3px;
    background: transparent;
  }
  .section-our-value__items-wrap::-webkit-scrollbar-track {
    margin: 0 calc((100vw - 340px) / 2);
    background: #EAE9E8;
    border-radius: 100px;
  }
  .section-our-value__items-wrap::-webkit-scrollbar-thumb {
    background: #87695D;
    border-radius: 100px;
  }
}
.section-our-value__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 700px) {
  .section-our-value__items {
    flex-wrap: nowrap;
    width: fit-content;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-value__items {
    padding: 0;
    width: 1160px;
  }
}
.section-our-value__item {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-our-value__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .section-our-value__item {
    width: 260px;
    align-items: flex-start;
    margin: 0 40px 0 0;
  }
}
.section-our-value__item-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  object-fit: cover;
}
@media only screen and (min-width: 760px) {
  .section-our-value__item-image {
    width: 100px;
    height: 100px;
  }
}
.section-our-value__item-title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}
.section-our-value__item-text {
  font-family: 'TT Commons', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
  text-align: left !important;
}
.section-our-value .swiper-container-horizontal > .swiper-scrollbar {
  width: 253px;
  left: 50%;
  transform: translateX(-50%);
}
.section-our-team {
  background: #fff;
  padding: 28px 0 10px;
}
@media only screen and (min-width: 700px) {
  .section-our-team {
    padding: 57px 0 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-team {
    padding: 16px 0 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-team-wrapper {
    width: 1140px;
  }
}
.section-our-team__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #898989;
  margin: 8px -3px 49px;
}
@media only screen and (min-width: 1200px) {
  .section-our-team__description {
    margin: 9px -3px 49px;
  }
}
.section-our-team__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media only screen and (min-width: 760px) {
  .section-our-team__items {
    margin: 0 -30px;
  }
}
.section-our-team__item {
  margin: 0 10px 45px;
}
@media only screen and (min-width: 760px) {
  .section-our-team__item {
    margin: 0 30px 30px;
  }
}
.section-our-team__item:first-child {
  width: 71px;
}
@media only screen and (min-width: 760px) {
  .section-our-team__item:first-child {
    width: auto;
  }
}
@media only screen and (width: 760px) {
  .section-our-team__item:first-child {
    margin-left: 40px;
  }
}
@media only screen and (width: 760px) {
  .section-our-team__item:nth-child(10) {
    margin-left: 40px;
  }
}
@media only screen and (width: 760px) {
  .section-our-team__item:nth-child(4),
  .section-our-team__item:nth-child(13) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-team__item:first-child {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-team__item:nth-child(7) {
    margin-right: 60px;
  }
}
.section-our-team__item-image {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 760px) {
  .section-our-team__item-image {
    width: 90px;
    height: 90px;
  }
}
.section-our-team__item-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #282828;
}
.section-type-business {
  background: #fff;
  padding: 43px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-type-business {
    padding: 65px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-type-business {
    padding: 64px 0 50px;
  }
}
.section-type-business-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .section-type-business-wrapper {
    width: 1300px;
    margin: 0 auto;
  }
}
.section-type-business__ttl {
  max-width: 220px;
  margin: 0 auto 7px;
}
@media only screen and (min-width: 700px) {
  .section-type-business__ttl {
    max-width: 100%;
    margin: 0 auto 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-type-business__ttl {
    margin: 0 auto 7px;
  }
}
.section-type-business__subtitle {
  font-family: 'TT Commons', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #898989;
  width: 280px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 700px) {
  .section-type-business__subtitle {
    width: auto;
  }
}
.section-type-business_mobile {
  display: block;
  width: 335px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-type-business_mobile {
    display: none;
  }
}
.section-type-business_tablet,
.section-type-business_desktop {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-type-business_tablet {
    display: block;
    width: 685px;
    margin: 0 auto;
    transform: translate(7px,-1px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-type-business_tablet {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-type-business_desktop {
    display: block;
    width: 1210px;
    margin: 0 auto;
  }
}
.section-schedule {
  background: #fff;
  padding: 48px 0 40px;
}
@media only screen and (min-width: 700px) {
  .section-schedule {
    padding: 65px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-schedule {
    padding: 68px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-schedule-wrapper {
    padding: 0 50px !important;
  }
}
.section-schedule__ttl {
  margin-bottom: 63px;
}
@media only screen and (min-width: 700px) {
  .section-schedule__ttl {
    margin-bottom: 54px;
  }
}
.section-schedule__info-wrap {
  display: flex;
  flex-direction: column;
}
.section-schedule__info:first-child {
  margin-bottom: 22px;
}
@media only screen and (min-width: 760px) {
  .section-schedule__info {
    display: flex;
  }
  .section-schedule__info:first-child {
    margin-bottom: 40px;
  }
  .section-schedule__info:first-child .section-schedule__image-wrap {
    margin-right: 20px;
  }
  .section-schedule__info:last-child {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .section-schedule__info:last-child .section-schedule__image-wrap {
    margin: 0 0 58px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-schedule__info:first-child {
    align-items: center;
    margin-bottom: 59px;
  }
  .section-schedule__info:first-child .section-schedule__image-wrap {
    margin-right: 122px;
  }
  .section-schedule__info:first-child .section-schedule__description {
    margin-top: 52px;
  }
  .section-schedule__info:last-child .section-schedule__image-wrap {
    width: 554px;
    margin-left: 125px;
  }
  .section-schedule__info:last-child .section-schedule__description {
    margin-bottom: 22px;
  }
}
.section-schedule__image-wrap {
  margin-bottom: 39px;
}
@media only screen and (min-width: 760px) {
  .section-schedule__image-wrap {
    margin-bottom: 0;
  }
}
.section-schedule_not-desktop {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .section-schedule_not-desktop {
    display: none;
  }
}
.section-schedule_desktop {
  display: none;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .section-schedule_desktop {
    display: block;
  }
}
.section-schedule__box-ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #8C3848;
  margin-bottom: 10px;
}
.section-schedule__box-descr {
  font-family: 'TT Commons', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
  margin-bottom: 40px;
}
@media only screen and (min-width: 760px) {
  .section-schedule__image-wrap {
    width: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-schedule__image-wrap {
    width: 538px;
  }
}
@media only screen and (min-width: 760px) {
  .section-schedule__description {
    flex: 1;
  }
}
.section-palm-leaf {
  width: 100%;
  background: #fff;
  padding: 17px 0 42px;
}
@media only screen and (min-width: 700px) {
  .section-palm-leaf {
    padding: 37px 0 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-palm-leaf {
    padding: 21px 0 101px;
  }
}
.section-palm-leaf__ttl {
  margin: 0 auto 663px;
}
@media only screen and (min-width: 700px) {
  .section-palm-leaf__ttl {
    max-width: 575px;
    margin: 0 auto 660px;
  }
  .section-palm-leaf__ttl br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-palm-leaf__ttl {
    max-width: 645px;
    margin: 0 auto 53px;
  }
}
.palm-leaf-process-image {
  display: block;
  width: 789px;
  height: auto;
  position: absolute;
  top: 161px;
  left: 50%;
  transform: translateX(-60%);
  z-index: 0;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-image {
    width: 975px;
    top: 147px;
    transform: translateX(-64.3%);
  }
}
@media only screen and (min-width: 1200px) {
  .palm-leaf-process-image {
    width: 1084px;
    top: 159px;
    transform: translateX(-98.5%);
  }
}
.palm-leaf-process-block {
  width: 100%;
  position: relative;
  z-index: 2;
}
.palm-leaf-process-block.top {
  margin-bottom: 59px;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-block.top {
    position: relative;
    padding-left: 297px;
    margin-bottom: 48px;
  }
  .palm-leaf-process-block.bottom {
    margin-left: -3px;
  }
  .palm-leaf-process-block.bottom .palm-leaf-process-block__ttl {
    max-width: 540px;
  }
  .palm-leaf-process-block.bottom .palm-leaf-process-block__description {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .palm-leaf-process-block.top {
    padding: 0 63px 0 697px;
    margin-bottom: 173px;
  }
  .palm-leaf-process-block.bottom {
    width: 700px;
    margin: 0 auto;
    transform: translateX(-2px);
  }
}
.palm-leaf-process-block__image {
  display: block;
  width: 250px;
  margin: 0 auto 17px;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-block__image {
    position: absolute;
    top: 48px;
    left: -3px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .palm-leaf-process-block__image {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 17px;
  }
}
.palm-leaf-process-block__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.015em;
  color: #8C3848;
  margin-bottom: 22px;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-block__ttl {
    font-size: 35px;
    line-height: 41px;
  }
}
.palm-leaf-process-block__description {
  width: 99%;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
}
.palm-leaf-process-block__statistic {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  margin-top: 20px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-block__statistic {
    margin-top: 25px;
    padding: 19px 27px 0 0;
  }
}
.palm-leaf-process-block__statistic-label {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #898989;
  margin-bottom: 5px;
}
@media only screen and (min-width: 700px) {
  .palm-leaf-process-block__statistic-label {
    margin-bottom: 4px;
  }
}
.palm-leaf-process-block__statistic-value {
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #DBA646;
}
.palm-leaf-process-block__statistic-separator {
  width: 1px;
  height: 60px;
  background: #D8D8D8;
  margin: -4px 10px 0;
}
.section-artisan-boxes {
  width: 100%;
  background: #fff;
  padding: 38px 0 50px;
}
@media only screen and (min-width: 1200px) {
  .section-artisan-boxes {
    padding: 37px 0 50px;
  }
}
.section-artisan-boxes__top-line {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-bottom: 31px;
}
@media only screen and (min-width: 700px) {
  .section-artisan-boxes__top-line {
    margin-bottom: 118px;
  }
}
.artisan-boxes-info {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  background: #F7F4F0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px auto 0;
}
@media only screen and (min-width: 700px) {
  .artisan-boxes-info {
    flex-direction: row;
    align-items: flex-start;
    margin: 53px auto 0;
  }
}
.artisan-boxes-info__image {
  display: block;
  width: 152px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .artisan-boxes-info__image {
    width: 201px;
    margin: 0 18px 0 0;
  }
}
.artisan-boxes-info__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 700px) {
  .artisan-boxes-info__inner {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisan-boxes-info__inner {
    margin-top: 39px;
  }
}
.artisan-boxes-info__text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .artisan-boxes-info__text {
    margin-bottom: 19px;
  }
}
.artisan-boxes-info__author {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.artisan-boxes-info__author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.artisan-boxes-info__author-name {
  width: 140px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #282828;
}
.artisan-boxes-info__author-name span {
  color: #898989;
}
@media only screen and (min-width: 700px) {
  .artisan-boxes-info__author-name {
    width: auto;
  }
}
.section-artisan-boxes__btn {
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-artisan-boxes__btn {
    width: 168px;
  }
}
.artisan-boxes-list {
  margin: -11px 0 39px;
}
@media only screen and (min-width: 1200px) {
  .artisan-boxes-list {
    margin: 0 0 158px;
    padding-top: 20px;
  }
}
.section-artisan-impact-info {
  width: 100%;
  background: #fff;
  margin-top: -52px;
  padding-bottom: 50px;
}
.section-artisans-stories {
  width: 100%;
  background: #fff;
  padding: 48px 0 51px;
}
@media only screen and (min-width: 700px) {
  .section-artisans-stories {
    padding: 67px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-artisans-stories {
    padding: 104px 0 70px;
  }
}
.section-artisans-stories__ttl {
  max-width: 240px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-artisans-stories__ttl {
    max-width: 100%;
  }
}
.artisans-stories-slider-wrap {
  width: 100%;
  position: relative;
  margin-top: 52px;
  padding-bottom: 69px;
}
@media only screen and (min-width: 700px) {
  .artisans-stories-slider-wrap {
    margin-top: 53px;
    padding-bottom: 74px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisans-stories-slider-wrap {
    padding-bottom: 68px;
  }
}
.artisan-story-block {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .artisan-story-block {
    padding: 0 30px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisan-story-block {
    width: 1160px;
    margin: 0 auto;
    padding: 0 70px 20px 100px;
  }
}
.artisan-story__photo {
  width: 280px;
  height: 263px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 380px) {
  .artisan-story__photo {
    width: 340px;
    height: 320px;
  }
}
@media only screen and (min-width: 700px) {
  .artisan-story__photo {
    width: 310px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 760px) {
  .artisan-story__photo {
    width: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisan-story__photo {
    width: 500px;
    height: 470px;
  }
}
.artisan-story-info {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .artisan-story-info {
    width: 50%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisan-story-info {
    width: 45.5%;
    padding-left: 50px;
  }
}
.artisan-story__author {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.015em;
  color: #8C3848;
  margin-bottom: 12px;
}
@media only screen and (min-width: 700px) {
  .artisan-story__author {
    font-size: 35px;
    line-height: 41px;
    margin: -2px 0 23px;
  }
}
.artisan-story__location {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #8C3848;
  margin-bottom: 11px;
}
@media only screen and (min-width: 700px) {
  .artisan-story__location {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 19px;
  }
}
.artisan-story__text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
  margin-bottom: 8px;
}
@media only screen and (min-width: 700px) {
  .artisan-story__text {
    margin-bottom: 19px;
  }
}
.artisan-story__statistic {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .artisan-story__statistic {
    padding: 15px 45px 0 0;
  }
}
.artisan-story__statistic-label {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #898989;
}
.artisan-story__statistic-value {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #DBA646;
  margin: 5px 0;
}
.artisan-story__statistic-place {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}
.artisan-story__statistic-separator {
  width: 1px;
  height: 60px;
  background: #D8D8D8;
}
.artisan-story-sources {
  width: 100%;
  max-width: 860px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  line-height: 18px;
  position: relative;
  margin: 30px auto 0;
}
@media only screen and (min-width: 700px) {
  .artisan-story-sources {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .artisan-story-sources {
    max-width: 830px;
    margin: 50px auto 0;
    transform: translateX(20px);
  }
}
.artisans-stories-slider-arrow-left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .artisans-stories-slider-arrow-left {
    display: block;
    top: 216px;
    left: calc((100vw - 1160px) / 2);
  }
}
.artisans-stories-slider-arrow-right {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .artisans-stories-slider-arrow-right {
    display: block;
    top: 216px;
    right: calc((100vw - 1160px) / 2);
  }
}
.section-collaborates {
  width: 100%;
  background: #fff;
  padding: 96px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-collaborates {
    padding: 96px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-collaborates {
    padding: 97px 0 70px;
  }
}
.section-collaborates-ttl {
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-collaborates-ttl {
    max-width: 580px;
  }
  .section-collaborates-ttl br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-collaborates-ttl {
    max-width: 650px;
  }
}
.section-collaborates-content {
  width: 100%;
  position: relative;
  margin-top: 72px;
}
@media only screen and (min-width: 1200px) {
  .section-collaborates-content {
    margin-top: 76px;
  }
}
.collaborates-map-wrap {
  width: 100%;
  overflow: auto;
  padding-bottom: 71px;
}
.collaborates-map-wrap::-webkit-scrollbar {
  height: 3px;
  background: transparent;
}
.collaborates-map-wrap::-webkit-scrollbar-track {
  margin: 0 calc((100vw - 340px) / 2);
  background: #EAE9E8;
  border-radius: 100px;
}
.collaborates-map-wrap::-webkit-scrollbar-thumb {
  background: #87695D;
  border-radius: 100px;
}
@media only screen and (min-width: 700px) {
  .collaborates-map-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .collaborates-map-wrap::-webkit-scrollbar {
    display: none;
  }
}
.collaborates-map {
  display: block;
  width: 1294px;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .collaborates-map {
    width: 2152px;
  }
}
.collaborates-info {
  width: 250px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'TT Commons', sans-serif;
}
@media only screen and (min-width: 700px) {
  .collaborates-info {
    top: 157px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .collaborates-info {
    left: 50%;
    transform: translateX(-151.8%);
    top: 154px;
  }
}
.collaborates-info__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #8C3848;
  margin-bottom: 15px;
}
.collaborates-info__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
  margin-bottom: 40px;
}
.collaborates-info__statistic {
  width: 100%;
  margin-bottom: 40px;
}
.collaborates-info__statistic-item {
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #CCCCCC;
}
.collaborates-info__statistic-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.collaborates-info__statistic-item-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
}
.collaborates-info__statistic-item-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #772444;
}
.section-opportunities {
  width: 100%;
  background: #fff;
  padding: 48px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-opportunities {
    padding: 34px 0 60px;
  }
}
.section-opportunities-ttl {
  max-width: 575px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-opportunities-ttl {
    font-size: 45px !important;
    line-height: 53px !important;
  }
}
.opportunities-list-wrap {
  width: 100%;
  margin-top: 52px;
  padding-bottom: 46px;
  overflow: auto;
}
.opportunities-list-wrap::-webkit-scrollbar {
  height: 3px;
  background: transparent;
}
.opportunities-list-wrap::-webkit-scrollbar-track {
  margin: 0 calc((100vw - 340px) / 2);
  background: #EAE9E8;
  border-radius: 100px;
}
.opportunities-list-wrap::-webkit-scrollbar-thumb {
  background: #87695D;
  border-radius: 100px;
}
@media only screen and (min-width: 700px) {
  .opportunities-list-wrap {
    padding-bottom: 39px;
  }
}
.opportunities-list {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: fit-content;
}
@media only screen and (min-width: 700px) {
  .opportunities-list {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .opportunities-list {
    padding: 0;
    width: 1160px;
    justify-content: space-between;
  }
}
.opportunity {
  width: 280px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.opportunity:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 700px) {
  .opportunity {
    width: 320px;
    margin-right: 100px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .opportunity {
    margin-right: 0;
  }
}
.opportunity-image {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .opportunity-image {
    margin-bottom: 21px;
  }
}
.opportunity-title {
  width: 100%;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .opportunity-title {
    text-align: left;
  }
}
.opportunity-description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
}
.section-impact-report {
  width: 100%;
  background: #fff;
  padding: 48px 0 131px;
}
@media only screen and (min-width: 700px) {
  .section-impact-report {
    padding: 57px 0 188px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-impact-report {
    padding: 5px 0 112px;
  }
}
.section-impact-report__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-impact-report__title {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #FF6333;
  margin-bottom: 52px;
}
@media only screen and (min-width: 700px) {
  .section-impact-report__title {
    font-size: 45px;
    line-height: 53px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-impact-report__title {
    max-width: 700px;
    font-size: 60px;
    line-height: 71px;
  }
}
.section-impact-report__btn {
  width: 340px;
}
@media only screen and (min-width: 700px) {
  .section-impact-report__btn {
    width: 268px;
  }
}
