<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.modal-header .modal-title {
  color: #434343;
  font-weight: 700;
  line-height: 1.3; }


.modal-header .modal-title {
  font-size: 20px; }

@media (min-width: 575px) {
  
  .modal-header .modal-title {
    font-size: calc(20px + 0 * (100vw - 575px) / 1025); } }

@media (min-width: 1600px) {
  
  .modal-header .modal-title {
    font-size: 20px; } }

.modal {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  outline: 0; }
  .modal.fade {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .modal.fade.show {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.25s;
              animation-duration: 0.25s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .modal.animate-in {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
  .modal.animate-out {
    -webkit-animation-name: zoomOut;
            animation-name: zoomOut;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    display: block; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
  .modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.25s linear; }
    .prefers-reduced-motion .modal-backdrop {
      transition: none; }
    .modal-backdrop.show {
      opacity: 1; }
  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .modal-dialog {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 576px) {
      .modal-dialog {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .modal-dialog {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .modal-dialog {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .modal-dialog {
        max-width: 1400px; } }
  .modal-header {
    min-height: 26px;
    margin-bottom: 10px; }
    .modal-header .modal-title {
      font-weight: 400;
      margin: 0;
      padding-right: 40px;
      color: #434343; }
  .modal-dismiss-button {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    float: right;
    padding: 5px;
    margin: 0;
    color: #434343; }
    .modal-dismiss-button {
      font-size: 16px; }
    .prefers-reduced-motion .modal-dismiss-button {
      transition: none; }
    .modal-dismiss-button:hover {
      color: #000;
      background-color: #e6e6e6; }
    .modal-dismiss-button:disabled, .modal-dismiss-button.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .modal-dismiss-button:disabled, .prefers-reduced-motion .modal-dismiss-button.disabled {
        transition: none; }
    .modal-dismiss-button:active, .modal-dismiss-button.active {
      background-color: #d9d9d9; }
    .prefers-reduced-motion .modal-dismiss-button {
      transition: none; }
    .modal-dismiss-button:hover, .modal-dismiss-button:focus {
      background-color: transparent; }
    .modal-dismiss-button:before {
      content: "\f13e";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .modal-content {
    background-color: #f2f2f2;
    color: #434343;
    padding: 15px 30px;
    position: relative; }
  .modal-footer {
    margin: 50px 0 0; }
    .modal-footer--spaced {
      display: flex;
      justify-content: space-between; }
    .modal-footer--centered {
      display: flex;
      justify-content: center; }
    .modal-footer--align-right {
      display: flex;
      justify-content: flex-end; }
    .modal-footer .btn {
      margin-left: 15px; }
      .modal-footer .btn:first-child {
        margin-left: 0; }
  .modal--video .modal-dialog {
    background: transparent;
    top: 100px;
    transform: translate(-50%, 0); }
  .modal--video .modal-header .modal-title {
    color: #fff; }
  .modal--video .modal-dismiss-button {
    color: #fff !important; }
  .modal--video .modal-content {
    padding: 0;
    background-color: transparent; }
  .modal--video .modal-footer {
    border: none;
    margin: 15px 0 60px; }
    .modal--video .modal-footer .collapse-item {
      border: none; }
    .modal--video .modal-footer .collapse-trigger {
      background-color: #fff;
      color: #005AE8;
      padding: 15px 90px 15px 15px; }
      .modal--video .modal-footer .collapse-trigger:before {
        color: #005AE8;
        left: auto;
        right: 30px; }
        .modal--video .modal-footer .brightcove-summary {
          background-color: #fff;
          color: #000;
          padding: 15px 90px 15px 15px; 
          margin: 0px; }
        .modal--video .modal-footer .brightcove-summary:before {
          color: #000;
          left: auto;
          right: 30px; }  
    .modal--video .modal-footer .collapse-content {
      padding: 15px 90px 15px 15px; }
  .modal--side .modal-dialog {
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    position: fixed;
    margin: auto;
    padding: 0; }
  .modal--side .modal-content {
    height: 100%;
    overflow-y: auto; }
  .modal--side.left .modal-dialog {
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%; }
  .modal--side.left.animate-in {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  @media (max-width: 768px) {
    .modal-content {
      width: 100%; } }
  @media only screen and (max-width: 850px) and (max-height: 1200px) and (orientation: portrait) {
    .modal-backdrop.show {
      opacity: 1;
    }
  }
  @media only screen and (max-width: 1200px) and (max-height: 850px) and (orientation: landscape) {
    .modal-backdrop.show {
      opacity: 1;
    }
  }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-75px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-75px); }
  100% {
    transform: translateX(0); } }
  .modal--side.left.animate-out {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-75px); } }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-75px); } }
  .modal--side.right .modal-dialog {
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%; }
  .modal--side.right.animate-in {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(75px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(75px); }
  100% {
    transform: translateX(0); } }
  .modal--side.right.animate-out {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(75px); } }

@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(75px); } }
  .modal--side.top .modal-dialog {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: inherit; }
  .modal--side.top.animate-in {
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
  .modal--side.top.animate-out {
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
  .modal--side.bottom .modal-dialog {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: inherit; }
  .modal--side.bottom.animate-in {
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }
  .modal--side.bottom.animate-out {
    -webkit-animation-name: slideOutDown;
            animation-name: slideOutDown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(100px); } }

@keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(100px); } }
.no-summary .footer-summary {
  display: none;
}
</pre></body></html>