/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	
}
img {
	border: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
}
/*reset css - end*/
/*size-related and colors*/
body, .background {
	width: 970px;
	height: 250px;
	margin: 0px;
}
#mainContainer {
	position: absolute;
	width: 970px;
	height: 250px;
	overflow: hidden;
	background-color: #ffffff;
	/*border: 1px solid #000000;*/
}
#temp{
	opacity: .0;
}
#btn:focus,
#btn:focus-visible,
#btn:active {
	outline: none;
	box-shadow: none;
}
.animObj {
	position: absolute;
}
.start-invisible {	
	visibility: hidden;
}
.set-WH {
	width: 970px;
	height: 250px;
}
.extra-bold{
	font-weight: 800;
}
/*size-related and colors - end*/
/*specific*/
.clickable {
	cursor: pointer;
	text-decoration: underline;
	color: #50697e
}

.clickable:hover {
	text-decoration: none; /* keep underline */
	color: #50697e
}
/*#img1, #img2, #img3{
	transform-origin: left top;
}*/

#links{
	position: absolute;
	left: 557px;
    top: 3px;
    width: 412px;
	overflow: hidden;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
}
#legal{
	font-size: 14px;
    line-height: 15.75px;
    position: absolute;
    top: 46px;
    left: 557px;
    width: 412px;
    height: 203px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
	background-color: #fff;
}
#legal_content{		
	padding-right: 1px;
	letter-spacing: .1px;
  line-height: 15.75px;
}
#legal::-webkit-scrollbar {
	width: 6px
}
#legal::-webkit-scrollbar-track {
	background: rgba(255,255,255,0)/*#fff*/
}
#legal::-webkit-scrollbar-thumb {
	/*width: 2px;
	border-radius: 2px;*/
	background: #000;
	
	border: 2px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	
}
#legal::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,1)
}
#links p {
	text-align: left;
	padding: 3px 0 7px 11px;
	font-size: 15.125px;
	line-height: 12px;
}
#legal p {
	padding:3px 0px 2px 11px;
}
#legal a {
	color:#50697e;
	text-decoration: underline
}
#legal a:hover {
	color:#50697e;
	text-decoration: none
}

#links a {
	color:#000;
	text-decoration: underline
}
#links a:hover {
	color:#000;
	text-decoration: none
}

/*#legal a:visited, #links a:visited{
	color:#b1059d;
}*/

.black{
	color:#000
}


.blue{
	color:#405364
}

.white{
	color:#fff
}
.bg-lt-blue{
	background-color:#e5f3f9;
}

.pink{
	color: #b31983;
}
.body-bold{
	text-align: left;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	line-height: 12.25px;
}

.heading{
	background-color: #50697e;
 /* color: #fff;*/
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 11.5px;
	line-height: 15px;
	letter-spacing: .3px;
}
.spec-header{
	font-size: 14.5px;
}
.header{
	font-size: 14px;
}
.body{
	font-weight: 400;
	font-size: 10px;
	line-height: 11.75px;
}

.border-bottom-normal {
  border-bottom: 1px solid #ffffff;
}
.border-bottom-centered{
	display: inline-block;
  position: relative;	
}
.border-bottom-centered:after {
  position: absolute;
	content: '';
	border-bottom: 1px solid #ffffff;
	width: 156px;
	transform: translateX(-50%);
	bottom: 1px;
	left: 50%;
}
.body-normal{
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-size: 10.5px;
	line-height: 12.25px;
}


.bold{
	font-weight: 700;
  font-style: normal;
}

.bolder{
	font-weight: 800;
  font-style: normal;
}

#box1{
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

#txt_p2, #txt_p3{
	-webkit-filter:	drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));	
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));	
}


