@-webkit-keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-19px);
            transform: translateY(-19px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-19px);
            transform: translateY(-19px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

/* Safari 4.0 - 8.0 */
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  background-color: #f0e4d6;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  overflow-x: hidden;
  background: url(../images/bg.png) repeat;
}

body.unload {
  overflow: hidden;
}

body.unload .front, body.unload .item {
  display: none;
}

body.unload .front#logo {
  display: block;
}

body.unload .home-bg {
  display: none;
}

body.menuon {
  overflow: hidden;
}

body.menuon::-webkit-scrollbar {
  height: 0 !important;
}

body.loaded {
  overflow-y: inherit;
}

body.loaded .front, body.loaded .item {
  display: block;
}

.clearfix {
  clear: both;
  height: 0;
  line-height: 0;
}

.img-load {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.animate.rotate {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

button {
  background: transparent;
  border: none;
}

figure {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

figure {
  display: inline-block;
  margin: 0 0 0 0;
  width: 100%;
}

#social, #nav {
  position: fixed;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  #nav {
    display: none;
  }
}

#social {
  z-index: 12;
  top: 33px;
  right: 33px;
}

.loading {
  top: 50%;
  left: 45%;
  display: block;
  font-size: 30px;
  color: #9c101e;
  position: absolute;
}

.loading.done {
  display: none;
}

.loading .loading-dots {
  text-align: center;
  z-index: 5;
}

.loading .loading-dots .words {
  font-size: 24px;
  letter-spacing: 2px;
}

.loading .loading-dots .dot {
  display: inline;
  margin-left: 0.2em;
  margin-right: 0.2em;
  position: relative;
  top: -1.7em;
  left: 75%;
  font-size: 30px;
  opacity: 0;
  -webkit-animation: showHideDot 2.5s ease-in-out infinite;
          animation: showHideDot 2.5s ease-in-out infinite;
}

.loading .loading-dots .dot.one {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading .loading-dots .dot.two {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading .loading-dots .dot.three {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media only screen and (max-width: 600px) {
  .loading {
    left: 30%;
  }
}

#logo {
  position: fixed;
  z-index: 13;
}

@media only screen and (max-width: 600px) {
  #logo {
    position: absolute;
    bottom: 45px;
    right: 53px;
  }
}

.padding-none {
  padding: 0 !important;
}

.image-popup-no-margins div {
  transition: -webkit-transform 0.9s !important;
  transition: transform 0.9s !important;
  transition: transform 0.9s, -webkit-transform 0.9s !important;
}

.image-popup-no-margins:hover {
  opacity: 1 !important;
}

.image-popup-no-margins:hover div {
  -webkit-transform: scale(1.03) rotate(-3deg) !important;
          transform: scale(1.03) rotate(-3deg) !important;
}

[data-cmp="menu"] #menu {
  position: fixed;
  z-index: 13;
  left: 53px;
  top: 45px;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu {
    left: 32px;
    top: 36px;
  }
}

[data-cmp="menu"] #menu.active a {
  padding: 0 10px;
  outline: 0;
  background-position: center;
  width: 16px;
  background-size: cover;
  background-image: url(../images/svg/close.svg);
  background-repeat: no-repeat;
}

[data-cmp="menu"] #menu.active a img {
  display: none;
}

[data-cmp="menu"] #menu-box {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

[data-cmp="menu"] #menu-box .menu-bg-1 {
  position: absolute;
  bottom: 11.29%;
  left: 11.29%;
  background-size: cover;
  background-image: url(../images/bg-menu-1.png);
  background-repeat: no-repeat;
  width: 11.43%;
  height: 0;
  padding-bottom: 8.86%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box .menu-bg-1 {
    display: none;
  }
}

[data-cmp="menu"] #menu-box .menu-bg-2 {
  position: absolute;
  top: 20%;
  right: 5.29%;
  background-size: cover;
  background-image: url(../images/bg-menu-2.png);
  background-repeat: no-repeat;
  width: 21.07%;
  height: 0;
  padding-bottom: 27%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box .menu-bg-2 {
    display: none;
  }
}

[data-cmp="menu"] #menu-box .shadow-1 {
  position: absolute;
  top: 0%;
  left: 2%;
  background-size: cover;
  background-image: url(../images/shadow-1.png);
  background-repeat: no-repeat;
  width: 16.71%;
  height: 0;
  padding-bottom: 49%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box .shadow-1 {
    display: none;
  }
}

[data-cmp="menu"] #menu-box .shadow-2 {
  position: absolute;
  top: 8%;
  left: 22%;
  background-size: cover;
  background-image: url(../images/shadow-2.png);
  background-repeat: no-repeat;
  width: 16.71%;
  height: 0;
  padding-bottom: 49%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box .shadow-2 {
    display: none;
  }
}

[data-cmp="menu"] #menu-box .shadow-3 {
  position: absolute;
  top: 8%;
  right: 0%;
  background-size: cover;
  background-image: url(../images/shadow-2.png);
  background-repeat: no-repeat;
  width: 16.71%;
  height: 0;
  padding-bottom: 49%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box .shadow-3 {
    display: none;
  }
}

