.cmp-dividend{max-width:1400px;margin:0 auto;padding:24px 32px 64px;color:#333;font-family:inherit}
.cmp-dividend__layout{display:flex;align-items:flex-start;gap:32px}
.cmp-dividend__sidebar{flex:0 0 240px;max-width:240px;padding-top:8px}
.cmp-dividend__nav-group{border-bottom:1px solid #e5e5e5}
.cmp-dividend__nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 4px;background:0;border:0;cursor:pointer;text-align:left;font-size:16px;font-weight:500;letter-spacing:normal;text-transform:uppercase;color:#292929}
.cmp-dividend__chevron{flex:0 0 auto;width:8px;height:8px;margin-left:12px;border-right:2px solid #0033a0;border-bottom:2px solid #0033a0;transform:rotate(-45deg);transition:transform .2s ease}
.cmp-dividend__nav-group.is-open .cmp-dividend__chevron{transform:rotate(45deg)}
.cmp-dividend__nav-sub{list-style:none;margin:0;padding:0 4px 0 16px;max-height:0;overflow:hidden;transition:max-height .25s ease,padding-bottom .25s ease}
.cmp-dividend__nav-group.is-open .cmp-dividend__nav-sub{max-height:400px;padding-top:8px;padding-bottom:16px}
.cmp-dividend__nav-group.is-open .cmp-dividend__nav-toggle{border-bottom:1px solid #e5e5e5;padding-bottom:8px}
.cmp-dividend__nav-sub li{padding:6px 0}
.cmp-dividend__nav-sub a{color:#4a4a4a;text-decoration:none;font-size:16px;letter-spacing:normal;text-transform:uppercase}
.cmp-dividend__nav-sub a:hover,.cmp-dividend__nav-sub a.is-active{color:#08386b;font-weight:700}
.cmp-dividend__main{flex:1 1 auto;min-width:0}
.cmp-dividend__heading{font-size:40px;font-weight:700;line-height:1.15;margin:0 0 32px;color:#1a1a1a}
.cmp-dividend__subhead{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.cmp-dividend__latest{margin-bottom:48px}
.cmp-dividend__table{width:100%;border-collapse:collapse;font-size:15px}
.cmp-dividend__table--latest{max-width:640px}
.cmp-dividend__table--latest th{text-align:left;font-weight:700;color:#333;width:45%;padding:12px 16px;background:#f5f7fa;border:1px solid #e5e5e5;vertical-align:top}
.cmp-dividend__table--latest td{padding:12px 16px;border:1px solid #e5e5e5;color:#333}
.cmp-dividend__history{border:1px solid #ccc;margin-bottom:32px}
.cmp-dividend__history-heading{font-size:24px;font-weight:700;color:#1a1a1a;padding:20px 30px 12px}
.cmp-dividend__table--history th{text-align:left;font-weight:700;font-size:15px;text-transform:uppercase;color:#585858;background:#f5f5f5;padding:12px 30px;border-bottom:1px solid #ccc;white-space:nowrap}
.cmp-dividend__table--history td{padding:12px 30px;border-bottom:1px solid #ccc;color:#585858;font-size:16px}
.cmp-dividend__table--history tr td:nth-child(1):nth-last-child(2),.cmp-dividend__table--history tr td:nth-child(2):last-child{border-top:0}
.cmp-dividend__table--history tr.is-continuation td{border-top:hidden}
.cmp-dividend__scheme{margin-top:32px;color:#292929;font-size:15px;line-height:1.6}
.cmp-dividend__scheme h3{font-size:17px;font-weight:700;color:#1a1a1a;padding:6px 0}
.cmp-dividend__scheme p{padding:6px 0}
.cmp-dividend__scheme ol{margin:12px 0;padding-left:20px}
.cmp-dividend__scheme li{margin:0 0 8px}
.cmp-dividend__scheme a{color:#0033a0;text-decoration:underline}
@media(max-width:900px){.cmp-dividend{padding:16px 16px 48px}
.cmp-dividend__layout{flex-direction:column;align-items:stretch;gap:24px}
.cmp-dividend__sidebar{flex-basis:auto;max-width:none;width:100%}
.cmp-dividend__main{width:100%;max-width:100%;min-width:0}
.cmp-dividend__heading{font-size:30px}
.cmp-dividend__latest{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.cmp-dividend__history{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.cmp-dividend__table--history th,.cmp-dividend__table--history td{padding:10px 16px;white-space:nowrap}
.cmp-dividend__scheme{word-break:break-word;overflow-wrap:break-word}
}