.navbar {
  flex-direction: row;
  display: block;
}

.navbar_splash {
  max-width: 980px;
  line-height: 50px;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  display: flex;
}

.logo_splash {
  margin-left: auto;
  padding: 10px 0;
  position: relative;
  left: 0;
}

.splash-footer {
  height: 120px;
  background-color: #323531;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-6 {
  color: #fff;
  padding-left: 24px;
  text-decoration: none;
}

.column-5, .columns-2 {
  display: flex;
}

.column-4 {
  justify-content: center;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.splash-heading {
  color: #9ec73c;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 48px;
}

.message-searchbar {
  text-align: center;
  font-weight: 400;
}

.recom {
  justify-content: center;
  display: flex;
}

.autologin {
  width: 595px;
  text-align: center;
  border: 1px solid #383838;
  border-radius: 21px;
  margin-right: 10px;
  padding: 20px 10px;
  position: relative;
  left: auto;
}

.links {
  width: 360px;
  text-align: center;
  border: 1px solid #383838;
  border-radius: 21px;
  margin-left: 10px;
  padding: 30px 20px 20px;
  font-family: Raleway, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 53%;
  left: auto;
  right: 0%;
}

.autologinp {
  text-align: center;
  border: 0 #383838;
  border-radius: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.autologin-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
}

.body {
  border: 0 #fff;
  border-radius: 0;
}

.splash-link-green {
  color: #bada55;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: static;
}

.splash-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.div-block {
  width: 980px;
  border: 1px solid #383838;
  border-radius: 21px;
  justify-content: center;
  margin: 20px auto 40px;
  display: flex;
}

.adddevices {
  width: 200px;
  height: 40px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-2 {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.image-13 {
  width: 260px;
  margin-left: 0;
  margin-right: 140px;
}

.image-14 {
  margin-top: 40px;
}

.splash-heading2 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6-link {
  color: #fff;
  padding-left: 0;
  text-decoration: none;
}

.link {
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.section {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block {
  margin-bottom: 20px;
}

.div-block-3-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo_splash {
    position: static;
  }

  .paragraph-6 {
    padding-left: 24px;
  }

  .column-5, .column-4 {
    position: static;
  }

  .column-3 {
    padding-left: 10px;
    position: static;
  }

  .splash-heading {
    position: static;
  }

  .autologin {
    width: 60%;
    margin-left: 10px;
    position: static;
  }

  .links {
    width: 34%;
    margin-right: 10px;
    position: absolute;
  }

  .autologinp {
    font-size: 15px;
  }

  .div-block {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-13 {
    margin-right: 40px;
  }

  .link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    width: 768px;
  }

  .div-block-3-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar_splash {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-top: -51px;
    padding-top: 0;
  }

  .logo_splash {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60px;
  }

  .splash-footer {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 1px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-6 {
    overflow: visible;
  }

  .column-5 {
    display: none;
  }

  .column-3 {
    clear: none;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .image-11 {
    width: auto;
    max-width: 80%;
  }

  .recom {
    display: block;
  }

  .autologin {
    width: auto;
    position: static;
  }

  .links {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    position: static;
  }

  .autologinp {
    max-width: none;
    margin-bottom: 0;
  }

  .autologin-image {
    max-width: none;
    display: block;
  }

  .body {
    max-width: none;
    border: 0 #fff;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .splash-link-green, .splash-link {
    font-size: 16px;
  }

  .div-block {
    margin-bottom: 20px;
    position: static;
  }

  .adddevices {
    margin-top: 20px;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .image-13 {
    width: 250px;
    margin-right: auto;
    position: static;
    left: auto;
    right: 20px;
  }

  .image-14 {
    max-width: 100%;
    margin-top: 20px;
  }

  .link-block {
    max-width: 100%;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 12px;
  }

  .paragraph-6-link {
    overflow: visible;
  }

  .section {
    width: auto;
    position: static;
  }

  .div-block-3-mobile {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    right: 12px;
  }
}

@media screen and (max-width: 479px) {
  .navbarsec {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: static;
  }

  .logo_splash {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13px;
  }

  .splash-footer {
    height: auto;
    float: none;
    clear: none;
  }

  .paragraph-6 {
    clear: none;
    padding-left: 0;
  }

  .column-5 {
    flex-direction: column;
    flex: 0 auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .columns-2 {
    text-align: center;
    flex-direction: column;
  }

  .column-4 {
    position: static;
  }

  .column-3 {
    align-items: stretch;
    position: static;
    overflow: hidden;
  }

  .image-11 {
    display: none;
  }

  .splash-heading {
    font-size: 40px;
  }

  .autologinp {
    margin-left: auto;
    margin-right: auto;
  }

  .autologin-image {
    width: 247px;
    max-width: none;
  }

  .body {
    padding-right: 0;
  }

  .div-block {
    z-index: auto;
    display: block;
    position: relative;
  }

  .div-block-2 {
    border-top: 1px solid #000;
    padding-top: 15px;
    position: static;
    top: 214px;
  }

  .image-13 {
    z-index: auto;
    width: 238px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: auto;
    bottom: 8px;
    right: auto;
  }

  .image-14 {
    position: relative;
    top: auto;
    bottom: 12px;
  }

  .div-block-3 {
    z-index: -1;
    display: none;
    position: relative;
    top: auto;
    bottom: 167px;
    left: auto;
    right: 6px;
  }

  .paragraph-6-link {
    clear: none;
    padding-left: 0;
  }

  .image-15 {
    display: none;
    overflow: visible;
  }

  .div-block-3-mobile {
    z-index: -1;
    display: block;
    position: static;
    top: auto;
    bottom: 167px;
    left: auto;
    right: 6px;
  }
}