[data-cmp="menu"] #menu-box ul {
  width: 25.71%;
  margin: 0 auto;
  padding: 10% 0 0 0;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box ul {
    width: 70%;
    padding: 20% 0 0 0;
  }
}

[data-cmp="menu"] #menu-box ul li {
  text-align: center;
  margin-bottom: 40px;
}

[data-cmp="menu"] #menu-box ul li a {
  display: block;
}

[data-cmp="menu"] #menu-box ul li a:hover {
  opacity: 0.5;
}

[data-cmp="menu"] #menu-box ul li a img {
  outline: none;
}

[data-cmp="menu"] #menu-box ul li a img.icon {
  margin-bottom: 10px;
}

[data-cmp="menu"] #menu-box ul li a div {
  text-align: center;
}

[data-cmp="menu"] #menu-box ul li a div.title-1 {
  position: relative;
  height: 0;
  padding-bottom: 25.26%;
  width: 100%;
}

[data-cmp="menu"] #menu-box ul li a div.title-2 {
  position: relative;
  height: 0;
  padding-bottom: 15.79%;
  width: 51.17%;
  margin: 0 auto;
}

[data-cmp="menu"] #menu-box ul li a div.title-3 {
  position: relative;
  height: 0;
  padding-bottom: 23.09%;
  width: 54.17%;
  margin: 0 auto;
}

[data-cmp="menu"] #menu-box.active {
  z-index: 12;
  opacity: 1;
  pointer-events: inherit;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100vh;
  background: url(../images/bg.png) repeat;
}

[data-cmp="menu"] #menu-box.active .credits {
  position: absolute;
  bottom: 45px;
  left: 53px;
}

@media only screen and (max-width: 600px) {
  [data-cmp="menu"] #menu-box.active .credits {
    bottom: 15%;
  }
}

[data-cmp="menu"] #menu-box.active .credits a {
  color: #9c101e;
  font-size: 18px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

#logo {
  bottom: 45px;
  right: 53px;
}

@media only screen and (max-width: 600px) {
  #logo {
    right: 32px;
    bottom: 5%;
  }
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  .wrapper {
    max-width: 900px;
  }
}

