@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;
}

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

.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 fadeInDown {
  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 fadeInDown {
  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;
  color: #372f2b;
  font-family: "Bw Gradual DEMO";
}
@media (min-width: 1424px) {
  html,
  body {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  html,
  body {
    font-size: 13px;
  }
}

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: #456fc3;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.color-yellow {
  color: #d99842;
}

.color-blue {
  color: #456fc3;
}

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

.border-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none !important;
}
.border-dots::before, .border-dots::after {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
}
@media (min-width: 1424px) {
  .border-dots::before, .border-dots::after {
    width: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
.border-dots::before {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.border-dots::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.border-dots .dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.border-dots .dots::before, .border-dots .dots::after {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
}
@media (min-width: 1424px) {
  .border-dots .dots::before, .border-dots .dots::after {
    width: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
.border-dots .dots::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.border-dots .dots::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.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 {
  position: relative;
  height: calc(100vh * var(--scroll-wrapper-scale));
}
.full-scroll-wrapper .scroll-animate-section {
  width: 100%;
}
@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: #456fc3;
}
.scroll-animate-text span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.9px) {
  .scroll-animate-text .wordTransform {
    color: #000000 !important;
  }
  .scroll-animate-text .wordTransform:first-child {
    color: #456fc3 !important;
  }
}

.rotateWord {
  display: inline-block;
}

.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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn::before, .btn::after,
.wp-block-button::before,
.wp-block-button::after {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 5;
}
@media (min-width: 1424px) {
  .btn::before, .btn::after,
  .wp-block-button::before,
  .wp-block-button::after {
    width: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
.btn::before,
.wp-block-button::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn::after,
.wp-block-button::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.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;
  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;
  background-color: transparent;
  border: 1px solid #372f2b;
  position: relative;
}
@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 > 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;
  width: 100%;
  height: 100%;
  position: relative;
}
.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 .basic-wrapper::before, .btn a .basic-wrapper::after,
.btn .wp-block-button__link .basic-wrapper::before,
.btn .wp-block-button__link .basic-wrapper::after, .btn > span .basic-wrapper::before, .btn > span .basic-wrapper::after, .btn > div .basic-wrapper::before, .btn > div .basic-wrapper::after,
.wp-block-button a .basic-wrapper::before,
.wp-block-button a .basic-wrapper::after,
.wp-block-button .wp-block-button__link .basic-wrapper::before,
.wp-block-button .wp-block-button__link .basic-wrapper::after,
.wp-block-button > span .basic-wrapper::before,
.wp-block-button > span .basic-wrapper::after,
.wp-block-button > div .basic-wrapper::before,
.wp-block-button > div .basic-wrapper::after {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 5;
}
@media (min-width: 1424px) {
  .btn a .basic-wrapper::before, .btn a .basic-wrapper::after,
  .btn .wp-block-button__link .basic-wrapper::before,
  .btn .wp-block-button__link .basic-wrapper::after, .btn > span .basic-wrapper::before, .btn > span .basic-wrapper::after, .btn > div .basic-wrapper::before, .btn > div .basic-wrapper::after,
  .wp-block-button a .basic-wrapper::before,
  .wp-block-button a .basic-wrapper::after,
  .wp-block-button .wp-block-button__link .basic-wrapper::before,
  .wp-block-button .wp-block-button__link .basic-wrapper::after,
  .wp-block-button > span .basic-wrapper::before,
  .wp-block-button > span .basic-wrapper::after,
  .wp-block-button > div .basic-wrapper::before,
  .wp-block-button > div .basic-wrapper::after {
    width: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
.btn a .basic-wrapper::before,
.btn .wp-block-button__link .basic-wrapper::before, .btn > span .basic-wrapper::before, .btn > div .basic-wrapper::before,
.wp-block-button a .basic-wrapper::before,
.wp-block-button .wp-block-button__link .basic-wrapper::before,
.wp-block-button > span .basic-wrapper::before,
.wp-block-button > div .basic-wrapper::before {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.btn a .basic-wrapper::after,
.btn .wp-block-button__link .basic-wrapper::after, .btn > span .basic-wrapper::after, .btn > div .basic-wrapper::after,
.wp-block-button a .basic-wrapper::after,
.wp-block-button .wp-block-button__link .basic-wrapper::after,
.wp-block-button > span .basic-wrapper::after,
.wp-block-button > div .basic-wrapper::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.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;
    color: #ffffff;
  }
  .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.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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: transparent;
}
header.smaller-header {
  background-color: #f6f1eb;
}
header .container {
  padding: 11.5px 0 0;
}
@media (min-width: 1424px) {
  header .container {
    max-width: clamp(0px, 100vw, 5000px);
    padding: clamp(0px, 0.8075842697vw, 40.3792134831px) 0 0;
  }
}
header .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;
  position: relative;
}
header .btn {
  height: 100%;
}
header .btn .btn-content {
  height: 100%;
}
header .header-left {
  padding: 0 0 12px 14px;
}
@media (min-width: 1424px) {
  header .header-left {
    padding: 0 0 clamp(0px, 0.8426966292vw, 42.1348314607px) clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  header .header-left {
    padding-left: 0;
  }
}
header .header-left .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header-left .header-logo img {
  display: block;
  mix-blend-mode: multiply;
}
header .header-left .header-logo .logo-img {
  width: 109px;
  margin-right: 6px;
}
@media (min-width: 1424px) {
  header .header-left .header-logo .logo-img {
    width: clamp(0px, 7.654494382vw, 382.7247191011px);
    margin-right: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
@media (max-width: 991.9px) {
  header .header-left .header-logo .logo-img {
    width: 76.3px;
  }
}
header .header-left .header-logo .logo-text {
  width: 78px;
}
@media (min-width: 1424px) {
  header .header-left .header-logo .logo-text {
    width: clamp(0px, 5.5vw, 266.8539325843px);
  }
}
@media (max-width: 991.9px) {
  header .header-left .header-logo .logo-text {
    width: 53.2px;
  }
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #f6f1eb;
  margin-bottom: -1px;
}
@media (max-width: 991.9px) {
  header .header-right {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 575.9px) {
  header .header-right {
    border-right: none;
  }
}
header .header-right .mobile-button {
  cursor: pointer;
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #372f2b;
  width: 43px;
  min-width: 43px;
  aspect-ratio: 1;
}
header .header-right .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: 991.9px) {
  header .header-right .mobile-button {
    display: block;
    aspect-ratio: 1;
    position: relative;
    background-color: #f6f1eb;
  }
  header .header-right .mobile-button span {
    display: block;
    width: 25px;
    height: 1px;
    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-right .mobile-button span:first-child {
    top: 35%;
  }
  header .header-right .mobile-button span:nth-child(2) {
    top: 50%;
  }
  header .header-right .mobile-button span:last-child {
    top: 65%;
  }
}
@media (min-width: 767.9px) {
  header .header-right .mobile-button:hover span {
    background-color: #ffffff;
  }
  header .header-right .mobile-button:hover::after {
    width: 100%;
  }
}
header .header-right .mobile-button.active::after {
  width: 100%;
}
header .header-right .mobile-button.active span {
  background-color: #ffffff;
}
header .header-right .mobile-button.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
header .header-right .mobile-button.active span:nth-child(2) {
  width: 0px;
}
header .header-right .mobile-button.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
header .header-right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  border-right: 1px solid #000000;
}
@media (min-width: 991.9px) {
  header .header-right .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 991.9px) {
  header .header-right .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: none;
    position: absolute;
    right: -1px;
    bottom: 0px;
    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;
    max-height: 137px;
    opacity: 0;
    pointer-events: none;
    border-bottom: 1px solid #000000;
  }
  header .header-right .menu.visible {
    opacity: 1;
  }
  header .header-right .menu.is-show {
    overflow: visible !important;
    opacity: 1;
    pointer-events: initial;
  }
  header .header-right .menu .menu-item {
    width: 100%;
  }
}
header .header-right .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-right .menu .menu-item.btn .btn-content {
  min-width: 126px;
  text-transform: uppercase;
  border-right: none;
}
@media (min-width: 1424px) {
  header .header-right .menu .menu-item.btn .btn-content {
    min-width: clamp(0px, 8.8483146067vw, 442.4157303371px);
  }
}
@media (max-width: 991.9px) {
  header .header-right .menu .menu-item.btn .btn-content {
    border-right: 1px solid #372f2b;
    border-bottom: none;
  }
}
header .header-right .menu .menu-item.btn:last-child .btn-content {
  min-width: 110px;
}
@media (min-width: 1424px) {
  header .header-right .menu .menu-item.btn:last-child .btn-content {
    min-width: clamp(0px, 7.7247191011vw, 386.2359550562px);
  }
}
@media (max-width: 991.9px) {
  header .header-right .menu .menu-item.btn:last-child .btn-content {
    border-bottom: 1px solid #372f2b;
  }
}
header .header-right .menu .menu-item.btn:last-child .btn-content {
  border-right: 1px solid #372f2b;
}
header .btn::before, header .btn::after,
header .wp-block-button::before,
header .wp-block-button::after {
  content: none !important;
}
header .btn .basic-wrapper::before, header .btn .basic-wrapper::after,
header .wp-block-button .basic-wrapper::before,
header .wp-block-button .basic-wrapper::after {
  content: none !important;
}

.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 .border-dots {
  left: 31px;
  width: calc(100% - 62px);
}
@media (min-width: 1424px) {
  .banner .border-dots {
    left: clamp(0px, 2.1769662921vw, 108.8483146067px);
    width: calc(100% - clamp(0px, 4.3539325843vw, 217.6966292135px));
  }
}
@media (max-width: 767.9px) {
  .banner .border-dots {
    left: 0;
    width: 100%;
  }
}
.banner .bg-box {
  position: relative;
}
@media (max-width: 767.9px) {
  .banner .bg-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner .bg-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 630px;
  -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.png);
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
}
.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;
  width: 905px;
  text-align: right;
  padding: 84px 80px 50px;
  color: #ffffff;
}
@media (min-width: 1424px) {
  .banner .content-box {
    right: clamp(0px, 2.1769662921vw, 108.8483146067px);
    width: clamp(0px, 64.0421348315vw, 3002.106741573px);
    padding: clamp(0px, 5.8988764045vw, 294.9438202247px) clamp(0px, 5.6179775281vw, 280.8988764045px) clamp(0px, 3.5112359551vw, 175.5617977528px);
  }
}
@media (max-width: 1199.9px) {
  .banner .content-box {
    padding: 50px 40px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box {
    padding: 50px 20px 60px;
    right: 20px;
    position: relative;
    right: unset;
  }
}
.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;
  margin: 0 0 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;
  }
}
@media (min-width: 1424px) {
  .banner .content-box .before-heading {
    margin: 0 0 clamp(0px, 0.2808988764vw, 14.0449438202px);
  }
}
.banner .content-box h1 {
  font-family: "Bw Gradual DEMO";
  font-size: 108px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0;
  margin: 0;
}
@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 .color-yellow {
  display: block;
  position: relative;
  padding-right: 0.23em;
}
.banner .content-box h1 .color-yellow::after {
  content: " ";
  display: block;
  background-color: #ffffff;
  position: absolute;
  right: 0.01em;
  top: 12%;
  width: 2px;
  height: 77%;
}
.banner .content-box h1 > span {
  display: inline-block;
}
.banner .content-box h1 .word-delay-index-1 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.banner .content-box h1 .word-delay-index-2 {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.banner .content-box h1 .word-delay-index-3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.banner .content-box h1 .word-delay-index-4 {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.banner .content-box h1 .word-delay-index-5 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.banner .content-box h1 .word-delay-index-6 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.banner .content-box h1 .word-delay-index-7 {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.banner .content-box h1 .word-delay-index-8 {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.banner .content-box h1 .word-delay-index-9 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.banner .content-box h1 .word-delay-index-10 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.banner .content-box h1 .word-delay-index-11 {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.banner .content-box h1 .word-delay-index-12 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.banner .content-box h1 .word-delay-index-13 {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.banner .content-box h1 .word-delay-index-14 {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.banner .content-box h1 .word-delay-index-15 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.banner .content-box h1 .word-delay-index-16 {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.banner .content-box h1 .word-delay-index-17 {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.banner .content-box h1 .word-delay-index-18 {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.banner .content-box h1 .word-delay-index-19 {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.banner .content-box h1 .word-delay-index-20 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.banner .content-box h1 .word-delay-index-21 {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.banner .content-box h1 .word-delay-index-22 {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.banner .content-box h1 .word-delay-index-23 {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.banner .content-box h1 .word-delay-index-24 {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.banner .content-box h1 .word-delay-index-25 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner .content-box h1 .word-delay-index-26 {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}
.banner .content-box h1 .word-delay-index-27 {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
.banner .content-box h1 .word-delay-index-28 {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.banner .content-box h1 .word-delay-index-29 {
  -webkit-animation-delay: 2.32s;
          animation-delay: 2.32s;
}
.banner .content-box h1 .word-delay-index-30 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.banner .content-box h1 .word-delay-index-31 {
  -webkit-animation-delay: 2.48s;
          animation-delay: 2.48s;
}
.banner .content-box h1 .word-delay-index-32 {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.banner .content-box h1 .word-delay-index-33 {
  -webkit-animation-delay: 2.64s;
          animation-delay: 2.64s;
}
.banner .content-box h1 .word-delay-index-34 {
  -webkit-animation-delay: 2.72s;
          animation-delay: 2.72s;
}
.banner .content-box h1 .word-delay-index-35 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.banner .content-box h1 .word-delay-index-36 {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.banner .content-box h1 .word-delay-index-37 {
  -webkit-animation-delay: 2.96s;
          animation-delay: 2.96s;
}
.banner .content-box h1 .word-delay-index-38 {
  -webkit-animation-delay: 3.04s;
          animation-delay: 3.04s;
}
.banner .content-box h1 .word-delay-index-39 {
  -webkit-animation-delay: 3.12s;
          animation-delay: 3.12s;
}
.banner .content-box h1 .word-delay-index-40 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.banner .content-box h1 .word-delay-index-41 {
  -webkit-animation-delay: 3.28s;
          animation-delay: 3.28s;
}
.banner .content-box h1 .word-delay-index-42 {
  -webkit-animation-delay: 3.36s;
          animation-delay: 3.36s;
}
.banner .content-box h1 .word-delay-index-43 {
  -webkit-animation-delay: 3.44s;
          animation-delay: 3.44s;
}
.banner .content-box h1 .word-delay-index-44 {
  -webkit-animation-delay: 3.52s;
          animation-delay: 3.52s;
}
.banner .content-box h1 .word-delay-index-45 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.banner .content-box h1 .word-delay-index-46 {
  -webkit-animation-delay: 3.68s;
          animation-delay: 3.68s;
}
.banner .content-box h1 .word-delay-index-47 {
  -webkit-animation-delay: 3.76s;
          animation-delay: 3.76s;
}
.banner .content-box h1 .word-delay-index-48 {
  -webkit-animation-delay: 3.84s;
          animation-delay: 3.84s;
}
.banner .content-box h1 .word-delay-index-49 {
  -webkit-animation-delay: 3.92s;
          animation-delay: 3.92s;
}
.banner .content-box h1 .word-delay-index-50 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.banner .content-box h1 .word-delay-index-51 {
  -webkit-animation-delay: 4.08s;
          animation-delay: 4.08s;
}
.banner .content-box h1 .word-delay-index-52 {
  -webkit-animation-delay: 4.16s;
          animation-delay: 4.16s;
}
.banner .content-box h1 .word-delay-index-53 {
  -webkit-animation-delay: 4.24s;
          animation-delay: 4.24s;
}
.banner .content-box h1 .word-delay-index-54 {
  -webkit-animation-delay: 4.32s;
          animation-delay: 4.32s;
}
.banner .content-box h1 .word-delay-index-55 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.banner .content-box h1 .word-delay-index-56 {
  -webkit-animation-delay: 4.48s;
          animation-delay: 4.48s;
}
.banner .content-box h1 .word-delay-index-57 {
  -webkit-animation-delay: 4.56s;
          animation-delay: 4.56s;
}
.banner .content-box h1 .word-delay-index-58 {
  -webkit-animation-delay: 4.64s;
          animation-delay: 4.64s;
}
.banner .content-box h1 .word-delay-index-59 {
  -webkit-animation-delay: 4.72s;
          animation-delay: 4.72s;
}
.banner .content-box h1 .word-delay-index-60 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.banner .content-box h1 .word-delay-index-61 {
  -webkit-animation-delay: 4.88s;
          animation-delay: 4.88s;
}
.banner .content-box h1 .word-delay-index-62 {
  -webkit-animation-delay: 4.96s;
          animation-delay: 4.96s;
}
.banner .content-box h1 .word-delay-index-63 {
  -webkit-animation-delay: 5.04s;
          animation-delay: 5.04s;
}
.banner .content-box h1 .word-delay-index-64 {
  -webkit-animation-delay: 5.12s;
          animation-delay: 5.12s;
}
.banner .content-box h1 .word-delay-index-65 {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.banner .content-box h1 .word-delay-index-66 {
  -webkit-animation-delay: 5.28s;
          animation-delay: 5.28s;
}
.banner .content-box h1 .word-delay-index-67 {
  -webkit-animation-delay: 5.36s;
          animation-delay: 5.36s;
}
.banner .content-box h1 .word-delay-index-68 {
  -webkit-animation-delay: 5.44s;
          animation-delay: 5.44s;
}
.banner .content-box h1 .word-delay-index-69 {
  -webkit-animation-delay: 5.52s;
          animation-delay: 5.52s;
}
.banner .content-box h1 .word-delay-index-70 {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.banner .content-box h1 .word-delay-index-71 {
  -webkit-animation-delay: 5.68s;
          animation-delay: 5.68s;
}
.banner .content-box h1 .word-delay-index-72 {
  -webkit-animation-delay: 5.76s;
          animation-delay: 5.76s;
}
.banner .content-box h1 .word-delay-index-73 {
  -webkit-animation-delay: 5.84s;
          animation-delay: 5.84s;
}
.banner .content-box h1 .word-delay-index-74 {
  -webkit-animation-delay: 5.92s;
          animation-delay: 5.92s;
}
.banner .content-box h1 .word-delay-index-75 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.banner .content-box h1 .word-delay-index-76 {
  -webkit-animation-delay: 6.08s;
          animation-delay: 6.08s;
}
.banner .content-box h1 .word-delay-index-77 {
  -webkit-animation-delay: 6.16s;
          animation-delay: 6.16s;
}
.banner .content-box h1 .word-delay-index-78 {
  -webkit-animation-delay: 6.24s;
          animation-delay: 6.24s;
}
.banner .content-box h1 .word-delay-index-79 {
  -webkit-animation-delay: 6.32s;
          animation-delay: 6.32s;
}
.banner .content-box h1 .word-delay-index-80 {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.banner .content-box .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Bw Gradual DEMO";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5714285714;
  letter-spacing: 1.4px;
  line-height: 1.8;
  letter-spacing: 0.0428571429em;
  text-align: right;
  margin-top: 27px;
}
@media (min-width: 1424px) {
  .banner .content-box .list-box {
    font-size: clamp(0px, 0.9831460674vw, 49.1573033708px);
  }
}
@media (max-width: 767.9px) {
  .banner .content-box .list-box {
    font-size: 13px;
  }
}
@media (min-width: 1424px) {
  .banner .content-box .list-box {
    margin-top: clamp(0px, 1.8960674157vw, 94.8033707865px);
  }
}
@media (max-width: 575.9px) {
  .banner .content-box .list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.banner .content-box .list-box .banner-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner .content-box .list-box .banner-list ul li {
  margin: 0;
  padding: 0;
}
.banner .content-box .list-box .banner-list:last-child {
  margin-left: 49px;
}
@media (min-width: 1424px) {
  .banner .content-box .list-box .banner-list:last-child {
    margin-left: clamp(0px, 3.441011236vw, 172.0505617978px);
  }
}
@media (max-width: 575.9px) {
  .banner .content-box .list-box .banner-list:last-child {
    margin-left: 0;
  }
}

.about-section {
  padding: 106px 0 95px;
}
@media (min-width: 1424px) {
  .about-section {
    padding: clamp(0px, 7.4438202247vw, 372.191011236px) 0 clamp(0px, 6.6713483146vw, 333.5674157303px);
  }
}
@media (min-width: 991.9px) {
  .about-section {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991.9px) {
  .about-section {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.9px) {
  .about-section {
    padding: 45px 0 35px;
  }
}
@media (max-width: 991.9px) {
  .about-section .container {
    padding-bottom: 0 !important;
  }
}
.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 .about-left {
  position: relative;
}
@media (max-width: 991.9px) {
  .about-section .about-left {
    margin-top: 35px;
    text-align: center;
  }
}
.about-section .about-left .info-box {
  font-family: "Bw Gradual DEMO";
  font-size: 7px;
  line-height: 1.5714285714;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1428571429em;
  color: #372f2b;
  color: rgba(0, 0, 0, 0.34);
}
@media (min-width: 1424px) {
  .about-section .about-left .info-box {
    font-size: clamp(0px, 0.4915730337vw, 24.5786516854px);
  }
}
.about-section .about-left .info-box p {
  margin: 0;
}
.about-section .about-left .info-top {
  margin-bottom: 15px;
}
@media (min-width: 1424px) {
  .about-section .about-left .info-top {
    margin-bottom: clamp(0px, 1.0533707865vw, 52.6685393258px);
  }
}
.about-section .about-left .info-bottom {
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1424px) {
  .about-section .about-left .info-bottom {
    padding-top: clamp(0px, 1.0533707865vw, 52.6685393258px);
  }
}
@media (max-width: 991.9px) {
  .about-section .about-left .info-bottom {
    position: relative;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 991.9px) {
  .about-section .about-left .btn {
    margin: 0 auto;
  }
}
.about-section .about-left .btn .btn-content {
  min-width: 201px;
}
@media (min-width: 1424px) {
  .about-section .about-left .btn .btn-content {
    min-width: clamp(0px, 14.1151685393vw, 705.7584269663px);
  }
}
@media (max-width: 1199.9px) {
  .about-section .about-left .btn .btn-content {
    min-width: unset;
  }
}
@media (max-width: 991.9px) {
  .about-section .about-left .btn .btn-content {
    min-width: 201px;
  }
}
@media (max-width: 767.9px) {
  .about-section .about-left .btn .btn-content {
    min-width: unset;
  }
}
.about-section .about-left .btn:first-child {
  margin-right: -1px;
}
.about-section .text {
  max-width: 835px;
  text-align: right;
}
@media (min-width: 1424px) {
  .about-section .text {
    max-width: clamp(0px, 58.6376404494vw, 2931.8820224719px);
  }
}
@media (max-width: 991.9px) {
  .about-section .text {
    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;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5555555556;
  margin: 0 0 20px auto;
  max-width: 405px;
}
@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;
  }
}
@media (min-width: 1424px) {
  .about-section .text h2 {
    max-width: clamp(0px, 27.7387640449vw, 1386.9382022472px);
    margin: 0 0 clamp(0px, 1.404494382vw, 70.2247191011px) auto;
  }
}
@media (max-width: 991.9px) {
  .about-section .text h2 {
    margin: 0 auto 20px;
  }
}
.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;
  margin: 0;
}
@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;
  }
}
@media (max-width: 1424px) and (min-width: 991.9px) {
  .about-section .text .after-title {
    font-size: 4.213vw;
  }
}
.about-section .text .after-title p {
  display: inline-block;
  margin: 0;
}
.intro-section {
  padding: 95px 0 92px;
}
@media (min-width: 1424px) {
  .intro-section {
    padding: clamp(0px, 6.6713483146vw, 333.5674157303px) 0 clamp(0px, 6.4606741573vw, 323.0337078652px);
  }
}
@media (max-width: 991.9px) {
  .intro-section {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.9px) {
  .intro-section {
    padding: 30px 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: 767.9px) {
  .intro-section .content {
    -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;
  }
}
.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: 767.9px) {
  .intro-section .image-box {
    margin: 0 0 35px;
    max-width: unset;
  }
}
.intro-section .image-box .img {
  position: relative;
}
.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 .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);
}
.intro-section .image-box .cover-logo {
  position: absolute;
  z-index: 2;
  height: auto;
  left: 30px;
  bottom: 30px;
}
@media (min-width: 1424px) {
  .intro-section .image-box .cover-logo {
    left: clamp(0px, 2.106741573vw, 105.3370786517px);
    bottom: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 575.9px) {
  .intro-section .image-box .cover-logo {
    left: 20px;
    bottom: 20px;
  }
}
.intro-section .image-box .cover-logo .logo-1 {
  width: 68px;
  margin-right: 10px;
}
@media (min-width: 1424px) {
  .intro-section .image-box .cover-logo .logo-1 {
    width: clamp(0px, 4.7752808989vw, 238.7640449438px);
    margin-right: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 575.9px) {
  .intro-section .image-box .cover-logo .logo-1 {
    width: 54.4px;
    margin-right: 8px;
  }
}
.intro-section .image-box .cover-logo .logo-1-text {
  width: 76px;
}
@media (min-width: 1424px) {
  .intro-section .image-box .cover-logo .logo-1-text {
    width: clamp(0px, 4.7752808989vw, 238.7640449438px);
  }
}
@media (max-width: 575.9px) {
  .intro-section .image-box .cover-logo .logo-1-text {
    width: 60.8px;
  }
}
.intro-section .image-box .cover-logo img {
  display: inline-block;
}
@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: 767.9px) {
  .intro-section .text {
    max-width: unset;
  }
}
.intro-section .text .text-logo {
  margin: 0 0 30px;
  width: 120px;
}
@media (min-width: 1424px) {
  .intro-section .text .text-logo {
    margin: 0 0 clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 767.9px) {
  .intro-section .text .text-logo {
    margin: 0 0 22px;
  }
}
.intro-section .text .text-logo img {
  display: block;
}
.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;
  font-weight: 700;
  line-height: 1.5555555556;
  margin: 0 0 23px;
  max-width: 275px;
}
@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;
  }
}
@media (min-width: 1424px) {
  .intro-section .text h2 {
    margin: 0 0 clamp(0px, 1.6151685393vw, 80.7584269663px);
    max-width: clamp(0px, 19.3117977528vw, 965.5898876404px);
  }
}
@media (max-width: 767.9px) {
  .intro-section .text h2 {
    margin: 0 0 20px;
  }
}
.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: 767.9px) {
  .intro-section .text .text-body {
    max-width: unset;
  }
}

.three-col-blocks {
  padding: 92px 0 83px;
}
@media (min-width: 1424px) {
  .three-col-blocks {
    padding: clamp(0px, 6.4606741573vw, 323.0337078652px) 0 clamp(0px, 5.8286516854vw, 291.4325842697px);
  }
}
@media (max-width: 991.9px) {
  .three-col-blocks {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.9px) {
  .three-col-blocks {
    padding: 30px 0 30px;
  }
}
.three-col-blocks .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
}
@media (min-width: 1424px) {
  .three-col-blocks .content {
    padding-bottom: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 991.9px) {
  .three-col-blocks .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.three-col-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: 40px 10px;
  position: relative;
}
@media (min-width: 1424px) {
  .three-col-blocks .blocks {
    max-width: clamp(0px, 71.7696629213vw, 3588.4831460674px);
    gap: clamp(0px, 2.808988764vw, 140.4494382022px) clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (max-width: 991.9px) {
  .three-col-blocks .blocks {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .three-col-blocks .blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.three-col-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;
  width: 100%;
  max-width: 334px;
  position: relative;
}
@media (min-width: 1424px) {
  .three-col-blocks .blocks .block-item {
    max-width: clamp(0px, 23.4550561798vw, 1172.7528089888px);
  }
}
@media (max-width: 991.9px) {
  .three-col-blocks .blocks .block-item {
    max-width: calc(33.33% - 3.33px);
  }
}
@media (max-width: 767.9px) {
  .three-col-blocks .blocks .block-item {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 575.9px) {
  .three-col-blocks .blocks .block-item {
    max-width: calc(100% - 0px);
  }
}
.three-col-blocks .blocks .block-item .img img {
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.three-col-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;
  margin: 0;
  padding: 7px 3px 0;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media (min-width: 1424px) {
  .three-col-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) {
  .three-col-blocks .blocks .block-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .three-col-blocks .blocks .block-item h3 {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .three-col-blocks .blocks .block-item h3 {
    font-size: 12px;
  }
}
@media (min-width: 1424px) {
  .three-col-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);
  }
}
.three-col-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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #372f2b;
  -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 #372f2b;
  position: relative;
  overflow: visible;
}
@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;
}
.show-marquee-section .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ee352a;
  mix-blend-mode: color;
}
.show-marquee-section .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-3.png);
  mix-blend-mode: darken;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
}
.show-marquee-section .img .cover-img {
  width: 48.316%;
  position: absolute;
  left: 50%;
  top: 13.257%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.show-marquee-section .img .cover-img img {
  display: block;
}
.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 #372f2b;
}
@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;
  margin: 0 20px 0 0;
}
@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;
  }
}
@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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
}
@media (max-width: 991.9px) {
  .show-marquee-section .marquee-and-text .text {
    text-align: left;
  }
}
@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 45px;
  }
}
.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;
  letter-spacing: 1.8px;
  font-weight: 700;
  margin: 0 0 24px;
}
@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;
  }
}
@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 .text-body {
  max-width: 389px;
  margin-left: auto;
}
@media (min-width: 1424px) {
  .show-marquee-section .marquee-and-text .text .text-body {
    max-width: clamp(0px, 27.3174157303vw, 1365.8707865169px);
  }
}
@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: -1px;
}
.show-marquee-section .marquee-and-text .text .btn .btn-content {
  min-width: 201px;
}
@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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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: 540px;
  margin-right: 40px;
}
@media (min-width: 1424px) {
  .text-and-image .text {
    max-width: clamp(0px, 37.9213483146vw, 1896.0674157303px);
    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 {
  max-width: 450px;
  font-family: "Bw Gradual DEMO";
  font-size: 103px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.0485436893;
  letter-spacing: -1px;
  margin: -0.1553398058em 0 30px;
}
@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;
  }
}
@media (min-width: 1424px) {
  .text-and-image .text h2 {
    max-width: clamp(0px, 31.6011235955vw, 1580.0561797753px);
    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 .wordTransform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-image .text h2 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  max-width: 540px;
}
@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;
  }
}
@media (min-width: 1424px) {
  .text-and-image .text .text-body {
    max-width: clamp(0px, 37.9213483146vw, 1896.0674157303px);
  }
}
@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-box {
  width: 100%;
  max-width: 616px;
  position: relative;
}
@media (min-width: 1424px) {
  .text-and-image .img-box {
    max-width: clamp(0px, 43.2584269663vw, 2162.9213483146px);
  }
}
@media (max-width: 767.9px) {
  .text-and-image .img-box {
    max-width: unset;
  }
}
.text-and-image .img {
  width: 100%;
  position: relative;
  display: block;
}
.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;
  color: #ffffff;
  font-size: 30px;
  padding: 40px 45px;
  width: 500px;
}
@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;
  }
}
@media (min-width: 1424px) {
  .text-and-image .img .caption,
  .text-and-image .img caption {
    width: clamp(0px, 35.1123595506vw, 1755.6179775281px);
    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::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);
}

.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 #372f2b;
}
@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: -32px;
  margin-top: -36px;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text {
    margin-left: clamp(-112.3595505618px, -2.2471910112vw, 0px);
    margin-top: clamp(-126.404494382px, -2.5280898876vw, 0px);
  }
}
@media (max-width: 1199.9px) {
  .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: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 426/344;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1424px) {
  .slider-section .content-box .image-text .img-slider {
    margin-right: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 1300px) {
  .slider-section .content-box .image-text .img-slider {
    margin-right: 30px;
  }
}
@media (max-width: 1199.9px) {
  .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 .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 #372f2b;
  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.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: 36%;
  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: 1199.9px) {
  .slider-section .content-box .image-text .text-slider {
    max-width: unset;
    padding-left: 60px;
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
@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;
  color: #000000;
}
@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;
  }
}
@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: #456fc3;
  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;
  }
}
.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: 550px;
  text-align: right;
}
@media (min-width: 1424px) {
  .slider-section .content-box .slider-title-list {
    max-width: clamp(0px, 38.6235955056vw, 1931.1797752809px);
    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: 1199.9px) {
  .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 60px;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 767.9px) {
  .slider-section .content-box .slider-title-list {
    padding: 0 20px 45px;
  }
}
.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;
  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 {
    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;
  }
}
@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: 1199.9px) {
  .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: #456fc3;
  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;
  }
}

