html{
  scroll-behavior:smooth;
}

body{
  color:var(--c3);
  background:var(--bg);
}

.nacom-secure-area *{
  box-sizing:border-box;
}

.tyc-main,
.nacom-secure-area{
  color:var(--c3);
}

.tyc-main img,
.nacom-secure-area img{
  max-width:100%;
  height:auto;
}

.tyc-main a,
.nacom-secure-area a{
  color:inherit;
}

.tyc-main h1,
.tyc-main h2,
.tyc-main h3,
.tyc-main h4{
  line-height:1.1;
  letter-spacing:-.02em;
}

.tyc-main p,
.nacom-secure-area p{
  line-height:1.7;
}

.tyc-main .tyc-muted{
  color:var(--muted-strong);
}

.tyc-main p a,
.tyc-main td a,
.tyc-main .tyc-muted a{
  color:var(--c1);
  text-decoration:none;
  border-bottom:1px dashed rgba(14,165,183,.42);
}