.wrapper p {
  color: #9c101e;
  line-height: 2em;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.wrapper-small {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  .wrapper-small {
    max-width: 900px;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper-small {
    width: 80%;
  }
}

.wrapper-small p {
  color: #9c101e;
  line-height: 2em;
  letter-spacing: 0.5px;
}

[data-cmp="home"] {
  display: block;
  max-width: 100%;
  position: relative;
}

[data-cmp="home"] .img-title {
  display: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .img-title {
    display: block;
  }
}

[data-cmp="home"] .bmov {
  margin: 20px 0px;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  [data-cmp="home"] .bmov {
    margin: 120px 0;
  }
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bmov {
    position: absolute;
    top: 18%;
    left: 4%;
    z-index: 200;
    display: inline-block;
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .home-bg {
    display: none;
  }
}

[data-cmp="home"] .home-copy {
  opacity: 0;
  transition: all 2s;
}

[data-cmp="home"] .home-copy.animate {
  opacity: 1;
}

[data-cmp="home"] .bg-home-0 {
  background-image: url(../images/bg-home-0.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13%;
  position: absolute;
  left: 8%;
  height: 0;
  padding-bottom: 10%;
  top: 22%;
  opacity: 0;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  -webkit-transform: translateX(-50px) translateY(50px) scale(1.25);
          transform: translateX(-50px) translateY(50px) scale(1.25);
}

[data-cmp="home"] .bg-home-0.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-0 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-1 {
  background-image: url(../images/bg-home-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13%;
  position: absolute;
  left: 5.71%;
  height: 0;
  padding-bottom: 10%;
  top: 12%;
  opacity: 0;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 50ms;
  -webkit-transform: translateX(-50px) translateY(50px) scale(1.25);
          transform: translateX(-50px) translateY(50px) scale(1.25);
}

[data-cmp="home"] .bg-home-1.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-1 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-2 {
  background-image: url(../images/bg-home-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  position: absolute;
  left: 7.71%;
  height: 0;
  padding-bottom: 23%;
  display: block;
  top: -13%;
  transition: opacity 2s, -webkit-transform 1.8s;
  transition: transform 1.8s, opacity 2s;
  transition: transform 1.8s, opacity 2s, -webkit-transform 1.8s;
  transition-delay: 50ms;
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

[data-cmp="home"] .bg-home-2 div {
  width: 100%;
  height: 100%;
}

[data-cmp="home"] .bg-home-2.animate {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-2 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-3 {
  background-image: url(../images/bg-home-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8%;
  position: absolute;
  right: 14%;
  padding-bottom: 8%;
  height: 0;
  top: 13%;
  opacity: 0;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  transition-delay: 1.5s;
}

[data-cmp="home"] .bg-home-3.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-3 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-4 {
  background-image: url(../images/bg-home-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25.57%;
  position: absolute;
  right: -4%;
  padding-bottom: 20%;
  height: 0;
  top: -3%;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 1.5s;
  -webkit-transform: translateX(100%) rotate(45deg);
          transform: translateX(100%) rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

[data-cmp="home"] .bg-home-4.animate {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-4 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-5 {
  background-image: url(../images/bg-home-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  position: absolute;
  right: -11%;
  height: 0;
  padding-bottom: 33%;
  top: 31%;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 2s;
  -webkit-transform: translateX(100%) rotate(45deg);
          transform: translateX(100%) rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

[data-cmp="home"] .bg-home-5.animate {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-5 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-6 {
  position: absolute;
  bottom: 23%;
  left: 12.5%;
  background-size: cover;
  background-image: url(../images/bg-home-6.png);
  background-repeat: no-repeat;
  width: 12%;
  height: 0;
  padding-bottom: 8.86%;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 3s;
  -webkit-transform: translateX(-50px) translateY(50px) scale(1.25);
          transform: translateX(-50px) translateY(50px) scale(1.25);
  opacity: 0;
}

[data-cmp="home"] .bg-home-6.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-6 {
    display: none;
  }
}

[data-cmp="home"] .bg-home-7 {
  background-image: url(../images/bg-home-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38%;
  position: absolute;
  left: -12%;
  height: 0;
  padding-bottom: 33%;
  top: 58%;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 3.5s;
  -webkit-transform: translateX(-100%) rotate(45deg);
          transform: translateX(-100%) rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

[data-cmp="home"] .bg-home-7.animate {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-7 {
    width: 70%;
    display: block;
    padding-bottom: 45%;
    top: 80%;
  }
}

[data-cmp="home"] .bg-home-8 {
  position: absolute;
  bottom: 12%;
  right: 30%;
  background-size: cover;
  background-image: url(../images/bg-home-8.png);
  background-repeat: no-repeat;
  width: 11.43%;
  height: 0;
  padding-bottom: 8.86%;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 4.5s;
  -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
}

[data-cmp="home"] .bg-home-8.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  [data-cmp="home"] .bg-home-8 {
    display: none;
  }
}

[data-cmp="owlcarousel"] {
  padding: 0 0 10% 0;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden !important;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] {
    padding: 10% 0 10% 0;
  }
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] {
    overflow: hidden !important;
  }
}

[data-cmp="owlcarousel"] .owl-stage-outer {
  overflow: visible !important;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .owl-stage-outer {
    overflow: hidden !important;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .owl-nav {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .owl-dots {
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

[data-cmp="owlcarousel"] .carousel-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .carousel-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

[data-cmp="owlcarousel"] .carousel-box.row .box {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .carousel-box.row .box {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

[data-cmp="owlcarousel"] .carousel-box.row .image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 0;
}

[data-cmp="owlcarousel"] .carousel-box.row .image .img-box {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 136%;
}

[data-cmp="owlcarousel"] .carousel-box.row .copy {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  padding: 0 40px;
  color: rgba(243, 223, 194, 0.6);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  max-height: 650px;
}

[data-cmp="owlcarousel"] .carousel-box.row .copy p {
  margin: 0 0 20px 0;
}

[data-cmp="owlcarousel"] .carousel-box.column {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[data-cmp="owlcarousel"] .carousel-box.column .box {
  width: 100%;
}

[data-cmp="owlcarousel"] .carousel-box.column .image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 0;
  clear: both;
  margin: 0;
}

[data-cmp="owlcarousel"] .carousel-box.column .image .img-box {
  width: 34.68%;
  height: 0;
  padding-bottom: 41.36%;
  margin: 0 auto;
  position: relative;
  clear: both;
}

[data-cmp="owlcarousel"] .carousel-box.column .copy {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 65%;
  margin: 60px auto 0;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  padding: 0 40px;
  color: rgba(243, 223, 194, 0.6);
  letter-spacing: 0.5px;
  line-height: 1.8em;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .carousel-box.column .copy {
    width: 100%;
  }
}

[data-cmp="owlcarousel"] .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 12;
  outline: none;
  display: block;
  text-indent: -9999px;
  width: 22px;
  height: 28px;
  outline: 0;
  background-position: center;
  background-size: cover;
  background-image: url(../images/svg/arrow-carousel.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 20%;
  color: transparent;
}

[data-cmp="owlcarousel"] .owl-nav .owl-prev.disabled {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .owl-nav .owl-prev {
    top: 93%;
    left: 18%;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  [data-cmp="owlcarousel"] .owl-nav .owl-prev {
    left: 26%;
  }
}

[data-cmp="owlcarousel"] .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 12;
  outline: none;
  display: block;
  text-indent: -9999px;
  outline: 0;
  width: 22px;
  height: 28px;
  background-position: center;
  background-size: cover;
  background-image: url(../images/svg/arrow-carousel.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  right: 20%;
  color: transparent;
}

[data-cmp="owlcarousel"] .owl-nav .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  [data-cmp="owlcarousel"] .owl-nav .owl-next {
    top: 93%;
    right: 18%;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  [data-cmp="owlcarousel"] .owl-nav .owl-next {
    right: 26%;
  }
}

[data-cmp="owlcarousel"] .owl-dots .owl-dot {
  padding: 11px;
  display: inline-block;
  background-image: url(../images/svg/dot.svg);
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

[data-cmp="owlcarousel"] .owl-dots .owl-dot.active {
  background-image: url(../images/svg/dot-active.svg);
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
}

.string {
  position: absolute;
  top: 11%;
  right: 19.6%;
  width: 11.2%;
  z-index: 12;
  display: block;
}

@media only screen and (max-width: 600px) {
  .string {
    width: 40%;
    right: 11%;
    top: 19%;
  }
}

.string img {
  display: none;
  pointer-events: none;
  width: 80%;
}

.string img.active {
  display: block;
}

@media only screen and (max-width: 600px) {
  .string img {
    width: 70%;
  }
}

.string:hover {
  cursor: pointer;
}

.cloth {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 830px;
  pointer-events: none;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .cloth {
    min-height: 1200px;
  }
}

.cloth .cloth-top {
  /*background-image:url(../images/bg-cloth-top.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 16.14%;
  z-index: 12;
  margin-top: -3.3%;
  position: relative;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  .cloth .cloth-top {
    max-width: -2.9%;
  }
}

@media only screen and (max-width: 600px) {
  .cloth .cloth-top {
    /*background-image:url(../images/bg-cloth-mobile-top.png);*/
    padding-bottom: 31%;
    margin-top: -11.1%;
  }
}

.cloth .cloth-top .cloth-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg-cloth-animation-frame-1.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .cloth .cloth-top .cloth-animation {
    background-image: url(../images/bg-mobile-cloth-animation-frame-1.png);
    background-size: auto 100%;
    background-position: top right;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  .cloth .cloth-top .cloth-animation {
    background-image: url(../images/bg-big-cloth-animation-frame-1.png);
  }
}

.cloth .cloth-top .cloth-animation.animate {
  /*background-image:url(../images/bg-cloth-animation-frame-7.png);*/
  -webkit-animation-name: cloth-animation;
          animation-name: cloth-animation;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.cloth .cloth-top .thread-animation-outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  transition: width 0.75s;
  overflow: hidden;
}

.cloth .cloth-top .thread-animation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-image: url(../images/bg-cloth-animation-thread.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .cloth .cloth-top .thread-animation {
    background-size: auto 100%;
    background-position: top right;
  }
}

.cloth .cloth-top .thread-animation-outer.animate {
  width: 0vw;
}

.cloth .cloth-top .click-box {
  position: absolute;
  top: 15%;
  z-index: 12;
  left: 0;
  width: 100%;
  text-align: center;
}

.cloth .cloth-top .click-box .arrow {
  margin-top: 22px;
}

.cloth .cloth-top:hover {
  cursor: pointer;
}

.cloth .cloth-bottom {
  background: url(../images/bg.png) repeat;
  height: 107%;
  z-index: 11;
  margin-top: -5%;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .cloth .cloth-bottom {
    margin-top: -7%;
  }
}

@-webkit-keyframes cloth-animation {
  0% {
    background-image: url(../images/bg-cloth-animation-frame-1.png);
  }
  20% {
    background-image: url(../images/bg-cloth-animation-frame-2.png);
  }
  40% {
    background-image: url(../images/bg-cloth-animation-frame-3.png);
  }
  60% {
    background-image: url(../images/bg-cloth-animation-frame-4.png);
  }
  80% {
    background-image: url(../images/bg-cloth-animation-frame-5.png);
  }
  100% {
    background-image: url(../images/bg-cloth-animation-frame-6.png);
  }
}

@keyframes cloth-animation {
  0% {
    background-image: url(../images/bg-cloth-animation-frame-1.png);
  }
  20% {
    background-image: url(../images/bg-cloth-animation-frame-2.png);
  }
  40% {
    background-image: url(../images/bg-cloth-animation-frame-3.png);
  }
  60% {
    background-image: url(../images/bg-cloth-animation-frame-4.png);
  }
  80% {
    background-image: url(../images/bg-cloth-animation-frame-5.png);
  }
  100% {
    background-image: url(../images/bg-cloth-animation-frame-6.png);
  }
}

@media only screen and (max-width: 600px) {
  @-webkit-keyframes cloth-animation {
    0% {
      background-image: url(../images/bg-mobile-cloth-animation-frame-1.png);
    }
    20% {
      background-image: url(../images/bg-cloth-animation-frame-2.png);
    }
    40% {
      background-image: url(../images/bg-cloth-animation-frame-3.png);
    }
    60% {
      background-image: url(../images/bg-cloth-animation-frame-4.png);
    }
    80% {
      background-image: url(../images/bg-cloth-animation-frame-5.png);
    }
    100% {
      background-image: url(../images/bg-mobile-cloth-animation-frame-6.png);
    }
  }
  @keyframes cloth-animation {
    0% {
      background-image: url(../images/bg-mobile-cloth-animation-frame-1.png);
    }
    20% {
      background-image: url(../images/bg-cloth-animation-frame-2.png);
    }
    40% {
      background-image: url(../images/bg-cloth-animation-frame-3.png);
    }
    60% {
      background-image: url(../images/bg-cloth-animation-frame-4.png);
    }
    80% {
      background-image: url(../images/bg-cloth-animation-frame-5.png);
    }
    100% {
      background-image: url(../images/bg-mobile-cloth-animation-frame-6.png);
    }
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  @-webkit-keyframes cloth-animation {
    0% {
      background-image: url(../images/bg-big-cloth-animation-frame-1.png);
    }
    20% {
      background-image: url(../images/bg-cloth-animation-frame-2.png);
    }
    40% {
      background-image: url(../images/bg-cloth-animation-frame-3.png);
    }
    60% {
      background-image: url(../images/bg-cloth-animation-frame-4.png);
    }
    80% {
      background-image: url(../images/bg-cloth-animation-frame-5.png);
    }
    100% {
      background-image: url(../images/bg-big-cloth-animation-frame-6.png);
    }
  }
  @keyframes cloth-animation {
    0% {
      background-image: url(../images/bg-big-cloth-animation-frame-1.png);
    }
    20% {
      background-image: url(../images/bg-cloth-animation-frame-2.png);
    }
    40% {
      background-image: url(../images/bg-cloth-animation-frame-3.png);
    }
    60% {
      background-image: url(../images/bg-cloth-animation-frame-4.png);
    }
    80% {
      background-image: url(../images/bg-cloth-animation-frame-5.png);
    }
    100% {
      background-image: url(../images/bg-big-cloth-animation-frame-6.png);
    }
  }
}

.bg-img-preload {
  margin: 0;
  padding: 0;
  line-height: 0;
  height: 0;
}

.bg-img-preload img {
  width: 0;
  height: 0;
  opacity: 0;
}

.align-center {
  text-align: center;
}

.title, .intro {
  color: #9c101e;
}

.intro {
  line-height: 1.8em;
}

.title {
  margin-top: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.img-title img {
  width: 100%;
}

#nav {
  left: 44px;
  top: 42%;
  margin-top: -50px;
  z-index: 11;
}

#nav ul li {
  padding: 0;
}

#nav ul li:first-child {
  margin-bottom: 15px;
}

#nav ul li:last-child {
  margin-top: 15px;
}

#nav ul li a {
  padding: 4px;
  display: block;
  text-align: center;
}

#nav ul li a:hover {
  background-image: url(../images/svg/nav-dot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

#nav ul li.active a {
  background-image: url(../images/svg/dot-active.svg);
  background-position: center;
  padding: 9px;
  background-repeat: no-repeat;
}

#nav ul li.active a img {
  opacity: 0;
}

.item {
  position: relative;
  width: 100%;
}

.item .bg {
  background: url(../images/bg.png) repeat;
  position: relative;
  z-index: 9;
}

.item .chapter-box {
  height: auto;
}

.item .chapter-box.closed {
  height: 100px;
}

.item .chapter-box.closed .cloth {
  pointer-events: inherit;
}

.item .chapter-box .chapter-top {
  width: 100%;
  height: 0;
  background-image: url(../images/bg-chapter-top_sm2.png);
  background-repeat: repeat-x;
  background-size: top;
  padding-bottom: 41px;
  position: relative;
  z-index: 9;
  top: -16px;
}

@media only screen and (max-width: 600px) {
  .item .chapter-box .chapter-top {
    padding-bottom: 12%;
  }
}

.item .chapter-box .bg {
  position: absolute;
}

.item .chapter-box .chapter {
  background-image: url(../images/bg-chapter.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 0;
  z-index: 8;
  -webkit-transform: translateX(0) translateY(-5%);
          transform: translateX(0) translateY(-5%);
}

.item .chapter-box .chapter .chapter-shadow-top {
  width: 100%;
  height: 0;
  background-image: url("../images/bg-shadow-top.png");
  background-size: cover;
  padding-bottom: 6%;
}

.item .chapter-box .chapter .chapter-shadow-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .item .chapter-box .chapter-bottom {
    /*background-image:url(../images/bg-mobile-chapter-bottom.png) !important;*/
  }
}

.item .chapter-box .chapter-bottom .arrow {
  position: absolute;
  top: 38%;
  left: 50%;
}

.item .letter {
  position: relative;
  z-index: 10;
}

.item .letter .red {
  color: #9c101e;
  text-align: center;
  padding: 100px 0 90px 0;
  font-weight: 500;
}

.item .letter .copy {
  width: 41.79%;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  color: #574f49;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  .item .letter .copy {
    max-width: 900px;
  }
}

@media only screen and (max-width: 600px) {
  .item .letter .copy {
    width: 80%;
  }
}

.img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.chapter-sep {
  background-image: url(../images/icon-pen.png);
  width: 85px;
  margin: 55px auto 0 auto;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.arrowAnim {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrowAnim .arrowSliding {
  position: absolute;
  -webkit-animation: slide 3s linear infinite;
  animation: slide 3s linear infinite;
}

.arrowAnim .arrowSliding.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.arrowAnim .arrowSliding.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#home {
  height: 100vh;
}

#home .home-title img {
  display: none;
}

#home .intro span {
  font-size: 16px;
}

#home .title {
  letter-spacing: 1px;
  font-size: 12px;
}

#home .title span {
  font-size: 16px;
  display: block;
}

#home .wrapper {
  padding-top: 105px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #home .wrapper {
    padding-top: 0;
    margin-top: 105px;
  }
}

#home .wrapper .img-title {
  margin: 60px 0 70px 0;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 54.13%;
}

@media only screen and (max-width: 600px) {
  #home .wrapper .img-title {
    margin: 20px 0 20px 0;
  }
}

#home .wrapper .arrow {
  margin-top: 40px;
  opacity: 0;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 3.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#home .wrapper .arrow.animate {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#chapter1 {
  padding-top: 150px;
}

@media only screen and (max-width: 600px) {
  #chapter1 {
    padding-top: 40px;
  }
}

#chapter1 .bg-chapter2 {
  background-image: url(../images/bg-chapter1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.86%;
  position: absolute;
  right: 5%;
  height: 100%;
  top: 10%;
  z-index: 10;
  max-height: 400px;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 250ms;
  -webkit-transform: translateX(100px) scale(1.25);
          transform: translateX(100px) scale(1.25);
  opacity: 0;
}

#chapter1 .bg-chapter2.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #chapter1 .bg-chapter2 {
    display: none;
  }
}

#chapter1 .wrapper {
  padding-bottom: 60px;
}

#chapter1 .wrapper .sep {
  margin-top: 40px;
}

#chapter1 .wrapper .img-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 32.26%;
}

