@charset "UTF-8";
@import "./vendors/slick.css";
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.imageUp {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-in-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay-in-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-in-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.delay-in-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-in-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-in-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay-in-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.delay-in-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay-in-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.delay-in-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.fillWidth.animated {
  -webkit-animation-name: fillWidth;
          animation-name: fillWidth;
}

.circleAnimate.animated {
  -webkit-animation-name: circleAnimate;
          animation-name: circleAnimate;
}

.rotateWord.animated {
  -webkit-animation-name: rotateWord;
          animation-name: rotateWord;
}

.imageUp.animated {
  -webkit-animation-name: imageUp;
          animation-name: imageUp;
}

.zoomOutScale.animated {
  -webkit-animation-name: zoomOutScale;
          animation-name: zoomOutScale;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes imageUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes imageUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 65%) rotateX(-90deg) rotateZ(0deg) skewY(0deg);
            transform: translate(0%, 65%) rotateX(-90deg) rotateZ(0deg) skewY(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) rotateX(0deg) rotateZ(0deg) skewY(0deg);
            transform: translate(0%, 0%) rotateX(0deg) rotateZ(0deg) skewY(0deg);
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 65%) rotateX(-90deg) rotateZ(0deg) skewY(0deg);
            transform: translate(0%, 65%) rotateX(-90deg) rotateZ(0deg) skewY(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) rotateX(0deg) rotateZ(0deg) skewY(0deg);
            transform: translate(0%, 0%) rotateX(0deg) rotateZ(0deg) skewY(0deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOutScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomOutScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@font-face {
  font-family: "Bw Gradual DEMO";
  src: url("../fonts/BwGradualDEMO-Bold.eot");
  src: url("../fonts/BwGradualDEMO-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BwGradualDEMO-Bold.woff2") format("woff2"), url("../fonts/BwGradualDEMO-Bold.woff") format("woff"), url("../fonts/BwGradualDEMO-Bold.ttf") format("truetype"), url("../fonts/BwGradualDEMO-Bold.svg#BwGradualDEMO-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual DEMO";
  src: url("../fonts/BwGradualDEMO-Medium.eot");
  src: url("../fonts/BwGradualDEMO-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BwGradualDEMO-Medium.woff2") format("woff2"), url("../fonts/BwGradualDEMO-Medium.woff") format("woff"), url("../fonts/BwGradualDEMO-Medium.ttf") format("truetype"), url("../fonts/BwGradualDEMO-Medium.svg#BwGradualDEMO-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual DEMO";
  src: url("../fonts/BwGradualDEMO-Regular.eot");
  src: url("../fonts/BwGradualDEMO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BwGradualDEMO-Regular.woff2") format("woff2"), url("../fonts/BwGradualDEMO-Regular.woff") format("woff"), url("../fonts/BwGradualDEMO-Regular.ttf") format("truetype"), url("../fonts/BwGradualDEMO-Regular.svg#BwGradualDEMO-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
*:focus-visible {
  outline: 3px solid #000000 !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

html {
  scroll-behavior: unset !important;
  height: 100%;
}
html > .hidden {
  overflow: hidden;
  opacity: 1;
}

body {
  width: 100%;
  overflow-x: clip !important;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: #f6f1eb;
  opacity: 0;
}
body.overflow-hidden {
  overflow: hidden !important;
}
body.body-opacity {
  opacity: 0;
}
body.show {
  opacity: 1;
}

html,
body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  html,
  body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  html,
  body {
    font-size: 13px;
  }
}
html,
body {
  color: #26211e;
  font-family: "Bw Gradual DEMO";
}

section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 767.9px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

h1 {
  font-size: 79px;
  line-height: 1.353;
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 575.9px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 18px;
  }
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
p {
  margin: 0 0 27px;
}
@media (min-width: 1424px) {
  p {
    margin: 0 0 clamp(0px, 1.8960674157vw, 94.8033707865px);
  }
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
p a:hover {
  color: #c8b496;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.color-yellow {
  color: #c8b496;
}

ul,
ol {
  padding-left: 30px;
  margin: 0 0 27px;
}
@media (min-width: 1424px) {
  ul,
  ol {
    padding-left: clamp(0px, 2.106741573vw, 105.3370786517px);
    margin: 0 0 clamp(0px, 1.8960674157vw, 94.8033707865px);
  }
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

svg {
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

video,
iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img,
.video-box,
.media-box,
.bg-box,
.wp-block-image,
.wp-block-video,
.common {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img video,
.img iframe,
.video-box video,
.video-box iframe,
.media-box video,
.media-box iframe,
.bg-box video,
.bg-box iframe,
.wp-block-image video,
.wp-block-image iframe,
.wp-block-video video,
.wp-block-video iframe,
.common video,
.common iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
input::-webkit-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::-moz-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input:-ms-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::-ms-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input:focus {
  opacity: 0.8;
}

button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  cursor: pointer;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit],
::before,
::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  border-radius: 0;
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1424px) {
  .container {
    max-width: clamp(0px, 100vw, 5000px);
  }
}

.content {
  margin: 0 auto;
  max-width: 1424px;
  padding: 0 31px;
}
@media (min-width: 1424px) {
  .content {
    max-width: clamp(0px, 100vw, 5000px);
    padding: 0 clamp(0px, 2.1769662921vw, 108.8483146067px);
  }
}
@media (max-width: 767.9px) {
  .content {
    padding: 0 20px;
  }
}
.content h1 {
  margin-top: 0;
}

.wordTransform * {
  will-change: transform;
}
.wordTransform span {
  display: inline-block;
}
.wordTransform span:nth-child(1) {
  -webkit-animation-delay: 0.016s;
          animation-delay: 0.016s;
}
.wordTransform span:nth-child(2) {
  -webkit-animation-delay: 0.032s;
          animation-delay: 0.032s;
}
.wordTransform span:nth-child(3) {
  -webkit-animation-delay: 0.048s;
          animation-delay: 0.048s;
}
.wordTransform span:nth-child(4) {
  -webkit-animation-delay: 0.064s;
          animation-delay: 0.064s;
}
.wordTransform span:nth-child(5) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.wordTransform span:nth-child(6) {
  -webkit-animation-delay: 0.096s;
          animation-delay: 0.096s;
}
.wordTransform span:nth-child(7) {
  -webkit-animation-delay: 0.112s;
          animation-delay: 0.112s;
}
.wordTransform span:nth-child(8) {
  -webkit-animation-delay: 0.128s;
          animation-delay: 0.128s;
}
.wordTransform span:nth-child(9) {
  -webkit-animation-delay: 0.144s;
          animation-delay: 0.144s;
}
.wordTransform span:nth-child(10) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.wordTransform span:nth-child(11) {
  -webkit-animation-delay: 0.176s;
          animation-delay: 0.176s;
}
.wordTransform span:nth-child(12) {
  -webkit-animation-delay: 0.192s;
          animation-delay: 0.192s;
}
.wordTransform span:nth-child(13) {
  -webkit-animation-delay: 0.208s;
          animation-delay: 0.208s;
}
.wordTransform span:nth-child(14) {
  -webkit-animation-delay: 0.224s;
          animation-delay: 0.224s;
}
.wordTransform span:nth-child(15) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.wordTransform span:nth-child(16) {
  -webkit-animation-delay: 0.256s;
          animation-delay: 0.256s;
}
.wordTransform span:nth-child(17) {
  -webkit-animation-delay: 0.272s;
          animation-delay: 0.272s;
}
.wordTransform span:nth-child(18) {
  -webkit-animation-delay: 0.288s;
          animation-delay: 0.288s;
}
.wordTransform span:nth-child(19) {
  -webkit-animation-delay: 0.304s;
          animation-delay: 0.304s;
}
.wordTransform span:nth-child(20) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.wordTransform span:nth-child(21) {
  -webkit-animation-delay: 0.336s;
          animation-delay: 0.336s;
}
.wordTransform span:nth-child(22) {
  -webkit-animation-delay: 0.352s;
          animation-delay: 0.352s;
}
.wordTransform span:nth-child(23) {
  -webkit-animation-delay: 0.368s;
          animation-delay: 0.368s;
}
.wordTransform span:nth-child(24) {
  -webkit-animation-delay: 0.384s;
          animation-delay: 0.384s;
}
.wordTransform span:nth-child(25) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wordTransform span:nth-child(26) {
  -webkit-animation-delay: 0.416s;
          animation-delay: 0.416s;
}
.wordTransform span:nth-child(27) {
  -webkit-animation-delay: 0.432s;
          animation-delay: 0.432s;
}
.wordTransform span:nth-child(28) {
  -webkit-animation-delay: 0.448s;
          animation-delay: 0.448s;
}
.wordTransform span:nth-child(29) {
  -webkit-animation-delay: 0.464s;
          animation-delay: 0.464s;
}
.wordTransform span:nth-child(30) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.wordTransform span:nth-child(31) {
  -webkit-animation-delay: 0.496s;
          animation-delay: 0.496s;
}
.wordTransform span:nth-child(32) {
  -webkit-animation-delay: 0.512s;
          animation-delay: 0.512s;
}
.wordTransform span:nth-child(33) {
  -webkit-animation-delay: 0.528s;
          animation-delay: 0.528s;
}
.wordTransform span:nth-child(34) {
  -webkit-animation-delay: 0.544s;
          animation-delay: 0.544s;
}
.wordTransform span:nth-child(35) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.wordTransform span:nth-child(36) {
  -webkit-animation-delay: 0.576s;
          animation-delay: 0.576s;
}
.wordTransform span:nth-child(37) {
  -webkit-animation-delay: 0.592s;
          animation-delay: 0.592s;
}
.wordTransform span:nth-child(38) {
  -webkit-animation-delay: 0.608s;
          animation-delay: 0.608s;
}
.wordTransform span:nth-child(39) {
  -webkit-animation-delay: 0.624s;
          animation-delay: 0.624s;
}
.wordTransform span:nth-child(40) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.wordTransform span:nth-child(41) {
  -webkit-animation-delay: 0.656s;
          animation-delay: 0.656s;
}
.wordTransform span:nth-child(42) {
  -webkit-animation-delay: 0.672s;
          animation-delay: 0.672s;
}
.wordTransform span:nth-child(43) {
  -webkit-animation-delay: 0.688s;
          animation-delay: 0.688s;
}
.wordTransform span:nth-child(44) {
  -webkit-animation-delay: 0.704s;
          animation-delay: 0.704s;
}
.wordTransform span:nth-child(45) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.wordTransform span:nth-child(46) {
  -webkit-animation-delay: 0.736s;
          animation-delay: 0.736s;
}
.wordTransform span:nth-child(47) {
  -webkit-animation-delay: 0.752s;
          animation-delay: 0.752s;
}
.wordTransform span:nth-child(48) {
  -webkit-animation-delay: 0.768s;
          animation-delay: 0.768s;
}
.wordTransform span:nth-child(49) {
  -webkit-animation-delay: 0.784s;
          animation-delay: 0.784s;
}
.wordTransform span:nth-child(50) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.wordTransform span:nth-child(51) {
  -webkit-animation-delay: 0.816s;
          animation-delay: 0.816s;
}
.wordTransform span:nth-child(52) {
  -webkit-animation-delay: 0.832s;
          animation-delay: 0.832s;
}
.wordTransform span:nth-child(53) {
  -webkit-animation-delay: 0.848s;
          animation-delay: 0.848s;
}
.wordTransform span:nth-child(54) {
  -webkit-animation-delay: 0.864s;
          animation-delay: 0.864s;
}
.wordTransform span:nth-child(55) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.wordTransform span:nth-child(56) {
  -webkit-animation-delay: 0.896s;
          animation-delay: 0.896s;
}
.wordTransform span:nth-child(57) {
  -webkit-animation-delay: 0.912s;
          animation-delay: 0.912s;
}
.wordTransform span:nth-child(58) {
  -webkit-animation-delay: 0.928s;
          animation-delay: 0.928s;
}
.wordTransform span:nth-child(59) {
  -webkit-animation-delay: 0.944s;
          animation-delay: 0.944s;
}
.wordTransform span:nth-child(60) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.wordTransform span:nth-child(61) {
  -webkit-animation-delay: 0.976s;
          animation-delay: 0.976s;
}
.wordTransform span:nth-child(62) {
  -webkit-animation-delay: 0.992s;
          animation-delay: 0.992s;
}
.wordTransform span:nth-child(63) {
  -webkit-animation-delay: 1.008s;
          animation-delay: 1.008s;
}
.wordTransform span:nth-child(64) {
  -webkit-animation-delay: 1.024s;
          animation-delay: 1.024s;
}
.wordTransform span:nth-child(65) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.wordTransform span:nth-child(66) {
  -webkit-animation-delay: 1.056s;
          animation-delay: 1.056s;
}
.wordTransform span:nth-child(67) {
  -webkit-animation-delay: 1.072s;
          animation-delay: 1.072s;
}
.wordTransform span:nth-child(68) {
  -webkit-animation-delay: 1.088s;
          animation-delay: 1.088s;
}
.wordTransform span:nth-child(69) {
  -webkit-animation-delay: 1.104s;
          animation-delay: 1.104s;
}
.wordTransform span:nth-child(70) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.wordTransform span:nth-child(71) {
  -webkit-animation-delay: 1.136s;
          animation-delay: 1.136s;
}
.wordTransform span:nth-child(72) {
  -webkit-animation-delay: 1.152s;
          animation-delay: 1.152s;
}
.wordTransform span:nth-child(73) {
  -webkit-animation-delay: 1.168s;
          animation-delay: 1.168s;
}
.wordTransform span:nth-child(74) {
  -webkit-animation-delay: 1.184s;
          animation-delay: 1.184s;
}
.wordTransform span:nth-child(75) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wordTransform span:nth-child(76) {
  -webkit-animation-delay: 1.216s;
          animation-delay: 1.216s;
}
.wordTransform span:nth-child(77) {
  -webkit-animation-delay: 1.232s;
          animation-delay: 1.232s;
}
.wordTransform span:nth-child(78) {
  -webkit-animation-delay: 1.248s;
          animation-delay: 1.248s;
}
.wordTransform span:nth-child(79) {
  -webkit-animation-delay: 1.264s;
          animation-delay: 1.264s;
}
.wordTransform span:nth-child(80) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.wordTransform span:nth-child(81) {
  -webkit-animation-delay: 1.296s;
          animation-delay: 1.296s;
}
.wordTransform span:nth-child(82) {
  -webkit-animation-delay: 1.312s;
          animation-delay: 1.312s;
}
.wordTransform span:nth-child(83) {
  -webkit-animation-delay: 1.328s;
          animation-delay: 1.328s;
}
.wordTransform span:nth-child(84) {
  -webkit-animation-delay: 1.344s;
          animation-delay: 1.344s;
}
.wordTransform span:nth-child(85) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.wordTransform span:nth-child(86) {
  -webkit-animation-delay: 1.376s;
          animation-delay: 1.376s;
}
.wordTransform span:nth-child(87) {
  -webkit-animation-delay: 1.392s;
          animation-delay: 1.392s;
}
.wordTransform span:nth-child(88) {
  -webkit-animation-delay: 1.408s;
          animation-delay: 1.408s;
}
.wordTransform span:nth-child(89) {
  -webkit-animation-delay: 1.424s;
          animation-delay: 1.424s;
}
.wordTransform span:nth-child(90) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.wordTransform span:nth-child(91) {
  -webkit-animation-delay: 1.456s;
          animation-delay: 1.456s;
}
.wordTransform span:nth-child(92) {
  -webkit-animation-delay: 1.472s;
          animation-delay: 1.472s;
}
.wordTransform span:nth-child(93) {
  -webkit-animation-delay: 1.488s;
          animation-delay: 1.488s;
}
.wordTransform span:nth-child(94) {
  -webkit-animation-delay: 1.504s;
          animation-delay: 1.504s;
}
.wordTransform span:nth-child(95) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.wordTransform span:nth-child(96) {
  -webkit-animation-delay: 1.536s;
          animation-delay: 1.536s;
}
.wordTransform span:nth-child(97) {
  -webkit-animation-delay: 1.552s;
          animation-delay: 1.552s;
}
.wordTransform span:nth-child(98) {
  -webkit-animation-delay: 1.568s;
          animation-delay: 1.568s;
}
.wordTransform span:nth-child(99) {
  -webkit-animation-delay: 1.584s;
          animation-delay: 1.584s;
}
.wordTransform span:nth-child(100) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.wordTransform span:nth-child(101) {
  -webkit-animation-delay: 1.616s;
          animation-delay: 1.616s;
}
.wordTransform span:nth-child(102) {
  -webkit-animation-delay: 1.632s;
          animation-delay: 1.632s;
}
.wordTransform span:nth-child(103) {
  -webkit-animation-delay: 1.648s;
          animation-delay: 1.648s;
}
.wordTransform span:nth-child(104) {
  -webkit-animation-delay: 1.664s;
          animation-delay: 1.664s;
}
.wordTransform span:nth-child(105) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.wordTransform span:nth-child(106) {
  -webkit-animation-delay: 1.696s;
          animation-delay: 1.696s;
}
.wordTransform span:nth-child(107) {
  -webkit-animation-delay: 1.712s;
          animation-delay: 1.712s;
}
.wordTransform span:nth-child(108) {
  -webkit-animation-delay: 1.728s;
          animation-delay: 1.728s;
}
.wordTransform span:nth-child(109) {
  -webkit-animation-delay: 1.744s;
          animation-delay: 1.744s;
}
.wordTransform span:nth-child(110) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.wordTransform span:nth-child(111) {
  -webkit-animation-delay: 1.776s;
          animation-delay: 1.776s;
}
.wordTransform span:nth-child(112) {
  -webkit-animation-delay: 1.792s;
          animation-delay: 1.792s;
}
.wordTransform span:nth-child(113) {
  -webkit-animation-delay: 1.808s;
          animation-delay: 1.808s;
}
.wordTransform span:nth-child(114) {
  -webkit-animation-delay: 1.824s;
          animation-delay: 1.824s;
}
.wordTransform span:nth-child(115) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.wordTransform span:nth-child(116) {
  -webkit-animation-delay: 1.856s;
          animation-delay: 1.856s;
}
.wordTransform span:nth-child(117) {
  -webkit-animation-delay: 1.872s;
          animation-delay: 1.872s;
}
.wordTransform span:nth-child(118) {
  -webkit-animation-delay: 1.888s;
          animation-delay: 1.888s;
}
.wordTransform span:nth-child(119) {
  -webkit-animation-delay: 1.904s;
          animation-delay: 1.904s;
}
.wordTransform span:nth-child(120) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.wordTransform span:nth-child(121) {
  -webkit-animation-delay: 1.936s;
          animation-delay: 1.936s;
}
.wordTransform span:nth-child(122) {
  -webkit-animation-delay: 1.952s;
          animation-delay: 1.952s;
}
.wordTransform span:nth-child(123) {
  -webkit-animation-delay: 1.968s;
          animation-delay: 1.968s;
}
.wordTransform span:nth-child(124) {
  -webkit-animation-delay: 1.984s;
          animation-delay: 1.984s;
}
.wordTransform span:nth-child(125) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.wordTransform span:nth-child(126) {
  -webkit-animation-delay: 2.016s;
          animation-delay: 2.016s;
}
.wordTransform span:nth-child(127) {
  -webkit-animation-delay: 2.032s;
          animation-delay: 2.032s;
}
.wordTransform span:nth-child(128) {
  -webkit-animation-delay: 2.048s;
          animation-delay: 2.048s;
}
.wordTransform span:nth-child(129) {
  -webkit-animation-delay: 2.064s;
          animation-delay: 2.064s;
}
.wordTransform span:nth-child(130) {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}
.wordTransform span:nth-child(131) {
  -webkit-animation-delay: 2.096s;
          animation-delay: 2.096s;
}
.wordTransform span:nth-child(132) {
  -webkit-animation-delay: 2.112s;
          animation-delay: 2.112s;
}
.wordTransform span:nth-child(133) {
  -webkit-animation-delay: 2.128s;
          animation-delay: 2.128s;
}
.wordTransform span:nth-child(134) {
  -webkit-animation-delay: 2.144s;
          animation-delay: 2.144s;
}
.wordTransform span:nth-child(135) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
.wordTransform span:nth-child(136) {
  -webkit-animation-delay: 2.176s;
          animation-delay: 2.176s;
}
.wordTransform span:nth-child(137) {
  -webkit-animation-delay: 2.192s;
          animation-delay: 2.192s;
}
.wordTransform span:nth-child(138) {
  -webkit-animation-delay: 2.208s;
          animation-delay: 2.208s;
}
.wordTransform span:nth-child(139) {
  -webkit-animation-delay: 2.224s;
          animation-delay: 2.224s;
}
.wordTransform span:nth-child(140) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.wordTransform span:nth-child(141) {
  -webkit-animation-delay: 2.256s;
          animation-delay: 2.256s;
}
.wordTransform span:nth-child(142) {
  -webkit-animation-delay: 2.272s;
          animation-delay: 2.272s;
}
.wordTransform span:nth-child(143) {
  -webkit-animation-delay: 2.288s;
          animation-delay: 2.288s;
}
.wordTransform span:nth-child(144) {
  -webkit-animation-delay: 2.304s;
          animation-delay: 2.304s;
}
.wordTransform span:nth-child(145) {
  -webkit-animation-delay: 2.32s;
          animation-delay: 2.32s;
}
.wordTransform span:nth-child(146) {
  -webkit-animation-delay: 2.336s;
          animation-delay: 2.336s;
}
.wordTransform span:nth-child(147) {
  -webkit-animation-delay: 2.352s;
          animation-delay: 2.352s;
}
.wordTransform span:nth-child(148) {
  -webkit-animation-delay: 2.368s;
          animation-delay: 2.368s;
}
.wordTransform span:nth-child(149) {
  -webkit-animation-delay: 2.384s;
          animation-delay: 2.384s;
}
.wordTransform span:nth-child(150) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.wordTransform span:nth-child(151) {
  -webkit-animation-delay: 2.416s;
          animation-delay: 2.416s;
}
.wordTransform span:nth-child(152) {
  -webkit-animation-delay: 2.432s;
          animation-delay: 2.432s;
}
.wordTransform span:nth-child(153) {
  -webkit-animation-delay: 2.448s;
          animation-delay: 2.448s;
}
.wordTransform span:nth-child(154) {
  -webkit-animation-delay: 2.464s;
          animation-delay: 2.464s;
}
.wordTransform span:nth-child(155) {
  -webkit-animation-delay: 2.48s;
          animation-delay: 2.48s;
}
.wordTransform span:nth-child(156) {
  -webkit-animation-delay: 2.496s;
          animation-delay: 2.496s;
}
.wordTransform span:nth-child(157) {
  -webkit-animation-delay: 2.512s;
          animation-delay: 2.512s;
}
.wordTransform span:nth-child(158) {
  -webkit-animation-delay: 2.528s;
          animation-delay: 2.528s;
}
.wordTransform span:nth-child(159) {
  -webkit-animation-delay: 2.544s;
          animation-delay: 2.544s;
}
.wordTransform span:nth-child(160) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.wordTransform span:nth-child(161) {
  -webkit-animation-delay: 2.576s;
          animation-delay: 2.576s;
}
.wordTransform span:nth-child(162) {
  -webkit-animation-delay: 2.592s;
          animation-delay: 2.592s;
}
.wordTransform span:nth-child(163) {
  -webkit-animation-delay: 2.608s;
          animation-delay: 2.608s;
}
.wordTransform span:nth-child(164) {
  -webkit-animation-delay: 2.624s;
          animation-delay: 2.624s;
}
.wordTransform span:nth-child(165) {
  -webkit-animation-delay: 2.64s;
          animation-delay: 2.64s;
}
.wordTransform span:nth-child(166) {
  -webkit-animation-delay: 2.656s;
          animation-delay: 2.656s;
}
.wordTransform span:nth-child(167) {
  -webkit-animation-delay: 2.672s;
          animation-delay: 2.672s;
}
.wordTransform span:nth-child(168) {
  -webkit-animation-delay: 2.688s;
          animation-delay: 2.688s;
}
.wordTransform span:nth-child(169) {
  -webkit-animation-delay: 2.704s;
          animation-delay: 2.704s;
}
.wordTransform span:nth-child(170) {
  -webkit-animation-delay: 2.72s;
          animation-delay: 2.72s;
}
.wordTransform span:nth-child(171) {
  -webkit-animation-delay: 2.736s;
          animation-delay: 2.736s;
}
.wordTransform span:nth-child(172) {
  -webkit-animation-delay: 2.752s;
          animation-delay: 2.752s;
}
.wordTransform span:nth-child(173) {
  -webkit-animation-delay: 2.768s;
          animation-delay: 2.768s;
}
.wordTransform span:nth-child(174) {
  -webkit-animation-delay: 2.784s;
          animation-delay: 2.784s;
}
.wordTransform span:nth-child(175) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.wordTransform span:nth-child(176) {
  -webkit-animation-delay: 2.816s;
          animation-delay: 2.816s;
}
.wordTransform span:nth-child(177) {
  -webkit-animation-delay: 2.832s;
          animation-delay: 2.832s;
}
.wordTransform span:nth-child(178) {
  -webkit-animation-delay: 2.848s;
          animation-delay: 2.848s;
}
.wordTransform span:nth-child(179) {
  -webkit-animation-delay: 2.864s;
          animation-delay: 2.864s;
}
.wordTransform span:nth-child(180) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.wordTransform span:nth-child(181) {
  -webkit-animation-delay: 2.896s;
          animation-delay: 2.896s;
}
.wordTransform span:nth-child(182) {
  -webkit-animation-delay: 2.912s;
          animation-delay: 2.912s;
}
.wordTransform span:nth-child(183) {
  -webkit-animation-delay: 2.928s;
          animation-delay: 2.928s;
}
.wordTransform span:nth-child(184) {
  -webkit-animation-delay: 2.944s;
          animation-delay: 2.944s;
}
.wordTransform span:nth-child(185) {
  -webkit-animation-delay: 2.96s;
          animation-delay: 2.96s;
}
.wordTransform span:nth-child(186) {
  -webkit-animation-delay: 2.976s;
          animation-delay: 2.976s;
}
.wordTransform span:nth-child(187) {
  -webkit-animation-delay: 2.992s;
          animation-delay: 2.992s;
}
.wordTransform span:nth-child(188) {
  -webkit-animation-delay: 3.008s;
          animation-delay: 3.008s;
}
.wordTransform span:nth-child(189) {
  -webkit-animation-delay: 3.024s;
          animation-delay: 3.024s;
}
.wordTransform span:nth-child(190) {
  -webkit-animation-delay: 3.04s;
          animation-delay: 3.04s;
}
.wordTransform span:nth-child(191) {
  -webkit-animation-delay: 3.056s;
          animation-delay: 3.056s;
}
.wordTransform span:nth-child(192) {
  -webkit-animation-delay: 3.072s;
          animation-delay: 3.072s;
}
.wordTransform span:nth-child(193) {
  -webkit-animation-delay: 3.088s;
          animation-delay: 3.088s;
}
.wordTransform span:nth-child(194) {
  -webkit-animation-delay: 3.104s;
          animation-delay: 3.104s;
}
.wordTransform span:nth-child(195) {
  -webkit-animation-delay: 3.12s;
          animation-delay: 3.12s;
}
.wordTransform span:nth-child(196) {
  -webkit-animation-delay: 3.136s;
          animation-delay: 3.136s;
}
.wordTransform span:nth-child(197) {
  -webkit-animation-delay: 3.152s;
          animation-delay: 3.152s;
}
.wordTransform span:nth-child(198) {
  -webkit-animation-delay: 3.168s;
          animation-delay: 3.168s;
}
.wordTransform span:nth-child(199) {
  -webkit-animation-delay: 3.184s;
          animation-delay: 3.184s;
}
.wordTransform span:nth-child(200) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.wordTransform span:nth-child(201) {
  -webkit-animation-delay: 3.216s;
          animation-delay: 3.216s;
}
.wordTransform span:nth-child(202) {
  -webkit-animation-delay: 3.232s;
          animation-delay: 3.232s;
}
.wordTransform span:nth-child(203) {
  -webkit-animation-delay: 3.248s;
          animation-delay: 3.248s;
}
.wordTransform span:nth-child(204) {
  -webkit-animation-delay: 3.264s;
          animation-delay: 3.264s;
}
.wordTransform span:nth-child(205) {
  -webkit-animation-delay: 3.28s;
          animation-delay: 3.28s;
}
.wordTransform span:nth-child(206) {
  -webkit-animation-delay: 3.296s;
          animation-delay: 3.296s;
}
.wordTransform span:nth-child(207) {
  -webkit-animation-delay: 3.312s;
          animation-delay: 3.312s;
}
.wordTransform span:nth-child(208) {
  -webkit-animation-delay: 3.328s;
          animation-delay: 3.328s;
}
.wordTransform span:nth-child(209) {
  -webkit-animation-delay: 3.344s;
          animation-delay: 3.344s;
}
.wordTransform span:nth-child(210) {
  -webkit-animation-delay: 3.36s;
          animation-delay: 3.36s;
}
.wordTransform span:nth-child(211) {
  -webkit-animation-delay: 3.376s;
          animation-delay: 3.376s;
}
.wordTransform span:nth-child(212) {
  -webkit-animation-delay: 3.392s;
          animation-delay: 3.392s;
}
.wordTransform span:nth-child(213) {
  -webkit-animation-delay: 3.408s;
          animation-delay: 3.408s;
}
.wordTransform span:nth-child(214) {
  -webkit-animation-delay: 3.424s;
          animation-delay: 3.424s;
}
.wordTransform span:nth-child(215) {
  -webkit-animation-delay: 3.44s;
          animation-delay: 3.44s;
}
.wordTransform span:nth-child(216) {
  -webkit-animation-delay: 3.456s;
          animation-delay: 3.456s;
}
.wordTransform span:nth-child(217) {
  -webkit-animation-delay: 3.472s;
          animation-delay: 3.472s;
}
.wordTransform span:nth-child(218) {
  -webkit-animation-delay: 3.488s;
          animation-delay: 3.488s;
}
.wordTransform span:nth-child(219) {
  -webkit-animation-delay: 3.504s;
          animation-delay: 3.504s;
}
.wordTransform span:nth-child(220) {
  -webkit-animation-delay: 3.52s;
          animation-delay: 3.52s;
}
.wordTransform span:nth-child(221) {
  -webkit-animation-delay: 3.536s;
          animation-delay: 3.536s;
}
.wordTransform span:nth-child(222) {
  -webkit-animation-delay: 3.552s;
          animation-delay: 3.552s;
}
.wordTransform span:nth-child(223) {
  -webkit-animation-delay: 3.568s;
          animation-delay: 3.568s;
}
.wordTransform span:nth-child(224) {
  -webkit-animation-delay: 3.584s;
          animation-delay: 3.584s;
}
.wordTransform span:nth-child(225) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.wordTransform span:nth-child(226) {
  -webkit-animation-delay: 3.616s;
          animation-delay: 3.616s;
}
.wordTransform span:nth-child(227) {
  -webkit-animation-delay: 3.632s;
          animation-delay: 3.632s;
}
.wordTransform span:nth-child(228) {
  -webkit-animation-delay: 3.648s;
          animation-delay: 3.648s;
}
.wordTransform span:nth-child(229) {
  -webkit-animation-delay: 3.664s;
          animation-delay: 3.664s;
}
.wordTransform span:nth-child(230) {
  -webkit-animation-delay: 3.68s;
          animation-delay: 3.68s;
}
.wordTransform span:nth-child(231) {
  -webkit-animation-delay: 3.696s;
          animation-delay: 3.696s;
}
.wordTransform span:nth-child(232) {
  -webkit-animation-delay: 3.712s;
          animation-delay: 3.712s;
}
.wordTransform span:nth-child(233) {
  -webkit-animation-delay: 3.728s;
          animation-delay: 3.728s;
}
.wordTransform span:nth-child(234) {
  -webkit-animation-delay: 3.744s;
          animation-delay: 3.744s;
}
.wordTransform span:nth-child(235) {
  -webkit-animation-delay: 3.76s;
          animation-delay: 3.76s;
}
.wordTransform span:nth-child(236) {
  -webkit-animation-delay: 3.776s;
          animation-delay: 3.776s;
}
.wordTransform span:nth-child(237) {
  -webkit-animation-delay: 3.792s;
          animation-delay: 3.792s;
}
.wordTransform span:nth-child(238) {
  -webkit-animation-delay: 3.808s;
          animation-delay: 3.808s;
}
.wordTransform span:nth-child(239) {
  -webkit-animation-delay: 3.824s;
          animation-delay: 3.824s;
}
.wordTransform span:nth-child(240) {
  -webkit-animation-delay: 3.84s;
          animation-delay: 3.84s;
}
.wordTransform span:nth-child(241) {
  -webkit-animation-delay: 3.856s;
          animation-delay: 3.856s;
}
.wordTransform span:nth-child(242) {
  -webkit-animation-delay: 3.872s;
          animation-delay: 3.872s;
}
.wordTransform span:nth-child(243) {
  -webkit-animation-delay: 3.888s;
          animation-delay: 3.888s;
}
.wordTransform span:nth-child(244) {
  -webkit-animation-delay: 3.904s;
          animation-delay: 3.904s;
}
.wordTransform span:nth-child(245) {
  -webkit-animation-delay: 3.92s;
          animation-delay: 3.92s;
}
.wordTransform span:nth-child(246) {
  -webkit-animation-delay: 3.936s;
          animation-delay: 3.936s;
}
.wordTransform span:nth-child(247) {
  -webkit-animation-delay: 3.952s;
          animation-delay: 3.952s;
}
.wordTransform span:nth-child(248) {
  -webkit-animation-delay: 3.968s;
          animation-delay: 3.968s;
}
.wordTransform span:nth-child(249) {
  -webkit-animation-delay: 3.984s;
          animation-delay: 3.984s;
}
.wordTransform span:nth-child(250) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.wordTransform span:nth-child(251) {
  -webkit-animation-delay: 4.016s;
          animation-delay: 4.016s;
}
.wordTransform span:nth-child(252) {
  -webkit-animation-delay: 4.032s;
          animation-delay: 4.032s;
}
.wordTransform span:nth-child(253) {
  -webkit-animation-delay: 4.048s;
          animation-delay: 4.048s;
}
.wordTransform span:nth-child(254) {
  -webkit-animation-delay: 4.064s;
          animation-delay: 4.064s;
}
.wordTransform span:nth-child(255) {
  -webkit-animation-delay: 4.08s;
          animation-delay: 4.08s;
}
.wordTransform span:nth-child(256) {
  -webkit-animation-delay: 4.096s;
          animation-delay: 4.096s;
}
.wordTransform span:nth-child(257) {
  -webkit-animation-delay: 4.112s;
          animation-delay: 4.112s;
}
.wordTransform span:nth-child(258) {
  -webkit-animation-delay: 4.128s;
          animation-delay: 4.128s;
}
.wordTransform span:nth-child(259) {
  -webkit-animation-delay: 4.144s;
          animation-delay: 4.144s;
}
.wordTransform span:nth-child(260) {
  -webkit-animation-delay: 4.16s;
          animation-delay: 4.16s;
}
.wordTransform span:nth-child(261) {
  -webkit-animation-delay: 4.176s;
          animation-delay: 4.176s;
}
.wordTransform span:nth-child(262) {
  -webkit-animation-delay: 4.192s;
          animation-delay: 4.192s;
}
.wordTransform span:nth-child(263) {
  -webkit-animation-delay: 4.208s;
          animation-delay: 4.208s;
}
.wordTransform span:nth-child(264) {
  -webkit-animation-delay: 4.224s;
          animation-delay: 4.224s;
}
.wordTransform span:nth-child(265) {
  -webkit-animation-delay: 4.24s;
          animation-delay: 4.24s;
}
.wordTransform span:nth-child(266) {
  -webkit-animation-delay: 4.256s;
          animation-delay: 4.256s;
}
.wordTransform span:nth-child(267) {
  -webkit-animation-delay: 4.272s;
          animation-delay: 4.272s;
}
.wordTransform span:nth-child(268) {
  -webkit-animation-delay: 4.288s;
          animation-delay: 4.288s;
}
.wordTransform span:nth-child(269) {
  -webkit-animation-delay: 4.304s;
          animation-delay: 4.304s;
}
.wordTransform span:nth-child(270) {
  -webkit-animation-delay: 4.32s;
          animation-delay: 4.32s;
}
.wordTransform span:nth-child(271) {
  -webkit-animation-delay: 4.336s;
          animation-delay: 4.336s;
}
.wordTransform span:nth-child(272) {
  -webkit-animation-delay: 4.352s;
          animation-delay: 4.352s;
}
.wordTransform span:nth-child(273) {
  -webkit-animation-delay: 4.368s;
          animation-delay: 4.368s;
}
.wordTransform span:nth-child(274) {
  -webkit-animation-delay: 4.384s;
          animation-delay: 4.384s;
}
.wordTransform span:nth-child(275) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.wordTransform span:nth-child(276) {
  -webkit-animation-delay: 4.416s;
          animation-delay: 4.416s;
}
.wordTransform span:nth-child(277) {
  -webkit-animation-delay: 4.432s;
          animation-delay: 4.432s;
}
.wordTransform span:nth-child(278) {
  -webkit-animation-delay: 4.448s;
          animation-delay: 4.448s;
}
.wordTransform span:nth-child(279) {
  -webkit-animation-delay: 4.464s;
          animation-delay: 4.464s;
}
.wordTransform span:nth-child(280) {
  -webkit-animation-delay: 4.48s;
          animation-delay: 4.48s;
}
.wordTransform span:nth-child(281) {
  -webkit-animation-delay: 4.496s;
          animation-delay: 4.496s;
}
.wordTransform span:nth-child(282) {
  -webkit-animation-delay: 4.512s;
          animation-delay: 4.512s;
}
.wordTransform span:nth-child(283) {
  -webkit-animation-delay: 4.528s;
          animation-delay: 4.528s;
}
.wordTransform span:nth-child(284) {
  -webkit-animation-delay: 4.544s;
          animation-delay: 4.544s;
}
.wordTransform span:nth-child(285) {
  -webkit-animation-delay: 4.56s;
          animation-delay: 4.56s;
}
.wordTransform span:nth-child(286) {
  -webkit-animation-delay: 4.576s;
          animation-delay: 4.576s;
}
.wordTransform span:nth-child(287) {
  -webkit-animation-delay: 4.592s;
          animation-delay: 4.592s;
}
.wordTransform span:nth-child(288) {
  -webkit-animation-delay: 4.608s;
          animation-delay: 4.608s;
}
.wordTransform span:nth-child(289) {
  -webkit-animation-delay: 4.624s;
          animation-delay: 4.624s;
}
.wordTransform span:nth-child(290) {
  -webkit-animation-delay: 4.64s;
          animation-delay: 4.64s;
}
.wordTransform span:nth-child(291) {
  -webkit-animation-delay: 4.656s;
          animation-delay: 4.656s;
}
.wordTransform span:nth-child(292) {
  -webkit-animation-delay: 4.672s;
          animation-delay: 4.672s;
}
.wordTransform span:nth-child(293) {
  -webkit-animation-delay: 4.688s;
          animation-delay: 4.688s;
}
.wordTransform span:nth-child(294) {
  -webkit-animation-delay: 4.704s;
          animation-delay: 4.704s;
}
.wordTransform span:nth-child(295) {
  -webkit-animation-delay: 4.72s;
          animation-delay: 4.72s;
}
.wordTransform span:nth-child(296) {
  -webkit-animation-delay: 4.736s;
          animation-delay: 4.736s;
}
.wordTransform span:nth-child(297) {
  -webkit-animation-delay: 4.752s;
          animation-delay: 4.752s;
}
.wordTransform span:nth-child(298) {
  -webkit-animation-delay: 4.768s;
          animation-delay: 4.768s;
}
.wordTransform span:nth-child(299) {
  -webkit-animation-delay: 4.784s;
          animation-delay: 4.784s;
}
.wordTransform span:nth-child(300) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.wordTransform span:nth-child(301) {
  -webkit-animation-delay: 4.816s;
          animation-delay: 4.816s;
}
.wordTransform span:nth-child(302) {
  -webkit-animation-delay: 4.832s;
          animation-delay: 4.832s;
}
.wordTransform span:nth-child(303) {
  -webkit-animation-delay: 4.848s;
          animation-delay: 4.848s;
}
.wordTransform span:nth-child(304) {
  -webkit-animation-delay: 4.864s;
          animation-delay: 4.864s;
}
.wordTransform span:nth-child(305) {
  -webkit-animation-delay: 4.88s;
          animation-delay: 4.88s;
}
.wordTransform span:nth-child(306) {
  -webkit-animation-delay: 4.896s;
          animation-delay: 4.896s;
}
.wordTransform span:nth-child(307) {
  -webkit-animation-delay: 4.912s;
          animation-delay: 4.912s;
}
.wordTransform span:nth-child(308) {
  -webkit-animation-delay: 4.928s;
          animation-delay: 4.928s;
}
.wordTransform span:nth-child(309) {
  -webkit-animation-delay: 4.944s;
          animation-delay: 4.944s;
}
.wordTransform span:nth-child(310) {
  -webkit-animation-delay: 4.96s;
          animation-delay: 4.96s;
}
.wordTransform span:nth-child(311) {
  -webkit-animation-delay: 4.976s;
          animation-delay: 4.976s;
}
.wordTransform span:nth-child(312) {
  -webkit-animation-delay: 4.992s;
          animation-delay: 4.992s;
}
.wordTransform span:nth-child(313) {
  -webkit-animation-delay: 5.008s;
          animation-delay: 5.008s;
}
.wordTransform span:nth-child(314) {
  -webkit-animation-delay: 5.024s;
          animation-delay: 5.024s;
}
.wordTransform span:nth-child(315) {
  -webkit-animation-delay: 5.04s;
          animation-delay: 5.04s;
}
.wordTransform span:nth-child(316) {
  -webkit-animation-delay: 5.056s;
          animation-delay: 5.056s;
}
.wordTransform span:nth-child(317) {
  -webkit-animation-delay: 5.072s;
          animation-delay: 5.072s;
}
.wordTransform span:nth-child(318) {
  -webkit-animation-delay: 5.088s;
          animation-delay: 5.088s;
}
.wordTransform span:nth-child(319) {
  -webkit-animation-delay: 5.104s;
          animation-delay: 5.104s;
}
.wordTransform span:nth-child(320) {
  -webkit-animation-delay: 5.12s;
          animation-delay: 5.12s;
}
.wordTransform span:nth-child(321) {
  -webkit-animation-delay: 5.136s;
          animation-delay: 5.136s;
}
.wordTransform span:nth-child(322) {
  -webkit-animation-delay: 5.152s;
          animation-delay: 5.152s;
}
.wordTransform span:nth-child(323) {
  -webkit-animation-delay: 5.168s;
          animation-delay: 5.168s;
}
.wordTransform span:nth-child(324) {
  -webkit-animation-delay: 5.184s;
          animation-delay: 5.184s;
}
.wordTransform span:nth-child(325) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.wordTransform span:nth-child(326) {
  -webkit-animation-delay: 5.216s;
          animation-delay: 5.216s;
}
.wordTransform span:nth-child(327) {
  -webkit-animation-delay: 5.232s;
          animation-delay: 5.232s;
}
.wordTransform span:nth-child(328) {
  -webkit-animation-delay: 5.248s;
          animation-delay: 5.248s;
}
.wordTransform span:nth-child(329) {
  -webkit-animation-delay: 5.264s;
          animation-delay: 5.264s;
}
.wordTransform span:nth-child(330) {
  -webkit-animation-delay: 5.28s;
          animation-delay: 5.28s;
}
.wordTransform span:nth-child(331) {
  -webkit-animation-delay: 5.296s;
          animation-delay: 5.296s;
}
.wordTransform span:nth-child(332) {
  -webkit-animation-delay: 5.312s;
          animation-delay: 5.312s;
}
.wordTransform span:nth-child(333) {
  -webkit-animation-delay: 5.328s;
          animation-delay: 5.328s;
}
.wordTransform span:nth-child(334) {
  -webkit-animation-delay: 5.344s;
          animation-delay: 5.344s;
}
.wordTransform span:nth-child(335) {
  -webkit-animation-delay: 5.36s;
          animation-delay: 5.36s;
}
.wordTransform span:nth-child(336) {
  -webkit-animation-delay: 5.376s;
          animation-delay: 5.376s;
}
.wordTransform span:nth-child(337) {
  -webkit-animation-delay: 5.392s;
          animation-delay: 5.392s;
}
.wordTransform span:nth-child(338) {
  -webkit-animation-delay: 5.408s;
          animation-delay: 5.408s;
}
.wordTransform span:nth-child(339) {
  -webkit-animation-delay: 5.424s;
          animation-delay: 5.424s;
}
.wordTransform span:nth-child(340) {
  -webkit-animation-delay: 5.44s;
          animation-delay: 5.44s;
}
.wordTransform span:nth-child(341) {
  -webkit-animation-delay: 5.456s;
          animation-delay: 5.456s;
}
.wordTransform span:nth-child(342) {
  -webkit-animation-delay: 5.472s;
          animation-delay: 5.472s;
}
.wordTransform span:nth-child(343) {
  -webkit-animation-delay: 5.488s;
          animation-delay: 5.488s;
}
.wordTransform span:nth-child(344) {
  -webkit-animation-delay: 5.504s;
          animation-delay: 5.504s;
}
.wordTransform span:nth-child(345) {
  -webkit-animation-delay: 5.52s;
          animation-delay: 5.52s;
}
.wordTransform span:nth-child(346) {
  -webkit-animation-delay: 5.536s;
          animation-delay: 5.536s;
}
.wordTransform span:nth-child(347) {
  -webkit-animation-delay: 5.552s;
          animation-delay: 5.552s;
}
.wordTransform span:nth-child(348) {
  -webkit-animation-delay: 5.568s;
          animation-delay: 5.568s;
}
.wordTransform span:nth-child(349) {
  -webkit-animation-delay: 5.584s;
          animation-delay: 5.584s;
}
.wordTransform span:nth-child(350) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.wordTransform span:nth-child(351) {
  -webkit-animation-delay: 5.616s;
          animation-delay: 5.616s;
}
.wordTransform span:nth-child(352) {
  -webkit-animation-delay: 5.632s;
          animation-delay: 5.632s;
}
.wordTransform span:nth-child(353) {
  -webkit-animation-delay: 5.648s;
          animation-delay: 5.648s;
}
.wordTransform span:nth-child(354) {
  -webkit-animation-delay: 5.664s;
          animation-delay: 5.664s;
}
.wordTransform span:nth-child(355) {
  -webkit-animation-delay: 5.68s;
          animation-delay: 5.68s;
}
.wordTransform span:nth-child(356) {
  -webkit-animation-delay: 5.696s;
          animation-delay: 5.696s;
}
.wordTransform span:nth-child(357) {
  -webkit-animation-delay: 5.712s;
          animation-delay: 5.712s;
}
.wordTransform span:nth-child(358) {
  -webkit-animation-delay: 5.728s;
          animation-delay: 5.728s;
}
.wordTransform span:nth-child(359) {
  -webkit-animation-delay: 5.744s;
          animation-delay: 5.744s;
}
.wordTransform span:nth-child(360) {
  -webkit-animation-delay: 5.76s;
          animation-delay: 5.76s;
}
.wordTransform span:nth-child(361) {
  -webkit-animation-delay: 5.776s;
          animation-delay: 5.776s;
}
.wordTransform span:nth-child(362) {
  -webkit-animation-delay: 5.792s;
          animation-delay: 5.792s;
}
.wordTransform span:nth-child(363) {
  -webkit-animation-delay: 5.808s;
          animation-delay: 5.808s;
}
.wordTransform span:nth-child(364) {
  -webkit-animation-delay: 5.824s;
          animation-delay: 5.824s;
}
.wordTransform span:nth-child(365) {
  -webkit-animation-delay: 5.84s;
          animation-delay: 5.84s;
}
.wordTransform span:nth-child(366) {
  -webkit-animation-delay: 5.856s;
          animation-delay: 5.856s;
}
.wordTransform span:nth-child(367) {
  -webkit-animation-delay: 5.872s;
          animation-delay: 5.872s;
}
.wordTransform span:nth-child(368) {
  -webkit-animation-delay: 5.888s;
          animation-delay: 5.888s;
}
.wordTransform span:nth-child(369) {
  -webkit-animation-delay: 5.904s;
          animation-delay: 5.904s;
}
.wordTransform span:nth-child(370) {
  -webkit-animation-delay: 5.92s;
          animation-delay: 5.92s;
}
.wordTransform span:nth-child(371) {
  -webkit-animation-delay: 5.936s;
          animation-delay: 5.936s;
}
.wordTransform span:nth-child(372) {
  -webkit-animation-delay: 5.952s;
          animation-delay: 5.952s;
}
.wordTransform span:nth-child(373) {
  -webkit-animation-delay: 5.968s;
          animation-delay: 5.968s;
}
.wordTransform span:nth-child(374) {
  -webkit-animation-delay: 5.984s;
          animation-delay: 5.984s;
}
.wordTransform span:nth-child(375) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wordTransform span:nth-child(376) {
  -webkit-animation-delay: 6.016s;
          animation-delay: 6.016s;
}
.wordTransform span:nth-child(377) {
  -webkit-animation-delay: 6.032s;
          animation-delay: 6.032s;
}
.wordTransform span:nth-child(378) {
  -webkit-animation-delay: 6.048s;
          animation-delay: 6.048s;
}
.wordTransform span:nth-child(379) {
  -webkit-animation-delay: 6.064s;
          animation-delay: 6.064s;
}
.wordTransform span:nth-child(380) {
  -webkit-animation-delay: 6.08s;
          animation-delay: 6.08s;
}
.wordTransform span:nth-child(381) {
  -webkit-animation-delay: 6.096s;
          animation-delay: 6.096s;
}
.wordTransform span:nth-child(382) {
  -webkit-animation-delay: 6.112s;
          animation-delay: 6.112s;
}
.wordTransform span:nth-child(383) {
  -webkit-animation-delay: 6.128s;
          animation-delay: 6.128s;
}
.wordTransform span:nth-child(384) {
  -webkit-animation-delay: 6.144s;
          animation-delay: 6.144s;
}
.wordTransform span:nth-child(385) {
  -webkit-animation-delay: 6.16s;
          animation-delay: 6.16s;
}
.wordTransform span:nth-child(386) {
  -webkit-animation-delay: 6.176s;
          animation-delay: 6.176s;
}
.wordTransform span:nth-child(387) {
  -webkit-animation-delay: 6.192s;
          animation-delay: 6.192s;
}
.wordTransform span:nth-child(388) {
  -webkit-animation-delay: 6.208s;
          animation-delay: 6.208s;
}
.wordTransform span:nth-child(389) {
  -webkit-animation-delay: 6.224s;
          animation-delay: 6.224s;
}
.wordTransform span:nth-child(390) {
  -webkit-animation-delay: 6.24s;
          animation-delay: 6.24s;
}
.wordTransform span:nth-child(391) {
  -webkit-animation-delay: 6.256s;
          animation-delay: 6.256s;
}
.wordTransform span:nth-child(392) {
  -webkit-animation-delay: 6.272s;
          animation-delay: 6.272s;
}
.wordTransform span:nth-child(393) {
  -webkit-animation-delay: 6.288s;
          animation-delay: 6.288s;
}
.wordTransform span:nth-child(394) {
  -webkit-animation-delay: 6.304s;
          animation-delay: 6.304s;
}
.wordTransform span:nth-child(395) {
  -webkit-animation-delay: 6.32s;
          animation-delay: 6.32s;
}
.wordTransform span:nth-child(396) {
  -webkit-animation-delay: 6.336s;
          animation-delay: 6.336s;
}
.wordTransform span:nth-child(397) {
  -webkit-animation-delay: 6.352s;
          animation-delay: 6.352s;
}
.wordTransform span:nth-child(398) {
  -webkit-animation-delay: 6.368s;
          animation-delay: 6.368s;
}
.wordTransform span:nth-child(399) {
  -webkit-animation-delay: 6.384s;
          animation-delay: 6.384s;
}
.wordTransform span:nth-child(400) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.wordTransform span:nth-child(401) {
  -webkit-animation-delay: 6.416s;
          animation-delay: 6.416s;
}
.wordTransform span:nth-child(402) {
  -webkit-animation-delay: 6.432s;
          animation-delay: 6.432s;
}
.wordTransform span:nth-child(403) {
  -webkit-animation-delay: 6.448s;
          animation-delay: 6.448s;
}
.wordTransform span:nth-child(404) {
  -webkit-animation-delay: 6.464s;
          animation-delay: 6.464s;
}
.wordTransform span:nth-child(405) {
  -webkit-animation-delay: 6.48s;
          animation-delay: 6.48s;
}
.wordTransform span:nth-child(406) {
  -webkit-animation-delay: 6.496s;
          animation-delay: 6.496s;
}
.wordTransform span:nth-child(407) {
  -webkit-animation-delay: 6.512s;
          animation-delay: 6.512s;
}
.wordTransform span:nth-child(408) {
  -webkit-animation-delay: 6.528s;
          animation-delay: 6.528s;
}
.wordTransform span:nth-child(409) {
  -webkit-animation-delay: 6.544s;
          animation-delay: 6.544s;
}
.wordTransform span:nth-child(410) {
  -webkit-animation-delay: 6.56s;
          animation-delay: 6.56s;
}
.wordTransform span:nth-child(411) {
  -webkit-animation-delay: 6.576s;
          animation-delay: 6.576s;
}
.wordTransform span:nth-child(412) {
  -webkit-animation-delay: 6.592s;
          animation-delay: 6.592s;
}
.wordTransform span:nth-child(413) {
  -webkit-animation-delay: 6.608s;
          animation-delay: 6.608s;
}
.wordTransform span:nth-child(414) {
  -webkit-animation-delay: 6.624s;
          animation-delay: 6.624s;
}
.wordTransform span:nth-child(415) {
  -webkit-animation-delay: 6.64s;
          animation-delay: 6.64s;
}
.wordTransform span:nth-child(416) {
  -webkit-animation-delay: 6.656s;
          animation-delay: 6.656s;
}
.wordTransform span:nth-child(417) {
  -webkit-animation-delay: 6.672s;
          animation-delay: 6.672s;
}
.wordTransform span:nth-child(418) {
  -webkit-animation-delay: 6.688s;
          animation-delay: 6.688s;
}
.wordTransform span:nth-child(419) {
  -webkit-animation-delay: 6.704s;
          animation-delay: 6.704s;
}
.wordTransform span:nth-child(420) {
  -webkit-animation-delay: 6.72s;
          animation-delay: 6.72s;
}
.wordTransform span:nth-child(421) {
  -webkit-animation-delay: 6.736s;
          animation-delay: 6.736s;
}
.wordTransform span:nth-child(422) {
  -webkit-animation-delay: 6.752s;
          animation-delay: 6.752s;
}
.wordTransform span:nth-child(423) {
  -webkit-animation-delay: 6.768s;
          animation-delay: 6.768s;
}
.wordTransform span:nth-child(424) {
  -webkit-animation-delay: 6.784s;
          animation-delay: 6.784s;
}
.wordTransform span:nth-child(425) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.wordTransform span:nth-child(426) {
  -webkit-animation-delay: 6.816s;
          animation-delay: 6.816s;
}
.wordTransform span:nth-child(427) {
  -webkit-animation-delay: 6.832s;
          animation-delay: 6.832s;
}
.wordTransform span:nth-child(428) {
  -webkit-animation-delay: 6.848s;
          animation-delay: 6.848s;
}
.wordTransform span:nth-child(429) {
  -webkit-animation-delay: 6.864s;
          animation-delay: 6.864s;
}
.wordTransform span:nth-child(430) {
  -webkit-animation-delay: 6.88s;
          animation-delay: 6.88s;
}
.wordTransform span:nth-child(431) {
  -webkit-animation-delay: 6.896s;
          animation-delay: 6.896s;
}
.wordTransform span:nth-child(432) {
  -webkit-animation-delay: 6.912s;
          animation-delay: 6.912s;
}
.wordTransform span:nth-child(433) {
  -webkit-animation-delay: 6.928s;
          animation-delay: 6.928s;
}
.wordTransform span:nth-child(434) {
  -webkit-animation-delay: 6.944s;
          animation-delay: 6.944s;
}
.wordTransform span:nth-child(435) {
  -webkit-animation-delay: 6.96s;
          animation-delay: 6.96s;
}
.wordTransform span:nth-child(436) {
  -webkit-animation-delay: 6.976s;
          animation-delay: 6.976s;
}
.wordTransform span:nth-child(437) {
  -webkit-animation-delay: 6.992s;
          animation-delay: 6.992s;
}
.wordTransform span:nth-child(438) {
  -webkit-animation-delay: 7.008s;
          animation-delay: 7.008s;
}
.wordTransform span:nth-child(439) {
  -webkit-animation-delay: 7.024s;
          animation-delay: 7.024s;
}
.wordTransform span:nth-child(440) {
  -webkit-animation-delay: 7.04s;
          animation-delay: 7.04s;
}
.wordTransform span:nth-child(441) {
  -webkit-animation-delay: 7.056s;
          animation-delay: 7.056s;
}
.wordTransform span:nth-child(442) {
  -webkit-animation-delay: 7.072s;
          animation-delay: 7.072s;
}
.wordTransform span:nth-child(443) {
  -webkit-animation-delay: 7.088s;
          animation-delay: 7.088s;
}
.wordTransform span:nth-child(444) {
  -webkit-animation-delay: 7.104s;
          animation-delay: 7.104s;
}
.wordTransform span:nth-child(445) {
  -webkit-animation-delay: 7.12s;
          animation-delay: 7.12s;
}
.wordTransform span:nth-child(446) {
  -webkit-animation-delay: 7.136s;
          animation-delay: 7.136s;
}
.wordTransform span:nth-child(447) {
  -webkit-animation-delay: 7.152s;
          animation-delay: 7.152s;
}
.wordTransform span:nth-child(448) {
  -webkit-animation-delay: 7.168s;
          animation-delay: 7.168s;
}
.wordTransform span:nth-child(449) {
  -webkit-animation-delay: 7.184s;
          animation-delay: 7.184s;
}
.wordTransform span:nth-child(450) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.wordTransform span:nth-child(451) {
  -webkit-animation-delay: 7.216s;
          animation-delay: 7.216s;
}
.wordTransform span:nth-child(452) {
  -webkit-animation-delay: 7.232s;
          animation-delay: 7.232s;
}
.wordTransform span:nth-child(453) {
  -webkit-animation-delay: 7.248s;
          animation-delay: 7.248s;
}
.wordTransform span:nth-child(454) {
  -webkit-animation-delay: 7.264s;
          animation-delay: 7.264s;
}
.wordTransform span:nth-child(455) {
  -webkit-animation-delay: 7.28s;
          animation-delay: 7.28s;
}
.wordTransform span:nth-child(456) {
  -webkit-animation-delay: 7.296s;
          animation-delay: 7.296s;
}
.wordTransform span:nth-child(457) {
  -webkit-animation-delay: 7.312s;
          animation-delay: 7.312s;
}
.wordTransform span:nth-child(458) {
  -webkit-animation-delay: 7.328s;
          animation-delay: 7.328s;
}
.wordTransform span:nth-child(459) {
  -webkit-animation-delay: 7.344s;
          animation-delay: 7.344s;
}
.wordTransform span:nth-child(460) {
  -webkit-animation-delay: 7.36s;
          animation-delay: 7.36s;
}
.wordTransform span:nth-child(461) {
  -webkit-animation-delay: 7.376s;
          animation-delay: 7.376s;
}
.wordTransform span:nth-child(462) {
  -webkit-animation-delay: 7.392s;
          animation-delay: 7.392s;
}
.wordTransform span:nth-child(463) {
  -webkit-animation-delay: 7.408s;
          animation-delay: 7.408s;
}
.wordTransform span:nth-child(464) {
  -webkit-animation-delay: 7.424s;
          animation-delay: 7.424s;
}
.wordTransform span:nth-child(465) {
  -webkit-animation-delay: 7.44s;
          animation-delay: 7.44s;
}
.wordTransform span:nth-child(466) {
  -webkit-animation-delay: 7.456s;
          animation-delay: 7.456s;
}
.wordTransform span:nth-child(467) {
  -webkit-animation-delay: 7.472s;
          animation-delay: 7.472s;
}
.wordTransform span:nth-child(468) {
  -webkit-animation-delay: 7.488s;
          animation-delay: 7.488s;
}
.wordTransform span:nth-child(469) {
  -webkit-animation-delay: 7.504s;
          animation-delay: 7.504s;
}
.wordTransform span:nth-child(470) {
  -webkit-animation-delay: 7.52s;
          animation-delay: 7.52s;
}
.wordTransform span:nth-child(471) {
  -webkit-animation-delay: 7.536s;
          animation-delay: 7.536s;
}
.wordTransform span:nth-child(472) {
  -webkit-animation-delay: 7.552s;
          animation-delay: 7.552s;
}
.wordTransform span:nth-child(473) {
  -webkit-animation-delay: 7.568s;
          animation-delay: 7.568s;
}
.wordTransform span:nth-child(474) {
  -webkit-animation-delay: 7.584s;
          animation-delay: 7.584s;
}
.wordTransform span:nth-child(475) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.wordTransform span:nth-child(476) {
  -webkit-animation-delay: 7.616s;
          animation-delay: 7.616s;
}
.wordTransform span:nth-child(477) {
  -webkit-animation-delay: 7.632s;
          animation-delay: 7.632s;
}
.wordTransform span:nth-child(478) {
  -webkit-animation-delay: 7.648s;
          animation-delay: 7.648s;
}
.wordTransform span:nth-child(479) {
  -webkit-animation-delay: 7.664s;
          animation-delay: 7.664s;
}
.wordTransform span:nth-child(480) {
  -webkit-animation-delay: 7.68s;
          animation-delay: 7.68s;
}
.wordTransform span:nth-child(481) {
  -webkit-animation-delay: 7.696s;
          animation-delay: 7.696s;
}
.wordTransform span:nth-child(482) {
  -webkit-animation-delay: 7.712s;
          animation-delay: 7.712s;
}
.wordTransform span:nth-child(483) {
  -webkit-animation-delay: 7.728s;
          animation-delay: 7.728s;
}
.wordTransform span:nth-child(484) {
  -webkit-animation-delay: 7.744s;
          animation-delay: 7.744s;
}
.wordTransform span:nth-child(485) {
  -webkit-animation-delay: 7.76s;
          animation-delay: 7.76s;
}
.wordTransform span:nth-child(486) {
  -webkit-animation-delay: 7.776s;
          animation-delay: 7.776s;
}
.wordTransform span:nth-child(487) {
  -webkit-animation-delay: 7.792s;
          animation-delay: 7.792s;
}
.wordTransform span:nth-child(488) {
  -webkit-animation-delay: 7.808s;
          animation-delay: 7.808s;
}
.wordTransform span:nth-child(489) {
  -webkit-animation-delay: 7.824s;
          animation-delay: 7.824s;
}
.wordTransform span:nth-child(490) {
  -webkit-animation-delay: 7.84s;
          animation-delay: 7.84s;
}
.wordTransform span:nth-child(491) {
  -webkit-animation-delay: 7.856s;
          animation-delay: 7.856s;
}
.wordTransform span:nth-child(492) {
  -webkit-animation-delay: 7.872s;
          animation-delay: 7.872s;
}
.wordTransform span:nth-child(493) {
  -webkit-animation-delay: 7.888s;
          animation-delay: 7.888s;
}
.wordTransform span:nth-child(494) {
  -webkit-animation-delay: 7.904s;
          animation-delay: 7.904s;
}
.wordTransform span:nth-child(495) {
  -webkit-animation-delay: 7.92s;
          animation-delay: 7.92s;
}
.wordTransform span:nth-child(496) {
  -webkit-animation-delay: 7.936s;
          animation-delay: 7.936s;
}
.wordTransform span:nth-child(497) {
  -webkit-animation-delay: 7.952s;
          animation-delay: 7.952s;
}
.wordTransform span:nth-child(498) {
  -webkit-animation-delay: 7.968s;
          animation-delay: 7.968s;
}
.wordTransform span:nth-child(499) {
  -webkit-animation-delay: 7.984s;
          animation-delay: 7.984s;
}
.wordTransform span:nth-child(500) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.wordTransform span:nth-child(501) {
  -webkit-animation-delay: 8.016s;
          animation-delay: 8.016s;
}
.wordTransform span:nth-child(502) {
  -webkit-animation-delay: 8.032s;
          animation-delay: 8.032s;
}
.wordTransform span:nth-child(503) {
  -webkit-animation-delay: 8.048s;
          animation-delay: 8.048s;
}
.wordTransform span:nth-child(504) {
  -webkit-animation-delay: 8.064s;
          animation-delay: 8.064s;
}
.wordTransform span:nth-child(505) {
  -webkit-animation-delay: 8.08s;
          animation-delay: 8.08s;
}
.wordTransform span:nth-child(506) {
  -webkit-animation-delay: 8.096s;
          animation-delay: 8.096s;
}
.wordTransform span:nth-child(507) {
  -webkit-animation-delay: 8.112s;
          animation-delay: 8.112s;
}
.wordTransform span:nth-child(508) {
  -webkit-animation-delay: 8.128s;
          animation-delay: 8.128s;
}
.wordTransform span:nth-child(509) {
  -webkit-animation-delay: 8.144s;
          animation-delay: 8.144s;
}
.wordTransform span:nth-child(510) {
  -webkit-animation-delay: 8.16s;
          animation-delay: 8.16s;
}
.wordTransform span:nth-child(511) {
  -webkit-animation-delay: 8.176s;
          animation-delay: 8.176s;
}
.wordTransform span:nth-child(512) {
  -webkit-animation-delay: 8.192s;
          animation-delay: 8.192s;
}
.wordTransform span:nth-child(513) {
  -webkit-animation-delay: 8.208s;
          animation-delay: 8.208s;
}
.wordTransform span:nth-child(514) {
  -webkit-animation-delay: 8.224s;
          animation-delay: 8.224s;
}
.wordTransform span:nth-child(515) {
  -webkit-animation-delay: 8.24s;
          animation-delay: 8.24s;
}
.wordTransform span:nth-child(516) {
  -webkit-animation-delay: 8.256s;
          animation-delay: 8.256s;
}
.wordTransform span:nth-child(517) {
  -webkit-animation-delay: 8.272s;
          animation-delay: 8.272s;
}
.wordTransform span:nth-child(518) {
  -webkit-animation-delay: 8.288s;
          animation-delay: 8.288s;
}
.wordTransform span:nth-child(519) {
  -webkit-animation-delay: 8.304s;
          animation-delay: 8.304s;
}
.wordTransform span:nth-child(520) {
  -webkit-animation-delay: 8.32s;
          animation-delay: 8.32s;
}
.wordTransform span:nth-child(521) {
  -webkit-animation-delay: 8.336s;
          animation-delay: 8.336s;
}
.wordTransform span:nth-child(522) {
  -webkit-animation-delay: 8.352s;
          animation-delay: 8.352s;
}
.wordTransform span:nth-child(523) {
  -webkit-animation-delay: 8.368s;
          animation-delay: 8.368s;
}
.wordTransform span:nth-child(524) {
  -webkit-animation-delay: 8.384s;
          animation-delay: 8.384s;
}
.wordTransform span:nth-child(525) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.wordTransform span:nth-child(526) {
  -webkit-animation-delay: 8.416s;
          animation-delay: 8.416s;
}
.wordTransform span:nth-child(527) {
  -webkit-animation-delay: 8.432s;
          animation-delay: 8.432s;
}
.wordTransform span:nth-child(528) {
  -webkit-animation-delay: 8.448s;
          animation-delay: 8.448s;
}
.wordTransform span:nth-child(529) {
  -webkit-animation-delay: 8.464s;
          animation-delay: 8.464s;
}
.wordTransform span:nth-child(530) {
  -webkit-animation-delay: 8.48s;
          animation-delay: 8.48s;
}
.wordTransform span:nth-child(531) {
  -webkit-animation-delay: 8.496s;
          animation-delay: 8.496s;
}
.wordTransform span:nth-child(532) {
  -webkit-animation-delay: 8.512s;
          animation-delay: 8.512s;
}
.wordTransform span:nth-child(533) {
  -webkit-animation-delay: 8.528s;
          animation-delay: 8.528s;
}
.wordTransform span:nth-child(534) {
  -webkit-animation-delay: 8.544s;
          animation-delay: 8.544s;
}
.wordTransform span:nth-child(535) {
  -webkit-animation-delay: 8.56s;
          animation-delay: 8.56s;
}
.wordTransform span:nth-child(536) {
  -webkit-animation-delay: 8.576s;
          animation-delay: 8.576s;
}
.wordTransform span:nth-child(537) {
  -webkit-animation-delay: 8.592s;
          animation-delay: 8.592s;
}
.wordTransform span:nth-child(538) {
  -webkit-animation-delay: 8.608s;
          animation-delay: 8.608s;
}
.wordTransform span:nth-child(539) {
  -webkit-animation-delay: 8.624s;
          animation-delay: 8.624s;
}
.wordTransform span:nth-child(540) {
  -webkit-animation-delay: 8.64s;
          animation-delay: 8.64s;
}
.wordTransform span:nth-child(541) {
  -webkit-animation-delay: 8.656s;
          animation-delay: 8.656s;
}
.wordTransform span:nth-child(542) {
  -webkit-animation-delay: 8.672s;
          animation-delay: 8.672s;
}
.wordTransform span:nth-child(543) {
  -webkit-animation-delay: 8.688s;
          animation-delay: 8.688s;
}
.wordTransform span:nth-child(544) {
  -webkit-animation-delay: 8.704s;
          animation-delay: 8.704s;
}
.wordTransform span:nth-child(545) {
  -webkit-animation-delay: 8.72s;
          animation-delay: 8.72s;
}
.wordTransform span:nth-child(546) {
  -webkit-animation-delay: 8.736s;
          animation-delay: 8.736s;
}
.wordTransform span:nth-child(547) {
  -webkit-animation-delay: 8.752s;
          animation-delay: 8.752s;
}
.wordTransform span:nth-child(548) {
  -webkit-animation-delay: 8.768s;
          animation-delay: 8.768s;
}
.wordTransform span:nth-child(549) {
  -webkit-animation-delay: 8.784s;
          animation-delay: 8.784s;
}
.wordTransform span:nth-child(550) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.wordTransform span:nth-child(551) {
  -webkit-animation-delay: 8.816s;
          animation-delay: 8.816s;
}
.wordTransform span:nth-child(552) {
  -webkit-animation-delay: 8.832s;
          animation-delay: 8.832s;
}
.wordTransform span:nth-child(553) {
  -webkit-animation-delay: 8.848s;
          animation-delay: 8.848s;
}
.wordTransform span:nth-child(554) {
  -webkit-animation-delay: 8.864s;
          animation-delay: 8.864s;
}
.wordTransform span:nth-child(555) {
  -webkit-animation-delay: 8.88s;
          animation-delay: 8.88s;
}
.wordTransform span:nth-child(556) {
  -webkit-animation-delay: 8.896s;
          animation-delay: 8.896s;
}
.wordTransform span:nth-child(557) {
  -webkit-animation-delay: 8.912s;
          animation-delay: 8.912s;
}
.wordTransform span:nth-child(558) {
  -webkit-animation-delay: 8.928s;
          animation-delay: 8.928s;
}
.wordTransform span:nth-child(559) {
  -webkit-animation-delay: 8.944s;
          animation-delay: 8.944s;
}
.wordTransform span:nth-child(560) {
  -webkit-animation-delay: 8.96s;
          animation-delay: 8.96s;
}
.wordTransform span:nth-child(561) {
  -webkit-animation-delay: 8.976s;
          animation-delay: 8.976s;
}
.wordTransform span:nth-child(562) {
  -webkit-animation-delay: 8.992s;
          animation-delay: 8.992s;
}
.wordTransform span:nth-child(563) {
  -webkit-animation-delay: 9.008s;
          animation-delay: 9.008s;
}
.wordTransform span:nth-child(564) {
  -webkit-animation-delay: 9.024s;
          animation-delay: 9.024s;
}
.wordTransform span:nth-child(565) {
  -webkit-animation-delay: 9.04s;
          animation-delay: 9.04s;
}
.wordTransform span:nth-child(566) {
  -webkit-animation-delay: 9.056s;
          animation-delay: 9.056s;
}
.wordTransform span:nth-child(567) {
  -webkit-animation-delay: 9.072s;
          animation-delay: 9.072s;
}
.wordTransform span:nth-child(568) {
  -webkit-animation-delay: 9.088s;
          animation-delay: 9.088s;
}
.wordTransform span:nth-child(569) {
  -webkit-animation-delay: 9.104s;
          animation-delay: 9.104s;
}
.wordTransform span:nth-child(570) {
  -webkit-animation-delay: 9.12s;
          animation-delay: 9.12s;
}
.wordTransform span:nth-child(571) {
  -webkit-animation-delay: 9.136s;
          animation-delay: 9.136s;
}
.wordTransform span:nth-child(572) {
  -webkit-animation-delay: 9.152s;
          animation-delay: 9.152s;
}
.wordTransform span:nth-child(573) {
  -webkit-animation-delay: 9.168s;
          animation-delay: 9.168s;
}
.wordTransform span:nth-child(574) {
  -webkit-animation-delay: 9.184s;
          animation-delay: 9.184s;
}
.wordTransform span:nth-child(575) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.wordTransform span:nth-child(576) {
  -webkit-animation-delay: 9.216s;
          animation-delay: 9.216s;
}
.wordTransform span:nth-child(577) {
  -webkit-animation-delay: 9.232s;
          animation-delay: 9.232s;
}
.wordTransform span:nth-child(578) {
  -webkit-animation-delay: 9.248s;
          animation-delay: 9.248s;
}
.wordTransform span:nth-child(579) {
  -webkit-animation-delay: 9.264s;
          animation-delay: 9.264s;
}
.wordTransform span:nth-child(580) {
  -webkit-animation-delay: 9.28s;
          animation-delay: 9.28s;
}
.wordTransform span:nth-child(581) {
  -webkit-animation-delay: 9.296s;
          animation-delay: 9.296s;
}
.wordTransform span:nth-child(582) {
  -webkit-animation-delay: 9.312s;
          animation-delay: 9.312s;
}
.wordTransform span:nth-child(583) {
  -webkit-animation-delay: 9.328s;
          animation-delay: 9.328s;
}
.wordTransform span:nth-child(584) {
  -webkit-animation-delay: 9.344s;
          animation-delay: 9.344s;
}
.wordTransform span:nth-child(585) {
  -webkit-animation-delay: 9.36s;
          animation-delay: 9.36s;
}
.wordTransform span:nth-child(586) {
  -webkit-animation-delay: 9.376s;
          animation-delay: 9.376s;
}
.wordTransform span:nth-child(587) {
  -webkit-animation-delay: 9.392s;
          animation-delay: 9.392s;
}
.wordTransform span:nth-child(588) {
  -webkit-animation-delay: 9.408s;
          animation-delay: 9.408s;
}
.wordTransform span:nth-child(589) {
  -webkit-animation-delay: 9.424s;
          animation-delay: 9.424s;
}
.wordTransform span:nth-child(590) {
  -webkit-animation-delay: 9.44s;
          animation-delay: 9.44s;
}
.wordTransform span:nth-child(591) {
  -webkit-animation-delay: 9.456s;
          animation-delay: 9.456s;
}
.wordTransform span:nth-child(592) {
  -webkit-animation-delay: 9.472s;
          animation-delay: 9.472s;
}
.wordTransform span:nth-child(593) {
  -webkit-animation-delay: 9.488s;
          animation-delay: 9.488s;
}
.wordTransform span:nth-child(594) {
  -webkit-animation-delay: 9.504s;
          animation-delay: 9.504s;
}
.wordTransform span:nth-child(595) {
  -webkit-animation-delay: 9.52s;
          animation-delay: 9.52s;
}
.wordTransform span:nth-child(596) {
  -webkit-animation-delay: 9.536s;
          animation-delay: 9.536s;
}
.wordTransform span:nth-child(597) {
  -webkit-animation-delay: 9.552s;
          animation-delay: 9.552s;
}
.wordTransform span:nth-child(598) {
  -webkit-animation-delay: 9.568s;
          animation-delay: 9.568s;
}
.wordTransform span:nth-child(599) {
  -webkit-animation-delay: 9.584s;
          animation-delay: 9.584s;
}
.wordTransform span:nth-child(600) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.wordTransform.resized {
  height: auto !important;
}

.test .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
.test .div2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.test .div3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.test .div4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.test .div5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
.test .div6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}
.test .div7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
.test .div8 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5/1/6/2;
}
.test .div9 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 6/1/7/3;
}

.full-scroll-wrapper .scroll-animate-section {
  width: 100%;
}
.full-scroll-wrapper {
  position: relative;
  height: calc(100vh * var(--scroll-wrapper-scale));
}
@media (max-width: 767.9px) {
  .full-scroll-wrapper {
    height: auto !important;
  }
}
.full-scroll-wrapper .scroll-animate-section {
  position: sticky;
  top: var(--headerH);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9px) {
  .full-scroll-wrapper .scroll-animate-section {
    position: relative !important;
    top: 0;
  }
}
.full-scroll-wrapper .scroll-animate-section .scroll-animate-text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.full-scroll-wrapper .sticky-bottom {
  bottom: 0;
}

.scroll-animate-text span.active {
  color: #c8b496;
}
.scroll-animate-text span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.9px) {
  .scroll-animate-text span {
    color: #000000 !important;
  }
  .scroll-animate-text span:first-child {
    color: #c8b496 !important;
  }
}

.rotateWord {
  display: inline-block;
}

body.home-page .wowo.animated {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
}
body.home-page .wordTransform span:nth-child(1) {
  -webkit-animation-delay: 0.004s;
          animation-delay: 0.004s;
}
body.home-page .wordTransform span:nth-child(2) {
  -webkit-animation-delay: 0.008s;
          animation-delay: 0.008s;
}
body.home-page .wordTransform span:nth-child(3) {
  -webkit-animation-delay: 0.012s;
          animation-delay: 0.012s;
}
body.home-page .wordTransform span:nth-child(4) {
  -webkit-animation-delay: 0.016s;
          animation-delay: 0.016s;
}
body.home-page .wordTransform span:nth-child(5) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
body.home-page .wordTransform span:nth-child(6) {
  -webkit-animation-delay: 0.024s;
          animation-delay: 0.024s;
}
body.home-page .wordTransform span:nth-child(7) {
  -webkit-animation-delay: 0.028s;
          animation-delay: 0.028s;
}
body.home-page .wordTransform span:nth-child(8) {
  -webkit-animation-delay: 0.032s;
          animation-delay: 0.032s;
}
body.home-page .wordTransform span:nth-child(9) {
  -webkit-animation-delay: 0.036s;
          animation-delay: 0.036s;
}
body.home-page .wordTransform span:nth-child(10) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
body.home-page .wordTransform span:nth-child(11) {
  -webkit-animation-delay: 0.044s;
          animation-delay: 0.044s;
}
body.home-page .wordTransform span:nth-child(12) {
  -webkit-animation-delay: 0.048s;
          animation-delay: 0.048s;
}
body.home-page .wordTransform span:nth-child(13) {
  -webkit-animation-delay: 0.052s;
          animation-delay: 0.052s;
}
body.home-page .wordTransform span:nth-child(14) {
  -webkit-animation-delay: 0.056s;
          animation-delay: 0.056s;
}
body.home-page .wordTransform span:nth-child(15) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
body.home-page .wordTransform span:nth-child(16) {
  -webkit-animation-delay: 0.064s;
          animation-delay: 0.064s;
}
body.home-page .wordTransform span:nth-child(17) {
  -webkit-animation-delay: 0.068s;
          animation-delay: 0.068s;
}
body.home-page .wordTransform span:nth-child(18) {
  -webkit-animation-delay: 0.072s;
          animation-delay: 0.072s;
}
body.home-page .wordTransform span:nth-child(19) {
  -webkit-animation-delay: 0.076s;
          animation-delay: 0.076s;
}
body.home-page .wordTransform span:nth-child(20) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
body.home-page .wordTransform span:nth-child(21) {
  -webkit-animation-delay: 0.084s;
          animation-delay: 0.084s;
}
body.home-page .wordTransform span:nth-child(22) {
  -webkit-animation-delay: 0.088s;
          animation-delay: 0.088s;
}
body.home-page .wordTransform span:nth-child(23) {
  -webkit-animation-delay: 0.092s;
          animation-delay: 0.092s;
}
body.home-page .wordTransform span:nth-child(24) {
  -webkit-animation-delay: 0.096s;
          animation-delay: 0.096s;
}
body.home-page .wordTransform span:nth-child(25) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
body.home-page .wordTransform span:nth-child(26) {
  -webkit-animation-delay: 0.104s;
          animation-delay: 0.104s;
}
body.home-page .wordTransform span:nth-child(27) {
  -webkit-animation-delay: 0.108s;
          animation-delay: 0.108s;
}
body.home-page .wordTransform span:nth-child(28) {
  -webkit-animation-delay: 0.112s;
          animation-delay: 0.112s;
}
body.home-page .wordTransform span:nth-child(29) {
  -webkit-animation-delay: 0.116s;
          animation-delay: 0.116s;
}
body.home-page .wordTransform span:nth-child(30) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
body.home-page .wordTransform span:nth-child(31) {
  -webkit-animation-delay: 0.124s;
          animation-delay: 0.124s;
}
body.home-page .wordTransform span:nth-child(32) {
  -webkit-animation-delay: 0.128s;
          animation-delay: 0.128s;
}
body.home-page .wordTransform span:nth-child(33) {
  -webkit-animation-delay: 0.132s;
          animation-delay: 0.132s;
}
body.home-page .wordTransform span:nth-child(34) {
  -webkit-animation-delay: 0.136s;
          animation-delay: 0.136s;
}
body.home-page .wordTransform span:nth-child(35) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
body.home-page .wordTransform span:nth-child(36) {
  -webkit-animation-delay: 0.144s;
          animation-delay: 0.144s;
}
body.home-page .wordTransform span:nth-child(37) {
  -webkit-animation-delay: 0.148s;
          animation-delay: 0.148s;
}
body.home-page .wordTransform span:nth-child(38) {
  -webkit-animation-delay: 0.152s;
          animation-delay: 0.152s;
}
body.home-page .wordTransform span:nth-child(39) {
  -webkit-animation-delay: 0.156s;
          animation-delay: 0.156s;
}
body.home-page .wordTransform span:nth-child(40) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
body.home-page .wordTransform span:nth-child(41) {
  -webkit-animation-delay: 0.164s;
          animation-delay: 0.164s;
}
body.home-page .wordTransform span:nth-child(42) {
  -webkit-animation-delay: 0.168s;
          animation-delay: 0.168s;
}
body.home-page .wordTransform span:nth-child(43) {
  -webkit-animation-delay: 0.172s;
          animation-delay: 0.172s;
}
body.home-page .wordTransform span:nth-child(44) {
  -webkit-animation-delay: 0.176s;
          animation-delay: 0.176s;
}
body.home-page .wordTransform span:nth-child(45) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
body.home-page .wordTransform span:nth-child(46) {
  -webkit-animation-delay: 0.184s;
          animation-delay: 0.184s;
}
body.home-page .wordTransform span:nth-child(47) {
  -webkit-animation-delay: 0.188s;
          animation-delay: 0.188s;
}
body.home-page .wordTransform span:nth-child(48) {
  -webkit-animation-delay: 0.192s;
          animation-delay: 0.192s;
}
body.home-page .wordTransform span:nth-child(49) {
  -webkit-animation-delay: 0.196s;
          animation-delay: 0.196s;
}
body.home-page .wordTransform span:nth-child(50) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
body.home-page .wordTransform span:nth-child(51) {
  -webkit-animation-delay: 0.204s;
          animation-delay: 0.204s;
}
body.home-page .wordTransform span:nth-child(52) {
  -webkit-animation-delay: 0.208s;
          animation-delay: 0.208s;
}
body.home-page .wordTransform span:nth-child(53) {
  -webkit-animation-delay: 0.212s;
          animation-delay: 0.212s;
}
body.home-page .wordTransform span:nth-child(54) {
  -webkit-animation-delay: 0.216s;
          animation-delay: 0.216s;
}
body.home-page .wordTransform span:nth-child(55) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
body.home-page .wordTransform span:nth-child(56) {
  -webkit-animation-delay: 0.224s;
          animation-delay: 0.224s;
}
body.home-page .wordTransform span:nth-child(57) {
  -webkit-animation-delay: 0.228s;
          animation-delay: 0.228s;
}
body.home-page .wordTransform span:nth-child(58) {
  -webkit-animation-delay: 0.232s;
          animation-delay: 0.232s;
}
body.home-page .wordTransform span:nth-child(59) {
  -webkit-animation-delay: 0.236s;
          animation-delay: 0.236s;
}
body.home-page .wordTransform span:nth-child(60) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
body.home-page .wordTransform span:nth-child(61) {
  -webkit-animation-delay: 0.244s;
          animation-delay: 0.244s;
}
body.home-page .wordTransform span:nth-child(62) {
  -webkit-animation-delay: 0.248s;
          animation-delay: 0.248s;
}
body.home-page .wordTransform span:nth-child(63) {
  -webkit-animation-delay: 0.252s;
          animation-delay: 0.252s;
}
body.home-page .wordTransform span:nth-child(64) {
  -webkit-animation-delay: 0.256s;
          animation-delay: 0.256s;
}
body.home-page .wordTransform span:nth-child(65) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
body.home-page .wordTransform span:nth-child(66) {
  -webkit-animation-delay: 0.264s;
          animation-delay: 0.264s;
}
body.home-page .wordTransform span:nth-child(67) {
  -webkit-animation-delay: 0.268s;
          animation-delay: 0.268s;
}
body.home-page .wordTransform span:nth-child(68) {
  -webkit-animation-delay: 0.272s;
          animation-delay: 0.272s;
}
body.home-page .wordTransform span:nth-child(69) {
  -webkit-animation-delay: 0.276s;
          animation-delay: 0.276s;
}
body.home-page .wordTransform span:nth-child(70) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
body.home-page .wordTransform span:nth-child(71) {
  -webkit-animation-delay: 0.284s;
          animation-delay: 0.284s;
}
body.home-page .wordTransform span:nth-child(72) {
  -webkit-animation-delay: 0.288s;
          animation-delay: 0.288s;
}
body.home-page .wordTransform span:nth-child(73) {
  -webkit-animation-delay: 0.292s;
          animation-delay: 0.292s;
}
body.home-page .wordTransform span:nth-child(74) {
  -webkit-animation-delay: 0.296s;
          animation-delay: 0.296s;
}
body.home-page .wordTransform span:nth-child(75) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
body.home-page .wordTransform span:nth-child(76) {
  -webkit-animation-delay: 0.304s;
          animation-delay: 0.304s;
}
body.home-page .wordTransform span:nth-child(77) {
  -webkit-animation-delay: 0.308s;
          animation-delay: 0.308s;
}
body.home-page .wordTransform span:nth-child(78) {
  -webkit-animation-delay: 0.312s;
          animation-delay: 0.312s;
}
body.home-page .wordTransform span:nth-child(79) {
  -webkit-animation-delay: 0.316s;
          animation-delay: 0.316s;
}
body.home-page .wordTransform span:nth-child(80) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
body.home-page .wordTransform span:nth-child(81) {
  -webkit-animation-delay: 0.324s;
          animation-delay: 0.324s;
}
body.home-page .wordTransform span:nth-child(82) {
  -webkit-animation-delay: 0.328s;
          animation-delay: 0.328s;
}
body.home-page .wordTransform span:nth-child(83) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
}
body.home-page .wordTransform span:nth-child(84) {
  -webkit-animation-delay: 0.336s;
          animation-delay: 0.336s;
}
body.home-page .wordTransform span:nth-child(85) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
body.home-page .wordTransform span:nth-child(86) {
  -webkit-animation-delay: 0.344s;
          animation-delay: 0.344s;
}
body.home-page .wordTransform span:nth-child(87) {
  -webkit-animation-delay: 0.348s;
          animation-delay: 0.348s;
}
body.home-page .wordTransform span:nth-child(88) {
  -webkit-animation-delay: 0.352s;
          animation-delay: 0.352s;
}
body.home-page .wordTransform span:nth-child(89) {
  -webkit-animation-delay: 0.356s;
          animation-delay: 0.356s;
}
body.home-page .wordTransform span:nth-child(90) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
body.home-page .wordTransform span:nth-child(91) {
  -webkit-animation-delay: 0.364s;
          animation-delay: 0.364s;
}
body.home-page .wordTransform span:nth-child(92) {
  -webkit-animation-delay: 0.368s;
          animation-delay: 0.368s;
}
body.home-page .wordTransform span:nth-child(93) {
  -webkit-animation-delay: 0.372s;
          animation-delay: 0.372s;
}
body.home-page .wordTransform span:nth-child(94) {
  -webkit-animation-delay: 0.376s;
          animation-delay: 0.376s;
}
body.home-page .wordTransform span:nth-child(95) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
body.home-page .wordTransform span:nth-child(96) {
  -webkit-animation-delay: 0.384s;
          animation-delay: 0.384s;
}
body.home-page .wordTransform span:nth-child(97) {
  -webkit-animation-delay: 0.388s;
          animation-delay: 0.388s;
}
body.home-page .wordTransform span:nth-child(98) {
  -webkit-animation-delay: 0.392s;
          animation-delay: 0.392s;
}
body.home-page .wordTransform span:nth-child(99) {
  -webkit-animation-delay: 0.396s;
          animation-delay: 0.396s;
}
body.home-page .wordTransform span:nth-child(100) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body.home-page .wordTransform span:nth-child(101) {
  -webkit-animation-delay: 0.404s;
          animation-delay: 0.404s;
}
body.home-page .wordTransform span:nth-child(102) {
  -webkit-animation-delay: 0.408s;
          animation-delay: 0.408s;
}
body.home-page .wordTransform span:nth-child(103) {
  -webkit-animation-delay: 0.412s;
          animation-delay: 0.412s;
}
body.home-page .wordTransform span:nth-child(104) {
  -webkit-animation-delay: 0.416s;
          animation-delay: 0.416s;
}
body.home-page .wordTransform span:nth-child(105) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
body.home-page .wordTransform span:nth-child(106) {
  -webkit-animation-delay: 0.424s;
          animation-delay: 0.424s;
}
body.home-page .wordTransform span:nth-child(107) {
  -webkit-animation-delay: 0.428s;
          animation-delay: 0.428s;
}
body.home-page .wordTransform span:nth-child(108) {
  -webkit-animation-delay: 0.432s;
          animation-delay: 0.432s;
}
body.home-page .wordTransform span:nth-child(109) {
  -webkit-animation-delay: 0.436s;
          animation-delay: 0.436s;
}
body.home-page .wordTransform span:nth-child(110) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
body.home-page .wordTransform span:nth-child(111) {
  -webkit-animation-delay: 0.444s;
          animation-delay: 0.444s;
}
body.home-page .wordTransform span:nth-child(112) {
  -webkit-animation-delay: 0.448s;
          animation-delay: 0.448s;
}
body.home-page .wordTransform span:nth-child(113) {
  -webkit-animation-delay: 0.452s;
          animation-delay: 0.452s;
}
body.home-page .wordTransform span:nth-child(114) {
  -webkit-animation-delay: 0.456s;
          animation-delay: 0.456s;
}
body.home-page .wordTransform span:nth-child(115) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
body.home-page .wordTransform span:nth-child(116) {
  -webkit-animation-delay: 0.464s;
          animation-delay: 0.464s;
}
body.home-page .wordTransform span:nth-child(117) {
  -webkit-animation-delay: 0.468s;
          animation-delay: 0.468s;
}
body.home-page .wordTransform span:nth-child(118) {
  -webkit-animation-delay: 0.472s;
          animation-delay: 0.472s;
}
body.home-page .wordTransform span:nth-child(119) {
  -webkit-animation-delay: 0.476s;
          animation-delay: 0.476s;
}
body.home-page .wordTransform span:nth-child(120) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
body.home-page .wordTransform span:nth-child(121) {
  -webkit-animation-delay: 0.484s;
          animation-delay: 0.484s;
}
body.home-page .wordTransform span:nth-child(122) {
  -webkit-animation-delay: 0.488s;
          animation-delay: 0.488s;
}
body.home-page .wordTransform span:nth-child(123) {
  -webkit-animation-delay: 0.492s;
          animation-delay: 0.492s;
}
body.home-page .wordTransform span:nth-child(124) {
  -webkit-animation-delay: 0.496s;
          animation-delay: 0.496s;
}
body.home-page .wordTransform span:nth-child(125) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.home-page .wordTransform span:nth-child(126) {
  -webkit-animation-delay: 0.504s;
          animation-delay: 0.504s;
}
body.home-page .wordTransform span:nth-child(127) {
  -webkit-animation-delay: 0.508s;
          animation-delay: 0.508s;
}
body.home-page .wordTransform span:nth-child(128) {
  -webkit-animation-delay: 0.512s;
          animation-delay: 0.512s;
}
body.home-page .wordTransform span:nth-child(129) {
  -webkit-animation-delay: 0.516s;
          animation-delay: 0.516s;
}
body.home-page .wordTransform span:nth-child(130) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
body.home-page .wordTransform span:nth-child(131) {
  -webkit-animation-delay: 0.524s;
          animation-delay: 0.524s;
}
body.home-page .wordTransform span:nth-child(132) {
  -webkit-animation-delay: 0.528s;
          animation-delay: 0.528s;
}
body.home-page .wordTransform span:nth-child(133) {
  -webkit-animation-delay: 0.532s;
          animation-delay: 0.532s;
}
body.home-page .wordTransform span:nth-child(134) {
  -webkit-animation-delay: 0.536s;
          animation-delay: 0.536s;
}
body.home-page .wordTransform span:nth-child(135) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
body.home-page .wordTransform span:nth-child(136) {
  -webkit-animation-delay: 0.544s;
          animation-delay: 0.544s;
}
body.home-page .wordTransform span:nth-child(137) {
  -webkit-animation-delay: 0.548s;
          animation-delay: 0.548s;
}
body.home-page .wordTransform span:nth-child(138) {
  -webkit-animation-delay: 0.552s;
          animation-delay: 0.552s;
}
body.home-page .wordTransform span:nth-child(139) {
  -webkit-animation-delay: 0.556s;
          animation-delay: 0.556s;
}
body.home-page .wordTransform span:nth-child(140) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
body.home-page .wordTransform span:nth-child(141) {
  -webkit-animation-delay: 0.564s;
          animation-delay: 0.564s;
}
body.home-page .wordTransform span:nth-child(142) {
  -webkit-animation-delay: 0.568s;
          animation-delay: 0.568s;
}
body.home-page .wordTransform span:nth-child(143) {
  -webkit-animation-delay: 0.572s;
          animation-delay: 0.572s;
}
body.home-page .wordTransform span:nth-child(144) {
  -webkit-animation-delay: 0.576s;
          animation-delay: 0.576s;
}
body.home-page .wordTransform span:nth-child(145) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
body.home-page .wordTransform span:nth-child(146) {
  -webkit-animation-delay: 0.584s;
          animation-delay: 0.584s;
}
body.home-page .wordTransform span:nth-child(147) {
  -webkit-animation-delay: 0.588s;
          animation-delay: 0.588s;
}
body.home-page .wordTransform span:nth-child(148) {
  -webkit-animation-delay: 0.592s;
          animation-delay: 0.592s;
}
body.home-page .wordTransform span:nth-child(149) {
  -webkit-animation-delay: 0.596s;
          animation-delay: 0.596s;
}
body.home-page .wordTransform span:nth-child(150) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body.home-page .wordTransform span:nth-child(151) {
  -webkit-animation-delay: 0.604s;
          animation-delay: 0.604s;
}
body.home-page .wordTransform span:nth-child(152) {
  -webkit-animation-delay: 0.608s;
          animation-delay: 0.608s;
}
body.home-page .wordTransform span:nth-child(153) {
  -webkit-animation-delay: 0.612s;
          animation-delay: 0.612s;
}
body.home-page .wordTransform span:nth-child(154) {
  -webkit-animation-delay: 0.616s;
          animation-delay: 0.616s;
}
body.home-page .wordTransform span:nth-child(155) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
body.home-page .wordTransform span:nth-child(156) {
  -webkit-animation-delay: 0.624s;
          animation-delay: 0.624s;
}
body.home-page .wordTransform span:nth-child(157) {
  -webkit-animation-delay: 0.628s;
          animation-delay: 0.628s;
}
body.home-page .wordTransform span:nth-child(158) {
  -webkit-animation-delay: 0.632s;
          animation-delay: 0.632s;
}
body.home-page .wordTransform span:nth-child(159) {
  -webkit-animation-delay: 0.636s;
          animation-delay: 0.636s;
}
body.home-page .wordTransform span:nth-child(160) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
body.home-page .wordTransform span:nth-child(161) {
  -webkit-animation-delay: 0.644s;
          animation-delay: 0.644s;
}
body.home-page .wordTransform span:nth-child(162) {
  -webkit-animation-delay: 0.648s;
          animation-delay: 0.648s;
}
body.home-page .wordTransform span:nth-child(163) {
  -webkit-animation-delay: 0.652s;
          animation-delay: 0.652s;
}
body.home-page .wordTransform span:nth-child(164) {
  -webkit-animation-delay: 0.656s;
          animation-delay: 0.656s;
}
body.home-page .wordTransform span:nth-child(165) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
body.home-page .wordTransform span:nth-child(166) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
}
body.home-page .wordTransform span:nth-child(167) {
  -webkit-animation-delay: 0.668s;
          animation-delay: 0.668s;
}
body.home-page .wordTransform span:nth-child(168) {
  -webkit-animation-delay: 0.672s;
          animation-delay: 0.672s;
}
body.home-page .wordTransform span:nth-child(169) {
  -webkit-animation-delay: 0.676s;
          animation-delay: 0.676s;
}
body.home-page .wordTransform span:nth-child(170) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
body.home-page .wordTransform span:nth-child(171) {
  -webkit-animation-delay: 0.684s;
          animation-delay: 0.684s;
}
body.home-page .wordTransform span:nth-child(172) {
  -webkit-animation-delay: 0.688s;
          animation-delay: 0.688s;
}
body.home-page .wordTransform span:nth-child(173) {
  -webkit-animation-delay: 0.692s;
          animation-delay: 0.692s;
}
body.home-page .wordTransform span:nth-child(174) {
  -webkit-animation-delay: 0.696s;
          animation-delay: 0.696s;
}
body.home-page .wordTransform span:nth-child(175) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
body.home-page .wordTransform span:nth-child(176) {
  -webkit-animation-delay: 0.704s;
          animation-delay: 0.704s;
}
body.home-page .wordTransform span:nth-child(177) {
  -webkit-animation-delay: 0.708s;
          animation-delay: 0.708s;
}
body.home-page .wordTransform span:nth-child(178) {
  -webkit-animation-delay: 0.712s;
          animation-delay: 0.712s;
}
body.home-page .wordTransform span:nth-child(179) {
  -webkit-animation-delay: 0.716s;
          animation-delay: 0.716s;
}
body.home-page .wordTransform span:nth-child(180) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
body.home-page .wordTransform span:nth-child(181) {
  -webkit-animation-delay: 0.724s;
          animation-delay: 0.724s;
}
body.home-page .wordTransform span:nth-child(182) {
  -webkit-animation-delay: 0.728s;
          animation-delay: 0.728s;
}
body.home-page .wordTransform span:nth-child(183) {
  -webkit-animation-delay: 0.732s;
          animation-delay: 0.732s;
}
body.home-page .wordTransform span:nth-child(184) {
  -webkit-animation-delay: 0.736s;
          animation-delay: 0.736s;
}
body.home-page .wordTransform span:nth-child(185) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
body.home-page .wordTransform span:nth-child(186) {
  -webkit-animation-delay: 0.744s;
          animation-delay: 0.744s;
}
body.home-page .wordTransform span:nth-child(187) {
  -webkit-animation-delay: 0.748s;
          animation-delay: 0.748s;
}
body.home-page .wordTransform span:nth-child(188) {
  -webkit-animation-delay: 0.752s;
          animation-delay: 0.752s;
}
body.home-page .wordTransform span:nth-child(189) {
  -webkit-animation-delay: 0.756s;
          animation-delay: 0.756s;
}
body.home-page .wordTransform span:nth-child(190) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
body.home-page .wordTransform span:nth-child(191) {
  -webkit-animation-delay: 0.764s;
          animation-delay: 0.764s;
}
body.home-page .wordTransform span:nth-child(192) {
  -webkit-animation-delay: 0.768s;
          animation-delay: 0.768s;
}
body.home-page .wordTransform span:nth-child(193) {
  -webkit-animation-delay: 0.772s;
          animation-delay: 0.772s;
}
body.home-page .wordTransform span:nth-child(194) {
  -webkit-animation-delay: 0.776s;
          animation-delay: 0.776s;
}
body.home-page .wordTransform span:nth-child(195) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
body.home-page .wordTransform span:nth-child(196) {
  -webkit-animation-delay: 0.784s;
          animation-delay: 0.784s;
}
body.home-page .wordTransform span:nth-child(197) {
  -webkit-animation-delay: 0.788s;
          animation-delay: 0.788s;
}
body.home-page .wordTransform span:nth-child(198) {
  -webkit-animation-delay: 0.792s;
          animation-delay: 0.792s;
}
body.home-page .wordTransform span:nth-child(199) {
  -webkit-animation-delay: 0.796s;
          animation-delay: 0.796s;
}
body.home-page .wordTransform span:nth-child(200) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
body.home-page .wordTransform span:nth-child(201) {
  -webkit-animation-delay: 0.804s;
          animation-delay: 0.804s;
}
body.home-page .wordTransform span:nth-child(202) {
  -webkit-animation-delay: 0.808s;
          animation-delay: 0.808s;
}
body.home-page .wordTransform span:nth-child(203) {
  -webkit-animation-delay: 0.812s;
          animation-delay: 0.812s;
}
body.home-page .wordTransform span:nth-child(204) {
  -webkit-animation-delay: 0.816s;
          animation-delay: 0.816s;
}
body.home-page .wordTransform span:nth-child(205) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
body.home-page .wordTransform span:nth-child(206) {
  -webkit-animation-delay: 0.824s;
          animation-delay: 0.824s;
}
body.home-page .wordTransform span:nth-child(207) {
  -webkit-animation-delay: 0.828s;
          animation-delay: 0.828s;
}
body.home-page .wordTransform span:nth-child(208) {
  -webkit-animation-delay: 0.832s;
          animation-delay: 0.832s;
}
body.home-page .wordTransform span:nth-child(209) {
  -webkit-animation-delay: 0.836s;
          animation-delay: 0.836s;
}
body.home-page .wordTransform span:nth-child(210) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
body.home-page .wordTransform span:nth-child(211) {
  -webkit-animation-delay: 0.844s;
          animation-delay: 0.844s;
}
body.home-page .wordTransform span:nth-child(212) {
  -webkit-animation-delay: 0.848s;
          animation-delay: 0.848s;
}
body.home-page .wordTransform span:nth-child(213) {
  -webkit-animation-delay: 0.852s;
          animation-delay: 0.852s;
}
body.home-page .wordTransform span:nth-child(214) {
  -webkit-animation-delay: 0.856s;
          animation-delay: 0.856s;
}
body.home-page .wordTransform span:nth-child(215) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
body.home-page .wordTransform span:nth-child(216) {
  -webkit-animation-delay: 0.864s;
          animation-delay: 0.864s;
}
body.home-page .wordTransform span:nth-child(217) {
  -webkit-animation-delay: 0.868s;
          animation-delay: 0.868s;
}
body.home-page .wordTransform span:nth-child(218) {
  -webkit-animation-delay: 0.872s;
          animation-delay: 0.872s;
}
body.home-page .wordTransform span:nth-child(219) {
  -webkit-animation-delay: 0.876s;
          animation-delay: 0.876s;
}
body.home-page .wordTransform span:nth-child(220) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
body.home-page .wordTransform span:nth-child(221) {
  -webkit-animation-delay: 0.884s;
          animation-delay: 0.884s;
}
body.home-page .wordTransform span:nth-child(222) {
  -webkit-animation-delay: 0.888s;
          animation-delay: 0.888s;
}
body.home-page .wordTransform span:nth-child(223) {
  -webkit-animation-delay: 0.892s;
          animation-delay: 0.892s;
}
body.home-page .wordTransform span:nth-child(224) {
  -webkit-animation-delay: 0.896s;
          animation-delay: 0.896s;
}
body.home-page .wordTransform span:nth-child(225) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
body.home-page .wordTransform span:nth-child(226) {
  -webkit-animation-delay: 0.904s;
          animation-delay: 0.904s;
}
body.home-page .wordTransform span:nth-child(227) {
  -webkit-animation-delay: 0.908s;
          animation-delay: 0.908s;
}
body.home-page .wordTransform span:nth-child(228) {
  -webkit-animation-delay: 0.912s;
          animation-delay: 0.912s;
}
body.home-page .wordTransform span:nth-child(229) {
  -webkit-animation-delay: 0.916s;
          animation-delay: 0.916s;
}
body.home-page .wordTransform span:nth-child(230) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
body.home-page .wordTransform span:nth-child(231) {
  -webkit-animation-delay: 0.924s;
          animation-delay: 0.924s;
}
body.home-page .wordTransform span:nth-child(232) {
  -webkit-animation-delay: 0.928s;
          animation-delay: 0.928s;
}
body.home-page .wordTransform span:nth-child(233) {
  -webkit-animation-delay: 0.932s;
          animation-delay: 0.932s;
}
body.home-page .wordTransform span:nth-child(234) {
  -webkit-animation-delay: 0.936s;
          animation-delay: 0.936s;
}
body.home-page .wordTransform span:nth-child(235) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
body.home-page .wordTransform span:nth-child(236) {
  -webkit-animation-delay: 0.944s;
          animation-delay: 0.944s;
}
body.home-page .wordTransform span:nth-child(237) {
  -webkit-animation-delay: 0.948s;
          animation-delay: 0.948s;
}
body.home-page .wordTransform span:nth-child(238) {
  -webkit-animation-delay: 0.952s;
          animation-delay: 0.952s;
}
body.home-page .wordTransform span:nth-child(239) {
  -webkit-animation-delay: 0.956s;
          animation-delay: 0.956s;
}
body.home-page .wordTransform span:nth-child(240) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
body.home-page .wordTransform span:nth-child(241) {
  -webkit-animation-delay: 0.964s;
          animation-delay: 0.964s;
}
body.home-page .wordTransform span:nth-child(242) {
  -webkit-animation-delay: 0.968s;
          animation-delay: 0.968s;
}
body.home-page .wordTransform span:nth-child(243) {
  -webkit-animation-delay: 0.972s;
          animation-delay: 0.972s;
}
body.home-page .wordTransform span:nth-child(244) {
  -webkit-animation-delay: 0.976s;
          animation-delay: 0.976s;
}
body.home-page .wordTransform span:nth-child(245) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
body.home-page .wordTransform span:nth-child(246) {
  -webkit-animation-delay: 0.984s;
          animation-delay: 0.984s;
}
body.home-page .wordTransform span:nth-child(247) {
  -webkit-animation-delay: 0.988s;
          animation-delay: 0.988s;
}
body.home-page .wordTransform span:nth-child(248) {
  -webkit-animation-delay: 0.992s;
          animation-delay: 0.992s;
}
body.home-page .wordTransform span:nth-child(249) {
  -webkit-animation-delay: 0.996s;
          animation-delay: 0.996s;
}
body.home-page .wordTransform span:nth-child(250) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home-page .wordTransform span:nth-child(251) {
  -webkit-animation-delay: 1.004s;
          animation-delay: 1.004s;
}
body.home-page .wordTransform span:nth-child(252) {
  -webkit-animation-delay: 1.008s;
          animation-delay: 1.008s;
}
body.home-page .wordTransform span:nth-child(253) {
  -webkit-animation-delay: 1.012s;
          animation-delay: 1.012s;
}
body.home-page .wordTransform span:nth-child(254) {
  -webkit-animation-delay: 1.016s;
          animation-delay: 1.016s;
}
body.home-page .wordTransform span:nth-child(255) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
body.home-page .wordTransform span:nth-child(256) {
  -webkit-animation-delay: 1.024s;
          animation-delay: 1.024s;
}
body.home-page .wordTransform span:nth-child(257) {
  -webkit-animation-delay: 1.028s;
          animation-delay: 1.028s;
}
body.home-page .wordTransform span:nth-child(258) {
  -webkit-animation-delay: 1.032s;
          animation-delay: 1.032s;
}
body.home-page .wordTransform span:nth-child(259) {
  -webkit-animation-delay: 1.036s;
          animation-delay: 1.036s;
}
body.home-page .wordTransform span:nth-child(260) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
body.home-page .wordTransform span:nth-child(261) {
  -webkit-animation-delay: 1.044s;
          animation-delay: 1.044s;
}
body.home-page .wordTransform span:nth-child(262) {
  -webkit-animation-delay: 1.048s;
          animation-delay: 1.048s;
}
body.home-page .wordTransform span:nth-child(263) {
  -webkit-animation-delay: 1.052s;
          animation-delay: 1.052s;
}
body.home-page .wordTransform span:nth-child(264) {
  -webkit-animation-delay: 1.056s;
          animation-delay: 1.056s;
}
body.home-page .wordTransform span:nth-child(265) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
body.home-page .wordTransform span:nth-child(266) {
  -webkit-animation-delay: 1.064s;
          animation-delay: 1.064s;
}
body.home-page .wordTransform span:nth-child(267) {
  -webkit-animation-delay: 1.068s;
          animation-delay: 1.068s;
}
body.home-page .wordTransform span:nth-child(268) {
  -webkit-animation-delay: 1.072s;
          animation-delay: 1.072s;
}
body.home-page .wordTransform span:nth-child(269) {
  -webkit-animation-delay: 1.076s;
          animation-delay: 1.076s;
}
body.home-page .wordTransform span:nth-child(270) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
body.home-page .wordTransform span:nth-child(271) {
  -webkit-animation-delay: 1.084s;
          animation-delay: 1.084s;
}
body.home-page .wordTransform span:nth-child(272) {
  -webkit-animation-delay: 1.088s;
          animation-delay: 1.088s;
}
body.home-page .wordTransform span:nth-child(273) {
  -webkit-animation-delay: 1.092s;
          animation-delay: 1.092s;
}
body.home-page .wordTransform span:nth-child(274) {
  -webkit-animation-delay: 1.096s;
          animation-delay: 1.096s;
}
body.home-page .wordTransform span:nth-child(275) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
body.home-page .wordTransform span:nth-child(276) {
  -webkit-animation-delay: 1.104s;
          animation-delay: 1.104s;
}
body.home-page .wordTransform span:nth-child(277) {
  -webkit-animation-delay: 1.108s;
          animation-delay: 1.108s;
}
body.home-page .wordTransform span:nth-child(278) {
  -webkit-animation-delay: 1.112s;
          animation-delay: 1.112s;
}
body.home-page .wordTransform span:nth-child(279) {
  -webkit-animation-delay: 1.116s;
          animation-delay: 1.116s;
}
body.home-page .wordTransform span:nth-child(280) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
body.home-page .wordTransform span:nth-child(281) {
  -webkit-animation-delay: 1.124s;
          animation-delay: 1.124s;
}
body.home-page .wordTransform span:nth-child(282) {
  -webkit-animation-delay: 1.128s;
          animation-delay: 1.128s;
}
body.home-page .wordTransform span:nth-child(283) {
  -webkit-animation-delay: 1.132s;
          animation-delay: 1.132s;
}
body.home-page .wordTransform span:nth-child(284) {
  -webkit-animation-delay: 1.136s;
          animation-delay: 1.136s;
}
body.home-page .wordTransform span:nth-child(285) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
body.home-page .wordTransform span:nth-child(286) {
  -webkit-animation-delay: 1.144s;
          animation-delay: 1.144s;
}
body.home-page .wordTransform span:nth-child(287) {
  -webkit-animation-delay: 1.148s;
          animation-delay: 1.148s;
}
body.home-page .wordTransform span:nth-child(288) {
  -webkit-animation-delay: 1.152s;
          animation-delay: 1.152s;
}
body.home-page .wordTransform span:nth-child(289) {
  -webkit-animation-delay: 1.156s;
          animation-delay: 1.156s;
}
body.home-page .wordTransform span:nth-child(290) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
body.home-page .wordTransform span:nth-child(291) {
  -webkit-animation-delay: 1.164s;
          animation-delay: 1.164s;
}
body.home-page .wordTransform span:nth-child(292) {
  -webkit-animation-delay: 1.168s;
          animation-delay: 1.168s;
}
body.home-page .wordTransform span:nth-child(293) {
  -webkit-animation-delay: 1.172s;
          animation-delay: 1.172s;
}
body.home-page .wordTransform span:nth-child(294) {
  -webkit-animation-delay: 1.176s;
          animation-delay: 1.176s;
}
body.home-page .wordTransform span:nth-child(295) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
body.home-page .wordTransform span:nth-child(296) {
  -webkit-animation-delay: 1.184s;
          animation-delay: 1.184s;
}
body.home-page .wordTransform span:nth-child(297) {
  -webkit-animation-delay: 1.188s;
          animation-delay: 1.188s;
}
body.home-page .wordTransform span:nth-child(298) {
  -webkit-animation-delay: 1.192s;
          animation-delay: 1.192s;
}
body.home-page .wordTransform span:nth-child(299) {
  -webkit-animation-delay: 1.196s;
          animation-delay: 1.196s;
}
body.home-page .wordTransform span:nth-child(300) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body.home-page .wordTransform span:nth-child(301) {
  -webkit-animation-delay: 1.204s;
          animation-delay: 1.204s;
}
body.home-page .wordTransform span:nth-child(302) {
  -webkit-animation-delay: 1.208s;
          animation-delay: 1.208s;
}
body.home-page .wordTransform span:nth-child(303) {
  -webkit-animation-delay: 1.212s;
          animation-delay: 1.212s;
}
body.home-page .wordTransform span:nth-child(304) {
  -webkit-animation-delay: 1.216s;
          animation-delay: 1.216s;
}
body.home-page .wordTransform span:nth-child(305) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
body.home-page .wordTransform span:nth-child(306) {
  -webkit-animation-delay: 1.224s;
          animation-delay: 1.224s;
}
body.home-page .wordTransform span:nth-child(307) {
  -webkit-animation-delay: 1.228s;
          animation-delay: 1.228s;
}
body.home-page .wordTransform span:nth-child(308) {
  -webkit-animation-delay: 1.232s;
          animation-delay: 1.232s;
}
body.home-page .wordTransform span:nth-child(309) {
  -webkit-animation-delay: 1.236s;
          animation-delay: 1.236s;
}
body.home-page .wordTransform span:nth-child(310) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
body.home-page .wordTransform span:nth-child(311) {
  -webkit-animation-delay: 1.244s;
          animation-delay: 1.244s;
}
body.home-page .wordTransform span:nth-child(312) {
  -webkit-animation-delay: 1.248s;
          animation-delay: 1.248s;
}
body.home-page .wordTransform span:nth-child(313) {
  -webkit-animation-delay: 1.252s;
          animation-delay: 1.252s;
}
body.home-page .wordTransform span:nth-child(314) {
  -webkit-animation-delay: 1.256s;
          animation-delay: 1.256s;
}
body.home-page .wordTransform span:nth-child(315) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
body.home-page .wordTransform span:nth-child(316) {
  -webkit-animation-delay: 1.264s;
          animation-delay: 1.264s;
}
body.home-page .wordTransform span:nth-child(317) {
  -webkit-animation-delay: 1.268s;
          animation-delay: 1.268s;
}
body.home-page .wordTransform span:nth-child(318) {
  -webkit-animation-delay: 1.272s;
          animation-delay: 1.272s;
}
body.home-page .wordTransform span:nth-child(319) {
  -webkit-animation-delay: 1.276s;
          animation-delay: 1.276s;
}
body.home-page .wordTransform span:nth-child(320) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
body.home-page .wordTransform span:nth-child(321) {
  -webkit-animation-delay: 1.284s;
          animation-delay: 1.284s;
}
body.home-page .wordTransform span:nth-child(322) {
  -webkit-animation-delay: 1.288s;
          animation-delay: 1.288s;
}
body.home-page .wordTransform span:nth-child(323) {
  -webkit-animation-delay: 1.292s;
          animation-delay: 1.292s;
}
body.home-page .wordTransform span:nth-child(324) {
  -webkit-animation-delay: 1.296s;
          animation-delay: 1.296s;
}
body.home-page .wordTransform span:nth-child(325) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
body.home-page .wordTransform span:nth-child(326) {
  -webkit-animation-delay: 1.304s;
          animation-delay: 1.304s;
}
body.home-page .wordTransform span:nth-child(327) {
  -webkit-animation-delay: 1.308s;
          animation-delay: 1.308s;
}
body.home-page .wordTransform span:nth-child(328) {
  -webkit-animation-delay: 1.312s;
          animation-delay: 1.312s;
}
body.home-page .wordTransform span:nth-child(329) {
  -webkit-animation-delay: 1.316s;
          animation-delay: 1.316s;
}
body.home-page .wordTransform span:nth-child(330) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
body.home-page .wordTransform span:nth-child(331) {
  -webkit-animation-delay: 1.324s;
          animation-delay: 1.324s;
}
body.home-page .wordTransform span:nth-child(332) {
  -webkit-animation-delay: 1.328s;
          animation-delay: 1.328s;
}
body.home-page .wordTransform span:nth-child(333) {
  -webkit-animation-delay: 1.332s;
          animation-delay: 1.332s;
}
body.home-page .wordTransform span:nth-child(334) {
  -webkit-animation-delay: 1.336s;
          animation-delay: 1.336s;
}
body.home-page .wordTransform span:nth-child(335) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
body.home-page .wordTransform span:nth-child(336) {
  -webkit-animation-delay: 1.344s;
          animation-delay: 1.344s;
}
body.home-page .wordTransform span:nth-child(337) {
  -webkit-animation-delay: 1.348s;
          animation-delay: 1.348s;
}
body.home-page .wordTransform span:nth-child(338) {
  -webkit-animation-delay: 1.352s;
          animation-delay: 1.352s;
}
body.home-page .wordTransform span:nth-child(339) {
  -webkit-animation-delay: 1.356s;
          animation-delay: 1.356s;
}
body.home-page .wordTransform span:nth-child(340) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
body.home-page .wordTransform span:nth-child(341) {
  -webkit-animation-delay: 1.364s;
          animation-delay: 1.364s;
}
body.home-page .wordTransform span:nth-child(342) {
  -webkit-animation-delay: 1.368s;
          animation-delay: 1.368s;
}
body.home-page .wordTransform span:nth-child(343) {
  -webkit-animation-delay: 1.372s;
          animation-delay: 1.372s;
}
body.home-page .wordTransform span:nth-child(344) {
  -webkit-animation-delay: 1.376s;
          animation-delay: 1.376s;
}
body.home-page .wordTransform span:nth-child(345) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
body.home-page .wordTransform span:nth-child(346) {
  -webkit-animation-delay: 1.384s;
          animation-delay: 1.384s;
}
body.home-page .wordTransform span:nth-child(347) {
  -webkit-animation-delay: 1.388s;
          animation-delay: 1.388s;
}
body.home-page .wordTransform span:nth-child(348) {
  -webkit-animation-delay: 1.392s;
          animation-delay: 1.392s;
}
body.home-page .wordTransform span:nth-child(349) {
  -webkit-animation-delay: 1.396s;
          animation-delay: 1.396s;
}
body.home-page .wordTransform span:nth-child(350) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
body.home-page .wordTransform span:nth-child(351) {
  -webkit-animation-delay: 1.404s;
          animation-delay: 1.404s;
}
body.home-page .wordTransform span:nth-child(352) {
  -webkit-animation-delay: 1.408s;
          animation-delay: 1.408s;
}
body.home-page .wordTransform span:nth-child(353) {
  -webkit-animation-delay: 1.412s;
          animation-delay: 1.412s;
}
body.home-page .wordTransform span:nth-child(354) {
  -webkit-animation-delay: 1.416s;
          animation-delay: 1.416s;
}
body.home-page .wordTransform span:nth-child(355) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
body.home-page .wordTransform span:nth-child(356) {
  -webkit-animation-delay: 1.424s;
          animation-delay: 1.424s;
}
body.home-page .wordTransform span:nth-child(357) {
  -webkit-animation-delay: 1.428s;
          animation-delay: 1.428s;
}
body.home-page .wordTransform span:nth-child(358) {
  -webkit-animation-delay: 1.432s;
          animation-delay: 1.432s;
}
body.home-page .wordTransform span:nth-child(359) {
  -webkit-animation-delay: 1.436s;
          animation-delay: 1.436s;
}
body.home-page .wordTransform span:nth-child(360) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
body.home-page .wordTransform span:nth-child(361) {
  -webkit-animation-delay: 1.444s;
          animation-delay: 1.444s;
}
body.home-page .wordTransform span:nth-child(362) {
  -webkit-animation-delay: 1.448s;
          animation-delay: 1.448s;
}
body.home-page .wordTransform span:nth-child(363) {
  -webkit-animation-delay: 1.452s;
          animation-delay: 1.452s;
}
body.home-page .wordTransform span:nth-child(364) {
  -webkit-animation-delay: 1.456s;
          animation-delay: 1.456s;
}
body.home-page .wordTransform span:nth-child(365) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
body.home-page .wordTransform span:nth-child(366) {
  -webkit-animation-delay: 1.464s;
          animation-delay: 1.464s;
}
body.home-page .wordTransform span:nth-child(367) {
  -webkit-animation-delay: 1.468s;
          animation-delay: 1.468s;
}
body.home-page .wordTransform span:nth-child(368) {
  -webkit-animation-delay: 1.472s;
          animation-delay: 1.472s;
}
body.home-page .wordTransform span:nth-child(369) {
  -webkit-animation-delay: 1.476s;
          animation-delay: 1.476s;
}
body.home-page .wordTransform span:nth-child(370) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
body.home-page .wordTransform span:nth-child(371) {
  -webkit-animation-delay: 1.484s;
          animation-delay: 1.484s;
}
body.home-page .wordTransform span:nth-child(372) {
  -webkit-animation-delay: 1.488s;
          animation-delay: 1.488s;
}
body.home-page .wordTransform span:nth-child(373) {
  -webkit-animation-delay: 1.492s;
          animation-delay: 1.492s;
}
body.home-page .wordTransform span:nth-child(374) {
  -webkit-animation-delay: 1.496s;
          animation-delay: 1.496s;
}
body.home-page .wordTransform span:nth-child(375) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
body.home-page .wordTransform span:nth-child(376) {
  -webkit-animation-delay: 1.504s;
          animation-delay: 1.504s;
}
body.home-page .wordTransform span:nth-child(377) {
  -webkit-animation-delay: 1.508s;
          animation-delay: 1.508s;
}
body.home-page .wordTransform span:nth-child(378) {
  -webkit-animation-delay: 1.512s;
          animation-delay: 1.512s;
}
body.home-page .wordTransform span:nth-child(379) {
  -webkit-animation-delay: 1.516s;
          animation-delay: 1.516s;
}
body.home-page .wordTransform span:nth-child(380) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
body.home-page .wordTransform span:nth-child(381) {
  -webkit-animation-delay: 1.524s;
          animation-delay: 1.524s;
}
body.home-page .wordTransform span:nth-child(382) {
  -webkit-animation-delay: 1.528s;
          animation-delay: 1.528s;
}
body.home-page .wordTransform span:nth-child(383) {
  -webkit-animation-delay: 1.532s;
          animation-delay: 1.532s;
}
body.home-page .wordTransform span:nth-child(384) {
  -webkit-animation-delay: 1.536s;
          animation-delay: 1.536s;
}
body.home-page .wordTransform span:nth-child(385) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
body.home-page .wordTransform span:nth-child(386) {
  -webkit-animation-delay: 1.544s;
          animation-delay: 1.544s;
}
body.home-page .wordTransform span:nth-child(387) {
  -webkit-animation-delay: 1.548s;
          animation-delay: 1.548s;
}
body.home-page .wordTransform span:nth-child(388) {
  -webkit-animation-delay: 1.552s;
          animation-delay: 1.552s;
}
body.home-page .wordTransform span:nth-child(389) {
  -webkit-animation-delay: 1.556s;
          animation-delay: 1.556s;
}
body.home-page .wordTransform span:nth-child(390) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
body.home-page .wordTransform span:nth-child(391) {
  -webkit-animation-delay: 1.564s;
          animation-delay: 1.564s;
}
body.home-page .wordTransform span:nth-child(392) {
  -webkit-animation-delay: 1.568s;
          animation-delay: 1.568s;
}
body.home-page .wordTransform span:nth-child(393) {
  -webkit-animation-delay: 1.572s;
          animation-delay: 1.572s;
}
body.home-page .wordTransform span:nth-child(394) {
  -webkit-animation-delay: 1.576s;
          animation-delay: 1.576s;
}
body.home-page .wordTransform span:nth-child(395) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
body.home-page .wordTransform span:nth-child(396) {
  -webkit-animation-delay: 1.584s;
          animation-delay: 1.584s;
}
body.home-page .wordTransform span:nth-child(397) {
  -webkit-animation-delay: 1.588s;
          animation-delay: 1.588s;
}
body.home-page .wordTransform span:nth-child(398) {
  -webkit-animation-delay: 1.592s;
          animation-delay: 1.592s;
}
body.home-page .wordTransform span:nth-child(399) {
  -webkit-animation-delay: 1.596s;
          animation-delay: 1.596s;
}
body.home-page .wordTransform span:nth-child(400) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
body.home-page .wordTransform span:nth-child(401) {
  -webkit-animation-delay: 1.604s;
          animation-delay: 1.604s;
}
body.home-page .wordTransform span:nth-child(402) {
  -webkit-animation-delay: 1.608s;
          animation-delay: 1.608s;
}
body.home-page .wordTransform span:nth-child(403) {
  -webkit-animation-delay: 1.612s;
          animation-delay: 1.612s;
}
body.home-page .wordTransform span:nth-child(404) {
  -webkit-animation-delay: 1.616s;
          animation-delay: 1.616s;
}
body.home-page .wordTransform span:nth-child(405) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
body.home-page .wordTransform span:nth-child(406) {
  -webkit-animation-delay: 1.624s;
          animation-delay: 1.624s;
}
body.home-page .wordTransform span:nth-child(407) {
  -webkit-animation-delay: 1.628s;
          animation-delay: 1.628s;
}
body.home-page .wordTransform span:nth-child(408) {
  -webkit-animation-delay: 1.632s;
          animation-delay: 1.632s;
}
body.home-page .wordTransform span:nth-child(409) {
  -webkit-animation-delay: 1.636s;
          animation-delay: 1.636s;
}
body.home-page .wordTransform span:nth-child(410) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
body.home-page .wordTransform span:nth-child(411) {
  -webkit-animation-delay: 1.644s;
          animation-delay: 1.644s;
}
body.home-page .wordTransform span:nth-child(412) {
  -webkit-animation-delay: 1.648s;
          animation-delay: 1.648s;
}
body.home-page .wordTransform span:nth-child(413) {
  -webkit-animation-delay: 1.652s;
          animation-delay: 1.652s;
}
body.home-page .wordTransform span:nth-child(414) {
  -webkit-animation-delay: 1.656s;
          animation-delay: 1.656s;
}
body.home-page .wordTransform span:nth-child(415) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
body.home-page .wordTransform span:nth-child(416) {
  -webkit-animation-delay: 1.664s;
          animation-delay: 1.664s;
}
body.home-page .wordTransform span:nth-child(417) {
  -webkit-animation-delay: 1.668s;
          animation-delay: 1.668s;
}
body.home-page .wordTransform span:nth-child(418) {
  -webkit-animation-delay: 1.672s;
          animation-delay: 1.672s;
}
body.home-page .wordTransform span:nth-child(419) {
  -webkit-animation-delay: 1.676s;
          animation-delay: 1.676s;
}
body.home-page .wordTransform span:nth-child(420) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
body.home-page .wordTransform span:nth-child(421) {
  -webkit-animation-delay: 1.684s;
          animation-delay: 1.684s;
}
body.home-page .wordTransform span:nth-child(422) {
  -webkit-animation-delay: 1.688s;
          animation-delay: 1.688s;
}
body.home-page .wordTransform span:nth-child(423) {
  -webkit-animation-delay: 1.692s;
          animation-delay: 1.692s;
}
body.home-page .wordTransform span:nth-child(424) {
  -webkit-animation-delay: 1.696s;
          animation-delay: 1.696s;
}
body.home-page .wordTransform span:nth-child(425) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
body.home-page .wordTransform span:nth-child(426) {
  -webkit-animation-delay: 1.704s;
          animation-delay: 1.704s;
}
body.home-page .wordTransform span:nth-child(427) {
  -webkit-animation-delay: 1.708s;
          animation-delay: 1.708s;
}
body.home-page .wordTransform span:nth-child(428) {
  -webkit-animation-delay: 1.712s;
          animation-delay: 1.712s;
}
body.home-page .wordTransform span:nth-child(429) {
  -webkit-animation-delay: 1.716s;
          animation-delay: 1.716s;
}
body.home-page .wordTransform span:nth-child(430) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
body.home-page .wordTransform span:nth-child(431) {
  -webkit-animation-delay: 1.724s;
          animation-delay: 1.724s;
}
body.home-page .wordTransform span:nth-child(432) {
  -webkit-animation-delay: 1.728s;
          animation-delay: 1.728s;
}
body.home-page .wordTransform span:nth-child(433) {
  -webkit-animation-delay: 1.732s;
          animation-delay: 1.732s;
}
body.home-page .wordTransform span:nth-child(434) {
  -webkit-animation-delay: 1.736s;
          animation-delay: 1.736s;
}
body.home-page .wordTransform span:nth-child(435) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
body.home-page .wordTransform span:nth-child(436) {
  -webkit-animation-delay: 1.744s;
          animation-delay: 1.744s;
}
body.home-page .wordTransform span:nth-child(437) {
  -webkit-animation-delay: 1.748s;
          animation-delay: 1.748s;
}
body.home-page .wordTransform span:nth-child(438) {
  -webkit-animation-delay: 1.752s;
          animation-delay: 1.752s;
}
body.home-page .wordTransform span:nth-child(439) {
  -webkit-animation-delay: 1.756s;
          animation-delay: 1.756s;
}
body.home-page .wordTransform span:nth-child(440) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
body.home-page .wordTransform span:nth-child(441) {
  -webkit-animation-delay: 1.764s;
          animation-delay: 1.764s;
}
body.home-page .wordTransform span:nth-child(442) {
  -webkit-animation-delay: 1.768s;
          animation-delay: 1.768s;
}
body.home-page .wordTransform span:nth-child(443) {
  -webkit-animation-delay: 1.772s;
          animation-delay: 1.772s;
}
body.home-page .wordTransform span:nth-child(444) {
  -webkit-animation-delay: 1.776s;
          animation-delay: 1.776s;
}
body.home-page .wordTransform span:nth-child(445) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
body.home-page .wordTransform span:nth-child(446) {
  -webkit-animation-delay: 1.784s;
          animation-delay: 1.784s;
}
body.home-page .wordTransform span:nth-child(447) {
  -webkit-animation-delay: 1.788s;
          animation-delay: 1.788s;
}
body.home-page .wordTransform span:nth-child(448) {
  -webkit-animation-delay: 1.792s;
          animation-delay: 1.792s;
}
body.home-page .wordTransform span:nth-child(449) {
  -webkit-animation-delay: 1.796s;
          animation-delay: 1.796s;
}
body.home-page .wordTransform span:nth-child(450) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
body.home-page .wordTransform span:nth-child(451) {
  -webkit-animation-delay: 1.804s;
          animation-delay: 1.804s;
}
body.home-page .wordTransform span:nth-child(452) {
  -webkit-animation-delay: 1.808s;
          animation-delay: 1.808s;
}
body.home-page .wordTransform span:nth-child(453) {
  -webkit-animation-delay: 1.812s;
          animation-delay: 1.812s;
}
body.home-page .wordTransform span:nth-child(454) {
  -webkit-animation-delay: 1.816s;
          animation-delay: 1.816s;
}
body.home-page .wordTransform span:nth-child(455) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
body.home-page .wordTransform span:nth-child(456) {
  -webkit-animation-delay: 1.824s;
          animation-delay: 1.824s;
}
body.home-page .wordTransform span:nth-child(457) {
  -webkit-animation-delay: 1.828s;
          animation-delay: 1.828s;
}
body.home-page .wordTransform span:nth-child(458) {
  -webkit-animation-delay: 1.832s;
          animation-delay: 1.832s;
}
body.home-page .wordTransform span:nth-child(459) {
  -webkit-animation-delay: 1.836s;
          animation-delay: 1.836s;
}
body.home-page .wordTransform span:nth-child(460) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
body.home-page .wordTransform span:nth-child(461) {
  -webkit-animation-delay: 1.844s;
          animation-delay: 1.844s;
}
body.home-page .wordTransform span:nth-child(462) {
  -webkit-animation-delay: 1.848s;
          animation-delay: 1.848s;
}
body.home-page .wordTransform span:nth-child(463) {
  -webkit-animation-delay: 1.852s;
          animation-delay: 1.852s;
}
body.home-page .wordTransform span:nth-child(464) {
  -webkit-animation-delay: 1.856s;
          animation-delay: 1.856s;
}
body.home-page .wordTransform span:nth-child(465) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
body.home-page .wordTransform span:nth-child(466) {
  -webkit-animation-delay: 1.864s;
          animation-delay: 1.864s;
}
body.home-page .wordTransform span:nth-child(467) {
  -webkit-animation-delay: 1.868s;
          animation-delay: 1.868s;
}
body.home-page .wordTransform span:nth-child(468) {
  -webkit-animation-delay: 1.872s;
          animation-delay: 1.872s;
}
body.home-page .wordTransform span:nth-child(469) {
  -webkit-animation-delay: 1.876s;
          animation-delay: 1.876s;
}
body.home-page .wordTransform span:nth-child(470) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
body.home-page .wordTransform span:nth-child(471) {
  -webkit-animation-delay: 1.884s;
          animation-delay: 1.884s;
}
body.home-page .wordTransform span:nth-child(472) {
  -webkit-animation-delay: 1.888s;
          animation-delay: 1.888s;
}
body.home-page .wordTransform span:nth-child(473) {
  -webkit-animation-delay: 1.892s;
          animation-delay: 1.892s;
}
body.home-page .wordTransform span:nth-child(474) {
  -webkit-animation-delay: 1.896s;
          animation-delay: 1.896s;
}
body.home-page .wordTransform span:nth-child(475) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
body.home-page .wordTransform span:nth-child(476) {
  -webkit-animation-delay: 1.904s;
          animation-delay: 1.904s;
}
body.home-page .wordTransform span:nth-child(477) {
  -webkit-animation-delay: 1.908s;
          animation-delay: 1.908s;
}
body.home-page .wordTransform span:nth-child(478) {
  -webkit-animation-delay: 1.912s;
          animation-delay: 1.912s;
}
body.home-page .wordTransform span:nth-child(479) {
  -webkit-animation-delay: 1.916s;
          animation-delay: 1.916s;
}
body.home-page .wordTransform span:nth-child(480) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
body.home-page .wordTransform span:nth-child(481) {
  -webkit-animation-delay: 1.924s;
          animation-delay: 1.924s;
}
body.home-page .wordTransform span:nth-child(482) {
  -webkit-animation-delay: 1.928s;
          animation-delay: 1.928s;
}
body.home-page .wordTransform span:nth-child(483) {
  -webkit-animation-delay: 1.932s;
          animation-delay: 1.932s;
}
body.home-page .wordTransform span:nth-child(484) {
  -webkit-animation-delay: 1.936s;
          animation-delay: 1.936s;
}
body.home-page .wordTransform span:nth-child(485) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
body.home-page .wordTransform span:nth-child(486) {
  -webkit-animation-delay: 1.944s;
          animation-delay: 1.944s;
}
body.home-page .wordTransform span:nth-child(487) {
  -webkit-animation-delay: 1.948s;
          animation-delay: 1.948s;
}
body.home-page .wordTransform span:nth-child(488) {
  -webkit-animation-delay: 1.952s;
          animation-delay: 1.952s;
}
body.home-page .wordTransform span:nth-child(489) {
  -webkit-animation-delay: 1.956s;
          animation-delay: 1.956s;
}
body.home-page .wordTransform span:nth-child(490) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
body.home-page .wordTransform span:nth-child(491) {
  -webkit-animation-delay: 1.964s;
          animation-delay: 1.964s;
}
body.home-page .wordTransform span:nth-child(492) {
  -webkit-animation-delay: 1.968s;
          animation-delay: 1.968s;
}
body.home-page .wordTransform span:nth-child(493) {
  -webkit-animation-delay: 1.972s;
          animation-delay: 1.972s;
}
body.home-page .wordTransform span:nth-child(494) {
  -webkit-animation-delay: 1.976s;
          animation-delay: 1.976s;
}
body.home-page .wordTransform span:nth-child(495) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
body.home-page .wordTransform span:nth-child(496) {
  -webkit-animation-delay: 1.984s;
          animation-delay: 1.984s;
}
body.home-page .wordTransform span:nth-child(497) {
  -webkit-animation-delay: 1.988s;
          animation-delay: 1.988s;
}
body.home-page .wordTransform span:nth-child(498) {
  -webkit-animation-delay: 1.992s;
          animation-delay: 1.992s;
}
body.home-page .wordTransform span:nth-child(499) {
  -webkit-animation-delay: 1.996s;
          animation-delay: 1.996s;
}
body.home-page .wordTransform span:nth-child(500) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
body.home-page .wordTransform span:nth-child(501) {
  -webkit-animation-delay: 2.004s;
          animation-delay: 2.004s;
}
body.home-page .wordTransform span:nth-child(502) {
  -webkit-animation-delay: 2.008s;
          animation-delay: 2.008s;
}
body.home-page .wordTransform span:nth-child(503) {
  -webkit-animation-delay: 2.012s;
          animation-delay: 2.012s;
}
body.home-page .wordTransform span:nth-child(504) {
  -webkit-animation-delay: 2.016s;
          animation-delay: 2.016s;
}
body.home-page .wordTransform span:nth-child(505) {
  -webkit-animation-delay: 2.02s;
          animation-delay: 2.02s;
}
body.home-page .wordTransform span:nth-child(506) {
  -webkit-animation-delay: 2.024s;
          animation-delay: 2.024s;
}
body.home-page .wordTransform span:nth-child(507) {
  -webkit-animation-delay: 2.028s;
          animation-delay: 2.028s;
}
body.home-page .wordTransform span:nth-child(508) {
  -webkit-animation-delay: 2.032s;
          animation-delay: 2.032s;
}
body.home-page .wordTransform span:nth-child(509) {
  -webkit-animation-delay: 2.036s;
          animation-delay: 2.036s;
}
body.home-page .wordTransform span:nth-child(510) {
  -webkit-animation-delay: 2.04s;
          animation-delay: 2.04s;
}
body.home-page .wordTransform span:nth-child(511) {
  -webkit-animation-delay: 2.044s;
          animation-delay: 2.044s;
}
body.home-page .wordTransform span:nth-child(512) {
  -webkit-animation-delay: 2.048s;
          animation-delay: 2.048s;
}
body.home-page .wordTransform span:nth-child(513) {
  -webkit-animation-delay: 2.052s;
          animation-delay: 2.052s;
}
body.home-page .wordTransform span:nth-child(514) {
  -webkit-animation-delay: 2.056s;
          animation-delay: 2.056s;
}
body.home-page .wordTransform span:nth-child(515) {
  -webkit-animation-delay: 2.06s;
          animation-delay: 2.06s;
}
body.home-page .wordTransform span:nth-child(516) {
  -webkit-animation-delay: 2.064s;
          animation-delay: 2.064s;
}
body.home-page .wordTransform span:nth-child(517) {
  -webkit-animation-delay: 2.068s;
          animation-delay: 2.068s;
}
body.home-page .wordTransform span:nth-child(518) {
  -webkit-animation-delay: 2.072s;
          animation-delay: 2.072s;
}
body.home-page .wordTransform span:nth-child(519) {
  -webkit-animation-delay: 2.076s;
          animation-delay: 2.076s;
}
body.home-page .wordTransform span:nth-child(520) {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}
body.home-page .wordTransform span:nth-child(521) {
  -webkit-animation-delay: 2.084s;
          animation-delay: 2.084s;
}
body.home-page .wordTransform span:nth-child(522) {
  -webkit-animation-delay: 2.088s;
          animation-delay: 2.088s;
}
body.home-page .wordTransform span:nth-child(523) {
  -webkit-animation-delay: 2.092s;
          animation-delay: 2.092s;
}
body.home-page .wordTransform span:nth-child(524) {
  -webkit-animation-delay: 2.096s;
          animation-delay: 2.096s;
}
body.home-page .wordTransform span:nth-child(525) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
body.home-page .wordTransform span:nth-child(526) {
  -webkit-animation-delay: 2.104s;
          animation-delay: 2.104s;
}
body.home-page .wordTransform span:nth-child(527) {
  -webkit-animation-delay: 2.108s;
          animation-delay: 2.108s;
}
body.home-page .wordTransform span:nth-child(528) {
  -webkit-animation-delay: 2.112s;
          animation-delay: 2.112s;
}
body.home-page .wordTransform span:nth-child(529) {
  -webkit-animation-delay: 2.116s;
          animation-delay: 2.116s;
}
body.home-page .wordTransform span:nth-child(530) {
  -webkit-animation-delay: 2.12s;
          animation-delay: 2.12s;
}
body.home-page .wordTransform span:nth-child(531) {
  -webkit-animation-delay: 2.124s;
          animation-delay: 2.124s;
}
body.home-page .wordTransform span:nth-child(532) {
  -webkit-animation-delay: 2.128s;
          animation-delay: 2.128s;
}
body.home-page .wordTransform span:nth-child(533) {
  -webkit-animation-delay: 2.132s;
          animation-delay: 2.132s;
}
body.home-page .wordTransform span:nth-child(534) {
  -webkit-animation-delay: 2.136s;
          animation-delay: 2.136s;
}
body.home-page .wordTransform span:nth-child(535) {
  -webkit-animation-delay: 2.14s;
          animation-delay: 2.14s;
}
body.home-page .wordTransform span:nth-child(536) {
  -webkit-animation-delay: 2.144s;
          animation-delay: 2.144s;
}
body.home-page .wordTransform span:nth-child(537) {
  -webkit-animation-delay: 2.148s;
          animation-delay: 2.148s;
}
body.home-page .wordTransform span:nth-child(538) {
  -webkit-animation-delay: 2.152s;
          animation-delay: 2.152s;
}
body.home-page .wordTransform span:nth-child(539) {
  -webkit-animation-delay: 2.156s;
          animation-delay: 2.156s;
}
body.home-page .wordTransform span:nth-child(540) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
body.home-page .wordTransform span:nth-child(541) {
  -webkit-animation-delay: 2.164s;
          animation-delay: 2.164s;
}
body.home-page .wordTransform span:nth-child(542) {
  -webkit-animation-delay: 2.168s;
          animation-delay: 2.168s;
}
body.home-page .wordTransform span:nth-child(543) {
  -webkit-animation-delay: 2.172s;
          animation-delay: 2.172s;
}
body.home-page .wordTransform span:nth-child(544) {
  -webkit-animation-delay: 2.176s;
          animation-delay: 2.176s;
}
body.home-page .wordTransform span:nth-child(545) {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}
body.home-page .wordTransform span:nth-child(546) {
  -webkit-animation-delay: 2.184s;
          animation-delay: 2.184s;
}
body.home-page .wordTransform span:nth-child(547) {
  -webkit-animation-delay: 2.188s;
          animation-delay: 2.188s;
}
body.home-page .wordTransform span:nth-child(548) {
  -webkit-animation-delay: 2.192s;
          animation-delay: 2.192s;
}
body.home-page .wordTransform span:nth-child(549) {
  -webkit-animation-delay: 2.196s;
          animation-delay: 2.196s;
}
body.home-page .wordTransform span:nth-child(550) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
body.home-page .wordTransform span:nth-child(551) {
  -webkit-animation-delay: 2.204s;
          animation-delay: 2.204s;
}
body.home-page .wordTransform span:nth-child(552) {
  -webkit-animation-delay: 2.208s;
          animation-delay: 2.208s;
}
body.home-page .wordTransform span:nth-child(553) {
  -webkit-animation-delay: 2.212s;
          animation-delay: 2.212s;
}
body.home-page .wordTransform span:nth-child(554) {
  -webkit-animation-delay: 2.216s;
          animation-delay: 2.216s;
}
body.home-page .wordTransform span:nth-child(555) {
  -webkit-animation-delay: 2.22s;
          animation-delay: 2.22s;
}
body.home-page .wordTransform span:nth-child(556) {
  -webkit-animation-delay: 2.224s;
          animation-delay: 2.224s;
}
body.home-page .wordTransform span:nth-child(557) {
  -webkit-animation-delay: 2.228s;
          animation-delay: 2.228s;
}
body.home-page .wordTransform span:nth-child(558) {
  -webkit-animation-delay: 2.232s;
          animation-delay: 2.232s;
}
body.home-page .wordTransform span:nth-child(559) {
  -webkit-animation-delay: 2.236s;
          animation-delay: 2.236s;
}
body.home-page .wordTransform span:nth-child(560) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
body.home-page .wordTransform span:nth-child(561) {
  -webkit-animation-delay: 2.244s;
          animation-delay: 2.244s;
}
body.home-page .wordTransform span:nth-child(562) {
  -webkit-animation-delay: 2.248s;
          animation-delay: 2.248s;
}
body.home-page .wordTransform span:nth-child(563) {
  -webkit-animation-delay: 2.252s;
          animation-delay: 2.252s;
}
body.home-page .wordTransform span:nth-child(564) {
  -webkit-animation-delay: 2.256s;
          animation-delay: 2.256s;
}
body.home-page .wordTransform span:nth-child(565) {
  -webkit-animation-delay: 2.26s;
          animation-delay: 2.26s;
}
body.home-page .wordTransform span:nth-child(566) {
  -webkit-animation-delay: 2.264s;
          animation-delay: 2.264s;
}
body.home-page .wordTransform span:nth-child(567) {
  -webkit-animation-delay: 2.268s;
          animation-delay: 2.268s;
}
body.home-page .wordTransform span:nth-child(568) {
  -webkit-animation-delay: 2.272s;
          animation-delay: 2.272s;
}
body.home-page .wordTransform span:nth-child(569) {
  -webkit-animation-delay: 2.276s;
          animation-delay: 2.276s;
}
body.home-page .wordTransform span:nth-child(570) {
  -webkit-animation-delay: 2.28s;
          animation-delay: 2.28s;
}
body.home-page .wordTransform span:nth-child(571) {
  -webkit-animation-delay: 2.284s;
          animation-delay: 2.284s;
}
body.home-page .wordTransform span:nth-child(572) {
  -webkit-animation-delay: 2.288s;
          animation-delay: 2.288s;
}
body.home-page .wordTransform span:nth-child(573) {
  -webkit-animation-delay: 2.292s;
          animation-delay: 2.292s;
}
body.home-page .wordTransform span:nth-child(574) {
  -webkit-animation-delay: 2.296s;
          animation-delay: 2.296s;
}
body.home-page .wordTransform span:nth-child(575) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
body.home-page .wordTransform span:nth-child(576) {
  -webkit-animation-delay: 2.304s;
          animation-delay: 2.304s;
}
body.home-page .wordTransform span:nth-child(577) {
  -webkit-animation-delay: 2.308s;
          animation-delay: 2.308s;
}
body.home-page .wordTransform span:nth-child(578) {
  -webkit-animation-delay: 2.312s;
          animation-delay: 2.312s;
}
body.home-page .wordTransform span:nth-child(579) {
  -webkit-animation-delay: 2.316s;
          animation-delay: 2.316s;
}
body.home-page .wordTransform span:nth-child(580) {
  -webkit-animation-delay: 2.32s;
          animation-delay: 2.32s;
}
body.home-page .wordTransform span:nth-child(581) {
  -webkit-animation-delay: 2.324s;
          animation-delay: 2.324s;
}
body.home-page .wordTransform span:nth-child(582) {
  -webkit-animation-delay: 2.328s;
          animation-delay: 2.328s;
}
body.home-page .wordTransform span:nth-child(583) {
  -webkit-animation-delay: 2.332s;
          animation-delay: 2.332s;
}
body.home-page .wordTransform span:nth-child(584) {
  -webkit-animation-delay: 2.336s;
          animation-delay: 2.336s;
}
body.home-page .wordTransform span:nth-child(585) {
  -webkit-animation-delay: 2.34s;
          animation-delay: 2.34s;
}
body.home-page .wordTransform span:nth-child(586) {
  -webkit-animation-delay: 2.344s;
          animation-delay: 2.344s;
}
body.home-page .wordTransform span:nth-child(587) {
  -webkit-animation-delay: 2.348s;
          animation-delay: 2.348s;
}
body.home-page .wordTransform span:nth-child(588) {
  -webkit-animation-delay: 2.352s;
          animation-delay: 2.352s;
}
body.home-page .wordTransform span:nth-child(589) {
  -webkit-animation-delay: 2.356s;
          animation-delay: 2.356s;
}
body.home-page .wordTransform span:nth-child(590) {
  -webkit-animation-delay: 2.36s;
          animation-delay: 2.36s;
}
body.home-page .wordTransform span:nth-child(591) {
  -webkit-animation-delay: 2.364s;
          animation-delay: 2.364s;
}
body.home-page .wordTransform span:nth-child(592) {
  -webkit-animation-delay: 2.368s;
          animation-delay: 2.368s;
}
body.home-page .wordTransform span:nth-child(593) {
  -webkit-animation-delay: 2.372s;
          animation-delay: 2.372s;
}
body.home-page .wordTransform span:nth-child(594) {
  -webkit-animation-delay: 2.376s;
          animation-delay: 2.376s;
}
body.home-page .wordTransform span:nth-child(595) {
  -webkit-animation-delay: 2.38s;
          animation-delay: 2.38s;
}
body.home-page .wordTransform span:nth-child(596) {
  -webkit-animation-delay: 2.384s;
          animation-delay: 2.384s;
}
body.home-page .wordTransform span:nth-child(597) {
  -webkit-animation-delay: 2.388s;
          animation-delay: 2.388s;
}
body.home-page .wordTransform span:nth-child(598) {
  -webkit-animation-delay: 2.392s;
          animation-delay: 2.392s;
}
body.home-page .wordTransform span:nth-child(599) {
  -webkit-animation-delay: 2.396s;
          animation-delay: 2.396s;
}
body.home-page .wordTransform span:nth-child(600) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
body.home-page .wordTransform .rotateWord.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.loading.is-active {
  min-height: 42vh;
  padding: 50px 0;
}
.loading.is-active a {
  display: none;
}
.loading.is-active:after {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  aspect-ratio: 1;
  border: 5px solid #ffffff;
  border-top: 5px solid #000000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: auto;
}
@media (max-width: 767.9px) {
  .loading.is-active:after {
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.btn,
.wp-block-button {
  position: relative;
  overflow: hidden !important;
}
.btn a,
.btn .wp-block-button__link, .btn > span, .btn > div,
.wp-block-button a,
.wp-block-button .wp-block-button__link,
.wp-block-button > span,
.wp-block-button > div {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  overflow: hidden !important;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .btn a,
  .btn .wp-block-button__link, .btn > span, .btn > div,
  .wp-block-button a,
  .wp-block-button .wp-block-button__link,
  .wp-block-button > span,
  .wp-block-button > div {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
.btn a,
.btn .wp-block-button__link, .btn > span, .btn > div,
.wp-block-button a,
.wp-block-button .wp-block-button__link,
.wp-block-button > span,
.wp-block-button > div {
  background-color: transparent;
  border: 1px solid #000000;
}
.btn a > span, .btn a > div,
.btn .wp-block-button__link > span,
.btn .wp-block-button__link > div, .btn > span > span, .btn > span > div, .btn > div > span, .btn > div > div,
.wp-block-button a > span,
.wp-block-button a > div,
.wp-block-button .wp-block-button__link > span,
.wp-block-button .wp-block-button__link > div,
.wp-block-button > span > span,
.wp-block-button > span > div,
.wp-block-button > div > span,
.wp-block-button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 19px;
  position: relative;
}
@media (min-width: 1424px) {
  .btn a > span, .btn a > div,
  .btn .wp-block-button__link > span,
  .btn .wp-block-button__link > div, .btn > span > span, .btn > span > div, .btn > div > span, .btn > div > div,
  .wp-block-button a > span,
  .wp-block-button a > div,
  .wp-block-button .wp-block-button__link > span,
  .wp-block-button .wp-block-button__link > div,
  .wp-block-button > span > span,
  .wp-block-button > span > div,
  .wp-block-button > div > span,
  .wp-block-button > div > div {
    padding: clamp(0px, 1.1235955056vw, 56.1797752809px) clamp(0px, 1.3342696629vw, 66.7134831461px);
  }
}
@media (max-width: 767.9px) {
  .btn a > span, .btn a > div,
  .btn .wp-block-button__link > span,
  .btn .wp-block-button__link > div, .btn > span > span, .btn > span > div, .btn > div > span, .btn > div > div,
  .wp-block-button a > span,
  .wp-block-button a > div,
  .wp-block-button .wp-block-button__link > span,
  .wp-block-button .wp-block-button__link > div,
  .wp-block-button > span > span,
  .wp-block-button > span > div,
  .wp-block-button > div > span,
  .wp-block-button > div > div {
    padding: 12px 16px;
  }
}
.btn a > span span, .btn a > div span,
.btn .wp-block-button__link > span span,
.btn .wp-block-button__link > div span, .btn > span > span span, .btn > span > div span, .btn > div > span span, .btn > div > div span,
.wp-block-button a > span span,
.wp-block-button a > div span,
.wp-block-button .wp-block-button__link > span span,
.wp-block-button .wp-block-button__link > div span,
.wp-block-button > span > span span,
.wp-block-button > span > div span,
.wp-block-button > div > span span,
.wp-block-button > div > div span {
  position: relative;
  width: 100%;
  height: 100%;
  padding: inherit;
}
.btn a .basic-wrapper,
.btn .wp-block-button__link .basic-wrapper, .btn > span .basic-wrapper, .btn > div .basic-wrapper,
.wp-block-button a .basic-wrapper,
.wp-block-button .wp-block-button__link .basic-wrapper,
.wp-block-button > span .basic-wrapper,
.wp-block-button > div .basic-wrapper {
  position: relative;
  z-index: 2;
}
.btn a .basic-wrapper span,
.btn .wp-block-button__link .basic-wrapper span, .btn > span .basic-wrapper span, .btn > div .basic-wrapper span,
.wp-block-button a .basic-wrapper span,
.wp-block-button .wp-block-button__link .basic-wrapper span,
.wp-block-button > span .basic-wrapper span,
.wp-block-button > div .basic-wrapper span {
  position: relative;
  padding: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(0%) rotateX(0deg);
          transform: translateY(0%) rotateX(0deg);
}
.btn a .cover-wrapper,
.btn .wp-block-button__link .cover-wrapper, .btn > span .cover-wrapper, .btn > div .cover-wrapper,
.wp-block-button a .cover-wrapper,
.wp-block-button .wp-block-button__link .cover-wrapper,
.wp-block-button > span .cover-wrapper,
.wp-block-button > div .cover-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 105%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
          transform: translate(0, 105%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #000000;
  color: #ffffff;
}
.btn a .cover-wrapper span,
.btn .wp-block-button__link .cover-wrapper span, .btn > span .cover-wrapper span, .btn > div .cover-wrapper span,
.wp-block-button a .cover-wrapper span,
.wp-block-button .wp-block-button__link .cover-wrapper span,
.wp-block-button > span .cover-wrapper span,
.wp-block-button > div .cover-wrapper span {
  padding: 0;
  -webkit-transform: translate(0, -105%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(0);
          transform: translate(0, -105%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.btn a .cover-wrapper,
.btn .wp-block-button__link .cover-wrapper, .btn > span .cover-wrapper, .btn > div .cover-wrapper,
.wp-block-button a .cover-wrapper,
.wp-block-button .wp-block-button__link .cover-wrapper,
.wp-block-button > span .cover-wrapper,
.wp-block-button > div .cover-wrapper {
  display: none !important;
}
.btn a,
.btn .wp-block-button__link, .btn > span, .btn > div,
.wp-block-button a,
.wp-block-button .wp-block-button__link,
.wp-block-button > span,
.wp-block-button > div {
  position: relative;
}
.btn a::after,
.btn .wp-block-button__link::after, .btn > span::after, .btn > div::after,
.wp-block-button a::after,
.wp-block-button .wp-block-button__link::after,
.wp-block-button > span::after,
.wp-block-button > div::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: absolute;
}
@media (min-width: 767.9px) {
  .btn a:hover,
  .btn .wp-block-button__link:hover, .btn > span:hover, .btn > div:hover,
  .wp-block-button a:hover,
  .wp-block-button .wp-block-button__link:hover,
  .wp-block-button > span:hover,
  .wp-block-button > div:hover {
    opacity: 1;
  }
  .btn a:hover .cover-wrapper,
  .btn .wp-block-button__link:hover .cover-wrapper, .btn > span:hover .cover-wrapper, .btn > div:hover .cover-wrapper,
  .wp-block-button a:hover .cover-wrapper,
  .wp-block-button .wp-block-button__link:hover .cover-wrapper,
  .wp-block-button > span:hover .cover-wrapper,
  .wp-block-button > div:hover .cover-wrapper {
    -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
  .btn a:hover .cover-wrapper span,
  .btn .wp-block-button__link:hover .cover-wrapper span, .btn > span:hover .cover-wrapper span, .btn > div:hover .cover-wrapper span,
  .wp-block-button a:hover .cover-wrapper span,
  .wp-block-button .wp-block-button__link:hover .cover-wrapper span,
  .wp-block-button > span:hover .cover-wrapper span,
  .wp-block-button > div:hover .cover-wrapper span {
    -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
  .btn a:hover::after,
  .btn .wp-block-button__link:hover::after, .btn > span:hover::after, .btn > div:hover::after,
  .wp-block-button a:hover::after,
  .wp-block-button .wp-block-button__link:hover::after,
  .wp-block-button > span:hover::after,
  .wp-block-button > div:hover::after {
    width: 100%;
  }
  .btn a:hover,
  .btn .wp-block-button__link:hover, .btn > span:hover, .btn > div:hover,
  .wp-block-button a:hover,
  .wp-block-button .wp-block-button__link:hover,
  .wp-block-button > span:hover,
  .wp-block-button > div:hover {
    color: #ffffff;
  }
}
.btn.white-btn a,
.btn.white-btn .wp-block-button__link, .btn.white-btn > span, .btn.white-btn > div,
.wp-block-button.white-btn a,
.wp-block-button.white-btn .wp-block-button__link,
.wp-block-button.white-btn > span,
.wp-block-button.white-btn > div {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.white-btn a::after,
.btn.white-btn .wp-block-button__link::after, .btn.white-btn > span::after, .btn.white-btn > div::after,
.wp-block-button.white-btn a::after,
.wp-block-button.white-btn .wp-block-button__link::after,
.wp-block-button.white-btn > span::after,
.wp-block-button.white-btn > div::after {
  background-color: #ffffff;
}
@media (min-width: 767.9px) {
  .btn.white-btn a:hover,
  .btn.white-btn .wp-block-button__link:hover, .btn.white-btn > span:hover, .btn.white-btn > div:hover,
  .wp-block-button.white-btn a:hover,
  .wp-block-button.white-btn .wp-block-button__link:hover,
  .wp-block-button.white-btn > span:hover,
  .wp-block-button.white-btn > div:hover {
    color: #000000;
  }
}
.btn.white-btn .cover-wrapper,
.wp-block-button.white-btn .cover-wrapper {
  background-color: #ffffff;
  color: #000000;
}
.btn input[type=submit],
.wp-block-button input[type=submit] {
  font-size: 14px;
  line-height: 16px;
  padding: 0 15px;
  text-transform: uppercase;
}

.wp-block-button .wp-block-button__link::after {
  content: none;
}

.video {
  padding-bottom: 144px;
}
@media (max-width: 576.9px) {
  .video {
    padding-bottom: 94px;
  }
}
.video .container .video-link {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video .container .video-link .img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.video .container .video-link .img:hover div {
  scale: 1.18;
}
.video .container .video-link .img div {
  padding-top: 42.7%;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.video .container .video-link img {
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .video .container .video-link img {
    width: 32px;
  }
}
.video .container .video-link .data-video {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -30px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  cursor: pointer;
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1134px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
@media (max-width: 1200px) {
  .video-light-box .video-box {
    width: 96%;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 30px;
}
@media (min-width: 1424px) {
  header {
    padding-top: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 991.9px) {
  header {
    padding-top: 20px;
  }
}
@media (max-width: 767.9px) {
  header {
    padding-top: 15px;
  }
}
header .container {
  padding: 0 31px;
}
@media (min-width: 1424px) {
  header .container {
    max-width: clamp(0px, 100vw, 5000px);
    padding: 0 clamp(0px, 2.1769662921vw, 108.8483146067px);
  }
}
@media (max-width: 767.9px) {
  header .container {
    padding: 0 20px;
  }
}
header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-color: #f6f1eb;
  padding: 0 !important;
}
header .content::before, header .content::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0px);
  height: 1px;
  background-color: #000000;
  left: 0px;
}
@media (min-width: 1424px) {
  header .content::before, header .content::after {
    width: calc(100% - 0px);
    left: 0px;
  }
}
@media (max-width: 767.9px) {
  header .content::before, header .content::after {
    width: calc(100% - 0px);
    left: 0;
  }
}
header .content::before {
  top: 0;
}
header .content::after {
  bottom: 0;
}
header .btn {
  height: 100%;
}
header .btn .btn-content {
  height: 100%;
}
header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (max-width: 1199.9px) {
  header .header-left {
    width: 43px;
    min-width: 43px;
    aspect-ratio: 1;
    border-left: 1px solid #000000;
    border-right: none;
  }
}
@media (max-width: 575.9px) {
  header .header-left {
    border-right: none;
  }
}
header .header-left .mobile-button {
  cursor: pointer;
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .header-left .mobile-button::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: absolute;
}
@media (max-width: 1199.9px) {
  header .header-left .mobile-button {
    display: block;
    height: calc(100% - 2px);
    width: auto;
    aspect-ratio: 1;
    position: relative;
    background-color: #f6f1eb;
  }
}
@media (max-width: 1199.9px) and (max-width: 1199.9px) {
  header .header-left .mobile-button {
    border-right: 1px solid #000000;
  }
}
@media (max-width: 1199.9px) and (max-width: 767.9px) {
  header .header-left .mobile-button {
    border-right: 1px solid #000000;
  }
}
@media (max-width: 1199.9px) and (max-width: 575.9px) {
  header .header-left .mobile-button {
    border-right: none;
    height: calc(100% - 2px);
    aspect-ratio: initial;
    width: 100%;
  }
}
@media (max-width: 1199.9px) {
  header .header-left .mobile-button span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    z-index: 6;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .header-left .mobile-button span:first-child {
    top: 35%;
  }
  header .header-left .mobile-button span:nth-child(2) {
    top: 50%;
  }
  header .header-left .mobile-button span:last-child {
    top: 65%;
  }
}
@media (min-width: 767.9px) {
  header .header-left .mobile-button:hover span {
    background-color: #ffffff;
  }
  header .header-left .mobile-button:hover::after {
    width: 100%;
  }
}
header .header-left .mobile-button.active::after {
  width: 100%;
}
header .header-left .mobile-button.active span {
  background-color: #ffffff;
}
header .header-left .mobile-button.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
header .header-left .mobile-button.active span:nth-child(2) {
  width: 0px;
}
header .header-left .mobile-button.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
header .header-left .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
@media (min-width: 1200.9px) {
  header .header-left .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1199.9px) {
  header .header-left .menu {
    display: block;
    position: absolute;
    left: -1px;
    bottom: 1px;
    width: 260px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-color: #f6f1eb;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    max-height: 0px;
  }
  header .header-left .menu.is-show {
    max-height: min(430px, 100vh - var(--headerH, 80px) - 24px);
  }
}
header .header-left .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-left .menu .menu-item.btn .btn-content {
  min-width: 126px;
  text-transform: uppercase;
  border-right: none;
}
@media (min-width: 1424px) {
  header .header-left .menu .menu-item.btn .btn-content {
    min-width: clamp(0px, 8.8483146067vw, 442.4157303371px);
  }
}
@media (max-width: 1199.9px) {
  header .header-left .menu .menu-item.btn .btn-content {
    border-right: 1px solid #000000;
    border-bottom: none;
  }
}
header .header-left .menu .menu-item.btn:last-child .btn-content {
  border-right: 1px solid #000000;
}
@media (max-width: 1199.9px) {
  header .header-left .menu .menu-item.btn:last-child .btn-content {
    border-bottom: 1px solid #000000;
  }
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.9px) {
  header .header-right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
header .header-right .product-box {
  position: relative;
}
@media (max-width: 575.9px) {
  header .header-right .product-box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
header .header-right .product-box .product-button {
  position: relative;
}
header .header-right .product-box .product-button .btn-content {
  min-width: 257px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-button .btn-content {
    min-width: clamp(0px, 18.047752809vw, 902.3876404494px);
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box .product-button .btn-content {
    min-width: unset;
  }
}
header .header-right .product-box .product-button .basic-wrapper span,
header .header-right .product-box .product-button .cover-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-right .product-box .product-button .basic-wrapper span::after,
header .header-right .product-box .product-button .cover-wrapper span::after {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  content: ">";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9px;
  height: 9px;
  aspect-ratio: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 1.8em;
  margin: 0 8px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-button .basic-wrapper span::after,
  header .header-right .product-box .product-button .cover-wrapper span::after {
    width: clamp(0px, 0.6320224719vw, 31.6011235955px);
    height: clamp(0px, 0.6320224719vw, 31.6011235955px);
    margin: 0 clamp(0px, 0.5617977528vw, 28.0898876404px);
  }
}
header .header-right .product-box .product-button .basic-wrapper span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .header-right .product-box .product-button .cover-wrapper {
  display: none !important;
}
header .header-right .product-box .product-button .cover-wrapper span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .header-right .product-box .product-button .cover-wrapper span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .header-right .product-box .product-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #f6f1eb;
  border: 1px solid #000000;
  border-top: none;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
header .header-right .product-box .product-toggle {
  letter-spacing: 0.12em;
  padding: 0 16px 0 18px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle {
    padding: 0 clamp(0px, 1.1235955056vw, 56.1797752809px) 0 clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
@media (max-width: 1199.9px) {
  header .header-right .product-box .product-toggle {
    padding: 0 8px 0 15px;
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box .product-toggle {
    width: 260px;
    max-width: 80vw;
  }
}
header .header-right .product-box .product-toggle::-webkit-scrollbar {
  width: 0 !important;
}
header .header-right .product-box .product-toggle a {
  text-decoration: none;
}
header .header-right .product-box .product-toggle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .header-right .product-box .product-toggle ul.product-toggle-list {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 245px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul.product-toggle-list {
    width: clamp(0px, 17.2050561798vw, 860.2528089888px);
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box .product-toggle ul.product-toggle-list {
    width: 100%;
  }
}
header .header-right .product-box .product-toggle ul li {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow-y: clip;
  overflow-x: visible;
}
header .header-right .product-box .product-toggle ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0;
  z-index: 5;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform, opacity;
  -webkit-transition-delay: none;
          transition-delay: none;
  white-space: nowrap;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li a {
    padding: clamp(0px, 0.2808988764vw, 14.0449438202px) 0;
    -webkit-transform: translateY(clamp(0px, 1.404494382vw, 70.2247191011px));
            transform: translateY(clamp(0px, 1.404494382vw, 70.2247191011px));
  }
}
header .header-right .product-box .product-toggle ul li a::after {
  content: "";
  width: calc(0% + 0px);
  height: calc(100% + 0px);
  top: 0;
  left: -4px;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: absolute;
}
@media (min-width: 767.9px) {
  header .header-right .product-box .product-toggle ul li a:hover {
    color: #ffffff;
  }
  header .header-right .product-box .product-toggle ul li a:hover::after {
    width: calc(100% + 8px);
  }
}
@media (min-width: 767.9px) and (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li a:hover::after {
    width: calc(100% + clamp(0px, 0.5617977528vw, 28.0898876404px));
  }
}
header .header-right .product-box .product-toggle ul li.active a {
  color: #ffffff;
}
header .header-right .product-box .product-toggle ul li.active a::after {
  width: calc(100% + 8px);
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.active a::after {
    width: calc(100% + clamp(0px, 0.5617977528vw, 28.0898876404px));
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group {
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0;
  margin: 0;
  position: relative;
  z-index: 5;
  isolation: isolate;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform, opacity;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger::after {
  content: "";
  width: calc(0% + 0px);
  height: calc(100% + 0px);
  top: 0;
  left: -4px;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: absolute;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger {
    padding: clamp(0px, 0.2808988764vw, 14.0449438202px) 0;
    -webkit-transform: translateY(clamp(0px, 1.404494382vw, 70.2247191011px));
            transform: translateY(clamp(0px, 1.404494382vw, 70.2247191011px));
  }
}
@media (min-width: 767.9px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger:hover {
    color: #ffffff;
  }
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger:hover::after {
    width: calc(100% + 8px);
  }
}
@media (min-width: 767.9px) and (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger:hover::after {
    width: calc(100% + clamp(0px, 0.5617977528vw, 28.0898876404px));
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger span::after {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  content: ">";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  font-size: 1.6em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-composite-trigger span::after {
    width: clamp(0px, 0.4915730337vw, 24.5786516854px);
    height: clamp(0px, 0.4915730337vw, 24.5786516854px);
    margin-left: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist {
  width: 244px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  margin-top: 0;
  -webkit-transition: max-height 0.35s ease-out, opacity 0.25s ease-out, margin-top 0.25s ease-out;
  transition: max-height 0.35s ease-out, opacity 0.25s ease-out, margin-top 0.25s ease-out;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist {
    width: clamp(0px, 17.1348314607vw, 856.7415730337px);
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist {
    width: 100%;
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist li {
  margin-left: 18px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist li {
    margin-left: clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist a {
  padding: 4px 0;
  white-space: nowrap;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group .product-sublist a {
    padding: clamp(0px, 0.2808988764vw, 14.0449438202px) 0;
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-composite-trigger {
  color: #ffffff;
}
header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-composite-trigger::after {
  width: calc(100% + 8px);
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-composite-trigger::after {
    width: calc(100% + clamp(0px, 0.5617977528vw, 28.0898876404px));
  }
}
header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-composite-trigger span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-sublist {
  max-height: 240px;
  opacity: 1;
  pointer-events: initial;
  margin-top: 4px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle ul li.product-composite-group.open .product-sublist {
    max-height: clamp(0px, 16.8539325843vw, 842.6966292135px);
    margin-top: clamp(0px, 0.2808988764vw, 14.0449438202px);
  }
}
header .header-right .product-box .product-toggle .result-text {
  margin-top: 33px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle .result-text {
    margin-top: clamp(0px, 2.3174157303vw, 115.8707865169px);
  }
}
header .header-right .product-box .product-toggle .product-download {
  margin-top: 27px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
header .header-right .product-box .product-toggle .product-download .btn-content {
  min-width: 245px;
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle .product-download .btn-content {
    min-width: clamp(0px, 17.2050561798vw, 860.2528089888px);
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box .product-toggle .product-download .btn-content {
    min-width: 100%;
  }
}
@media (min-width: 1424px) {
  header .header-right .product-box .product-toggle .product-download {
    margin-top: clamp(0px, 1.8960674157vw, 94.8033707865px);
  }
}
header .header-right .product-box.active {
  opacity: 1;
}
header .header-right .product-box.active .basic-wrapper span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .header-right .product-box.active .btn-content::after {
  width: 100%;
}
header .header-right .product-box.active .btn-content {
  color: #ffffff;
}
header .header-right .product-box.active .cover-wrapper {
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
header .header-right .product-box.active .cover-wrapper span {
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
header .header-right .product-box.active .product-toggle {
  max-height: 425px;
  opacity: 1;
  pointer-events: initial;
  padding: 26px 20px 28px;
}
@media (min-width: 1424px) {
  header .header-right .product-box.active .product-toggle {
    max-height: clamp(0px, 29.845505618vw, 1492.2752808989px);
    padding: clamp(0px, 1.8258426966vw, 91.2921348315px) clamp(0px, 1.404494382vw, 70.2247191011px) clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
@media (max-width: 1199.9px) {
  header .header-right .product-box.active .product-toggle {
    padding: 18px 15px 20px;
  }
}
@media (max-width: 767.9px) {
  header .header-right .product-box.active .product-toggle {
    max-height: 350px;
  }
}
header .header-right .product-box.active .product-toggle ul li a {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
header .header-right .product-box.active .product-toggle ul li.product-composite-group .product-composite-trigger {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
header .header-right .product-box.active .product-toggle ul li:nth-child(1) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(1) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.08s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.08s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.08s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.08s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.08s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(2) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(2) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.14s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.14s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.14s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.14s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.14s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(3) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(3) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(4) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(4) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.26s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.26s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.26s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.26s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.26s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(5) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(5) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.32s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.32s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.32s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.32s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.32s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(6) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(6) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.38s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.38s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.38s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.38s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.38s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(7) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(7) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.44s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.44s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.44s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.44s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.44s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(8) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(8) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(9) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(9) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.56s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.56s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.56s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.56s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.56s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(10) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(10) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.62s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.62s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.62s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.62s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.62s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(11) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(11) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.68s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.68s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.68s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.68s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.68s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(12) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(12) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.74s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.74s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.74s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.74s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.74s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(13) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(13) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(14) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(14) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.86s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.86s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.86s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.86s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.86s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(15) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(15) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.92s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.92s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.92s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.92s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.92s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(16) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(16) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.98s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.98s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.98s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.98s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.98s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(17) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(17) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.04s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.04s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.04s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.04s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.04s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(18) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(18) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.1s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(19) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(19) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.16s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.16s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.16s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.16s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.16s;
}
header .header-right .product-box.active .product-toggle ul li:nth-child(20) a,
header .header-right .product-box.active .product-toggle ul li:nth-child(20) .product-composite-trigger {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.22s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.22s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.22s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.22s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1.22s;
}
header .header-right .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 36px 14px 43px;
  border-right: 1px solid #000000;
}
@media (min-width: 1424px) {
  header .header-right .header-logo {
    padding: clamp(0px, 0.9831460674vw, 49.1573033708px) clamp(0px, 2.5280898876vw, 126.404494382px) clamp(0px, 0.9831460674vw, 49.1573033708px) clamp(0px, 3.0196629213vw, 150.9831460674px);
  }
}
@media (max-width: 767.9px) {
  header .header-right .header-logo {
    padding: 10px 12px;
  }
}
header .header-right .header-logo img {
  display: block;
  width: 164px;
}
@media (min-width: 1424px) {
  header .header-right .header-logo img {
    width: clamp(0px, 11.5168539326vw, 575.8426966292px);
  }
}

.banner {
  padding-top: 75px;
}
@media (min-width: 1424px) {
  .banner {
    padding-top: clamp(0px, 5.2668539326vw, 263.3426966292px);
  }
}
@media (max-width: 991.9px) {
  .banner {
    padding-top: 65px;
  }
}
@media (max-width: 767.9px) {
  .banner {
    padding-top: 58px;
  }
}
.banner img {
  will-change: all;
}
.banner .content {
  position: relative;
}
.banner .bg-box {
  position: relative;
}
.banner .bg-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 1424px) {
  .banner .bg-box img {
    min-height: clamp(0px, 35.1123595506vw, 1755.6179775281px);
  }
}
.banner .bg-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/banner-cover.webp);
}
.banner .content-box {
  position: absolute;
  z-index: 9;
  right: 31px;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 890px;
  text-align: right;
  padding: 88px 117px;
  color: #ffffff;
}
@media (min-width: 1424px) {
  .banner .content-box {
    right: clamp(0px, 2.1769662921vw, 108.8483146067px);
    max-width: clamp(0px, 62.5vw, 3125px);
    padding: clamp(0px, 6.1797752809vw, 308.9887640449px) clamp(0px, 8.2162921348vw, 410.8146067416px);
  }
}
@media (max-width: 1199.9px) {
  .banner .content-box {
    padding: 50px 40px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box {
    padding: 72px 20px 45px;
    right: 20px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box {
    padding-top: 82px;
  }
}
.banner .content-box .before-heading {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .banner .content-box .before-heading {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .banner .content-box .before-heading {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box .before-heading {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box .before-heading {
    font-size: 12px;
  }
}
.banner .content-box .before-heading {
  font-size: 21px;
  margin: 0 0 4px;
}
@media (min-width: 1424px) {
  .banner .content-box .before-heading {
    font-size: clamp(0px, 1.4747191011vw, 73.7359550562px);
    margin: 0 0 clamp(0px, 0.2808988764vw, 14.0449438202px);
  }
}
@media (max-width: 991.9px) {
  .banner .content-box .before-heading {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box .before-heading {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box .before-heading {
    font-size: 12px;
  }
}
.banner .content-box h1 {
  font-family: "Bw Gradual DEMO";
  font-size: 108px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 1424px) {
  .banner .content-box h1 {
    font-size: clamp(0px, 7.5842696629vw, 379.2134831461px);
  }
}
@media (max-width: 1199.9px) {
  .banner .content-box h1 {
    font-size: 85px;
  }
}
@media (max-width: 991.9px) {
  .banner .content-box h1 {
    font-size: 78px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box h1 {
    font-size: 60px;
  }
}
.banner .content-box h1 {
  font-size: 120px;
  color: #ffffff;
  margin-right: 4px;
  margin-bottom: 10px;
}
@media (min-width: 1424px) {
  .banner .content-box h1 {
    font-size: clamp(0px, 8.4269662921vw, 421.3483146067px);
    margin-right: clamp(0px, 0.2808988764vw, 14.0449438202px);
    margin-bottom: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 1199.9px) {
  .banner .content-box h1 {
    font-size: 85px;
  }
}
@media (max-width: 991.9px) {
  .banner .content-box h1 {
    font-size: 78px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box h1 {
    font-size: 60px;
  }
}
.banner .content-box h1 .color-yellow {
  display: block;
  position: relative;
}
.banner .content-box h1 > span {
  display: inline-block;
}
.banner .content-box h1 > span span:nth-child(1) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.banner .content-box h1 > span span:nth-child(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.banner .content-box h1 > span span:nth-child(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.banner .content-box h1 > span span:nth-child(4) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.banner .content-box h1 > span span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.banner .content-box h1 > span span:nth-child(6) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.banner .content-box h1 > span span:nth-child(7) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.banner .content-box h1 > span span:nth-child(8) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.banner .content-box h1 > span span:nth-child(9) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.banner .content-box h1 > span span:nth-child(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.banner .content-box h1 > span span:nth-child(11) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.banner .content-box h1 > span span:nth-child(12) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.banner .content-box h1 > span span:nth-child(13) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.banner .content-box h1 > span span:nth-child(14) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.banner .content-box h1 > span span:nth-child(15) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.banner .content-box h1 > span span:nth-child(16) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.banner .content-box h1 > span span:nth-child(17) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.banner .content-box h1 > span span:nth-child(18) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.banner .content-box h1 > span span:nth-child(19) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.banner .content-box h1 > span span:nth-child(20) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.banner .content-box h1 > span span:nth-child(21) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.banner .content-box h1 > span span:nth-child(22) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.banner .content-box h1 > span span:nth-child(23) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.banner .content-box h1 > span span:nth-child(24) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.banner .content-box h1 > span span:nth-child(25) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner .content-box h1 > span span:nth-child(26) {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}
.banner .content-box h1 > span span:nth-child(27) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
.banner .content-box h1 > span span:nth-child(28) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.banner .content-box h1 > span span:nth-child(29) {
  -webkit-animation-delay: 2.32s;
          animation-delay: 2.32s;
}
.banner .content-box h1 > span span:nth-child(30) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.banner .content-box h1 > span span:nth-child(31) {
  -webkit-animation-delay: 2.48s;
          animation-delay: 2.48s;
}
.banner .content-box h1 > span span:nth-child(32) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.banner .content-box h1 > span span:nth-child(33) {
  -webkit-animation-delay: 2.64s;
          animation-delay: 2.64s;
}
.banner .content-box h1 > span span:nth-child(34) {
  -webkit-animation-delay: 2.72s;
          animation-delay: 2.72s;
}
.banner .content-box h1 > span span:nth-child(35) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.banner .content-box h1 > span span:nth-child(36) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.banner .content-box h1 > span span:nth-child(37) {
  -webkit-animation-delay: 2.96s;
          animation-delay: 2.96s;
}
.banner .content-box h1 > span span:nth-child(38) {
  -webkit-animation-delay: 3.04s;
          animation-delay: 3.04s;
}
.banner .content-box h1 > span span:nth-child(39) {
  -webkit-animation-delay: 3.12s;
          animation-delay: 3.12s;
}
.banner .content-box h1 > span span:nth-child(40) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.banner .content-box h1 > span span:nth-child(41) {
  -webkit-animation-delay: 3.28s;
          animation-delay: 3.28s;
}
.banner .content-box h1 > span span:nth-child(42) {
  -webkit-animation-delay: 3.36s;
          animation-delay: 3.36s;
}
.banner .content-box h1 > span span:nth-child(43) {
  -webkit-animation-delay: 3.44s;
          animation-delay: 3.44s;
}
.banner .content-box h1 > span span:nth-child(44) {
  -webkit-animation-delay: 3.52s;
          animation-delay: 3.52s;
}
.banner .content-box h1 > span span:nth-child(45) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.banner .content-box h1 > span span:nth-child(46) {
  -webkit-animation-delay: 3.68s;
          animation-delay: 3.68s;
}
.banner .content-box h1 > span span:nth-child(47) {
  -webkit-animation-delay: 3.76s;
          animation-delay: 3.76s;
}
.banner .content-box h1 > span span:nth-child(48) {
  -webkit-animation-delay: 3.84s;
          animation-delay: 3.84s;
}
.banner .content-box h1 > span span:nth-child(49) {
  -webkit-animation-delay: 3.92s;
          animation-delay: 3.92s;
}
.banner .content-box h1 > span span:nth-child(50) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.banner .content-box h1 > span span:nth-child(51) {
  -webkit-animation-delay: 4.08s;
          animation-delay: 4.08s;
}
.banner .content-box h1 > span span:nth-child(52) {
  -webkit-animation-delay: 4.16s;
          animation-delay: 4.16s;
}
.banner .content-box h1 > span span:nth-child(53) {
  -webkit-animation-delay: 4.24s;
          animation-delay: 4.24s;
}
.banner .content-box h1 > span span:nth-child(54) {
  -webkit-animation-delay: 4.32s;
          animation-delay: 4.32s;
}
.banner .content-box h1 > span span:nth-child(55) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.banner .content-box h1 > span span:nth-child(56) {
  -webkit-animation-delay: 4.48s;
          animation-delay: 4.48s;
}
.banner .content-box h1 > span span:nth-child(57) {
  -webkit-animation-delay: 4.56s;
          animation-delay: 4.56s;
}
.banner .content-box h1 > span span:nth-child(58) {
  -webkit-animation-delay: 4.64s;
          animation-delay: 4.64s;
}
.banner .content-box h1 > span span:nth-child(59) {
  -webkit-animation-delay: 4.72s;
          animation-delay: 4.72s;
}
.banner .content-box h1 > span span:nth-child(60) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.banner .content-box h1 > span span:nth-child(61) {
  -webkit-animation-delay: 4.88s;
          animation-delay: 4.88s;
}
.banner .content-box h1 > span span:nth-child(62) {
  -webkit-animation-delay: 4.96s;
          animation-delay: 4.96s;
}
.banner .content-box h1 > span span:nth-child(63) {
  -webkit-animation-delay: 5.04s;
          animation-delay: 5.04s;
}
.banner .content-box h1 > span span:nth-child(64) {
  -webkit-animation-delay: 5.12s;
          animation-delay: 5.12s;
}
.banner .content-box h1 > span span:nth-child(65) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.banner .content-box h1 > span span:nth-child(66) {
  -webkit-animation-delay: 5.28s;
          animation-delay: 5.28s;
}
.banner .content-box h1 > span span:nth-child(67) {
  -webkit-animation-delay: 5.36s;
          animation-delay: 5.36s;
}
.banner .content-box h1 > span span:nth-child(68) {
  -webkit-animation-delay: 5.44s;
          animation-delay: 5.44s;
}
.banner .content-box h1 > span span:nth-child(69) {
  -webkit-animation-delay: 5.52s;
          animation-delay: 5.52s;
}
.banner .content-box h1 > span span:nth-child(70) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.banner .content-box h1 > span span:nth-child(71) {
  -webkit-animation-delay: 5.68s;
          animation-delay: 5.68s;
}
.banner .content-box h1 > span span:nth-child(72) {
  -webkit-animation-delay: 5.76s;
          animation-delay: 5.76s;
}
.banner .content-box h1 > span span:nth-child(73) {
  -webkit-animation-delay: 5.84s;
          animation-delay: 5.84s;
}
.banner .content-box h1 > span span:nth-child(74) {
  -webkit-animation-delay: 5.92s;
          animation-delay: 5.92s;
}
.banner .content-box h1 > span span:nth-child(75) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.banner .content-box h1 > span span:nth-child(76) {
  -webkit-animation-delay: 6.08s;
          animation-delay: 6.08s;
}
.banner .content-box h1 > span span:nth-child(77) {
  -webkit-animation-delay: 6.16s;
          animation-delay: 6.16s;
}
.banner .content-box h1 > span span:nth-child(78) {
  -webkit-animation-delay: 6.24s;
          animation-delay: 6.24s;
}
.banner .content-box h1 > span span:nth-child(79) {
  -webkit-animation-delay: 6.32s;
          animation-delay: 6.32s;
}
.banner .content-box h1 > span span:nth-child(80) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.banner .content-box h1 > span span:nth-child(81) {
  -webkit-animation-delay: 6.48s;
          animation-delay: 6.48s;
}
.banner .content-box h1 > span span:nth-child(82) {
  -webkit-animation-delay: 6.56s;
          animation-delay: 6.56s;
}
.banner .content-box h1 > span span:nth-child(83) {
  -webkit-animation-delay: 6.64s;
          animation-delay: 6.64s;
}
.banner .content-box h1 > span span:nth-child(84) {
  -webkit-animation-delay: 6.72s;
          animation-delay: 6.72s;
}
.banner .content-box h1 > span span:nth-child(85) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.banner .content-box h1 > span span:nth-child(86) {
  -webkit-animation-delay: 6.88s;
          animation-delay: 6.88s;
}
.banner .content-box h1 > span span:nth-child(87) {
  -webkit-animation-delay: 6.96s;
          animation-delay: 6.96s;
}
.banner .content-box h1 > span span:nth-child(88) {
  -webkit-animation-delay: 7.04s;
          animation-delay: 7.04s;
}
.banner .content-box h1 > span span:nth-child(89) {
  -webkit-animation-delay: 7.12s;
          animation-delay: 7.12s;
}
.banner .content-box h1 > span span:nth-child(90) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.banner .content-box h1 > span span:nth-child(91) {
  -webkit-animation-delay: 7.28s;
          animation-delay: 7.28s;
}
.banner .content-box h1 > span span:nth-child(92) {
  -webkit-animation-delay: 7.36s;
          animation-delay: 7.36s;
}
.banner .content-box h1 > span span:nth-child(93) {
  -webkit-animation-delay: 7.44s;
          animation-delay: 7.44s;
}
.banner .content-box h1 > span span:nth-child(94) {
  -webkit-animation-delay: 7.52s;
          animation-delay: 7.52s;
}
.banner .content-box h1 > span span:nth-child(95) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.banner .content-box h1 > span span:nth-child(96) {
  -webkit-animation-delay: 7.68s;
          animation-delay: 7.68s;
}
.banner .content-box h1 > span span:nth-child(97) {
  -webkit-animation-delay: 7.76s;
          animation-delay: 7.76s;
}
.banner .content-box h1 > span span:nth-child(98) {
  -webkit-animation-delay: 7.84s;
          animation-delay: 7.84s;
}
.banner .content-box h1 > span span:nth-child(99) {
  -webkit-animation-delay: 7.92s;
          animation-delay: 7.92s;
}
.banner .content-box h1 > span span:nth-child(100) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.banner .content-box h1 > span span:nth-child(101) {
  -webkit-animation-delay: 8.08s;
          animation-delay: 8.08s;
}
.banner .content-box h1 > span span:nth-child(102) {
  -webkit-animation-delay: 8.16s;
          animation-delay: 8.16s;
}
.banner .content-box h1 > span span:nth-child(103) {
  -webkit-animation-delay: 8.24s;
          animation-delay: 8.24s;
}
.banner .content-box h1 > span span:nth-child(104) {
  -webkit-animation-delay: 8.32s;
          animation-delay: 8.32s;
}
.banner .content-box h1 > span span:nth-child(105) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.banner .content-box h1 > span span:nth-child(106) {
  -webkit-animation-delay: 8.48s;
          animation-delay: 8.48s;
}
.banner .content-box h1 > span span:nth-child(107) {
  -webkit-animation-delay: 8.56s;
          animation-delay: 8.56s;
}
.banner .content-box h1 > span span:nth-child(108) {
  -webkit-animation-delay: 8.64s;
          animation-delay: 8.64s;
}
.banner .content-box h1 > span span:nth-child(109) {
  -webkit-animation-delay: 8.72s;
          animation-delay: 8.72s;
}
.banner .content-box h1 > span span:nth-child(110) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.banner .content-box h1 > span span:nth-child(111) {
  -webkit-animation-delay: 8.88s;
          animation-delay: 8.88s;
}
.banner .content-box h1 > span span:nth-child(112) {
  -webkit-animation-delay: 8.96s;
          animation-delay: 8.96s;
}
.banner .content-box h1 > span span:nth-child(113) {
  -webkit-animation-delay: 9.04s;
          animation-delay: 9.04s;
}
.banner .content-box h1 > span span:nth-child(114) {
  -webkit-animation-delay: 9.12s;
          animation-delay: 9.12s;
}
.banner .content-box h1 > span span:nth-child(115) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.banner .content-box h1 > span span:nth-child(116) {
  -webkit-animation-delay: 9.28s;
          animation-delay: 9.28s;
}
.banner .content-box h1 > span span:nth-child(117) {
  -webkit-animation-delay: 9.36s;
          animation-delay: 9.36s;
}
.banner .content-box h1 > span span:nth-child(118) {
  -webkit-animation-delay: 9.44s;
          animation-delay: 9.44s;
}
.banner .content-box h1 > span span:nth-child(119) {
  -webkit-animation-delay: 9.52s;
          animation-delay: 9.52s;
}
.banner .content-box h1 > span span:nth-child(120) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.banner .content-box h1 > span span:nth-child(121) {
  -webkit-animation-delay: 9.68s;
          animation-delay: 9.68s;
}
.banner .content-box h1 > span span:nth-child(122) {
  -webkit-animation-delay: 9.76s;
          animation-delay: 9.76s;
}
.banner .content-box h1 > span span:nth-child(123) {
  -webkit-animation-delay: 9.84s;
          animation-delay: 9.84s;
}
.banner .content-box h1 > span span:nth-child(124) {
  -webkit-animation-delay: 9.92s;
          animation-delay: 9.92s;
}
.banner .content-box h1 > span span:nth-child(125) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.banner .content-box h1 > span span:nth-child(126) {
  -webkit-animation-delay: 10.08s;
          animation-delay: 10.08s;
}
.banner .content-box h1 > span span:nth-child(127) {
  -webkit-animation-delay: 10.16s;
          animation-delay: 10.16s;
}
.banner .content-box h1 > span span:nth-child(128) {
  -webkit-animation-delay: 10.24s;
          animation-delay: 10.24s;
}
.banner .content-box h1 > span span:nth-child(129) {
  -webkit-animation-delay: 10.32s;
          animation-delay: 10.32s;
}
.banner .content-box h1 > span span:nth-child(130) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.banner .content-box h1 > span span:nth-child(131) {
  -webkit-animation-delay: 10.48s;
          animation-delay: 10.48s;
}
.banner .content-box h1 > span span:nth-child(132) {
  -webkit-animation-delay: 10.56s;
          animation-delay: 10.56s;
}
.banner .content-box h1 > span span:nth-child(133) {
  -webkit-animation-delay: 10.64s;
          animation-delay: 10.64s;
}
.banner .content-box h1 > span span:nth-child(134) {
  -webkit-animation-delay: 10.72s;
          animation-delay: 10.72s;
}
.banner .content-box h1 > span span:nth-child(135) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.banner .content-box h1 > span span:nth-child(136) {
  -webkit-animation-delay: 10.88s;
          animation-delay: 10.88s;
}
.banner .content-box h1 > span span:nth-child(137) {
  -webkit-animation-delay: 10.96s;
          animation-delay: 10.96s;
}
.banner .content-box h1 > span span:nth-child(138) {
  -webkit-animation-delay: 11.04s;
          animation-delay: 11.04s;
}
.banner .content-box h1 > span span:nth-child(139) {
  -webkit-animation-delay: 11.12s;
          animation-delay: 11.12s;
}
.banner .content-box h1 > span span:nth-child(140) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.banner .content-box h1 > span span:nth-child(141) {
  -webkit-animation-delay: 11.28s;
          animation-delay: 11.28s;
}
.banner .content-box h1 > span span:nth-child(142) {
  -webkit-animation-delay: 11.36s;
          animation-delay: 11.36s;
}
.banner .content-box h1 > span span:nth-child(143) {
  -webkit-animation-delay: 11.44s;
          animation-delay: 11.44s;
}
.banner .content-box h1 > span span:nth-child(144) {
  -webkit-animation-delay: 11.52s;
          animation-delay: 11.52s;
}
.banner .content-box h1 > span span:nth-child(145) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.banner .content-box h1 > span span:nth-child(146) {
  -webkit-animation-delay: 11.68s;
          animation-delay: 11.68s;
}
.banner .content-box h1 > span span:nth-child(147) {
  -webkit-animation-delay: 11.76s;
          animation-delay: 11.76s;
}
.banner .content-box h1 > span span:nth-child(148) {
  -webkit-animation-delay: 11.84s;
          animation-delay: 11.84s;
}
.banner .content-box h1 > span span:nth-child(149) {
  -webkit-animation-delay: 11.92s;
          animation-delay: 11.92s;
}
.banner .content-box h1 > span span:nth-child(150) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.banner .content-box h1 > span span:nth-child(151) {
  -webkit-animation-delay: 12.08s;
          animation-delay: 12.08s;
}
.banner .content-box h1 > span span:nth-child(152) {
  -webkit-animation-delay: 12.16s;
          animation-delay: 12.16s;
}
.banner .content-box h1 > span span:nth-child(153) {
  -webkit-animation-delay: 12.24s;
          animation-delay: 12.24s;
}
.banner .content-box h1 > span span:nth-child(154) {
  -webkit-animation-delay: 12.32s;
          animation-delay: 12.32s;
}
.banner .content-box h1 > span span:nth-child(155) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.banner .content-box h1 > span span:nth-child(156) {
  -webkit-animation-delay: 12.48s;
          animation-delay: 12.48s;
}
.banner .content-box h1 > span span:nth-child(157) {
  -webkit-animation-delay: 12.56s;
          animation-delay: 12.56s;
}
.banner .content-box h1 > span span:nth-child(158) {
  -webkit-animation-delay: 12.64s;
          animation-delay: 12.64s;
}
.banner .content-box h1 > span span:nth-child(159) {
  -webkit-animation-delay: 12.72s;
          animation-delay: 12.72s;
}
.banner .content-box h1 > span span:nth-child(160) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.banner .content-box h1 > span span:nth-child(161) {
  -webkit-animation-delay: 12.88s;
          animation-delay: 12.88s;
}
.banner .content-box h1 > span span:nth-child(162) {
  -webkit-animation-delay: 12.96s;
          animation-delay: 12.96s;
}
.banner .content-box h1 > span span:nth-child(163) {
  -webkit-animation-delay: 13.04s;
          animation-delay: 13.04s;
}
.banner .content-box h1 > span span:nth-child(164) {
  -webkit-animation-delay: 13.12s;
          animation-delay: 13.12s;
}
.banner .content-box h1 > span span:nth-child(165) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.banner .content-box h1 > span span:nth-child(166) {
  -webkit-animation-delay: 13.28s;
          animation-delay: 13.28s;
}
.banner .content-box h1 > span span:nth-child(167) {
  -webkit-animation-delay: 13.36s;
          animation-delay: 13.36s;
}
.banner .content-box h1 > span span:nth-child(168) {
  -webkit-animation-delay: 13.44s;
          animation-delay: 13.44s;
}
.banner .content-box h1 > span span:nth-child(169) {
  -webkit-animation-delay: 13.52s;
          animation-delay: 13.52s;
}
.banner .content-box h1 > span span:nth-child(170) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.banner .content-box h1 > span span:nth-child(171) {
  -webkit-animation-delay: 13.68s;
          animation-delay: 13.68s;
}
.banner .content-box h1 > span span:nth-child(172) {
  -webkit-animation-delay: 13.76s;
          animation-delay: 13.76s;
}
.banner .content-box h1 > span span:nth-child(173) {
  -webkit-animation-delay: 13.84s;
          animation-delay: 13.84s;
}
.banner .content-box h1 > span span:nth-child(174) {
  -webkit-animation-delay: 13.92s;
          animation-delay: 13.92s;
}
.banner .content-box h1 > span span:nth-child(175) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.banner .content-box h1 > span span:nth-child(176) {
  -webkit-animation-delay: 14.08s;
          animation-delay: 14.08s;
}
.banner .content-box h1 > span span:nth-child(177) {
  -webkit-animation-delay: 14.16s;
          animation-delay: 14.16s;
}
.banner .content-box h1 > span span:nth-child(178) {
  -webkit-animation-delay: 14.24s;
          animation-delay: 14.24s;
}
.banner .content-box h1 > span span:nth-child(179) {
  -webkit-animation-delay: 14.32s;
          animation-delay: 14.32s;
}
.banner .content-box h1 > span span:nth-child(180) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.banner .content-box h1 > span span:nth-child(181) {
  -webkit-animation-delay: 14.48s;
          animation-delay: 14.48s;
}
.banner .content-box h1 > span span:nth-child(182) {
  -webkit-animation-delay: 14.56s;
          animation-delay: 14.56s;
}
.banner .content-box h1 > span span:nth-child(183) {
  -webkit-animation-delay: 14.64s;
          animation-delay: 14.64s;
}
.banner .content-box h1 > span span:nth-child(184) {
  -webkit-animation-delay: 14.72s;
          animation-delay: 14.72s;
}
.banner .content-box h1 > span span:nth-child(185) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.banner .content-box h1 > span span:nth-child(186) {
  -webkit-animation-delay: 14.88s;
          animation-delay: 14.88s;
}
.banner .content-box h1 > span span:nth-child(187) {
  -webkit-animation-delay: 14.96s;
          animation-delay: 14.96s;
}
.banner .content-box h1 > span span:nth-child(188) {
  -webkit-animation-delay: 15.04s;
          animation-delay: 15.04s;
}
.banner .content-box h1 > span span:nth-child(189) {
  -webkit-animation-delay: 15.12s;
          animation-delay: 15.12s;
}
.banner .content-box h1 > span span:nth-child(190) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.banner .content-box h1 > span span:nth-child(191) {
  -webkit-animation-delay: 15.28s;
          animation-delay: 15.28s;
}
.banner .content-box h1 > span span:nth-child(192) {
  -webkit-animation-delay: 15.36s;
          animation-delay: 15.36s;
}
.banner .content-box h1 > span span:nth-child(193) {
  -webkit-animation-delay: 15.44s;
          animation-delay: 15.44s;
}
.banner .content-box h1 > span span:nth-child(194) {
  -webkit-animation-delay: 15.52s;
          animation-delay: 15.52s;
}
.banner .content-box h1 > span span:nth-child(195) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.banner .content-box h1 > span span:nth-child(196) {
  -webkit-animation-delay: 15.68s;
          animation-delay: 15.68s;
}
.banner .content-box h1 > span span:nth-child(197) {
  -webkit-animation-delay: 15.76s;
          animation-delay: 15.76s;
}
.banner .content-box h1 > span span:nth-child(198) {
  -webkit-animation-delay: 15.84s;
          animation-delay: 15.84s;
}
.banner .content-box h1 > span span:nth-child(199) {
  -webkit-animation-delay: 15.92s;
          animation-delay: 15.92s;
}
.banner .content-box h1 > span span:nth-child(200) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.banner .content-box h1 > span span:nth-child(201) {
  -webkit-animation-delay: 16.08s;
          animation-delay: 16.08s;
}
.banner .content-box h1 > span span:nth-child(202) {
  -webkit-animation-delay: 16.16s;
          animation-delay: 16.16s;
}
.banner .content-box h1 > span span:nth-child(203) {
  -webkit-animation-delay: 16.24s;
          animation-delay: 16.24s;
}
.banner .content-box h1 > span span:nth-child(204) {
  -webkit-animation-delay: 16.32s;
          animation-delay: 16.32s;
}
.banner .content-box h1 > span span:nth-child(205) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.banner .content-box h1 > span span:nth-child(206) {
  -webkit-animation-delay: 16.48s;
          animation-delay: 16.48s;
}
.banner .content-box h1 > span span:nth-child(207) {
  -webkit-animation-delay: 16.56s;
          animation-delay: 16.56s;
}
.banner .content-box h1 > span span:nth-child(208) {
  -webkit-animation-delay: 16.64s;
          animation-delay: 16.64s;
}
.banner .content-box h1 > span span:nth-child(209) {
  -webkit-animation-delay: 16.72s;
          animation-delay: 16.72s;
}
.banner .content-box h1 > span span:nth-child(210) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.banner .content-box h1 > span span:nth-child(211) {
  -webkit-animation-delay: 16.88s;
          animation-delay: 16.88s;
}
.banner .content-box h1 > span span:nth-child(212) {
  -webkit-animation-delay: 16.96s;
          animation-delay: 16.96s;
}
.banner .content-box h1 > span span:nth-child(213) {
  -webkit-animation-delay: 17.04s;
          animation-delay: 17.04s;
}
.banner .content-box h1 > span span:nth-child(214) {
  -webkit-animation-delay: 17.12s;
          animation-delay: 17.12s;
}
.banner .content-box h1 > span span:nth-child(215) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.banner .content-box h1 > span span:nth-child(216) {
  -webkit-animation-delay: 17.28s;
          animation-delay: 17.28s;
}
.banner .content-box h1 > span span:nth-child(217) {
  -webkit-animation-delay: 17.36s;
          animation-delay: 17.36s;
}
.banner .content-box h1 > span span:nth-child(218) {
  -webkit-animation-delay: 17.44s;
          animation-delay: 17.44s;
}
.banner .content-box h1 > span span:nth-child(219) {
  -webkit-animation-delay: 17.52s;
          animation-delay: 17.52s;
}
.banner .content-box h1 > span span:nth-child(220) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.banner .content-box h1 > span span:nth-child(221) {
  -webkit-animation-delay: 17.68s;
          animation-delay: 17.68s;
}
.banner .content-box h1 > span span:nth-child(222) {
  -webkit-animation-delay: 17.76s;
          animation-delay: 17.76s;
}
.banner .content-box h1 > span span:nth-child(223) {
  -webkit-animation-delay: 17.84s;
          animation-delay: 17.84s;
}
.banner .content-box h1 > span span:nth-child(224) {
  -webkit-animation-delay: 17.92s;
          animation-delay: 17.92s;
}
.banner .content-box h1 > span span:nth-child(225) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.banner .content-box h1 > span span:nth-child(226) {
  -webkit-animation-delay: 18.08s;
          animation-delay: 18.08s;
}
.banner .content-box h1 > span span:nth-child(227) {
  -webkit-animation-delay: 18.16s;
          animation-delay: 18.16s;
}
.banner .content-box h1 > span span:nth-child(228) {
  -webkit-animation-delay: 18.24s;
          animation-delay: 18.24s;
}
.banner .content-box h1 > span span:nth-child(229) {
  -webkit-animation-delay: 18.32s;
          animation-delay: 18.32s;
}
.banner .content-box h1 > span span:nth-child(230) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.banner .content-box h1 > span span:nth-child(231) {
  -webkit-animation-delay: 18.48s;
          animation-delay: 18.48s;
}
.banner .content-box h1 > span span:nth-child(232) {
  -webkit-animation-delay: 18.56s;
          animation-delay: 18.56s;
}
.banner .content-box h1 > span span:nth-child(233) {
  -webkit-animation-delay: 18.64s;
          animation-delay: 18.64s;
}
.banner .content-box h1 > span span:nth-child(234) {
  -webkit-animation-delay: 18.72s;
          animation-delay: 18.72s;
}
.banner .content-box h1 > span span:nth-child(235) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.banner .content-box h1 > span span:nth-child(236) {
  -webkit-animation-delay: 18.88s;
          animation-delay: 18.88s;
}
.banner .content-box h1 > span span:nth-child(237) {
  -webkit-animation-delay: 18.96s;
          animation-delay: 18.96s;
}
.banner .content-box h1 > span span:nth-child(238) {
  -webkit-animation-delay: 19.04s;
          animation-delay: 19.04s;
}
.banner .content-box h1 > span span:nth-child(239) {
  -webkit-animation-delay: 19.12s;
          animation-delay: 19.12s;
}
.banner .content-box h1 > span span:nth-child(240) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.banner .content-box h1 > span span:nth-child(241) {
  -webkit-animation-delay: 19.28s;
          animation-delay: 19.28s;
}
.banner .content-box h1 > span span:nth-child(242) {
  -webkit-animation-delay: 19.36s;
          animation-delay: 19.36s;
}
.banner .content-box h1 > span span:nth-child(243) {
  -webkit-animation-delay: 19.44s;
          animation-delay: 19.44s;
}
.banner .content-box h1 > span span:nth-child(244) {
  -webkit-animation-delay: 19.52s;
          animation-delay: 19.52s;
}
.banner .content-box h1 > span span:nth-child(245) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.banner .content-box h1 > span span:nth-child(246) {
  -webkit-animation-delay: 19.68s;
          animation-delay: 19.68s;
}
.banner .content-box h1 > span span:nth-child(247) {
  -webkit-animation-delay: 19.76s;
          animation-delay: 19.76s;
}
.banner .content-box h1 > span span:nth-child(248) {
  -webkit-animation-delay: 19.84s;
          animation-delay: 19.84s;
}
.banner .content-box h1 > span span:nth-child(249) {
  -webkit-animation-delay: 19.92s;
          animation-delay: 19.92s;
}
.banner .content-box h1 > span span:nth-child(250) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.banner .content-box h1 > span span:nth-child(251) {
  -webkit-animation-delay: 20.08s;
          animation-delay: 20.08s;
}
.banner .content-box h1 > span span:nth-child(252) {
  -webkit-animation-delay: 20.16s;
          animation-delay: 20.16s;
}
.banner .content-box h1 > span span:nth-child(253) {
  -webkit-animation-delay: 20.24s;
          animation-delay: 20.24s;
}
.banner .content-box h1 > span span:nth-child(254) {
  -webkit-animation-delay: 20.32s;
          animation-delay: 20.32s;
}
.banner .content-box h1 > span span:nth-child(255) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
.banner .content-box h1 > span span:nth-child(256) {
  -webkit-animation-delay: 20.48s;
          animation-delay: 20.48s;
}
.banner .content-box h1 > span span:nth-child(257) {
  -webkit-animation-delay: 20.56s;
          animation-delay: 20.56s;
}
.banner .content-box h1 > span span:nth-child(258) {
  -webkit-animation-delay: 20.64s;
          animation-delay: 20.64s;
}
.banner .content-box h1 > span span:nth-child(259) {
  -webkit-animation-delay: 20.72s;
          animation-delay: 20.72s;
}
.banner .content-box h1 > span span:nth-child(260) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s;
}
.banner .content-box h1 > span span:nth-child(261) {
  -webkit-animation-delay: 20.88s;
          animation-delay: 20.88s;
}
.banner .content-box h1 > span span:nth-child(262) {
  -webkit-animation-delay: 20.96s;
          animation-delay: 20.96s;
}
.banner .content-box h1 > span span:nth-child(263) {
  -webkit-animation-delay: 21.04s;
          animation-delay: 21.04s;
}
.banner .content-box h1 > span span:nth-child(264) {
  -webkit-animation-delay: 21.12s;
          animation-delay: 21.12s;
}
.banner .content-box h1 > span span:nth-child(265) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s;
}
.banner .content-box h1 > span span:nth-child(266) {
  -webkit-animation-delay: 21.28s;
          animation-delay: 21.28s;
}
.banner .content-box h1 > span span:nth-child(267) {
  -webkit-animation-delay: 21.36s;
          animation-delay: 21.36s;
}
.banner .content-box h1 > span span:nth-child(268) {
  -webkit-animation-delay: 21.44s;
          animation-delay: 21.44s;
}
.banner .content-box h1 > span span:nth-child(269) {
  -webkit-animation-delay: 21.52s;
          animation-delay: 21.52s;
}
.banner .content-box h1 > span span:nth-child(270) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
.banner .content-box h1 > span span:nth-child(271) {
  -webkit-animation-delay: 21.68s;
          animation-delay: 21.68s;
}
.banner .content-box h1 > span span:nth-child(272) {
  -webkit-animation-delay: 21.76s;
          animation-delay: 21.76s;
}
.banner .content-box h1 > span span:nth-child(273) {
  -webkit-animation-delay: 21.84s;
          animation-delay: 21.84s;
}
.banner .content-box h1 > span span:nth-child(274) {
  -webkit-animation-delay: 21.92s;
          animation-delay: 21.92s;
}
.banner .content-box h1 > span span:nth-child(275) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.banner .content-box h1 > span span:nth-child(276) {
  -webkit-animation-delay: 22.08s;
          animation-delay: 22.08s;
}
.banner .content-box h1 > span span:nth-child(277) {
  -webkit-animation-delay: 22.16s;
          animation-delay: 22.16s;
}
.banner .content-box h1 > span span:nth-child(278) {
  -webkit-animation-delay: 22.24s;
          animation-delay: 22.24s;
}
.banner .content-box h1 > span span:nth-child(279) {
  -webkit-animation-delay: 22.32s;
          animation-delay: 22.32s;
}
.banner .content-box h1 > span span:nth-child(280) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s;
}
.banner .content-box h1 > span span:nth-child(281) {
  -webkit-animation-delay: 22.48s;
          animation-delay: 22.48s;
}
.banner .content-box h1 > span span:nth-child(282) {
  -webkit-animation-delay: 22.56s;
          animation-delay: 22.56s;
}
.banner .content-box h1 > span span:nth-child(283) {
  -webkit-animation-delay: 22.64s;
          animation-delay: 22.64s;
}
.banner .content-box h1 > span span:nth-child(284) {
  -webkit-animation-delay: 22.72s;
          animation-delay: 22.72s;
}
.banner .content-box h1 > span span:nth-child(285) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
.banner .content-box h1 > span span:nth-child(286) {
  -webkit-animation-delay: 22.88s;
          animation-delay: 22.88s;
}
.banner .content-box h1 > span span:nth-child(287) {
  -webkit-animation-delay: 22.96s;
          animation-delay: 22.96s;
}
.banner .content-box h1 > span span:nth-child(288) {
  -webkit-animation-delay: 23.04s;
          animation-delay: 23.04s;
}
.banner .content-box h1 > span span:nth-child(289) {
  -webkit-animation-delay: 23.12s;
          animation-delay: 23.12s;
}
.banner .content-box h1 > span span:nth-child(290) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s;
}
.banner .content-box h1 > span span:nth-child(291) {
  -webkit-animation-delay: 23.28s;
          animation-delay: 23.28s;
}
.banner .content-box h1 > span span:nth-child(292) {
  -webkit-animation-delay: 23.36s;
          animation-delay: 23.36s;
}
.banner .content-box h1 > span span:nth-child(293) {
  -webkit-animation-delay: 23.44s;
          animation-delay: 23.44s;
}
.banner .content-box h1 > span span:nth-child(294) {
  -webkit-animation-delay: 23.52s;
          animation-delay: 23.52s;
}
.banner .content-box h1 > span span:nth-child(295) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s;
}
.banner .content-box h1 > span span:nth-child(296) {
  -webkit-animation-delay: 23.68s;
          animation-delay: 23.68s;
}
.banner .content-box h1 > span span:nth-child(297) {
  -webkit-animation-delay: 23.76s;
          animation-delay: 23.76s;
}
.banner .content-box h1 > span span:nth-child(298) {
  -webkit-animation-delay: 23.84s;
          animation-delay: 23.84s;
}
.banner .content-box h1 > span span:nth-child(299) {
  -webkit-animation-delay: 23.92s;
          animation-delay: 23.92s;
}
.banner .content-box h1 > span span:nth-child(300) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.banner .content-box h1 > span span:nth-child(301) {
  -webkit-animation-delay: 24.08s;
          animation-delay: 24.08s;
}
.banner .content-box h1 > span span:nth-child(302) {
  -webkit-animation-delay: 24.16s;
          animation-delay: 24.16s;
}
.banner .content-box h1 > span span:nth-child(303) {
  -webkit-animation-delay: 24.24s;
          animation-delay: 24.24s;
}
.banner .content-box h1 > span span:nth-child(304) {
  -webkit-animation-delay: 24.32s;
          animation-delay: 24.32s;
}
.banner .content-box h1 > span span:nth-child(305) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s;
}
.banner .content-box h1 > span span:nth-child(306) {
  -webkit-animation-delay: 24.48s;
          animation-delay: 24.48s;
}
.banner .content-box h1 > span span:nth-child(307) {
  -webkit-animation-delay: 24.56s;
          animation-delay: 24.56s;
}
.banner .content-box h1 > span span:nth-child(308) {
  -webkit-animation-delay: 24.64s;
          animation-delay: 24.64s;
}
.banner .content-box h1 > span span:nth-child(309) {
  -webkit-animation-delay: 24.72s;
          animation-delay: 24.72s;
}
.banner .content-box h1 > span span:nth-child(310) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s;
}
.banner .content-box h1 > span span:nth-child(311) {
  -webkit-animation-delay: 24.88s;
          animation-delay: 24.88s;
}
.banner .content-box h1 > span span:nth-child(312) {
  -webkit-animation-delay: 24.96s;
          animation-delay: 24.96s;
}
.banner .content-box h1 > span span:nth-child(313) {
  -webkit-animation-delay: 25.04s;
          animation-delay: 25.04s;
}
.banner .content-box h1 > span span:nth-child(314) {
  -webkit-animation-delay: 25.12s;
          animation-delay: 25.12s;
}
.banner .content-box h1 > span span:nth-child(315) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
.banner .content-box h1 > span span:nth-child(316) {
  -webkit-animation-delay: 25.28s;
          animation-delay: 25.28s;
}
.banner .content-box h1 > span span:nth-child(317) {
  -webkit-animation-delay: 25.36s;
          animation-delay: 25.36s;
}
.banner .content-box h1 > span span:nth-child(318) {
  -webkit-animation-delay: 25.44s;
          animation-delay: 25.44s;
}
.banner .content-box h1 > span span:nth-child(319) {
  -webkit-animation-delay: 25.52s;
          animation-delay: 25.52s;
}
.banner .content-box h1 > span span:nth-child(320) {
  -webkit-animation-delay: 25.6s;
          animation-delay: 25.6s;
}
.banner .content-box h1 > span span:nth-child(321) {
  -webkit-animation-delay: 25.68s;
          animation-delay: 25.68s;
}
.banner .content-box h1 > span span:nth-child(322) {
  -webkit-animation-delay: 25.76s;
          animation-delay: 25.76s;
}
.banner .content-box h1 > span span:nth-child(323) {
  -webkit-animation-delay: 25.84s;
          animation-delay: 25.84s;
}
.banner .content-box h1 > span span:nth-child(324) {
  -webkit-animation-delay: 25.92s;
          animation-delay: 25.92s;
}
.banner .content-box h1 > span span:nth-child(325) {
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}
.banner .content-box h1 > span span:nth-child(326) {
  -webkit-animation-delay: 26.08s;
          animation-delay: 26.08s;
}
.banner .content-box h1 > span span:nth-child(327) {
  -webkit-animation-delay: 26.16s;
          animation-delay: 26.16s;
}
.banner .content-box h1 > span span:nth-child(328) {
  -webkit-animation-delay: 26.24s;
          animation-delay: 26.24s;
}
.banner .content-box h1 > span span:nth-child(329) {
  -webkit-animation-delay: 26.32s;
          animation-delay: 26.32s;
}
.banner .content-box h1 > span span:nth-child(330) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
.banner .content-box h1 > span span:nth-child(331) {
  -webkit-animation-delay: 26.48s;
          animation-delay: 26.48s;
}
.banner .content-box h1 > span span:nth-child(332) {
  -webkit-animation-delay: 26.56s;
          animation-delay: 26.56s;
}
.banner .content-box h1 > span span:nth-child(333) {
  -webkit-animation-delay: 26.64s;
          animation-delay: 26.64s;
}
.banner .content-box h1 > span span:nth-child(334) {
  -webkit-animation-delay: 26.72s;
          animation-delay: 26.72s;
}
.banner .content-box h1 > span span:nth-child(335) {
  -webkit-animation-delay: 26.8s;
          animation-delay: 26.8s;
}
.banner .content-box h1 > span span:nth-child(336) {
  -webkit-animation-delay: 26.88s;
          animation-delay: 26.88s;
}
.banner .content-box h1 > span span:nth-child(337) {
  -webkit-animation-delay: 26.96s;
          animation-delay: 26.96s;
}
.banner .content-box h1 > span span:nth-child(338) {
  -webkit-animation-delay: 27.04s;
          animation-delay: 27.04s;
}
.banner .content-box h1 > span span:nth-child(339) {
  -webkit-animation-delay: 27.12s;
          animation-delay: 27.12s;
}
.banner .content-box h1 > span span:nth-child(340) {
  -webkit-animation-delay: 27.2s;
          animation-delay: 27.2s;
}
.banner .content-box h1 > span span:nth-child(341) {
  -webkit-animation-delay: 27.28s;
          animation-delay: 27.28s;
}
.banner .content-box h1 > span span:nth-child(342) {
  -webkit-animation-delay: 27.36s;
          animation-delay: 27.36s;
}
.banner .content-box h1 > span span:nth-child(343) {
  -webkit-animation-delay: 27.44s;
          animation-delay: 27.44s;
}
.banner .content-box h1 > span span:nth-child(344) {
  -webkit-animation-delay: 27.52s;
          animation-delay: 27.52s;
}
.banner .content-box h1 > span span:nth-child(345) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
.banner .content-box h1 > span span:nth-child(346) {
  -webkit-animation-delay: 27.68s;
          animation-delay: 27.68s;
}
.banner .content-box h1 > span span:nth-child(347) {
  -webkit-animation-delay: 27.76s;
          animation-delay: 27.76s;
}
.banner .content-box h1 > span span:nth-child(348) {
  -webkit-animation-delay: 27.84s;
          animation-delay: 27.84s;
}
.banner .content-box h1 > span span:nth-child(349) {
  -webkit-animation-delay: 27.92s;
          animation-delay: 27.92s;
}
.banner .content-box h1 > span span:nth-child(350) {
  -webkit-animation-delay: 28s;
          animation-delay: 28s;
}
.banner .content-box h1 > span span:nth-child(351) {
  -webkit-animation-delay: 28.08s;
          animation-delay: 28.08s;
}
.banner .content-box h1 > span span:nth-child(352) {
  -webkit-animation-delay: 28.16s;
          animation-delay: 28.16s;
}
.banner .content-box h1 > span span:nth-child(353) {
  -webkit-animation-delay: 28.24s;
          animation-delay: 28.24s;
}
.banner .content-box h1 > span span:nth-child(354) {
  -webkit-animation-delay: 28.32s;
          animation-delay: 28.32s;
}
.banner .content-box h1 > span span:nth-child(355) {
  -webkit-animation-delay: 28.4s;
          animation-delay: 28.4s;
}
.banner .content-box h1 > span span:nth-child(356) {
  -webkit-animation-delay: 28.48s;
          animation-delay: 28.48s;
}
.banner .content-box h1 > span span:nth-child(357) {
  -webkit-animation-delay: 28.56s;
          animation-delay: 28.56s;
}
.banner .content-box h1 > span span:nth-child(358) {
  -webkit-animation-delay: 28.64s;
          animation-delay: 28.64s;
}
.banner .content-box h1 > span span:nth-child(359) {
  -webkit-animation-delay: 28.72s;
          animation-delay: 28.72s;
}
.banner .content-box h1 > span span:nth-child(360) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
.banner .content-box h1 > span span:nth-child(361) {
  -webkit-animation-delay: 28.88s;
          animation-delay: 28.88s;
}
.banner .content-box h1 > span span:nth-child(362) {
  -webkit-animation-delay: 28.96s;
          animation-delay: 28.96s;
}
.banner .content-box h1 > span span:nth-child(363) {
  -webkit-animation-delay: 29.04s;
          animation-delay: 29.04s;
}
.banner .content-box h1 > span span:nth-child(364) {
  -webkit-animation-delay: 29.12s;
          animation-delay: 29.12s;
}
.banner .content-box h1 > span span:nth-child(365) {
  -webkit-animation-delay: 29.2s;
          animation-delay: 29.2s;
}
.banner .content-box h1 > span span:nth-child(366) {
  -webkit-animation-delay: 29.28s;
          animation-delay: 29.28s;
}
.banner .content-box h1 > span span:nth-child(367) {
  -webkit-animation-delay: 29.36s;
          animation-delay: 29.36s;
}
.banner .content-box h1 > span span:nth-child(368) {
  -webkit-animation-delay: 29.44s;
          animation-delay: 29.44s;
}
.banner .content-box h1 > span span:nth-child(369) {
  -webkit-animation-delay: 29.52s;
          animation-delay: 29.52s;
}
.banner .content-box h1 > span span:nth-child(370) {
  -webkit-animation-delay: 29.6s;
          animation-delay: 29.6s;
}
.banner .content-box h1 > span span:nth-child(371) {
  -webkit-animation-delay: 29.68s;
          animation-delay: 29.68s;
}
.banner .content-box h1 > span span:nth-child(372) {
  -webkit-animation-delay: 29.76s;
          animation-delay: 29.76s;
}
.banner .content-box h1 > span span:nth-child(373) {
  -webkit-animation-delay: 29.84s;
          animation-delay: 29.84s;
}
.banner .content-box h1 > span span:nth-child(374) {
  -webkit-animation-delay: 29.92s;
          animation-delay: 29.92s;
}
.banner .content-box h1 > span span:nth-child(375) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.banner .content-box h1 > span span:nth-child(376) {
  -webkit-animation-delay: 30.08s;
          animation-delay: 30.08s;
}
.banner .content-box h1 > span span:nth-child(377) {
  -webkit-animation-delay: 30.16s;
          animation-delay: 30.16s;
}
.banner .content-box h1 > span span:nth-child(378) {
  -webkit-animation-delay: 30.24s;
          animation-delay: 30.24s;
}
.banner .content-box h1 > span span:nth-child(379) {
  -webkit-animation-delay: 30.32s;
          animation-delay: 30.32s;
}
.banner .content-box h1 > span span:nth-child(380) {
  -webkit-animation-delay: 30.4s;
          animation-delay: 30.4s;
}
.banner .content-box h1 > span span:nth-child(381) {
  -webkit-animation-delay: 30.48s;
          animation-delay: 30.48s;
}
.banner .content-box h1 > span span:nth-child(382) {
  -webkit-animation-delay: 30.56s;
          animation-delay: 30.56s;
}
.banner .content-box h1 > span span:nth-child(383) {
  -webkit-animation-delay: 30.64s;
          animation-delay: 30.64s;
}
.banner .content-box h1 > span span:nth-child(384) {
  -webkit-animation-delay: 30.72s;
          animation-delay: 30.72s;
}
.banner .content-box h1 > span span:nth-child(385) {
  -webkit-animation-delay: 30.8s;
          animation-delay: 30.8s;
}
.banner .content-box h1 > span span:nth-child(386) {
  -webkit-animation-delay: 30.88s;
          animation-delay: 30.88s;
}
.banner .content-box h1 > span span:nth-child(387) {
  -webkit-animation-delay: 30.96s;
          animation-delay: 30.96s;
}
.banner .content-box h1 > span span:nth-child(388) {
  -webkit-animation-delay: 31.04s;
          animation-delay: 31.04s;
}
.banner .content-box h1 > span span:nth-child(389) {
  -webkit-animation-delay: 31.12s;
          animation-delay: 31.12s;
}
.banner .content-box h1 > span span:nth-child(390) {
  -webkit-animation-delay: 31.2s;
          animation-delay: 31.2s;
}
.banner .content-box h1 > span span:nth-child(391) {
  -webkit-animation-delay: 31.28s;
          animation-delay: 31.28s;
}
.banner .content-box h1 > span span:nth-child(392) {
  -webkit-animation-delay: 31.36s;
          animation-delay: 31.36s;
}
.banner .content-box h1 > span span:nth-child(393) {
  -webkit-animation-delay: 31.44s;
          animation-delay: 31.44s;
}
.banner .content-box h1 > span span:nth-child(394) {
  -webkit-animation-delay: 31.52s;
          animation-delay: 31.52s;
}
.banner .content-box h1 > span span:nth-child(395) {
  -webkit-animation-delay: 31.6s;
          animation-delay: 31.6s;
}
.banner .content-box h1 > span span:nth-child(396) {
  -webkit-animation-delay: 31.68s;
          animation-delay: 31.68s;
}
.banner .content-box h1 > span span:nth-child(397) {
  -webkit-animation-delay: 31.76s;
          animation-delay: 31.76s;
}
.banner .content-box h1 > span span:nth-child(398) {
  -webkit-animation-delay: 31.84s;
          animation-delay: 31.84s;
}
.banner .content-box h1 > span span:nth-child(399) {
  -webkit-animation-delay: 31.92s;
          animation-delay: 31.92s;
}
.banner .content-box h1 > span span:nth-child(400) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
.banner .content-box h1 > span span:nth-child(401) {
  -webkit-animation-delay: 32.08s;
          animation-delay: 32.08s;
}
.banner .content-box h1 > span span:nth-child(402) {
  -webkit-animation-delay: 32.16s;
          animation-delay: 32.16s;
}
.banner .content-box h1 > span span:nth-child(403) {
  -webkit-animation-delay: 32.24s;
          animation-delay: 32.24s;
}
.banner .content-box h1 > span span:nth-child(404) {
  -webkit-animation-delay: 32.32s;
          animation-delay: 32.32s;
}
.banner .content-box h1 > span span:nth-child(405) {
  -webkit-animation-delay: 32.4s;
          animation-delay: 32.4s;
}
.banner .content-box h1 > span span:nth-child(406) {
  -webkit-animation-delay: 32.48s;
          animation-delay: 32.48s;
}
.banner .content-box h1 > span span:nth-child(407) {
  -webkit-animation-delay: 32.56s;
          animation-delay: 32.56s;
}
.banner .content-box h1 > span span:nth-child(408) {
  -webkit-animation-delay: 32.64s;
          animation-delay: 32.64s;
}
.banner .content-box h1 > span span:nth-child(409) {
  -webkit-animation-delay: 32.72s;
          animation-delay: 32.72s;
}
.banner .content-box h1 > span span:nth-child(410) {
  -webkit-animation-delay: 32.8s;
          animation-delay: 32.8s;
}
.banner .content-box h1 > span span:nth-child(411) {
  -webkit-animation-delay: 32.88s;
          animation-delay: 32.88s;
}
.banner .content-box h1 > span span:nth-child(412) {
  -webkit-animation-delay: 32.96s;
          animation-delay: 32.96s;
}
.banner .content-box h1 > span span:nth-child(413) {
  -webkit-animation-delay: 33.04s;
          animation-delay: 33.04s;
}
.banner .content-box h1 > span span:nth-child(414) {
  -webkit-animation-delay: 33.12s;
          animation-delay: 33.12s;
}
.banner .content-box h1 > span span:nth-child(415) {
  -webkit-animation-delay: 33.2s;
          animation-delay: 33.2s;
}
.banner .content-box h1 > span span:nth-child(416) {
  -webkit-animation-delay: 33.28s;
          animation-delay: 33.28s;
}
.banner .content-box h1 > span span:nth-child(417) {
  -webkit-animation-delay: 33.36s;
          animation-delay: 33.36s;
}
.banner .content-box h1 > span span:nth-child(418) {
  -webkit-animation-delay: 33.44s;
          animation-delay: 33.44s;
}
.banner .content-box h1 > span span:nth-child(419) {
  -webkit-animation-delay: 33.52s;
          animation-delay: 33.52s;
}
.banner .content-box h1 > span span:nth-child(420) {
  -webkit-animation-delay: 33.6s;
          animation-delay: 33.6s;
}
.banner .content-box h1 > span span:nth-child(421) {
  -webkit-animation-delay: 33.68s;
          animation-delay: 33.68s;
}
.banner .content-box h1 > span span:nth-child(422) {
  -webkit-animation-delay: 33.76s;
          animation-delay: 33.76s;
}
.banner .content-box h1 > span span:nth-child(423) {
  -webkit-animation-delay: 33.84s;
          animation-delay: 33.84s;
}
.banner .content-box h1 > span span:nth-child(424) {
  -webkit-animation-delay: 33.92s;
          animation-delay: 33.92s;
}
.banner .content-box h1 > span span:nth-child(425) {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
.banner .content-box h1 > span span:nth-child(426) {
  -webkit-animation-delay: 34.08s;
          animation-delay: 34.08s;
}
.banner .content-box h1 > span span:nth-child(427) {
  -webkit-animation-delay: 34.16s;
          animation-delay: 34.16s;
}
.banner .content-box h1 > span span:nth-child(428) {
  -webkit-animation-delay: 34.24s;
          animation-delay: 34.24s;
}
.banner .content-box h1 > span span:nth-child(429) {
  -webkit-animation-delay: 34.32s;
          animation-delay: 34.32s;
}
.banner .content-box h1 > span span:nth-child(430) {
  -webkit-animation-delay: 34.4s;
          animation-delay: 34.4s;
}
.banner .content-box h1 > span span:nth-child(431) {
  -webkit-animation-delay: 34.48s;
          animation-delay: 34.48s;
}
.banner .content-box h1 > span span:nth-child(432) {
  -webkit-animation-delay: 34.56s;
          animation-delay: 34.56s;
}
.banner .content-box h1 > span span:nth-child(433) {
  -webkit-animation-delay: 34.64s;
          animation-delay: 34.64s;
}
.banner .content-box h1 > span span:nth-child(434) {
  -webkit-animation-delay: 34.72s;
          animation-delay: 34.72s;
}
.banner .content-box h1 > span span:nth-child(435) {
  -webkit-animation-delay: 34.8s;
          animation-delay: 34.8s;
}
.banner .content-box h1 > span span:nth-child(436) {
  -webkit-animation-delay: 34.88s;
          animation-delay: 34.88s;
}
.banner .content-box h1 > span span:nth-child(437) {
  -webkit-animation-delay: 34.96s;
          animation-delay: 34.96s;
}
.banner .content-box h1 > span span:nth-child(438) {
  -webkit-animation-delay: 35.04s;
          animation-delay: 35.04s;
}
.banner .content-box h1 > span span:nth-child(439) {
  -webkit-animation-delay: 35.12s;
          animation-delay: 35.12s;
}
.banner .content-box h1 > span span:nth-child(440) {
  -webkit-animation-delay: 35.2s;
          animation-delay: 35.2s;
}
.banner .content-box h1 > span span:nth-child(441) {
  -webkit-animation-delay: 35.28s;
          animation-delay: 35.28s;
}
.banner .content-box h1 > span span:nth-child(442) {
  -webkit-animation-delay: 35.36s;
          animation-delay: 35.36s;
}
.banner .content-box h1 > span span:nth-child(443) {
  -webkit-animation-delay: 35.44s;
          animation-delay: 35.44s;
}
.banner .content-box h1 > span span:nth-child(444) {
  -webkit-animation-delay: 35.52s;
          animation-delay: 35.52s;
}
.banner .content-box h1 > span span:nth-child(445) {
  -webkit-animation-delay: 35.6s;
          animation-delay: 35.6s;
}
.banner .content-box h1 > span span:nth-child(446) {
  -webkit-animation-delay: 35.68s;
          animation-delay: 35.68s;
}
.banner .content-box h1 > span span:nth-child(447) {
  -webkit-animation-delay: 35.76s;
          animation-delay: 35.76s;
}
.banner .content-box h1 > span span:nth-child(448) {
  -webkit-animation-delay: 35.84s;
          animation-delay: 35.84s;
}
.banner .content-box h1 > span span:nth-child(449) {
  -webkit-animation-delay: 35.92s;
          animation-delay: 35.92s;
}
.banner .content-box h1 > span span:nth-child(450) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}
.banner .content-box h1 > span span:nth-child(451) {
  -webkit-animation-delay: 36.08s;
          animation-delay: 36.08s;
}
.banner .content-box h1 > span span:nth-child(452) {
  -webkit-animation-delay: 36.16s;
          animation-delay: 36.16s;
}
.banner .content-box h1 > span span:nth-child(453) {
  -webkit-animation-delay: 36.24s;
          animation-delay: 36.24s;
}
.banner .content-box h1 > span span:nth-child(454) {
  -webkit-animation-delay: 36.32s;
          animation-delay: 36.32s;
}
.banner .content-box h1 > span span:nth-child(455) {
  -webkit-animation-delay: 36.4s;
          animation-delay: 36.4s;
}
.banner .content-box h1 > span span:nth-child(456) {
  -webkit-animation-delay: 36.48s;
          animation-delay: 36.48s;
}
.banner .content-box h1 > span span:nth-child(457) {
  -webkit-animation-delay: 36.56s;
          animation-delay: 36.56s;
}
.banner .content-box h1 > span span:nth-child(458) {
  -webkit-animation-delay: 36.64s;
          animation-delay: 36.64s;
}
.banner .content-box h1 > span span:nth-child(459) {
  -webkit-animation-delay: 36.72s;
          animation-delay: 36.72s;
}
.banner .content-box h1 > span span:nth-child(460) {
  -webkit-animation-delay: 36.8s;
          animation-delay: 36.8s;
}
.banner .content-box h1 > span span:nth-child(461) {
  -webkit-animation-delay: 36.88s;
          animation-delay: 36.88s;
}
.banner .content-box h1 > span span:nth-child(462) {
  -webkit-animation-delay: 36.96s;
          animation-delay: 36.96s;
}
.banner .content-box h1 > span span:nth-child(463) {
  -webkit-animation-delay: 37.04s;
          animation-delay: 37.04s;
}
.banner .content-box h1 > span span:nth-child(464) {
  -webkit-animation-delay: 37.12s;
          animation-delay: 37.12s;
}
.banner .content-box h1 > span span:nth-child(465) {
  -webkit-animation-delay: 37.2s;
          animation-delay: 37.2s;
}
.banner .content-box h1 > span span:nth-child(466) {
  -webkit-animation-delay: 37.28s;
          animation-delay: 37.28s;
}
.banner .content-box h1 > span span:nth-child(467) {
  -webkit-animation-delay: 37.36s;
          animation-delay: 37.36s;
}
.banner .content-box h1 > span span:nth-child(468) {
  -webkit-animation-delay: 37.44s;
          animation-delay: 37.44s;
}
.banner .content-box h1 > span span:nth-child(469) {
  -webkit-animation-delay: 37.52s;
          animation-delay: 37.52s;
}
.banner .content-box h1 > span span:nth-child(470) {
  -webkit-animation-delay: 37.6s;
          animation-delay: 37.6s;
}
.banner .content-box h1 > span span:nth-child(471) {
  -webkit-animation-delay: 37.68s;
          animation-delay: 37.68s;
}
.banner .content-box h1 > span span:nth-child(472) {
  -webkit-animation-delay: 37.76s;
          animation-delay: 37.76s;
}
.banner .content-box h1 > span span:nth-child(473) {
  -webkit-animation-delay: 37.84s;
          animation-delay: 37.84s;
}
.banner .content-box h1 > span span:nth-child(474) {
  -webkit-animation-delay: 37.92s;
          animation-delay: 37.92s;
}
.banner .content-box h1 > span span:nth-child(475) {
  -webkit-animation-delay: 38s;
          animation-delay: 38s;
}
.banner .content-box h1 > span span:nth-child(476) {
  -webkit-animation-delay: 38.08s;
          animation-delay: 38.08s;
}
.banner .content-box h1 > span span:nth-child(477) {
  -webkit-animation-delay: 38.16s;
          animation-delay: 38.16s;
}
.banner .content-box h1 > span span:nth-child(478) {
  -webkit-animation-delay: 38.24s;
          animation-delay: 38.24s;
}
.banner .content-box h1 > span span:nth-child(479) {
  -webkit-animation-delay: 38.32s;
          animation-delay: 38.32s;
}
.banner .content-box h1 > span span:nth-child(480) {
  -webkit-animation-delay: 38.4s;
          animation-delay: 38.4s;
}
.banner .content-box h1 > span span:nth-child(481) {
  -webkit-animation-delay: 38.48s;
          animation-delay: 38.48s;
}
.banner .content-box h1 > span span:nth-child(482) {
  -webkit-animation-delay: 38.56s;
          animation-delay: 38.56s;
}
.banner .content-box h1 > span span:nth-child(483) {
  -webkit-animation-delay: 38.64s;
          animation-delay: 38.64s;
}
.banner .content-box h1 > span span:nth-child(484) {
  -webkit-animation-delay: 38.72s;
          animation-delay: 38.72s;
}
.banner .content-box h1 > span span:nth-child(485) {
  -webkit-animation-delay: 38.8s;
          animation-delay: 38.8s;
}
.banner .content-box h1 > span span:nth-child(486) {
  -webkit-animation-delay: 38.88s;
          animation-delay: 38.88s;
}
.banner .content-box h1 > span span:nth-child(487) {
  -webkit-animation-delay: 38.96s;
          animation-delay: 38.96s;
}
.banner .content-box h1 > span span:nth-child(488) {
  -webkit-animation-delay: 39.04s;
          animation-delay: 39.04s;
}
.banner .content-box h1 > span span:nth-child(489) {
  -webkit-animation-delay: 39.12s;
          animation-delay: 39.12s;
}
.banner .content-box h1 > span span:nth-child(490) {
  -webkit-animation-delay: 39.2s;
          animation-delay: 39.2s;
}
.banner .content-box h1 > span span:nth-child(491) {
  -webkit-animation-delay: 39.28s;
          animation-delay: 39.28s;
}
.banner .content-box h1 > span span:nth-child(492) {
  -webkit-animation-delay: 39.36s;
          animation-delay: 39.36s;
}
.banner .content-box h1 > span span:nth-child(493) {
  -webkit-animation-delay: 39.44s;
          animation-delay: 39.44s;
}
.banner .content-box h1 > span span:nth-child(494) {
  -webkit-animation-delay: 39.52s;
          animation-delay: 39.52s;
}
.banner .content-box h1 > span span:nth-child(495) {
  -webkit-animation-delay: 39.6s;
          animation-delay: 39.6s;
}
.banner .content-box h1 > span span:nth-child(496) {
  -webkit-animation-delay: 39.68s;
          animation-delay: 39.68s;
}
.banner .content-box h1 > span span:nth-child(497) {
  -webkit-animation-delay: 39.76s;
          animation-delay: 39.76s;
}
.banner .content-box h1 > span span:nth-child(498) {
  -webkit-animation-delay: 39.84s;
          animation-delay: 39.84s;
}
.banner .content-box h1 > span span:nth-child(499) {
  -webkit-animation-delay: 39.92s;
          animation-delay: 39.92s;
}
.banner .content-box h1 > span span:nth-child(500) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
.banner .content-box h1 > span span:nth-child(501) {
  -webkit-animation-delay: 40.08s;
          animation-delay: 40.08s;
}
.banner .content-box h1 > span span:nth-child(502) {
  -webkit-animation-delay: 40.16s;
          animation-delay: 40.16s;
}
.banner .content-box h1 > span span:nth-child(503) {
  -webkit-animation-delay: 40.24s;
          animation-delay: 40.24s;
}
.banner .content-box h1 > span span:nth-child(504) {
  -webkit-animation-delay: 40.32s;
          animation-delay: 40.32s;
}
.banner .content-box h1 > span span:nth-child(505) {
  -webkit-animation-delay: 40.4s;
          animation-delay: 40.4s;
}
.banner .content-box h1 > span span:nth-child(506) {
  -webkit-animation-delay: 40.48s;
          animation-delay: 40.48s;
}
.banner .content-box h1 > span span:nth-child(507) {
  -webkit-animation-delay: 40.56s;
          animation-delay: 40.56s;
}
.banner .content-box h1 > span span:nth-child(508) {
  -webkit-animation-delay: 40.64s;
          animation-delay: 40.64s;
}
.banner .content-box h1 > span span:nth-child(509) {
  -webkit-animation-delay: 40.72s;
          animation-delay: 40.72s;
}
.banner .content-box h1 > span span:nth-child(510) {
  -webkit-animation-delay: 40.8s;
          animation-delay: 40.8s;
}
.banner .content-box h1 > span span:nth-child(511) {
  -webkit-animation-delay: 40.88s;
          animation-delay: 40.88s;
}
.banner .content-box h1 > span span:nth-child(512) {
  -webkit-animation-delay: 40.96s;
          animation-delay: 40.96s;
}
.banner .content-box h1 > span span:nth-child(513) {
  -webkit-animation-delay: 41.04s;
          animation-delay: 41.04s;
}
.banner .content-box h1 > span span:nth-child(514) {
  -webkit-animation-delay: 41.12s;
          animation-delay: 41.12s;
}
.banner .content-box h1 > span span:nth-child(515) {
  -webkit-animation-delay: 41.2s;
          animation-delay: 41.2s;
}
.banner .content-box h1 > span span:nth-child(516) {
  -webkit-animation-delay: 41.28s;
          animation-delay: 41.28s;
}
.banner .content-box h1 > span span:nth-child(517) {
  -webkit-animation-delay: 41.36s;
          animation-delay: 41.36s;
}
.banner .content-box h1 > span span:nth-child(518) {
  -webkit-animation-delay: 41.44s;
          animation-delay: 41.44s;
}
.banner .content-box h1 > span span:nth-child(519) {
  -webkit-animation-delay: 41.52s;
          animation-delay: 41.52s;
}
.banner .content-box h1 > span span:nth-child(520) {
  -webkit-animation-delay: 41.6s;
          animation-delay: 41.6s;
}
.banner .content-box h1 > span span:nth-child(521) {
  -webkit-animation-delay: 41.68s;
          animation-delay: 41.68s;
}
.banner .content-box h1 > span span:nth-child(522) {
  -webkit-animation-delay: 41.76s;
          animation-delay: 41.76s;
}
.banner .content-box h1 > span span:nth-child(523) {
  -webkit-animation-delay: 41.84s;
          animation-delay: 41.84s;
}
.banner .content-box h1 > span span:nth-child(524) {
  -webkit-animation-delay: 41.92s;
          animation-delay: 41.92s;
}
.banner .content-box h1 > span span:nth-child(525) {
  -webkit-animation-delay: 42s;
          animation-delay: 42s;
}
.banner .content-box h1 > span span:nth-child(526) {
  -webkit-animation-delay: 42.08s;
          animation-delay: 42.08s;
}
.banner .content-box h1 > span span:nth-child(527) {
  -webkit-animation-delay: 42.16s;
          animation-delay: 42.16s;
}
.banner .content-box h1 > span span:nth-child(528) {
  -webkit-animation-delay: 42.24s;
          animation-delay: 42.24s;
}
.banner .content-box h1 > span span:nth-child(529) {
  -webkit-animation-delay: 42.32s;
          animation-delay: 42.32s;
}
.banner .content-box h1 > span span:nth-child(530) {
  -webkit-animation-delay: 42.4s;
          animation-delay: 42.4s;
}
.banner .content-box h1 > span span:nth-child(531) {
  -webkit-animation-delay: 42.48s;
          animation-delay: 42.48s;
}
.banner .content-box h1 > span span:nth-child(532) {
  -webkit-animation-delay: 42.56s;
          animation-delay: 42.56s;
}
.banner .content-box h1 > span span:nth-child(533) {
  -webkit-animation-delay: 42.64s;
          animation-delay: 42.64s;
}
.banner .content-box h1 > span span:nth-child(534) {
  -webkit-animation-delay: 42.72s;
          animation-delay: 42.72s;
}
.banner .content-box h1 > span span:nth-child(535) {
  -webkit-animation-delay: 42.8s;
          animation-delay: 42.8s;
}
.banner .content-box h1 > span span:nth-child(536) {
  -webkit-animation-delay: 42.88s;
          animation-delay: 42.88s;
}
.banner .content-box h1 > span span:nth-child(537) {
  -webkit-animation-delay: 42.96s;
          animation-delay: 42.96s;
}
.banner .content-box h1 > span span:nth-child(538) {
  -webkit-animation-delay: 43.04s;
          animation-delay: 43.04s;
}
.banner .content-box h1 > span span:nth-child(539) {
  -webkit-animation-delay: 43.12s;
          animation-delay: 43.12s;
}
.banner .content-box h1 > span span:nth-child(540) {
  -webkit-animation-delay: 43.2s;
          animation-delay: 43.2s;
}
.banner .content-box h1 > span span:nth-child(541) {
  -webkit-animation-delay: 43.28s;
          animation-delay: 43.28s;
}
.banner .content-box h1 > span span:nth-child(542) {
  -webkit-animation-delay: 43.36s;
          animation-delay: 43.36s;
}
.banner .content-box h1 > span span:nth-child(543) {
  -webkit-animation-delay: 43.44s;
          animation-delay: 43.44s;
}
.banner .content-box h1 > span span:nth-child(544) {
  -webkit-animation-delay: 43.52s;
          animation-delay: 43.52s;
}
.banner .content-box h1 > span span:nth-child(545) {
  -webkit-animation-delay: 43.6s;
          animation-delay: 43.6s;
}
.banner .content-box h1 > span span:nth-child(546) {
  -webkit-animation-delay: 43.68s;
          animation-delay: 43.68s;
}
.banner .content-box h1 > span span:nth-child(547) {
  -webkit-animation-delay: 43.76s;
          animation-delay: 43.76s;
}
.banner .content-box h1 > span span:nth-child(548) {
  -webkit-animation-delay: 43.84s;
          animation-delay: 43.84s;
}
.banner .content-box h1 > span span:nth-child(549) {
  -webkit-animation-delay: 43.92s;
          animation-delay: 43.92s;
}
.banner .content-box h1 > span span:nth-child(550) {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
.banner .content-box h1 > span span:nth-child(551) {
  -webkit-animation-delay: 44.08s;
          animation-delay: 44.08s;
}
.banner .content-box h1 > span span:nth-child(552) {
  -webkit-animation-delay: 44.16s;
          animation-delay: 44.16s;
}
.banner .content-box h1 > span span:nth-child(553) {
  -webkit-animation-delay: 44.24s;
          animation-delay: 44.24s;
}
.banner .content-box h1 > span span:nth-child(554) {
  -webkit-animation-delay: 44.32s;
          animation-delay: 44.32s;
}
.banner .content-box h1 > span span:nth-child(555) {
  -webkit-animation-delay: 44.4s;
          animation-delay: 44.4s;
}
.banner .content-box h1 > span span:nth-child(556) {
  -webkit-animation-delay: 44.48s;
          animation-delay: 44.48s;
}
.banner .content-box h1 > span span:nth-child(557) {
  -webkit-animation-delay: 44.56s;
          animation-delay: 44.56s;
}
.banner .content-box h1 > span span:nth-child(558) {
  -webkit-animation-delay: 44.64s;
          animation-delay: 44.64s;
}
.banner .content-box h1 > span span:nth-child(559) {
  -webkit-animation-delay: 44.72s;
          animation-delay: 44.72s;
}
.banner .content-box h1 > span span:nth-child(560) {
  -webkit-animation-delay: 44.8s;
          animation-delay: 44.8s;
}
.banner .content-box h1 > span span:nth-child(561) {
  -webkit-animation-delay: 44.88s;
          animation-delay: 44.88s;
}
.banner .content-box h1 > span span:nth-child(562) {
  -webkit-animation-delay: 44.96s;
          animation-delay: 44.96s;
}
.banner .content-box h1 > span span:nth-child(563) {
  -webkit-animation-delay: 45.04s;
          animation-delay: 45.04s;
}
.banner .content-box h1 > span span:nth-child(564) {
  -webkit-animation-delay: 45.12s;
          animation-delay: 45.12s;
}
.banner .content-box h1 > span span:nth-child(565) {
  -webkit-animation-delay: 45.2s;
          animation-delay: 45.2s;
}
.banner .content-box h1 > span span:nth-child(566) {
  -webkit-animation-delay: 45.28s;
          animation-delay: 45.28s;
}
.banner .content-box h1 > span span:nth-child(567) {
  -webkit-animation-delay: 45.36s;
          animation-delay: 45.36s;
}
.banner .content-box h1 > span span:nth-child(568) {
  -webkit-animation-delay: 45.44s;
          animation-delay: 45.44s;
}
.banner .content-box h1 > span span:nth-child(569) {
  -webkit-animation-delay: 45.52s;
          animation-delay: 45.52s;
}
.banner .content-box h1 > span span:nth-child(570) {
  -webkit-animation-delay: 45.6s;
          animation-delay: 45.6s;
}
.banner .content-box h1 > span span:nth-child(571) {
  -webkit-animation-delay: 45.68s;
          animation-delay: 45.68s;
}
.banner .content-box h1 > span span:nth-child(572) {
  -webkit-animation-delay: 45.76s;
          animation-delay: 45.76s;
}
.banner .content-box h1 > span span:nth-child(573) {
  -webkit-animation-delay: 45.84s;
          animation-delay: 45.84s;
}
.banner .content-box h1 > span span:nth-child(574) {
  -webkit-animation-delay: 45.92s;
          animation-delay: 45.92s;
}
.banner .content-box h1 > span span:nth-child(575) {
  -webkit-animation-delay: 46s;
          animation-delay: 46s;
}
.banner .content-box h1 > span span:nth-child(576) {
  -webkit-animation-delay: 46.08s;
          animation-delay: 46.08s;
}
.banner .content-box h1 > span span:nth-child(577) {
  -webkit-animation-delay: 46.16s;
          animation-delay: 46.16s;
}
.banner .content-box h1 > span span:nth-child(578) {
  -webkit-animation-delay: 46.24s;
          animation-delay: 46.24s;
}
.banner .content-box h1 > span span:nth-child(579) {
  -webkit-animation-delay: 46.32s;
          animation-delay: 46.32s;
}
.banner .content-box h1 > span span:nth-child(580) {
  -webkit-animation-delay: 46.4s;
          animation-delay: 46.4s;
}
.banner .content-box h1 > span span:nth-child(581) {
  -webkit-animation-delay: 46.48s;
          animation-delay: 46.48s;
}
.banner .content-box h1 > span span:nth-child(582) {
  -webkit-animation-delay: 46.56s;
          animation-delay: 46.56s;
}
.banner .content-box h1 > span span:nth-child(583) {
  -webkit-animation-delay: 46.64s;
          animation-delay: 46.64s;
}
.banner .content-box h1 > span span:nth-child(584) {
  -webkit-animation-delay: 46.72s;
          animation-delay: 46.72s;
}
.banner .content-box h1 > span span:nth-child(585) {
  -webkit-animation-delay: 46.8s;
          animation-delay: 46.8s;
}
.banner .content-box h1 > span span:nth-child(586) {
  -webkit-animation-delay: 46.88s;
          animation-delay: 46.88s;
}
.banner .content-box h1 > span span:nth-child(587) {
  -webkit-animation-delay: 46.96s;
          animation-delay: 46.96s;
}
.banner .content-box h1 > span span:nth-child(588) {
  -webkit-animation-delay: 47.04s;
          animation-delay: 47.04s;
}
.banner .content-box h1 > span span:nth-child(589) {
  -webkit-animation-delay: 47.12s;
          animation-delay: 47.12s;
}
.banner .content-box h1 > span span:nth-child(590) {
  -webkit-animation-delay: 47.2s;
          animation-delay: 47.2s;
}
.banner .content-box h1 > span span:nth-child(591) {
  -webkit-animation-delay: 47.28s;
          animation-delay: 47.28s;
}
.banner .content-box h1 > span span:nth-child(592) {
  -webkit-animation-delay: 47.36s;
          animation-delay: 47.36s;
}
.banner .content-box h1 > span span:nth-child(593) {
  -webkit-animation-delay: 47.44s;
          animation-delay: 47.44s;
}
.banner .content-box h1 > span span:nth-child(594) {
  -webkit-animation-delay: 47.52s;
          animation-delay: 47.52s;
}
.banner .content-box h1 > span span:nth-child(595) {
  -webkit-animation-delay: 47.6s;
          animation-delay: 47.6s;
}
.banner .content-box h1 > span span:nth-child(596) {
  -webkit-animation-delay: 47.68s;
          animation-delay: 47.68s;
}
.banner .content-box h1 > span span:nth-child(597) {
  -webkit-animation-delay: 47.76s;
          animation-delay: 47.76s;
}
.banner .content-box h1 > span span:nth-child(598) {
  -webkit-animation-delay: 47.84s;
          animation-delay: 47.84s;
}
.banner .content-box h1 > span span:nth-child(599) {
  -webkit-animation-delay: 47.92s;
          animation-delay: 47.92s;
}
.banner .content-box h1 > span span:nth-child(600) {
  -webkit-animation-delay: 48s;
          animation-delay: 48s;
}
.banner .content-box .banner-download {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 4px;
}
@media (min-width: 1424px) {
  .banner .content-box .banner-download {
    margin-top: clamp(0px, 0.2808988764vw, 14.0449438202px);
  }
}
.banner .content-box .banner-download .btn-content {
  min-width: 209px;
  background-color: #f6f1eb;
}
@media (min-width: 1424px) {
  .banner .content-box .banner-download .btn-content {
    min-width: clamp(0px, 14.6769662921vw, 733.8483146067px);
  }
}

.about-section {
  padding: 106px 0;
}
@media (min-width: 1424px) {
  .about-section {
    padding: clamp(0px, 7.4438202247vw, 372.191011236px) 0;
  }
}
@media (max-width: 991.9px) {
  .about-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.9px) {
  .about-section {
    padding: 45px 0;
  }
}
.about-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.9px) {
  .about-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-section .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1424px) {
  .about-section .btns {
    margin-right: clamp(0px, 2.808988764vw, 140.4494382022px);
    margin-bottom: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 991.9px) {
  .about-section .btns {
    margin: 25px auto 0;
  }
}
.about-section .btns .btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .about-section .btns .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 1199.9px) {
  .about-section .btns .btn .btn-content {
    min-width: unset;
  }
}
@media (max-width: 991.9px) {
  .about-section .btns .btn .btn-content {
    min-width: 201px;
  }
}
@media (max-width: 767.9px) {
  .about-section .btns .btn .btn-content {
    min-width: unset;
  }
}
.about-section .btns .btn:first-child {
  margin-right: -1px;
}
.about-section .text {
  max-width: 100%;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 1424px) {
  .about-section .text {
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .about-section .text {
    margin-left: 0;
    text-align: center;
  }
}
.about-section .text h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .about-section .text h2 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .about-section .text h2 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .about-section .text h2 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .about-section .text h2 {
    font-size: 12px;
  }
}
.about-section .text h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5555555556;
  margin: 0 0 20px auto;
  max-width: 30ch;
}
@media (min-width: 1424px) {
  .about-section .text h2 {
    margin: 0 0 clamp(0px, 1.404494382vw, 70.2247191011px) auto;
    max-width: 30ch;
  }
}
@media (max-width: 991.9px) {
  .about-section .text h2 {
    margin: 0 auto 20px;
    max-width: 30ch;
  }
}
.about-section .text h2 .wordTransform {
  display: inline-block;
}
.about-section .text .after-title {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .about-section .text .after-title {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .about-section .text .after-title {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .about-section .text .after-title {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .about-section .text .after-title {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .about-section .text .after-title {
    font-size: 38px;
  }
}
.about-section .text .after-title {
  font-size: 70px;
  margin: 0;
}
@media (min-width: 1424px) {
  .about-section .text .after-title {
    font-size: clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (min-width: 1200.9px) {
  .about-section .text .after-title {
    white-space: nowrap;
  }
}
@media (max-width: 1424px) and (min-width: 991.9px) {
  .about-section .text .after-title {
    font-size: 4.213vw;
  }
}
@media (max-width: 767.9px) {
  .about-section .text .after-title {
    font-size: 48px;
    line-height: 1.08;
  }
}
@media (max-width: 575.9px) {
  .about-section .text .after-title {
    font-size: 40px;
  }
}
.about-section .text .after-title p {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .about-section .text .after-title p {
    display: block;
    white-space: normal;
  }
}
.about-section .text .after-title p:not(:first-child) {
  margin-left: 22px;
}
@media (min-width: 1424px) {
  .about-section .text .after-title p:not(:first-child) {
    margin-left: clamp(0px, 1.5449438202vw, 77.2471910112px);
  }
}
@media (max-width: 767.9px) {
  .about-section .text .after-title p:not(:first-child) {
    margin-left: 0;
  }
}
.brochure-section {
  background-color: #c8b496;
  padding: 66px 0;
}
@media (min-width: 1424px) {
  .brochure-section {
    padding: clamp(0px, 4.6348314607vw, 231.7415730337px) 0;
  }
}
@media (max-width: 991.9px) {
  .brochure-section {
    padding: 56px 0;
  }
}
@media (max-width: 767.9px) {
  .brochure-section {
    padding: 40px 0;
  }
}
.brochure-section .content {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.brochure-section .content::-webkit-scrollbar {
  display: none;
}
.brochure-section .brochure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  min-width: 0;
  width: 100%;
}
@media (min-width: 1424px) {
  .brochure-section .brochure-list {
    gap: clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
@media (max-width: 1199.9px) {
  .brochure-section .brochure-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px;
  }
}
@media (max-width: 767.9px) {
  .brochure-section .brochure-list {
    gap: 16px;
  }
}
@media (max-width: 575.9px) {
  .brochure-section .brochure-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.brochure-section .brochure-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 126px) / 8);
          flex: 0 1 calc((100% - 126px) / 8);
  width: calc((100% - 126px) / 8);
  aspect-ratio: 540/700;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 1424px) {
  .brochure-section .brochure-item {
    -ms-flex-preferred-size: calc((100% - 7 * clamp(0px, 1.2640449438vw, 63.202247191px)) / 8);
        flex-basis: calc((100% - 7 * clamp(0px, 1.2640449438vw, 63.202247191px)) / 8);
    width: calc((100% - 7 * clamp(0px, 1.2640449438vw, 63.202247191px)) / 8);
  }
}
@media (max-width: 1199.9px) {
  .brochure-section .brochure-item {
    -ms-flex-preferred-size: calc((100% - 66px) / 4);
        flex-basis: calc((100% - 66px) / 4);
    width: calc((100% - 66px) / 4);
  }
}
@media (max-width: 767.9px) {
  .brochure-section .brochure-item {
    -ms-flex-preferred-size: min(240px, (100% - 16px) / 2);
        flex-basis: min(240px, (100% - 16px) / 2);
    width: min(240px, (100% - 16px) / 2);
  }
}
@media (max-width: 575.9px) {
  .brochure-section .brochure-item {
    -ms-flex-preferred-size: min(220px, 100%);
        flex-basis: min(220px, 100%);
    width: min(220px, 100%);
  }
}
.brochure-section .brochure-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.brochure-section .brochure-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-section {
  padding: 130px 0 93px;
}
@media (min-width: 1424px) {
  .intro-section {
    padding: clamp(0px, 9.1292134831vw, 456.4606741573px) 0 clamp(0px, 6.5308988764vw, 326.5449438202px);
  }
}
@media (max-width: 991.9px) {
  .intro-section {
    padding: 76px 0 60px;
  }
}
@media (max-width: 767.9px) {
  .intro-section {
    padding: 58px 0 30px;
  }
}
.intro-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991.9px) {
  .intro-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.9px) {
  .intro-section .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.intro-section .image-box {
  width: 100%;
  max-width: 675px;
  position: relative;
  margin-right: 60px;
}
@media (min-width: 1424px) {
  .intro-section .image-box {
    margin-right: clamp(0px, 4.2134831461vw, 210.6741573034px);
    max-width: clamp(0px, 47.4016853933vw, 2370.0842696629px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .image-box {
    margin: 0 0 35px;
    max-width: unset;
  }
}
.intro-section .image-box .img img {
  display: block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: scale 0.6s ease-in-out;
  transition: scale 0.6s ease-in-out;
}
.intro-section .image-box .hover-shown {
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
}
.intro-section .image-box .hover-shown a {
  text-decoration: none;
}
.intro-section .image-box .hover-shown .shown-top {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.intro-section .image-box .hover-shown .shown-top .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.intro-section .image-box .hover-shown .shown-top .top-content .inner-block {
  display: block;
  width: 100%;
  padding: 17px 22px;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-top .top-content .inner-block {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
.intro-section .image-box .hover-shown .shown-top .top-content .inner-block {
  line-height: 1;
  border: 1px solid #000000;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-top .top-content .inner-block {
    padding: clamp(0px, 1.1938202247vw, 59.691011236px) clamp(0px, 1.5449438202vw, 77.2471910112px);
  }
}
.intro-section .image-box .hover-shown .shown-top .top-content .top-left .inner-block {
  min-width: 203px;
  background-color: #f6f1eb;
  color: #000000;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-top .top-content .top-left .inner-block {
    min-width: clamp(0px, 14.2556179775vw, 712.7808988764px);
  }
}
@media (max-width: 767.9px) {
  .intro-section .image-box .hover-shown .shown-top .top-content .top-left .inner-block {
    min-width: unset;
  }
}
.intro-section .image-box .hover-shown .shown-top .top-content .top-right .inner-block {
  min-width: 106px;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-top .top-content .top-right .inner-block {
    min-width: clamp(0px, 7.4438202247vw, 372.191011236px);
  }
}
.intro-section .image-box .hover-shown .shown-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.intro-section .image-box .hover-shown .shown-bottom .bottom-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(-103%);
          transform: translateY(-103%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 767.9px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
  display: block;
  width: 100%;
  padding: 18px 24px;
  font-family: "Bw Gradual DEMO";
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 0.7916666667;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 18px;
  }
}
@media (max-width: 575.9px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 16px;
  }
}
.intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
  line-height: 1;
  border: 1px solid #000000;
  border-top: none;
  background-color: #f6f1eb;
  color: #000000;
}
@media (min-width: 1424px) {
  .intro-section .image-box .hover-shown .shown-bottom .bottom-content .inner-block {
    padding: clamp(0px, 1.2640449438vw, 63.202247191px) clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
.intro-section .image-box:hover .hover-shown .shown-bottom .bottom-content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (min-width: 767.9px) {
  .intro-section .image-box:hover .img img {
    scale: 1.08;
  }
}
.intro-section .text {
  width: 100%;
  max-width: 465px;
  position: relative;
}
@media (min-width: 1424px) {
  .intro-section .text {
    max-width: clamp(0px, 32.654494382vw, 1632.7247191011px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .text {
    max-width: 620px;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .intro-section .text {
    max-width: unset;
    text-align: left;
  }
}
.intro-section .text .graphic {
  width: 95px;
  margin: 0 0 28px;
}
@media (min-width: 1424px) {
  .intro-section .text .graphic {
    width: clamp(0px, 6.6713483146vw, 333.5674157303px);
    margin: 0 0 clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .text .graphic {
    width: 78px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767.9px) {
  .intro-section .text .graphic {
    margin: 0 0 20px;
  }
}
.intro-section .text .graphic img {
  display: block;
  width: 100%;
}
.intro-section .text h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .intro-section .text h2 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .text h2 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .intro-section .text h2 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .intro-section .text h2 {
    font-size: 12px;
  }
}
.intro-section .text h2 {
  font-weight: 700;
  line-height: 1.5555555556;
  margin: 0 0 23px;
}
@media (min-width: 1424px) {
  .intro-section .text h2 {
    margin: 0 0 clamp(0px, 1.6151685393vw, 80.7584269663px);
  }
}
@media (max-width: 767.9px) {
  .intro-section .text h2 {
    margin: 0 0 20px;
  }
}
.intro-section .text h2 .wordTransform {
  display: inline-block;
}
.intro-section .text .text-body {
  max-width: 333px;
  margin-bottom: -3px;
}
@media (min-width: 1424px) {
  .intro-section .text .text-body {
    max-width: clamp(0px, 23.3848314607vw, 1169.2415730337px);
    margin-bottom: clamp(-10.5337078652px, -0.2106741573vw, 0px);
  }
}
@media (max-width: 991.9px) {
  .intro-section .text .text-body {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .intro-section .text .text-body {
    max-width: unset;
  }
}

.button-and-blocks {
  padding: 90px 0 83px;
}
@media (min-width: 1424px) {
  .button-and-blocks {
    padding: clamp(0px, 6.3202247191vw, 316.0112359551px) 0 clamp(0px, 5.8286516854vw, 291.4325842697px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks {
    padding: 30px 0 30px;
  }
}
.button-and-blocks .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media (min-width: 1424px) {
  .button-and-blocks .content {
    padding-bottom: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.button-and-blocks .standards-intro {
  width: 100%;
  max-width: 285px;
  margin-right: 55px;
}
@media (min-width: 1424px) {
  .button-and-blocks .standards-intro {
    max-width: clamp(0px, 20.0140449438vw, 1000.702247191px);
    margin-right: clamp(0px, 3.8623595506vw, 193.1179775281px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .standards-intro {
    max-width: 420px;
    margin: 0 0 45px;
  }
}
.button-and-blocks .standards-intro h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 0.7916666667;
}
@media (min-width: 1424px) {
  .button-and-blocks .standards-intro h2 {
    font-size: clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .standards-intro h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks .standards-intro h2 {
    font-size: 18px;
  }
}
@media (max-width: 575.9px) {
  .button-and-blocks .standards-intro h2 {
    font-size: 16px;
  }
}
.button-and-blocks .standards-intro h2 {
  font-size: 30px;
  margin: 0 0 18px;
}
@media (min-width: 1424px) {
  .button-and-blocks .standards-intro h2 {
    font-size: clamp(0px, 2.106741573vw, 105.3370786517px);
    margin: 0 0 clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
.button-and-blocks .standards-intro .text-body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .button-and-blocks .standards-intro .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks .standards-intro .text-body {
    font-size: 13px;
  }
}
.button-and-blocks .btn {
  width: 100%;
  max-width: 306px;
  margin-right: 35px;
}
@media (min-width: 1424px) {
  .button-and-blocks .btn {
    max-width: clamp(0px, 21.4887640449vw, 1074.4382022472px);
    margin-right: clamp(0px, 2.4578651685vw, 122.893258427px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 35px 0 0;
  }
}
.button-and-blocks .btn .btn-content {
  min-width: 306px;
}
@media (min-width: 1424px) {
  .button-and-blocks .btn .btn-content {
    min-width: clamp(0px, 21.4887640449vw, 1074.4382022472px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .btn .btn-content {
    min-width: unset;
  }
}
.button-and-blocks .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
  max-width: 1022px;
  gap: 10px;
}
@media (min-width: 1424px) {
  .button-and-blocks .blocks {
    max-width: clamp(0px, 71.7696629213vw, 3588.4831460674px);
    gap: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .blocks {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks .blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.button-and-blocks .blocks .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  width: 100%;
  max-width: 334px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1424px) {
  .button-and-blocks .blocks .block-item {
    max-width: clamp(0px, 23.4550561798vw, 1172.7528089888px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .blocks .block-item {
    max-width: calc(33.33% - 3.33px);
    margin-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks .blocks .block-item {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 575.9px) {
  .button-and-blocks .blocks .block-item {
    max-width: calc(100% - 0px);
    margin-bottom: 28px;
  }
}
.button-and-blocks .blocks .block-item .img img {
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button-and-blocks .blocks .block-item h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .button-and-blocks .blocks .block-item h3 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .blocks .block-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .button-and-blocks .blocks .block-item h3 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .button-and-blocks .blocks .block-item h3 {
    font-size: 12px;
  }
}
.button-and-blocks .blocks .block-item h3 {
  margin: 0;
  padding: 7px 3px 0;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .button-and-blocks .blocks .block-item h3 {
    padding: clamp(0px, 0.4915730337vw, 24.5786516854px) clamp(0px, 0.2106741573vw, 10.5337078652px) 0;
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .button-and-blocks .blocks .block-item h3 {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.button-and-blocks .blocks .block-item:hover .img img {
  scale: 1.08;
}

.show-marquee-section {
  padding: 83px 0 69px;
}
@media (min-width: 1424px) {
  .show-marquee-section {
    padding: clamp(0px, 5.8286516854vw, 291.4325842697px) 0 clamp(0px, 4.845505618vw, 242.2752808989px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section {
    padding: 60px 0 50px;
  }
}
@media (max-width: 767.9px) {
  .show-marquee-section {
    padding: 35px 0 28px;
  }
}
.show-marquee-section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991.9px) {
  .show-marquee-section .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.show-marquee-section .img {
  width: 100%;
  max-width: 38.62%;
  border-right: 1px solid #000000;
}
@media (max-width: 991.9px) {
  .show-marquee-section .img {
    max-width: unset;
    aspect-ratio: 10/6;
    border-right: none;
  }
}
.show-marquee-section .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.show-marquee-section .marquee-and-text {
  width: 100%;
  max-width: 61.38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text {
    max-width: unset;
  }
}
.show-marquee-section .marquee-and-text .marquee-box {
  max-width: 100%;
  overflow: hidden;
  padding: 41px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .marquee-box {
    padding: clamp(0px, 2.8792134831vw, 143.9606741573px) 0;
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .marquee-box {
    padding: 22px 0;
  }
}
.show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
  font-family: "Bw Gradual DEMO";
  font-size: 190px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.7631578947;
  letter-spacing: -0.01em;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    font-size: clamp(0px, 13.3426966292vw, 667.1348314607px);
  }
}
@media (max-width: 1199.9px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    font-size: 150px;
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    font-size: 110px;
  }
}
@media (max-width: 767.9px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    font-size: 96px;
  }
}
@media (max-width: 575.9px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    font-size: 82px;
  }
}
.show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
  margin: 0 20px 0 0;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .marquee-box .marquee-innner {
    margin: 0 clamp(0px, 1.404494382vw, 70.2247191011px) 0 0;
  }
}
.show-marquee-section .marquee-and-text .marquee-box .marquee-innner p {
  margin: 0;
  padding: 0;
}
.show-marquee-section .marquee-and-text .text {
  position: relative;
  padding: 54px 62px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text {
    padding: clamp(0px, 3.7921348315vw, 189.606741573px) clamp(0px, 4.3539325843vw, 217.6966292135px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text {
    padding: 25px 25px 76px;
  }
}
.show-marquee-section .marquee-and-text .text .text-box {
  max-width: 420px;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text .text-box {
    max-width: clamp(0px, 29.4943820225vw, 1474.7191011236px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text .text-box {
    max-width: unset;
  }
}
.show-marquee-section .marquee-and-text .text h3 {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text h3 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text h3 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .show-marquee-section .marquee-and-text .text h3 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .show-marquee-section .marquee-and-text .text h3 {
    font-size: 12px;
  }
}
.show-marquee-section .marquee-and-text .text h3 {
  letter-spacing: 1.8px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text h3 {
    margin: 0 0 clamp(0px, 1.6853932584vw, 84.2696629213px);
    letter-spacing: clamp(0px, 0.1264044944vw, 6.3202247191px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text h3 {
    margin-bottom: 20px;
  }
}
.show-marquee-section .marquee-and-text .text h3 .wordTransform-word {
  display: inline-block;
}
.show-marquee-section .marquee-and-text .text .text-body {
  max-width: 333px;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text .text-body {
    max-width: clamp(0px, 23.3848314607vw, 1169.2415730337px);
  }
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text .text-body {
    max-width: unset;
  }
}
.show-marquee-section .marquee-and-text .text .btn {
  position: absolute;
  right: -1px;
  bottom: 0;
}
.show-marquee-section .marquee-and-text .text .btn .btn-content {
  min-width: 201px;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 767.9px) {
  .show-marquee-section .marquee-and-text .text .btn .btn-content {
    min-width: unset;
  }
}
.show-marquee-section .marquee-and-text .text .btn .btn-content .basic-wrapper {
  padding: 16px 20px;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text .btn .btn-content .basic-wrapper {
    padding: clamp(0px, 1.1235955056vw, 56.1797752809px) clamp(0px, 1.404494382vw, 70.2247191011px);
  }
}

.text-and-image {
  padding: 59px 0 68px;
}
@media (min-width: 1424px) {
  .text-and-image {
    padding: clamp(0px, 4.143258427vw, 207.1629213483px) 0 clamp(0px, 4.7752808989vw, 238.7640449438px);
  }
}
@media (max-width: 991.9px) {
  .text-and-image {
    padding: 36px 0 40px;
  }
}
@media (max-width: 767.9px) {
  .text-and-image {
    padding: 24px 0 32px;
  }
}
.text-and-image .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.9px) {
  .text-and-image .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-and-image .text {
  width: 100%;
  max-width: 450px;
  margin-right: 40px;
}
@media (min-width: 1424px) {
  .text-and-image .text {
    max-width: clamp(0px, 31.6011235955vw, 1580.0561797753px);
    margin-right: clamp(0px, 2.808988764vw, 140.4494382022px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text {
    max-width: unset;
    margin: 0 0 40px;
  }
}
.text-and-image .text h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 103px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.0485436893;
  letter-spacing: -1px;
}
@media (min-width: 1424px) {
  .text-and-image .text h2 {
    font-size: clamp(0px, 7.2331460674vw, 361.6573033708px);
  }
}
@media (max-width: 1199.9px) {
  .text-and-image .text h2 {
    font-size: 80px;
  }
}
@media (max-width: 991.9px) {
  .text-and-image .text h2 {
    font-size: 72px;
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text h2 {
    font-size: 55px;
  }
}
@media (max-width: 575.9px) {
  .text-and-image .text h2 {
    font-size: 50px;
  }
}
.text-and-image .text h2 {
  margin: -0.1553398058em 0 30px;
}
@media (min-width: 1424px) {
  .text-and-image .text h2 {
    margin: -0.1553398058em 0 clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text h2 {
    margin-bottom: 16px;
  }
}
.text-and-image .text h2 > span {
  display: block;
}
.text-and-image .text .text-body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .text-and-image .text .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text .text-body {
    font-size: 13px;
  }
}
.text-and-image .text .text-body {
  max-width: 365px;
}
@media (min-width: 1424px) {
  .text-and-image .text .text-body {
    max-width: clamp(0px, 25.6320224719vw, 1281.6011235955px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text .text-body {
    max-width: unset;
  }
}
.text-and-image .text .btn {
  margin-top: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1424px) {
  .text-and-image .text .btn {
    margin-top: clamp(0px, 3.8623595506vw, 193.1179775281px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text .btn {
    margin-top: 22px;
  }
}
.text-and-image .text .btn .btn-content {
  min-width: 201px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1424px) {
  .text-and-image .text .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text .btn .btn-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.text-and-image .img {
  width: 100%;
  max-width: 616px;
  position: relative;
  display: block;
}
@media (min-width: 1424px) {
  .text-and-image .img {
    max-width: clamp(0px, 43.2584269663vw, 2162.9213483146px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .img {
    max-width: unset;
  }
}
.text-and-image .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.text-and-image .img .caption,
.text-and-image .img caption {
  display: block;
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  font-family: "Bw Gradual DEMO";
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.3666666667;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 991.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: 26px;
  }
}
@media (max-width: 767.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: 22px;
  }
}
@media (max-width: 575.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: 20px;
  }
}
.text-and-image .img .caption,
.text-and-image .img caption {
  color: #ffffff;
  font-size: 30px;
  padding: 40px 45px;
}
@media (min-width: 1424px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: clamp(0px, 2.106741573vw, 105.3370786517px);
    padding: clamp(0px, 2.808988764vw, 140.4494382022px) clamp(0px, 3.1601123596vw, 158.0056179775px);
  }
}
@media (max-width: 991.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    padding: 20px 22px;
  }
}
@media (max-width: 767.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    font-size: 24px;
  }
}
.text-and-image .img .caption span,
.text-and-image .img caption span {
  display: block;
}
.text-and-image .img .caption span span,
.text-and-image .img caption span span {
  display: inline;
}
.text-and-image .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/cover-1.png);
}

.slider-section {
  padding: 69px 0 64px;
}
@media (min-width: 1424px) {
  .slider-section {
    padding: clamp(0px, 4.845505618vw, 242.2752808989px) 0 clamp(0px, 4.4943820225vw, 224.7191011236px);
  }
}
@media (max-width: 991.9px) {
  .slider-section {
    padding: 36px 0 36px;
  }
}
@media (max-width: 767.9px) {
  .slider-section {
    padding: 24px 0 24px;
  }
}
.slider-section .content {
  padding-top: 36px;
}
@media (min-width: 1424px) {
  .slider-section .content {
    padding-top: clamp(0px, 2.5280898876vw, 126.404494382px);
  }
}
@media (max-width: 991.9px) {
  .slider-section .content {
    padding-top: 0;
  }
}
.slider-section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border: 1px solid #000000;
}
@media (max-width: 991.9px) {
  .slider-section .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider-section .content-box .image-text {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 57%;
  margin-left: -31px;
  margin-top: -36px;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text {
    margin-left: clamp(-108.8483146067px, -2.1769662921vw, 0px);
    margin-top: clamp(-126.404494382px, -2.5280898876vw, 0px);
  }
}
@media (max-width: 1262px) {
  .slider-section .content-box .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 48%;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text {
    max-width: 100%;
    margin: 0;
  }
}
.slider-section .content-box .image-text .img-slider {
  width: 100%;
  max-width: 56%;
  margin-right: 58px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 426/344;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text .img-slider {
    margin-right: clamp(0px, 4.0730337079vw, 203.6516853933px);
  }
}
@media (max-width: 1300px) {
  .slider-section .content-box .image-text .img-slider {
    margin-right: 48px;
  }
}
@media (max-width: 1262px) {
  .slider-section .content-box .image-text .img-slider {
    max-width: 70%;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text .img-slider {
    max-width: 100%;
  }
}
.slider-section .content-box .image-text .img-slider .img {
  aspect-ratio: 426/344;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-section .content-box .image-text .img-slider .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  min-width: 100%;
}
.slider-section .content-box .image-text .img-slider .img .img-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f6f1eb;
}
.slider-section .content-box .image-text .img-slider .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/cover-2.png);
}
.slider-section .content-box .image-text .img-slider {
  position: relative;
}
.slider-section .content-box .image-text .img-slider .slick-arrow.slick-prev, .slider-section .content-box .image-text .img-slider .slick-arrow.slick-next {
  position: absolute;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  z-index: 21;
  background-color: #f6f1eb;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-section .content-box .image-text .img-slider .slick-arrow.slick-prev::after, .slider-section .content-box .image-text .img-slider .slick-arrow.slick-next::after {
  content: ">";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-section .content-box .image-text .img-slider .slick-arrow.slick-prev {
  left: -15px;
}
.slider-section .content-box .image-text .img-slider .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-section .content-box .image-text .img-slider .slick-arrow.slick-next {
  right: -15px;
}
.slider-section .content-box .image-text .img-slider {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-section .content-box .image-text .img-slider.show {
  opacity: 1;
}
.slider-section .content-box .image-text .img-slider .img {
  position: absolute;
  background-color: #f6f1eb;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
  transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
}
.slider-section .content-box .image-text .img-slider .img .img-content {
  -o-object-position: left;
     object-position: left;
}
.slider-section .content-box .image-text .img-slider .img img {
  -webkit-transition: all 0.6s ease-in-out, opacity 0.8s linear;
  transition: all 0.6s ease-in-out, opacity 0.8s linear;
  max-width: unset;
  height: 100%;
  width: auto;
}
.slider-section .content-box .image-text .img-slider .next-item {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.slider-section .content-box .image-text .img-slider .next-item img {
  scale: 1.3 !important;
  opacity: 1;
}
.slider-section .content-box .image-text .img-slider .next-item.animate {
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
  transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
}
.slider-section .content-box .image-text .img-slider .next-item.animate img {
  scale: 1 !important;
}
.slider-section .content-box .image-text .img-slider .active {
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  z-index: 2;
  transition: none;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.slider-section .content-box .image-text .img-slider .active img {
  scale: 1 !important;
}
.slider-section .content-box .image-text .img-slider .active.animate {
  z-index: 4;
  width: 0%;
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
  transition: all 0.6s cubic-bezier(0.45, 0.27, 0.31, 0.82);
}
.slider-section .content-box .image-text .img-slider .active.animate img {
  opacity: 0.2;
}
.slider-section .content-box .image-text .text-slider {
  width: 100%;
  max-width: 40%;
  margin: 93px 0 55px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text .text-slider {
    margin: clamp(0px, 6.5308988764vw, 326.5449438202px) 0 clamp(0px, 3.8623595506vw, 193.1179775281px);
  }
}
@media (max-width: 1262px) {
  .slider-section .content-box .image-text .text-slider {
    max-width: unset;
    padding-left: 60px;
    margin-top: 35px;
    margin-bottom: 130px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text .text-slider {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.slider-section .content-box .image-text .text-slider h3 {
  display: none;
  margin: 0 0 20px;
  padding: 0;
  font-family: "Bw Gradual DEMO";
  font-size: 61px;
  font-weight: 700;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: clamp(0px, 4.2837078652vw, 214.1853932584px);
  }
}
@media (max-width: 1199.9px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: 46px;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: 35px;
  }
}
.slider-section .content-box .image-text .text-slider h3 {
  color: #000000;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text .text-slider h3 {
    margin: 0 0 clamp(0px, 1.404494382vw, 70.2247191011px);
  }
}
@media (max-width: 1300px) {
  .slider-section .content-box .image-text .text-slider h3 {
    font-size: 50px;
  }
}
.slider-section .content-box .image-text .text-slider h3::after {
  content: ".";
  color: #c8b496;
  font-size: 1em;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-section .content-box .image-text .text-slider .text-item {
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  background-color: #f6f1eb;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text .text-slider .text-item {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .image-text .text-slider .text-body {
    max-width: 780px;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .image-text .text-slider .text-body {
    max-width: 640px;
  }
}
.slider-section .content-box .image-text .text-slider .active {
  position: relative;
  z-index: 5;
  opacity: 1;
}
.slider-section .content-box .slider-title-list {
  margin: 62px 62px 77px 20px;
  width: 100%;
  max-width: 510px;
  text-align: right;
}
@media (min-width: 1424px) {
  .slider-section .content-box .slider-title-list {
    max-width: clamp(0px, 35.8146067416vw, 1790.7303370787px);
    margin: clamp(0px, 4.3539325843vw, 217.6966292135px) clamp(0px, 4.3539325843vw, 217.6966292135px) clamp(0px, 5.4073033708vw, 270.3651685393px) clamp(0px, 1.404494382vw, 70.2247191011px);
  }
}
@media (max-width: 1262px) {
  .slider-section .content-box .slider-title-list {
    max-width: 50%;
    margin: 60px 30px 77px 20px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .slider-title-list {
    margin: 0;
    padding: 0 20px 130px;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .slider-title-list {
    padding: 0 20px 105px;
  }
}
.slider-section .content-box .slider-title-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider-section .content-box .slider-title-list ul li {
  cursor: pointer;
  margin: 0 0 -2px;
  padding: 0;
  font-family: "Bw Gradual DEMO";
  font-size: 61px;
  font-weight: 700;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media (min-width: 1424px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: clamp(0px, 4.2837078652vw, 214.1853932584px);
  }
}
@media (max-width: 1199.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 46px;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 35px;
  }
}
.slider-section .content-box .slider-title-list ul li {
  color: #d2d2d1;
  white-space: nowrap;
  margin-left: -50px;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 1424px) {
  .slider-section .content-box .slider-title-list ul li {
    margin: 0 0 clamp(-7.0224719101px, -0.1404494382vw, 0px);
    margin-left: clamp(-175.5617977528px, -3.5112359551vw, 0px);
  }
}
@media (max-width: 1300px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 50px;
  }
}
@media (max-width: 1262px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 54px;
    margin-left: 0;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .slider-section .content-box .slider-title-list ul li {
    font-size: 38px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .content-box .slider-title-list ul li {
    white-space: initial;
  }
}
.slider-section .content-box .slider-title-list ul li:last-child {
  margin-bottom: 0;
}
.slider-section .content-box .slider-title-list ul li::after {
  content: ".";
  color: #c8b496;
  font-size: 0em;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-section .content-box .slider-title-list ul li.active {
  color: #000000;
}
.slider-section .content-box .slider-title-list ul li.active::after {
  font-size: 1em;
}
@media (min-width: 767.9px) {
  .slider-section .content-box .slider-title-list ul li:hover {
    color: #000000;
  }
  .slider-section .content-box .slider-title-list ul li:hover::after {
    font-size: 1em;
  }
}
.slider-section .btns {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100%;
  width: calc(100% + 3px);
  max-width: 520px;
}
@media (min-width: 1424px) {
  .slider-section .btns {
    max-width: clamp(0px, 36.5168539326vw, 1825.8426966292px);
  }
}
.slider-section .btns.single-btn {
  left: 105px;
  bottom: 76px;
  width: auto;
  max-width: none;
}
@media (min-width: 1424px) {
  .slider-section .btns.single-btn {
    left: clamp(0px, 7.3735955056vw, 368.6797752809px);
    bottom: clamp(0px, 5.3370786517vw, 266.8539325843px);
  }
}
@media (max-width: 1262px) and (min-width: 992.9px) {
  .slider-section .btns.single-btn {
    left: calc((33.6% - 201px) / 2);
    bottom: 58px;
  }
}
@media (max-width: 991.9px) {
  .slider-section .btns.single-btn {
    bottom: 58px;
  }
}
@media (max-width: 767.9px) {
  .slider-section .btns.single-btn {
    left: 20px;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
.slider-section .btns.single-btn .btn {
  width: auto;
}
.slider-section .btns.single-btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .slider-section .btns.single-btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 767.9px) {
  .slider-section .btns.single-btn .btn-content {
    min-width: unset;
  }
}
.slider-section .btns .btn {
  width: 50%;
}
.slider-section .btns .btn:first-child {
  margin-right: 5px;
  margin-bottom: -1px;
}
.slider-section .btns .btn:last-child {
  margin-left: -1px;
}
.slider-section .btns .btn .btn-content {
  width: 100%;
}

.four-col-section {
  padding: 56px 0 62px;
}
@media (min-width: 1424px) {
  .four-col-section {
    padding: clamp(0px, 3.9325842697vw, 196.6292134831px) 0 clamp(0px, 4.3539325843vw, 217.6966292135px);
  }
}
@media (max-width: 991.9px) {
  .four-col-section {
    padding: 36px 0 44px;
  }
}
@media (max-width: 767.9px) {
  .four-col-section {
    padding: 24px 0 40px;
  }
}
.four-col-section .title {
  margin: 0 0 22px;
}
@media (min-width: 1424px) {
  .four-col-section .title {
    margin: 0 0 clamp(0px, 1.5449438202vw, 77.2471910112px);
  }
}
.four-col-section .title h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .four-col-section .title h2 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .four-col-section .title h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .four-col-section .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .four-col-section .title h2 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .four-col-section .title h2 {
    font-size: 38px;
  }
}
.four-col-section .title h2 {
  margin: 0;
}
.four-col-section .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 10px);
  margin: 0 -5px -10px;
}
@media (min-width: 1424px) {
  .four-col-section .col-box {
    width: calc(100% + clamp(0px, 0.702247191vw, 35.1123595506px));
    margin: 0 clamp(-17.5561797753px, -0.3511235955vw, 0px) clamp(-35.1123595506px, -0.702247191vw, 0px);
  }
}
.four-col-section .col-box .col-item {
  width: 100%;
  max-width: calc(25% - 10px);
  margin: 0 5px 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1424px) {
  .four-col-section .col-box .col-item {
    max-width: calc(25% - clamp(0px, 0.702247191vw, 35.1123595506px));
    margin: 0 clamp(0px, 0.3511235955vw, 17.5561797753px) clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 1199.9px) {
  .four-col-section .col-box .col-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767.9px) {
  .four-col-section .col-box .col-item {
    max-width: calc(100% - 10px);
  }
}
.four-col-section .col-box .col-item .img {
  aspect-ratio: 332/205;
}
.four-col-section .col-box .col-item .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  scale: 1.08;
}
.four-col-section .col-box .col-item .hover-shown {
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 302px;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-103%);
          transform: translateY(-103%);
}
@media (min-width: 1424px) {
  .four-col-section .col-box .col-item .hover-shown {
    width: clamp(0px, 21.2078651685vw, 1060.393258427px);
  }
}
@media (max-width: 1300px) {
  .four-col-section .col-box .col-item .hover-shown {
    width: 278px;
  }
}
@media (max-width: 1199.9px) {
  .four-col-section .col-box .col-item .hover-shown {
    width: 302px;
  }
}
@media (max-width: 767.9px) {
  .four-col-section .col-box .col-item .hover-shown {
    width: 278px;
  }
}
@media (max-width: 575.9px) {
  .four-col-section .col-box .col-item .hover-shown {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .four-col-section .col-box .col-item .hover-shown {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.four-col-section .col-box .col-item .hover-shown a {
  text-decoration: none;
}
.four-col-section .col-box .col-item .hover-shown .shown-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 991.9px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
  display: block;
  width: 100%;
  padding: 14px 24px 15px;
  font-family: "Bw Gradual DEMO";
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 0.7916666667;
}
@media (min-width: 1424px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
@media (max-width: 991.9px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 18px;
  }
}
@media (max-width: 575.9px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 16px;
  }
}
.four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
  line-height: 1.16;
  border: 1px solid #000000;
  background-color: #f6f1eb;
  color: #000000;
}
@media (min-width: 1424px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    padding: clamp(0px, 0.9831460674vw, 49.1573033708px) clamp(0px, 1.6853932584vw, 84.2696629213px) clamp(0px, 1.0533707865vw, 52.6685393258px);
  }
}
@media (max-width: 767.9px) {
  .four-col-section .col-box .col-item .hover-shown .shown-bottom .bottom-content .inner-block {
    padding: 12px 19px 13px;
  }
}
.four-col-section .col-box .col-item:hover .img img {
  scale: 1;
}
.four-col-section .col-box .col-item:hover .hover-shown {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.four-col-section .col-box .col-item:hover .hover-shown .shown-bottom .bottom-content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.whole-image-text {
  padding: 62px 0;
  min-height: 620px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 1424px) {
  .whole-image-text {
    padding: clamp(0px, 4.3539325843vw, 217.6966292135px) 0;
  }
}
@media (max-width: 991.9px) {
  .whole-image-text {
    padding: 44px 0;
  }
}
@media (max-width: 767.9px) {
  .whole-image-text {
    padding: 40px 0 32px;
  }
}
.whole-image-text .bg-box {
  width: 100%;
  height: auto;
  height: 100%;
  position: relative;
}
.whole-image-text .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.whole-image-text .bg-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/cover-3.png);
}
.whole-image-text .container {
  width: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}
.whole-image-text .container .content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: unset;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whole-image-text .content-box {
  z-index: 8;
  width: 600px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box {
    padding-bottom: clamp(0px, 1.7556179775vw, 87.7808988764px);
    width: clamp(0px, 42.1348314607vw, 2106.7415730337px);
  }
}
.whole-image-text .content-box h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 150px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7666666667;
  letter-spacing: -0.01em;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box h2 {
    font-size: clamp(0px, 10.5337078652vw, 526.6853932584px);
  }
}
@media (max-width: 1199.9px) {
  .whole-image-text .content-box h2 {
    font-size: 126px;
  }
}
@media (max-width: 991.9px) {
  .whole-image-text .content-box h2 {
    font-size: 90px;
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box h2 {
    font-size: 82px;
  }
}
@media (max-width: 575.9px) {
  .whole-image-text .content-box h2 {
    font-size: 74px;
  }
}
.whole-image-text .content-box h2 {
  letter-spacing: 1px;
  margin: 0 0 28px;
  color: inherit;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box h2 {
    margin: 0 0 clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box h2 {
    margin: 0 0 20px;
  }
}
.whole-image-text .content-box p {
  font-family: "Bw Gradual DEMO";
  font-size: 34px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 0.7647058824;
  letter-spacing: 0px;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box p {
    font-size: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 991.9px) {
  .whole-image-text .content-box p {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box p {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .whole-image-text .content-box p {
    font-size: 22px;
  }
}
.whole-image-text .content-box p {
  letter-spacing: 1.2px;
  margin: 0 0 38px;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box p {
    letter-spacing: clamp(0px, 0.0842696629vw, 4.2134831461px);
    margin: 0 0 clamp(0px, 2.6685393258vw, 133.4269662921px);
  }
}
@media (max-width: 991.9px) {
  .whole-image-text .content-box p {
    line-height: 1.2;
    margin: 0 0 28px;
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box p {
    margin: 0 0 20px;
  }
}
.whole-image-text .content-box .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.whole-image-text .content-box .btn .btn-content {
  min-width: 256px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box .btn .btn-content {
    min-width: clamp(0px, 17.9775280899vw, 898.8764044944px);
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box .btn .btn-content {
    min-width: unset;
  }
}

.more-section {
  padding: 62px 0 109px;
}
@media (min-width: 1424px) {
  .more-section {
    padding: clamp(0px, 4.3539325843vw, 217.6966292135px) 0 clamp(0px, 7.654494382vw, 382.7247191011px);
  }
}
@media (max-width: 991.9px) {
  .more-section {
    padding: 36px 0 64px;
  }
}
@media (max-width: 767.9px) {
  .more-section {
    padding: 24px 0 40px;
  }
}
.more-section .grid-box {
  width: 100%;
  max-width: 1235px;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.5% 11px 26.9% 11px 26.9% 11px 26.9%;
  grid-template-columns: 16.5% repeat(3, 26.9%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 11px;
  grid-row-gap: 12px;
}
.more-section .grid-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.more-section .grid-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.more-section .grid-box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.more-section .grid-box > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (min-width: 1424px) {
  .more-section .grid-box {
    max-width: clamp(0px, 86.7275280899vw, 4336.3764044944px);
    grid-column-gap: clamp(0px, 0.7724719101vw, 38.6235955056px);
    grid-row-gap: clamp(0px, 0.8426966292vw, 42.1348314607px);
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .more-section .grid-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .more-section .grid-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.more-section .grid-box .grid-item {
  position: relative;
}
.more-section .grid-box .item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
.more-section .grid-box .item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    margin-top: auto;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.more-section .grid-box .item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.more-section .grid-box .item-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
.more-section .grid-box .item-5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/3/5;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}
.more-section .grid-box .item-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5/1/6/3;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6/1/7/3;
  }
}
.more-section .grid-box .item-7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}
.more-section .grid-box .item-8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
}
.more-section .grid-box .item-9 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 3/4/4/5;
}
@media (max-width: 991.9px) {
  .more-section .grid-box .item-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .item-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
}
.more-section .grid-box .text-item {
  max-width: 400px;
  padding: 0 10px 10px 0px;
  margin-top: -2px;
}
@media (min-width: 1424px) {
  .more-section .grid-box .text-item {
    max-width: clamp(0px, 28.0898876404vw, 1404.4943820225px);
    padding: 0 clamp(0px, 0.702247191vw, 35.1123595506px) clamp(0px, 0.702247191vw, 35.1123595506px) 0px;
    margin-top: clamp(-7.0224719101px, -0.1404494382vw, 0px);
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box .text-item {
    padding: 0 10px 20px 0px;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .text-item {
    max-width: 100%;
  }
}
.more-section .grid-box .text-item h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .more-section .grid-box .text-item h2 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .more-section .grid-box .text-item h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box .text-item h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .text-item h2 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .more-section .grid-box .text-item h2 {
    font-size: 38px;
  }
}
.more-section .grid-box .text-item h2 {
  margin: 0 0 17px -5px;
}
@media (min-width: 1424px) {
  .more-section .grid-box .text-item h2 {
    margin: 0 0 clamp(0px, 1.1938202247vw, 59.691011236px) clamp(-17.5561797753px, -0.3511235955vw, 0px);
  }
}
.more-section .grid-box .text-item .text-body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .more-section .grid-box .text-item .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .text-item .text-body {
    font-size: 13px;
  }
}
.more-section .grid-box .text-item .text-body {
  line-height: 1.5714285714;
}
.more-section .grid-box .gallery-item {
  aspect-ratio: 332/205;
  position: relative;
}
.more-section .grid-box .gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.more-section .grid-box .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.more-section .grid-box .gallery-item img:first-child {
  position: relative;
}
.more-section .grid-box .gallery-item img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.more-section .grid-box .pagination-item {
  padding: 0px 26px;
  margin: -4px 1px 0;
}
@media (min-width: 1424px) {
  .more-section .grid-box .pagination-item {
    padding: 0px clamp(0px, 1.8258426966vw, 91.2921348315px);
    margin: clamp(-14.0449438202px, -0.2808988764vw, 0px) clamp(0px, 0.0702247191vw, 3.5112359551px) 0;
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box .pagination-item {
    padding: 20px 26px;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .pagination-item {
    padding: 28px 26px;
  }
}
.more-section .grid-box .pagination-item ul {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .more-section .grid-box .pagination-item ul {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box .pagination-item ul {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .pagination-item ul {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .more-section .grid-box .pagination-item ul {
    font-size: 12px;
  }
}
.more-section .grid-box .pagination-item ul {
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0 -10px -7px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1424px) {
  .more-section .grid-box .pagination-item ul {
    margin: 0 clamp(-35.1123595506px, -0.702247191vw, 0px) clamp(-24.5786516854px, -0.4915730337vw, 0px) auto;
  }
}
@media (max-width: 991.9px) {
  .more-section .grid-box .pagination-item ul {
    margin: 0 auto;
  }
}
.more-section .grid-box .pagination-item ul li {
  cursor: pointer;
  display: block;
  margin: 0 5px 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1424px) {
  .more-section .grid-box .pagination-item ul li {
    margin: 0 clamp(0px, 0.3511235955vw, 17.5561797753px) clamp(0px, 0.4915730337vw, 24.5786516854px);
  }
}
.more-section .grid-box .pagination-item ul li::before {
  content: "(";
  display: inline;
  color: #000000;
}
.more-section .grid-box .pagination-item ul li::after {
  content: ")";
  display: inline;
  color: #000000;
}
.more-section .grid-box .pagination-item ul li.active, .more-section .grid-box .pagination-item ul li:hover {
  color: #c8b496;
}
.more-section .grid-box.show-image.show-index-1 .gallery-item img:nth-child(1) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-2 .gallery-item img:nth-child(2) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-3 .gallery-item img:nth-child(3) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-4 .gallery-item img:nth-child(4) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-5 .gallery-item img:nth-child(5) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-6 .gallery-item img:nth-child(6) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-7 .gallery-item img:nth-child(7) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .right-text {
  margin-top: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
@media (min-width: 1424px) {
  .more-section .right-text {
    margin-top: clamp(0px, 7.8651685393vw, 393.2584269663px);
  }
}
@media (max-width: 991.9px) {
  .more-section .right-text {
    margin-top: 34px;
  }
}
@media (max-width: 767.9px) {
  .more-section .right-text {
    margin-top: 0;
  }
}
.more-section .right-text .text-body {
  max-width: 530px;
  margin-left: auto;
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .more-section .right-text .text-body {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .more-section .right-text .text-body {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .more-section .right-text .text-body {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .more-section .right-text .text-body {
    font-size: 12px;
  }
}
.more-section .right-text .text-body {
  letter-spacing: 1.9px;
  font-weight: 700;
}
@media (min-width: 1424px) {
  .more-section .right-text .text-body {
    max-width: clamp(0px, 37.2191011236vw, 1860.9550561798px);
    letter-spacing: clamp(0px, 0.1334269663vw, 6.6713483146px);
  }
}
@media (max-width: 767.9px) {
  .more-section .right-text .text-body {
    max-width: unset;
  }
}
.more-section .right-text .text-body .wordTransform-word {
  display: inline-block;
}

.product-page {
  padding-top: 75px;
}
.product-page > section > .container {
  padding: 0 31px;
}
@media (min-width: 1424px) {
  .product-page > section > .container {
    padding: 0 clamp(0px, 2.1769662921vw, 108.8483146067px);
  }
}
@media (max-width: 767.9px) {
  .product-page > section > .container {
    padding: 0 20px;
  }
}
@media (min-width: 1424px) {
  .product-page {
    padding-top: clamp(0px, 5.2668539326vw, 263.3426966292px);
  }
}
@media (max-width: 991.9px) {
  .product-page {
    padding-top: 65px;
  }
}
@media (max-width: 767.9px) {
  .product-page {
    padding-top: 58px;
  }
}
.product-page .product-hero {
  padding: 64px 0 58px;
}
@media (min-width: 1424px) {
  .product-page .product-hero {
    padding: clamp(0px, 4.4943820225vw, 224.7191011236px) 0 clamp(0px, 4.0730337079vw, 203.6516853933px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-hero {
    padding: 42px 0 44px;
  }
}
.product-page .product-hero .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
  max-width: none;
  padding: 0;
}
@media (min-width: 1424px) {
  .product-page .product-hero .content {
    gap: clamp(0px, 3.5112359551vw, 175.5617977528px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-hero .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .content {
    gap: 34px;
  }
}
.product-page .product-hero .profile-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.55fr 28px 1.15fr;
  grid-template-columns: 1.55fr 1.15fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  max-width: 680px;
  margin-left: 34px;
}
@media (min-width: 1424px) {
  .product-page .product-hero .profile-box {
    gap: clamp(0px, 1.9662921348vw, 98.3146067416px);
    max-width: clamp(0px, 47.7528089888vw, 2387.6404494382px);
    margin-left: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-hero .profile-box {
    -ms-grid-columns: minmax(280px, 0.9fr) 64px 1fr;
    grid-template-columns: minmax(280px, 0.9fr) 1fr;
    max-width: 820px;
    gap: 64px;
    margin-left: 0;
  }
}
@media (max-width: 991.9px) {
  .product-page .product-hero .profile-box {
    -ms-grid-columns: minmax(240px, 0.95fr) 44px 1fr;
    grid-template-columns: minmax(240px, 0.95fr) 1fr;
    max-width: 760px;
    gap: 44px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .profile-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-hero .profile-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.product-page .product-hero .profile-drawing img {
  display: block;
  width: 100%;
  height: auto;
}
.product-page .product-hero .profile-copy {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .product-page .product-hero .profile-copy {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .profile-copy {
    font-size: 13px;
  }
}
.product-page .product-hero .profile-copy {
  max-width: 34ch;
}
@media (min-width: 1424px) {
  .product-page .product-hero .profile-copy {
    max-width: 34ch;
  }
}
.product-page .product-hero .page-title {
  text-align: right;
}
@media (max-width: 1199.9px) {
  .product-page .product-hero .page-title {
    text-align: left;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .page-title {
    text-align: left;
  }
}
.product-page .product-hero .page-title h1 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .product-page .product-hero .page-title h1 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 38px;
  }
}
.product-page .product-hero .page-title h1 {
  font-size: 70px;
  margin: 0;
}
@media (min-width: 1424px) {
  .product-page .product-hero .page-title h1 {
    font-size: clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 64px;
  }
}
@media (max-width: 991.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 56px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-hero .page-title h1 {
    font-size: 40px;
  }
}
.product-page .product-hero .page-title h1 span {
  display: block;
}
.product-page .product-feature {
  padding: 82px 0 0;
}
@media (min-width: 1424px) {
  .product-page .product-feature {
    padding: clamp(0px, 5.7584269663vw, 287.9213483146px) 0 0;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-feature {
    padding-bottom: 0;
  }
}
.product-page .product-feature .content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% 62%;
  grid-template-columns: 38% 62%;
  border: 1px solid #000000;
  position: relative;
}
@media (max-width: 991.9px) {
  .product-page .product-feature .content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.product-page .product-feature .image-box {
  margin: 0;
}
.product-page .product-feature .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1424px) {
  .product-page .product-feature .image-box img {
    min-height: clamp(0px, 28.7921348315vw, 1439.606741573px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-feature .image-box img {
    min-height: 320px;
  }
}
.product-page .product-feature .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.product-page .product-feature .marquee-box {
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  padding: 32px 0;
}
@media (min-width: 1424px) {
  .product-page .product-feature .marquee-box {
    padding: clamp(0px, 2.2471910112vw, 112.3595505618px) 0;
  }
}
.product-page .product-feature .marquee-box p {
  font-family: "Bw Gradual DEMO";
  font-size: 108px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 1424px) {
  .product-page .product-feature .marquee-box p {
    font-size: clamp(0px, 7.5842696629vw, 379.2134831461px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-feature .marquee-box p {
    font-size: 85px;
  }
}
@media (max-width: 991.9px) {
  .product-page .product-feature .marquee-box p {
    font-size: 78px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-feature .marquee-box p {
    font-size: 60px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-feature .marquee-box p {
    font-size: 60px;
  }
}
.product-page .product-feature .marquee-box p {
  margin: 0;
  padding-right: 0.18em;
  white-space: nowrap;
}
.product-page .product-feature .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 54px 58px 52px;
  max-width: 600px;
}
@media (min-width: 1424px) {
  .product-page .product-feature .text-box {
    padding: clamp(0px, 3.7921348315vw, 189.606741573px) clamp(0px, 4.0730337079vw, 203.6516853933px) clamp(0px, 3.6516853933vw, 182.5842696629px);
    max-width: clamp(0px, 42.1348314607vw, 2106.7415730337px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-feature .text-box {
    padding: 34px 24px 42px;
  }
}
.product-page .product-feature .text-box h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .product-page .product-feature .text-box h2 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-feature .text-box h2 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-feature .text-box h2 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-feature .text-box h2 {
    font-size: 12px;
  }
}
.product-page .product-feature .text-box h2 {
  font-weight: 700;
  margin: 0 0 18px;
}
@media (min-width: 1424px) {
  .product-page .product-feature .text-box h2 {
    margin-bottom: clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
.product-page .product-feature .text-box .text-body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .product-page .product-feature .text-box .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-feature .text-box .text-body {
    font-size: 13px;
  }
}
.product-page .product-quality {
  padding: 106px 0;
  text-align: center;
}
@media (min-width: 1424px) {
  .product-page .product-quality {
    padding: clamp(0px, 7.4438202247vw, 372.191011236px) 0;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-quality {
    padding: 64px 0;
  }
}
.product-page .product-quality h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 34px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 0.7647058824;
  letter-spacing: 0px;
}
@media (min-width: 1424px) {
  .product-page .product-quality h2 {
    font-size: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-quality h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-quality h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-quality h2 {
    font-size: 22px;
  }
}
.product-page .product-quality h2 {
  font-size: 48px;
  line-height: 1.08;
  margin: 0 0 26px;
}
@media (min-width: 1424px) {
  .product-page .product-quality h2 {
    font-size: clamp(0px, 3.3707865169vw, 168.5393258427px);
    margin-bottom: clamp(0px, 1.8258426966vw, 91.2921348315px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-quality h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-quality h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
.product-page .product-quality h2 span {
  color: #c8b496;
}
.product-page .product-quality .text-body {
  max-width: 520px;
  margin: 0 auto 28px;
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .product-page .product-quality .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-quality .text-body {
    font-size: 13px;
  }
}
@media (min-width: 1424px) {
  .product-page .product-quality .text-body {
    max-width: clamp(0px, 36.5168539326vw, 1825.8426966292px);
    margin-bottom: clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
.product-page .product-quality .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-page .product-quality .btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .product-page .product-quality .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
.product-page .product-doors-strip {
  background-color: #000000;
  color: #ffffff;
  padding: 34px 0 36px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip {
    padding: clamp(0px, 2.3876404494vw, 119.3820224719px) 0 clamp(0px, 2.5280898876vw, 126.404494382px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip {
    padding: 28px 0 32px;
  }
}
.product-page .product-doors-strip .content {
  padding: 0;
  max-width: none;
}
.product-page .product-doors-strip .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 34px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .top-row {
    margin-bottom: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .top-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 28px;
  }
}
.product-page .product-doors-strip .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-page .product-doors-strip .btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .btn .btn-content {
    min-width: unset;
  }
}
.product-page .product-doors-strip h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip h2 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .product-page .product-doors-strip h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .product-page .product-doors-strip h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip h2 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-doors-strip h2 {
    font-size: 38px;
  }
}
.product-page .product-doors-strip h2 {
  color: #ffffff;
  margin: 0 0 24px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip h2 {
    margin-bottom: clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip h2 {
    margin-bottom: 20px;
  }
}
.product-page .product-doors-strip .door-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .door-gallery {
    gap: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-doors-strip .door-gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.9px) {
  .product-page .product-doors-strip .door-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.product-page .product-doors-strip .door-gallery .door-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .img {
  aspect-ratio: 332/205;
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.08;
  -webkit-transition: all 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown {
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 302px;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-103%);
          transform: translateY(-103%);
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown {
    width: clamp(0px, 21.2078651685vw, 1060.393258427px);
  }
}
@media (max-width: 1300px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown {
    width: 278px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown {
    width: 278px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 575.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown {
    width: 100%;
  }
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
  display: block;
  width: 100%;
  padding: 14px 24px 15px;
  font-family: "Bw Gradual DEMO";
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 0.7916666667;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
@media (max-width: 991.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 18px;
  }
}
@media (max-width: 575.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    font-size: 16px;
  }
}
.product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
  line-height: 1.16;
  border: 1px solid #000000;
  background-color: #f6f1eb;
  color: #000000;
}
@media (min-width: 1424px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    padding: clamp(0px, 0.9831460674vw, 49.1573033708px) clamp(0px, 1.6853932584vw, 84.2696629213px) clamp(0px, 1.0533707865vw, 52.6685393258px);
  }
}
@media (max-width: 767.9px) {
  .product-page .product-doors-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content .inner-block {
    padding: 12px 19px 13px;
  }
}
.product-page .product-doors-strip .door-gallery .door-gallery-item:hover .img img {
  scale: 1;
}
.product-page .product-doors-strip .door-gallery .door-gallery-item:hover .hover-shown {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.product-page.door-subpage .product-hero {
  padding: 78px 0 70px;
}
@media (min-width: 1424px) {
  .product-page.door-subpage .product-hero {
    padding: clamp(0px, 5.4775280899vw, 273.8764044944px) 0 clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 991.9px) {
  .product-page.door-subpage .product-hero {
    padding: 52px 0 50px;
  }
}
.product-page.door-subpage .product-hero .profile-box {
  display: block;
  max-width: 500px;
  margin-left: 62px;
}
@media (min-width: 1424px) {
  .product-page.door-subpage .product-hero .profile-box {
    max-width: clamp(0px, 35.1123595506vw, 1755.6179775281px);
    margin-left: clamp(0px, 4.3539325843vw, 217.6966292135px);
  }
}
@media (max-width: 1199.9px) {
  .product-page.door-subpage .product-hero .profile-box {
    max-width: 460px;
    margin-left: 24px;
  }
}
@media (max-width: 991.9px) {
  .product-page.door-subpage .product-hero .profile-box {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .product-page.door-subpage .product-hero .profile-box {
    max-width: 100%;
  }
}
.product-page.door-subpage .product-hero .profile-drawing img {
  width: 100%;
}
.product-page.door-subpage .product-feature {
  padding-top: 0;
}
.product-page.uniboard-page .product-hero {
  padding-bottom: 34px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero {
    padding-bottom: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 1199.9px) {
  .product-page.uniboard-page .product-hero .content {
    -ms-grid-columns: minmax(360px, 0.95fr) 36px 1fr;
    grid-template-columns: minmax(360px, 0.95fr) 1fr;
    gap: 36px;
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-hero .content {
    -ms-grid-columns: 302px 24px minmax(0, 1fr);
    grid-template-columns: 302px minmax(0, 1fr);
    gap: 24px;
  }
}
@media (max-width: 575.9px) {
  .product-page.uniboard-page .product-hero .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media (max-width: 1199.9px) {
  .product-page.uniboard-page .product-hero .page-title {
    text-align: right;
  }
}
.product-page.uniboard-page .product-hero .page-title h1 {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-hero .page-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .product-page.uniboard-page .product-hero .page-title {
    text-align: left;
  }
}
.product-page.uniboard-page .product-hero .profile-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 150px 34px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  max-width: 520px;
  margin-left: 70px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .profile-box {
    -ms-grid-columns: clamp(0px, 10.5337078652vw, 526.6853932584px) clamp(0px, 2.3876404494vw, 119.3820224719px) 1fr;
    grid-template-columns: clamp(0px, 10.5337078652vw, 526.6853932584px) 1fr;
    gap: clamp(0px, 2.3876404494vw, 119.3820224719px);
    max-width: clamp(0px, 36.5168539326vw, 1825.8426966292px);
    margin-left: clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 1199.9px) {
  .product-page.uniboard-page .product-hero .profile-box {
    -ms-grid-columns: 140px 30px 1fr;
    grid-template-columns: 140px 1fr;
    gap: 30px;
    margin-left: 36px;
  }
}
@media (max-width: 991.9px) {
  .product-page.uniboard-page .product-hero .profile-box {
    margin-left: 24px;
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-hero .profile-box {
    -ms-grid-columns: 112px 18px minmax(0, 1fr);
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    max-width: 302px;
    margin-left: 24px;
  }
}
@media (max-width: 575.9px) {
  .product-page.uniboard-page .product-hero .profile-box {
    -ms-grid-columns: 112px 18px minmax(0, 1fr);
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    margin-left: 0;
  }
}
.product-page.uniboard-page .product-hero .uniboard-brochure-thumb {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.product-page.uniboard-page .product-hero .uniboard-brochure-thumb:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.product-page.uniboard-page .product-hero .uniboard-brochure-thumb img {
  width: 100%;
}
.product-page.uniboard-page .product-hero .uniboard-logo img {
  display: block;
  width: 208px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .uniboard-logo img {
    width: clamp(0px, 14.606741573vw, 730.3370786517px);
  }
}
@media (max-width: 1199.9px) {
  .product-page.uniboard-page .product-hero .uniboard-logo img {
    width: 172px;
  }
}
.product-page.uniboard-page .product-hero .composite-brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-page.uniboard-page .product-hero .composite-brand-logo img {
  width: 208px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .composite-brand-logo img {
    width: clamp(0px, 14.606741573vw, 730.3370786517px);
  }
}
@media (max-width: 1199.9px) {
  .product-page.uniboard-page .product-hero .composite-brand-logo img {
    width: 172px;
  }
}
.product-page.uniboard-page .product-hero .composite-brochure-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 14px;
  background-color: #f6f1eb;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .composite-brochure-placeholder {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .composite-brochure-placeholder {
    padding: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
.product-page.uniboard-page .product-hero .composite-brochure-placeholder span,
.product-page.uniboard-page .product-hero .composite-brochure-placeholder strong {
  display: block;
}
.product-page.uniboard-page .product-hero .composite-brochure-placeholder strong {
  margin-top: 8px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-hero .composite-brochure-placeholder strong {
    margin-top: clamp(0px, 0.5617977528vw, 28.0898876404px);
  }
}
.product-page.uniboard-page .product-feature {
  padding-top: 34px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-feature {
    padding-top: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
.product-page.uniboard-page .product-feature .content-box {
  -ms-grid-columns: 38.5% 61.5%;
  grid-template-columns: 38.5% 61.5%;
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-feature .content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.product-page.uniboard-page .product-feature .image-box img {
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-feature .image-box img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-position: center 42%;
       object-position: center 42%;
  }
}
.product-page.uniboard-page .product-feature .text-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 620px;
  padding-top: 60px;
  padding-bottom: 78px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-feature .text-box {
    max-width: clamp(0px, 43.5393258427vw, 2176.9662921348px);
    padding-top: clamp(0px, 4.2134831461vw, 210.6741573034px);
    padding-bottom: clamp(0px, 5.4775280899vw, 273.8764044944px);
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-feature .text-box {
    padding-top: 48px;
    padding-bottom: 44px;
  }
}
.product-page.uniboard-page .product-feature .text-box h2 {
  max-width: 620px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-feature .text-box h2 {
    max-width: clamp(0px, 43.5393258427vw, 2176.9662921348px);
  }
}
.product-page.uniboard-page .product-feature .text-box .text-body {
  max-width: 390px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-feature .text-box .text-body {
    max-width: clamp(0px, 27.3876404494vw, 1369.3820224719px);
  }
}
.product-page.uniboard-page .product-styles-strip {
  margin-top: 196px;
  padding: 42px 0 32px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip {
    margin-top: clamp(0px, 13.7640449438vw, 688.202247191px);
    padding: clamp(0px, 2.9494382022vw, 147.4719101124px) 0 clamp(0px, 2.2471910112vw, 112.3595505618px);
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip {
    margin-top: 112px;
  }
}
.product-page.uniboard-page .product-styles-strip .content {
  position: relative;
}
.product-page.uniboard-page .product-styles-strip .top-row {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip .top-row {
    position: static;
    margin-bottom: 28px;
  }
}
.product-page.uniboard-page .product-styles-strip h2 {
  margin-bottom: 18px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip h2 {
    margin-bottom: clamp(0px, 1.2640449438vw, 63.202247191px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro {
  max-width: 560px;
  margin-bottom: 44px;
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro {
    font-size: 13px;
  }
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro {
    max-width: clamp(0px, 39.3258426966vw, 1966.2921348315px);
    margin-bottom: clamp(0px, 3.0898876404vw, 154.4943820225px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro p {
  margin: 0 0 46px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro p {
    margin-bottom: clamp(0px, 3.2303370787vw, 161.5168539326px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro ul {
    font-size: clamp(0px, 1.1235955056vw, 56.1797752809px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro li {
    padding-left: clamp(0px, 1.9662921348vw, 98.3146067416px);
    margin-bottom: clamp(0px, 0.6320224719vw, 31.6011235955px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 0;
  color: #c8b496;
}
@media (min-width: 1424px) {
  .product-page.uniboard-page .product-styles-strip .styles-intro li::before {
    left: clamp(0px, 0.2808988764vw, 14.0449438202px);
  }
}
.product-page.uniboard-page .product-styles-strip .styles-intro li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip .door-gallery .door-gallery-item .hover-shown {
    -webkit-transform: translateY(-103%);
            transform: translateY(-103%);
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip .door-gallery .door-gallery-item .hover-shown .shown-bottom .bottom-content {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767.9px) {
  .product-page.uniboard-page .product-styles-strip .door-gallery .door-gallery-item:hover .hover-shown {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.about-page {
  padding-top: 75px;
}
.about-page > section > .container {
  padding: 0 31px;
}
@media (min-width: 1424px) {
  .about-page > section > .container {
    padding: 0 clamp(0px, 2.1769662921vw, 108.8483146067px);
  }
}
@media (max-width: 767.9px) {
  .about-page > section > .container {
    padding: 0 20px;
  }
}
@media (min-width: 1424px) {
  .about-page {
    padding-top: clamp(0px, 5.2668539326vw, 263.3426966292px);
  }
}
@media (max-width: 991.9px) {
  .about-page {
    padding-top: 65px;
  }
}
@media (max-width: 767.9px) {
  .about-page {
    padding-top: 58px;
  }
}
.about-page .about-layout {
  padding: 58px 0 94px;
}
@media (min-width: 1424px) {
  .about-page .about-layout {
    padding: clamp(0px, 4.0730337079vw, 203.6516853933px) 0 clamp(0px, 6.6011235955vw, 330.0561797753px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-layout {
    padding: 42px 0 64px;
  }
}
.about-page .about-layout .content {
  padding: 0;
  max-width: none;
}
@media (min-width: 1424px) {
  .about-page .about-layout .content {
    padding: 0;
  }
}
@media (max-width: 991.9px) {
  .about-page .about-layout .content {
    padding: 0 38px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-layout .content {
    padding: 0;
  }
}
.about-page .about-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 58px;
}
@media (min-width: 1424px) {
  .about-page .about-hero {
    margin-bottom: clamp(0px, 4.0730337079vw, 203.6516853933px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-hero {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 46px;
  }
}
.about-page .about-hero .page-title {
  text-align: right;
}
@media (max-width: 767.9px) {
  .about-page .about-hero .page-title {
    text-align: left;
  }
}
.about-page .about-hero h1 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .about-page .about-hero h1 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .about-page .about-hero h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .about-page .about-hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-hero h1 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .about-page .about-hero h1 {
    font-size: 38px;
  }
}
.about-page .about-hero h1 {
  font-size: 70px;
  margin: 0;
}
@media (min-width: 1424px) {
  .about-page .about-hero h1 {
    font-size: clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 1199.9px) {
  .about-page .about-hero h1 {
    font-size: 64px;
  }
}
@media (max-width: 991.9px) {
  .about-page .about-hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.9px) {
  .about-page .about-hero h1 {
    font-size: 40px;
  }
}
.about-page .about-hero h1 span {
  display: block;
}
.about-page .about-section-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 11% 49%;
  grid-template-columns: 40% 49%;
  gap: 11%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 100px;
}
@media (min-width: 1424px) {
  .about-page .about-section-top {
    gap: clamp(0px, 8.2865168539vw, 414.3258426966px);
    padding: 0 clamp(0px, 7.0224719101vw, 351.1235955056px);
  }
}
@media (max-width: 991.9px) {
  .about-page .about-section-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
  }
}
.about-page .about-section-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 11% 40%;
  grid-template-columns: 49% 40%;
  gap: 11%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 100px;
  margin-top: 152px;
  margin-bottom: 92px;
}
@media (min-width: 1424px) {
  .about-page .about-section-bottom {
    gap: clamp(0px, 8.2865168539vw, 414.3258426966px);
    padding: 0 clamp(0px, 7.0224719101vw, 351.1235955056px);
    margin-top: clamp(0px, 10.6741573034vw, 533.7078651685px);
    margin-bottom: clamp(0px, 6.4606741573vw, 323.0337078652px);
  }
}
@media (max-width: 991.9px) {
  .about-page .about-section-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
    margin-top: 84px;
    margin-bottom: 72px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-section-bottom {
    gap: 32px;
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .about-page .about-section-bottom .text-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.about-page .about-section-bottom .text-column {
  margin-left: -59px;
}
@media (min-width: 1424px) {
  .about-page .about-section-bottom .text-column {
    margin-left: clamp(-207.1629213483px, -4.143258427vw, 0px);
  }
}
@media (max-width: 991.9px) {
  .about-page .about-section-bottom .text-column {
    margin-left: 0;
  }
}
.about-page .text-column {
  max-width: 495px;
}
@media (min-width: 1424px) {
  .about-page .text-column {
    max-width: clamp(0px, 34.7612359551vw, 1738.0617977528px);
  }
}
.about-page .about-copy-block + .about-copy-block {
  margin-top: 92px;
}
@media (min-width: 1424px) {
  .about-page .about-copy-block + .about-copy-block {
    margin-top: clamp(0px, 6.4606741573vw, 323.0337078652px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-copy-block + .about-copy-block {
    margin-top: 48px;
  }
}
.about-page .about-copy-block h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7777777778;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .about-page .about-copy-block h2 {
    font-size: clamp(0px, 1.2640449438vw, 63.202247191px);
    letter-spacing: clamp(0px, 0.0983146067vw, 4.9157303371px);
  }
}
@media (max-width: 991.9px) {
  .about-page .about-copy-block h2 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-copy-block h2 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .about-page .about-copy-block h2 {
    font-size: 12px;
  }
}
.about-page .about-copy-block h2 {
  font-weight: 700;
  max-width: 390px;
  margin: 0 0 34px;
}
@media (min-width: 1424px) {
  .about-page .about-copy-block h2 {
    max-width: clamp(0px, 27.3876404494vw, 1369.3820224719px);
    margin-bottom: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
.about-page .about-copy-block:nth-child(2) h2 {
  max-width: 440px;
}
@media (min-width: 1424px) {
  .about-page .about-copy-block:nth-child(2) h2 {
    max-width: clamp(0px, 30.8988764045vw, 1544.9438202247px);
  }
}
.about-page .about-copy-block .text-body {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .about-page .about-copy-block .text-body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-copy-block .text-body {
    font-size: 13px;
  }
}
.about-page .image-column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
  padding-top: 98px;
}
@media (min-width: 1424px) {
  .about-page .image-column-top {
    gap: clamp(0px, 2.3876404494vw, 119.3820224719px);
    padding-top: clamp(0px, 6.8820224719vw, 344.1011235955px);
  }
}
@media (max-width: 991.9px) {
  .about-page .image-column-top {
    padding-top: 0;
    max-width: 560px;
  }
}
@media (max-width: 767.9px) {
  .about-page .image-column-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 20px;
  }
}
@media (max-width: 575.9px) {
  .about-page .image-column-top {
    gap: 18px;
  }
}
.about-page .image-column-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
@media (min-width: 1424px) {
  .about-page .image-column-bottom {
    gap: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 991.9px) {
  .about-page .image-column-bottom {
    max-width: 560px;
  }
}
@media (max-width: 767.9px) {
  .about-page .image-column-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 20px;
  }
}
@media (max-width: 575.9px) {
  .about-page .image-column-bottom {
    gap: 18px;
  }
}
.about-page .about-image {
  overflow: hidden;
}
.about-page .about-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .about-image-tall {
  width: 245px;
  height: 620px;
}
@media (min-width: 1424px) {
  .about-page .about-image-tall {
    width: clamp(0px, 17.2050561798vw, 860.2528089888px);
    height: clamp(0px, 43.5393258427vw, 2176.9662921348px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-image-tall {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
}
.about-page .about-image-offset {
  width: 245px;
  height: 680px;
  margin-top: 84px;
}
@media (min-width: 1424px) {
  .about-page .about-image-offset {
    width: clamp(0px, 17.2050561798vw, 860.2528089888px);
    height: clamp(0px, 47.7528089888vw, 2387.6404494382px);
    margin-top: clamp(0px, 5.8988764045vw, 294.9438202247px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-image-offset {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    margin-top: 0;
  }
}
.about-page.wood-cabinet-page .about-layout {
  padding-bottom: 88px;
}
@media (min-width: 1424px) {
  .about-page.wood-cabinet-page .about-layout {
    padding-bottom: clamp(0px, 6.1797752809vw, 308.9887640449px);
  }
}
@media (max-width: 767.9px) {
  .about-page.wood-cabinet-page .about-layout {
    padding-bottom: 64px;
  }
}
.about-page.wood-cabinet-page .about-section-top .text-column {
  padding-top: 98px;
}
@media (min-width: 1424px) {
  .about-page.wood-cabinet-page .about-section-top .text-column {
    padding-top: clamp(0px, 6.8820224719vw, 344.1011235955px);
  }
}
@media (max-width: 991.9px) {
  .about-page.wood-cabinet-page .about-section-top .text-column {
    padding-top: 0;
  }
}
.about-page.wood-cabinet-page .about-image-offset {
  margin-top: 150px;
}
@media (min-width: 1424px) {
  .about-page.wood-cabinet-page .about-image-offset {
    margin-top: clamp(0px, 10.5337078652vw, 526.6853932584px);
  }
}
@media (max-width: 767.9px) {
  .about-page.wood-cabinet-page .about-image-offset {
    margin-top: 0;
  }
}
.about-page.wood-cabinet-page .wood-cabinet-contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 36px;
}
@media (min-width: 1424px) {
  .about-page.wood-cabinet-page .wood-cabinet-contact-btn {
    margin-top: clamp(0px, 2.5280898876vw, 126.404494382px);
  }
}
.about-page.wood-cabinet-page .wood-cabinet-contact-btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .about-page.wood-cabinet-page .wood-cabinet-contact-btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
.about-page .about-cta {
  background-color: #000000;
  color: #ffffff;
  padding: 130px 0 125px;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 1424px) {
  .about-page .about-cta {
    padding: clamp(0px, 9.1292134831vw, 456.4606741573px) 0 clamp(0px, 8.7780898876vw, 438.904494382px);
    min-height: clamp(0px, 30.1966292135vw, 1509.8314606742px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-cta {
    padding: 86px 0;
    min-height: 320px;
  }
}
.about-page .about-cta > .container {
  padding: 0;
}
.about-page .about-cta .content {
  max-width: none;
  padding: 0 20px;
}
.about-page .about-cta h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 34px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 0.7647058824;
  letter-spacing: 0px;
}
@media (min-width: 1424px) {
  .about-page .about-cta h2 {
    font-size: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 991.9px) {
  .about-page .about-cta h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .about-page .about-cta h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .about-page .about-cta h2 {
    font-size: 22px;
  }
}
.about-page .about-cta h2 {
  font-size: 48px;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 34px;
}
@media (min-width: 1424px) {
  .about-page .about-cta h2 {
    font-size: clamp(0px, 3.3707865169vw, 168.5393258427px);
    margin-bottom: clamp(0px, 2.3876404494vw, 119.3820224719px);
  }
}
@media (max-width: 767.9px) {
  .about-page .about-cta h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 575.9px) {
  .about-page .about-cta h2 {
    font-size: 28px;
  }
}
.about-page .about-cta h2 span {
  color: #c8b496;
}
.about-page .about-cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
@media (min-width: 1424px) {
  .about-page .about-cta .btns {
    gap: clamp(0px, 1.1235955056vw, 56.1797752809px);
  }
}
@media (max-width: 575.9px) {
  .about-page .about-cta .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-page .about-cta .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .about-cta .btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .about-page .about-cta .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 575.9px) {
  .about-page .about-cta .btn .btn-content {
    width: 100%;
    min-width: 220px;
  }
}

footer {
  padding: 44px 0 45px;
  border-top: 1px solid #000000;
}
@media (min-width: 1424px) {
  footer {
    padding: clamp(0px, 3.0898876404vw, 154.4943820225px) 0 clamp(0px, 3.1601123596vw, 158.0056179775px);
  }
}
@media (max-width: 767.9px) {
  footer {
    padding: 35px 0 35px;
  }
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #c8b496;
}
footer footer.footer-dark {
  background-color: #000000;
  color: #ffffff;
  border-top-color: #ffffff;
}
footer footer.footer-dark a,
footer footer.footer-dark .footer-top h2,
footer footer.footer-dark .footer-top .info-box,
footer footer.footer-dark .footer-top .info-box .info-title,
footer footer.footer-dark .footer-bottom {
  color: #ffffff;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media (max-width: 767.9px) {
  footer .footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
footer .footer-top h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  footer .footer-top h2 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  footer .footer-top h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-top h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top h2 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top h2 {
    font-size: 38px;
  }
}
footer .footer-top h2 {
  letter-spacing: 0;
  margin: 0 3px 28px 0;
}
@media (min-width: 1424px) {
  footer .footer-top h2 {
    margin: 0 clamp(0px, 0.2106741573vw, 10.5337078652px) clamp(0px, 1.9662921348vw, 98.3146067416px) 0;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top h2 {
    margin: 0 0 25px;
  }
}
footer .footer-top h2 span {
  display: inline-block;
}
footer .footer-top .info-box {
  color: #1a1a1a;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
footer .footer-top .info-box {
  margin-bottom: 23px;
  margin-right: 6px;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box {
    margin-bottom: clamp(0px, 1.6151685393vw, 80.7584269663px);
    margin-right: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .info-box {
    margin: 0 0 20px;
  }
}
footer .footer-top .info-box:last-child {
  margin-bottom: 0;
}
footer .footer-top .info-box .info-title {
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box .info-title {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
footer .footer-top .info-box .info-title {
  margin: 0 0 9px;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box .info-title {
    margin: 0 0 clamp(0px, 0.6320224719vw, 31.6011235955px);
  }
}
footer .footer-top .info-box .info-title:last-child {
  margin-bottom: 0;
}
footer .footer-top .info-box p {
  margin: 0 0 8px;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box p {
    margin: 0 0 clamp(0px, 0.5617977528vw, 28.0898876404px);
  }
}
footer .footer-top .info-box p:last-child {
  margin-bottom: 0;
}
footer .footer-top .info-box .item {
  margin-bottom: 28px;
}
@media (min-width: 1424px) {
  footer .footer-top .info-box .item {
    margin-bottom: clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .info-box .item {
    margin-bottom: 20px;
  }
}
footer .footer-top .info-box .item:last-child {
  margin-bottom: 0;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  padding: 0 6px;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  footer .footer-bottom {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (min-width: 1424px) {
  footer .footer-bottom {
    margin-top: clamp(0px, 1.1235955056vw, 56.1797752809px);
    padding: 0 clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
footer .footer-bottom p {
  margin: 0 0 5px;
}
@media (min-width: 1424px) {
  footer .footer-bottom p {
    margin-bottom: clamp(0px, 0.3511235955vw, 17.5561797753px);
  }
}
footer .footer-bottom .footer-bottom-left {
  margin-left: 8px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left {
    margin-left: clamp(0px, 0.5617977528vw, 28.0898876404px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-bottom-left {
    margin: 0 0 25px;
  }
}
footer .footer-bottom .footer-bottom-left .logo {
  width: 39px;
  display: block;
  margin: 0 0 17px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left .logo {
    width: clamp(0px, 2.7387640449vw, 136.9382022472px);
    margin: 0 0 clamp(0px, 1.1938202247vw, 59.691011236px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-bottom-left .logo {
    margin: 0 auto 17px;
  }
}
footer .footer-bottom .footer-bottom-left .logo img {
  display: block;
}
footer .footer-bottom .footer-bottom-left .links-1 > p, footer .footer-bottom .footer-bottom-left .links-1 > span, footer .footer-bottom .footer-bottom-left .links-1 > a,
footer .footer-bottom .footer-bottom-left .links-2 > p,
footer .footer-bottom .footer-bottom-left .links-2 > span,
footer .footer-bottom .footer-bottom-left .links-2 > a {
  position: relative;
  display: inline-block;
}
footer .footer-bottom .footer-bottom-left .links-1 > p::after, footer .footer-bottom .footer-bottom-left .links-1 > span::after, footer .footer-bottom .footer-bottom-left .links-1 > a::after,
footer .footer-bottom .footer-bottom-left .links-2 > p::after,
footer .footer-bottom .footer-bottom-left .links-2 > span::after,
footer .footer-bottom .footer-bottom-left .links-2 > a::after {
  content: " / ";
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin: 0 4px 0 7px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left .links-1 > p::after, footer .footer-bottom .footer-bottom-left .links-1 > span::after, footer .footer-bottom .footer-bottom-left .links-1 > a::after,
  footer .footer-bottom .footer-bottom-left .links-2 > p::after,
  footer .footer-bottom .footer-bottom-left .links-2 > span::after,
  footer .footer-bottom .footer-bottom-left .links-2 > a::after {
    margin: 0 clamp(0px, 0.2808988764vw, 14.0449438202px) 0 clamp(0px, 0.4915730337vw, 24.5786516854px);
  }
}
footer .footer-bottom .footer-bottom-left .links-1 > p:last-child::after, footer .footer-bottom .footer-bottom-left .links-1 > span:last-child::after, footer .footer-bottom .footer-bottom-left .links-1 > a:last-child::after,
footer .footer-bottom .footer-bottom-left .links-2 > p:last-child::after,
footer .footer-bottom .footer-bottom-left .links-2 > span:last-child::after,
footer .footer-bottom .footer-bottom-left .links-2 > a:last-child::after {
  content: none;
}
footer .footer-bottom .footer-bottom-left .links-1 {
  margin-bottom: 3px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left .links-1 {
    margin-bottom: clamp(0px, 0.2106741573vw, 10.5337078652px);
  }
}
footer .footer-bottom .footer-bottom-left .links-1 a {
  margin: 0 0 5px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left .links-1 a {
    margin-bottom: clamp(0px, 0.3511235955vw, 17.5561797753px);
  }
}
footer .footer-bottom .footer-bottom-left .footer-legal p {
  display: block;
  margin: 0;
}
footer .footer-bottom .footer-bottom-left .footer-legal p::after {
  content: none;
}
footer .footer-bottom .footer-bottom-left .footer-legal p + p {
  margin-top: 6px;
}
@media (min-width: 1424px) {
  footer .footer-bottom .footer-bottom-left .footer-legal p + p {
    margin-top: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
footer .footer-bottom .footer-bottom-right {
  text-align: right;
}

.contact-page {
  padding-top: 75px;
}
.contact-page > section > .container {
  padding: 0 31px;
}
@media (min-width: 1424px) {
  .contact-page > section > .container {
    padding: 0 clamp(0px, 2.1769662921vw, 108.8483146067px);
  }
}
@media (max-width: 767.9px) {
  .contact-page > section > .container {
    padding: 0 20px;
  }
}
@media (min-width: 1424px) {
  .contact-page {
    padding-top: clamp(0px, 5.2668539326vw, 263.3426966292px);
  }
}
@media (max-width: 991.9px) {
  .contact-page {
    padding-top: 65px;
  }
}
@media (max-width: 767.9px) {
  .contact-page {
    padding-top: 58px;
  }
}
.contact-page .contact-layout {
  padding: 58px 0 170px;
}
@media (min-width: 1424px) {
  .contact-page .contact-layout {
    padding: clamp(0px, 4.0730337079vw, 203.6516853933px) 0 clamp(0px, 11.9382022472vw, 596.9101123596px);
  }
}
@media (max-width: 767.9px) {
  .contact-page .contact-layout {
    padding: 42px 0 104px;
  }
}
.contact-page .contact-layout .content {
  padding: 0;
  max-width: none;
}
@media (min-width: 1424px) {
  .contact-page .contact-layout .content {
    padding: 0;
  }
}
.contact-page .contact-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 90px;
}
@media (min-width: 1424px) {
  .contact-page .contact-hero {
    margin-bottom: clamp(0px, 6.3202247191vw, 316.0112359551px);
  }
}
@media (max-width: 767.9px) {
  .contact-page .contact-hero {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 58px;
  }
}
.contact-page .contact-hero .page-title {
  text-align: right;
}
@media (max-width: 767.9px) {
  .contact-page .contact-hero .page-title {
    text-align: left;
  }
}
.contact-page .contact-hero h1 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media (min-width: 1424px) {
  .contact-page .contact-hero h1 {
    font-size: clamp(0px, 4.2134831461vw, 210.6741573034px);
    letter-spacing: clamp(-1.404494382px, -0.0280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .contact-page .contact-hero h1 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  .contact-page .contact-hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .contact-page .contact-hero h1 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  .contact-page .contact-hero h1 {
    font-size: 38px;
  }
}
.contact-page .contact-hero h1 {
  font-size: 70px;
  margin: 0;
}
@media (min-width: 1424px) {
  .contact-page .contact-hero h1 {
    font-size: clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 1199.9px) {
  .contact-page .contact-hero h1 {
    font-size: 64px;
  }
}
@media (max-width: 991.9px) {
  .contact-page .contact-hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 767.9px) {
  .contact-page .contact-hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.9px) {
  .contact-page .contact-hero h1 {
    font-size: 40px;
  }
}
.contact-page .contact-hero h1 span {
  display: block;
}
.contact-page .contact-form-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page .contact-form {
  width: 100%;
  max-width: 470px;
  text-align: center;
}
@media (min-width: 1424px) {
  .contact-page .contact-form {
    max-width: clamp(0px, 33.0056179775vw, 1650.2808988764px);
  }
}
.contact-page .form-row {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 1424px) {
  .contact-page .form-row {
    margin-bottom: clamp(0px, 1.7556179775vw, 87.7808988764px);
  }
}
.contact-page .form-row label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.contact-page .form-row input,
.contact-page .form-row .custom-select-trigger {
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .contact-page .form-row input,
  .contact-page .form-row .custom-select-trigger {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
.contact-page .form-row input,
.contact-page .form-row .custom-select-trigger {
  width: 100%;
  height: 43px;
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  color: #26211e;
  padding: 0 24px;
  outline: none;
}
@media (min-width: 1424px) {
  .contact-page .form-row input,
  .contact-page .form-row .custom-select-trigger {
    height: clamp(0px, 3.0196629213vw, 150.9831460674px);
    padding: 0 clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
.contact-page .form-row input::-webkit-input-placeholder, .contact-page .form-row .custom-select-trigger::-webkit-input-placeholder {
  color: #26211e;
  opacity: 1;
}
.contact-page .form-row input::-moz-placeholder, .contact-page .form-row .custom-select-trigger::-moz-placeholder {
  color: #26211e;
  opacity: 1;
}
.contact-page .form-row input:-ms-input-placeholder, .contact-page .form-row .custom-select-trigger:-ms-input-placeholder {
  color: #26211e;
  opacity: 1;
}
.contact-page .form-row input::-ms-input-placeholder, .contact-page .form-row .custom-select-trigger::-ms-input-placeholder {
  color: #26211e;
  opacity: 1;
}
.contact-page .form-row input::placeholder,
.contact-page .form-row .custom-select-trigger::placeholder {
  color: #26211e;
  opacity: 1;
}
.contact-page .form-row-select {
  z-index: 3;
}
.contact-page .custom-select {
  position: relative;
  width: 100%;
}
.contact-page .custom-select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-right: 56px;
  padding-left: 56px;
}
@media (min-width: 1424px) {
  .contact-page .custom-select-trigger {
    padding-right: clamp(0px, 3.9325842697vw, 196.6292134831px);
    padding-left: clamp(0px, 3.9325842697vw, 196.6292134831px);
  }
}
.contact-page .custom-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (min-width: 1424px) {
  .contact-page .custom-select-trigger::after {
    right: clamp(0px, 1.6853932584vw, 84.2696629213px);
    width: clamp(0px, 0.4915730337vw, 24.5786516854px);
    height: clamp(0px, 0.4915730337vw, 24.5786516854px);
  }
}
.contact-page .custom-select-trigger span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-page .custom-select-options {
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .contact-page .custom-select-options {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
.contact-page .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  display: none;
  margin: -1px 0 0;
  padding: 10px 0;
  border: 1px solid #000000;
  background-color: #f6f1eb;
  color: #26211e;
  text-align: center;
  list-style: none;
}
@media (min-width: 1424px) {
  .contact-page .custom-select-options {
    padding: clamp(0px, 0.702247191vw, 35.1123595506px) 0;
  }
}
.contact-page .custom-select-options li {
  padding: 8px 24px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 1424px) {
  .contact-page .custom-select-options li {
    padding: clamp(0px, 0.5617977528vw, 28.0898876404px) clamp(0px, 1.6853932584vw, 84.2696629213px);
  }
}
.contact-page .custom-select-options li:hover, .contact-page .custom-select-options li.active, .contact-page .custom-select-options li.is-selected {
  background-color: #000000;
  color: #ffffff;
}
.contact-page .custom-select.open .custom-select-trigger::after {
  -webkit-transform: translateY(-25%) rotate(225deg);
          transform: translateY(-25%) rotate(225deg);
}
.contact-page .custom-select.open .custom-select-options {
  display: block;
}
.contact-page .form-note {
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .contact-page .form-note {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .contact-page .form-note {
    font-size: 13px;
  }
}
.contact-page .form-note {
  font-size: 12px;
  line-height: 1.35;
  max-width: 430px;
  margin: 54px auto;
}
@media (min-width: 1424px) {
  .contact-page .form-note {
    font-size: clamp(0px, 0.8426966292vw, 42.1348314607px);
    max-width: clamp(0px, 30.1966292135vw, 1509.8314606742px);
    margin: clamp(0px, 3.7921348315vw, 189.606741573px) auto;
  }
}
.contact-page .captcha-placeholder {
  width: 300px;
  min-height: 74px;
  margin: 0 auto 54px;
}
@media (min-width: 1424px) {
  .contact-page .captcha-placeholder {
    width: clamp(0px, 21.0674157303vw, 1053.3707865169px);
    min-height: clamp(0px, 5.1966292135vw, 259.8314606742px);
    margin-bottom: clamp(0px, 3.7921348315vw, 189.606741573px);
  }
}
@media (max-width: 575.9px) {
  .contact-page .captcha-placeholder {
    width: 100%;
    max-width: 300px;
  }
}
.contact-page .submit-button {
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
}
@media (min-width: 1424px) {
  .contact-page .submit-button {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
.contact-page .submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 253px;
  height: 54px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  background-color: #c8b496;
  color: #26211e;
  cursor: pointer;
}
@media (min-width: 1424px) {
  .contact-page .submit-button {
    min-width: clamp(0px, 17.7668539326vw, 888.3426966292px);
    height: clamp(0px, 3.7921348315vw, 189.606741573px);
  }
}

.contact-page-body footer {
  background-color: #000000;
  color: #ffffff;
  border-top: 0;
}
.contact-page-body footer a,
.contact-page-body footer .footer-top h2,
.contact-page-body footer .footer-top .info-box,
.contact-page-body footer .footer-top .info-box .info-title {
  color: #ffffff;
}
.contact-page-body footer .footer-bottom {
  color: #ffffff;
}