/* CSS Document */

html, body {
   height: 100%;
   padding: 0;
   margin: 0;
   background-color: #fcfcfc;
   font-family: verdana, arial, helvetica, sans-serif;

   -moz-text-size-adjust: none;
   -webkit-text-size-adjust: none;
   text-size-adjust: none;
}

#logo {
   position: relative;
   text-align: center;
   top: -1px;
}

.Center-Container {
   position: relative;
   height: 100%;
}

.Absolute-Center {
   width: 80%;
   margin: auto;
   position: relative;
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12pt;
   text-align: center;
}

.Absolute-Center2 {
   width: 80%;
   overflow: auto;
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: auto;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12pt;
}

.Bottom-Container {
   position: relative;
   height: 50%;
}

#style1 {
   z-index: 1;
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   font-weight: 400;
   padding-right: 20px;
   padding-bottom: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

#style2 {
   z-index: 1;
   padding-top: 90px;
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   text-align: center;
}

#style3 {
   z-index: 1;
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding-right: 20px;
   padding-bottom: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

#style4 {
   z-index: 9999;
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding-right: 20px;
   padding-top: 10px;
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

a {
 color:#121212;
}

a.button7 {
   display:inline-block;
   padding:0.3em 0.5em;
   margin:0 0.3em 0.3em 0;
   border-radius:0.2em;
   box-sizing: border-box;
   text-decoration:none;
   font-family:'Roboto',sans-serif;
   font-weight: 400;
   color:#ffffff;
   background-color:#3369ff;
   box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
   text-align:center;
   position:relative;
}
a.button7:active {
   box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
@media all and (max-width:0.30em) {
 a.button7 {
   display:block;
   margin:0.4em auto;
}

[data-custom-class='body'], [data-custom-class='body'] * {
          background: transparent !important;
        }
[data-custom-class='title'], [data-custom-class='title'] * {
          font-family: Arial !important;
font-size: 26px !important;
color: #000000 !important;
        }
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
          font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
        }
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
          font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
        }
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
          font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
        }
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
          color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
        }
[data-custom-class='link'], [data-custom-class='link'] * {
          color: #3030F1 !important;
font-size: 14px !important;
font-family: Arial !important;
word-break: break-word !important;
}

a.cky-banner-element {
        padding: 8px 30px;
        background: #F8F9FA;
        color: #858A8F;
        border: 1px solid #DEE2E6;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}

#h1 {
   color: #121212;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 26pt;
   font-weight: 400;
}