#chapter1 .wrapper .content {
  margin-top: 75px;
  padding: 0 25px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #chapter1 .wrapper .content {
    padding: 0 10px;
    margin-top: 30px;
  }
}

#chapter1 .wrapper .arrow {
  margin-top: 30px;
}

#chapter1 .chapter-box {
  position: relative;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-nav .owl-next {
    top: 97%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-nav .owl-prev {
    top: 97%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c1 .img-box {
    width: 50%;
    padding-bottom: 69%;
    margin: 0 auto 20px;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c2 .img-box {
  padding-bottom: 140%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c2 .img-box {
    width: 50%;
    padding-bottom: 70%;
    margin: 0 auto 20px;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c3 .img-box {
  width: 34.68%;
  padding-bottom: 41.36%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c3 .img-box {
    width: 58%;
    padding-bottom: 69%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c4 .img-box {
    width: 50%;
    padding-bottom: 69%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c5 .img-box {
    width: 50%;
    padding-bottom: 69%;
    margin: 0 auto 20px;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c6 .img-box {
  width: 60%;
  padding-bottom: 41.36%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c6 .img-box {
    width: 86%;
    padding-bottom: 60%;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c7 .img-box {
  width: 40%;
  padding-bottom: 50%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c7 .img-box {
    width: 48%;
    padding-bottom: 60%;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c8 .img-box {
  padding-bottom: 135%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c8 .img-box {
    width: 54%;
    padding-bottom: 73%;
    margin: 0 auto 20px;
  }
}

#chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c9 .img-box {
  padding-bottom: 130%;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c9 .img-box {
    width: 54%;
    padding-bottom: 69%;
    margin: 0 auto 20px;
  }
}

#chapter1 .chapter-box.closed .chapter-bottom {
  z-index: 9;
}

#chapter1 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-chapter-bottom.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-top: -5%;
  padding-bottom: 20%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  #chapter1 .chapter-box .chapter-bottom {
    /*background-image: url(../images/bg-chapter1-bottom-mobile.png);*/
    padding-bottom: 20%;
    margin-top: -10%;
  }
  #chapter1 .chapter-box .chapter-bottom .arrow {
    top: 45%;
  }
}

#chapter2 {
  padding-top: 10%;
}

#chapter2 .shadow-1 {
  position: absolute;
  top: 30%;
  right: 2%;
  background-size: cover;
  background-image: url(../images/shadow-2.png);
  background-repeat: no-repeat;
  width: 16.71%;
  height: 0;
  padding-bottom: 49%;
}

#chapter2 .shadow-2 {
  position: absolute;
  top: 67%;
  left: 2%;
  background-size: cover;
  background-image: url(../images/shadow-1.png);
  background-repeat: no-repeat;
  width: 16.71%;
  height: 0;
  padding-bottom: 49%;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n1 .chapter-box .cloth .cloth-top {
    margin-top: -4.1%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter2 .n1 .chapter-box .chapter-top {
    top: 10px;
    padding-bottom: 12%;
  }
}

#chapter2 .n1 .chapter-box.closed .chapter-bottom {
  z-index: 9;
}

#chapter2 .n1 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-bottom-chapter2-1.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-top: -5%;
  padding-bottom: 20%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n1 .chapter-box .chapter-bottom {
    margin-top: -5%;
    padding-bottom: 34%;
  }
}

#chapter2 .n2 {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .cloth .cloth-top {
    margin-top: -7.9%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .chapter-top {
    top: -2px;
  }
}

#chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c1 .img-box {
  width: 100%;
  padding-bottom: 136%;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c1 .img-box {
    width: 45%;
    padding-bottom: 61%;
    margin: 0 auto 20px auto;
  }
}

#chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c2 .img-box {
  width: 56.68%;
  padding-bottom: 43.36%;
}

#chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c3 .img-box {
  width: 38%;
  padding-bottom: 53%;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c3 .img-box {
    width: 50%;
    padding-bottom: 69%;
    margin: 0 auto 20px;
  }
}

#chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c4 .img-box {
  width: 42%;
  padding-bottom: 52%;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c4 .img-box {
    width: 55%;
    padding-bottom: 69%;
    margin: 0 auto;
  }
}

#chapter2 .n2 .chapter-box.closed .chapter-bottom {
  z-index: 9;
}

#chapter2 .n2 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-bottom-chapter2-2.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-top: -5%;
  padding-bottom: 19%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  #chapter2 .n2 .chapter-box .chapter-bottom {
    margin-top: -5%;
    padding-bottom: 25%;
  }
}

#chapter2 .letter .wrapper {
  padding: 0;
}

#chapter2 .letter .icon {
  margin: 0 auto 5% auto;
  text-align: center;
}

#chapter2 .letter .red {
  margin: 0 auto 5% auto;
}

#chapter2 .letter .copy {
  margin: 0 auto 5% auto;
}

#chapter2 .letter .copy p {
  color: #574f49;
}

#chapter2 .bg-chapter1 {
  background-image: url(../images/bg-chapter2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.86%;
  position: absolute;
  left: 5%;
  height: 100%;
  top: 3.5%;
  z-index: 11;
  max-height: 400px;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 250ms;
  -webkit-transform: translateX(100px) scale(1.25);
          transform: translateX(100px) scale(1.25);
  opacity: 0;
}

