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%);
  }
}
h2,
h3,
h4 {
  margin: 0 !important;
}
body,
p {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  color: #282828 !important;
}
body {
  background: #fff !important;
}
body .is-cms {
  padding-top: 0 !important;
}
a {
  text-decoration: none !important;
  transition: all, .25s;
}
button,
input[type='submit'] {
  outline: none;
}
button:hover,
button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  outline: none;
}
.btn-download {
  background: #FC654C;
  border-radius: 4px;
  height: 50px;
  width: 250px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 0 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.btn-download:hover {
  background: #fb4729;
}
.link-text {
  color: #FC654C;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  cursor: pointer;
  display: inline-block;
}
.link-text:hover {
  color: #807373;
}
.section-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 680px;
  margin-top: -60px;
}
@media only screen and (min-width: 760px) {
  .section-banner {
    min-height: 1000px;
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    min-height: 670px;
    padding-top: 70px;
  }
}
.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: 760px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 760px) {
  .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%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    width: 460px;
    justify-content: center;
    align-items: center;
  }
}
.section-banner-info__ttl {
  display: block;
  max-width: 340px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 31px !important;
  line-height: 40px !important;
  color: #FFFFFF;
  margin: 0;
  order: 1;
  text-align: center;
}
.section-banner-info__ttl span {
  font-size: 25px;
}
@media only screen and (min-width: 760px) {
  .section-banner-info__ttl span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 760px) {
  .section-banner-info__ttl {
    font-size: 45px !important;
    line-height: 50px !important;
    color: #fff;
    margin-top: -129px;
    margin-left: 1px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl {
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-top: -69px;
    line-height: 43px !important;
    margin-left: 0;
  }
}
.section-digital-magazine {
  width: 100%;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 760px) {
  .section-digital-magazine {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-digital-magazine {
    padding-top: 10px;
  }
}
.section-digital-magazine-bg {
  width: 100%;
  background: #FAF7F3;
  border-radius: 6px;
}
.section-digital-magazine-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 10px 21px 10px;
  margin: 0 auto !important;
}
@media only screen and (min-width: 760px) {
  .section-digital-magazine-block {
    padding: 29px 31px 53px 20px;
    max-width: 900px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .section-digital-magazine-block {
    padding: 42px 10px 33px 16px;
    max-width: 1180px;
    flex-direction: row;
    align-items: center;
  }
}
.digital-magazine__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
.digital-magazine__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 26px 0 20px 0 !important;
  padding: 0 18px;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__content {
    margin-top: 0 !important;
    align-items: flex-start;
    padding: 0 0 0 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .digital-magazine__content {
    padding: 0 0 0 42px;
  }
}
.digital-magazine__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #282828;
  margin-top: 8px !important;
  margin-bottom: 23px !important;
  max-width: 590px;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__description {
    text-align: left;
    margin-left: -1px;
    margin-bottom: 23px !important;
    margin-top: 9px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .digital-magazine__description {
    margin-top: 10px !important;
    margin-left: -2px !important;
    margin-bottom: 22px !important;
  }
}
.digital-magazine__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #282828;
  transform: translateX(-2px);
}
.digital-magazine__short-description {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.22;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__short-description {
    padding: 0;
    margin-left: -1px;
  }
}
.digital-magazine__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 17px;
  width: 340px;
  margin: 0 auto !important;
  max-width: 100%;
}
@media only screen and (max-width: 379px) {
  .digital-magazine__btn .digital-magazine__btn-name {
    font-size: 12px !important;
  }
  .digital-magazine__btn .digital-magazine__btn-link {
    font-size: 12px !important;
  }
  .digital-magazine__btn .digital-magazine__btn-line {
    right: 106px;
  }
}
@media only screen and (min-width: 760px) {
  .digital-magazine__btn {
    width: 386px;
    margin-left: 102px !important;
    margin-top: 12px !important;
    padding: 0 21px 0 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .digital-magazine__btn {
    width: 384px;
    margin-left: 86px !important;
    margin-top: -11px !important;
    padding: 0 21px 0 19px;
  }
}
.digital-magazine__btn-line {
  position: absolute;
  right: 123px;
  top: 7px;
  width: 1px;
  height: 37px;
  background: #fff;
  opacity: 0.2;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__btn-line {
    right: 122px;
  }
}
.digital-magazine__btn-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 0 !important;
  text-align: center;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  transform: translate(1px,3px);
}
@media only screen and (min-width: 760px) {
  .digital-magazine__btn-name {
    display: none;
  }
}
.digital-magazine__btn-name-tablet {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 0 !important;
  text-align: center;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  transform: translate(1px,3px);
  display: none;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__btn-name-tablet {
    display: block;
  }
}
.digital-magazine__btn-link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 0 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  transform: translate(1px,3px);
}
.digital-magazine__logo {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .digital-magazine__logo {
    margin-bottom: 0;
    width: 53px;
  }
}
.section-welcome-magazine {
  position: relative;
  padding: 50px 0 112px;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine {
    padding: 70px 0 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine {
    padding: 80px 0 28px;
  }
}
.section-welcome-magazine:after {
  content: '';
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  position: absolute;
  background: #D2D2D2;
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine:after {
    left: 140px;
    right: 140px;
  }
}
.section-welcome-magazine p {
  margin: 0 0 19px;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine p {
    margin-bottom: 34px;
  }
}
.section-welcome-magazine .img-not-desktop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-49%);
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine .img-not-desktop {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-56%);
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__paragraph-second {
    margin-bottom: 24px !important;
    margin-top: -11px !important;
    width: 83%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__paragraph-third {
    margin-bottom: 36px !important;
    margin-top: 25px !important;
    width: 83%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__paragraph-fourth {
    margin-bottom: 24px !important;
    margin-top: 23px !important;
    width: 83.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__paragraph-fifth {
    width: 83.5%;
  }
}
.section-welcome-magazine_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine_wrap {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine_wrap {
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine__top-wrap {
    align-items: stretch;
  }
}
.section-welcome-magazine_image-wrap {
  margin-bottom: 20px !important;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine_image-wrap {
    margin-right: 41px;
    margin-bottom: 0 !important;
    width: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine_image-wrap {
    width: 500px;
    margin-right: 60px;
  }
}
.section-welcome-magazine_image-wrap .img-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine_image-wrap .img-desktop {
    display: block;
    position: absolute;
    bottom: -19px;
    right: -3px;
  }
}
.section-welcome-magazine__image {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__image {
    height: 394px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
    display: block;
  }
}
.section-welcome-magazine__image-mob {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 230px;
  max-width: 340px;
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__image-mob {
    display: none;
  }
}
.section-welcome-magazine__text {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__text {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine__text {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__text {
    padding-top: 63px;
  }
}
.section-welcome-magazine__title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'TT Commons', sans-serif;
  color: #282828;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__first-paragraph p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-welcome-magazine__first-paragraph p {
    margin-bottom: 24px !important;
  }
}
.section-welcome-magazine__paragraph-second {
  margin-bottom: 10px !important;
}
.section-welcome-magazine__full-description_not-show-on-tablet {
  height: 180px;
  overflow: hidden;
  position: relative;
  transition: all, .25s;
}
.section-welcome-magazine__full-description_not-show-on-tablet:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  z-index: 1;
  transition: all, .25s;
  background: linear-gradient(0deg,#ffffff 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__full-description_not-show-on-tablet:after {
    display: none;
  }
}
.section-welcome-magazine__full-description_not-show-on-tablet.opened {
  height: auto;
}
.section-welcome-magazine__full-description_not-show-on-tablet.opened:after {
  background: transparent;
}
.section-welcome-magazine__full-description_not-show-on-tablet p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  .section-welcome-magazine__full-description_not-show-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-welcome-magazine__full-description_not-show-on-tablet {
    height: auto;
  }
}
.section-welcome-magazine__full-description_show-on-tablet {
  display: none;
}
.section-welcome-magazine__full-description_show-on-tablet p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  .section-welcome-magazine__full-description_show-on-tablet {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .section-welcome-magazine__full-description_show-on-tablet p:nth-child(2) {
    margin-bottom: 24px !important;
  }
  .section-welcome-magazine__full-description_show-on-tablet p:nth-child(4) {
    margin-bottom: 24px !important;
  }
  .section-welcome-magazine__full-description_show-on-tablet p:nth-child(5) {
    width: 93%;
  }
}
.arrow-toggle-text {
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.arrow-toggle-text.opened {
  transform: rotate(180deg);
  bottom: -15px;
}
@media only screen and (min-width: 700px) {
  .arrow-toggle-text {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .hanna-tablet {
    display: none;
  }
}
.hanna-mobile {
  display: none;
}
@media only screen and (min-width: 700px) {
  .hanna-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .hanna-mobile {
    display: none;
  }
}
.hanna-desktop {
  display: none;
}
@media only screen and (min-width: 700px) {
  .hanna-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hanna-desktop {
    display: block;
  }
}
.table-of-contents {
  width: 100%;
  padding-top: 68px;
}
@media only screen and (min-width: 760px) {
  .table-of-contents {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-of-contents {
    padding-top: 59px;
  }
}
.table-of-contents-block {
  padding-left: 19px;
  padding-right: 20px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .table-of-contents-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-of-contents-block {
    padding: 0;
  }
}
.table-of-contents__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 760px) {
  .table-of-contents__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-of-contents__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.table-of-contents__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 700px) {
  .table-of-contents__item-wrap {
    max-width: 1160px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .table-of-contents__item-wrap {
    margin-top: 21px;
  }
}
.table-of-contents__item {
  padding-top: 19px;
  padding-bottom: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
}
.table-of-contents__item:nth-child(2) {
  align-items: flex-start;
}
.table-of-contents__item:nth-child(9) {
  align-items: flex-start;
}
.table-of-contents__item:nth-child(11) {
  align-items: flex-start;
}
@media only screen and (min-width: 700px) {
  .table-of-contents__item {
    width: 50%;
    padding-top: 29px;
    padding-bottom: 28px;
  }
  .table-of-contents__item:nth-child(even) {
    padding-left: 10px;
  }
  .table-of-contents__item:nth-child(1) {
    padding-bottom: 34px;
  }
  .table-of-contents__item:nth-child(3) {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(4) {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(4) .table-of-contents__item-text {
    width: 160px;
  }
  .table-of-contents__item:nth-child(5) {
    padding-top: 29px;
    padding-bottom: 30px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(6) {
    padding-top: 29px;
    padding-bottom: 30px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(7) {
    padding-top: 30px;
    padding-bottom: 29px;
  }
  .table-of-contents__item:nth-child(8) {
    padding-top: 30px;
    padding-bottom: 29px;
  }
  .table-of-contents__item:nth-child(9) {
    align-items: center;
    padding-top: 29px;
    padding-bottom: 15px;
  }
  .table-of-contents__item:nth-child(10) {
    padding-top: 29px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(10) .table-of-contents__item-text {
    margin-top: 13px;
  }
  .table-of-contents__item:nth-child(11) {
    align-items: center;
    padding-top: 29px;
    border-bottom: 1px solid transparent;
  }
  .table-of-contents__item:nth-child(11) .table-of-contents__item-text {
    width: 201px;
  }
  .table-of-contents__item:nth-child(12) {
    padding-top: 29px;
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(12) .table-of-contents__item-text {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-of-contents__item {
    width: 25%;
    padding-top: 30px;
    padding-bottom: 31px;
  }
  .table-of-contents__item:nth-child(3) {
    padding-left: 19px;
  }
  .table-of-contents__item:nth-child(4) {
    padding-left: 29px;
  }
  .table-of-contents__item:nth-child(7) {
    padding-left: 19px;
  }
  .table-of-contents__item:nth-child(7) .table-of-contents__item-text {
    margin-top: -2px;
  }
  .table-of-contents__item:nth-child(8) {
    padding-left: 29px;
  }
  .table-of-contents__item:nth-child(8) .table-of-contents__item-text {
    margin-top: -2px;
  }
  .table-of-contents__item:nth-child(9) {
    align-items: flex-start;
  }
  .table-of-contents__item:nth-child(11) {
    padding-left: 19px;
  }
  .table-of-contents__item:nth-child(12) {
    padding-left: 29px;
  }
}
.table-of-contents__item-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media only screen and (min-width: 760px) {
  .table-of-contents__item-img {
    width: 50px;
    height: 50px;
    align-self: flex-start;
  }
}
.table-of-contents__item-text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
  padding-left: 21px;
  padding-right: 8px;
  text-decoration: none;
}
@media only screen and (min-width: 700px) {
  .table-of-contents__item-text {
    width: 200px;
    padding-left: 20px;
    padding-right: 0;
  }
}
.table-of-contents__item-text:hover {
  color: #FC654C;
}
.table-of-contents__item-text:focus {
  color: #FC654C;
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .table-of-contents__item-tab_border-none {
    border-bottom: 1px solid transparent;
  }
}
.table-of-contents__item-mob_border-none {
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 1200px) {
  .table-of-contents__item-desc_border-none {
    border-bottom: 1px solid transparent;
  }
}
.section-behind-scenes {
  padding: 51px 20px 20px 20px;
}
@media only screen and (min-width: 700px) {
  .section-behind-scenes {
    padding: 50px 30px 20px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-behind-scenes {
    padding: 43px 0 0;
    width: 1360px;
    max-width: 98%;
    margin: 0 auto;
  }
}
.section-behind-scenes .link-text {
  margin-bottom: 31px;
}
@media only screen and (min-width: 700px) {
  .section-behind-scenes .link-text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-behind-scenes .link-text {
    margin-bottom: 0;
  }
}
.section-behind-scenes_wrap {
  padding: 39px 20px 40px;
  background: rgba(150,126,41,0.07);
  border-radius: 6px;
}
@media only screen and (min-width: 700px) {
  .section-behind-scenes_wrap {
    padding: 70px 60px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-behind-scenes_wrap {
    display: flex;
    justify-content: space-between;
    padding: 81px 100px 80px;
  }
}
.section-behind-scenes__title {
  font-family: 'TT Commons', sans-serif;
  color: #282828;
  font-weight: 700 !important;
  font-size: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-behind-scenes__title {
    font-size: 40px;
  }
}
.section-behind-scenes__author {
  color: #807373;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .section-behind-scenes__author {
    margin-top: 4px;
  }
}
.section-behind-scenes__description {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-behind-scenes_wrap-text {
    flex: 1;
    margin-top: -3px;
  }
}
.section-behind-scenes__img-wrap {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .section-behind-scenes__img-wrap {
    height: 348px;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-behind-scenes__img-wrap {
    width: 500px;
    height: 300px;
    margin-left: 60px;
  }
}
.section-behind-scenes__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.changed-for-artisan {
  width: 100%;
  padding-top: 41px;
}
@media only screen and (min-width: 700px) {
  .changed-for-artisan {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .changed-for-artisan {
    padding-top: 78px;
  }
}
.changed-for-artisan-block {
  width: 100%;
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .changed-for-artisan-block {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .changed-for-artisan-block {
    padding: 0;
  }
}
.changed-for-artisan__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  align-items: center;
  color: #282828;
  margin: 26px 0 16px 0 !important;
}
@media only screen and (min-width: 700px) {
  .changed-for-artisan__ttl {
    font-size: 30px;
    margin: 51px 0 26px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .changed-for-artisan__ttl {
    font-size: 40px;
    margin: 29px 0 15px 0 !important;
  }
}
.changed-for-artisan__img-wrap {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .changed-for-artisan__img-wrap {
    height: 241px;
  }
}
@media only screen and (min-width: 1024px) {
  .changed-for-artisan__img-wrap {
    height: 400px;
  }
}
.changed-for-artisan__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  font-size: 40px;
  line-height: 60px;
}
.changed-for-artisan__short-description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}
.changed-for-artisan__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin: 24px 0 17px 0;
}
@media only screen and (min-width: 700px) {
  .changed-for-artisan__description {
    margin: 25px 0 16px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .changed-for-artisan__description {
    width: 65%;
  }
}
.maven-download {
  width: 100%;
  padding: 39px 20px 0 20px;
}
@media only screen and (min-width: 700px) {
  .maven-download {
    padding: 66px 30px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-download {
    padding: 72px 30px 0 30px;
  }
}
.maven-download-block {
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  padding: 25px 20px 19px 20px;
  max-width: 340px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .maven-download-block {
    padding: 44px 57px 35px 59px;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .maven-download-block {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-download-block {
    max-width: 1160px;
    padding: 25px 130px 7px 59px;
  }
}
.maven-download__content-block {
  order: 1;
}
@media only screen and (min-width: 700px) {
  .maven-download__content-block {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-download__content-block {
    margin-top: 37px;
  }
}
.maven-download__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 27px;
  line-height: 45px;
  color: #282828;
  padding-bottom: 39px;
}
.maven-download__ttl br {
  display: none;
}
@media only screen and (min-width: 375px) {
  .maven-download__ttl {
    width: 88%;
  }
}
@media only screen and (min-width: 700px) {
  .maven-download__ttl {
    width: 90%;
    font-size: 35px;
    line-height: 55px;
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-download__ttl {
    width: 100%;
    font-size: 40px;
    line-height: 54px;
    padding-bottom: 59px;
  }
  .maven-download__ttl br {
    display: block;
  }
}
.maven-download__btn {
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 300px;
  margin: 0 auto !important;
}
@media only screen and (min-width: 375px) {
  .maven-download__btn {
    padding-left: 45px;
    padding-right: 44px;
    padding-top: 4px;
  }
}
@media only screen and (min-width: 700px) {
  .maven-download__btn {
    width: 246px;
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.maven-download__btn-line {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 1px;
  height: 37px;
  background: #fff;
  opacity: 0.2;
}
@media only screen and (min-width: 700px) {
  .maven-download__btn-line {
    right: 150px;
  }
}
.maven-download__btn-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 0 !important;
  text-align: center;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
}
.maven-download__btn-link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 0 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}
.maven-download__img-wrap {
  width: 100%;
  order: 2;
  margin-bottom: -9px;
}
@media only screen and (min-width: 700px) {
  .maven-download__img-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-download__img-wrap {
    width: 25%;
  }
}
.maven-download__img-wrap img {
  display: block;
  max-width: 172px;
  max-height: 265px;
}
@media only screen and (min-width: 1200px) {
  .maven-download__img-wrap img {
    max-width: 210px;
    max-height: 325px;
  }
}
.section-how-began {
  padding-top: 81px;
}
@media only screen and (min-width: 700px) {
  .section-how-began {
    padding-top: 90px;
    padding-bottom: 26px;
    position: relative;
  }
  .section-how-began:after {
    content: '';
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #D2D2D2;
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .section-how-began {
    padding-top: 117px;
    padding-bottom: 87px;
  }
  .section-how-began:after {
    width: 1160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-began .show-only-no-desktop {
    display: none;
  }
}
.section-how-began .show-only-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-how-began .show-only-desktop {
    display: block;
  }
}
.section-how-began_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-how-began_wrap {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .section-how-began_wrap {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) {
  .text-wrap {
    flex: 1;
  }
}
.section-how-began__title {
  color: #282828;
  font-size: 22px;
  font-weight: 700;
  font-family: 'TT Commons', sans-serif;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .section-how-began__title {
    font-size: 30px;
    width: 250px;
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-began__title {
    font-size: 40px;
    width: 100%;
    margin-bottom: 14px;
  }
}
.section-how-began__img-id {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
}
@media only screen and (min-width: 700px) {
  .section-how-began__img-id {
    margin-bottom: 16px;
  }
}
.section-how-began__image-wrap {
  width: 50px;
  margin-right: 20px;
}
.section-how-began__image-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.section-how-began_id {
  flex: 1;
  padding-top: 3px;
}
@media only screen and (min-width: 1024px) {
  .section-how-began_id {
    padding-top: 0;
  }
}
.section-how-began_name {
  color: #282828;
  font-weight: 500;
  letter-spacing: 0.2px !important;
}
.section-how-began_position {
  color: #807373;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.section-how-began__short-description {
  color: #282828;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .section-how-began__short-description {
    margin-bottom: 13px;
  }
}
.section-how-began__long-description {
  color: #282828;
  margin-bottom: 19px;
  padding-right: 20px;
}
@media only screen and (min-width: 700px) {
  .section-how-began__long-description {
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-began__long-description {
    padding-right: 5px;
    margin-bottom: 17px;
  }
}
.image-seo-slider img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .image-seo-slider {
    width: 340px;
    margin-left: 41px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .image-seo-slider {
    width: 500px;
    margin-left: 60px !important;
  }
}
.section-how-began__img-description {
  color: #978C8C;
  font-size: 14px;
  line-height: 18px;
  margin-top: 19px;
  padding-bottom: 46px;
}
@media only screen and (min-width: 700px) {
  .section-how-began__img-description {
    margin-top: 29px;
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-began__img-description {
    margin-top: 15px;
    padding-bottom: 47px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 700px) {
  .custom-pagination {
    text-align: left !important;
  }
}
.custom-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 7px !important;
  vertical-align: middle;
}
@media only screen and (min-width: 700px) {
  .custom-pagination .swiper-pagination-bullet {
    margin: 0 11px !important;
    width: 8px;
    height: 8px;
  }
}
.custom-pagination .swiper-pagination-bullet-active {
  background: #282828;
  width: 9px;
  height: 9px;
}
@media only screen and (min-width: 700px) {
  .custom-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
}
.meet-country {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 54px;
}
@media only screen and (min-width: 700px) {
  .meet-country {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .meet-country {
    padding-top: 116px;
    padding-bottom: 102px;
  }
}
.meet-country-block {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .meet-country-block {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-country-block {
    max-width: 1160px;
    padding: 0;
  }
}
.meet-country__slider {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 700px) {
  .meet-country__slider {
    width: 46.1%;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-country__slider {
    width: 55.1%;
    margin: 0 !important;
  }
}
.meet-country__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 700px) {
  .meet-country__slide {
    margin-left: 0;
  }
}
.meet-country__slide-wrap {
  width: 100% !important;
}
.meet-country__slide-img_mob {
  display: block;
  max-width: 100%;
  align-self: center;
}
@media only screen and (min-width: 700px) {
  .meet-country__slide-img_mob {
    display: none;
  }
}
.meet-country__slide-img {
  display: none;
}
@media only screen and (min-width: 700px) {
  .meet-country__slide-img {
    display: block;
  }
}
.meet-country__pagination {
  display: flex;
  align-items: center;
  left: 50%;
  top: -30px;
  transform: translateX(-50%) !important;
}
.meet-country__pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 50%;
  margin-left: 10px;
  opacity: 1;
}
@media only screen and (min-width: 700px) {
  .meet-country__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 22px;
    margin-left: 0;
  }
}
.meet-country__pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #282828;
}
@media only screen and (min-width: 700px) {
  .meet-country__pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 700px) {
  .meet-country__pagination {
    position: static !important;
    order: 4;
    margin-top: 39px;
    transform: translateX(0) !important;
  }
}
.meet-country__slide-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 26px;
  color: #282828;
  margin-top: 17px !important;
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .meet-country__slide-name {
    margin-top: 23px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-country__slide-wrap {
    width: 50% !important;
  }
}
.meet-country__slide-description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 16px;
  color: #807373;
  text-align: left;
}
.meet-country__content {
  margin-top: 51px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .meet-country__content {
    width: 48.6%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-country__content {
    width: 39.7%;
    margin-top: 45px;
  }
}
.meet-country__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .meet-country__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-country__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.meet-country__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  margin: 21px 0 43px 0;
}
@media only screen and (min-width: 700px) {
  .meet-country__description {
    margin: 26px 0 43px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .meet-country__description {
    margin: 40px 35px 44px 0;
  }
}
.section-moderators {
  background: rgba(41,83,150,0.1);
  border-radius: 4px;
  padding: 60px 0 50px;
}
@media only screen and (min-width: 700px) {
  .section-moderators {
    margin: 0 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators {
    padding: 0;
    width: 1360px;
    max-width: 98%;
    margin: 0 auto;
  }
}
.section-moderators_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-moderators_wrap {
    padding: 65px 40px 80px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators_wrap {
    padding: 65px 100px 80px 100px;
  }
}
.section-moderators__title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .section-moderators__title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators__simple-text {
    flex: 1;
  }
}
.section-moderators__comments-box {
  margin-top: 51px;
}
@media only screen and (min-width: 700px) {
  .section-moderators__comments-box {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators__comments-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }
}
.section-moderators__comment {
  margin-bottom: 34px;
}
@media only screen and (min-width: 1200px) {
  .section-moderators__comment {
    width: 45.7%;
  }
}
.section-moderators__top-description {
  margin-bottom: 11px;
}
@media only screen and (min-width: 700px) {
  .section-moderators__top-description {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-moderators__top-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 41px;
  }
}
.section-moderators__top-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.section-moderators__comment_image-wrapper {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.section-moderators__comment_image-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}
.section-moderators__comment_id {
  flex: 1;
}
.section-moderators__comment_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  letter-spacing: 0.3px !important;
}
.section-moderators__comment_position {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #807373;
}
.section-moderators__btn-facebook {
  margin-top: 51px;
  display: flex;
  align-items: center;
  background: #295396;
  border-radius: 4px;
  height: 50px;
}
@media only screen and (min-width: 700px) {
  .section-moderators__btn-facebook {
    max-width: 285px;
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-moderators__btn-facebook {
    margin-top: 0;
  }
}
.section-moderators__btn-facebook .facebook-image {
  width: 66px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-moderators__btn-facebook .facebook-image {
    width: 50px;
  }
}
.section-moderators__btn-facebook .facebook-image:after {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 1px;
  background: rgba(255,255,255,0.1);
}
.section-moderators__btn-facebook .text {
  flex: 1;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding-top: 2px;
}
.section-moderators__btn-facebook:hover {
  background: #21437a;
}
@media only screen and (min-width: 1200px) {
  .btn-mobile-tablet {
    display: none;
  }
}
.btn-desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .btn-desktop {
    display: flex;
    width: 285px;
    margin-left: 77px;
  }
}
.section-gatherings {
  padding: 80px 0 0;
}
@media only screen and (min-width: 700px) {
  .section-gatherings {
    padding: 66px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gatherings {
    padding: 108px 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .section-gatherings .link-text {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gatherings .link-text {
    margin-bottom: 33px;
  }
}
.section-gatherings .buttons {
  cursor: pointer;
}
.section-gatherings_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-gatherings_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-gatherings_wrap {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
  }
}
.section-gatherings__title {
  font-family: 'TT Commons', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .section-gatherings__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gatherings__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
.section-gatherings__description {
  margin-bottom: 15px;
  padding-right: 28px;
}
@media only screen and (min-width: 700px) {
  .section-gatherings__description {
    margin-bottom: 17px;
  }
}
.btns-from-table {
  display: none;
}
@media only screen and (min-width: 700px) {
  .btns-from-table {
    display: flex;
  }
}
@media only screen and (min-width: 700px) {
  .btns-from-table .prev {
    margin-right: 30px;
  }
}
.card-stack {
  height: 375px;
  width: 340px;
  max-width: 100%;
  position: relative;
  margin: 0 auto 79px;
}
@media only screen and (min-width: 700px) {
  .card-stack {
    width: 300px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-stack {
    width: 344px;
    margin-right: 102px;
  }
}
.card-stack .buttons {
  position: absolute;
  bottom: -60px;
  font-size: 22px;
  z-index: 1000;
  outline: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .card-stack .buttons {
    display: none;
  }
}
.card-stack .buttons:hover {
  transform: scale(1.3,1.3);
}
.card-stack .prev {
  left: 40%;
  right: auto;
  cursor: pointer;
}
.card-stack .next {
  left: auto;
  right: 40%;
  cursor: pointer;
}
.card-stack .carousel .buttons:hover {
  color: #C01313;
  background: #fff;
}
.card-stack .card-list {
  width: 300px;
}
.card-stack .card-list__image {
  height: 200px;
}
.card-stack .card-list__text {
  color: #fff;
  font-weight: 300;
}
.card-stack .card-list .card {
  transition: all 100ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card-stack .card-list .card:nth-child(1) {
  bottom: 0px;
  width: 80%;
}
.card-stack .card-list .card:nth-child(2) {
  bottom: 40px;
  width: 90%;
}
.card-stack .card-list .card:nth-child(3) {
  bottom: 80px;
  width: 100%;
}
.card-stack .card-list .card img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 700px) {
  .section-gatherings__text {
    flex: 1;
    padding-top: 49px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-gatherings__text {
    padding-right: 220px;
    padding-top: 26px;
  }
}
.transformThis {
  animation: scaleDown 500ms;
}
.transformPrev {
  animation: scaleUp 100ms;
}
@keyframes scaleUp {
  0% {
    transform: scale(1.2) translateY(50px);
    opacity: 0;
  }
  20% {
    transform: scale(1.15) translateY(40px);
    opacity: 0.10;
  }
  40% {
    transform: scale(1.10) translateY(30px);
    opacity: 0.20;
  }
  60% {
    transform: scale(1.05) translateY(20px);
    opacity: 0.40;
  }
  80% {
    transform: scale(1.01) translateY(10px);
    opacity: 0.80;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateY(20px);
    opacity: 0.80;
  }
  40% {
    transform: scale(1.05) translateY(40px);
    opacity: 0.40;
  }
  60% {
    transform: scale(1.10) translateY(60px);
    opacity: 0.20;
  }
  80% {
    transform: scale(1.15) translateY(80px);
    opacity: 0.10;
  }
  100% {
    transform: scale(1.2) translateY(100px);
    opacity: 0;
  }
}
@keyframes scaleCard {
  0% {
    top: 5px;
  }
  100% {
    top: 24px;
  }
}
.holidays-world {
  padding: 69px 0 50px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .holidays-world {
    padding-bottom: 73px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world {
    padding-top: 54px;
    padding-bottom: 86px;
  }
}
.holidays-world .show-on-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .holidays-world .show-on-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world .show-on-not-desktop {
    display: none;
  }
}
.holidays-world:after {
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  position: absolute;
  background: #D2D2D2;
}
@media only screen and (min-width: 1024px) {
  .holidays-world:after {
    width: 1140px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
}
.holidays-world_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .holidays-world_wrap {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .holidays-world_wrap {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
  }
}
.holidays-world__comments {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #807373;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .holidays-world__comments {
    margin-bottom: 13px;
  }
}
.holidays-world__image-comments {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #978C8C;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .holidays-world__image-comments {
    display: block;
    margin-top: 14px;
  }
}
.holidays-world__image-wrap {
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .holidays-world__image-wrap {
    width: 340px;
    max-width: 100%;
    order: 2;
    margin-left: 40px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world__image-wrap {
    width: 500px;
    margin-right: 0;
    padding-top: 0;
  }
}
.holidays-world__img {
  border-radius: 6px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 700px) {
  .holidays-world__text {
    flex: 1;
    order: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world__text {
    padding-top: 28px;
    padding-right: 20px;
  }
}
.holidays-world__title {
  color: #282828;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'TT Commons', sans-serif;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .holidays-world__title {
    font-size: 30px;
    line-height: 40px;
    width: 300px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world__title {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.holidays-world__description {
  margin-bottom: 19px;
  padding-right: 27px;
}
@media only screen and (min-width: 700px) {
  .holidays-world__description {
    margin-bottom: 15px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .holidays-world__description {
    margin-bottom: 17px;
  }
}
.section-festive-table {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (min-width: 700px) {
  .section-festive-table {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-festive-table {
    padding-top: 99px;
  }
}
.section-festive-table .show-on-not-mobile {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-festive-table .show-on-not-mobile {
    display: block;
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .section-festive-table .show-on-not-mobile {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .section-festive-table .show-on-mobile {
    display: none;
  }
}
.section-festive-table .show-on-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-festive-table .show-on-desktop {
    display: block;
  }
}
.festive-table-block {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .festive-table-block {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table-block {
    padding: 0;
  }
}
.festive-table__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.festive-table__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .festive-table__content-wrap {
    order: 1;
  }
}
.festive-table__img {
  display: block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 700px) {
  .festive-table__img {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__img {
    order: 2;
    margin-bottom: 49px;
    margin-top: 30px;
  }
}
.festive-table__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .festive-table__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.festive-table__description {
  margin: 18px 0 16px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .festive-table__description {
    margin: 20px 0 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__description {
    max-width: 760px;
    padding-right: 20px;
    margin: 15px 0 16px;
  }
}
.festive-table__item-img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) {
  .festive-table__item-img {
    width: 180px;
    height: 180px;
  }
}
.festive-table__item-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
  margin-bottom: 15px;
}
@media only screen and (min-width: 700px) {
  .festive-table__item-name {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__item-name {
    font-size: 40px;
    line-height: 60px;
  }
}
.festive-table__item-wrap {
  margin-top: 43px;
}
@media only screen and (min-width: 700px) {
  .festive-table__item-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 960px) {
  .festive-table__item-wrap {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__item-wrap {
    justify-content: space-between;
    margin-top: 0;
  }
}
.festive-table__item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (min-width: 700px) {
  .festive-table__item {
    width: 48.8%;
  }
}
@media only screen and (min-width: 1200px) {
  .festive-table__item {
    width: 47.6%;
  }
}
.festive-table__item-text {
  margin-left: 30px;
}
@media only screen and (min-width: 700px) {
  .festive-table__item-02 {
    padding-left: 1px;
  }
}
.section-gift-guide {
  padding: 70px 0 80px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .section-gift-guide {
    padding: 120px 0 104px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-gift-guide {
    padding: 133px 0 60px;
  }
}
.section-gift-guide_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide_wrap {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-gift-guide_wrap {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
  }
}
.section-gift-guide__title {
  color: #282828;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'TT Commons', sans-serif;
  margin-bottom: 15px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__title {
    font-size: 40px;
    line-height: 60px;
  }
}
.section-gift-guide__description {
  margin-bottom: 36px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__description {
    margin-bottom: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__description {
    padding-right: 200px;
    margin-bottom: 47px;
  }
}
.names-addOns .name-product {
  height: 45px;
  background: rgba(128,115,115,0.05);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgba(128,115,115,0.7);
  padding: 0 20px;
  margin-right: 17px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .names-addOns .name-product {
    margin-right: -17px;
  }
}
.names-addOns .name-product.active {
  background: rgba(255,122,116,0.1);
  color: #FC654C;
}
.product-sliders {
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
}
.product-sliders:after,
.product-sliders:before {
  content: '';
  width: 20px;
  background: linear-gradient(90deg,#FFFFFF 14.85%,rgba(255,255,255,0) 95.06%);
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.product-sliders:before {
  left: 0;
}
.product-sliders:after {
  right: 0;
  transform: rotate(-180deg);
}
.for-pseudo-element {
  position: relative;
}
.for-pseudo-element:before,
.for-pseudo-element:after {
  content: '';
  width: 20px;
  height: 30px;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: 11111111;
}
@media only screen and (min-width: 1200px) {
  .for-pseudo-element:before,
  .for-pseudo-element:after {
    width: 30px;
  }
}
.for-pseudo-element:before {
  left: 0;
}
.for-pseudo-element:after {
  right: 0;
}
.for-pseudo-element.down {
  text-align: center;
}
.for-pseudo-element.down:before,
.for-pseudo-element.down:after {
  bottom: 0;
  height: 30px;
  z-index: 999;
}
.scroll-for-names {
  padding-bottom: 25px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 700px) {
  .scroll-for-names {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .scroll-for-names {
    margin-bottom: 7px;
  }
}
.scroll-for-names,
.scroll-for-addOns {
  z-index: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-for-names::-webkit-scrollbar,
.scroll-for-addOns::-webkit-scrollbar {
  display: block;
  height: 3px;
  background-color: transparent;
}
.scroll-for-names::-webkit-scrollbar-thumb,
.scroll-for-addOns::-webkit-scrollbar-thumb {
  display: block;
  background: rgba(124,101,101,0.5);
  border-radius: 7px;
  cursor: pointer;
}
.names-addOns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}
.product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 774px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 56px;
  scroll-padding-left: 20px;
}
@media only screen and (min-width: 700px) {
  .product-list {
    width: 1181px;
    padding-bottom: 65px;
  }
}
.addOn-item {
  margin-right: 27px;
  margin-left: -20px;
}
@media only screen and (min-width: 700px) {
  .addOn-item {
    margin-right: 42px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .addOn-item {
    margin-right: 42.4px;
  }
}
.addOn-item:last-child {
  margin-right: 0;
}
.gallery-addOns img {
  margin: 0 auto 5px;
}
@media only screen and (min-width: 700px) {
  .gallery-addOns img {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-addOns img {
    margin-bottom: 9px;
  }
}
.gallery-addOns .name-addOn {
  color: #282828;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 14.2953px;
  line-height: 19px;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .gallery-addOns .name-addOn {
    font-size: 22px;
    line-height: 30px;
  }
}
.gallery-addOns .swiper-slide {
  padding-bottom: 50px;
}
.section-gift-guide__img {
  display: block;
  width: 129px;
  height: 132px;
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__img {
    width: 198px;
    height: 204px;
  }
}
.section-gift-guide__gift-text {
  color: #282828;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  width: 300px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__gift-text {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__gift-text {
    font-size: 40px;
    line-height: 60px;
    width: 500px;
  }
}
.section-gift-guide__mavenmagazine-btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1.5px solid #FC654C;
  border-radius: 4px;
  padding-left: 35px;
  padding-top: 5px;
  max-width: 100%;
  width: 100%;
  font-family: 'TT Commons', sans-serif;
  position: relative;
  z-index: 10;
  background: transparent;
  cursor: pointer;
  outline: none;
  pointer-events: none;
}
@media only screen and (max-width: 379px) {
  .section-gift-guide__mavenmagazine-btn {
    font-size: 20px;
  }
}
.section-gift-guide__mavenmagazine-btn svg {
  margin-left: 29px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__gift-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__gift-wrap {
    margin-bottom: 114px;
  }
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__cupone-wrap {
    flex: 1;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__cupone-wrap {
    padding-top: 19px;
  }
}
.wrap-style-coupone {
  position: relative;
  margin-bottom: 12px;
  width: 340px;
  max-width: 100%;
  cursor: pointer;
}
.wrap-style-coupone .icon-click {
  position: absolute;
  top: 16px;
  right: 36px;
}
.section-gift-guide__description-coupone {
  color: #978C8C;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 89px;
}
@media only screen and (min-width: 700px) {
  .section-gift-guide__description-coupone {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-gift-guide__description-coupone {
    width: 325px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 700px) {
  .section-giving-blankets {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-giving-blankets {
    margin: 0 40px;
  }
}
.giving-blankets-bg {
  background: #FFF6F2;
  width: 100%;
}
.giving-blankets-block {
  width: 100%;
  padding: 60px 20px 73px 20px;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .giving-blankets-block {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 60px 50px 60px;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets-block {
    justify-content: space-between;
    padding: 93px 19px;
  }
}
.giving-blankets__title-wrap {
  margin-top: 19px;
}
@media only screen and (min-width: 740px) {
  .giving-blankets__title-wrap {
    width: 50%;
    padding-left: 13px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__title-wrap {
    order: 1;
    padding: 0;
    width: 52%;
  }
}
.giving-blankets__description-wrap {
  margin-top: 33px;
}
@media only screen and (min-width: 700px) {
  .giving-blankets__description-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__description-wrap {
    display: none;
  }
}
.giving-blankets__comments {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #807373;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .giving-blankets__comments {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__comments {
    margin-top: 16px;
  }
}
.giving-blankets__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
  margin-bottom: -14px !important;
}
@media only screen and (min-width: 700px) {
  .giving-blankets__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: -16px !important;
  }
}
.giving-blankets__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 19px;
  padding-right: 11px;
}
@media only screen and (min-width: 700px) {
  .giving-blankets__description {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__description {
    margin-bottom: 15px;
  }
}
.giving-blankets__img {
  display: block;
  width: 340px;
  height: 230px;
  align-self: center;
}
@media only screen and (min-width: 381px) {
  .giving-blankets__img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 450px) {
  .giving-blankets__img {
    width: 100%;
    height: 350px;
  }
}
@media only screen and (min-width: 570px) {
  .giving-blankets__img {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width: 600px) {
  .giving-blankets__img {
    width: 100%;
    height: 450px;
  }
}
@media only screen and (min-width: 700px) {
  .giving-blankets__img {
    width: 280px;
    height: 220px;
    transform: translateX(-3px);
  }
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__img {
    width: 500px;
    height: 400px;
    order: 2;
  }
}
.giving-blankets__description-wrap-desc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .giving-blankets__description-wrap-desc {
    display: block;
    margin-top: 34px;
  }
}
@media only screen and (min-width: 700px) {
  .section-maven-rewards {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-maven-rewards {
    margin: 0 40px;
  }
}
.maven-rewards__bg {
  background: rgba(255,246,245,0.5);
  width: 100%;
  position: relative;
}
.maven-rewards__bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-48%,-35%);
}
@media only screen and (min-width: 700px) {
  .maven-rewards__bg-img {
    transform: translate(-55%,-55%);
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards__bg-img {
    transform: translate(-80%,-49%);
  }
}
.maven-rewards-block {
  width: 100%;
  padding: 59px 20px 50px 20px;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .maven-rewards-block {
    padding: 81px 60px 92px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .maven-rewards-block {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards-block {
    padding: 147px 20px 166px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards__content {
    margin-top: 20px;
  }
}
.maven-rewards__top-content {
  margin-bottom: 14px !important;
  padding-right: 45px;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__top-content {
    max-width: 550px;
    margin-bottom: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .maven-rewards__top-content {
    margin-right: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards__top-content {
    margin-right: 0 !important;
    max-width: 659px;
  }
}
.maven-rewards__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 40px;
  color: #282828;
  margin-bottom: 46px !important;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__ttl {
    font-size: 35px;
    max-width: 310px;
    margin-bottom: 36px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards__ttl {
    font-size: 60px;
    line-height: 78px;
    max-width: 659px;
  }
}
.maven-rewards__info {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #282828;
  margin-bottom: 13px;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__info {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .maven-rewards__info {
    font-size: 30px;
    line-height: 45px;
  }
}
.maven-rewards__text-wrap {
  margin-bottom: 13px;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__text-wrap {
    margin-bottom: 34px;
  }
}
.maven-rewards__text,
.maven-rewards__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}
.maven-rewards__description {
  margin-bottom: 14px;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__description {
    max-width: 282px;
    margin-bottom: 16px;
  }
}
.maven-rewards__notice {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #978C8C;
  max-width: 90%;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__notice {
    max-width: 300px;
  }
}
.maven-rewards__text-02 {
  margin-top: 8px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 700px) {
  .maven-rewards__text-02 {
    margin: 0;
  }
}
.maven-rewards__mavenmagazine-btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1.5px solid #FC654C;
  border-radius: 4px;
  padding-left: 35px;
  padding-top: 5px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  background: transparent;
  font-family: 'TT Commons', sans-serif;
  cursor: pointer;
  outline: none;
  pointer-events: none;
}
@media only screen and (max-width: 379px) {
  .maven-rewards__mavenmagazine-btn {
    font-size: 20px;
  }
}
.maven-rewards__mavenmagazine-btn svg {
  margin-left: 29px;
}
.maven-rewards__cupone-after {
  z-index: 1;
  height: 23px;
  width: 340px;
  background: #FC654C;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 44px;
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 39px;
  max-width: 100%;
}
.maven-rewards__cupone-wrap {
  position: relative;
  margin-top: -2px;
}
.maven-rewards-coupone {
  position: relative;
  margin-bottom: 38px;
  width: 340px;
  max-width: 100%;
  z-index: 2;
  cursor: pointer;
}
.maven-rewards-coupone .icon-click {
  position: absolute;
  top: 16px;
  right: 36px;
}
.maven-rewards__description-coupone {
  color: #978C8C;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 89px;
}
.section-love-globein {
  width: 100%;
  padding-top: 113px;
}
@media only screen and (min-width: 700px) {
  .section-love-globein {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-love-globein {
    padding-top: 124px;
  }
}
.section-love-globein img {
  margin-bottom: 23px;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .section-love-globein img {
    max-height: 230px;
    margin-left: 22px;
    margin-bottom: 0;
    max-width: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-love-globein img {
    margin-left: 19px;
    max-height: 400px;
    max-width: 100%;
  }
}
.love-globein__img-wrap {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .love-globein__img-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__img-wrap {
    width: 44.8%;
  }
}
.love-globein-block {
  width: 100%;
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
  margin-left: 2px;
}
@media only screen and (min-width: 700px) {
  .love-globein-block {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein-block {
    padding: 0;
    margin: 0 auto;
    padding-top: 12px !important;
  }
}
.love-globein__img {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .love-globein__img {
    display: block;
    order: 2;
  }
}
.love-globein__img-mob {
  margin-bottom: -1px;
}
@media only screen and (min-width: 700px) {
  .love-globein__img-mob {
    display: none;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__img-mob {
    display: none;
  }
}
.love-globein__img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .love-globein__img-tab {
    display: block;
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__img-tab {
    display: none;
  }
}
.love-globein__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
  margin-bottom: 22px !important;
}
@media only screen and (min-width: 700px) {
  .love-globein__ttl {
    font-size: 30px;
    line-height: 40px;
    transform: translate(-2px,-5px);
    margin-bottom: 10px !important;
    margin-top: 1px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px !important;
  }
}
.love-globein__content-desc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .love-globein__content-desc {
    display: block;
  }
}
.love-globein__text {
  margin-bottom: 23px;
}
@media only screen and (min-width: 700px) {
  .love-globein__text {
    width: 40%;
    order: 1;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__text {
    order: 1;
    width: 50%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .love-globein__content {
    width: 100%;
    order: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__content {
    display: none;
  }
}
.love-globein__green-description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #2FCEC1;
  margin-bottom: 18px;
}
.love-globein__green-description br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .love-globein__green-description {
    font-size: 28px;
    line-height: 33px;
    width: 300px;
    margin-bottom: 18px;
  }
  .love-globein__green-description br {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__green-description {
    font-size: 34px;
    line-height: 27px;
    width: 100%;
    margin-bottom: 29px;
  }
  .love-globein__green-description br {
    display: none;
  }
}
.love-globein__description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .love-globein__description {
    margin-left: -3px;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__description {
    width: 95%;
    margin-left: 0;
  }
}
.love-globein__content-ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .love-globein__content-ttl {
    margin-top: 24px;
    margin-left: -2px;
  }
}
.love-globein__btn-text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #282828;
}
.love-globein__btn {
  width: 555px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #FC654C;
  border-radius: 4px;
  padding: 0 16px;
  margin-top: 13px;
  margin-bottom: 37px;
}
@media only screen and (min-width: 700px) {
  .love-globein__btn {
    font-size: 28px;
  }
}
.love-globein__notice {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #978C8C;
}
.love-globein__mavenmagazine-btn {
  position: relative;
  z-index: 10;
  background: transparent;
  margin-top: 8px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 0;
  font-weight: 500 !important;
  font-size: 16px;
  color: #282828;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1.5px solid #FC654C;
  border-radius: 4px;
  padding-left: 15px;
  padding-top: 5px;
  max-width: 100%;
  width: 555px;
  font-family: 'TT Commons', sans-serif;
  outline: none;
  pointer-events: none;
}
@media only screen and (max-width: 379px) {
  .love-globein__mavenmagazine-btn {
    font-size: 12px;
  }
}
.love-globein__mavenmagazine-btn svg {
  margin-left: 29px;
}
@media only screen and (min-width: 700px) {
  .love-globein__mavenmagazine-btn {
    width: 555px;
    font-size: 28px;
    color: #282828;
    padding-left: 34px;
    margin-top: -6px;
  }
}
@media only screen and (min-width: 700px) {
  .slove-globein__gift-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 700px) {
  .love-globein__cupone-wrap {
    flex: 1;
    padding-top: 12px;
  }
}
.love-globein-style-coupone {
  position: relative;
  margin-bottom: 12px;
  width: 340px;
  max-width: 100%;
  cursor: pointer;
}
.love-globein-style-coupone .icon-click {
  position: absolute;
  top: 16px;
  right: 17px;
}
@media only screen and (min-width: 700px) {
  .love-globein-style-coupone {
    width: 555px;
  }
}
.love-globein-style-coupone .icon-click {
  top: 16px;
  right: 18px;
}
@media only screen and (min-width: 700px) {
  .love-globein-style-coupone .icon-click {
    top: 16px;
    right: 37px;
  }
}
.love-globein__description-coupone {
  color: #978C8C;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 39px;
  margin-top: 37px;
}
@media only screen and (min-width: 700px) {
  .love-globein__description-coupone {
    margin-bottom: 44px;
    margin-top: 14px;
    max-width: 53%;
  }
}
@media only screen and (min-width: 1200px) {
  .love-globein__description-coupone {
    margin-top: 15px;
    max-width: 64%;
  }
}
.self-gifting__item-description {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-description {
    display: none;
  }
}
.section-self-gifting {
  width: 100%;
  padding-top: 80px;
}
@media only screen and (min-width: 700px) {
  .section-self-gifting {
    padding-top: 140px;
  }
}
.section-self-gifting .show-on-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-self-gifting .show-on-desktop {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .section-self-gifting .show-on-mobile {
    display: none;
  }
}
.section-self-gifting .show-on-tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-self-gifting .show-on-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-self-gifting .show-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-self-gifting {
    padding-top: 107px;
  }
}
.self-gifting-block {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .self-gifting-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting-block {
    padding: 0;
  }
}
.self-gifting__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 760px) {
  .self-gifting__content {
    width: 45.6%;
    margin-left: 30px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__content {
    width: 51.8%;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.self-gifting__img {
  width: 340px;
  border-radius: 6px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__img {
    width: 500px;
  }
}
.self-gifting__img-wrap {
  margin-bottom: 19px;
  align-self: center;
}
@media only screen and (min-width: 700px) {
  .self-gifting__img-wrap {
    align-self: flex-start;
  }
}
.self-gifting__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .self-gifting__ttl {
    font-size: 30px;
    line-height: 40px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.self-gifting__description,
.self-gifting__item-description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
.self-gifting__description {
  margin-top: 19px;
  margin-bottom: 21px;
  padding-right: 30px;
}
@media only screen and (min-width: 700px) {
  .self-gifting__description {
    margin-top: 11px;
    margin-bottom: 15px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__description {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.self-gifting__item-read-more {
  white-space: nowrap !important;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-read-more {
    display: none;
  }
}
.link-text-third {
  position: relative;
  top: 6px;
}
.self-gifting__item-wrap {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .self-gifting__item-wrap {
    flex-direction: row;
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .self-gifting__item-wrap {
    margin-top: 60px;
  }
}
.self-gifting__item {
  display: flex;
  flex-wrap: wrap;
}
.self-gifting__item:first-child {
  margin-bottom: 24px;
}
@media only screen and (min-width: 700px) {
  .self-gifting__item {
    width: 50%;
  }
  .self-gifting__item:first-child {
    margin-bottom: 0;
  }
}
.self-gifting__item-img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-img {
    width: 180px;
    height: 180px;
  }
}
.self-gifting__item-description {
  margin-top: 20px;
  margin-bottom: 13px;
  color: #807373;
}
@media only screen and (min-width: 700px) {
  .self-gifting__item-description {
    justify-content: flex-start;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-description {
    display: none;
  }
}
.self-gifting__item-description-desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
.self-gifting__pixel-wrap {
  width: 50%;
}
@media only screen and (min-width: 700px) {
  .self-gifting__pixel-wrap {
    width: 56%;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__pixel-wrap {
    margin-left: 30px;
  }
}
.self-gifting__item-ttl {
  margin-left: 30px !important;
  width: 100%;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  color: #282828;
}
@media only screen and (max-width: 379px) {
  .self-gifting__item-ttl {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  .self-gifting__item-ttl {
    width: 94%;
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-ttl {
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
@media only screen and (min-width: 700px) {
  .self-gifting__item-02 {
    margin-left: 22px;
  }
  .self-gifting__item-02 .self-gifting__pixel-wrap {
    padding-top: 25px;
    margin-bottom: 20px;
  }
  .self-gifting__item-02 .self-gifting__item-img {
    align-self: flex-start;
  }
  .self-gifting__item-02 .self-gifting__item-ttl {
    padding-bottom: 12px;
  }
  .self-gifting__item-02 .self-gifting__item-description {
    margin-top: 23px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-02 {
    margin-left: 56px;
  }
  .self-gifting__item-02 .self-gifting__pixel-wrap {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .self-gifting__item-02 .self-gifting__item-ttl {
    padding-bottom: 0;
  }
  .self-gifting__item-02 .self-gifting__item-description-desc {
    margin-bottom: 9px;
  }
}
.self-gifting__pixel-wrap-none {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__pixel-wrap-none {
    display: block;
  }
}
.self-gifting__item-description-desc {
  color: #807373;
}
@media only screen and (min-width: 1200px) {
  .self-gifting__item-description-desc {
    width: 340px;
    margin-bottom: 14px;
  }
}
.self-gifting__pixel-wrap {
  padding-top: 30px;
}
@media only screen and (min-width: 700px) {
  .self-gifting__pixel-wrap {
    padding-top: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  .self-gifting__pixel-wrap {
    padding-top: 0;
  }
}
.section-your-way {
  width: 100%;
  padding-top: 115px;
}
@media only screen and (min-width: 700px) {
  .section-your-way {
    padding-top: 109px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-your-way {
    padding-top: 111px;
  }
}
.your-way-block {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.your-way__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.your-way__ttl {
  margin-right: -3px;
  margin-bottom: 18px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .your-way__ttl {
    margin-right: 1px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .your-way__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 14px;
  }
}
.your-way__description {
  width: 90%;
  margin: 0 auto 43px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #807373;
}
@media only screen and (min-width: 700px) {
  .your-way__description {
    width: 94%;
    margin-bottom: 60px;
  }
  .your-way__description br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .your-way__description {
    width: 64%;
    margin-bottom: 37px;
  }
}
.your-way__slide-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 4px;
  max-width: 220px;
}
.your-way__slide-comments {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #978C8C;
}
.your-way__slide-img {
  border-radius: 6px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.your-way__slider {
  padding-bottom: 78px;
}
@media only screen and (min-width: 760px) {
  .your-way__slider {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .your-way__slider {
    padding-bottom: 90px;
  }
}
.your-way__slider-scrollbar {
  height: 3px;
  background-color: #D9D9D9 !important;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 29px !important;
  z-index: 50;
  width: 89% !important;
  display: flex;
}
.your-way__slider-scrollbar .swiper-pagination-bullet {
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
  background: #282828;
  height: 3px;
}
@media only screen and (min-width: 760px) {
  .your-way__slider-scrollbar {
    bottom: 6px !important;
    width: 600px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .your-way__slider-scrollbar {
    bottom: 0 !important;
  }
}
.your-way__slider {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 760px) {
  .your-way__slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .your-way__slider {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.section-simple-text {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 700px) {
  .section-simple-text {
    padding: 51px 30px 51px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-simple-text {
    padding: 0px 40px 61px 40px;
  }
}
.simple-text__bg {
  width: 100%;
  background: #FAF7F3;
}
@media only screen and (min-width: 700px) {
  .simple-text__bg {
    border-radius: 6px;
  }
}
.simple-text__block {
  width: 100%;
  padding: 94px 20px 84px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .simple-text__block {
    padding: 66px 60px 69px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-text__block {
    padding: 64px 185px 75px 185px;
  }
}
.simple-text__text {
  margin-top: 65px;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .simple-text__text {
    font-size: 30px !important;
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-text__text {
    font-size: 38px !important;
    margin-top: 30px !important;
  }
}
.section-heart-stories {
  padding: 85px 0 50px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-heart-stories {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-heart-stories {
    padding-top: 54px;
    padding-bottom: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heart-stories {
    padding-top: 101px;
    padding-bottom: 69px;
  }
}
@media only screen and (min-width: 700px) {
  .heart-stories__img-mob {
    display: none !important;
  }
}
.heart-stories__img-tab {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .heart-stories__img-tab {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__img-tab {
    display: none !important;
  }
}
.heart-stories__img-desk {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .heart-stories__img-desk {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__img-desk {
    display: block !important;
  }
}
.heart-stories_wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .heart-stories_wrap {
    padding: 51px 30px 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories_wrap {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
  }
}
.heart-stories__image-wrap {
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .heart-stories__image-wrap {
    width: 280px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .heart-stories__image-wrap {
    width: 500px;
    margin-right: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__image-wrap {
    order: 2;
  }
}
.heart-stories__img {
  border-radius: 6px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 700px) {
  .heart-stories__text {
    flex: 1;
    order: 1;
    width: 50%;
    margin-left: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .heart-stories__text {
    padding-top: 28px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__text {
    margin-left: 0;
  }
}
.heart-stories__title {
  color: #282828;
  font-size: 22px;
  font-weight: 700 !important;
  font-family: 'TT Commons', sans-serif;
  margin-bottom: 19px;
}
@media only screen and (min-width: 700px) {
  .heart-stories__title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .heart-stories__title {
    font-size: 40px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__title {
    margin-top: 53px;
    max-width: 500px;
    margin-bottom: 3px;
  }
}
.heart-stories__description {
  margin-bottom: 19px;
  padding-right: 27px;
}
@media only screen and (min-width: 700px) {
  .heart-stories__description {
    margin-bottom: 10px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .heart-stories__description {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .heart-stories__description {
    max-width: 600px;
  }
}