.sup { 
	font-size: .75em;
	vertical-align: super; 
}
.spacer{
	padding-top:10px
}
.adj{
	text-align: left!important;
    padding-right: 0px!important;
}
ul{
	color:#231f20;
    margin-left: 17px;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 10.5px;
    list-style-position: outside;
    list-style-type: disc;
    padding-inline-start: 5px;
    margin-block-start: 0em;
    margin-block-end: .25em;
    letter-spacing: .33px;
}
ul span{
	font-size: 14px;
    line-height: 15.75px;
}
li {
	margin-top:2px;
}
li::marker {
	color:#231f20
}
.sub{
	font-size:.65em
}
@-moz-document url-prefix() {
	#legal{
		scrollbar-width: thin;
  		scrollbar-color: #000 transparent;
		width: 412px;
		top: 48px;
		height: 201px;
	}
	#legal_content{		
		padding-right: 0px;
	}
}
#svg_border{
	position: absolute;
	top:0;
	left:0;
	width: 970px;
	height: 250px;
	pointer-events: none
}

      .st0 {
        fill: none;
      }

      .st1 {
        fill: #f1f1f1;
      }

      .st2 {
        fill: #bdd1ec;
      }

      .st3 {
        fill: #fadd89;
      }

      .st4 {
        fill: url(#linear-gradient1);
      }

      .st5 {
        fill: #ddd;
      }

      .st6 {
        fill: #eaeaea;
      }

      .st7 {
        fill: #d6d6d6;
      }

      .st8 {
        fill: #d2d2d2;
      }

      .st9 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_729);
      }

      .st10 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_748);
      }

      .st11 {
        fill: #efefef;
      }

      .st12 {
        fill: #f6f6f6;
      }

      .st13 {
        fill: #e4e4e4;
      }

      .st14 {
        fill: #d9d9d9;
      }

      .st15 {
        fill: #ebebeb;
      }

      .st16 {
        fill: #e6e6e6;
      }

      .st17 {
        fill: url(#radial-gradient);
      }

      .st18 {
        fill: url(#linear-gradient);
      }

      .st19 {
        fill: #50697e;
      }

      .st20 {
        opacity: .3;
      }

      .st20, .st21 {
        fill: #fff;
      }

      .st22 {
        fill: #e5e5e5;
      }

      .st23 {
        fill: #d8d8d8;
      }

      .st24 {
        clip-path: url(#clippath-10);
      }

      .st25 {
        clip-path: url(#clippath-1);
      }

      .st26 {
        clip-path: url(#clippath-3);
      }

      .st27 {
        clip-path: url(#clippath-4);
      }

      .st28 {
        clip-path: url(#clippath-2);
      }

      .st29 {
        clip-path: url(#clippath-7);
      }

      .st30 {
        clip-path: url(#clippath-6);
      }

      .st31 {
        clip-path: url(#clippath-9);
      }

      .st32 {
        clip-path: url(#clippath-8);
      }

      .st33 {
        clip-path: url(#clippath-5);
      }

      .st34 {
        fill: #d4d4d4;
      }

      .st35 {
        fill: #e7e7e7;
      }

      .st36 {
        fill: #dadada;
      }

      .st37 {
        fill: #f9f9f9;
      }

      .st38 {
        fill: #fafafa;
      }

      .st39 {
        fill: #dedede;
      }

      .st40 {
        fill: #e9e9e9;
      }

      .st41 {
        fill: #f68c6a;
      }

      .st42 {
        fill: #f68c6a;
      }

      .st43 {
        opacity: .9;
      }

      .st44 {
        fill: #e1e1e1;
      }

      .st45 {
        fill: #f7f7f7;
      }

      .st46 {
        fill: #d5d5d5;
      }

      .st47 {
        fill: url(#radial-gradient1);
      }

      .st48 {
        fill: #f2f2f2;
      }

      .st49 {
        fill: #f5f5f5;
      }

      .st50 {
        fill: #e2e2e2;
      }

      .st51 {
        fill: #f4c750;
      }

      .st52 {
        fill: #f3f3f3;
      }

      .st53 {
        fill: #ededed;
      }

      .st54 {
        fill: #dcdcdc;
      }

      .st55 {
        fill: #3f5364;
      }

      .st56 {
        fill: #d1d1d1;
      }

      .st57 {
        fill: #eee;
      }

      .st58 {
        fill: #e0e0e0;
      }

      .st59 {
        clip-path: url(#clippath);
      }

      .st60 {
        fill: #222;
      }

      .st61 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7293);
      }

      .st62 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7292);
      }

      .st63 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7295);
      }

      .st64 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7294);
      }

      .st65 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7291);
      }

      .st66 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7484);
      }

      .st67 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7483);
      }

      .st68 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7485);
      }

      .st69 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7481);
      }

      .st70 {
        fill: url(#_ÅÂÁ_Ï_ÌÌ_È_ËÂÌÚ_7482);
      }

      .st71 {
        fill: #ffe6c6;
        opacity: 0;
      }