<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;900&amp;family=Roboto:wght@300;400;500;700&amp;display=swap);

h1 {
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 2.15rem;
  word-break: break-word; }

h2{
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 2rem;
  word-break: break-word; }

h3 {
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 1.75rem;
  word-break: break-word; }
h4 {
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 1.5rem;
  word-break: break-word; }

h5 {
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 1.25rem;
  word-break: break-word; }

h6 {
  font-family: "Raleway", sans-serif;
  -ms-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  -o-font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-feature-settings: "lnum" 1, "kern" 1, "salt" 1;
  font-size: 1.15rem;
  word-break: break-word; }

.list-unstyled {
  list-style: none; }

.list-notes li {
  margin: 0 0 2rem 0; }

body-lead-font {
  font-size: 1rem;
  font-weight: 700; }

.btn-t4-congress-blue {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 1rem 3rem;
  text-decoration: none !important;
  background-color: #014891;
  color: #fff;
  background-position: center;
  transition: background .8s,
 border .3s ease-in-out,
 color .3s ease-in-out; }

.btn-t4-congress-blue:hover {
  background: transparent radial-gradient(circle, transparent 1%, transparent 1%) center/15000%;
  border: 1px solid #014891; }

.btn-t4-congress-blue:active {
  background-color: #012f5e;
  background-size: 100%;
  transition: background 0s,
 border .3s ease-in-out,
 color .3s ease-in-out; }

.btn-t4-congress-blue-outline {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: 30px;
  padding: 1rem 3rem;
  text-decoration: none !important;
  background-position: center;
  color: #014891;
  border: 1px solid #014891;
  transition: background .8s,
 color .3s ease-in-out; }

.btn-t4-congress-blue-outline:hover {
  background: #014891 radial-gradient(circle, transparent 1%, #014891 1%) center/15000%;
  color: #fff; }

.btn-t4-congress-blue-outline:active {
  background-color: #012f5e;
  background-size: 100%;
  transition: background 0s,
 color .3s ease-in-out; }

.img-left img {
    max-width: 50%;
    margin: 0;
  float:left;
  padding-right:1em;
}
.img-right img {
    max-width: 50%;
    margin: 0;
  padding-right:1em;
  float:right;
  
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    max-width: 80%;
    height: auto;
    display: block;
    margin: 2rem auto;
}









</pre></body></html>