.saml {
  min-height: 100vh;
}
.saml section.item {
  width: 100vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.saml section.item:nth-of-type(1) {
  background-image: url("../images/bg-saml-1.webp");
}
.saml section.item:nth-of-type(2) {
  background-image: url("../images/bg-saml-2.webp");
}
.saml section.item:nth-of-type(3) {
  background-image: url("../images/bg-saml-3.webp");
}
@media (max-width: 500px) {
  .saml section.item:nth-of-type(1) {
    background-image: url("../images/bg-saml-1-mob.webp");
  }
  .saml section.item:nth-of-type(2) {
    background-image: url("../images/bg-saml-2-mob.webp");
  }
  .saml section.item:nth-of-type(3) {
    background-image: url("../images/bg-saml-3-mob.webp");
  }
}
.saml,
.evidence {
  background: #410B46;
}
.saml .slider-container,
.evidence .slider-container {
  height: 100vh;
}
.saml .slider,
.evidence .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.3s ease;
}
.saml sup,
.evidence sup {
  font-size: 50%;
  line-height: 1;
}
.saml .animated-arrows,
.evidence .animated-arrows {
  position: absolute;
  bottom: 7.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 7.4843rem;
  height: auto;
}
.saml .animated-arrows img,
.evidence .animated-arrows img {
  width: 100%;
  height: 100%;
}
.saml h1,
.evidence h1 {
  position: relative;
  margin: 1rem auto;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 6.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.saml h1 i,
.evidence h1 i {
  font-size: 7.4rem;
  font-style: italic;
  font-weight: 800;
  line-height: 8rem;
}
.saml h1 b,
.evidence h1 b {
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 8rem;
}
.saml h1:before,
.evidence h1:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 4.4rem;
  right: 10.1rem;
  width: 46.4036rem;
  height: 5.3384rem;
  background-image: url(../images/saml-h1-top.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.saml h1:after,
.evidence h1:after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 24.7rem;
  top: 12.47rem;
  width: 25.0571rem;
  height: 4.6982rem;
  background-image: url(../images/saml-h1-bottom.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.saml h2,
.evidence h2 {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.saml h2 sup,
.evidence h2 sup {
  font-style: normal;
  font-weight: 400;
}
.saml .slider p,
.evidence .slider p {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.saml .content,
.evidence .content {
  width: 100vw;
  height: 100vh;
}
.saml .content-inner,
.evidence .content-inner {
  max-width: 91.5rem;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .saml .content-inner,
  .evidence .content-inner {
    top: 42%;
  }
}
.saml .item,
.evidence .item {
  position: relative;
  min-height: 100vh;
}
.saml .item span:not(.nowrap),
.evidence .item span:not(.nowrap) {
  display: block;
  color: #FFE5DA;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.052rem;
  text-transform: uppercase;
}
.saml .second,
.evidence .second {
  position: relative;
}
.saml .second h3,
.evidence .second h3 {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 3rem;
}
.saml .second p,
.evidence .second p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.saml .second .text,
.evidence .second .text {
  display: flex;
  max-width: 51.1rem;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.saml .second .outer,
.evidence .second .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.saml .second .outer:after,
.evidence .second .outer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 500px) {
  .saml .second .outer:after,
  .evidence .second .outer:after {
    content: none;
  }
}
.saml .second .content-inner,
.evidence .second .content-inner {
  padding: 4.4rem 0 4.6rem;
  left: auto;
  top: auto;
  transform: none;
  max-width: 119rem;
  display: flex;
  align-items: center;
  grid-gap: 17.976rem;
  margin: 0 auto;
  position: relative;
}
.saml .second .diagram,
.evidence .second .diagram {
  max-width: 50rem;
  width: 100%;
}
.saml .third.item span:not(.nowrap),
.evidence .third.item span:not(.nowrap) {
  text-align: left;
}
.saml .third .content-inner,
.evidence .third .content-inner {
  max-width: 84.6rem;
  width: 100%;
  left: 12.6rem;
  transform: translate(0%, -50%);
}
.saml .third span,
.evidence .third span {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.saml .third h2,
.evidence .third h2 {
  margin-bottom: 1rem;
}
.saml .third p,
.evidence .third p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.saml .third p:first-child,
.evidence .third p:first-child {
  margin-bottom: 3rem;
}
.saml .third p.bold,
.evidence .third p.bold {
  color: #FFE5DA;
  font-weight: 700;
  line-height: 120%;
}
.saml .third .bold,
.evidence .third .bold {
  margin-top: 3rem;
}
.saml .modal-links,
.evidence .modal-links {
  margin: 4.9rem auto 0;
  display: flex;
  align-items: center;
  grid-gap: 3.1rem;
  max-width: 73.1rem;
}
.saml .modal-links a,
.evidence .modal-links a {
  white-space: nowrap;
  letter-spacing: -0.05rem;
  color: #510E57;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border-radius: 2.4rem;
  border: 0.2rem solid rgba(81, 14, 87, 0.2);
  background: #FFF;
  box-shadow: 0 0 5.3275rem 0 rgba(0, 0, 0, 0.25);
  display: flex;
  max-width: 35rem;
  width: 100%;
  padding: 4.8rem 5rem;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  transition: gap 0.3s ease-in-out;
}
.saml .modal-links a[data-modal-tab="aml-mrc"],
.evidence .modal-links a[data-modal-tab="aml-mrc"] {
  padding-right: 2rem;
}
.saml .modal-links a:hover,
.evidence .modal-links a:hover {
  gap: 3rem;
  border: 0.2rem solid #72267A;
  transition: gap 0.3s ease-in-out;
}
.saml .modal-links a:hover .arrow,
.evidence .modal-links a:hover .arrow {
  transition: padding-right 0.3s ease-in-out;
  padding-right: 0;
}
.saml .modal-links .arrow,
.evidence .modal-links .arrow {
  min-width: 7.7rem;
  height: 4.6rem;
  padding-right: 3.15rem;
  transition: padding-right 0.3s ease-in-out;
}
.saml .third.active .modal-links a,
.evidence .third.active .modal-links a {
  animation: wiggle 2s linear 0.4s;
}
.saml .modal[data-modal-name="aml"],
.evidence .modal[data-modal-name="aml"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
}
.saml .modal[data-modal-name="aml"] .bg,
.evidence .modal[data-modal-name="aml"] .bg {
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
}
.saml .modal[data-modal-name="aml"] .modal-content,
.evidence .modal[data-modal-name="aml"] .modal-content {
  overflow: hidden;
  margin-left: 5.3rem;
  border-radius: 2.4rem 0 0 2.4rem;
  background: linear-gradient(165deg, #FFF 7.73%, #FFF1EB 88.44%);
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  max-width: 139rem;
  width: 100%;
  padding: 6.4rem 9.2rem 1.6rem 4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.saml .modal[data-modal-name="aml"] .close,
.evidence .modal[data-modal-name="aml"] .close {
  position: absolute;
  top: 1.7rem;
  right: 1.8rem;
  width: 4.5rem;
  height: 4.5rem;
}
.saml .modal[data-modal-name="aml"] .close img,
.evidence .modal[data-modal-name="aml"] .close img {
  width: 100%;
  height: 100%;
}
.saml .modal[data-modal-name="aml"] .bottom-nav,
.evidence .modal[data-modal-name="aml"] .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
  border-radius: 10rem;
  border: 0.4rem solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
.saml .modal[data-modal-name="aml"] .bottom-nav a,
.evidence .modal[data-modal-name="aml"] .bottom-nav a {
  display: block;
  padding: 1.5rem 3rem;
  color: #4C4C4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.036rem;
  border-radius: 10rem;
}
.saml .modal[data-modal-name="aml"] .bottom-nav a.active,
.evidence .modal[data-modal-name="aml"] .bottom-nav a.active {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.036rem;
  background: #007B9F;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"],
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"],
.saml .modal[data-modal-name="aml"] [data-section="t-aml"],
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] {
  display: flex;
  align-items: center;
  grid-gap: 4.8rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.mob,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.mob {
  display: none;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] .left,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .left {
  min-width: 62.5rem;
  width: 100%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .right,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .right,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] .right,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .right {
  max-width: 57.7rem;
  width: 100%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] h2,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] h2 {
  max-width: 54rem;
  width: 100%;
  color: #4C4C4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2 sup,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2 sup,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] h2 sup,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] h2 sup {
  color: #4C4C4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 50%;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h3,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h3,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] h3,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] h3 {
  color: #4C4C4D;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram {
  max-width: 57.7rem;
  width: 100%;
  margin: 1rem 0;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
.saml .modal[data-modal-name="aml"] [data-section="t-aml"] p,
.evidence .modal[data-modal-name="aml"] [data-section="t-aml"] p {
  text-align: left;
  color: #4D4D4F;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"],
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] {
  flex-wrap: wrap;
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.55rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2 {
  margin-bottom: 1rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left {
  max-width: 62.5rem;
  width: 100%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li {
  color: #4C4C4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p.small,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p.small,
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li.small,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li.small {
  font-size: 1.2rem;
  line-height: normal;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p b,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p b,
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li b,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li b {
  color: #510E57;
  font-size: 1.6rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] ul,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] ul {
  margin-top: 0.5rem;
  padding-left: 2.4rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li {
  position: relative;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li:not(:last-child),
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li::before,
.evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #4C4C4D;
  top: 0.74rem;
  left: -1.2rem;
}
@media (max-width: 500px) {
  .saml .animated-arrows,
  .evidence .animated-arrows {
    width: 4.8958rem;
    height: 5rem;
    bottom: 16.2rem;
  }
  .saml #firstSlide .animated-arrows,
  .evidence #firstSlide .animated-arrows {
    bottom: 24.2rem;
  }
  .saml h1,
  .evidence h1 {
    font-size: 4.4rem;
  }
  .saml h1 i,
  .evidence h1 i,
  .saml h1 b,
  .evidence h1 b {
    line-height: 110%;
    font-weight: 800;
    font-size: 4.4rem;
  }
  .saml h1:before,
  .evidence h1:before {
    width: 31.2rem;
    height: 3.8rem;
    top: 7.1rem;
    right: 5rem;
    background-size: contain;
  }
  .saml h1:after,
  .evidence h1:after {
    width: 14rem;
    height: 2.6rem;
    top: 13rem;
    left: 15.8rem;
    background-size: contain;
  }
  .saml h2,
  .evidence h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 100%;
  }
  .saml .slider p,
  .evidence .slider p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02rem;
  }
  .saml .content-inner,
  .evidence .content-inner {
    padding: 0 3.2rem;
  }
  .saml .item span:not(.nowrap),
  .evidence .item span:not(.nowrap) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.04rem;
  }
  .saml .second .line,
  .evidence .second .line {
    position: absolute;
    top: 14.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .saml .second .outer,
  .evidence .second .outer {
    border: none;
  }
  .saml .second h2,
  .evidence .second h2 {
    text-align: center;
  }
  .saml .second h3,
  .evidence .second h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 1rem;
  }
  .saml .second p,
  .evidence .second p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 120%;
  }
  .saml .second .diagram,
  .evidence .second .diagram {
    padding: 0 0.7rem;
  }
  .saml .second .content-inner,
  .evidence .second .content-inner {
    padding: 0 3.2rem;
    flex-direction: column;
    grid-gap: 2.9rem;
  }
  .saml .second .content-inner:after,
  .evidence .second .content-inner:after {
    content: none;
  }
  .saml .third span,
  .evidence .third span {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.032rem;
  }
  .saml .third .content-inner,
  .evidence .third .content-inner {
    left: 0;
  }
  .saml .third h2,
  .evidence .third h2 {
    text-align: center;
  }
  .saml .third h2 br,
  .evidence .third h2 br {
    display: none;
  }
  .saml .third p,
  .evidence .third p {
    text-align: center;
    font-size: 1.4rem;
  }
  .saml .third p.bold,
  .evidence .third p.bold {
    display: none;
  }
  .saml .modal-links,
  .evidence .modal-links {
    margin-top: 4.1rem;
    flex-direction: column;
    grid-gap: 2rem;
  }
  .saml .modal-links a,
  .evidence .modal-links a {
    font-size: 2.4rem;
    padding: 1.7rem 3.8rem 1.7rem 6.95rem;
    border-radius: 1.2rem;
    justify-content: space-between;
  }
  .saml .modal-links a[data-modal-tab="aml-mrc"],
  .evidence .modal-links a[data-modal-tab="aml-mrc"] {
    padding-right: 4rem;
  }
  .saml .modal[data-modal-name="aml"] .modal-content,
  .evidence .modal[data-modal-name="aml"] .modal-content {
    border-radius: 1.2rem;
    max-width: 39rem;
    right: 50%;
    top: 2.6rem;
    transform: translate(50%, 0);
    padding: 5rem 3.2rem 2rem 1.2rem;
    max-height: calc(100vh - 5.2rem);
    overflow: auto;
  }
  .saml .modal[data-modal-name="aml"] .close,
  .evidence .modal[data-modal-name="aml"] .close {
    top: 0.5rem;
    right: 0.6rem;
    width: 4rem;
    height: 4rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"],
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"],
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"],
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] {
    flex-direction: column;
    grid-gap: 1.6rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .left,
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"] .left,
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .left {
    min-width: auto;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"] h2,
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] h2 {
    font-size: 1.8rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h3,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h3,
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"] h3,
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] h3 {
    font-size: 1.4rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob,
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.mob,
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.mob {
    display: block;
    margin: 2rem 0 1.6rem;
    padding: 0 2rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.desk,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.desk,
  .saml .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.desk,
  .evidence .modal[data-modal-name="aml"] [data-section="t-aml"] .diagram.desk {
    display: none;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] h2 {
    margin-bottom: 0.8rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li {
    font-size: 1.4rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] p,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] p {
    margin-bottom: 0.6rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] li,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] li {
    letter-spacing: -0.03rem;
  }
  .saml .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob,
  .evidence .modal[data-modal-name="aml"] [data-section="aml-mrc"] .diagram.mob {
    margin: 0;
  }
  .saml .modal[data-modal-name="aml"] .bottom-nav,
  .evidence .modal[data-modal-name="aml"] .bottom-nav {
    margin-top: 1.6rem;
  }
  .saml .modal[data-modal-name="aml"] .bottom-nav a,
  .evidence .modal[data-modal-name="aml"] .bottom-nav a {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) and (max-height: 720px) {
  .saml .third .content-inner,
  .evidence .third .content-inner {
    top: 48%;
  }
}
/*# sourceMappingURL=saml.css.map */