body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #f3962c;
}

a:visited {
  color: #f3f0f0;
}

.div-block-16 {
  min-height: 264px;
  background-color: #000;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 128px;
  min-width: 300px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-13 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 6rem;
  height: 6.5rem;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/IR_logo.svg');
  background-position: 50% 50%;
  background-size: auto 6.8rem;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.coming-soon {
  color: #fff;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-11 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.ir-brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 6rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
  background-image: url('../images/IR_logo.svg');
  background-position: 50% 50%;
  background-size: auto 6.8rem;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1920px) {
  .ir-brand {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-13 {
    position: relative;
    display: block;
    width: auto;
    height: 6.5rem;
    margin-right: auto;
    margin-left: auto;
    background-size: auto 110%;
  }

  .coming-soon {
    width: 90%;
  }

  .ir-brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon {
    font-size: 6ch;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .div-block-13 {
    height: 4rem;
  }

  .coming-soon {
    display: block;
    width: 80%;
    font-size: 3rem;
    line-height: 1;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 30px;
  }

  .ir-brand {
    height: 4rem;
    background-size: auto 4rem;
  }
}

