/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan&family=Noto+Sans+SC:wght@300;400&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*




FONT FAMILY
Noto Sans TC

*/
.ff-notoSansTC-48-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-48-R {
    font-size: 36px;
  }
}

.ff-notoSansTC-36-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-36-R {
    font-size: 30px;
  }
}

.ff-notoSansTC-30-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-30-R {
    font-size: 24px;
  }
}

.ff-notoSansTC-24-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-24-R {
    font-size: 20px;
  }
}

.ff-notoSansTC-20-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-20-R {
    font-size: 18px;
    line-height: 175%;
  }
}

.ff-notoSansTC-18-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-18-R {
    font-size: 16px;
  }
}

.ff-notoSansTC-18-L {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 175%;
}

@media screen and (max-width: 768px) {
  .ff-notoSansTC-18-L {
    font-size: 16px;
  }
}

.ff-notoSansTC-16-R {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.ff-notoSansTC-16-L {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 175%;
}

.ff-notoSansTC-14-L {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 175%;
}

/*




FONT FAMILY
League Spartan

*/
.ff-leagueSpartan-48 {
  font-family: 'League Spartan', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .ff-leagueSpartan-48 {
    font-size: 36px;
  }
}

.ff-leagueSpartan-36 {
  font-family: 'League Spartan', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .ff-leagueSpartan-36 {
    font-size: 30px;
  }
}

.ff-leagueSpartan-30 {
  font-family: 'League Spartan', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .ff-leagueSpartan-30 {
    font-size: 24px;
  }
}

/*




COLORS

*/
body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  scroll-behavior: smooth;
  color: #FFFFFF;
  background-color: #18191D;
  overflow: hidden;
}