.whole-image-text {
  padding: 107px 0 70px;
  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, 7.5140449438vw, 375.702247191px) 0 clamp(0px, 4.9157303371vw, 245.7865168539px);
  }
}
@media (max-width: 991.9px) {
  .whole-image-text {
    padding: 64px 0 48px;
  }
}
@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-4.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: 890px;
  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, 62.5vw, 3125px);
  }
}
.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;
  letter-spacing: 1px;
  margin: 0 0 28px;
  color: inherit;
}
@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;
  }
}
@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: 30px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.3666666667;
  letter-spacing: -0.4px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 0 0 30px;
}
@media (min-width: 1424px) {
  .whole-image-text .content-box p {
    font-size: clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@media (max-width: 991.9px) {
  .whole-image-text .content-box p {
    font-size: 26px;
  }
}
@media (max-width: 767.9px) {
  .whole-image-text .content-box p {
    font-size: 22px;
  }
}
@media (max-width: 575.9px) {
  .whole-image-text .content-box p {
    font-size: 20px;
  }
}
@media (min-width: 1424px) {
  .whole-image-text .content-box p {
    letter-spacing: clamp(0px, 0.0842696629vw, 4.2134831461px);
    margin: 0 0 clamp(0px, 2.106741573vw, 105.3370786517px);
  }
}
@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: 70px 0 109px;
}
@media (min-width: 1424px) {
  .more-section {
    padding: clamp(0px, 4.9157303371vw, 245.7865168539px) 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;
  margin: 0 0 17px -5px;
}
@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;
  }
}
@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;
  line-height: 1.5714285714;
}
@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 .gallery-item {
  aspect-ratio: 332/205;
  position: relative;
}
.more-section .grid-box .gallery-item::after {
  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 .gallery-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 .gallery-img img {
  display: block;
}
.more-section .grid-box .gallery-item .gallery-img:first-child {
  position: relative;
}
.more-section .grid-box .gallery-item .gallery-img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.more-section .grid-box .gallery-item .gallery-img .gallery-img-text {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  font-family: "Bw Gradual DEMO";
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
  color: #ffffff;
  padding: 20px;
  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;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1424px) {
  .more-section .grid-box .gallery-item .gallery-img .gallery-img-text {
    font-size: clamp(0px, 0.8426966292vw, 42.1348314607px);
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item .gallery-img .gallery-img-text {
    font-size: 11px;
  }
}
@media (min-width: 1424px) {
  .more-section .grid-box .gallery-item .gallery-img .gallery-img-text {
    padding: clamp(0px, 1.404494382vw, 70.2247191011px);
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item .gallery-img .gallery-img-text {
    padding: 10px;
  }
}
.more-section .grid-box .gallery-item .gallery-img:hover .gallery-img-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.more-section .grid-box .gallery-item .gallery-img:hover::after {
  opacity: 0.6;
}
.more-section .grid-box .gallery-item .gallery-img {
  position: relative;
}
.more-section .grid-box .gallery-item .gallery-img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.more-section .grid-box .gallery-item::before {
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
}
@media (min-width: 1424px) {
  .more-section .grid-box .gallery-item::before {
    width: clamp(0px, 0.4213483146vw, 21.0674157303px);
  }
}
.more-section .grid-box .gallery-item:nth-child(2)::before {
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.more-section .grid-box .gallery-item:nth-child(2) .gallery-img::before {
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(2) .gallery-img::before {
    content: "";
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(2) .gallery-img::before {
    content: none;
  }
}
.more-section .grid-box .gallery-item:nth-child(3)::before {
  content: "";
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(3)::before {
    content: none;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(3)::before {
    content: "";
  }
}
.more-section .grid-box .gallery-item:nth-child(3) .gallery-img::before {
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(3) .gallery-img::before {
    content: "";
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(3) .gallery-img::before {
    content: none;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
.more-section .grid-box .gallery-item:nth-child(7)::before {
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(7)::before {
    content: none;
  }
}
.more-section .grid-box .gallery-item:nth-child(7) .gallery-img::before {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(7) .gallery-img::before {
    content: none;
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(7) .gallery-img::before {
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
.more-section .grid-box .gallery-item:nth-child(8)::before {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.more-section .grid-box .gallery-item:nth-child(8) .gallery-img::before {
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 991.9px) {
  .more-section .grid-box .gallery-item:nth-child(8) .gallery-img::before {
    content: "";
  }
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(8) .gallery-img::before {
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
.more-section .grid-box .gallery-item:nth-child(9)::before {
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.more-section .grid-box .gallery-item:nth-child(9) .gallery-img::before {
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background-color: #456fc3;
  z-index: 9;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 767.9px) {
  .more-section .grid-box .gallery-item:nth-child(9) .gallery-img::before {
    content: "";
  }
}
.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;
  }
}
.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;
  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 {
    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;
  }
}
@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: #456fc3;
}
.more-section .grid-box.show-image.show-index-1 .gallery-item .gallery-img:nth-child(1) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-2 .gallery-item .gallery-img:nth-child(2) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-3 .gallery-item .gallery-img:nth-child(3) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-4 .gallery-item .gallery-img:nth-child(4) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-5 .gallery-item .gallery-img:nth-child(5) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-6 .gallery-item .gallery-img:nth-child(6) {
  opacity: 1 !important;
  z-index: 5;
}
.more-section .grid-box.show-image.show-index-7 .gallery-item .gallery-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: 80px;
  }
}
@media (max-width: 767.9px) {
  .more-section .right-text {
    margin-top: 30px;
  }
}
.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;
  letter-spacing: 1.9px;
  font-weight: 700;
}
@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;
  }
}
@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 p {
  margin: 0;
}

footer {
  padding: 44px 0 45px;
  border-top: 1px solid #372f2b;
}
@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: #456fc3;
}
footer .footer-top {
  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: 767.9px) {
  footer .footer-top {
    -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;
  }
}
footer .footer-top .footer-left .footer-logo {
  display: block;
  width: 242px;
  background-color: #f6f1eb;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-left .footer-logo {
    width: clamp(0px, 16.9943820225vw, 849.7191011236px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-left .footer-logo {
    margin: 0 auto;
    width: 200px;
  }
}
footer .footer-top .footer-left .footer-logo img {
  display: block;
  mix-blend-mode: multiply;
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-left .footer-logo img {
    margin-left: 20%;
  }
}
footer .footer-top .footer-left .footer-logo:hover {
  opacity: 1;
}
footer .footer-top .footer-right {
  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;
  padding-bottom: 35px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right {
    padding-bottom: clamp(0px, 2.4578651685vw, 122.893258427px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
footer .footer-top .footer-right h2 {
  font-family: "Bw Gradual DEMO";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  letter-spacing: 0;
  margin: 0 3px 60px 0;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right 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 .footer-right h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-top .footer-right h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right h2 {
    font-size: 43px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .footer-right h2 {
    font-size: 38px;
  }
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right h2 {
    margin: 0 clamp(0px, 0.2106741573vw, 10.5337078652px) clamp(0px, 4.2134831461vw, 210.6741573034px) 0;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right h2 {
    margin: 0 0 35px;
  }
}
footer .footer-top .footer-right h2 span {
  display: inline-block;
}
footer .footer-top .footer-right .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right .col-box {
    -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;
  }
}
footer .footer-top .footer-right .col-box .col-item {
  padding-bottom: 25px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .col-box .col-item {
    padding-bottom: clamp(0px, 1.7556179775vw, 87.7808988764px);
  }
}
footer .footer-top .footer-right .col-box .col-item:first-child {
  border-right: 1px solid #372f2b;
  padding-right: 40px;
  padding-top: 25px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .col-box .col-item:first-child {
    padding-right: clamp(0px, 2.808988764vw, 140.4494382022px);
    padding-top: clamp(0px, 1.7556179775vw, 87.7808988764px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right .col-box .col-item:first-child {
    padding: 0;
    margin: 20px 0 0;
    border: none;
  }
}
footer .footer-top .footer-right .col-box .col-item:last-child {
  padding-left: 35px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .col-box .col-item:last-child {
    padding-left: clamp(0px, 2.4578651685vw, 122.893258427px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right .col-box .col-item:last-child {
    padding: 0;
    margin: 0 0;
  }
}
footer .footer-top .footer-right .info-box {
  color: #000000;
  font-family: "Bw Gradual DEMO";
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.1em;
  color: #372f2b;
  line-height: 2;
  margin-bottom: 23px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .info-box {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .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 .footer-right .info-box {
    margin: 0 0 20px;
  }
}
footer .footer-top .footer-right .info-box:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-right .info-box p {
  margin: 0;
}
footer .footer-top .footer-right .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;
  margin: 0 0 9px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .info-box .info-title {
    font-size: clamp(0px, 0.702247191vw, 35.1123595506px);
  }
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .info-box .info-title {
    margin: 0 0 clamp(0px, 0.6320224719vw, 31.6011235955px);
  }
}
footer .footer-top .footer-right .info-box .info-title:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-right .info-box p:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-right .info-box .item {
  margin-bottom: 28px;
}
@media (min-width: 1424px) {
  footer .footer-top .footer-right .info-box .item {
    margin-bottom: clamp(0px, 1.9662921348vw, 98.3146067416px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .footer-right .info-box .item {
    margin-bottom: 20px;
  }
}
footer .footer-top .footer-right .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: 15px;
  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.0533707865vw, 52.6685393258px);
  }
}
@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;
    margin-top: 40px;
  }
}
footer .footer-bottom p {
  margin: 0 0 5px;
}
@media (min-width: 1424px) {
  footer .footer-bottom p {
    margin-bottom: clamp(0px, 0.3511235955vw, 17.5561797753px);
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-bottom-left {
    margin: 0 0 10px;
     max-width: 240px;
  }
}
footer .footer-bottom .footer-bottom-left p {
  margin: 0;
}
footer .footer-bottom .footer-bottom-right {
  text-align: right;
}