<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'StateFaceRegular';
  src: url('stateface/stateface-regular-webfont.eot');
  src: url('stateface/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('stateface/stateface-regular-webfont.woff') format('woff'),
    url('stateface/stateface-regular-webfont.ttf') format('truetype'),
    url('stateface/stateface-regular-webfont.svg#sf-regular') format('svg');
  font-style: normal;
  font-weight: normal;
}
body,
html {
    height: 100%;
    margin: 0;
}

.main a {
  text-decoration: underline;
  color: #1ba1e6;
}

.main b a {
  font-weight: bold;
}

.main a:focus,
.main a:hover {
    text-decoration: underline;
    color: #1d8ec7;
}

.main {
    background: #fff;
    margin-bottom: 30px;
    padding: 0 15px 35px;
    font-weight: normal;
    color: #222;
    font-size: 17.9px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
    position: relative;
}

.online-logo img {
  margin: 0 auto !important;
}

iframe,
img {
    max-width: 100%;
    margin: auto
}
.content {
    width: 900px !important;
    display: block;
    padding-top: 1rem;
    padding-bottom: 50px;
    max-width: 100%;
    margin: auto;
    padding-right: 0 !important;
    border: 0 !important;
    border-right: none !important;
}

.wrapper-inner &gt; .container {
    max-width: 100%
}

.header .nav-trigger span.label {
    letter-spacing: .085rem;
}

.btn-facebook,
.btn-github,
.btn-google,
.btn-linkedin,
.btn-twitter {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

iframe,
img {
    display: table
}

#page-title {
    background: url("images/header.png"), #305583 ;
    background: url("images/header.png"), -moz-linear-gradient(left,  #305583 0%, #2aa6b1 75%);
    background: url("images/header.png"), -webkit-linear-gradient(left,  #305583 0%,#2aa6b1 75%);
    background: url("images/header.png"), linear-gradient(to right,  #305583 0%,#2aa6b1 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305583', endColorstr='#2aa6b1',GradientType=1 );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%, cover;
    padding: 100px 0;
}

#page-title h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    width: 100%;
    padding-left: 30px;
}

#page-title h1 span {
    display: block;
    font-size: 54px;
    text-align: center;
    margin: 5px auto 10px;
}

.main h2 {
  color: #222;
  font-size: 42px;
  margin: 2em 0 1em;
  font-weight: bold;
  text-align: left;
  clear: both;
}

.main h3 {
  color: #222;
  font-size: 32px;
  margin: 2em 0 1em;
  font-weight: bold;
  text-align: left;
}

.main table {
  border: none;
  margin: 60px 0;
  width: 100%;
  box-shadow: 1px 1px 1px #0000000D;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}

.main th {
  background: #681E75;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 23px;
}

.main tr {
  background: #F9F2FB;
}

.main tr:nth-child(even) {
  background: #fff;
}

.main td {
  text-align: center;
  padding: 10px 5px;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.main ul {
  list-style: none;
  margin: 40px 0 40px;
  padding-left: 1.2em;
}

.main ul li {
  margin-bottom: 20px;
}

.main ul li::before {
  content: "â€¢";
  color: #222;
  margin-left: -20px;
  float: left;
  font-size: 2em;
  line-height: 18px;
}

.main img {
    max-width: calc(100% + 60px) !important;
    width: auto !important;
    height: auto !important;
    margin: 35px -30px;
}

.box {
  border-radius: 12px;
  background: #fafafa;
  padding: 10px 30px 30px;
  margin: 30px 0;
  display: block;
}

.box &gt; p strong, .box h3 {
  display: block;
  margin: -10px -30px 25px;
  padding: 10px 30px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
}

.box h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 19px;
}

.box.green &gt; p strong, .box.green h3 {
  background: #76bd23;
}

.box.yellow &gt; p strong, .box.yellow h3 {
  background: #f9be00;
}

.box.red &gt; p strong, .box.red h3 {
  background: #e14602;
}

.box .green-txt {
  color: #76bd23;
  font-size: 21px;
}

.box .yellow-txt {
  color: #f9be00;
  font-size: 21px;
}

.box .red-txt {
  color: #e14602;
  font-size: 21px;
}

.box ul {
  padding-left: 30px;
  margin: 25px 0;
}

.box &gt; p &gt; em {
  font-weight: 600;
}

.box ul li::before {
  position: relative;
  left: -10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  content: '';
}

.box .pros li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-3x'%3e%3cpath fill='%2376bd23' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.box .middle li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='minus-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-minus-square fa-w-14 fa-3x'%3e%3cpath fill='%23f9be00' d='M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.box .cons li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='times-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-times-circle fa-w-16 fa-3x'%3e%3cpath fill='%23e14602' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z' class=''%3e%3c/path%3e%3c/svg%3e");
}


@media(min-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	img[style="float: left;"] {
		padding-right: 15px;
	}
	.main {
  	padding: 0 45px;
	}
	.main img {
    max-width: calc(100% + 120px) !important;
    margin: 35px -60px;
  }
	.img-left {
  	float: left;
  	padding: 15px 15px 15px 0px;
  	margin: 0 !important;
  }
  .img-right {
  	float: right;
  	padding: 15px 0px 15px 15px;
  	margin: 0 -60px 0 0 !important;
  }
  .box ol {
    columns: 2;
  }
  .box h3 span {
    font-size: 28px;
  }
}

@media (min-width:1230px) {
    .wrapper-inner &gt; .container, #page-title &gt; .container {
        width: 1020px
    }
    .two-col {
      columns: 2;
    }
    h1 span:before {
      content: "";
      position: absolute;
      height: 1px;
      top: 0px;
      background-color: transparent;
      border-top: 1.6em solid #fff;
      border-right: 1em solid transparent;
      width: 210px;
      z-index: -1;
      right: -1em;
      bottom: 0;
    }
    .box ol {
      columns: 3;
    }
}

@media (max-width:1200px) {
  #page-title h1 {
    font-size: 30px;
  }
  #page-title h1 span {
    font-size: 40px;
  }
}

@media (max-width:992px) {
    .wrapper-inner &gt; .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto
    }
    .mobile-show {
      display: block !important;
    }
    .mobile-hide {
      display: none !important;
    }
}

@media(max-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}
	.box h3 {
  	flex-wrap: wrap;
	}
	.box h3 span {
  	width: 100%;
  	text-align: center;
	}
	.box .stateface:before {
  	background: transparent !important;
  	width: 1em !important;
	}
}

@media (max-width:520px) {
    .main {
        width: auto;
        margin-bottom: 0
    }
    #page-title {
        min-height: 400px;
        margin-bottom: 0;
    }
    .wrapper-inner p {
        font-size: 16px
    }
}

.wrapper-inner a,
.wrapper-inner p,
.wrapper-inner li {
    white-space: normal;
    word-wrap: break-word;
}

.box.green .stateface:before {
  background: #76bd23;
}

.box.yellow .stateface:before {
  background: #f9be00;
}

.box.red .stateface:before {
  background: #e14602;
}

.stateface:before {
    font-family: StateFaceRegular;
    font-size: 1.5em;
    bottom: -8px;
    position: relative;
    border-radius: 50%;
    line-height: 2em;
    width: 2em;
    display: inline-block;
    text-align: center;
    margin: -0.65em 0.25em -0.25em -0.1em;
}

.stateface-replace {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    min-width: 1em;
}

.stateface-replace:before {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}
</pre></body></html>