/* 0) Reset & Base                                                            */
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 {width: 100%; height: 100%; line-height: 1; font-family: 'GmarketSans';}
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;}

html, body { position: relative; height: 100%; }
body { background: #000; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #fff; margin: 0; padding: 0; }

/* 1) Global Layout & Typography                                              */
.contain {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 1; background-color: rgb(0, 0, 0); overflow: hidden; z-index: 2; box-sizing: border-box; display: flex; flex-direction: column;}
.contain p {padding: 6px 0 21px 0; color:black;}
.content {display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; flex: 1;}
h1, h2, h3, h4, h5,p {color:#fff;}

a {text-decoration-line: none;}
h1 {font-size:35px; text-shadow: 1px 0px 20px #000;}
h1 img {width:120px; text-shadow: 1px 0px 20px #000;}
h3 {font-family: 'Signika Negative', sans-serif; font-size:35px; font-weight: 500; padding:18px 0; text-shadow: 1px 0px 20px #000;}
h2 {font-family: 'Signika Negative', sans-serif; font-size:90px; font-weight: 900; text-shadow: 1px 0px 20px #000;}

/* 2) Branding & Visuals                                                      */
.logo {height: auto; position: fixed; z-index: 999; top: 4px; left: 9px;}

.main_bg {position: absolute; z-index:-1; top: 0; left: 0; right: 0; bottom: 0; contain: layout paint style; pointer-events: none;}
.main_bg video {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; border: 0; opacity: 0.5; transition: opacity .35s;}

.title_area {position: absolute; width: 100%; height: 87%; opacity: 1; overflow: hidden; box-sizing: border-box; display: flex; flex-direction: column;}
.title_area p {padding: 10px 0 0 0;}
.title {display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1;}
.title_fifo {opacity: 0; animation: fade-in 1s forwards, fade-out 1s 4s ease-out forwards;}

/* 3) Download CTA                                                            */
.download { --arrow-color: #aaaaaa; pointer-events: none}
.download {text-align: center; padding: 11px 0 11px; bottom: 75px; width: 100%; z-index: 5; position: fixed;}
.download a{display: flex; border: 1px solid #fff; border-radius: 10px;}
/*.download a:hover {box-shadow: 1px 0px 20px #000;}*/
.download li {display: inline-block; width:200px;}
.download li img {width:100%;}

/* 4) Event/Common Blocks (PC/Mobile)                                         */
.event_pc, .event_mobile, .event_mobile_bg {width: 100%; height: 100%; object-fit: cover;}
.event_mobile1, .event_mobile2, .event_mobile3 {overflow: hidden; display: none;}
.sec1_contain, .pc_sec2_contain, .pc_sec3_contain {overflow: hidden;}
.mob_sc3_box, .event_mobile2{ margin-bottom: 45px;}

/* 5) Footer                                                                  */
footer {position: absolute; background: #242424; padding: 15px 0; left: 0; bottom: 0; display: flex; font-size: 14px; white-space: nowrap; justify-content:center; width:100%;}
footer img {width:150px;}
footer p {font-size: 10px; line-height:15px;}

/* 6) SNS (기본 정의)                                                         */
.sns { text-align: center; padding: 8px 0 0; width: 50px; position: fixed; right: 50px; bottom: 50px; color: white !important; z-index: 9999; transition: color 0.3s ease; }
.sns svg { width: 60px; height: 60px; fill: #ffffff !important; transition: fill 0.3s ease; }
.facebook,.blogger {pointer-events: none}

/* 7) Animations (공통)                                                       */
b span { position: absolute; top: 30px; text-align: center; width: 24px; height: 24px; margin-left: -12px; border-left: 3px solid #aaaaaa; border-bottom: 3px solid #aaaaaa; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: sdb 2s infinite; animation: sdb 2s infinite; opacity: 0; box-sizing: border-box; }
b span:nth-of-type(1) { -webkit-animation-delay: .15s; animation-delay: .15s; }
b span:nth-of-type(2) { top: 16px; -webkit-animation-delay: .0s; animation-delay: .0s; }

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

/* FadeInUp Generic */
@keyframes fadeInUp { from { transform: translate3d(0, 40px, 0); } to { transform: translate3d(0, 0, 0); opacity: 1; } }
@-webkit-keyframes fadeInUp { from { transform: translate3d(0, 40px, 0); } to { transform: translate3d(0, 0, 0); opacity: 1; } }
.animated { animation-duration: 1s; animation-fill-mode: both; -webkit-animation-duration: 1s; -webkit-animation-fill-mode: both; }
.animatedFadeInUp { opacity: 0; }
.fadeInUp { opacity: 0; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }

/* 8) YouTube Popup (모달)                                                    */
.video_Wrap{ position:fixed; width:100%; height:100%; background-color:#000; background-color:rgba(0,0,0,0.4); top:0; left:0; z-index:9999999999999; }
.video_animation{ opacity: 0; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: video; animation-name: video; }
@-webkit-keyframes video { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes video { 0% {opacity: 0;} 100% {opacity: 1;} }
body.logged-in .video_Wrap{ /* For WordPress */ top:32px; z-index:99998; }
.video_Content{ max-width:680px; display:block; margin:0 auto; height:100%; position:relative; }
.video_Content iframe{ max-width:100% !important; width:100% !important; display:block !important; height:480px !important; border:none !important; position:absolute; top: 0; bottom: 0; margin: auto 0; }
.video_Hide{ -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: videoHide; animation-name: videoHide; }
@-webkit-keyframes videoHide { 0% {opacity: 1;} 100% {opacity: 0;} }
@keyframes videoHide { 0% {opacity: 1;} 100% {opacity: 0;} }

/* 9) Swiper (슬라이더)                                                       */
.swiper { width: 100%; height: 100%; }
.swiper-slide { text-align: center; font-size: 18px; background: #000000a2; display: flex; justify-content: center; align-items: center; }
.section1{ height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }

/* 10) SNS (섹션/반응형 오버라이드 세트)                                      */
b span { transition: border-color 0.3s ease; }

@media screen and (min-width: 769px) {
  body.not-first-section b span,
  body.section-1 b span,
  body.section-2 b span,
  body.section-3 b span {
    border-left-color: #333333 !important;
    border-bottom-color: #333333 !important;
  }
}

@media screen and (max-width: 768px) {
  b span { border-left-color: #aaaaaa !important; border-bottom-color: #aaaaaa !important; }
  body.not-first-section b span,
  body.section-1 b span,
  body.section-2 b span,
  body.section-3 b span { border-left-color: #aaaaaa !important; border-bottom-color: #aaaaaa !important; }
}


body.not-first-section b span { border-left-color: #333333 !important; border-bottom-color: #333333 !important; }
body.section-1 b span,
body.section-2 b span,
body.section-3 b span { border-left-color: #000000 !important; border-bottom-color: #000000 !important; }
body.section-0 b span { border-left-color: #aaaaaa !important; border-bottom-color: #aaaaaa !important; }

/* >= 1200px */
@media  screen and (min-width: 1200px){
  .sns svg{ width: 60px; height: 60px; fill: white;}
  body.not-first-section .sns svg { fill: black; } /* 다른 섹션 */
  .youtube, .blogger, .facebook, .discord {position: fixed; right: 0; bottom: 0; display: block; font-size: 14px; white-space: nowrap; text-align: center; text-decoration: none;}
  .youtube { margin: 0 20px 70px 0;}
  .blogger { margin: 0 20px 162px 0;}
  .facebook { margin: 0 20px 254px 0; }
  .discord { margin: 0 20px 346px 0;}
  .sns {text-align:center; padding:8px 0 0; width: 50px; position: fixed; right: 50px; bottom:50px; color:black; z-index: 9999;}
  .sns a{display: flex;border-radius: 10px;}
  .sns li {display: inline-block;padding: 0 12px;}
  .sns li img {width:56px;}
  .sns li:nth-child(2){padding:0 10px 0 7px;}
  .sns img{width: 60px; height: 60px;}

  .sec2_cha{position: absolute; margin-top: -235px; margin-left: 494px; z-index: 1; animation: cha_back_1 2.0s ease-in infinite alternate; opacity: 1;}

  .sec1_contain{width: 100%; height: 100%; display: flex;background: url(../img/pc_sc1_back.webp) center/cover no-repeat;display: flex; flex-direction: column; align-items: center; justify-content: center; flex-direction: column; align-items: center; justify-content: flex-end;}
  .pc_sc1_title{ top: 7%; width: 50%; min-width: 700px; max-width: 1400px;}
  .pc_sc1_cha{ margin-left: -50px; width: 65%; min-width: 1000px; max-width: 1400px;}
  .sc1_cha_contain{ display: flex ; justify-content: center; align-items: center; margin-left: 400px;}

  .pc_sec2_contain {background: url(../img/event2_pc.webp) center/cover no-repeat;; position: relative; height: 100%; opacity: 1; overflow: hidden; box-sizing: border-box; display: flex; flex-direction: column; }
  .pc_sec2_contain{ position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
  .sec2_title{ position: absolute; z-index: 2;}

  .pc_sec3_contain {background: url(../img/event3_pc.webp) center/cover no-repeat;; position: relative; height: 100%; opacity: 1; overflow: hidden; box-sizing: border-box; display: flex; flex-direction: column; }
  .pc_sec3_contain{ position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .sec3_title{ position: absolute; margin-top: -101px; z-index: 2; }
  .sec3_cha{ position: absolute; margin-top: -302px; margin-left: 344px; z-index: 1; }

  @keyframes cha_back_1 { 0%{transform:translate(0,0px);} 100%{transform:translate(0,-20px);} }
}

/* <= 1200px */
@media screen and (max-width: 1200px) {
  footer img { width: 130px;}
  .sec1_contain{width: 100%; height: 100%; display: flex;background: url(../img/pc_sc1_back.webp) center/cover no-repeat;display: flex; flex-direction: column; align-items: center; justify-content: center; flex-direction: column; align-items: center; justify-content: flex-end;}
  .pc_sc1_title{ top: 7%; width: 50%; min-width: 700px; max-width: 1400px;}
  .pc_sc1_cha{ margin-left: -50px; width: 65%; min-width: 1000px; max-width: 1410px;}
  .pc_sc1_cha2{display: none;}

  h1 img {width:130px;}
  h3 {font-size:30px; padding:16px 0;}
  h2 {font-size:75px;}
  .download {text-align:center; padding:20px 0 0;}
  .download li {display: inline-block; width:200px;}
  .footer {padding: 0 0 20px 0;}
  .sns svg{ width: 60px; height: 60px; fill: white;}
  body.not-first-section .sns svg { fill: black; } /* 다른 섹션 */
  .youtube, .blogger, .facebook, .discord {position: fixed; right: 0; bottom: 0; display: block; font-size: 14px; white-space: nowrap; text-align: center; text-decoration: none;}
  .youtube { margin: 0 20px 70px 0;}
  .blogger { margin: 0 20px 162px 0;}
  .facebook { margin: 0 20px 254px 0;}
  .discord { margin: 0 20px 346px 0;}
  .sns {text-align:center; padding:8px 0 0; width: 50px; position: fixed; right: 50px; bottom:50px; color:black; z-index: 9999;}
  .sns a{display: flex;border-radius: 10px;}
  .sns li {display: inline-block;padding: 0 12px;}
  .sns li img {width:56px;}
  .sns li:nth-child(2){padding:0 10px 0 7px;}
  .sns img{width: 60px; height: 60px;}
  @keyframes move { 0% { left: calc(50% - 65px); top: calc(50% - 40px);} 50% { left: calc(50% - 65px); top: calc(50% - 40px);} 100% { left: 10px; top: 10px; } }
  .pc_sec2_contain{ position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .sec2_title{ position: absolute; z-index: 2; }
  .sec2_cha{ position: absolute; margin-top: -235px; margin-left: 494px; z-index: 1; animation: cha_back_1 2.0s ease-in infinite alternate; opacity: 1; }
  .pc_sec3_contain{ position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .sec3_title{ position: absolute; margin-top: -101px; z-index: 2; }
  .sec3_cha{ position: absolute; margin-top: -302px; margin-left: 344px; z-index: 1; }
}

/* <= 860px */
@media screen and (max-width: 860px) {
  footer img { width: 130px; height: auto;}
  h1 {padding: 15px 0 0 15px;}
  h1 img {width:90px;}
  h3 {font-size:25px; padding:12px 0;}
  h2 {font-size:50px;}
  .download {text-align:center; padding:15px 0 0;}
  .download li {display: inline-block; width:180px;}
  .youtube, .blogger, .facebook, .discord {position: fixed; right: 0; top: 0; display: block; font-size: 14px; white-space: nowrap; text-align: center; text-decoration: none;}
  .discord {margin: 10px 32% 232px 0;}
  .blogger {margin: 10px 22% 185px 0;}
  .facebook {margin: 10px 12% 138px 0;}
  .youtube{margin: 10px 2% 91px 0;}
  .sns {padding: 0 10px 10px 0; right: 4px; bottom: 170px;}
  .sns svg {width:35px; height: 35px;}
  .sns p {display: none;}
  .sns { position: fixed; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 10px; z-index: 9999; }
  .video_area img {width:90px;}
  @keyframes move { 0% { left: calc(50% - 60px); top: calc(50% - 40px);} 50% { left: calc(50% - 60px); top: calc(50% - 40px);} 100% { left: 10px; top: 10px; } }
}

/* <= 620px */
@media screen and (max-width: 620px) {
  .youtube, .blogger, .facebook, .discord {position: fixed; right: 0; top: 0; display: block; font-size: 14px; white-space: nowrap; text-align: center; text-decoration: none;}
  .discord {margin: 10px 32% 232px 0;}
  .blogger {margin: 10px 22% 185px 0;}
  .facebook {margin: 10px 12% 138px 0;}
  .youtube{margin: 10px 2% 91px 0;}
  .sns {padding: 0 10px 10px 0; right: 4px; bottom: 170px;}
  .sns svg {width:35px; height: 35px;}
  .sec1_contain{display: none;}
  .event_pc {display: none;}
  footer img {width: 100px; height: auto;}
  .event_mobile1, .event_mobile2, .event_mobile3 { position: relative;height: 100%; opacity: 1; overflow: hidden; box-sizing: border-box; display: flex ; flex-direction: column;  align-items: center; align-items: center; justify-content: center;}
  .m_sc1_title{ width: 94%; height: auto; margin-top: 10%;}
  .m_sc1_cha{ top: 13%; width: 156%; height: auto;}
  .event_mobile1 {background: url(../img/event1_mobile_bg.webp); }
  .event_mobile2 {background: url(../img/event2_mobile_bg.webp);}
  .event_mobile3 {background: url(../img/event3_mobile_bg.webp);}
  .sns { position: fixed; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 10px; z-index: 9999; }
  .sns a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; line-height: 0; }
  .sns svg { display: block; }
  .pc_sec2_contain, .pc_sec2_contain, .pc_sec3_contain {display: none;}
}

/* <= 280px */
@media screen and (max-width: 280px) { .event_mobile1 img, .event_mobile2 img, .event_mobile3 img {min-width: 280px;} }

/* <= 640px */
@media screen and (max-width: 640px) {
  .m_sc3_box{ margin-top: 15px;}
  .m_sc3_contain{width: 100%;}
  .m_sc3_title{width: 100%;}
  .m_sc2_title{width: 91%;}
  .m_sc2_contain{width: 95%;}
  h1 {padding: 7px 0 0 10px;}
  h1 img {width:80px;}
  h3 {font-size:18px; padding:10px 0;}
  h2 {font-size:33px;}
  .download {text-align:center; padding:15px 0 15px;}
  .download a{display: flex; border: 1px solid #fff; border-radius: 4px;}
  .download li {display: inline-block; width:30%;}
  .footer {padding: 0 0 20px 0;}
  .footer img {width:120px;}
  .contain p {padding: 30px 0 30px 0; color:black;}
  .youtube, .blogger, .facebook, .discord {position: fixed; right: 0; top: 0; display: block; font-size: 14px; white-space: nowrap; text-align: center; text-decoration: none;}
  .discord {margin: 10px 32% 232px 0;}
  .blogger {margin: 10px 22% 185px 0;}
  .facebook {margin: 10px 12% 138px 0;}
  .youtube{margin: 10px 2% 91px 0;}
  .sns {padding: 0 10px 10px 0; right: 4px; bottom: 170px;}
  .sns svg {width:35px; height: 35px;}
  .video_area img {width:80px;}
  @keyframes move { 0% { left: calc(50% - 50px); top: calc(50% - 30px);} 50% { left: calc(50% - 50px); top: calc(50% - 30px);} 100% { left: 7px; top: 7px; } }
}

/* <= 360px */
@media screen and (max-width: 360px) {
  h1 {padding: 7px 0 0 10px;}
  h1 img {width:60px;}
  h3 {font-size:16px; padding:10px 0;}
  h2 {font-size:28px;}
  .download {text-align:center; padding:15px 0 0;}
  .download a{display: flex; border: 1px solid #fff; border-radius: 4px;}
  .download li {display: inline-block; width:30%;}
  .footer {padding: 0 0 20px 0; justify-content:center; width:100%;}
  .footer img {width:100px;}
  .sns {padding: 0 10px 10px 0;}
  .sns svg {width:30px; height: 30px;}
  .video_area img {width:80px;}
  @keyframes move { 0% { left: calc(50% - 40px); top: calc(50% - 20px);} 50% { left: calc(50% - 40px); top: calc(50% - 20px);} 100% { left: 5px; top: 5px; } }
}

/* <= 340px */
@media screen and (max-width: 340px) { .event_mobile1,.event_mobile2,.event_mobile3 {padding-top: 5.5rem;} }
@media all and (max-width: 768px) and (min-width: 10px){ .video_Content{ max-width:90%; } }
@media all and (max-width: 600px) and (min-width: 10px){ .video_Content iframe{ height:320px !important; } }
@media all and (max-width: 480px) and (min-width: 10px){ .video_Content iframe{ height:220px !important; } }
@media screen and (max-width: 640px) { .sns svg { width: 35px; height: 35px; } }
@media screen and (max-width: 360px) { .sns svg { width: 30px; height: 30px; } }
@media screen and (min-width: 769px) {
  body.not-first-section .sns { color: black !important; }
  body.not-first-section .sns svg,
  body.not-first-section .sns svg *,
  body.not-first-section .sns svg path { fill: #000000 !important; }
  body.section-1 .sns,
  body.section-2 .sns,
  body.section-3 .sns { color: black !important; }
  body.section-1 .sns svg,
  body.section-1 .sns svg *,
  body.section-1 .sns svg path,
  body.section-2 .sns svg,
  body.section-2 .sns svg *,
  body.section-2 .sns svg path,
  body.section-3 .sns svg,
  body.section-3 .sns svg *,
  body.section-3 .sns svg path { fill: #000000 !important; }
}
@media screen and (max-width: 768px) {
  .sns { color: white !important; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 10px; }
  .sns svg,
  .sns svg *,
  .sns svg path { fill: #ffffff !important; }
  body.not-first-section .sns,
  body.section-1 .sns,
  body.section-2 .sns,
  body.section-3 .sns { color: white !important; }
  body.not-first-section .sns svg,
  body.not-first-section .sns svg *,
  body.not-first-section .sns svg path,
  body.section-1 .sns svg,
  body.section-1 .sns svg *,
  body.section-1 .sns svg path,
  body.section-2 .sns svg,
  body.section-2 .sns svg *,
  body.section-2 .sns svg path,
  body.section-3 .sns svg,
  body.section-3 .sns svg *,
  body.section-3 .sns svg path { fill: #ffffff !important; }
}

.rotate-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #000; display: none; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; gap: 2rem;}
.logo-container { width: 200px; animation: logoPulse 2s ease-in-out infinite;}
.logo-container img { width: 100%; filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));}
.phone { height: 60px; width: 100px; border: 3px solid #fff; border-radius: 10px; position: relative; animation: rotate 2s ease-in-out infinite;}
.phone::before { content: ''; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 30px; height: 4px; background: #fff; border-radius: 2px;}
.phone::after { content: ''; position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%;}
.message { color: #fff; font-size: 1.5rem; text-align: center; font-weight: 300; line-height: 1.6; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}
.message span {
    color: #4a90e2; font-weight: 500;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    40% { transform: rotate(-90deg); }
    60% { transform: rotate(-90deg); }
    100% { transform: rotate(0deg); }
}

@keyframes logoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}


.global-arrow {
  position: fixed;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}

.global-arrow b {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

/* Remove the existing b span styles and replace with this */
.global-arrow b span {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #aaaaaa;
  border-bottom: 3px solid #aaaaaa;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.global-arrow b span:nth-of-type(1) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.global-arrow b span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
}

/* Responsive arrow colors */
@media screen and (min-width: 769px) {
  body.not-first-section .global-arrow b span,
  body.section-1 .global-arrow b span,
  body.section-2 .global-arrow b span,
  body.section-3 .global-arrow b span {
    border-left-color: #333333 !important;
    border-bottom-color: #333333 !important;
  }
}

@media screen and (max-width: 768px) {
  .global-arrow b span {
    border-left-color: #aaaaaa !important;
    border-bottom-color: #aaaaaa !important;
  }
  
  body.not-first-section .global-arrow b span,
  body.section-1 .global-arrow b span,
  body.section-2 .global-arrow b span,
  body.section-3 .global-arrow b span {
    border-left-color: #aaaaaa !important;
    border-bottom-color: #aaaaaa !important;
  }
}

body.not-first-section .global-arrow b span {
  border-left-color: #333333 !important;
  border-bottom-color: #333333 !important;
}

body.section-1 .global-arrow b span,
body.section-2 .global-arrow b span,
body.section-3 .global-arrow b span {
  border-left-color: #000000 !important;
  border-bottom-color: #000000 !important;
}

body.section-0 .global-arrow b span {
  border-left-color: #aaaaaa !important;
  border-bottom-color: #aaaaaa !important;
}
</style>