#chapter2 .bg-chapter1.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #chapter2 .bg-chapter1 {
    display: none;
  }
}

#chapter2 .wrapper {
  padding-bottom: 60px;
}

#chapter2 .wrapper .sep {
  margin-top: 40px;
}

#chapter2 .wrapper .img-title {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 26%;
  margin: 0 auto;
  z-index: 12;
}

#chapter2 .wrapper .content {
  margin-top: 75px;
  padding: 0 25px;
  overflow: hidden;
}

#chapter2 .wrapper .arrow {
  margin-top: 30px;
}

#chapter2 .chapter-box {
  position: relative;
}

#chapter2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c1 .img-box {
  width: 57.68%;
  padding-bottom: 41.36%;
}

#chapter2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c2 .img-box {
  width: 34.68%;
  padding-bottom: 43.36%;
}

#chapter2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c3 .img-box {
  width: 53.98%;
  padding-bottom: 41.36%;
}

#chapter2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c4 .img-box {
  width: 51%;
  padding-bottom: 41.36%;
}

#chapter2 .chapter-box .chapter [data-cmp="owlcarousel"] .owl-item .c5 .img-box {
  width: 60%;
  padding-bottom: 41.36%;
}

#chapter3 {
  padding-top: 10%;
  padding-bottom: 10%;
}

