/* screen - ohome */

.ohome {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 1768px;
  width: 980px;
}

.ohome .huge-text-copy {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-top: -1px;
  min-width: 980px;
  transition: all 0.2s ease-in-out;
}

.ohome .huge-text-copy:hover {
  opacity: 0.7;
}

.ohome .ux {
  font-weight: 900;
  height: 439px;
  letter-spacing: 0;
  line-height: 439px;
  opacity: 0;
  text-align: center;
  white-space: nowrap;
  width: 980px;
}

.ohome .ux.bp1-animate-enter {
  animation: bp1-animate-enter-frames 0.50s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
}

@keyframes bp1-animate-enter-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.ohome .big-text-1 {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-top: 59px;
  min-width: 692px;
  transition: all 0.2s ease-in-out;
}

.ohome .big-text-1:hover {
  opacity: 0.7;
}

.ohome .title-1 {
  height: 124px;
  letter-spacing: 0;
  line-height: 96px;
  text-align: center;
  width: 692px;
}

.ohome .big-text {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-top: 142px;
  min-width: 692px;
  transition: all 0.2s ease-in-out;
}

.ohome .big-text:hover {
  opacity: 0.7;
}

.ohome .title {
  font-weight: 700;
  height: 124px;
  letter-spacing: 0;
  line-height: 96px;
  text-align: center;
  width: 692px;
}
/* screen - ohomemobile-all-breakpoints */

.ohomemobile-all-breakpoints {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 704px;
  width: 390px;
}

.ohomemobile-all-breakpoints .huge-text-copy-1 {
  align-items: flex-start;
  display: flex;
  min-width: 390px;
}

.ohomemobile-all-breakpoints .ux-1 {
  font-weight: 900;
  height: 175px;
  letter-spacing: 0;
  line-height: 174.7px;
  opacity: 0;
  text-align: center;
  white-space: nowrap;
  width: 390px;
}

.ohomemobile-all-breakpoints .ux-1.bp2-animate-enter2 {
  animation: bp2-animate-enter2-frames 0.50s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
}

@keyframes bp2-animate-enter2-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.ohomemobile-all-breakpoints .big-text-3 {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-right: 1.0px;
  margin-top: 23px;
  min-width: 275px;
  transition: all 0.2s ease-in-out;
}

.ohomemobile-all-breakpoints .big-text-3:hover {
  opacity: .5;
}

.ohomemobile-all-breakpoints .title-2 {
  font-weight: 700;
  height: 49px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  width: 275px;
}

.ohomemobile-all-breakpoints .big-text-2 {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-right: 1.0px;
  margin-top: 57px;
  min-width: 275px;
  transition: all 0.2s ease-in-out;
}

.ohomemobile-all-breakpoints .big-text-2:hover {
  opacity: .5;
}

.ohomemobile-all-breakpoints .big-text-4 {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-right: 1.0px;
  margin-top: 56px;
  min-width: 275px;
  transition: all 0.2s ease-in-out;
}

.ohomemobile-all-breakpoints .big-text-4:hover {
  opacity: .5;
}
@media screen and (max-width: 979px) {
  .screen.ohome { 
    display: none;
   }
}
@media screen and (min-width: 980px) {
  .screen.ohomemobile-all-breakpoints { 
    display: none;
   }
}