/* screen - somahomepage */

head {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1;
}

#margin-container {
  display: flex;
  justify-content: space-between;
}

.somahomepage {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 4654px;
  overflow-x: hidden;
  width: inherit;
}

.somahomepage .hero-page {
  align-items: flex-start;
  display: flex;  
  z-index: 6;
  width: 100%;
}

.somahomepage .hero-flex-col {
  min-height: 1015px;  
  width: 100vw;
  min-width: 100%;
}

.background_-blue_-intro {
  background-color: #edf7fd;
  min-height: 900px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.somahomepage .hero-image-wrapper {
  position: absolute;
}


.somahomepage .hero-image {
  height: 650px;  
  position: relative;
  width: 561px;
  left: 175px;
  top: 70px;
}

.somahomepage .subtitle {
  position: relative;
  min-height: 239px;
  left: 800px;
  top: 200px;
  width: 400px;  
}

.somahomepage .subtitle-header {
  color: var(--royal-blue);
  font-family: var(--font-family-fahkwang);
  font-size: var(--font-size-l);
  font-weight: 500;
  left: 0;
  top: 50px;
  letter-spacing: 0.3px;
  line-height: 65px;
  position: relative;
  white-space: nowrap;
}

.somahomepage .subtitle-content {
  left: 0;
  letter-spacing: 0.5px;
  line-height: 24px;
  position: relative;
  text-align: justify;
  top: 54px;
  width: 400px;
}


.somahomepage title {
  height: 289px;
  left: 153px;
  position: absolute;
  top: 183px;
  width: 100vw;
}

.somahomepage .hero-text div{  
  top: 150px;
  letter-spacing: 0;
  line-height: 100px;
  position: relative;
  white-space: nowrap;
  width: inherit;
}
.somahomepage .hero-text .line1 {
  color: var(--black);
  font-family: var(--font-family-fahkwang);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 300;
  margin-left: 150px;
  top: 50;
  animation: hero-load 1s ease 250ms backwards;
  /* position: relative; */
}

.somahomepage .hero-text .line2 {
  color: var(--black);
  font-family: var(--font-family-fahkwang);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 300;
  left: 358px;
  top: 148px;
  width: 618px;
  animation: hero-load 1s ease 900ms backwards;
}

.somahomepage .hero-text .line3 {
  color: var(--royal-blue);
  font-family: var(--font-family-fahkwang);
  font-size: var(--font-size-xxl);
  left: 724px;
  top: 140px;
  width: 548px;
  animation: hero-load 1s ease 1500ms backwards;
}


a.anchor {
  display: block;
  position: relative;
  top: 40px;
  visibility: hidden;
}