:root {
    --rem: 16;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: rgb(218, 168, 81);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-10 {
  fill: rgb(218, 168, 81);
}

.btn-unstyled {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}
#fullScreenDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 18, 26, 1);
  z-index: 1000;
  text-align: center;
  padding: 2rem 2rem 4rem 2rem;
  overflow: auto;
}
#fullScreenDiv img {
  max-width: 80%;
}
@keyframes wipe-in-left {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes wipe-out-right {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}

#fullScreenDiv.visible {
  display: block;
  animation: 1s cubic-bezier(.25, 1, .30, 1) wipe-in-left both;
}
#fullScreenDiv.hidden { 
  animation: 1s cubic-bezier(.25, 1, .30, 1) wipe-out-right both;
}

.grid-three-columns {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.contact-block-content {
  margin-top: 2rem;
}
.back-wrap {
  width: 120px;
  margin: auto;
  margin-top: 3rem;
}
.hero-section:before{
      text-shadow: 0.4592759414em 0.0353118227em 7px rgba(0, 255, 135, 1), 1.8305522807em 1.742119338em 7px rgba(255, 181, 0, 1), 1.1879091948em 1.3307940026em 7px rgba(255, 31, 0, 1), 0.6094931767em 0.9668826404em 7px rgba(0, 32, 255, 1), -0.3304050555em 1.8929751168em 7px rgba(0, 174, 255, 1), -0.0200268029em 1.0009997358em 7px rgba(0, 255, 118, 1), 1.108957902em 0.8516271976em 7px rgba(164, 255, 0, 1), 2.4701301043em 1.3622839522em 7px rgba(81, 255, 0, 1), 0.5380672837em 1.8179181292em 7px rgba(0, 100, 255, 1), 1.612409082em 1.1760936864em 7px rgba(255, 150, 0, 1), 1.670396394em 1.3630478067em 7px rgba(141, 0, 255, 1), 2.1952108349em -0.4435923797em 7px rgba(0, 255, 211, 1), 2.1717479073em 0.4266523704em 7px rgba(255, 0, 108, 1), 0.41840694em 1.038238336em 7px rgba(0, 255, 167, 1), 0.8713714578em 1.7530461904em 7px rgba(255, 0, 4, 1), 0.1546592835em 1.868954543em 7px rgba(0, 255, 221, 1), 0.9126414484em 1.1724748189em 7px rgba(198, 0, 255, 1), 0.6880612821em 1.8367831993em 7px rgba(63, 0, 255, 1), -0.4282196326em 1.8335220053em 7px rgba(255, 0, 121, 1), 0.0203528418em 0.2330917027em 7px rgba(255, 74, 0, 1), -0.2045492512em 0.8193637365em 7px rgba(255, 3, 0, 1), -0.0548311475em 0.882607334em 7px rgba(255, 0, 46, 1), 1.4221604454em 2.2855057812em 7px rgba(255, 0, 234, 1), 0.192418357em 0.4551724302em 7px rgba(255, 0, 30, 1), -0.214252222em 1.1979597037em 7px rgba(0, 203, 255, 1), 2.2324074304em 0.0274894115em 7px rgba(0, 255, 61, 1), 0.2907642824em 1.7237911886em 7px rgba(119, 255, 0, 1), 1.11679928em 0.7780499387em 7px rgba(0, 255, 126, 1), -0.316242921em 1.6073035609em 7px rgba(0, 49, 255, 1), 1.9040488703em 0.204348919em 7px rgba(255, 220, 0, 1), 0.7647325218em 0.2549778437em 7px rgba(255, 0, 130, 1), 1.6847747791em 0.4957951373em 7px rgba(0, 131, 255, 1), -0.1611190334em 1.380463895em 7px rgba(0, 255, 208, 1), 2.1020767778em 0.2385275119em 7px rgba(255, 0, 252, 1), 2.433700823em -0.0448870529em 7px rgba(255, 0, 11, 1), 2.4934300739em -0.0943476651em 7px rgba(255, 0, 3, 1), -0.0454263755em 1.2582889717em 7px rgba(0, 255, 62, 1), 1.5855896962em 0.2046037276em 7px rgba(255, 179, 0, 1), 1.5301273645em 1.4194635419em 7px rgba(255, 141, 0, 1), -0.4435303129em 1.8262136585em 7px rgba(156, 0, 255, 1), 0.3396903062em 2.0346847855em 7px rgba(0, 178, 255, 1);
    animation-duration: 44s;
    animation-delay: -27s;
}
.hero-section:after{
      text-shadow: 0.8247336938em -0.2913938425em 7px rgba(255, 0, 83, 1), 1.4342247046em 1.2626997551em 7px rgba(0, 161, 255, 1), 0.8919475443em 1.4224573481em 7px rgba(0, 255, 120, 1), 1.4139161455em 1.100915525em 7px rgba(176, 255, 0, 1), 1.5398686175em 0.9756401388em 7px rgba(46, 255, 0, 1), -0.3040774601em 1.4200822099em 7px rgba(255, 0, 201, 1), 0.8840858454em 0.5759955163em 7px rgba(0, 255, 142, 1), 1.154468322em 0.6249512729em 7px rgba(255, 0, 95, 1), -0.1837476347em 0.7228443065em 7px rgba(0, 255, 88, 1), 0.3958668413em 1.6356522864em 7px rgba(165, 0, 255, 1), 0.0867297386em 2.3203077385em 7px rgba(255, 193, 0, 1), 0.7988417422em -0.0308185571em 7px rgba(49, 0, 255, 1), 1.8223625528em 2.0858467785em 7px rgba(0, 255, 84, 1), 2.2418403637em 1.3325406633em 7px rgba(0, 192, 255, 1), 1.3445188565em 1.0041733715em 7px rgba(255, 0, 79, 1), -0.350590768em 1.6510684332em 7px rgba(255, 154, 0, 1), 1.1351479819em 0.1123553456em 7px rgba(125, 255, 0, 1), 1.3931338197em 1.9656478887em 7px rgba(0, 255, 45, 1), 2.4932299059em 1.6530821603em 7px rgba(255, 146, 0, 1), 2.0452083818em 1.0722158954em 7px rgba(255, 0, 228, 1), 0.7479321513em 2.0033970114em 7px rgba(255, 0, 123, 1), 0.6611105322em 1.0787582607em 7px rgba(255, 246, 0, 1), -0.146388044em -0.2521041155em 7px rgba(100, 255, 0, 1), 0.5336750879em 1.2878083645em 7px rgba(238, 0, 255, 1), -0.0439163117em 0.424250506em 7px rgba(71, 255, 0, 1), 1.115706762em 0.9322508796em 7px rgba(0, 255, 187, 1), -0.1612287504em 1.7329296493em 7px rgba(0, 41, 255, 1), 1.802499717em -0.3577830955em 7px rgba(0, 145, 255, 1), 1.6556556807em -0.0975652824em 7px rgba(0, 214, 255, 1), -0.4023144216em 1.2915937023em 7px rgba(255, 0, 234, 1), 1.688220851em 2.3388548721em 7px rgba(193, 0, 255, 1), 0.5577449983em 1.808963657em 7px rgba(12, 0, 255, 1), -0.0383377168em -0.3820888377em 7px rgba(255, 246, 0, 1), 1.559829432em 0.3229849648em 7px rgba(231, 255, 0, 1), -0.0147046121em 1.809116874em 7px rgba(0, 42, 255, 1), 2.3175506314em 1.0295003em 7px rgba(0, 141, 255, 1), -0.3822513433em -0.0718025897em 7px rgba(0, 255, 91, 1), -0.0099473905em -0.2214102671em 7px rgba(137, 255, 0, 1), 2.2064850843em 0.4693483852em 7px rgba(60, 255, 0, 1), 0.4619318115em -0.4708404161em 7px rgba(255, 68, 0, 1), 0.1292667042em 2.0366683843em 7px rgba(0, 232, 255, 1);
    animation-duration: 43s;
    animation-delay: -32s;
    
}
.hero-section:after,
.hero-section:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 3em;
  content: ".";
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
  color: transparent;
}
@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .w-embed:before,
  .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-embed:after {
    clear: both;
  }