img,
video {
  vertical-align: top;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.navActive > nav {
  background-color: #18191D;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  background-color: #18191D;
  z-index: 1000;
  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;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  /***************************************************
 * Generated by SVG Artista on 2/28/2023, 3:03:23 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
}

@media screen and (min-width: 1921px) {
  .loading {
    left: calc((100% - 1920px) / 2);
  }
}

.loading-wrap {
  height: 417.72px;
}

@media screen and (max-width: 1023px) {
  .loading-wrap {
    height: 431.5px;
  }
}

@media screen and (max-width: 768px) {
  .loading-wrap {
    height: 416.5px;
  }
}

@media screen and (max-width: 699px) {
  .loading-wrap {
    height: 482.5px;
  }
}

.loading svg {
  width: 444px;
  height: 120px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 1023px) {
  .loading svg {
    top: unset;
  }
}

@media screen and (max-width: 699px) {
  .loading svg {
    width: 336px;
    height: 91px;
  }
}

.loading svg .svgPlay-1 {
  stroke-dashoffset: 313.7889709472656px;
  stroke-dasharray: 313.7889709472656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s ease-in-out 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.loading svg.active .svgPlay-1 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-2 {
  stroke-dashoffset: 192.9199981689453px;
  stroke-dasharray: 192.9199981689453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s ease-in-out 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.loading svg.active .svgPlay-2 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-3 {
  stroke-dashoffset: 364.4248046875px;
  stroke-dasharray: 364.4248046875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s ease-in-out 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.loading svg.active .svgPlay-3 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-4 {
  stroke-dashoffset: 344.34490966796875px;
  stroke-dasharray: 344.34490966796875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s ease-in-out 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.loading svg.active .svgPlay-4 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-5 {
  stroke-dashoffset: 313.7890930175781px;
  stroke-dasharray: 313.7890930175781px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s ease-in-out 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.loading svg.active .svgPlay-5 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-6 {
  stroke-dashoffset: 380.89703369140625px;
  stroke-dasharray: 380.89703369140625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s ease-in-out 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.loading svg.active .svgPlay-6 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-7 {
  stroke-dashoffset: 304.23541259765625px;
  stroke-dasharray: 304.23541259765625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s ease-in-out 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.loading svg.active .svgPlay-7 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-8 {
  stroke-dashoffset: 229.29014587402344px;
  stroke-dasharray: 229.29014587402344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s ease-in-out 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.loading svg.active .svgPlay-8 {
  stroke-dashoffset: 0;
  fill: white;
}

.loading svg .svgPlay-9 {
  stroke-dashoffset: 313.7889709472656px;
  stroke-dasharray: 313.7889709472656px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s ease-in-out 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.loading svg.active .svgPlay-9 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-10 {
  stroke-dashoffset: 192.9199981689453px;
  stroke-dasharray: 192.9199981689453px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: stroke-dashoffset 1s ease-in-out 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

.loading svg.active .svgPlay-10 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-11 {
  stroke-dashoffset: 364.4248046875px;
  stroke-dasharray: 364.4248046875px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s ease-in-out 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.loading svg.active .svgPlay-11 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-12 {
  stroke-dashoffset: 344.34490966796875px;
  stroke-dasharray: 344.34490966796875px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 1s ease-in-out 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

.loading svg.active .svgPlay-12 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-13 {
  stroke-dashoffset: 313.7890930175781px;
  stroke-dasharray: 313.7890930175781px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s ease-in-out 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.loading svg.active .svgPlay-13 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-14 {
  stroke-dashoffset: 380.89703369140625px;
  stroke-dasharray: 380.89703369140625px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s ease-in-out 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.loading svg.active .svgPlay-14 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-15 {
  stroke-dashoffset: 304.23541259765625px;
  stroke-dasharray: 304.23541259765625px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s ease-in-out 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.loading svg.active .svgPlay-15 {
  stroke-dashoffset: 0;
}

.loading svg .svgPlay-16 {
  stroke-dashoffset: 229.29014587402344px;
  stroke-dasharray: 229.29014587402344px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s ease-in-out 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.loading svg.active .svgPlay-16 {
  stroke-dashoffset: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 1920px;
  height: 100px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
}

@media screen and (min-width: 1921px) {
  .nav {
    left: calc((100% - 1920px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  .nav {
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .nav {
    padding: 0 12px;
  }
}

.nav-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.nav-logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .nav-logo img {
    width: 84px;
    height: 20px;
  }
}

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .nav-block {
    display: none;
  }
}

.nav-block-item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-block-item:hover {
  color: #DFCD9D;
}

.nav-ham {
  width: 30px;
  height: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .nav-ham {
    display: none;
  }
}

.nav-ham:hover {
  opacity: 0.7;
}

.nav-ham span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-ham span:not(:last-child) {
  margin-bottom: 6px;
}

.collapseNav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #18191D;
  z-index: 998;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collapseNav-item {
  padding: 16px 0 16px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.collapseNav-item:hover {
  color: #DFCD9D;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv {
  height: 100vh;
}

.kv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.kv-bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #18191D;
  opacity: 0.5;
}

.kv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kv-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv-svg {
  width: 444px;
  height: 120px;
}

@media screen and (max-width: 699px) {
  .kv-svg {
    width: 336px;
    height: 91px;
  }
}

.kv-svg svg {
  width: 100%;
  height: 100%;
}

.kv-words {
  color: #DFCD9D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 140px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .kv-words {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 28px 0 60px 0;
  }
}

.kv-words span:nth-child(1) {
  margin-right: 32px;
}

@media screen and (max-width: 1023px) {
  .kv-words span:nth-child(1) {
    margin-right: unset;
    margin-bottom: 12px;
  }
}

.kv-words span:nth-child(3) {
  margin: 0 14px;
}

@media screen and (max-width: 1023px) {
  .kv-words span:nth-child(3) {
    margin: unset;
  }
}

.kv-words-ani {
  height: 30px;
  width: 330px;
  overflow-x: visible;
  overflow-y: hidden;
}

.kv-words-ani p {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .kv-words-ani p {
    text-align: center;
  }
}

.kv-words-shine {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.kv-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .kv-nums {
    max-width: 688px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 699px) {
  .kv-nums {
    max-width: 336px;
  }
}

.kv-nums-item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .kv-nums-item {
    width: 142px;
  }
}

@media screen and (max-width: 699px) {
  .kv-nums-item {
    width: 165px;
  }
}

.kv-nums-item-name {
  color: #DFCD9D;
}

@media screen and (max-width: 699px) {
  .kv-nums-item:nth-child(1), .kv-nums-item:nth-child(2) {
    margin-bottom: 24px;
  }
}

.kv-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 200px;
}

.kv-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.abad {
  padding-top: 100px;
}

.abad .about {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 560px;
}

@media screen and (max-width: 1199px) {
  .abad .about {
    padding: 0 41px 560px 40px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (max-width: 768px) {
  .abad .about {
    padding: 0 41px 200px 40px;
  }
}

@media screen and (max-width: 600px) {
  .abad .about {
    padding: 0 13px 200px 12px;
  }
}

.abad .about-wd {
  width: 100%;
  max-width: 780px;
  position: relative;
  z-index: 2;
  left: -110px;
}

@media screen and (max-width: 1199px) {
  .abad .about-wd {
    left: unset;
  }
}

@media screen and (max-width: 768px) {
  .abad .about-wd {
    text-align: center;
  }
}

.abad .about-wd p:nth-child(1) {
  color: #DFCD9D;
}

.abad .about-wd p:nth-child(2) {
  margin: 14px 0;
}

.abad .about-wd p:last-child {
  color: #D1D1D2;
}

.abad .about-wd-highlight {
  color: #DFCD9D;
}

.abad .about-wd-line {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .abad .about-wd-line {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

.abad .about-pic {
  position: absolute;
  width: 1120px;
  height: 540px;
  right: 0;
  bottom: 199px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .abad .about-pic {
    bottom: unset;
    top: 100px;
  }
}

.abad .about-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.abad .advantage {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1440px) {
  .abad .advantage {
    padding: 0 41px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .abad .advantage {
    padding: 0 13px 0 12px;
  }
}

.abad .advantage-wd {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 2;
  margin-left: 106.5px;
}

@media screen and (max-width: 1440px) {
  .abad .advantage-wd {
    margin-left: unset;
    text-align: center;
    max-width: 688px;
  }
}

.abad .advantage-wd p:nth-child(1) {
  color: #DFCD9D;
}

.abad .advantage-wd p:nth-child(2) {
  margin: 14px 0;
}

.abad .advantage-wd p:last-child {
  color: #D1D1D2;
}

.abad .advantage-wd-line {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
  margin-bottom: 32px;
}

@media screen and (max-width: 1440px) {
  .abad .advantage-wd-line {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

.abad .advantage-pic {
  width: 780px;
  height: 440px;
  margin-left: -87px;
}

@media screen and (max-width: 1023px) {
  .abad .advantage-pic {
    width: 336px;
    height: 189px;
    margin-left: unset;
  }
}

.abad .advantage-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.start {
  padding: 200px 0 420px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .start {
    padding: 200px 36px;
  }
}

@media screen and (max-width: 600px) {
  .start {
    padding: 200px 13px;
  }
}

.start-wd {
  text-align: center;
  width: 100%;
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.start-wd p:nth-child(1) {
  color: #DFCD9D;
}

.start-wd p:nth-child(2) {
  margin: 14px 0;
}

.start-wd p:last-child {
  color: #D1D1D2;
}

.start-wd-highlight {
  color: #DFCD9D;
}

.start-wd-line {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
  margin: 0 auto;
  margin-bottom: 32px;
}

.start-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .start-block {
    max-width: 944px;
  }
}

@media screen and (max-width: 1023px) {
  .start-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.start-block-item {
  width: 372.67px;
  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;
}

@media screen and (max-width: 1399px) {
  .start-block-item {
    width: 260.67px;
  }
}

@media screen and (max-width: 1023px) {
  .start-block-item {
    width: 100%;
  }
}

.start-block-item img {
  width: 40px;
  height: 40px;
}

.start-block-item p:nth-child(2) {
  margin: 8px 0 10px 0;
  color: #DFCD9D;
}

.start-block-item p:last-child {
  color: #D1D1D2;
}

.start-block-line {
  display: block;
  width: 1px;
  height: 152px;
  background-color: #46474A;
}

@media screen and (max-width: 1399px) {
  .start-block-line {
    height: 184px;
  }
}

@media screen and (max-width: 1023px) {
  .start-block-line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
}

.start-bg {
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .start-bg {
    bottom: unset;
    top: 880px;
  }
}

@media screen and (max-width: 400px) {
  .start-bg {
    top: 1121px;
  }
}

.start-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1399px) {
  .service {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding: 0 12px;
  }
}

.service-wd {
  text-align: center;
  width: 100%;
  max-width: 780px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.service-wd p:nth-child(1) {
  color: #DFCD9D;
}

.service-wd p:nth-child(2) {
  margin: 14px 0;
}

.service-wd p:last-child {
  margin-top: 10px;
  color: #D1D1D2;
}

.service-wd-highlight {
  color: #DFCD9D;
}

.service-wd-line {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
  margin: 0 auto;
  margin-bottom: 32px;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1399px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 944px;
  }
}

.service-block-item {
  border: 1px solid #46474A;
  padding: 29px;
  width: 305px;
}

@media screen and (max-width: 1399px) {
  .service-block-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service-block-item {
    padding: 13px;
  }
}

.service-block-item p:first-child {
  color: #DFCD9D;
}

.service-block-item p:nth-child(2) {
  color: #D1D1D2;
  margin-top: 10px;
}

@media screen and (max-width: 1399px) {
  .service-block-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.skills {
  padding-top: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .skills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 200px 40px 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .skills {
    padding: 200px 9px 0 9px;
  }
}

.skills-left {
  margin-left: -50px;
}

@media screen and (max-width: 1399px) {
  .skills-left {
    margin-left: unset;
  }
}

@media screen and (max-width: 1023px) {
  .skills-left-1 {
    width: 188px;
    height: 358px;
  }
}

.skills-left-2 {
  margin-left: -36px;
}

@media screen and (max-width: 1023px) {
  .skills-left-2 {
    width: 174px;
    height: 321px;
    margin-left: -26px;
  }
}

.skills-right {
  margin: 20px 0 0 150px;
}

@media screen and (max-width: 1399px) {
  .skills-right {
    margin: 20px 0 0 43px;
  }
}

@media screen and (max-width: 1023px) {
  .skills-right {
    margin: 0;
    width: 100%;
    max-width: 688px;
  }
}

@media screen and (max-width: 600px) {
  .skills-right {
    padding: 0 3px;
  }
}

.skills-right > p:nth-child(2) {
  margin: 10px 0 32px 0;
  color: #D1D1D2;
}

.skills-right-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skills-right-item:not(:last-child) {
  margin-bottom: 20px;
}

.skills-right-item::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #DFCD9D;
  margin-right: 14px;
}

.contact {
  padding: 131px 0 160px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .contact {
    padding: 200px 0 160px 0;
  }
}

.contact-wd {
  text-align: center;
  width: 100%;
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.contact-wd p:nth-child(1) {
  color: #DFCD9D;
}

.contact-wd p:nth-child(2) {
  margin: 14px 0;
}

.contact-wd-line {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .contact-wd-line {
    margin-bottom: 12px;
  }
}

.contact-btn {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
  outline: none;
  border: 0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background-color: #18191D;
  color: #18191D;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #DFCD9D;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contact-btn:hover {
  color: #DFCD9D;
}

.contact-btn:hover .contact-btn-bg {
  width: 0;
}

.contact-btn:hover svg > path {
  fill: #DFCD9D;
}

.contact-btn svg {
  margin-right: 9px;
  position: relative;
}

.contact-btn svg path {
  fill: #18191D;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.contact-btn-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #DFCD9D;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contact-btn-wrap {
  pointer-events: none;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftr {
  padding: 40px 0 50px 0;
  width: 100%;
  border-top: 1px solid #46474A;
}

@media screen and (max-width: 1399px) {
  .ftr {
    padding: 40px;
  }
}

@media screen and (max-width: 600px) {
  .ftr {
    padding: 40px 12px;
  }
}

.ftr-contact {
  width: 100%;
  border-top: 1px solid #46474A;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ftr-contact {
    display: none;
  }
}

.ftr-contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.ftr-contact a:hover {
  opacity: 0.75;
}

.ftr-contact a img {
  margin-right: 8px;
}

.ftr-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ftr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .ftr-wrap {
    max-width: 330px;
  }
}

.ftr-left {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .ftr-left {
    margin-bottom: 32px;
    text-align: center;
  }
}

.ftr-left:hover {
  opacity: 0.8;
}

.ftr-left span:last-child {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DFCD9D;
}

@media screen and (max-width: 768px) {
  .ftr-left span:last-child {
    margin: 0 auto;
    margin-top: 8px;
  }
}

.ftr-right {
  width: 100%;
  max-width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .ftr-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .ftr-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ftr-right img {
  width: 75.43px;
  height: 48px;
}

.ftr-right img:not(:nth-child(6)) {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .ftr-right img:not(:nth-child(6)) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .ftr-right img:nth-child(10) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .ftr-right img:nth-child(10) {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 600px) {
  .ftr-right img:nth-child(9) {
    margin-left: 85px !important;
  }
}

.ftr-right img:first-child {
  margin-bottom: 14px;
}

.ftr-btm {
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */