
html {
  font-size:16px;
}
body {
  padding:0;
  margin:0;
  background-color:#d9d9d9;
  color:#fff;
  font-family:'brother-1816', sans-serif;
  font-weight: 200;
  font-size:1rem;
  line-height: 1.3;
  width:100vw;
  overflow-x:clip;
}
h1, .h1 {
  font-weight: 200;
  font-size: 55px;
  margin-bottom: 0;
}
h2, .h2 {
  font-weight: 200;
  font-size:36px;
  margin-top:0;
}
h3, .h3 {
  font-size:26px;
}
img {
  max-width: 100%;
}
video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  width:100%;
  height:auto;
}
.big {
  font-size:135px;
}
.med {
  font-size:45px;
}
.lh1 {
  line-height: 1;
}
.pink {
  color:#FECFC9;
}
.blue {
  color:#122640;
}
#site-content {
  position: relative;
  background-color:#0C2B48;
}
#site-content-inner {
  position: relative;
  z-index: 2;
  margin-top: 41vw;
  overflow:clip;
  background-color: #0C2B48;
  height: 2400px;
}
#bg-multiply {
  position: absolute;
  top: -25vw;
  z-index: 2;
  mix-blend-mode: multiply;
  width:1600px;
}
#main-content {
  position: absolute;
  top: 0;
  z-index: 3;
  padding: 100px;
  width: 1230px;
}
#logo {
  width:600px;
}
#top-content-inner {
  padding-top:50px;
}
#buttons {
  margin:100px 0;
}
a.btn {
  background-color: #FECFC9;
  border: 1px solid #FECFC9;
  border-radius: 50px;
  padding: 20px 40px 20px 30px;
  font-weight: bold;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 100px;
  text-decoration: none;
  transition:0.5s all;
  position: relative;
  text-transform:uppercase;
}
a.btn:after {
  content: '';
  position: absolute;
  background-image: url('./img/arrow.svg');
  background-size: contain;
  height: 60%;
  width: 20px;
  right: 5%;
  top: 20%;
  background-repeat: no-repeat;
}
a.btn:hover {
  text-decoration: none;
  background-color: transparent;
  color:#FECFC9;;
}
#icons {
  display: flex;
}
.icon-container {
  padding:0 20px 0 0;
  text-align: center;
  width: fit-content;
  margin-right: 20px;
}
#icons p {
  text-transform:uppercase;
  white-space: nowrap;
  width:100%;
}
.icon-container img {
  height:50px;
  width: auto;
  margin-bottom: 20px;
}
.icon-container.double .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#contact {
  margin-top:100px;
  display: flex;
}
#contact-1, #contact-2 {
  width: 50%;
}
#contact-2 {
  padding-left:50px;
  padding-top: 55px;
}
.agent {
  margin-bottom:75px;
}
.agent .h2 {
  font-size: 25px;
  text-transform: uppercase;
}
.email {
  color: #ffff;
  font-size: 25px;
  line-height: 2;
  opacity: 0.6;
  transition: 0.5s all;
}
.email:hover {
  text-decoration:none;
}
.phone {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  opacity: 0.6;
  transition:0.5s all;
}
.phone:hover {
  text-decoration:underline;
}
.address {
  line-height: 1.6;
}
#dev-logos {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dev-logos img {
  height:40px;
  width:auto;
  margin:0 10px;
}
#dev-logos img:last-child {
  height:50px;
}
#site-content-inner .swiper {
  position: sticky;
  top:0;
  width:100%;
}
#site-content-inner .swiper img {
  width: 100%;
}

.sfs, #dev-logos.sfs {
  display: none;
}

#nebula1 {
  position: absolute;
  width: 1200px;
  height: auto;
  mix-blend-mode: hard-light;
  top: 0;
  left: 0;
}
#nebula2 {
  position: absolute;
  mix-blend-mode: screen;
  top: 501px;
  left: 0;
  width: 540px;
}
#nebula3 {
  position: absolute;
  top: 1126px;
  left: 0;
  mix-blend-mode: screen;
  width: 1200px;
}
#nebula4 {
  position: absolute;
  left: 0;
  top: 1725px;
  width: 1220px;
  mix-blend-mode: soft-light;
}
#nebula5 {
  position: absolute;
  mix-blend-mode: multiply;
  top: 2125px;
  left: 200px;
  width: 800px;
}

@media (max-width:1024px) {
  #mob-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:calc(100vh - 41vw);
  }
  .sfs {
    display: inline;
  }
  div.sfs {
    display: block;
  }
  #dev-logos.sfs.flex {
    display: flex;
  }
  .hfs {
    display: none;
  }
  #main-content {
    position: relative;
    padding:25px;
    width: calc(100vw - 50px);
    overflow:hidden;
  }
  #logo {
    width:70vw;
  }
  #site-content-inner {
    height:auto;
  }
  html {
    font-size:14px;
  }
  h1, .h1 {
    font-size:30px;
  }
  h2, .h2 {
    font-size:20px;
  }
  h3, .h3 {
    font-size:16px;
  }
  .big {
    font-size:80px;
  }
  .med {
    font-size:18px;
  }
  #top-content-inner .lh1 {
    margin-top:50px;
  }
  a.btn {
    font-size: 12px;
    margin-right: 5px;
    padding: 15px 25px 15px 15px;
  }
  a.btn:after {
    right:2%;
  }
  #icons {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
  }
  .icon-container {
      padding: 0 10px;
      text-align: center;
      width: fit-content;
      margin-right: 0;
      margin-bottom: 16px;
  }
  .icon-container img {
      height: 50px;
      width: auto;
      margin-bottom: 20px;
  }
  #contact {
    flex-wrap:wrap;
    margin-top:50px;
  }
  #contact-1, #contact-2 {
    width:100%;
    padding-left:0;
    padding-top:0;
  }
  .email {
    font-size:18px;
  }
  .phone {
    font-size:24px;
  }
  .scroll-container {
    position: relative;
    left: -25px;
    width:100vw;
  }
  .scroll-inner {
    width:100%;
    overflow-x:scroll;
  }
  .scroll-inner-inner {
    width: 400vw;
    display: flex;
  }
  .finger {
    position: absolute;
    width: 40px;
    height: auto;
    top: 15px;
    left: 15px;
  }
  #buttons {
    margin:50px 0;
  }
  #dev-logos {
    position: static;
    margin-top:50px;
  }
  #dev-logos img {
    margin:0 25px 0 0;
  }
  #bg-multiply {
    width: 100%;
  }
  #nebula1 {
    max-width: unset;
    width:110%;
  }
  #nebula2 {
    width:80%;
    top:185px;
  }
  #nebula3 {
    width:110%;
    max-width: unset;
    top:525px;
  }
  #nebula4 {
    top: 850px;
    max-width: unset;
    width: 200%;
  }
  #nebula5 {
    top:850px;
    max-width: unset;
    width: 200%;
  }
}
