html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
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%);
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #fff !important;
}
.body {
  position: relative;
  font-family: 'TT Commons', sans-serif !important;
}
a {
  text-decoration: none;
}
section {
  width: 100%;
}
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1450px) {
  .container {
    padding: 0;
    width: 1400px;
  }
}
.btn {
  width: 340px;
  height: 50px;
  border-radius: 8px;
  background: #FC654C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'TT Commons', sans-serif !important;
  font-size: 19px;
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: -0.078px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  transition: all, .3s;
}
.btn:hover {
  background: #fb3a1a;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 760px) {
  .btn {
    height: 60px;
    font-size: 20px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    border-radius: 6px;
    width: 360px;
    height: 70px;
    font-size: 24px;
    letter-spacing: -0.32px;
  }
}
.orange {
  color: #FC654C !important;
}
.section-ttl {
  width: 100%;
  font-family: 'TT Commons', sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700 !important;
  color: #282828;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  .section-ttl {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-ttl {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1720px) {
  .section-ttl {
    font-size: 36px;
    line-height: 40px;
  }
}
.section-sub-ttl {
  width: 100%;
  font-family: 'TT Commons', sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400 !important;
  color: #978C8C;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  .section-sub-ttl {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-sub-ttl {
    font-weight: 400 !important;
    font-size: 26px;
    line-height: 38px;
  }
}
.section-horizontal-line {
  display: block;
  width: 90%;
  max-width: 1238px;
  height: 1px;
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 760px) {
  .section-horizontal-line {
    width: 81.5%;
  }
}
.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
  outline: none;
}
.slick-dotted .slick-slider {
  margin: 0;
}
.section-banner {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  position: relative;
}
.section-banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(31,30,30,0.15);
}
@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-btn {
  width: 220px !important;
  font-size: 20px !important;
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (min-width: 700px) {
  .section-banner-info {
    transform: translateY(0);
    top: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    transform: translateY(-4px);
    top: 20%;
  }
}
.g-btn {
  padding: 0 48px !important;
}
.section-banner-info__desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.section-banner-info__ttl {
  max-width: 309px;
  font-family: 'Quiza Pro', sans-serif !important;
  font-weight: 500 !important;
  font-size: 38px !important;
  line-height: 43px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info__ttl {
    max-width: 530px;
    font-size: 65px !important;
    line-height: 73px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl {
    max-width: 750px;
  }
}
.section-banner-info-bottom {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-banner-info__logo {
  display: block;
  margin-bottom: 5px;
}
.section-banner-info__text {
  max-width: 360px;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  margin: 0;
}
.section-featured {
  position: relative;
  margin: 10px 10px 58px;
  background: #F7F4F0;
  border-radius: 10px;
  padding: 35px 50px;
  width: auto;
}
@media only screen and (min-width: 700px) {
  .section-featured {
    padding: 35px 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-featured {
    margin-bottom: 20px;
  }
}
.featured-slide__img {
  margin-bottom: 20px;
}
.featured-slide__desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.078px;
  color: #898989;
}
@media only screen and (min-width: 760px) {
  .featured-slide__desc {
    max-width: 260px;
    margin: 0 auto;
  }
}
.featured-slider-pagination {
  bottom: -39px !important;
}
@media only screen and (min-width: 1200px) {
  .featured-slider-pagination {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) {
  .featured-slide {
    padding: 0 39px;
  }
}
.section-featured-boxes {
  width: 100%;
  padding-top: 49px;
}
@media only screen and (min-width: 700px) {
  .section-featured-boxes {
    padding-top: 68px;
  }
}
.section-featured-boxes__content {
  width: 100%;
  margin-top: 52px;
}
@media only screen and (min-width: 760px) {
  .section-featured-boxes__content {
    margin-top: 53px;
  }
}
.featured-size-block {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.featured-box {
  width: 100%;
  min-height: 660px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 0 !important;
  margin-bottom: 3px !important;
}
@media only screen and (min-width: 700px) {
  .featured-box {
    min-height: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box {
    min-height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box_revers {
    align-self: flex-end;
    margin: 0 30px 0 0;
  }
  .featured-box_revers .featured-box__content {
    align-items: flex-end;
  }
  .featured-box_revers .featured-box__image-wrap {
    margin-left: -190px;
  }
}
.featured-box__image-wrap {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .featured-box__image-wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image-wrap {
    height: 650px;
    max-width: 650px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 190px;
  }
}
.featured-box__image {
  display: block !important;
  max-width: 380px;
  height: 100%;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_mobile {
    display: none !important;
  }
}
.featured-box__image_tablet {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image_tablet {
    display: none !important;
  }
}
.featured-box__image_desktop {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .featured-box__image_desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 700px) {
  .featured-box__image {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image {
    max-width: 650px;
  }
}
.featured-box__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .featured-box__content {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.featured-box__info {
  width: 100%;
  padding-left: 17.5px;
  padding-right: 22.5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .featured-box__info {
    width: 700px;
    padding: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__info {
    width: 340px;
    min-height: 340px;
    margin: 155px 0 35px;
    justify-content: center;
  }
}
.featured-box__info-ttl {
  display: -webkit-box;
  margin: -2px 0 0;
  font-family: 'Quiza Pro', sans-serif !important;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  color: #282828;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-box__info-descr {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 400 !important;
  line-height: 24px;
  color: #282828;
  margin: 17px 0 15px;
}
.featured-box__info-button {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .featured-box__info-button {
    max-width: 182px !important;
    padding: 0 !important;
  }
}
.featured-box__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  margin-bottom: 17px;
  z-index: 100;
}
.featured-box__inner:after {
  content: '';
  display: block;
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 18px;
  background: transparent;
  top: 48px;
  z-index: 11111111;
}
.featured-box__inner::-webkit-scrollbar {
  display: block;
  height: 3px;
  background-color: transparent;
}
.featured-box__inner::-webkit-scrollbar-thumb {
  display: block;
  background: rgba(124,101,101,0.5);
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .featured-box__inner .featured-box__inner::after {
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__inner {
    width: 1160px;
  }
  .featured-box__inner .featured-box__inner::after {
    display: none;
  }
}
.section-featured-boxes__ttl {
  margin: 0;
}
.featured-box__product {
  flex-shrink: 0;
  width: 220px;
  overflow: hidden;
  height: 90px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-right: 2px;
  margin-left: 15px;
}
.featured-box__product:first-child {
  margin-left: 17px;
}
@media only screen and (min-width: 700px) {
  .featured-box__product {
    border-radius: 6px;
  }
  .featured-box__product:first-child {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__product:first-child {
    margin-left: 0;
  }
}
.featured-box__product-image-wrap {
  width: 90px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
}
.featured-box__product-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.featured-box__product-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.featured-box__product-ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #87695D;
}
.featured-box__product-country {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 18px;
  color: #282828;
  text-align: left;
}
.section-how-it-works {
  width: 100%;
  padding: 41px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-how-it-works {
    padding-top: 61px;
  }
}
.section-how-it-works__ttl {
  margin: 0 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-how-it-works__ttl {
    margin: 0 0 40px;
  }
}
.how-it-works-block {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .how-it-works-block {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works-block {
    padding: 0;
  }
}
.how-it-works-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .how-it-works-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works-list {
    padding: 0;
  }
}
.how-it-works-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.how-it-works-item:last-child {
  margin-bottom: 0;
}
.how-it-works-item:last-child .how-it-works-item__image-wrap img {
  transform: translateY(7px);
}
@media only screen and (min-width: 700px) {
  .how-it-works-item {
    margin-bottom: 0;
  }
  .how-it-works-item:nth-child(2) {
    margin: 0 30px;
    min-width: 215px;
  }
  .how-it-works-item:last-child .how-it-works-item__image-wrap {
    width: 200px;
  }
  .how-it-works-item:last-child .how-it-works-item__image-wrap img {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works-item:first-child .how-it-works-item__image-wrap img {
    margin-top: 12px;
  }
  .how-it-works-item:nth-child(2) {
    margin: 0 100px;
    min-width: 240px;
  }
  .how-it-works-item:nth-child(2) .how-it-works-item__image-wrap img {
    width: 173px;
    margin-top: -4px;
  }
  .how-it-works-item:last-child .how-it-works-item__image-wrap {
    width: 240px;
  }
  .how-it-works-item:last-child .how-it-works-item__image-wrap img {
    width: 224px;
    margin-top: 12px;
  }
}
.how-it-works-item__image-wrap {
  width: 240px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-works-item__image-wrap img {
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .how-it-works-item__image-wrap {
    width: 150px;
    height: 150px;
  }
  .how-it-works-item__image-wrap img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works-item__image-wrap {
    width: 180px;
    height: 180px;
  }
}
.how-it-works-item__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #282828;
  margin: 15px 0;
}
.how-it-works-item__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #898989;
}
.how-it-works-item__image-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .how-it-works-item__image {
    display: none;
  }
  .how-it-works-item__image-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works-item__image {
    display: block;
  }
  .how-it-works-item__image-tab {
    display: none;
  }
}
.section-subscription {
  width: 100%;
  padding-top: 95px;
}
.section-subscription .container {
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .section-subscription {
    padding-top: 113px;
    padding-bottom: 25px;
  }
}
.section-subscription__ttl {
  margin: 0 !important;
}
.subscription-block {
  margin-top: 0;
  padding-top: 52px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .subscription-block {
    padding-top: 54px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-block {
    padding-top: 266px;
    padding-bottom: 182px;
  }
}
.subscription-block__content {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .subscription-block__content {
    padding: 0 115px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 850px;
    margin-bottom: -78px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-block__content {
    padding: 0;
    max-width: 1150px;
  }
}
.subscription-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 59px;
}
.subscription-item:nth-child(2) .subscription-item__descr {
  width: 172px;
}
@media only screen and (min-width: 700px) {
  .subscription-item {
    margin: 0 0 50px;
    flex-direction: column;
    max-width: 220px;
  }
  .subscription-item:nth-child(2) .subscription-item__descr {
    width: 189px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-item:nth-child(2) .subscription-item__descr {
    width: 220px;
  }
}
.subscription-item__info {
  flex: 1;
}
@media only screen and (min-width: 700px) {
  .subscription-item__info {
    margin-top: 18px;
  }
}
.subscription-item__image-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media only screen and (min-width: 700px) {
  .subscription-item__image-wrap {
    width: 220px;
    height: 220px;
    margin-right: 0;
  }
}
.subscription-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscription-item__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #282828;
  margin-bottom: 11px;
}
@media only screen and (min-width: 700px) {
  .subscription-item__ttl {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-item__ttl {
    margin-bottom: 23px;
  }
}
.subscription-item__descr {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  width: 188px;
}
@media only screen and (min-width: 760px) {
  .subscription-item__descr {
    width: 192px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-item__descr {
    width: 220px;
  }
}
.subscription-block__image {
  display: block;
  width: 1333px;
  max-height: 832px;
  object-fit: fill;
  height: auto;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-447px);
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .subscription-block__image {
    width: 1707px;
    top: 50px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-block__image {
    width: 1730px;
    top: 53px;
    max-height: 833px;
    transform: translateX(-53%);
  }
}
.section-all-boxes {
  display: block;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .section-all-boxes {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-all-boxes {
    padding-top: 26px;
  }
}
.section-all-boxes__ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 760px) {
  .section-all-boxes__ttl {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-all-boxes__ttl {
    margin-bottom: 47.5px;
  }
}
.section-all-boxes__content {
  width: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.all-boxes-slider-wrap {
  position: relative;
  max-width: 1160px;
}
.all-boxes-slider {
  width: 100%;
}
.all-boxes-slider__item {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .all-boxes-slider__item .featured-box__inner {
    margin: 0 auto 10px;
  }
}
.featured-box__inner {
  min-height: 90px;
  padding-top: 20px;
}
.featured-box {
  padding-bottom: 40px;
}
@media only screen and (min-width: 700px) {
  .featured-box {
    padding-bottom: 20px;
  }
}
.all-boxes-slider__arrow {
  z-index: 111;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 178px;
  cursor: pointer;
  transition: all, .25s;
}
.all-boxes-slider__arrow:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.all-boxes-slider__arrow_prev {
  left: 11px;
}
.all-boxes-slider__arrow_next {
  right: 9px;
}
@media only screen and (min-width: 700px) {
  .all-boxes-slider__arrow {
    top: 238px;
  }
  .all-boxes-slider__arrow_prev {
    left: 22px;
  }
  .all-boxes-slider__arrow_next {
    right: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .all-boxes-slider__arrow {
    top: 50%;
    transform: translateY(-27%);
  }
  .all-boxes-slider__arrow_prev {
    left: calc((100% - 1160px) / 2 - 38px);
  }
  .all-boxes-slider__arrow_next {
    right: calc((100% - 1160px) / 2 - 37px);
  }
}
.all-boxes-slider-dots {
  display: none;
}
.featured-box__info-descr {
  text-align: left;
}
.featured-box__info-ttl {
  text-align: left;
}
.paused-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px !important;
  height: 25px !important;
}
.paused-swiper-btn svg {
  cursor: pointer !important;
}
.all-boxes-slider__arrow {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-themes-slider__custom-pagination {
  padding: 0 10px !important;
}
.pause_btn,
.play_btn {
  position: relative;
}
.pause_btn:before,
.play_btn:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section-premium-access {
  margin-top: 161px;
}
@media only screen and (min-width: 700px) {
  .section-premium-access {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-premium-access {
    margin-top: 204px;
  }
}
@media only screen and (min-width: 700px) {
  .premium-access-ttl br {
    display: none;
  }
}
.premium-access-btn {
  width: 340px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .premium-access-btn {
    width: 220px;
  }
}
.section-real-impact {
  margin-top: 150px;
  width: 100%;
  background: #F7F4F0;
  border-radius: 20px;
  height: 820px;
}
@media only screen and (min-width: 700px) {
  .section-real-impact {
    height: 600px;
  }
}
.real-impact-container {
  width: 100%;
  height: 100%;
  padding: 20px;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .real-impact-container {
    align-items: center;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .real-impact-container {
    padding: 0;
  }
}
.real-impact__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.015em;
  color: #8C3848;
}
.real-impact__desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #8C3848;
  margin: 30px 0;
}
.real-impact__desc a {
  color: #FC654C;
  text-decoration: none;
}
.real-impact__desc a:hover {
  color: #fb3a1a;
}
.real-impact__btn {
  width: 100%;
  max-width: 340px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px 87px 0;
  background: #295396;
  border-radius: 10px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.real-impact__btn_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.real-impact__btn_logo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  opacity: .4;
  width: 1px;
  height: 30px;
}
.real-impact__btn_logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.real-impact__btn:hover,
.real-impact__btn:focus {
  background: #1e3d6e;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 700px) {
  .real-impact__btn {
    width: 250px;
    padding: 3px 42px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .real-impact__btn {
    padding: 3px 20px 0;
    width: 206px;
  }
}
.real-impact-info {
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .real-impact-info {
    padding-right: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .real-impact-info {
    padding-right: 0;
    max-width: 340px;
  }
}
.real-impact-bg {
  position: absolute;
  top: 26px;
  left: -144px;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .real-impact-bg {
    top: 19px;
    left: -195px;
  }
}
@media only screen and (min-width: 1200px) {
  .real-impact-bg {
    left: 62px;
  }
}
.real-impact-artisans-images {
  position: absolute;
  z-index: 2;
  top: -84px;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (min-width: 700px) {
  .real-impact-artisans-images {
    right: 30px;
    transform: translateX(0);
    top: -92px;
  }
}
@media only screen and (min-width: 700px) {
  .artisans-mob {
    display: none;
  }
}
.artisans-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .artisans-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .artisans-tab {
    display: none;
  }
}
.artisans-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .artisans-desk {
    display: block;
  }
}
.real-impact__video-btn {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(252,101,76,0.6);
  position: absolute;
  top: 74px;
  right: 74px;
}
.real-impact__video-btn:hover {
  background: rgba(252,101,76,0.8);
}
.real-impact__video-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-50%);
}
@media only screen and (min-width: 700px) {
  .real-impact__video-btn {
    top: 100px;
    right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .real-impact__video-btn {
    top: 150px;
    right: 150px;
  }
}
.section-traditional-retail {
  width: 100%;
  padding-top: 98px;
}
@media only screen and (min-width: 700px) {
  .section-traditional-retail {
    padding-top: 118px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-traditional-retail {
    padding-top: 155px;
  }
}
.traditional-retail-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 65px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-container {
    padding: 0 78px 50px;
  }
}
.traditional-retail__ttl {
  margin: 0 0 52px;
}
.traditional-retail-slide__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-slide__ttl {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__ttl {
    margin-bottom: 20px;
  }
}
.traditional-retail-btn {
  margin: 33px auto 0;
  width: 340px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-btn {
    margin: 51px auto 0;
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-btn {
    margin: 24px auto 0;
  }
}
.traditional-retail-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .mob {
    display: none;
  }
}
.tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .tab {
    display: none;
  }
}
.desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .desk {
    display: block;
  }
}
.traditional-retail-arrow-right {
  right: 20px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-arrow-right {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-arrow-right {
    right: 0;
  }
}
.traditional-retail-arrow-left {
  left: 20px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-arrow-left {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-arrow-left {
    left: 0;
  }
}
.traditional-retail-arrow-left,
.traditional-retail-arrow-right {
  bottom: -20px;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-arrow-left,
  .traditional-retail-arrow-right {
    bottom: unset;
    top: 347px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-arrow-left,
  .traditional-retail-arrow-right {
    top: 256px;
  }
}
.traditional-retail-slide__item-ttl {
  margin: 11px 0 10px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-slide__item-ttl {
    margin: 0 12px 0 0;
    max-width: 136px;
    text-align: left;
  }
  .traditional-retail-slide__item-ttl br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__item-ttl {
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .traditional-retail-slide__item-ttl br {
    display: block;
  }
}
.traditional-retail-slide__item-desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #898989;
  max-width: 330px;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-slide__item-desc {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__item-desc {
    text-align: center;
  }
}
.traditional-retail-slide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
}
.traditional-retail-slide__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-slide__item {
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
  .traditional-retail-slide__item:nth-child(2) {
    align-items: flex-start;
  }
  .traditional-retail-slide__item-style {
    justify-content: flex-start;
  }
  .traditional-retail-slide__item-style .traditional-retail-slide__item-ttl {
    max-width: 100%;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__item {
    flex-direction: column;
    max-width: 280px;
  }
  .traditional-retail-slide__item:first-child .traditional-retail-slide__item-img img {
    width: 100px;
    transform: translate(-1px,1px);
  }
  .traditional-retail-slide__item:nth-child(2) {
    margin: 0 40px;
    align-items: center;
  }
  .traditional-retail-slide__item:nth-child(2) .traditional-retail-slide__item-img img {
    width: 115px;
    transform: translate(-8px,-6px);
  }
  .traditional-retail-slide__item:last-child .traditional-retail-slide__item-img img {
    width: 100px;
    transform: translate(0,1px);
  }
}
.traditional-retail-slide__item-img {
  display: block;
}
.traditional-retail-slide__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .traditional-retail-slide__item-img {
    width: 72px;
    height: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__item-img {
    width: 101px;
    height: 101px;
  }
  .traditional-retail-slide__item-img-01,
  .traditional-retail-slide__item-img-02,
  .traditional-retail-slide__item-img-04 {
    width: 101px;
    height: 101px;
    margin-bottom: 20px;
  }
  .traditional-retail-slide__item-img-03 {
    margin-bottom: 20px;
  }
  .traditional-retail-slide__item-img-05 {
    width: 88px;
    height: 88px;
    margin-bottom: 26px;
  }
  .traditional-retail-slide__item-img-06 {
    width: 91px;
    height: 91px;
    margin-bottom: 25px;
  }
}
.traditional-retail-slide__items-block {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .traditional-retail-slide__items-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.traditional-retail-slider-pagination {
  bottom: -9px !important;
}
@media only screen and (min-width: 760px) {
  .traditional-retail-slider-pagination {
    bottom: 11px !important;
  }
}
