@import url("https://use.typekit.net/abe4rxa.css");
.font-headline {
  font-family: utopia-std, serif;
  font-style: normal;
}
.f-head-reg,
.f-head-med,
.f-head-bold {
  font-family: utopia-std, serif;
  font-style: normal;
}
.f-head-reg {
  font-weight: 400;
}
.f-head-med {
  font-weight: 600;
}
.f-head-bold {
  font-weight: 700;
}
.f-lite,
.f-reg,
.f-med,
.f-semi,
.f-bold,
.f-bold-xtra {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
.f-lite {
  font-weight: 300;
}
.f-reg {
  font-weight: 400;
}
.f-med {
  font-weight: 500;
}
.f-semi {
  font-weight: 600;
}
.f-bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
}
.pad-t-xs {
  padding-top: 0.2em;
}
.pad-t-sm {
  padding-top: 0.5em;
}
.pad-t-md {
  padding-top: 1em;
}
.pad-t-lg {
  padding-top: 1.5em;
}
.pad-t-xl {
  padding-top: 2em;
}
.pad-b-xs {
  padding-bottom: 0.2em;
}
.pad-b-sm {
  padding-bottom: 0.5em;
}
.pad-b-md {
  padding-bottom: 1em;
}
.pad-b-lg {
  padding-bottom: 1.5em;
}
.pad-b-xl {
  padding-bottom: 2em;
}
.pad-tb-xs {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.pad-tb-sm {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.pad-tb-md {
  padding-bottom: 1em;
  padding-top: 1em;
}
.pad-tb-lg {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.pad-tb-xl {
  padding-bottom: 2em;
  padding-top: 2em;
}
.pad-xs {
  padding: 0.2em;
}
.pad-sm {
  padding: 0.5em;
}
.pad-md {
  padding: 1em;
}
.pad-lg {
  padding: 1.5em;
}
.pad-xl {
  padding: 2em;
}
.pad-lr-xs {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.pad-lr-sm {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pad-lr-md {
  padding-left: 1em;
  padding-right: 1em;
}
.pad-lr-lg {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.pad-lr-xl {
  padding-left: 2em;
  padding-right: 2em;
}
.margin-lr-0 {
  margin-left: 0;
  margin-right: 0;
}
.margin-lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.box-shaddow-20 {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.box-shaddow-10 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.box-shaddow-5 {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
body {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width:768px) {
  body {
    font-size: 12px;
  }
}
@media (min-width:992px) {
  body {
    font-size: 13px;
  }
}
@media (min-width:1200px) {
  body {
    font-size: 14px;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 16px;
  }
}
body .container-fluid {
  padding: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.btn.btn-primary {
  font-size: 0.75em;
  border: 1px #af9a65 solid;
  background-color: transparent;
  color: #af9a65;
  line-height: 1.1;
  border-radius: 6em;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.btn.btn-primary:hover {
  border-color: #73633b;
  color: #625433;
}
.btn.btn-primary a,
.btn.btn-primary a:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  text-decoration: none;
}
.navbar {
  padding: 0 1rem;
}
.navbar.bg-dark {
  background-color: #313539 !important;
}
.navbar.bg-dark .nav-link {
  color: #f1f1f1;
  letter-spacing: 0.1rem;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.navbar.bg-dark .nav-link:hover,
.navbar.bg-dark .nav-link:focus {
  color: #ffffff;
}
.navbar.bg-dark .dropdown-item {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.navbar.bg-dark .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #af9a65;
}
.navbar.bg-dark ul li.nav-item {
  margin-left: 2em;
}
.navbar.bg-dark .btn.btn-outline-success {
  border-color: #73633b;
  color: #af9a65;
  text-decoration: none;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.navbar.bg-dark .btn.btn-outline-success:hover {
  background-color: #625433;
}
.navbar.bg-dark .btn.btn-outline-success a,
.navbar.bg-dark .btn.btn-outline-success a:hover {
  color: #af9a65;
  text-decoration: none;
}
.navbar.bg-dark .btn.btn-outline-success a:hover {
  color: #d2c6a8;
}
.navbar .navbar-brand .msq-logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='253' height='78' viewBox='0 0 253 78'%3E%3Cdefs%3E%3CclipPath id='clip-marcus_esq_gold'%3E%3Crect width='253' height='78'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='marcus_esq_gold' clip-path='url(%23clip-marcus_esq_gold)'%3E%3Cg id='group-10' transform='translate(-89 -6)'%3E%3Cg id='group-20' transform='translate(89 5.971)'%3E%3Cg id='group' transform='translate(3.578 2.993)'%3E%3Cpath id='path' d='M8.5,40.422h0l.358-.6h0A25.688,25.688,0,0,1,33.431,6.789,26.925,26.925,0,0,1,41.958,8.22c.3-.537.656-1.073.954-1.55A27.811,27.811,0,0,0,33.431,5,27.435,27.435,0,0,0,6,32.431a26.4,26.4,0,0,0,1.431,8.706A2.02,2.02,0,0,1,8.5,40.422Z' transform='translate(-6 -5)' fill='%23baa87b'/%3E%3Cpath id='path-2' data-name='path' d='M30.2,86.51A25.349,25.349,0,0,1,18.214,78.4c-.358.537-.656,1.073-1.014,1.55a27.462,27.462,0,0,0,12.4,8.17C29.782,87.643,30.021,87.047,30.2,86.51Z' transform='translate(-10.521 -34.63)' fill='%23baa87b'/%3E%3Cpath id='path-3' data-name='path' d='M66.7,15.9c-.239.537-.477,1.133-.716,1.729a25.354,25.354,0,0,1,8.706,19.2A25.679,25.679,0,0,1,49.053,62.473a36.06,36.06,0,0,1-3.638-.239.058.058,0,0,1-.06.06H45.3c-.179.537-.358,1.073-.6,1.67a26.255,26.255,0,0,0,4.353.358A27.426,27.426,0,0,0,66.7,15.9Z' transform='translate(-21.622 -9.4)' fill='%23baa87b'/%3E%3C/g%3E%3Cpath id='path-4' data-name='path' d='M33.573,74.731a7.984,7.984,0,0,1-8.229-.239c-1.312-.954-3.1-1.968-3.4-4.592a20.662,20.662,0,0,1,.775-5.486,151.542,151.542,0,0,1,6.321-18.188c1.312-3.22,2.326-5.665,3.161-7.454.716-1.55-.835,2.027-3.161,7.514-.954,2.5-2.147,5.427-3.339,8.885,1.789-4.294,3.638-8.289,5.009-11.151l2.624-6.56c4-9.72,8.05-19.082,12.105-28.683.358-.894.835-2.028,1.312-3.28l.716-2.028a5.524,5.524,0,0,0,.3-1.252c.3-.537-.835-1.252-1.312-.835a2.253,2.253,0,0,0-.537.477c-2.147,2.385-3.7,4.83-4.83,6.261,1.073-1.61,2.147-3.161,3.339-4.711,1.014-.716.239-1.67,3.041-2.206.835,2.5-.239,2.445-.3,3.638C45.8,8.48,44.307,12,42.876,15.516c-2.982,7.037-5.963,14.073-8.826,21.17l.537-1.133c3.041-7.335,6.261-14.67,9.422-22.064l1.61-3.816-1.61,3.816c-1.372,3.28-2.624,6.56-4.115,10.138-.954,2.206-2.087,4.711-3.041,6.917-.775,1.789-1.55,3.4-2.385,5.128L33.1,39.012l-.358,1.073v-.06C34.289,37.4,46.931,9.97,48.481,4.961l.417-1.61c-.06-.775.358,0-.06-2.087.239-.894-2.5-1.67-2.982-.954L45.2.847A16.892,16.892,0,0,0,43.234,3.53C42.16,5.26,41.146,7.048,39.894,8.9c-.835,1.252-1.61,2.266-2.147,3.28a5.218,5.218,0,0,1-.537,1.193c-1.61,2.5-3.459,4.89-4.472,6.917-.775,1.431-4.294,4.472-4.234,4.89.06,1.55,0,.417-2.087,3.578-.239.358-.775,1.849-1.252,2.564-1.849,2.445-2.087,3.4-3.936,6.381a29.824,29.824,0,0,1-3.22,4.592c-.06.358-.775.3.06.477.179,1.67,0,.358.954.656.775.119.239-.179.417-.239,0-.537.119-1.55.239-2.624,0-.6,1.67-7.752,1.67-7.752,1.729-5.427,2.326-8.945,4.174-13.119.239-1.312.537-2.624.835-4.115-.537-1.014,1.789-.954-1.133-2.982a6.823,6.823,0,0,0-1.849,1.968,80.007,80.007,0,0,0-4.89,7.514c-2.683,4.83-4.234,6.56-6.917,10.555-.716,1.193-1.193,2.087-1.67,2.743s-1.133,2.5-1.849,3.7l-.06-.417c-.239.417-.716,1.193-.954,1.55-.239.417-.239.239-.3.119-.06-.3-.06-.537-.537.06-1.073,1.61-2.087,3.28-3.1,5.009L.656,50.759a1.662,1.662,0,0,1,.06.6L0,53.025c.06.417.358.417.358.716.6.3.06,2.743.894,2.564.239-.119,1.908-2.982,2.862-4.174.3-.239.06.6.119,1.014.954-1.729,1.193-1.67,1.014-.894.239-.417.477-.775.477-.775,0,.119.06.537.06.537,2.624-4.174,5.784-8.706,7.812-13.06.477-.894,1.133-2.5,1.61-3.578.239-.537.954-1.55,1.193-1.968.179-.775-.06-.835-.119-1.252,1.968-2.982,6.142-9.362,5.307-9.6,1.491-2.385,1.431-3.1,2.982-5.605a17.9,17.9,0,0,1,1.67-2.326c-3.578-1.968-1.193.239-2.206,1.073-.537,2.206-1.193,4.592-1.908,6.977-.716,2.564-1.491,5.069-2.266,7.573l-.775,2.862c-.656,2.385-1.312,4.651-1.908,6.917a12.22,12.22,0,0,0-.477,3.936c2.206,2.982,3.28-.239,3.459.06l1.073-1.372c2.624-3.638,4.95-7.156,7.275-10.734,4.651-6.977,9.064-14.133,14.073-22.183C43.83,7.7,45.142,5.617,46.513,3.769c.3-3.041-1.193,1.133-1.789,3.041-1.729,4.532-3.578,9-5.367,13.417-3.638,8.826-7.275,17.293-10.376,24.986-3.1,7.752-5.784,14.61-7.156,20.633a15.27,15.27,0,0,0-.417,4.711c.537,2.5,1.968,2.922,2.743,3.936a8.726,8.726,0,0,0,6.142,1.789A8.674,8.674,0,0,0,33.573,74.731Z' transform='translate(0 0)' fill='%23baa87b'/%3E%3C/g%3E%3Cg id='group-6' transform='translate(-49 -6)'%3E%3Cpath id='tasdf' d='M.537-.215V-.273A.827.827,0,0,1,.586-.586,6.728,6.728,0,0,0,1.626-.7q.669-.112.8-.3A2.274,2.274,0,0,0,2.7-2.129q.1-2.461.176-5.063t.112-4.053q.034-1.45.034-1.714a2.867,2.867,0,0,0-.1-.908q-.059-.176-.669-.327a4.2,4.2,0,0,0-.913-.151q-.039,0-.039-.308A.77.77,0,0,1,1.338-15l1.021.068q.708.049,1.313.049.586,0,1.836-.117.2.615,1.025,2.607T8.516-7.656q1.152,2.744,1.8,4.346a.084.084,0,0,0,.088.049.109.109,0,0,0,.107-.088q3.311-8.535,3.467-8.926.186-.469.435-1.147t.405-1.128L14.98-15q1.445.088,1.787.088,1.406,0,2.539-.088l.068.654a4.73,4.73,0,0,0-.928.132q-.605.132-.684.278a2.236,2.236,0,0,0-.117.859q.02.693.063,2.441t.093,4.1q.049,2.349.068,3.364a8.009,8.009,0,0,0,.273,2.2q.078.205.659.3a6.218,6.218,0,0,0,.933.093.736.736,0,0,1,.068.347,1.1,1.1,0,0,1-.029.308L18.97.024q-.6-.034-1.021-.054t-.869-.02q-.459,0-.879.02T15.249.02l-.884.049a.566.566,0,0,1-.049-.278.884.884,0,0,1,.049-.376,5.9,5.9,0,0,0,.781-.073A2.16,2.16,0,0,0,15.84-.84q.205-.117.205-.947,0-.156-.024-.649T16-3.105q-.2-6.973-.293-9.7a.947.947,0,0,0-.054-.283q-.054-.166-.151-.166-.049,0-.117.156L10.605-1.113a5.581,5.581,0,0,1-.41.693Q9.9.02,9.746.049A.539.539,0,0,1,9.541,0L4.014-13.232q-.029,1.377-.068,3.057T3.867-7.085q-.039,1.411-.078,2.632T3.73-2.5q-.02.737-.02.8a1.972,1.972,0,0,0,.1.7q.088.215.742.313a7.458,7.458,0,0,0,1.045.1.505.505,0,0,1,.078.327,1.205,1.205,0,0,1-.029.327L4.883.02q-.459-.029-.83-.049t-.811-.02q-.469,0-.874.02T1.455.02L.586.068A.627.627,0,0,1,.537-.215ZM21.25-2.422a1.957,1.957,0,0,1,.356-1.152,1.718,1.718,0,0,1,.776-.664L23.428-4.6q.684-.239,1.182-.41t1-.361q.5-.19.737-.288a1.317,1.317,0,0,0,.137-.068.233.233,0,0,0,.083-.093.421.421,0,0,0,.044-.156q.01-.093.01-.249v-.615a2.194,2.194,0,0,0-.254-1.006,2.321,2.321,0,0,0-.708-.83,1.644,1.644,0,0,0-.991-.332,1,1,0,0,0-.84.347,2.389,2.389,0,0,0-.4,1.05,1.566,1.566,0,0,1-.371.83.937.937,0,0,1-.693.264.661.661,0,0,1-.557-.293,1.1,1.1,0,0,1-.215-.664.9.9,0,0,1,.02-.151,1.712,1.712,0,0,1,.059-.22.566.566,0,0,1,.078-.166,6.659,6.659,0,0,1,.718-.571,10.524,10.524,0,0,1,.977-.6,6.242,6.242,0,0,1,1.2-.5,4.242,4.242,0,0,1,1.23-.2,2.187,2.187,0,0,1,1.729.908,3.361,3.361,0,0,1,.742,2.2v4.668q0,1.064.7,1.064a.994.994,0,0,0,.2-.02,1.2,1.2,0,0,0,.166-.044,1.059,1.059,0,0,0,.142-.063.9.9,0,0,0,.112-.068q.039-.029.083-.059t.044-.039q.1,0,.1.186a.82.82,0,0,1-.117.43,4.891,4.891,0,0,1-.82.547,1.982,1.982,0,0,1-.879.313A1.152,1.152,0,0,1,27.2-.322a2.146,2.146,0,0,1-.508-1.016,7.862,7.862,0,0,1-1.3.928,3.264,3.264,0,0,1-1.489.6,2.577,2.577,0,0,1-1.885-.752A2.5,2.5,0,0,1,21.25-2.422Zm1.875-.205a1.6,1.6,0,0,0,.2.776,1.564,1.564,0,0,0,.552.586,1.427,1.427,0,0,0,.771.22,2.155,2.155,0,0,0,.64-.112,3.911,3.911,0,0,0,.645-.264,3.26,3.26,0,0,0,.488-.308q.2-.156.2-.244V-5.049q-1.758.518-2.109.654A2.373,2.373,0,0,0,23.5-3.7,1.633,1.633,0,0,0,23.125-2.627Zm7.764-6.064V-8.76a.5.5,0,0,1,.049-.254,10.04,10.04,0,0,0,3.242-.957q.078,0,.161.137a.467.467,0,0,1,.083.225q-.02.137-.088,1.025T34.268-7.52q0,.059.034.063a.051.051,0,0,0,.054-.024,5.355,5.355,0,0,1,.469-.786,6.768,6.768,0,0,1,.649-.786,3.43,3.43,0,0,1,.776-.61,1.6,1.6,0,0,1,.781-.239,1.9,1.9,0,0,1,.835.19,1.149,1.149,0,0,1,.542.464,1.821,1.821,0,0,1,.1.615,1.324,1.324,0,0,1-.259.869.7.7,0,0,1-.493.313.62.62,0,0,1-.229-.049,1,1,0,0,1-.205-.107q-.083-.059-.215-.146l-.19-.127a1.452,1.452,0,0,0-.83-.273,1.2,1.2,0,0,0-.7.244,2.346,2.346,0,0,0-.581.581,4.19,4.19,0,0,0-.386.674,1.418,1.418,0,0,0-.151.542v3.486a7.219,7.219,0,0,0,.117,1.68q.039.156.8.259a9.3,9.3,0,0,0,1.147.1.581.581,0,0,1,.073.327.49.49,0,0,1-.073.327Q34-.049,33.516-.049q-.391,0-.786.02T31.8.024q-.532.034-.815.044A.45.45,0,0,1,30.9-.259a.522.522,0,0,1,.083-.327,4.676,4.676,0,0,0,.85-.1q.527-.1.576-.259a7.859,7.859,0,0,0,.107-1.68V-6.846a3.959,3.959,0,0,0-.107-1.172q-.078-.176-.439-.278a2.945,2.945,0,0,0-.605-.117q-.244-.015-.43-.015Q30.9-8.457,30.889-8.691Zm8.672,4.3A5.043,5.043,0,0,1,39.8-5.952,4.987,4.987,0,0,1,40.469-7.3,6.688,6.688,0,0,1,41.436-8.4a5.919,5.919,0,0,1,1.157-.83,6.056,6.056,0,0,1,1.25-.513,4.507,4.507,0,0,1,1.226-.181,3.572,3.572,0,0,1,2.041.547.675.675,0,0,1,.151.269,1.054,1.054,0,0,1,.073.356,1.148,1.148,0,0,1-.259.83.817.817,0,0,1-.6.264.841.841,0,0,1-.454-.146,3.506,3.506,0,0,1-.483-.381,3.578,3.578,0,0,0-.371-.312,3.327,3.327,0,0,0-.635-.342,2.02,2.02,0,0,0-.664-.088,1.762,1.762,0,0,0-.723.161,2.311,2.311,0,0,0-.688.488,3.508,3.508,0,0,0-.576.771,4.233,4.233,0,0,0-.4,1.06,5.42,5.42,0,0,0-.151,1.3,4.741,4.741,0,0,0,.288,1.714,3.074,3.074,0,0,0,.791,1.2,3.374,3.374,0,0,0,1.157.684A4.311,4.311,0,0,0,45-1.318a2.812,2.812,0,0,0,.7-.088,3.012,3.012,0,0,0,.6-.215,3.678,3.678,0,0,0,.493-.3,3.391,3.391,0,0,0,.371-.3,3.425,3.425,0,0,0,.239-.254q.02,0,.059.039a.549.549,0,0,1,.083.117.333.333,0,0,1,.044.166.793.793,0,0,1-.137.4A4.191,4.191,0,0,1,47-1.162a5.7,5.7,0,0,1-.679.615,3.475,3.475,0,0,1-.981.527,3.514,3.514,0,0,1-1.2.205,4.643,4.643,0,0,1-1.523-.249,4.246,4.246,0,0,1-1.274-.688,4.885,4.885,0,0,1-.957-1.016,4.472,4.472,0,0,1-.615-1.25A4.6,4.6,0,0,1,39.561-4.395Zm9.023-4.844a.473.473,0,0,1,.059-.273,12.551,12.551,0,0,0,3.105-.459q.078,0,.166.176A.682.682,0,0,1,52-9.512a1.079,1.079,0,0,0-.083.332q-.034.244-.054.571t-.02.659v3.33a5.1,5.1,0,0,0,.537,2.656,1.891,1.891,0,0,0,1.729.85,2.626,2.626,0,0,0,.972-.2,2.458,2.458,0,0,0,.8-.488.811.811,0,0,0,.308-.557V-7.246a2.833,2.833,0,0,0-.186-1.23.77.77,0,0,0-.522-.356,3.071,3.071,0,0,0-.737-.093.445.445,0,0,1-.063-.278.5.5,0,0,1,.063-.308,12.514,12.514,0,0,0,3.1-.459q.059,0,.117.112a1.364,1.364,0,0,1,.1.244.772.772,0,0,1,.039.19,4.175,4.175,0,0,0-.156,1.475v4.756A8.41,8.41,0,0,0,58.1-1.475a.394.394,0,0,0,.249.239,1.46,1.46,0,0,0,.435.117q.225.024.435.039l.22.015q.068.029.068.244a.534.534,0,0,1-.02.117.69.69,0,0,1-.068.166q-.049.088-.1.088a7.46,7.46,0,0,0-.752.088q-.42.068-.791.161t-.688.181q-.317.088-.513.146l-.2.059q-.088,0-.137-.117a.654.654,0,0,1-.049-.254V-1.221l-.049-.117a5.04,5.04,0,0,1-1.46,1.025A3.965,3.965,0,0,1,52.93.156,2.732,2.732,0,0,1,52.2.063a2.251,2.251,0,0,1-.6-.254,2.379,2.379,0,0,1-.479-.4,2.538,2.538,0,0,1-.371-.508,4.172,4.172,0,0,1-.269-.6,5.364,5.364,0,0,1-.19-.645,6.78,6.78,0,0,1-.117-.684q-.044-.361-.063-.679t-.02-.649v-2.9a2.833,2.833,0,0,0-.186-1.23.77.77,0,0,0-.522-.356,3.109,3.109,0,0,0-.747-.093A.538.538,0,0,1,48.584-9.238Zm12.266,6.7a.676.676,0,0,1,.41-.137.353.353,0,0,1,.205.049,2.712,2.712,0,0,0,.239.591,3.426,3.426,0,0,0,.4.576,3.665,3.665,0,0,0,.508.5,2.291,2.291,0,0,0,.615.352,1.888,1.888,0,0,0,.684.132,1.632,1.632,0,0,0,1.177-.435,1.577,1.577,0,0,0,.454-1.2,1.573,1.573,0,0,0-.122-.62,1.869,1.869,0,0,0-.293-.488,2.808,2.808,0,0,0-.479-.425A4.674,4.674,0,0,0,64.087-4l-.659-.352q-.41-.22-.654-.366a5.849,5.849,0,0,1-.654-.435,3.773,3.773,0,0,1-.537-.513,2.128,2.128,0,0,1-.391-.664,2.328,2.328,0,0,1-.137-.811,2.375,2.375,0,0,1,.474-1.45,3.051,3.051,0,0,1,1.221-.977A3.816,3.816,0,0,1,64.336-9.9a5.186,5.186,0,0,1,.732.049q.342.049.776.127t.806.117a12.952,12.952,0,0,1,.273,2.5Q66.924-7,66.7-7a.646.646,0,0,1-.391-.107A3.568,3.568,0,0,0,66.05-7.8a4.577,4.577,0,0,0-.405-.669,2.011,2.011,0,0,0-.562-.527A1.261,1.261,0,0,0,64.4-9.2a1.918,1.918,0,0,0-.894.19,1.233,1.233,0,0,0-.537.508,1.51,1.51,0,0,0-.171.728,2,2,0,0,0,.049.454,1.165,1.165,0,0,0,.166.386,2.812,2.812,0,0,0,.229.3,1.776,1.776,0,0,0,.327.273q.215.146.356.229l.415.239q.273.156.42.244.117.078.4.239l.444.254q.161.093.425.273t.425.317a4.726,4.726,0,0,1,.356.342,2.036,2.036,0,0,1,.3.4,2.1,2.1,0,0,1,.181.439,1.774,1.774,0,0,1,.073.5,2.83,2.83,0,0,1-.488,1.621A3.287,3.287,0,0,1,65.6-.142a3.8,3.8,0,0,1-1.714.4A5.562,5.562,0,0,1,63.018.19q-.4-.063-.937-.19t-.84-.186a6.132,6.132,0,0,1-.264-1.128A8.057,8.057,0,0,1,60.85-2.539ZM74.395-3.584a3.265,3.265,0,0,1,.22-1.191,3.961,3.961,0,0,1,.547-.991,4.876,4.876,0,0,1,.854-.84,9.888,9.888,0,0,1,1.006-.7q.479-.288,1.133-.62-.313-.537-.483-.864t-.4-.845a5.054,5.054,0,0,1-.327-1.04,5.591,5.591,0,0,1-.1-1.079,2.921,2.921,0,0,1,.952-2.2,3.32,3.32,0,0,1,2.378-.9,3.9,3.9,0,0,1,2.4.664,2.208,2.208,0,0,1,.884,1.875,3.333,3.333,0,0,1-.1.83,3.877,3.877,0,0,1-.264.732,3.6,3.6,0,0,1-.425.664,6.005,6.005,0,0,1-.532.591,7.751,7.751,0,0,1-.635.542q-.366.283-.684.5T80.078-8a28.46,28.46,0,0,0,3.359,4.512,12.333,12.333,0,0,0,.928-1.65,3.574,3.574,0,0,0,.361-1.006.3.3,0,0,0-.205-.283,1.462,1.462,0,0,0-.5-.1L83.7-6.543a.647.647,0,0,1-.044-.283.357.357,0,0,1,.073-.244h1.787q.273,0,.586-.01t.562-.024l.635-.039q.386-.024.708-.034.049.029.039.332t-.059.3a3.824,3.824,0,0,0-.835.132,2.781,2.781,0,0,0-.728.249,5.1,5.1,0,0,0-.322.513q-.293.493-.859,1.328a16.852,16.852,0,0,1-1.172,1.538.428.428,0,0,0,.078.078q.469.488.688.713t.527.5a2.491,2.491,0,0,0,.518.376.922.922,0,0,0,.405.1,1.028,1.028,0,0,0,.693-.381,2.29,2.29,0,0,0,.488-.664.542.542,0,0,1,.347.142.38.38,0,0,1,.171.269q-.059.127-.122.254a2.822,2.822,0,0,1-.283.405,2.81,2.81,0,0,1-.469.474,2.564,2.564,0,0,1-.679.356A2.593,2.593,0,0,1,85.518,0a2.046,2.046,0,0,1-.776-.166,3.014,3.014,0,0,1-.718-.41q-.313-.244-.571-.483t-.405-.405l-.137-.166A7.422,7.422,0,0,1,80.957-.405a5.423,5.423,0,0,1-2.168.474,4.917,4.917,0,0,1-3.2-.972A3.27,3.27,0,0,1,74.395-3.584ZM76.338-3.9a3.261,3.261,0,0,0,.269,1.362,2.381,2.381,0,0,0,.728.938,3.248,3.248,0,0,0,1.021.518,4.122,4.122,0,0,0,1.206.171,3.54,3.54,0,0,0,.972-.146,4.47,4.47,0,0,0,1.011-.435,3.737,3.737,0,0,0,.85-.659,19.132,19.132,0,0,1-1.582-1.9q-.928-1.24-1.533-2.148l-.605-.908q-.352.244-.518.356t-.469.352a4.289,4.289,0,0,0-.449.4q-.146.156-.352.415a2.126,2.126,0,0,0-.3.493,3.516,3.516,0,0,0-.171.547A2.859,2.859,0,0,0,76.338-3.9ZM78.5-12.3a5.119,5.119,0,0,0,.3,1.66,12.125,12.125,0,0,0,.884,1.924,10.741,10.741,0,0,0,.947-.62A4,4,0,0,0,81.313-10a2.422,2.422,0,0,0,.459-.874,4.081,4.081,0,0,0,.142-1.133,2.523,2.523,0,0,0-.19-.977,1.836,1.836,0,0,0-.571-.757,1.373,1.373,0,0,0-.869-.3,1.785,1.785,0,0,0-1.265.488A1.635,1.635,0,0,0,78.5-12.3ZM93.3.068a.508.508,0,0,1-.049-.293A1,1,0,0,1,93.3-.586,3.214,3.214,0,0,0,94.048-.7a1.091,1.091,0,0,0,.61-.312A4.658,4.658,0,0,0,95.2-1.9q.229-.488.522-1.24,3-7.7,4.375-11.221a.882.882,0,0,1,.151-.2,2.255,2.255,0,0,1,.244-.22,1.723,1.723,0,0,1,.264-.171.493.493,0,0,1,.2-.068.111.111,0,0,1,.073.029.2.2,0,0,0,.063.039l4.629,12.1q.557,1.484.566,1.494a.922.922,0,0,0,.454.435,2.864,2.864,0,0,0,.654.264,2.065,2.065,0,0,0,.425.073.541.541,0,0,1,.078.332,1.179,1.179,0,0,1-.029.322q-.283-.01-.776-.044t-.884-.054q-.391-.02-.83-.02-.469,0-.869.02t-.9.049l-.859.049a.437.437,0,0,1-.078-.327.493.493,0,0,1,.1-.327,3.758,3.758,0,0,0,.693-.088,1.393,1.393,0,0,0,.576-.205.477.477,0,0,0,.088-.322,6.065,6.065,0,0,0-.386-1.406q-.386-1.1-.767-2.061l-.391-.947q-.068-.1-.137-.1-.293-.02-2.236-.02-1.426,0-2.451.068a.115.115,0,0,0-.049.015.186.186,0,0,0-.049.034l-.01.02q-.635,1.68-1.025,2.764a5.165,5.165,0,0,0-.312,1.611.349.349,0,0,0,.146.269,1.013,1.013,0,0,0,.347.186,3.621,3.621,0,0,0,.439.107q.239.044.4.059t.234.015a.583.583,0,0,1,.063.3.928.928,0,0,1-.024.352Q97.6.049,97.212.02T96.5-.029q-.327-.02-.776-.02t-.815.02q-.356.02-.786.049T93.3.068Zm4.785-6.816q0,.088.039.088,1.182.049,2.061.049.85,0,1.9-.068.02,0,.039-.029a.246.246,0,0,0,.029-.059V-6.8l-1.992-5.479ZM108.7-2.539a.676.676,0,0,1,.41-.137.353.353,0,0,1,.205.049,2.712,2.712,0,0,0,.239.591,3.426,3.426,0,0,0,.4.576,3.665,3.665,0,0,0,.508.5,2.291,2.291,0,0,0,.615.352,1.888,1.888,0,0,0,.684.132,1.632,1.632,0,0,0,1.177-.435,1.577,1.577,0,0,0,.454-1.2,1.573,1.573,0,0,0-.122-.62,1.869,1.869,0,0,0-.293-.488,2.808,2.808,0,0,0-.479-.425A4.674,4.674,0,0,0,111.938-4l-.659-.352q-.41-.22-.654-.366a5.849,5.849,0,0,1-.654-.435,3.773,3.773,0,0,1-.537-.513,2.128,2.128,0,0,1-.391-.664,2.328,2.328,0,0,1-.137-.811,2.375,2.375,0,0,1,.474-1.45,3.051,3.051,0,0,1,1.221-.977,3.816,3.816,0,0,1,1.587-.337,5.186,5.186,0,0,1,.732.049q.342.049.776.127t.806.117a12.952,12.952,0,0,1,.273,2.5q0,.107-.225.107a.646.646,0,0,1-.391-.107A3.568,3.568,0,0,0,113.9-7.8a4.577,4.577,0,0,0-.405-.669,2.011,2.011,0,0,0-.562-.527,1.261,1.261,0,0,0-.679-.205,1.918,1.918,0,0,0-.894.19,1.233,1.233,0,0,0-.537.508,1.51,1.51,0,0,0-.171.728,2,2,0,0,0,.049.454,1.165,1.165,0,0,0,.166.386,2.813,2.813,0,0,0,.229.3,1.776,1.776,0,0,0,.327.273q.215.146.356.229l.415.239q.273.156.42.244.117.078.4.239l.444.254q.161.093.425.273t.425.317a4.726,4.726,0,0,1,.356.342,2.036,2.036,0,0,1,.3.4,2.1,2.1,0,0,1,.181.439,1.774,1.774,0,0,1,.073.5,2.83,2.83,0,0,1-.488,1.621,3.287,3.287,0,0,1-1.284,1.118,3.8,3.8,0,0,1-1.714.4,5.562,5.562,0,0,1-.869-.063q-.4-.063-.937-.19t-.84-.186a6.131,6.131,0,0,1-.264-1.128A8.058,8.058,0,0,1,108.7-2.539Zm8.359,0a.676.676,0,0,1,.41-.137.353.353,0,0,1,.205.049,2.712,2.712,0,0,0,.239.591,3.426,3.426,0,0,0,.4.576,3.665,3.665,0,0,0,.508.5,2.291,2.291,0,0,0,.615.352,1.888,1.888,0,0,0,.684.132,1.632,1.632,0,0,0,1.177-.435,1.577,1.577,0,0,0,.454-1.2,1.573,1.573,0,0,0-.122-.62,1.869,1.869,0,0,0-.293-.488,2.808,2.808,0,0,0-.479-.425A4.674,4.674,0,0,0,120.3-4l-.659-.352q-.41-.22-.654-.366a5.849,5.849,0,0,1-.654-.435,3.773,3.773,0,0,1-.537-.513,2.128,2.128,0,0,1-.391-.664,2.328,2.328,0,0,1-.137-.811,2.375,2.375,0,0,1,.474-1.45,3.051,3.051,0,0,1,1.221-.977,3.816,3.816,0,0,1,1.587-.337,5.186,5.186,0,0,1,.732.049q.342.049.776.127t.806.117a12.952,12.952,0,0,1,.273,2.5q0,.107-.225.107a.646.646,0,0,1-.391-.107,3.568,3.568,0,0,0-.259-.688,4.577,4.577,0,0,0-.405-.669,2.011,2.011,0,0,0-.562-.527,1.261,1.261,0,0,0-.679-.205,1.918,1.918,0,0,0-.894.19,1.233,1.233,0,0,0-.537.508,1.51,1.51,0,0,0-.171.728,2,2,0,0,0,.049.454,1.165,1.165,0,0,0,.166.386,2.813,2.813,0,0,0,.229.3,1.776,1.776,0,0,0,.327.273q.215.146.356.229l.415.239q.273.156.42.244.117.078.4.239l.444.254q.161.093.425.273t.425.317a4.726,4.726,0,0,1,.356.342,2.036,2.036,0,0,1,.3.4,2.1,2.1,0,0,1,.181.439,1.774,1.774,0,0,1,.073.5A2.83,2.83,0,0,1,123.1-1.26a3.287,3.287,0,0,1-1.284,1.118,3.8,3.8,0,0,1-1.714.4,5.562,5.562,0,0,1-.869-.063q-.4-.063-.937-.19t-.84-.186a6.131,6.131,0,0,1-.264-1.128A8.058,8.058,0,0,1,117.061-2.539Zm8.359-2.285a5.519,5.519,0,0,1,.371-2.031A5,5,0,0,1,126.8-8.481a4.613,4.613,0,0,1,1.538-1.069,4.724,4.724,0,0,1,1.9-.391,5.052,5.052,0,0,1,2.578.645,4.3,4.3,0,0,1,1.694,1.758A5.385,5.385,0,0,1,135.1-5.01a5.6,5.6,0,0,1-.371,2.041,5.137,5.137,0,0,1-1.006,1.646,4.564,4.564,0,0,1-1.528,1.084,4.64,4.64,0,0,1-1.9.4,5.225,5.225,0,0,1-2.021-.381,4.352,4.352,0,0,1-1.538-1.045,4.743,4.743,0,0,1-.967-1.582A5.537,5.537,0,0,1,125.42-4.824Zm1.953-.459a7.109,7.109,0,0,0,.127,1.338,5.982,5.982,0,0,0,.391,1.27,4.713,4.713,0,0,0,.635,1.069,2.866,2.866,0,0,0,.889.742,2.3,2.3,0,0,0,1.1.278,2.332,2.332,0,0,0,.864-.156,2.047,2.047,0,0,0,.679-.43,2.858,2.858,0,0,0,.493-.64,3.625,3.625,0,0,0,.337-.811,6.517,6.517,0,0,0,.19-.908,7.017,7.017,0,0,0,.063-.952,6.786,6.786,0,0,0-.21-1.67,6,6,0,0,0-.6-1.514,3.355,3.355,0,0,0-1-1.108A2.285,2.285,0,0,0,130-9.2a2.24,2.24,0,0,0-1.016.225,2.211,2.211,0,0,0-.747.6,3.364,3.364,0,0,0-.5.879,4.844,4.844,0,0,0-.283,1.06A7.776,7.776,0,0,0,127.373-5.283Zm9.521.889a5.042,5.042,0,0,1,.244-1.558A4.987,4.987,0,0,1,137.8-7.3,6.688,6.688,0,0,1,138.77-8.4a5.919,5.919,0,0,1,1.157-.83,6.056,6.056,0,0,1,1.25-.513,4.507,4.507,0,0,1,1.226-.181,3.572,3.572,0,0,1,2.041.547.675.675,0,0,1,.151.269,1.054,1.054,0,0,1,.073.356,1.148,1.148,0,0,1-.259.83.817.817,0,0,1-.6.264.841.841,0,0,1-.454-.146,3.505,3.505,0,0,1-.483-.381A3.578,3.578,0,0,0,142.5-8.5a3.327,3.327,0,0,0-.635-.342,2.02,2.02,0,0,0-.664-.088,1.762,1.762,0,0,0-.723.161,2.311,2.311,0,0,0-.688.488,3.508,3.508,0,0,0-.576.771,4.233,4.233,0,0,0-.4,1.06,5.42,5.42,0,0,0-.151,1.3,4.741,4.741,0,0,0,.288,1.714,3.074,3.074,0,0,0,.791,1.2,3.374,3.374,0,0,0,1.157.684,4.311,4.311,0,0,0,1.436.229,2.812,2.812,0,0,0,.7-.088,3.012,3.012,0,0,0,.6-.215,3.678,3.678,0,0,0,.493-.3,3.392,3.392,0,0,0,.371-.3,3.424,3.424,0,0,0,.239-.254q.02,0,.059.039a.549.549,0,0,1,.083.117.333.333,0,0,1,.044.166.793.793,0,0,1-.137.4,4.192,4.192,0,0,1-.454.586,5.7,5.7,0,0,1-.679.615,3.475,3.475,0,0,1-.981.527,3.514,3.514,0,0,1-1.2.205,4.643,4.643,0,0,1-1.523-.249,4.246,4.246,0,0,1-1.274-.688,4.885,4.885,0,0,1-.957-1.016,4.472,4.472,0,0,1-.615-1.25A4.6,4.6,0,0,1,136.895-4.395Zm9.424-4.3V-8.76a.5.5,0,0,1,.049-.254,10.04,10.04,0,0,0,3.242-.957q.078,0,.161.137a.467.467,0,0,1,.083.225,13.378,13.378,0,0,0-.156,1.494v5.488a7.219,7.219,0,0,0,.117,1.68q.01.059.1.112a.889.889,0,0,0,.229.088q.137.034.3.068t.317.054q.156.02.278.029t.2.01a.583.583,0,0,1,.078.352.457.457,0,0,1-.078.3l-.8-.049q-.488-.029-.859-.049t-.767-.02q-.4,0-.762.02t-.845.049l-.791.049a.45.45,0,0,1-.083-.327.522.522,0,0,1,.083-.327,4.676,4.676,0,0,0,.85-.1q.527-.1.576-.259a7.859,7.859,0,0,0,.107-1.68V-6.846a3.959,3.959,0,0,0-.107-1.172q-.078-.176-.439-.278a2.945,2.945,0,0,0-.605-.117q-.244-.015-.43-.015Q146.328-8.457,146.318-8.691Zm1.523-3.936a1.114,1.114,0,0,1-.322-.806,1.105,1.105,0,0,1,.327-.806,1.087,1.087,0,0,1,.806-.332,1.087,1.087,0,0,1,.806.332,1.105,1.105,0,0,1,.327.806,1.089,1.089,0,0,1-.327.8,1.1,1.1,0,0,1-.806.327A1.12,1.12,0,0,1,147.842-12.627Zm4.707,10.205a1.957,1.957,0,0,1,.356-1.152,1.718,1.718,0,0,1,.776-.664l1.045-.366q.684-.239,1.182-.41t1-.361q.5-.19.737-.288a1.316,1.316,0,0,0,.137-.068.233.233,0,0,0,.083-.093.421.421,0,0,0,.044-.156q.01-.093.01-.249v-.615a2.195,2.195,0,0,0-.254-1.006,2.321,2.321,0,0,0-.708-.83,1.644,1.644,0,0,0-.991-.332,1,1,0,0,0-.84.347,2.389,2.389,0,0,0-.4,1.05,1.566,1.566,0,0,1-.371.83.937.937,0,0,1-.693.264.661.661,0,0,1-.557-.293,1.1,1.1,0,0,1-.215-.664.9.9,0,0,1,.02-.151,1.71,1.71,0,0,1,.059-.22.566.566,0,0,1,.078-.166,6.659,6.659,0,0,1,.718-.571,10.524,10.524,0,0,1,.977-.6,6.242,6.242,0,0,1,1.2-.5,4.242,4.242,0,0,1,1.23-.2,2.187,2.187,0,0,1,1.729.908,3.361,3.361,0,0,1,.742,2.2v4.668q0,1.064.7,1.064a.994.994,0,0,0,.2-.02,1.2,1.2,0,0,0,.166-.044,1.059,1.059,0,0,0,.142-.063.9.9,0,0,0,.112-.068q.039-.029.083-.059t.044-.039q.1,0,.1.186a.82.82,0,0,1-.117.43,4.891,4.891,0,0,1-.82.547,1.982,1.982,0,0,1-.879.313,1.152,1.152,0,0,1-.869-.459,2.146,2.146,0,0,1-.508-1.016,7.862,7.862,0,0,1-1.3.928,3.264,3.264,0,0,1-1.489.6,2.577,2.577,0,0,1-1.885-.752A2.5,2.5,0,0,1,152.549-2.422Zm1.875-.205a1.6,1.6,0,0,0,.2.776,1.564,1.564,0,0,0,.552.586,1.427,1.427,0,0,0,.771.22,2.155,2.155,0,0,0,.64-.112,3.912,3.912,0,0,0,.645-.264,3.26,3.26,0,0,0,.488-.308q.2-.156.2-.244V-5.049q-1.758.518-2.109.654a2.373,2.373,0,0,0-1.016.693A1.633,1.633,0,0,0,154.424-2.627Zm7.49-6.436a1.142,1.142,0,0,1,.254-.347q.254-.288.342-.376h.84v-1.426q.176-.215.518-.586l.591-.64q.249-.269.269-.3a.291.291,0,0,1,.146-.078.178.178,0,0,1,.1-.01.161.161,0,0,0,.049.01q.059.02.068.059v2.969h2.92a.145.145,0,0,1,.073.015.086.086,0,0,1,.034.059.349.349,0,0,1,.01.073v.1a.974.974,0,0,1-.312.684h-2.725V-2.92a2.184,2.184,0,0,0,.376,1.382,1.341,1.341,0,0,0,1.118.474,2.016,2.016,0,0,0,.654-.117,3.378,3.378,0,0,0,.518-.215q.176-.1.3-.186.068.029.068.156a.574.574,0,0,1-.02.137,1.354,1.354,0,0,1-.039.132q-.02.054-.029.073a4.061,4.061,0,0,1-.356.352q-.2.176-.508.4a2.787,2.787,0,0,1-.693.356,2.31,2.31,0,0,1-.776.137,3.587,3.587,0,0,1-.693-.063,2.21,2.21,0,0,1-.635-.234,1.851,1.851,0,0,1-.537-.439,1.978,1.978,0,0,1-.356-.708,3.466,3.466,0,0,1-.132-1V-8.857h-1.318q-.049,0-.083-.073A.317.317,0,0,1,161.914-9.062Zm7.5,4.531a5.614,5.614,0,0,1,.19-1.455,5.408,5.408,0,0,1,.522-1.294,6.681,6.681,0,0,1,.771-1.084,4.959,4.959,0,0,1,.933-.84,4.541,4.541,0,0,1,1.021-.527,3.01,3.01,0,0,1,1.025-.19,4.238,4.238,0,0,1,1.04.122,3.052,3.052,0,0,1,.825.327,3.05,3.05,0,0,1,.61.479,3.048,3.048,0,0,1,.439.557,3.465,3.465,0,0,1,.283.586,3.209,3.209,0,0,1,.156.552,2.632,2.632,0,0,1,.044.454,2.041,2.041,0,0,1-.117.791.446.446,0,0,1-.43.273q-.459.029-2.935.1t-2.769.068v.156a5.476,5.476,0,0,0,.2,1.5,3.952,3.952,0,0,0,.537,1.182,3.469,3.469,0,0,0,.811.835,3.391,3.391,0,0,0,1.011.508,3.863,3.863,0,0,0,1.138.166,2.916,2.916,0,0,0,.859-.132,2.962,2.962,0,0,0,.752-.342,5.059,5.059,0,0,0,.532-.391,3.47,3.47,0,0,0,.347-.337q.01,0,.054.039a.388.388,0,0,1,.083.117.366.366,0,0,1,.039.166.835.835,0,0,1-.127.4,4.007,4.007,0,0,1-.459.586,6.26,6.26,0,0,1-.679.615,3.4,3.4,0,0,1-.977.527,3.514,3.514,0,0,1-1.2.205,4.516,4.516,0,0,1-2.358-.62,4.236,4.236,0,0,1-1.606-1.694A5.071,5.071,0,0,1,169.414-4.531Zm1.719-1.924h3.691a.466.466,0,0,0,.527-.527,2.189,2.189,0,0,0-.059-.469,2.665,2.665,0,0,0-.2-.562,2.411,2.411,0,0,0-.347-.537,1.648,1.648,0,0,0-.532-.4,1.624,1.624,0,0,0-.728-.161,1.815,1.815,0,0,0-.723.146,1.875,1.875,0,0,0-.581.381,3.3,3.3,0,0,0-.43.518,3.233,3.233,0,0,0-.308.566q-.117.283-.2.518a2.644,2.644,0,0,0-.1.381A.418.418,0,0,0,171.133-6.455Zm8.037,3.916a.676.676,0,0,1,.41-.137.353.353,0,0,1,.205.049,2.712,2.712,0,0,0,.239.591,3.426,3.426,0,0,0,.4.576,3.664,3.664,0,0,0,.508.5,2.291,2.291,0,0,0,.615.352,1.888,1.888,0,0,0,.684.132A1.632,1.632,0,0,0,183.4-.913a1.577,1.577,0,0,0,.454-1.2,1.573,1.573,0,0,0-.122-.62,1.869,1.869,0,0,0-.293-.488,2.809,2.809,0,0,0-.479-.425A4.674,4.674,0,0,0,182.407-4l-.659-.352q-.41-.22-.654-.366a5.849,5.849,0,0,1-.654-.435,3.773,3.773,0,0,1-.537-.513,2.128,2.128,0,0,1-.391-.664,2.328,2.328,0,0,1-.137-.811,2.375,2.375,0,0,1,.474-1.45,3.051,3.051,0,0,1,1.221-.977,3.816,3.816,0,0,1,1.587-.337,5.186,5.186,0,0,1,.732.049q.342.049.776.127t.806.117a12.952,12.952,0,0,1,.273,2.5q0,.107-.225.107a.646.646,0,0,1-.391-.107,3.567,3.567,0,0,0-.259-.688,4.578,4.578,0,0,0-.405-.669,2.011,2.011,0,0,0-.562-.527,1.261,1.261,0,0,0-.679-.205,1.918,1.918,0,0,0-.894.19,1.233,1.233,0,0,0-.537.508,1.51,1.51,0,0,0-.171.728,2,2,0,0,0,.049.454,1.165,1.165,0,0,0,.166.386,2.812,2.812,0,0,0,.229.3,1.776,1.776,0,0,0,.327.273q.215.146.356.229l.415.239q.273.156.42.244.117.078.4.239l.444.254q.161.093.425.273t.425.317a4.725,4.725,0,0,1,.356.342,2.036,2.036,0,0,1,.3.4,2.1,2.1,0,0,1,.181.439,1.774,1.774,0,0,1,.073.5,2.83,2.83,0,0,1-.488,1.621,3.287,3.287,0,0,1-1.284,1.118,3.8,3.8,0,0,1-1.714.4,5.562,5.562,0,0,1-.869-.063q-.4-.063-.937-.19t-.84-.186a6.132,6.132,0,0,1-.264-1.128A8.057,8.057,0,0,1,179.17-2.539Z' transform='translate(201 42)' fill='%23baa87b'/%3E%3Cpath id='TRIAL_ATTORNEYS' data-name='TRIAL ATTORNEYS' d='M.137-5.732Q.293-6.494.43-7.681a.3.3,0,0,1,.264.034,1.619,1.619,0,0,0,.305.1,1.35,1.35,0,0,0,.325.051H5.757A1.493,1.493,0,0,0,6.1-7.546a1.908,1.908,0,0,0,.332-.11.316.316,0,0,1,.127-.049h0a.172.172,0,0,1,.083.024q.137,1.187.293,1.948a.249.249,0,0,1-.215.078q-.122,0-.156-.054a2.512,2.512,0,0,0-.405-1.006.827.827,0,0,0-.684-.376H4.043v5.776a3.609,3.609,0,0,0,.059.84q.02.078.315.129a2.9,2.9,0,0,0,.466.051.29.29,0,0,1,.037.164.245.245,0,0,1-.037.164q-.122,0-.42-.022l-.5-.027q-.205-.01-.4-.01t-.405.01L2.639.012,2.222.034A.225.225,0,0,1,2.18-.129a.261.261,0,0,1,.042-.164,2.851,2.851,0,0,0,.464-.051Q2.979-.4,3-.474a3.929,3.929,0,0,0,.054-.84V-7.09H1.6a.827.827,0,0,0-.684.376A2.512,2.512,0,0,0,.508-5.708q-.034.054-.156.054A.249.249,0,0,1,.137-5.732ZM13.9-.293a2.865,2.865,0,0,0,.469-.051q.293-.051.313-.129a3.609,3.609,0,0,0,.059-.84V-6.152a3.538,3.538,0,0,0-.059-.835q-.02-.083-.312-.134a2.865,2.865,0,0,0-.469-.051.248.248,0,0,1-.039-.161v-.015A.228.228,0,0,1,13.9-7.5l.422.022.51.027q.205.01.405.01t.72-.012q.525-.012.891-.012a2.658,2.658,0,0,1,.632.078,2.565,2.565,0,0,1,.62.242,2.39,2.39,0,0,1,.532.391,1.729,1.729,0,0,1,.374.552,1.722,1.722,0,0,1,.142.7,1.472,1.472,0,0,1-.134.6,2.062,2.062,0,0,1-.354.547,2.859,2.859,0,0,1-.493.435,2.242,2.242,0,0,1-.562.288q.435.728.837,1.311t.989,1.35a1.738,1.738,0,0,0,.54.493,1.828,1.828,0,0,0,.74.19.213.213,0,0,1,.024.112.451.451,0,0,1,0,.063.491.491,0,0,1-.034.151A5.322,5.322,0,0,1,19.2-.1a.151.151,0,0,0-.029-.01q-.059-.02-.1-.034l-.1-.044a.854.854,0,0,1-.122-.063q-.054-.034-.122-.083a.974.974,0,0,1-.134-.117q-.066-.068-.129-.146-.146-.2-.728-1.062T16.661-3.286a.371.371,0,0,0-.337-.137h-.6v2.109a3.609,3.609,0,0,0,.059.84q.02.078.312.129a2.865,2.865,0,0,0,.469.051.29.29,0,0,1,.037.164.245.245,0,0,1-.037.164q-.122,0-.42-.022l-.5-.027q-.205-.01-.405-.01t-.405.01l-.51.027L13.9.034a.217.217,0,0,1-.039-.151A.291.291,0,0,1,13.9-.293Zm1.826-3.481h.61a1.876,1.876,0,0,0,.647-.115,1.845,1.845,0,0,0,.562-.322,1.555,1.555,0,0,0,.4-.52,1.525,1.525,0,0,0,.151-.674,2.228,2.228,0,0,0-.1-.681,1.46,1.46,0,0,0-.3-.535,1.346,1.346,0,0,0-.544-.356,2.276,2.276,0,0,0-.8-.127q-.518,0-.566.117a3.261,3.261,0,0,0-.059.85ZM27.229-.293A2.865,2.865,0,0,0,27.7-.344q.293-.051.313-.129a3.609,3.609,0,0,0,.059-.84V-6.152a3.538,3.538,0,0,0-.059-.835q-.02-.083-.312-.134a2.865,2.865,0,0,0-.469-.051.248.248,0,0,1-.039-.161v-.015a.228.228,0,0,1,.039-.151l.422.022.51.027q.205.01.405.01.156,0,.334-.007l.315-.015.342-.02q.205-.012.337-.017a.217.217,0,0,1,.039.151v.015a.248.248,0,0,1-.039.161,2.865,2.865,0,0,0-.469.051q-.293.051-.312.134a3.538,3.538,0,0,0-.059.835v4.839a3.609,3.609,0,0,0,.059.84q.02.078.313.129a2.865,2.865,0,0,0,.469.051.27.27,0,0,1,.039.166v.01a.228.228,0,0,1-.039.151q-.122,0-.42-.022l-.5-.027q-.205-.01-.405-.01t-.405.01l-.51.027-.422.022a.217.217,0,0,1-.039-.151A.291.291,0,0,1,27.229-.293Zm9.322.327a.254.254,0,0,1-.024-.146.5.5,0,0,1,.024-.181,1.607,1.607,0,0,0,.374-.059.545.545,0,0,0,.305-.156A2.329,2.329,0,0,0,37.5-.952q.115-.244.261-.62,1.5-3.848,2.188-5.61a.441.441,0,0,1,.076-.1,1.127,1.127,0,0,1,.122-.11.862.862,0,0,1,.132-.085.247.247,0,0,1,.1-.034.055.055,0,0,1,.037.015.1.1,0,0,0,.032.02l2.314,6.05q.278.742.283.747a.461.461,0,0,0,.227.217A1.432,1.432,0,0,0,43.6-.33a1.032,1.032,0,0,0,.212.037.27.27,0,0,1,.039.166.59.59,0,0,1-.015.161q-.142,0-.388-.022t-.442-.027q-.2-.01-.415-.01t-.435.01L41.708.01l-.43.024a.219.219,0,0,1-.039-.164.247.247,0,0,1,.049-.164,1.879,1.879,0,0,0,.347-.044.7.7,0,0,0,.288-.1A.238.238,0,0,0,41.966-.6a3.033,3.033,0,0,0-.193-.7q-.193-.552-.383-1.03l-.2-.474q-.034-.049-.068-.049-.146-.01-1.118-.01-.713,0-1.226.034a.058.058,0,0,0-.024.007.093.093,0,0,0-.024.017l0,.01q-.317.84-.513,1.382a2.582,2.582,0,0,0-.156.806.175.175,0,0,0,.073.134.506.506,0,0,0,.173.093,1.81,1.81,0,0,0,.22.054q.12.022.2.029t.117.007a.291.291,0,0,1,.032.151.464.464,0,0,1-.012.176L38.507.01,38.15-.015q-.164-.01-.388-.01t-.408.01L36.962.01Q36.747.024,36.551.034Zm2.393-3.408q0,.044.02.044.591.024,1.03.024t.952-.034.02-.015a.123.123,0,0,0,.015-.029V-3.4l-1-2.739ZM50.6-.293a2.865,2.865,0,0,0,.469-.051q.293-.051.313-.129a3.609,3.609,0,0,0,.059-.84V-6.152a3.538,3.538,0,0,0-.059-.835q-.02-.083-.312-.134a2.865,2.865,0,0,0-.469-.051.248.248,0,0,1-.039-.161v-.015A.228.228,0,0,1,50.6-7.5l.422.022.51.027q.205.01.405.01.156,0,.334-.007l.315-.015.342-.02q.205-.012.337-.017a.245.245,0,0,1,.037.164.29.29,0,0,1-.037.164,2.865,2.865,0,0,0-.469.051q-.293.051-.312.134a3.538,3.538,0,0,0-.059.835v5.039q0,.088.007.242t.022.254a.216.216,0,0,0,.039.12.5.5,0,0,0,.251.1,5.272,5.272,0,0,0,.554.012h.645a3.671,3.671,0,0,0,.73-.076,1.608,1.608,0,0,0,.593-.227,2.017,2.017,0,0,0,.713-1.143Q56-1.9,56.138-1.9a.728.728,0,0,1,.115.01.517.517,0,0,1,.1.027.282.282,0,0,1,.063.032q-.054.146-.171.471t-.19.525q-.073.2-.149.457a3.131,3.131,0,0,0-.1.427q-.586,0-1.831-.022T51.943,0q-.273,0-.706.017T50.6.034a.217.217,0,0,1-.039-.151A.291.291,0,0,1,50.6-.293Zm20.8.327a.254.254,0,0,1-.024-.146.5.5,0,0,1,.024-.181,1.607,1.607,0,0,0,.374-.059.545.545,0,0,0,.305-.156,2.329,2.329,0,0,0,.271-.444q.115-.244.261-.62,1.5-3.848,2.188-5.61a.441.441,0,0,1,.076-.1,1.128,1.128,0,0,1,.122-.11.862.862,0,0,1,.132-.085.247.247,0,0,1,.1-.034.055.055,0,0,1,.037.015.1.1,0,0,0,.032.02L77.6-1.426q.278.742.283.747a.461.461,0,0,0,.227.217,1.432,1.432,0,0,0,.327.132,1.032,1.032,0,0,0,.212.037.27.27,0,0,1,.039.166.59.59,0,0,1-.015.161q-.142,0-.388-.022t-.442-.027q-.2-.01-.415-.01T77-.015L76.55.01l-.43.024a.219.219,0,0,1-.039-.164.247.247,0,0,1,.049-.164,1.879,1.879,0,0,0,.347-.044.7.7,0,0,0,.288-.1A.238.238,0,0,0,76.809-.6a3.033,3.033,0,0,0-.193-.7q-.193-.552-.383-1.03l-.2-.474q-.034-.049-.068-.049-.146-.01-1.118-.01-.713,0-1.226.034a.058.058,0,0,0-.024.007.093.093,0,0,0-.024.017l0,.01q-.317.84-.513,1.382A2.583,2.583,0,0,0,72.9-.61a.175.175,0,0,0,.073.134.506.506,0,0,0,.173.093,1.811,1.811,0,0,0,.22.054q.12.022.2.029t.117.007a.291.291,0,0,1,.032.151A.464.464,0,0,1,73.7.034L73.349.01l-.356-.024q-.164-.01-.388-.01t-.408.01L71.8.01Q71.589.024,71.394.034Zm2.393-3.408q0,.044.02.044.591.024,1.03.024t.952-.034.02-.015a.123.123,0,0,0,.015-.029V-3.4l-1-2.739ZM84.559-5.732q.156-.762.293-1.948a.3.3,0,0,1,.264.034,1.619,1.619,0,0,0,.305.1,1.35,1.35,0,0,0,.325.051h4.434a1.493,1.493,0,0,0,.347-.056,1.908,1.908,0,0,0,.332-.11.316.316,0,0,1,.127-.049h0a.172.172,0,0,1,.083.024q.137,1.187.293,1.948a.249.249,0,0,1-.215.078q-.122,0-.156-.054a2.512,2.512,0,0,0-.405-1.006.827.827,0,0,0-.684-.376h-1.44v5.776a3.609,3.609,0,0,0,.059.84q.02.078.315.129a2.9,2.9,0,0,0,.466.051.29.29,0,0,1,.037.164.245.245,0,0,1-.037.164q-.122,0-.42-.022l-.5-.027q-.205-.01-.4-.01t-.405.01l-.513.027-.417.022A.225.225,0,0,1,86.6-.129a.261.261,0,0,1,.042-.164,2.851,2.851,0,0,0,.464-.051q.293-.051.317-.129a3.93,3.93,0,0,0,.054-.84V-7.09h-1.46a.827.827,0,0,0-.684.376,2.512,2.512,0,0,0-.405,1.006q-.034.054-.156.054A.249.249,0,0,1,84.559-5.732Zm13.39,0q.156-.762.293-1.948a.3.3,0,0,1,.264.034,1.619,1.619,0,0,0,.305.1,1.35,1.35,0,0,0,.325.051h4.434a1.493,1.493,0,0,0,.347-.056,1.908,1.908,0,0,0,.332-.11.316.316,0,0,1,.127-.049h0a.172.172,0,0,1,.083.024q.137,1.187.293,1.948a.249.249,0,0,1-.215.078q-.122,0-.156-.054a2.512,2.512,0,0,0-.405-1.006.827.827,0,0,0-.684-.376h-1.44v5.776a3.609,3.609,0,0,0,.059.84q.02.078.315.129a2.9,2.9,0,0,0,.466.051.29.29,0,0,1,.037.164.245.245,0,0,1-.037.164q-.122,0-.42-.022l-.5-.027q-.205-.01-.4-.01t-.405.01l-.513.027-.417.022a.225.225,0,0,1-.042-.164.261.261,0,0,1,.042-.164,2.851,2.851,0,0,0,.464-.051q.293-.051.317-.129a3.93,3.93,0,0,0,.054-.84V-7.09h-1.46a.827.827,0,0,0-.684.376,2.512,2.512,0,0,0-.405,1.006q-.034.054-.156.054A.249.249,0,0,1,97.949-5.732ZM111.7-3.716a3.853,3.853,0,0,1,.3-1.489,3.93,3.93,0,0,1,.789-1.228,3.677,3.677,0,0,1,1.172-.818,3.428,3.428,0,0,1,1.411-.3,3.74,3.74,0,0,1,.833.093,3.5,3.5,0,0,1,.774.273,3.9,3.9,0,0,1,.686.432,3.357,3.357,0,0,1,.576.581,4.025,4.025,0,0,1,.442.71,3.759,3.759,0,0,1,.286.828,4.2,4.2,0,0,1,.1.92,3.8,3.8,0,0,1-.3,1.489,3.893,3.893,0,0,1-.8,1.223,3.767,3.767,0,0,1-1.179.813,3.456,3.456,0,0,1-1.418.3,3.579,3.579,0,0,1-1.411-.286,3.657,3.657,0,0,1-1.172-.784,3.635,3.635,0,0,1-.791-1.218A4.049,4.049,0,0,1,111.7-3.716Zm1.118-.249a4.936,4.936,0,0,0,.115,1.057,4.52,4.52,0,0,0,.344,1,3.689,3.689,0,0,0,.549.84,2.385,2.385,0,0,0,.767.579,2.174,2.174,0,0,0,.955.215,2.126,2.126,0,0,0,.9-.188,1.953,1.953,0,0,0,.679-.505,3.039,3.039,0,0,0,.459-.737,3.812,3.812,0,0,0,.271-.872,5.109,5.109,0,0,0,.083-.925,4.9,4.9,0,0,0-.115-1.055,4.358,4.358,0,0,0-.347-.994,3.691,3.691,0,0,0-.554-.833,2.43,2.43,0,0,0-.769-.576,2.174,2.174,0,0,0-.955-.215,2.086,2.086,0,0,0-.9.19,2.016,2.016,0,0,0-.676.5,2.894,2.894,0,0,0-.457.732,3.9,3.9,0,0,0-.269.867A5,5,0,0,0,112.818-3.965ZM126.335-.293a2.865,2.865,0,0,0,.469-.051q.293-.051.313-.129a3.609,3.609,0,0,0,.059-.84V-6.152a3.538,3.538,0,0,0-.059-.835q-.02-.083-.312-.134a2.865,2.865,0,0,0-.469-.051.248.248,0,0,1-.039-.161v-.015a.228.228,0,0,1,.039-.151l.422.022.51.027q.205.01.405.01t.72-.012q.525-.012.891-.012a2.658,2.658,0,0,1,.632.078,2.565,2.565,0,0,1,.62.242,2.39,2.39,0,0,1,.532.391,1.729,1.729,0,0,1,.374.552,1.721,1.721,0,0,1,.142.7,1.472,1.472,0,0,1-.134.6,2.062,2.062,0,0,1-.354.547,2.859,2.859,0,0,1-.493.435,2.242,2.242,0,0,1-.562.288q.435.728.837,1.311t.989,1.35a1.738,1.738,0,0,0,.54.493,1.828,1.828,0,0,0,.74.19.213.213,0,0,1,.024.112.452.452,0,0,1,0,.063.491.491,0,0,1-.034.151A5.322,5.322,0,0,1,131.638-.1a.152.152,0,0,0-.029-.01q-.059-.02-.1-.034l-.1-.044a.854.854,0,0,1-.122-.063q-.054-.034-.122-.083a.974.974,0,0,1-.134-.117q-.066-.068-.129-.146-.146-.2-.728-1.062T129.1-3.286a.371.371,0,0,0-.337-.137h-.6v2.109a3.609,3.609,0,0,0,.059.84q.02.078.313.129A2.865,2.865,0,0,0,129-.293a.29.29,0,0,1,.037.164A.245.245,0,0,1,129,.034q-.122,0-.42-.022l-.5-.027q-.205-.01-.405-.01t-.405.01l-.51.027-.422.022a.217.217,0,0,1-.039-.151A.291.291,0,0,1,126.335-.293Zm1.826-3.481h.61a1.876,1.876,0,0,0,.647-.115,1.845,1.845,0,0,0,.562-.322,1.555,1.555,0,0,0,.4-.52,1.525,1.525,0,0,0,.151-.674,2.228,2.228,0,0,0-.1-.681,1.46,1.46,0,0,0-.3-.535,1.346,1.346,0,0,0-.544-.356,2.276,2.276,0,0,0-.8-.127q-.518,0-.566.117a3.261,3.261,0,0,0-.059.85ZM139.588-.127a.433.433,0,0,1,.034-.166,2.665,2.665,0,0,0,.5-.071q.334-.071.388-.159A.7.7,0,0,0,140.6-.8a4.341,4.341,0,0,0,.02-.493V-6.206q0-.239-.007-.361a1.309,1.309,0,0,0-.032-.225.67.67,0,0,0-.073-.186q-.034-.063-.229-.12a2.842,2.842,0,0,0-.383-.083,2.179,2.179,0,0,0-.271-.027.459.459,0,0,1-.034-.166v-.02a.335.335,0,0,1,.034-.142l.562.034q.381.024.6.024.542,0,.859-.024.239.376,1.074,1.4l1.838,2.253q1,1.23,1.531,1.968V-6.172q0-.249,0-.356a1.417,1.417,0,0,0-.029-.225.531.531,0,0,0-.083-.2q-.044-.078-.369-.154a2.372,2.372,0,0,0-.491-.076.3.3,0,0,1-.042-.168.417.417,0,0,1,.017-.159q.127,0,.4.022t.476.022l.427.01q.229,0,.408-.007t.4-.022q.217-.015.408-.024a.3.3,0,0,1,.034.137v.024a.433.433,0,0,1-.034.166,2.791,2.791,0,0,0-.493.068q-.337.068-.391.161a.74.74,0,0,0-.09.271,3.924,3.924,0,0,0-.022.5v4.614q0,.972.024,1.563-.015.068-.146.068A.412.412,0,0,1,146.3,0a.707.707,0,0,1-.217-.2l-4.941-6.24V-1.3q0,.249,0,.356a1.365,1.365,0,0,0,.029.222.641.641,0,0,0,.078.2.416.416,0,0,0,.208.11,2.567,2.567,0,0,0,.359.088,1.822,1.822,0,0,0,.283.032.3.3,0,0,1,.042.168.417.417,0,0,1-.017.159q-.127,0-.4-.022t-.471-.027q-.2-.01-.427-.01t-.408.01l-.393.024q-.215.015-.41.024A.321.321,0,0,1,139.588-.127Zm15.167-.166a2.865,2.865,0,0,0,.469-.051q.293-.051.313-.129a3.609,3.609,0,0,0,.059-.84V-6.152a3.538,3.538,0,0,0-.059-.835q-.02-.083-.312-.134a2.865,2.865,0,0,0-.469-.051.248.248,0,0,1-.039-.161v-.015a.228.228,0,0,1,.039-.151l.422.022.51.027q.205.01.405.01.513,0,1.76-.039t1.887-.039q.049.327.176.867t.151.671a.267.267,0,0,1-.2.059q-.146,0-.161-.083a2.1,2.1,0,0,0-.22-.544.965.965,0,0,0-.308-.327,1.164,1.164,0,0,0-.356-.151,1.941,1.941,0,0,0-.43-.042h-.972q-.078,0-.181,0t-.247.017a1.421,1.421,0,0,0-.244.039q-.1.027-.11.066a3.346,3.346,0,0,0-.059.806v2.114q0,.068.488.068h.942a1.748,1.748,0,0,0,.261-.02l.2-.032a.343.343,0,0,0,.137-.063.718.718,0,0,0,.1-.083.464.464,0,0,0,.068-.132q.039-.1.059-.166t.059-.222q.015-.063.024-.1.015-.078.171-.078a.262.262,0,0,1,.19.059v2.139a.264.264,0,0,1-.181.044q-.146,0-.181-.088-.083-.312-.139-.469a.9.9,0,0,0-.088-.2.372.372,0,0,0-.09-.081,3.843,3.843,0,0,0-1.2-.093q-.815,0-.815.1v2.346q0,.085.007.232t.022.242a.206.206,0,0,0,.039.115.5.5,0,0,0,.251.1,5.272,5.272,0,0,0,.554.012H158a3.954,3.954,0,0,0,.8-.081,2,2,0,0,0,.625-.222.815.815,0,0,0,.2-.156,1.452,1.452,0,0,0,.156-.193,1.916,1.916,0,0,0,.134-.247q.071-.151.112-.256t.11-.291q.02-.068.161-.068a.728.728,0,0,1,.115.01.517.517,0,0,1,.1.027.282.282,0,0,1,.063.032q-.054.146-.171.471t-.19.525q-.073.2-.149.457a3.131,3.131,0,0,0-.1.427q-.586,0-1.831-.022T156.1,0q-.273,0-.706.017t-.642.017a.217.217,0,0,1-.039-.151A.291.291,0,0,1,154.755-.293Zm12.267-6.88q-.044,0-.044-.142a.274.274,0,0,1,.044-.186l.461.024.488.024q.217.01.466.01.317,0,1.45-.059a.6.6,0,0,1,.017.19q0,.137-.042.137a1.094,1.094,0,0,0-.176.017,1.743,1.743,0,0,0-.222.054.487.487,0,0,0-.2.115.245.245,0,0,0-.081.181.732.732,0,0,0,.137.337l1.572,2.72q.161-.288.349-.647t.361-.7q.173-.342.33-.662t.269-.562q.112-.242.166-.364a.562.562,0,0,0,.034-.171.157.157,0,0,0-.037-.093.433.433,0,0,0-.12-.1A.729.729,0,0,0,172-7.129a2.276,2.276,0,0,0-.391-.029q-.024,0-.032-.151a.422.422,0,0,1,.012-.181l.361.027q.229.017.405.024t.366.007q.264,0,.459-.007t.417-.024l.369-.027a.291.291,0,0,1,.015.107q0,.039,0,.088-.01.137-.034.137l-.088,0-.151.012a.9.9,0,0,0-.2.042q-.1.032-.205.078a.763.763,0,0,0-.205.129.689.689,0,0,0-.154.19q-.347.605-1.792,3.3a.571.571,0,0,0-.027.063.43.43,0,0,0-.017.059.494.494,0,0,0-.007.063q0,.039,0,.054a.329.329,0,0,0,0,.059q0,.044,0,.054l-.015,1.743a3.609,3.609,0,0,0,.059.84q.02.078.315.129a2.9,2.9,0,0,0,.466.051.29.29,0,0,1,.037.164.245.245,0,0,1-.037.164q-.122,0-.42-.022l-.5-.027q-.205-.01-.4-.01t-.405.01l-.513.027-.417.022a.219.219,0,0,1-.039-.164.3.3,0,0,1,.039-.164,2.851,2.851,0,0,0,.464-.051q.293-.051.317-.129a3.609,3.609,0,0,0,.059-.84V-3.022a.67.67,0,0,0-.083-.317q-.352-.64-.83-1.487T168.4-6.206a2.4,2.4,0,0,0-.339-.476,1.766,1.766,0,0,0-.408-.305,1.254,1.254,0,0,0-.33-.134A1.266,1.266,0,0,0,167.022-7.173Zm13.663,5.2a.521.521,0,0,1,.137-.1.351.351,0,0,1,.156-.042.119.119,0,0,1,.127.1,1.759,1.759,0,0,0,.059.234q.039.122.115.3a2.6,2.6,0,0,0,.173.334,2.012,2.012,0,0,0,.249.32,1.918,1.918,0,0,0,.33.281,1.549,1.549,0,0,0,.425.193,1.852,1.852,0,0,0,.53.073,1.462,1.462,0,0,0,.676-.156,1.2,1.2,0,0,0,.493-.476,1.452,1.452,0,0,0,.188-.75,1.6,1.6,0,0,0-.024-.286.972.972,0,0,0-.078-.247,2,2,0,0,0-.112-.205.873.873,0,0,0-.156-.181q-.1-.088-.183-.154a2.183,2.183,0,0,0-.217-.144q-.132-.078-.229-.132l-.249-.139-.259-.144a.693.693,0,0,1-.063-.039l-.381-.225q-.132-.078-.366-.237a3.916,3.916,0,0,1-.369-.276q-.134-.117-.305-.3a1.631,1.631,0,0,1-.261-.352,2.191,2.191,0,0,1-.156-.388,1.547,1.547,0,0,1-.066-.452,1.818,1.818,0,0,1,.188-.815,1.888,1.888,0,0,1,.5-.635,2.385,2.385,0,0,1,.71-.4,2.42,2.42,0,0,1,.825-.144,3.826,3.826,0,0,1,.464.027,2.881,2.881,0,0,1,.361.063l.408.107q.266.071.476.12.073.493.156,1.606.01.054-.076.09a.405.405,0,0,1-.159.037.172.172,0,0,1-.127-.044,1.661,1.661,0,0,0-.1-.388,2.235,2.235,0,0,0-.215-.427,2.3,2.3,0,0,0-.317-.4,1.454,1.454,0,0,0-.43-.293,1.262,1.262,0,0,0-.53-.115,1.5,1.5,0,0,0-.359.042,1.145,1.145,0,0,0-.293.112,1.1,1.1,0,0,0-.225.168,1,1,0,0,0-.166.21,1.362,1.362,0,0,0-.11.237,1.409,1.409,0,0,0-.063.247,1.514,1.514,0,0,0-.02.239,1.222,1.222,0,0,0,.042.32,1.453,1.453,0,0,0,.1.271,1.147,1.147,0,0,0,.168.242,2.5,2.5,0,0,0,.2.208,2.782,2.782,0,0,0,.249.193q.156.11.261.176l.286.176q.181.11.278.173t.3.183q.205.125.33.2t.322.217a3.809,3.809,0,0,1,.322.249,3.531,3.531,0,0,1,.271.271,1.617,1.617,0,0,1,.229.315,1.858,1.858,0,0,1,.142.349,1.386,1.386,0,0,1,.059.4,1.84,1.84,0,0,1-.2.847,1.979,1.979,0,0,1-.53.657,2.579,2.579,0,0,1-.757.415,2.62,2.62,0,0,1-.881.151,4.588,4.588,0,0,1-.576-.039q-.308-.039-.513-.081t-.518-.112q-.312-.071-.435-.1-.088-.444-.161-1.033T180.685-1.973Z' transform='translate(201 56)' fill='%23baa87b'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 70px;
  text-indent: -9999em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: center;
  width: 200px;
  background-position: center 8px;
}
.navbar .navbar-collapse.collapse.show {
  padding-bottom: 1em;
}
.top-section {
  width: 100%;
  height: 70vh;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.top-section .nav-unit {
  padding-top: 2em;
}
.top-section .navbar.bg-dark {
  background-color: rgba(49, 53, 57, 0.8) !important;
}
.top-section h1 {
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 700;
}
.top-section .header-opening {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(49, 53, 57, 0.6);
  padding: 1.5em;
  color: #f1f1f1;
  letter-spacing: 0.1em;
  margin-top: calc(30vh - (70px + 2em));
}
@media (min-width:768px) {
  .top-section .header-opening {
    width: 80%;
    font-size: 13px;
  }
}
@media (min-width:992px) {
  .top-section .header-opening {
    width: 70%;
    font-size: 16px;
  }
}
@media (min-width:1200px) {
  .top-section .header-opening {
    width: 60%;
    font-size: 18px;
  }
}
@media (min-width:1600px) {
  .top-section .header-opening {
    width: 50%;
  }
}
.top-section .header-opening h1,
.top-section .header-opening p {
  text-align: center;
}
.top-section .header-opening h1 {
  font-size: 2em;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 600;
  color: #af9a65;
  border-bottom: 1px #af9a65 solid;
}
.top-section .header-opening h1 .lite {
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
.top-section .header-opening p {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #f1f1f1;
  letter-spacing: 0.1em;
}
.body-centered {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.dark {
  background-color: #313539;
}
.advanced-intro {
  background-color: #313539;
}
.advanced-intro .body-centered {
  background-color: #ececec;
  border: 0 1px 1px 1px #cccccc solid;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.advanced-intro .body-centered .section-2 .section-header h2 {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  background-color: #af9a65;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  padding-top: 1em;
  line-height: 1;
  margin-top: -1.75em;
  border-radius: 0.375em 0.375em 0px 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  width: 90%;
}
@media (min-width:768px) {
  .advanced-intro .body-centered .section-2 .section-header h2 {
    width: 85%;
  }
}
@media (min-width:992px) {
  .advanced-intro .body-centered .section-2 .section-header h2 {
    width: 75%;
  }
}
@media (min-width:1200px) {
  .advanced-intro .body-centered .section-2 .section-header h2 {
    width: 70%;
  }
}
.sectional-article {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}
.sectional-article .unit-box {
  margin-bottom: 1.5rem;
}
.sectional-article .summary-unit {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
  overflow: hidden;
}
.sectional-article .summary-unit .summary-photo {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.sectional-article .summary-unit .summary-photo img {
  width: 100%;
  overflow: hidden;
}
.sectional-article .summary-unit .summary-details {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0.625em;
}
.sectional-article .summary-unit .summary-details .summary-title {
  border-bottom: 1px #af9a65 solid;
}
.sectional-article .summary-unit .summary-details .summary-title h3 {
  font-size: 1.5em;
  line-height: 1.25;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555555;
}
.sectional-article .summary-unit .summary-details .summary-story p {
  font-size: 1em;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding-top: 0.75em;
  color: #666666;
}
.sectional-article .summary-unit .summary-details .summary-link {
  margin-top: 0.5rem;
}
.section-3 {
  background-color: #ece7da;
  padding-bottom: 2em;
  padding-top: 2em;
}
.section-3 .section-header {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.section-3 .section-header h2 {
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 1em;
  background-color: #313539;
  border-radius: 0.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  display: table;
}
@media (min-width:768px) {
  .section-3 .section-header h2 {
    padding: 0.5em 2em;
  }
}
@media (min-width:992px) {
  .section-3 .section-header h2 {
    padding: 0.5em 3em;
  }
}
@media (min-width:1200px) {
  .section-3 .section-header h2 {
    padding: 0.5em 4em;
  }
}
@media (min-width:1600px) {
  .section-3 .section-header h2 {
    padding: 0.5em 5em;
  }
}
.section-3 .work-types {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-bottom: 1.5em;
}
.section-3 .work-unit {
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  float: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section-3 .work-unit .title {
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.section-3 .work-unit .title h3 {
  font-size: 1.625em;
  border-bottom: 1px #af9a65 solid;
  color: #313539;
}
.section-3 .work-unit .title p {
  color: #555555;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.325em;
  border-bottom: 1px #af9a65 solid;
  font-size: 12px;
}
.section-3 .work-unit .services-list {
  padding-top: 0.325em;
}
.section-3 .work-unit .services-list ul {
  font-size: 13px;
  list-style: none;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-left: 0;
  padding-left: 0.325em;
  padding-top: 0.5em;
}
.section-3 .work-unit .services-list ul li {
  line-height: 1.2;
  padding-bottom: 0.625em;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.section-3 .work-unit .services-list ul li:hover {
  background-color: rgba(175, 154, 101, 0.2);
  cursor: pointer;
}
.section-3 [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.connect-with-us {
  width: 100%;
  height: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  background: #000000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #434343, #000000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #434343, #000000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.connect-with-us .left-side .connect-with-us-header h2 {
  color: #ffffff;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px #af9a65 solid;
}
.connect-with-us .left-side .connect-with-us-legal-notice {
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.connect-with-us .left-side .connect-with-us-legal-notice p {
  font-size: 11px;
  color: #cccccc;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.connect-with-us .right-side .connect-with-us-social h2 {
  color: #ffffff;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px #af9a65 solid;
}
.connect-with-us .right-side .connect-social-twitter h3,
.connect-with-us .right-side .connect-social-instagram h3 {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.2em;
}
.connect-with-us .right-side .connect-social-twitter {
  padding-bottom: 1.5em;
}
.footer {
  background-color: #313539;
  padding: 2em !important;
}
.footer p {
  color: #cccccc;
  font-size: 11px;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.main-topic {
  padding: 2em;
  background-color: #313539;
}
.main-topic .intro {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.main-topic .intro .statement {
  color: #313539;
  font-size: 2.25em;
}
@media (min-width:992px) {
  .main-topic .intro .work-unit,
  .main-topic .intro .related-unit {
    border-right: 1px #af9a65 solid;
  }
}
.main-topic .intro .work-unit .title h3,
.main-topic .intro .related-unit .title h3 {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #af9a65;
  line-height: 1.5;
  font-size: 1.5em;
}
.main-topic .intro .work-unit .title p,
.main-topic .intro .related-unit .title p {
  color: #333333;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.main-topic .intro .work-unit .services-list,
.main-topic .intro .related-unit .services-list {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.main-topic .intro .work-unit .services-list ul,
.main-topic .intro .related-unit .services-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.main-topic .intro .work-unit .services-list ul li,
.main-topic .intro .related-unit .services-list ul li {
  margin: 1.375em 0;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.main-topic .intro .work-unit .services-list ul li a,
.main-topic .intro .related-unit .services-list ul li a {
  padding: 0.5em 1.5em;
  background-color: transparent;
  margin-bottom: 0.375em;
  text-decoration: none;
}
.main-topic .intro .work-unit .services-list ul li a:hover,
.main-topic .intro .related-unit .services-list ul li a:hover {
  background-color: #af9a65;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.main-topic .intro .work-unit .services-list-related ul,
.main-topic .intro .related-unit .services-list-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-topic .intro .work-unit .services-list-related ul li,
.main-topic .intro .related-unit .services-list-related ul li {
  padding: 0.375rem 0.75rem;
  margin: 0 0 0.15rem 0;
  font-size: 12px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  max-width: 100%;
}
.main-topic .intro .work-unit .services-list-related ul li:hover,
.main-topic .intro .related-unit .services-list-related ul li:hover {
  background-color: #1daeec;
}
.main-topic .intro .work-unit .services-list-related ul li:hover a,
.main-topic .intro .related-unit .services-list-related ul li:hover a {
  color: #ffffff;
}
.main-topic .intro .work-unit .services-list-related ul li a,
.main-topic .intro .related-unit .services-list-related ul li a {
  color: #1daeec;
}
.main-topic .intro .work-unit .services-list-related ul li a:hover,
.main-topic .intro .related-unit .services-list-related ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.focused-topic {
  background-color: #ececec;
}
.focused-topic .header-container.row {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #191c1e;
}
.focused-topic .header-title {
  padding: 1.5em;
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 16px;
}
.focused-topic .header-title h1 {
  color: #af9a65;
  line-height: 1.4;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 600;
  padding: 1em;
  font-size: 2.5em;
}
.focused-topic .header-image {
  overflow: hidden;
}
.focused-topic .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focused-topic .breadcrumb {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 1em 0 ;
  border-radius: 0 0 0.25em 0.25em;
}
.focused-topic .article-sub-head {
  margin: 0.5em 0 1.5em 0;
  font-size: 20px;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  border-bottom: 2px #af9a65 solid;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.focused-topic .article-sub-head p {
  font-size: 1em;
}
.focused-topic .article-sub-head h1,
.focused-topic .article-sub-head h2,
.focused-topic .article-sub-head h3,
.focused-topic .article-sub-head h4,
.focused-topic .article-sub-head h5,
.focused-topic .article-sub-head h6 {
  font-size: 1.5em;
}
.focused-topic .focused-content .article-section {
  font-size: 14px;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  padding: 1em;
  color: #333333;
  margin-bottom: 1em;
}
.focused-topic .focused-content .article-section p {
  line-height: 2;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.focused-topic .focused-content .article-section h1,
.focused-topic .focused-content .article-section h2,
.focused-topic .focused-content .article-section h3,
.focused-topic .focused-content .article-section h4,
.focused-topic .focused-content .article-section h5,
.focused-topic .focused-content .article-section h6 {
  color: #af9a65;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
}
.focused-topic .pullquote-section {
  margin-bottom: 1em;
  padding: 1em;
}
.focused-topic .pullquote-section h1,
.focused-topic .pullquote-section h2,
.focused-topic .pullquote-section h3,
.focused-topic .pullquote-section h4,
.focused-topic .pullquote-section h5,
.focused-topic .pullquote-section h6,
.focused-topic .pullquote-section p {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #313539;
  line-height: 1.2;
  font-size: 3em;
}
.focused-topic .pullquote-section h1:before,
.focused-topic .pullquote-section h2:before,
.focused-topic .pullquote-section h3:before,
.focused-topic .pullquote-section h4:before,
.focused-topic .pullquote-section h5:before,
.focused-topic .pullquote-section h6:before,
.focused-topic .pullquote-section p:before {
  content: open-quote;
}
.focused-topic .pullquote-section h1:after,
.focused-topic .pullquote-section h2:after,
.focused-topic .pullquote-section h3:after,
.focused-topic .pullquote-section h4:after,
.focused-topic .pullquote-section h5:after,
.focused-topic .pullquote-section h6:after,
.focused-topic .pullquote-section p:after {
  content: close-quote;
}
.focused-topic .pullquote-section h1:before,
.focused-topic .pullquote-section h2:before,
.focused-topic .pullquote-section h3:before,
.focused-topic .pullquote-section h4:before,
.focused-topic .pullquote-section h5:before,
.focused-topic .pullquote-section h6:before,
.focused-topic .pullquote-section p:before,
.focused-topic .pullquote-section h1:after,
.focused-topic .pullquote-section h2:after,
.focused-topic .pullquote-section h3:after,
.focused-topic .pullquote-section h4:after,
.focused-topic .pullquote-section h5:after,
.focused-topic .pullquote-section h6:after,
.focused-topic .pullquote-section p:after {
  color: #af9a65;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 600;
}
.focused-topic .other-links {
  padding: 1em;
}
.focused-topic .other-links .work-unit {
  background-color: #313539;
  border-radius: 0.5rem;
  padding: 1em;
}
.focused-topic .other-links .work-unit .title {
  border-bottom: 1px #af9a65 solid;
}
.focused-topic .other-links .work-unit .title h3 {
  color: #af9a65;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.focused-topic .other-links .work-unit .title p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.focused-topic .other-links .work-unit .services-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.focused-topic .other-links .work-unit .services-list ul li {
  margin-bottom: 0.375rem;
}
.focused-topic .media-content {
  margin: 1.5em 0;
  background: #bdc3c7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #bdc3c7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.focused-topic .media-content .media-video .media-video-detail,
.focused-topic .media-content .media-instagram .media-video-detail {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5em;
  margin-top: 1.5em;
  font-size: 14px;
  margin-bottom: 1em;
}
.focused-topic .media-content .media-video .media-video-detail h4,
.focused-topic .media-content .media-instagram .media-video-detail h4 {
  font-size: 1.5em;
  font-family: utopia-std, serif;
  font-style: normal;
  font-weight: 600;
  color: #333333;
}
.focused-topic .media-content .media-video .media-video-detail p,
.focused-topic .media-content .media-instagram .media-video-detail p {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
}
.focused-topic .media-content .media-instagram {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.focused-topic .media-content .media-instagram .media-video-detail {
  background-color: rgba(255, 255, 255, 0.85);
}
.focused-topic .media-content .media-instagram .media-instagram-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1.5em;
}
.focused-topic .media-content .media-instagram .media-instagram-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focused-topic .unit-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.focused-topic .summary-unit {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
  overflow: hidden;
}
.focused-topic .summary-unit .summary-photo {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.focused-topic .summary-unit .summary-photo img {
  width: 100%;
  overflow: hidden;
}
.focused-topic .summary-unit .summary-details {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0.625em;
}
.focused-topic .summary-unit .summary-details .summary-title {
  border-bottom: 1px #af9a65 solid;
}
.focused-topic .summary-unit .summary-details .summary-title h3 {
  font-size: 1.5em;
  line-height: 1.25;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555555;
}
.focused-topic .summary-unit .summary-details .summary-story p {
  font-size: 1em;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding-top: 0.75em;
  color: #666666;
}
.focused-topic .summary-unit .summary-details .summary-link {
  margin-top: 0.5rem;
}
.test.g1 {
  background: #403B4A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E7E9BB, #403B4A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E7E9BB, #403B4A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g2 {
  background: #314755;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #26a0da, #314755);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #26a0da, #314755);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g3 {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g4 {
  background: #bdc3c7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #bdc3c7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g5 {
  background: #0F2027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g6 {
  background: #bdc3c7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #bdc3c7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g7 {
  background: #141E30;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.test.g8 {
  background: #000000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #434343, #000000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #434343, #000000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
