body#en-form {
  background-color: #ebebeb;
}
@media only screen and (max-width: 900px) {
  body#en-form {
    margin: 0;
  }
  body#en-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 4.44444444vw;
  }
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Banner {
  background-color: transparent !important;
}

.hs-form-html {
  max-width: 1200px !important;
}
@media only screen and (max-width: 767px) {
  .hs-form-html {
    max-width: 100%;
  }
}

[data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-bottom {
  flex-direction: row !important;
}
@media only screen and (max-width: 900px) {
  [data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-bottom {
    flex-direction: column !important;
  }
}

.hsfc-Step__Banner {
  background-image: url(../images/top_img.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  position: fixed;
  right: 53%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .hsfc-Step__Banner {
    position: relative;
    top: 0;
    rigth: 0;
    left: 0;
    transform: none;
    max-width: 100vw !important;
    width: 100%;
  }
}

[data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-bottom > .hsfc-Step__Banner {
  max-width: 500px;
  width: 100%;
  height: 756px !important;
}
@media only screen and (max-width: 1300px) {
  [data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-bottom > .hsfc-Step__Banner {
    max-width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  [data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-bottom > .hsfc-Step__Banner {
    max-width: 100%;
    width: 100%;
    height: 84vw !important;
  }
}

.hsfc-Step__Content {
  max-width: 900px;
  width: 100%;
  margin-left: 50%;
}
@media only screen and (max-width: 900px) {
  .hsfc-Step__Content {
    margin-left: auto;
  }
}

.hsfc-RichText > p {
  line-height: 1.4 !important;
  text-align: justify;
}