#chapter3 .padding-bottom {
  padding-bottom: 10%;
}

#chapter3 .bg-chapter1 {
  background-image: url(../images/bg-chapter3-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.86%;
  position: absolute;
  right: 5%;
  height: 100%;
  top: 5%;
  z-index: 11;
  max-height: 400px;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  transition-delay: 250ms;
  -webkit-transform: translateX(100px) scale(1.25);
          transform: translateX(100px) scale(1.25);
  opacity: 0;
}

#chapter3 .bg-chapter1.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #chapter3 .bg-chapter1 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #chapter3 .n1 .chapter-box .cloth .cloth-top {
    margin-top: -4%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter3 .n1 .chapter-box .chapter-top {
    top: 10px;
  }
}

#chapter3 .n1 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-bottom-chapter3-1.png);*/
  margin-top: -8%;
  padding-bottom: 25%;
}

@media only screen and (max-width: 600px) {
  #chapter3 .n1 .chapter-box .chapter-bottom {
    margin-top: -5%;
    padding-bottom: 20%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter3 .n2 .chapter-box .cloth .cloth-top {
    margin-top: -4%;
  }
}

@media only screen and (max-width: 600px) {
  #chapter3 .n2 .chapter-box .chapter-top {
    top: 10px;
  }
}

#chapter3 .n2 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-bottom-chapter3-2.png);*/
  margin-top: -12%;
  padding-bottom: 25%;
}

#chapter3 .n2 .chapter-box .chapter-bottom .arrow {
  top: 58%;
}

@media only screen and (max-width: 600px) {
  #chapter3 .n2 .chapter-box .chapter-bottom {
    margin-top: -5%;
    padding-bottom: 20%;
  }
}

#chapter3 .wrapper {
  padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  #chapter3 .wrapper {
    padding-bottom: 30px;
  }
}

#chapter3 .wrapper .sep {
  margin-top: 60px;
}

#chapter3 .wrapper .img-title {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 33%;
  margin: 0 auto;
}

#chapter3 .wrapper .content {
  margin-top: 60px;
  padding: 0 25px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #chapter3 .wrapper .content {
    padding: 0;
    width: 90%;
  }
}

#chapter3 .wrapper .arrow {
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  #chapter3 .wrapper .wrapper-small {
    width: 90%;
    margin-top: 20px;
  }
}