body {
    font-family: 'Sans Serif', Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
  }
  
  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Serif Display', sans-serif;
    font-size: 75px;
    line-height: 120%;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  h2 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: 'Serif Display', sans-serif;
    font-size: 64px;
    line-height: 110%;
    font-weight: 600;
  }
  
  h4 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #f9be5d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  
  h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
  }
  
  p {
    margin-bottom: 32px;
  }
  
  a {
    color: #f9be5d;
    text-decoration: none;
  }
  
  .site-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0b1d26;
    box-shadow: 28px 28px 80px 0 rgba(11, 29, 38, 0.4);
  }
  
  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    padding-top: 20px;
  }
  
  .logo.footer {
    margin-bottom: 24px;
  }
  
  .nav-link-wrapper {
    color: #fff;
    font-weight: 700;
  }
  
  .nav-link.nav {
    padding: 8px 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }
  
  .nav-link.nav:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #f9be5d;
  }
  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .content-wrapper.nav {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .content-wrapper.hero {
    position: fixed;
    top: 190px;
    z-index: 50;
    max-width: 1920px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .content-wrapper.content {
    max-width: 1440px;
    margin-bottom: 280px;
  }
  
  .content-wrapper.content.footer {
    margin-bottom: 200px;
  }
  
  .social-links {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 50;
    display: none;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }
  
  .nav-slider {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    z-index: 50;
    display: none;
  }
  
  .content-hero {
    z-index: -700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 790px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .tagline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f9be5d;
  }
  
  .tagline-line {
    width: 72px;
    height: 2px;
    margin-right: 24px;
    background-color: #f9be5d;
  }
  
  .link-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }
  
  .link-to.hero {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }
  
  .link-to.hero:hover {
    color: #f9be5d;
  }
  
  .link-to.hero.more {
    color: #f9be5d;
  }
  
  .link-to.hero.more:hover {
    -webkit-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  
  .icon-scroll {
    width: 16px;
    height: 24px;
    margin-left: 16px;
  }

  .close .icon-scroll.more {
    width: 16px;
    height: 24px;
    margin-right: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .link-to.hero.more.close:hover {
    -webkit-transform: translate(-2px, 0px);
    -ms-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  
  
  .icon-scroll.more {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .h1-title {
    margin-bottom: 32px;
    font-family: 'Serif Display', sans-serif;
  }
  
  .icon {
    width: 24px;
    height: 24px;
  }
  
  .icon.margin-right {
    margin-right: 8px;
  }
  
  .icon.social {
    margin-right: 0px;
    margin-bottom: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .nav-slider-links {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
  }
  
  .indicator-line {
    background-color: hsla(0, 0%, 100%, 0.4);
  }
  
  .indicator {
    width: 3px;
    height: 48px;
    background-color: #fff;
  }
  
  .slider-link {
    padding: 8px 24px 8px 40px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }
  
  .slider-link:hover {
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
    color: #f9be5d;
  }
  
  .hg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  
  .vg {
    position: absolute;
    left: 0%;
    top: 490px;
    right: 0%;
    bottom: 0%;
    z-index: 50;
  }
  
  .mg {
    position: absolute;
    left: 0%;
    /*top: 40%;*/
    top:0;
    right: 0%;
    bottom: 0%;
    z-index: 0;
  }
  
  .gradient-hero {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(135deg, #0b1d26, transparent 87%);
    opacity: 0.6;
  }
  
  .hero-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .content-section {
    position: relative;
    z-index: 50;
    padding-top: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 29, 38, 0)), color-stop(20%, #0b1d26));
    background-image: linear-gradient(180deg, rgba(11, 29, 38, 0), #0b1d26 20%);
  }
  
  .grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 81px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .grid.footer {
    grid-column-gap: 0px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  
  .content-text {
    position: relative;
    width: 100%;
    max-width: 550px;
  }
  
  .count {
    position: absolute;
    left: -100px;
    top: -76px;
    z-index: -1;
    opacity: 0.1;
    font-size: 200px;
    line-height: 100%;
    font-weight: 700;
  }
  
  .footer {
    background-color: #0b1d26;
    z-index: 51;
    position: relative;
    text-align: center;
    padding-bottom: 5rem;
  }
  .footer img {
   margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .footer h4 {
    margin-top: 30px;
  }
  .footer-right {
    width: 480px;
    max-width: 100%;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .links {
    /* display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;*/
  }
  
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .footer-link {
    margin-bottom: 8px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-weight: 500;
  }
  
  .footer-link:hover {
    color: #f9be5d;
  }
  
  .copyright {
    opacity: 0.5;
  }
  
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(3, 18, 26, 0.8);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .author {
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }
  
  .author:hover {
    border-bottom-color: rgba(251, 215, 132, 0.3);
    color: #f9be5d;
  }
  
  .text-block {
    -webkit-transform: translate(0px, -32px) rotate(90deg);
    -ms-transform: translate(0px, -32px) rotate(90deg);
    transform: translate(0px, -32px) rotate(90deg);
    white-space: nowrap;
  }
  
  .image {
    width: 480px;
    height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .loading-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b1d26;
  }
  
  .loading {
    position: fixed;
    display: none;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #0b1d26;
  }
  
  .loading-02 {
    width: 100%;
    height: 100%;
    background-color: #0b1d26;
  }
  
  .lottie-animation {
    display: none;
    width: 400px;
  }
  .loading img {
    width: 100%;
  }
  
  .loading-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  @media screen and (max-width: 991px) {
    .hero-section {
      height: 1000px;
    }
    .content-wrapper.hero {
      top: 22%;
    }
    .content-wrapper.content {
      margin-bottom: 200px;
    }
    .content-wrapper.content.footer {
      margin-bottom: 80px;
    }
    .content-hero {
      max-width: 610px;
    }
    .h1-title {
      font-size: 58px;
    }
    .vg {
      top: 45%;
    }
    .content-section {
      margin-top: -120px;
      padding-top: 0px;
    }
    .grid {
      justify-items: center;
      grid-column-gap: 32px;
      grid-row-gap: 64px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .grid.footer {
      grid-column-gap: 40px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
    .links {
      grid-column-gap: 27px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .footer-links._02 {
      display: none;
    }
    .image {
      width: 600px;
      height: 420px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%;
    }
    .image._01 {
      -o-object-position: 50% 100%;
      object-position: 50% 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .nav-link-wrapper {
      display: none;
    }
    .content-wrapper.nav {
      padding-right: 32px;
      padding-left: 32px;
    }
    .content-wrapper.hero {
      padding-right: 32px;
      padding-left: 32px;
      top: 16%;
    }
    .content-wrapper.content {
      margin-top: 0px;
      padding-right: 32px;
      padding-left: 32px;
    }
    .tagline {
      margin-bottom: 16px;
    }
    .h1-title {
      margin-bottom: 24px;
    }
    .hg {
      width: 100%;
      height: 600px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .vg {
      top: 47%;
      width: 100%;
      height: 600px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 0%;
      object-position: 50% 0%;
    }
    .mg {
      top: 0%;
      width: 100%;
      height: 600px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .hero-section {
      height: 800px;
    }
    .content-section {
      margin-top: -120px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 29, 38, 0)), color-stop(5%, #0b1d26));
      background-image: linear-gradient(180deg, rgba(11, 29, 38, 0), #0b1d26 5%);
    }
    .grid.footer {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .head {
      font-size: 48px;
    }
    .links {
      grid-column-gap: 23px;
    }
    .footer-text {
      margin-bottom: 32px;
    }
  }
  
  @media screen and (max-width: 479px) {
    p {
      margin-bottom: 24px;
      line-height: 28px;
    }
    .content-wrapper.nav {
      padding-right: 24px;
      padding-left: 24px;
    }
    .content-wrapper.hero {
      padding-right: 24px;
      padding-left: 24px;
    }
    .content-wrapper.content {
      margin-bottom: 120px;
      padding-right: 24px;
      padding-left: 24px;
    }
    .content-hero {
      max-width: 350px;
      margin-top: 40px;
    }
    .tagline-line {
      width: 40px;
      margin-right: 16px;
    }
    .h1-title {
      font-size: 33px;
    }
    .hg {
      -o-object-position: 30% 50%;
      object-position: 30% 50%;
    }
    .vg {
      -o-object-position: 30% 50%;
      object-position: 30% 50%;
    }
    .mg {
      -o-object-position: 30% 50%;
      object-position: 30% 50%;
    }
    .content-section {
      margin-top: -80px;
    }
    .head {
      font-size: 40px;
    }
    .links {
      grid-column-gap: 26px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
    .image {
      height: 320px;
    }
    .heading-tagline {
      font-size: 12px;
      letter-spacing: 4px;
    }
    .loading-01 {
      max-width: 50%;
    }
    .loading-02 {
      max-width: 50%;
    }
  }

  @media screen and (max-width: 320px) {
    .h1-title {
      font-size: 27px;
    }
  }
  
  #w-node-435c3832b714-0b7ceb38 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-39e02eb8b346-0b7ceb38 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-12f012158455-0b7ceb38 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-12f012158464-0b7ceb38 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-af252b1c3813-0b7ceb38 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-af252b1c3822-0b7ceb38 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-4532b953dd02-0b7ceb38 {
    -ms-grid-column-align: end;
/* justify-self: end; */
  }
  
  #w-node-bec01f52c19d-0b7ceb38 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-98e738a28e3d-0b7ceb38 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-435c3832b714-0b7ceb38 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row: 2;
      grid-row-start: 2;
    }
    #w-node-39e02eb8b346-0b7ceb38 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-column-align: center;
      justify-self: center;
    }
    #w-node-12f012158455-0b7ceb38 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-column-align: center;
      justify-self: center;
    }
    #w-node-12f012158464-0b7ceb38 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-column-align: center;
      justify-self: center;
    }
    #w-node-af252b1c3813-0b7ceb38 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-column-align: center;
      justify-self: center;
    }
    #w-node-af252b1c3822-0b7ceb38 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-1aa862d1e6f1-0b7ceb38 {
      -ms-grid-column-align: start;
      justify-self: start;
    }
    #w-node-4532b953dd02-0b7ceb38 {
      -ms-grid-column-align: start;
      justify-self: start;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-98e738a28e3d-0b7ceb38 {
      -ms-grid-column-align: start;
      justify-self: start;
    }
  }
  
  @font-face {
    font-family: 'Sans Serif';
    src: url('../fonts/SansSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Sans Serif';
    src: url('../fonts/SansSerif-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Sans Serif';
    src: url('../fonts/SansSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Serif Display';
    src: url('../fonts/SerifDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Serif Display';
    src: url('../fonts/SerifDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }