@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: unset !important;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.SG404landing {
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
}
.SG404landing h1,
.SG404landing h2,
.SG404landing h3,
.SG404landing h4,
.SG404landing h5,
.SG404landing h6,
.SG404landing ul,
.SG404landing ol,
.SG404landing p,
.SG404landing div,
.SG404landing span {
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
}
.SG404landing section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.SG404landing img {
  max-width: 100%;
  pointer-events: none;
}

html {
  overflow-x: hidden;
}

.SG404landing__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/main/SG404-main-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .SG404landing__main {
    background-image: url("../images/main/SG404-main-backgroundmob.png");
  }
}
.SG404landing__main-maincontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  right: 7%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2%;
  padding-right: 3%;
  padding-top: 2%;
  width: 75%;
}
@media (max-width: 600px) {
  .SG404landing__main-maincontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 8%;
    gap: 4vw;
    padding-bottom: 33%;
  }
}
.SG404landing__main-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3vw;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__main-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 9%;
  }
}
.SG404landing__main-logo {
  width: 21.5%;
}
@media (max-width: 2600px) {
  .SG404landing__main-logo {
    scale: 1.1;
    padding-bottom: 4%;
  }
}
@media (max-width: 2000px) {
  .SG404landing__main-logo {
    scale: 1;
    padding-bottom: 0%;
  }
}
@media (max-width: 1100px) {
  .SG404landing__main-logo {
    width: 19%;
  }
}
@media (max-width: 600px) {
  .SG404landing__main-logo {
    display: none;
  }
}
.SG404landing__main-logo img {
  width: 100%;
  height: 100%;
}
.SG404landing__main-moblogo {
  display: none;
  width: 51%;
}
@media (max-width: 600px) {
  .SG404landing__main-moblogo {
    display: block;
  }
}
.SG404landing__main-moblogo img {
  width: 100%;
  height: 100%;
}
.SG404landing__main-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5vw;
}
.SG404landing__main-subtitle {
  font-size: 2.5vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #003f5c;
  width: 95%;
}
@media (max-width: 600px) {
  .SG404landing__main-subtitle {
    font-size: 4.3vw;
    width: 60%;
  }
}
.SG404landing__main-title {
  font-size: 7.89vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #ff4400;
}
@media (max-width: 600px) {
  .SG404landing__main-title {
    font-size: 13.85vw;
  }
}
.SG404landing__main-text {
  font-size: 2.13vw;
  font-weight: 400;
}
@media (max-width: 600px) {
  .SG404landing__main-text {
    display: none;
  }
}
.SG404landing__main-mobsubtitle {
  display: none;
  font-size: 7.18vw;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  padding-top: 3%;
  padding-left: 15%;
}
@media (max-width: 600px) {
  .SG404landing__main-mobsubtitle {
    display: block;
  }
}
.SG404landing__main-image {
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__main-image {
    margin-left: 15%;
    width: 110%;
  }
}
.SG404landing__main-image img {
  width: 100%;
  height: 100%;
}
.SG404landing__power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/power/SG404-power-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .SG404landing__power {
    background-image: url("../images/power/SG404-power-backgroundmob.png");
  }
}
.SG404landing__power-powercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3%;
  padding-right: 8%;
  padding-bottom: 2.5%;
  width: 70%;
}
@media (max-width: 600px) {
  .SG404landing__power-powercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 40%;
    padding-top: 25%;
  }
}
.SG404landing__power-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .SG404landing__power-information {
    margin-left: -28%;
    margin-bottom: -4.5%;
  }
}
.SG404landing__power-shadow {
  width: 250%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.SG404landing__power-shadow img {
  width: 100%;
  height: 100%;
}
.SG404landing__power-title {
  font-size: 3.24vw;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .SG404landing__power-title {
    font-size: 9.24vw;
    margin-bottom: -2.6%;
  }
}
.SG404landing__power-subtitle {
  font-size: 8.24vw;
  font-weight: 500;
  color: #ff4400;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .SG404landing__power-subtitle {
    font-size: 23.4vw;
  }
}
.SG404landing__power-image {
  width: 75%;
  z-index: 2;
  opacity: 0;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__power-image {
    width: 113%;
    margin-left: 8%;
    opacity: 1;
  }
}
.SG404landing__power-image img {
  width: 100%;
  height: 100%;
}
.SG404landing__volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.SG404landing__volume-video {
  position: absolute;
  width: 100%;
  height: 113%;
  bottom: -8.5%;
  opacity: 1;
}
@media (max-width: 600px) {
  .SG404landing__volume-video {
    scale: 5;
    bottom: -7%;
    width: 102%;
    -webkit-transform: translateY(-0.1%);
        -ms-transform: translateY(-0.1%);
            transform: translateY(-0.1%);
  }
}
.SG404landing__volume-video video {
  width: 100%;
  height: 100%;
}
.SG404landing__volume-volumecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  gap: 7vw;
  width: 73%;
}
@media (max-width: 600px) {
  .SG404landing__volume-volumecontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 3vw;
    padding-top: 10%;
    padding-bottom: 13%;
  }
}
.SG404landing__volume-image {
  width: 45%;
  position: relative;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
}
@media (max-width: 600px) {
  .SG404landing__volume-image {
    width: 100%;
  }
}
.SG404landing__volume-image img {
  width: 100%;
  height: 100%;
}
.SG404landing__volume-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__volume-information {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 15%;
  }
}
.SG404landing__volume-title {
  font-size: 4.17vw;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .SG404landing__volume-title {
    font-size: 13.85vw;
  }
}
.SG404landing__volume-subtitle {
  font-size: 6.95vw;
  font-weight: 550;
  color: #009ad0;
}
@media (max-width: 600px) {
  .SG404landing__volume-subtitle {
    font-size: 18.84vw;
  }
}
.SG404landing__volume-subtitle span {
  font-weight: 700;
  font-size: 9.14vw;
}
@media (max-width: 600px) {
  .SG404landing__volume-subtitle span {
    font-size: 36.85vw;
  }
}
.SG404landing__nozzles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  background: radial-gradient(at top, rgb(255, 255, 255) 50%, rgb(226, 249, 255) 100%);
}
.SG404landing__nozzles-nozzlescontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.5%;
  padding-left: 2%;
  padding-right: 2%;
  width: 90%;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-nozzlescontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 5%;
    gap: 8vw;
  }
}
.SG404landing__nozzles-orange {
  width: 50%;
  -webkit-transform: translateY(45%);
      -ms-transform: translateY(45%);
          transform: translateY(45%);
  scale: 1.2;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-orange {
    width: 85%;
    z-index: 1;
    scale: 1.3;
    left: 0%;
    margin-left: -23%;
    position: absolute;
  }
}
.SG404landing__nozzles-orange img {
  width: 100%;
  height: 100%;
}
.SG404landing__nozzles-information {
  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;
  margin-bottom: 15%;
  width: 35%;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 0%;
  }
}
.SG404landing__nozzles-number {
  font-size: 13.89vw;
  font-weight: 400;
  color: #ff4400;
  -webkit-transform: translateY(7%);
      -ms-transform: translateY(7%);
          transform: translateY(7%);
}
@media (max-width: 600px) {
  .SG404landing__nozzles-number {
    font-size: 33.33vw;
  }
}
.SG404landing__nozzles-title {
  font-size: 2.31vw;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-title {
    width: 90%;
    font-size: 9.23vw;
  }
}
.SG404landing__nozzles-mobimage {
  width: 78%;
  display: none;
  position: relative;
  margin-left: 26%;
  z-index: 2;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-mobimage {
    display: block;
  }
}
.SG404landing__nozzles-mobimage img {
  width: 100%;
  height: 100%;
}
.SG404landing__nozzles-image {
  width: 53%;
}
@media (max-width: 600px) {
  .SG404landing__nozzles-image {
    display: none;
  }
}
.SG404landing__nozzles-image img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/reversion/SG404-reversion-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.SG404landing__reversion-reversioncontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5vw;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 7.5%;
  width: 75%;
}
@media (max-width: 600px) {
  .SG404landing__reversion-reversioncontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25%;
    gap: 6vw;
    padding-bottom: 20%;
  }
}
.SG404landing__reversion-image {
  position: relative;
  width: 128%;
}
@media (max-width: 600px) {
  .SG404landing__reversion-image {
    display: none;
  }
}
.SG404landing__reversion-image img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-icons {
  position: absolute;
  top: 20%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 87%;
}
.SG404landing__reversion-left {
  position: absolute;
  width: 85%;
  -webkit-transform: translateY(-17%);
      -ms-transform: translateY(-17%);
          transform: translateY(-17%);
  left: 2%;
  -webkit-animation: leftOpacity 3.3s ease infinite;
          animation: leftOpacity 3.3s ease infinite;
}
@-webkit-keyframes leftOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SG404landing__reversion-left img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-right {
  position: absolute;
  width: 85%;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  left: 2%;
  -webkit-animation: rightOpacity 3.3s ease infinite;
          animation: rightOpacity 3.3s ease infinite;
}
@-webkit-keyframes rightOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rightOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SG404landing__reversion-right img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-mobimage {
  width: 100%;
  display: none;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__reversion-mobimage {
    display: block;
  }
}
.SG404landing__reversion-mobimage img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-mobicons {
  position: absolute;
  top: 10%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 87%;
}
.SG404landing__reversion-mobleft {
  position: absolute;
  width: 85%;
  -webkit-transform: translateY(-17%);
      -ms-transform: translateY(-17%);
          transform: translateY(-17%);
  left: 2%;
  -webkit-animation: leftOpacity 3.3s ease infinite;
          animation: leftOpacity 3.3s ease infinite;
}
@keyframes leftOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SG404landing__reversion-mobleft img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-mobright {
  position: absolute;
  width: 85%;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  left: 2%;
  -webkit-animation: rightOpacity 3.3s ease infinite;
          animation: rightOpacity 3.3s ease infinite;
}
@keyframes rightOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SG404landing__reversion-mobright img {
  width: 100%;
  height: 100%;
}
.SG404landing__reversion-information {
  font-size: 3.24vw;
  text-transform: uppercase;
  width: 90%;
  padding-bottom: 17%;
  position: relative;
}
@media (max-width: 600px) {
  .SG404landing__reversion-information {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 10.26vw;
    text-align: center;
    padding-bottom: 0%;
  }
}