@font-face {
  font-family: 'syntax_lt_stdroman';
  src: url('../fonts/syntaxltstd-roman-webfont.woff2') format('woff2'), url('../fonts/syntaxltstd-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'syntax_lt_stdbold';
  src: url('../fonts/syntaxltstd-bold-webfont.woff2') format('woff2'), url('../fonts/syntaxltstd-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'syntax_lt_stdbold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.body-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.body-background img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.body-wrapper {
  padding: 40px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  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;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #f2f2f4;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  width: 460px;
  border-radius: 10px;
  max-width: 100%;
  padding: 50px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  background: none;
  padding: 15px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #a4a5a7;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content p {
  color: #5f6062;
  font-size: 21px;
  font-family: 'syntax_lt_stdroman';
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .content-countdown {
  background: #d5336f;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content a {
  font-size: 18px;
  color: #d5336f;
  text-transform: uppercase;
  text-shadow: -3px 3px 3px rgba(0, 0, 0, 0.15);
}
nav.section-header {
  position: relative;
}
nav.section-header .header-flexbox {
  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;
}
nav.section-header .header-flexbox .flexbox-logo {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 60px;
}
nav.section-header .header-flexbox .flexbox-logo.intro {
  opacity: 0;
  visibility: hidden;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  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;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
section.section-welcome .welcome-cta {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 280px;
  padding: 30px 80px 30px 30px;
  background: #f2f2f4;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 111;
  text-align: center;
  border-radius: 10px;
  -webkit-transform: rotate(-5deg) translateY(-100px) translateX(100%);
      -ms-transform: rotate(-5deg) translateY(-100px) translateX(100%);
          transform: rotate(-5deg) translateY(-100px) translateX(100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
section.section-welcome .welcome-cta p {
  line-height: 20px;
  color: #5f6062;
  font-family: 'syntax_lt_stdroman';
}
section.section-welcome .welcome-cta img {
  margin-top: 15px;
  height: 18px;
  -webkit-animation: mover 0.6s infinite alternate;
          animation: mover 0.6s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
section.section-welcome .welcome-cta.active {
  -webkit-transform: rotate(-5deg) translateY(-100px);
      -ms-transform: rotate(-5deg) translateY(-100px);
          transform: rotate(-5deg) translateY(-100px);
}
section.section-welcome .welcome-typography {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-welcome .welcome-typography svg {
  max-height: 46vh;
  max-width: 90%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
section.section-welcome .welcome-typography svg .svg-path-1,
section.section-welcome .welcome-typography svg .svg-path-2,
section.section-welcome .welcome-typography svg .svg-path-3,
section.section-welcome .welcome-typography svg .svg-path-4,
section.section-welcome .welcome-typography svg .svg-path-5,
section.section-welcome .welcome-typography svg .svg-path-6,
section.section-welcome .welcome-typography svg .svg-path-7,
section.section-welcome .welcome-typography svg .svg-path-8,
section.section-welcome .welcome-typography svg .svg-path-9,
section.section-welcome .welcome-typography svg .svg-path-10,
section.section-welcome .welcome-typography svg .svg-path-11,
section.section-welcome .welcome-typography svg .svg-path-12,
section.section-welcome .welcome-typography svg .svg-path-13,
section.section-welcome .welcome-typography svg .svg-path-14 {
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600;
  stroke-width: 12;
  -webkit-animation: letter-animation 5s linear forwards;
          animation: letter-animation 5s linear forwards;
}
section.section-welcome .welcome-typography svg .svg-path-1 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
section.section-welcome .welcome-typography svg .svg-path-2 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
section.section-welcome .welcome-typography svg .svg-path-3 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
section.section-welcome .welcome-typography svg .svg-path-4 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
section.section-welcome .welcome-typography svg .svg-path-5 {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
section.section-welcome .welcome-typography svg .svg-path-6 {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
section.section-welcome .welcome-typography svg .svg-path-7 {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
section.section-welcome .welcome-typography svg .svg-path-8 {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
section.section-welcome .welcome-typography svg .svg-path-9 {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}
section.section-welcome .welcome-typography svg .svg-path-10 {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}
section.section-welcome .welcome-typography svg .svg-path-11 {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}
section.section-welcome .welcome-typography svg .svg-path-12 {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}
section.section-welcome .welcome-typography svg .svg-path-13 {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}
section.section-welcome .welcome-typography svg .svg-path-14 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@-webkit-keyframes letter-animation {
  0% {
    stroke-dashoffset: 2600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes letter-animation {
  0% {
    stroke-dashoffset: 2600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
section.section-welcome .welcome-typography.hidden {
  visibility: hidden;
  opacity: 0;
}
section.section-welcome .welcome-yarns {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-yarns .yarn-service {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 30%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
section.section-welcome .welcome-yarns .yarn-service .service-name {
  height: 35px;
  margin: 0 auto 15px auto;
  display: block;
}
section.section-welcome .welcome-yarns .yarn-service .yarn-shadow-wrapper {
  -webkit-box-shadow: -3px 3px 10px 8px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 3px 10px 8px rgba(0, 0, 0, 0.15);
  background: #aaa;
}
section.section-welcome .welcome-yarns .yarn-service .service-image {
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
section.section-welcome .welcome-yarns .yarn-service .service-image img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover .cover-description {
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #f2f2f4;
  padding: 7px 50px 9px 20px;
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover .cover-description .heading {
  color: #5f6062;
  font-size: 12px;
  text-align: left;
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover .cover-description .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover .cover-description .text .text-inner {
  margin-top: 3px;
  font-size: 10px;
  color: #5f6062;
  text-align: left;
  line-height: 10px;
}
section.section-welcome .welcome-yarns .yarn-service .service-image .image-cover .cover-description .text .text-inner + .text-inner {
  margin-left: 5px;
}
section.section-welcome .welcome-yarns .yarn-service .service-stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-yarns .yarn-service .service-stickers .sticker-box {
  width: 20%;
  height: 165px;
  position: relative;
}
section.section-welcome .welcome-yarns .yarn-service .service-stickers .sticker-box p {
  position: absolute;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  white-space: nowrap;
  font-family: 'syntax_lt_stdroman';
}
section.section-welcome .welcome-yarns .yarn-service.active .service-image {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
section.section-welcome .welcome-yarns .yarn-service:nth-child(1) {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
section.section-welcome .welcome-yarns .yarn-service:nth-child(2) {
  -webkit-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}
section.section-welcome .welcome-yarns .yarn-service:nth-child(3) {
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
section.section-welcome .welcome-yarns .yarn-service.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
section.section-footer {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-inner .inner-slogan {
  text-transform: uppercase;
  font-size: 22px;
  color: #a5a7ac;
}
section.section-footer .footer-inner .inner-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-service ul li a,
section.section-footer .footer-inner .inner-service ul li button {
  font-size: 17px;
  color: #5f6062;
  text-transform: uppercase;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service ul li a.active,
section.section-footer .footer-inner .inner-service ul li button.active {
  color: #d5336f;
}
section.section-footer .footer-inner .inner-service ul li a img,
section.section-footer .footer-inner .inner-service ul li button img {
  height: 20px;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-left: 50px;
}
section.section-footer.intro {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  section.section-welcome .welcome-cta {
    padding: 15px 50px 15px 15px;
    width: 210px;
  }
  section.section-welcome .welcome-cta p {
    line-height: 15px;
  }
  section.section-welcome .welcome-cta img {
    height: 14px;
  }
  section.section-footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-slogan {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  section.section-footer .footer-inner .inner-slogan {
    font-size: 19px;
  }
  section.section-footer .footer-inner .inner-service ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-service ul li a,
  section.section-footer .footer-inner .inner-service ul li button {
    font-size: 15px;
  }
  section.section-footer .footer-inner .inner-service ul li a img,
  section.section-footer .footer-inner .inner-service ul li button img {
    height: 18px;
  }
  section.section-footer .footer-inner .inner-service ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  section.section-welcome .welcome-cta {
    top: 300px;
  }
  section.section-welcome .welcome-typography {
    top: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  section.section-welcome .welcome-yarns {
    -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;
  }
  section.section-welcome .welcome-yarns .yarn-service {
    width: 100%;
    max-width: 290px;
  }
  section.section-welcome .welcome-yarns .yarn-service + .yarn-service {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
