@font-face {
  font-family: 'regular';
  src: url('../fonts/NotoSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/NotoSans.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/NotoSans.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/NotoSans.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/NotoSans.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
  font-family: 'regular';
}
#top-1 .top-1, #top-2 .top-2, #top-3 .top-3, #top-4 .top-4, #top-5 .top-5, #top-6 .top-6, #top-7 .top-7 {
  color: rgba(220,38,38,var(--tw-text-opacity));
}
.line::after {
  width: 3%;
  content: "";
  background: #fff;
  height: 1px;
}
.line-red::after {
  background-color: red;
  display: flex;
  margin-top: 30px;
  height: 2px;
  width: 6%;
}
.line-red-long::after {
  margin-top: 12px;
  height: 1px;
  width: 18%;
}
* {
  border-color: currentColor;
}
.hover-opacity:hover .up-opacity {
  opacity: 1;
}
.hover-img:hover .img-show {
  display: block;
}
:focus-visible {
  outline: none;
}
.focus-border:focus {
  border-left-width: 0;
  border-right-width: 0;
}
.sticky {
  align-self: flex-start;
}
.text-shadow {
  text-shadow: 1px 1px 10px #000;
}

.error{ color: red; }
@media (max-width: 768px) {
  .capital-l {
    width: 100%;
  }
  .rs-h {
    height: auto !important;
  }
  .rs-h-100 {
    height: 200px !important;
    display: block;
  }
  .rs-text-1 {
    font-size: 40px !important;
    line-height: normal !important;
  }
  .rs-text-2 {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
  br {
    display: none;
  }
  .rs-br br {
    display: block;
  }
}