#chapter3 .chapter-box {
  position: relative;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel1 .owl-item .c1 .img-box {
  width: 56.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel1 .owl-item .c2 .img-box {
  width: 59.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel1 .owl-item .c3 .img-box {
  width: 59.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel1 .owl-item .c4 .img-box {
  width: 59.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel1 .owl-item .c5 .img-box {
  width: 59.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c1 .img-box {
  width: 60.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c2 .img-box {
  width: 59.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c3 .img-box {
  width: 55.78%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c4 .img-box {
  width: 37.68%;
  padding-bottom: 43.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c5 .img-box {
  width: 29.68%;
  padding-bottom: 43.36%;
}

#chapter3 .chapter-box .chapter [data-cmp="owlcarousel"] .carousel2 .owl-item .c6 .img-box {
  width: 60.68%;
  padding-bottom: 40.36%;
}

#chapter3 .chapter-box.closed .chapter-bottom {
  z-index: 9;
}

#chapter3 .chapter-box .chapter-bottom {
  /*background-image: url(../images/bg-chapter-bottom.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-top: -12%;
  padding-bottom: 320px;
  position: relative;
  z-index: 10;
}

#chapter3 .chapter-sep {
  background-image: url(../images/icon-chapter3-sep.png);
  width: 250px;
  margin: 55px auto 0 auto;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

#credits {
  padding-top: 2%;
  overflow: hidden;
}

#credits h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.2em;
  padding: 0;
  margin: 15% 0 10px 0;
}

#credits h3 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 0;
  margin: 0 0 10% 0;
}

#credits .padding-20 {
  padding: 20px 0;
}

#credits .uppercase {
  text-transform: uppercase;
  color: rgba(243, 223, 194, 0.6);
  text-align: center;
  letter-spacing: 1.5px;
  padding: 0 10%;
}

#credits .bg-credit1 {
  background-image: url(../images/bg-credit-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.29%;
  position: absolute;
  left: 16%;
  height: 0;
  padding-bottom: 10%;
  top: 30%;
  z-index: 10;
  max-height: 400px;
}

@media only screen and (max-width: 600px) {
  #credits .bg-credit1 {
    display: none;
  }
}

#credits .bg-credit2 {
  background-image: url(../images/bg-credit-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.29%;
  position: absolute;
  left: 10%;
  height: 0;
  padding-bottom: 10%;
  top: 43%;
  z-index: 10;
  max-height: 400px;
}

@media only screen and (max-width: 600px) {
  #credits .bg-credit2 {
    display: none;
  }
}

#credits .bg-credit3 {
  background-image: url(../images/bg-credit-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30.86%;
  position: absolute;
  left: -16%;
  height: 0;
  top: 50%;
  z-index: 10;
  max-height: 400px;
  padding-bottom: 30%;
}

@media only screen and (max-width: 600px) {
  #credits .bg-credit3 {
    display: none;
  }
}

#credits .bg-credit4 {
  background-image: url(../images/bg-credit-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  position: absolute;
  right: -16%;
  height: 0;
  padding-bottom: 25%;
  top: 30%;
  z-index: 10;
  max-height: 400px;
}

@media only screen and (max-width: 600px) {
  #credits .bg-credit4 {
    display: none;
  }
}

#credits .wrapper .img-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69.26%;
}

#credits .wrapper {
  color: rgba(243, 223, 194, 0.6);
}

#credits .wrapper .text-box {
  padding-bottom: 15%;
}

#credits .wrapper .text-box .text-inner {
  overflow: hidden;
  /* white-space: nowrap; */
  margin-bottom: 11px;
  /* position: relative; */
  /* justify-content: flex-start; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-evenly; */
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

#credits .wrapper .text-box .text-inner .dot {
  -webkit-flex-grow: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  margin: 0 5px;
  background: url(../images/dots.png);
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 20px;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  #credits .wrapper .text-box .text-inner:nth-child(5) .l {
    width: 190px;
  }
}

#credits .wrapper .text-box .text-inner-sep {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 11px;
}

#credits .wrapper .text-box .text-inner-sep .sep {
  padding-bottom: 10px;
}

#credits .wrapper .copy p {
  color: rgba(243, 223, 194, 0.6);
  text-align: center;
}

#credits .wrapper .copy.padding-bottom {
  padding-bottom: 10%;
}

#credits .chapter-box .cloth {
  height: 2200px !important;
}

#credits .chapter-box .cloth .cloth-top {
  margin-top: -1.1%;
}

#credits .chapter-box.closed {
  height: 300vh;
}

#credits .chapter-box.closed .cloth .cloth-top {
  margin-top: -1.1%;
}

@media only screen and (max-width: 600px) {
  #credits .chapter-box.closed .cloth .cloth-top {
    margin-top: -5.0%;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  #credits .chapter-box.closed .cloth .cloth-bottom {
    height: 120%;
  }
}

#credits .chapter-box .chapter-top {
  top: -13px;
}

@media only screen and (min-width: 2400px) and (max-width: 2800px) {
  #credits .chapter-box .chapter-top {
    top: -22px;
  }
}

@media only screen and (max-width: 600px) {
  #credits .chapter-box .chapter-top {
    margin-top: 10px;
  }
}

#credits .chapter-box .chapter {
  -webkit-transform: translateX(0) translateY(-2%);
          transform: translateX(0) translateY(-2%);
  padding-bottom: 5%;
}

#credits .chapter-box .chapter-bottom {
  background-image: url(../images/bg-bottom-credit.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-top: -6%;
  padding-bottom: 9%;
  position: relative;
  z-index: 9;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  #credits .chapter-box .chapter-bottom {
    margin-top: -19%;
    padding-bottom: 20%;
  }
}

.back-to-top {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 11;
}

.back-to-top a {
  color: #9c101e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
