body {
    background-color: #ffffff; padding: 0; margin: 0;
    text-align: center; width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 12pt;
}
input				    {margin: 0; padding: 0; vertical-align: middle;}
form			    	{clear: both; display: inline;}
table					{text-align: left;}
td, p, div				{color: #333;}
img						{border: 0; vertical-align:middle;}
a 						{color:  #1485E4; text-decoration: none;}
a:hover 				{color:  #0D5AB8; text-decoration: underline;}
h1 						{font-size: 27pt; margin: 0; color: #074189; clear: both; display: inline;}
h1.xt, h2.xt 		    {font-size: 36pt; font-weight: 600;}
h2 						{font-size: 25pt; margin: 0; color: #333; clear: both; display: inline; line-height: 1;}
h3 						{font-size: 14pt; margin: 0; color: #333; clear: both; display: inline;}
h4 						{font-size: 12pt; margin: 0; color: #333; clear: both; display: inline;}
hr						{color: #c8c8c8; height: 1px;}
ul, ol  				{margin: 10px; margin-top: 4px; padding-left: 0;}
li  					{margin-left: 11px;}

.f_left					{float: left}
.f_right				{float: right}
.clear_div				{clear: both; height: 0;}
.clear_div_grid			{clear: both; height: 0; display:none}

.exo                {font-family: 'Exo 2', Trebuchet MS, Segoe UI, sans-serif;}
.ease_io            {-moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.ease_io_slow       {-moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.ease_opacity       {-moz-transition: opacity 200ms ease-in-out; -webkit-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out;}
.border_radius      {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

.validation_error {color: #b22433; font-weight: bold; line-height: 18px;}

div.section         {margin: 0;}
div.section.white   {margin: 0; background-color: #FFF;}
div.section.gray    {margin: 0; background-color: #f9f9f9;}
div.section.dark_gray {margin: 0; background-color: #e2e3e2;}
div.section.lblue    {margin: 0; background-color: #378ffb;}
div#content.std div.section.lblue .wrap {text-align: center; padding: 36px 0;}
div.section.grdblue    {
    background: #0081b8;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #0081b8 1%,#335f8e 100%);
}

div#content.std div.section.grdblue div,
div#content.std div.section.grdblue h2 {color: #fff;}

div.section .wrap, header .wrap   {margin: 0 auto; width: 1200px; text-align: center;}
div.section .content, header .content{text-align: left;}

div#content.std div.section.white, div#content.std div.section.gray {min-height: 550px;}
div#content.std div.section .wrap   {text-align: left; padding: 72px 0 0 0;}
div#content.std div.section.first_item  {padding: 44px 0 0 0;}

div#content.std div.section.centered {min-height: 588px;}
div#content.std div.section.centered table {text-align: left; margin: 0 auto;}
div#content.std div.section.centered .wrap {padding: 72px 0 0 0; text-align: center;}
div#content.std div.section.centered .info {max-width: 794px; min-height: 160px; margin: 0 auto;}
div#content.std div.section.centered .info ul {text-align: left; margin: 0 auto; display: inline-block;}
td.centered {text-align: center;}

div#content.std div.section.mini {min-height: initial;}
div#content.std div.section.mini .wrap {padding: 54px 0;}
div#content.std div.section.future_bg h1, div#content.std div.section.future_bg h2 {color: #fff;}
div#content.std div.section.future_bg .wrap {padding: 44px 0;}
div#content.std div.section.future_bg.first_item .wrap {padding: 18px 0;}

header {
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: none; /* overrides .dv_header @ guest.css*/
    border-bottom: 2px solid rgba(242, 236, 237, 0);
}
header.dis_fixed {position: relative;}
header .content {width: 100%; line-height: 100px;}

header.img {
    background-color: #eaebeb;
    border-bottom: 2px solid #335f8e;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #fff 1%,#eaebeb 100%);
}

header .wrap .menu {
    float: right;
    margin: 0;
}

header .wrap .menu > a {
    color: #333;
    font-size: 13pt;
    font-weight: 600;
    margin-left: 14px;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border: rgba(255, 255, 255, 0) 2px solid;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
header .wrap .menu > a:hover {
    border: #333 2px solid;
}

header .wrap .menu > a.dvbl {
    color: #1485E4;
    border: 2px solid;
    /*border-radius: 0;*/
}
header .wrap .menu > a.dvbl:hover {
    color: #fff;
    background: #1485E4;
    border-color: #1485E4;
}

header .wrap .menu > a.dvhb {
    color: #1485E4;
}
header .wrap .menu > a.dvhw {
    color: #fff;
}
header .wrap .menu > a.dvhw:hover {
    border-color: #fff;
}

header .wrap .logo {
    float: left;
}

div#cover_bg {
    z-index: 0;
    height: 700px;
    background-image: url(../icons/top_picture.webp);
    background-position: center;
}
div#cover_bg.std {
    height: 354px;
    background-image: url(../icons/top_picture.webp);
}
div#cover_bg.std.mini {
    height: 246px;
}

div#cover_bg div#screen {
    width: 639px;
    height: 471px;
    background-image: url(../icons/tablet.png);
    background-position: center;
    float: right;
    margin: 36px 36px 0 0;
}

#screen .caption {
    background: rgba(27, 27, 27, 0.35);
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    margin: 300px 0 0 0;
    font-size: 15pt;
    position: absolute;
    top: 50px;
    width: 543px;
}

#screen .caption .ibase.f_right {margin: 11px 0 0 0; opacity: 0.8;}
#screen .caption .ibase.f_right:hover {opacity: 1;}
#screen .img {
    background-image: url(../icons/dashboard.jpg);
    width: 582px;
    height: 371px;
    overflow: hidden;
    margin: 31px 0 0 29px;
    background-size: contain;
    text-align: left;
}

div#cover_bg div.wrap {
    padding: 108px 0 0 0;
    overflow: hidden;
}
div#cover_bg.std div.wrap {
    text-align: center;
}

div#cover_bg div.text {
    display: inline-block;
}
div#cover_bg.std div.text {
    margin: 2px auto;
    /*margin: 18px auto;*/
}

div#cover_bg div.text > .title {
    font-size: 38pt;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
}

div#cover_bg div.text .sub_title {
    font-size: 20pt;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    max-width: 943px;
    text-transform: uppercase;
}

div#cover_bg.home div.text > .title {
    font-size: 47pt;
    line-height: 87px;
}

div#cover_bg.home div.text .sub_title {
    font-size: 28pt;
    line-height: 60px;
}

div#cover_bg.std div.text .sub_title {margin: 0 0 12px;}

div#cover_bg .yellow_btn.f_right {
    margin: 3px 0 0 0;
    line-height: 55px;
}

a.cta_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 36px;
    line-height: 58px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}
a.cta_btn.mini {
    font-size: 14pt;
    padding: 0 18px;
    line-height: 36px;
}
a.cta_btn:hover {
    text-decoration: none;
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.white {
    background: #fff;
    color: #378ffb;
}
a.cta_btn.white:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}
a.cta_btn.cyan {
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.cyan:hover {
    background: none;
    border-color: #fff;
}
a.cta_btn.cyan.wtbg:hover {
    background: #fff;
    border-color: #378ffb;
    color: #378ffb;
}
a.cta_btn.hwt:hover {
    border-color: #fff;
    background: #fff;
    color: #378ffb;
}

div#content         {margin: 100px 0 0 0;}
div#content.home    {margin: 0;}
div#content.std     {margin: 0;}

div#content.std div.wrap > .text.toppad {padding: 108px 0 0 0;}
div#content.std .text .info {max-width: 492px; line-height: 25px;}
div#content.std .text .info.mini {max-width: 360px;}
div#content.std .text .info h2 {text-transform: uppercase; font-size: 28pt; display: inline-block; margin: 0 0 12px;}
div#content.std .text .info.sline {max-width: 775px;}
div#content.std .text .cent_title {text-align: center; font-size: 24pt; margin: 18px;}
div.section .text.wt {color: #fff;}
div.section a.wt {color: #fff;}
div.section a.wt:hover {color: #4D96D4;}
div.section a.or {color: #fdb403;}
div.section a.or:hover {color: #fdb403; text-decoration: underline;}

div#content .slogan {
    font-size: 33px;
    text-align: center;
    padding-top: 80px;
}

div.section .content div.info {
    float: left;
    max-width: 800px;
    text-align: left;
    padding: 60px 0 60px 0;
}
div.section .content div.info.cent {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

div.section .content div.img {
    height: 380px;
    float: left;
}

div.section.gray .content div.img {
    float: right;
    background-position: right 50%;
}

div.section .info .t {
    font-size: 22pt;
    font-weight: bold;
    color: #154889;
}

div#content.std div.section.trial_bg .wrap {padding: 0;}
div.section.trial_bg .content div.info  {padding: 92px 0 0 418px;}
div.section.neg .info h2, div.section.neg .info .t {color: #fdb403;}
div.section.neg .info .text {color: #fff;}

div.section.future_bg {background-image: url(../icons/top_picture.webp); background-position: center; min-height: 380px;}
div.section.future_bg.mini {min-height: 144px;}
div#content div.section.future_bg.mini .slogan {color: #fff; padding-top: 34px;}
div.section .content div.info.pair {max-width: 490px; margin: 50px 0 0 0;}
div.section .content div.info.pair.right {margin: 50px 0 0 100px;}

div.section.trial_bg {background: url('../icons/bottom_full.jpg'); background-position: center; height: 380px;}

.yellow_btn {
    background-color: transparent;
    font-size: 22pt;
    font-weight: 600;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.yellow_btn:hover {color: #fff; background-color: #fdb403; text-decoration: none;}

a.yellow_btn.sm {
    font-size: 16pt;
    font-weight: bold;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    display: inline-block;
    margin-top: 18px;
    white-space: nowrap;
    line-height: 45px;
}
.section a.yellow_btn.sm:hover {background-color: #fdb403; color: #fff; border: 2px solid #fdb403;}

a.yellow_btn.rev {
    font-size: 16pt;
    font-weight: bold;
    background-color: #fdb403;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 18px;
    line-height: 45px;
}
a.yellow_btn.cyan {
    background-color: #1486e4;
}
.section a.yellow_btn.rev:hover {background-color: #144788;}
.section a.yellow_btn.sp {margin-top: 18px;}
em.btn_rev {font-size: 10pt; line-height: 20px; display: inherit;}
.trial_bg .text em {margin: 0 28px; display: inline-block;}

.rr_blue_btn {
    background-color: transparent;
    font-size: 13pt;
    font-weight: 600;
    color: #1485E4;
    border: 2px solid #1485E4;
    padding: 0 10px;
    margin: 7px 4px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
}
.rr_blue_btn:hover {color: #fff; background-color: #1485E4;}

.yellow_btn.std {
    font-size: 16pt;
    font-weight: bold;
    padding: 0 18px;
    line-height: 36px;
}

.blue_btn, .orange_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    background-color: #0D5AB8;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.blue_btn:hover {color: #fff; background-color: #0A468F; text-decoration: none;}

.orange_btn {background-color: #FF9600;}
.orange_btn:hover {background-color: #FFAC34; color: #fff; text-decoration: none;}

.yellow_btn.no_transform, .orange_btn.no_transform, .blue_btn.no_transform {text-transform: none;}

.section .text .promo {font-size: 18pt;}
.future_bg .software_promo em {color: #fff;}

/* tables & forms */
input, textarea, select {
    padding: 10px;
    color: #333;
    border: #ddd 1px solid;
    display: inline;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gen_table td {line-height: 46px; color: inherit; font-size: 10pt;}
.gen_table td.inp_label {text-align: right; padding: 0 18px 0 0;}
.gen_table td.line_normal {line-height: 30px;}
.gen_table td h2 {color: #333; font-size: 18pt;}

/* FOOTER */
.div_footer.bgd_footer {
    background: url('../icons/footer_bg.webp') repeat-x;
    background-position: center;
    min-height: 370px;
}
.div_footer.blue_bckg {
    background-color: #144788;
}

.div_footer .in {
    display: block;
    text-align: left;
    margin: 0 auto;
}

.blue_bckg a, .blue_bckg div, .blue_bckg li {
    color: #fff;
}

.inner_footer {
    margin: 0 auto;
}

.g_hide	{display: none; z-index: -1;}
.scufh	{display: none;}

.ft_menu {
    margin: 36px 0;
    float: left;
    line-height: 0.5cm;
    text-align: left;
}

.ft_menu.s1 {width: 50%}
.ft_menu.s2 {width: 30%}
.ft_menu.s3 {width: 18%}

.ft_menu .or_title {
    font: 20px/28px 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.ft_menu .ft_smenu {
    float: left;
    width: 50%;
}

.ft_menu a {
    font-size: 13pt;
    color: #f8f8f8;
    float: left;
    clear: both;
    line-height: 36px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ft_menu a.new_tool {
    background: url('/www-img/web/gui/new_icon.png') no-repeat;
    background-position: 95% 40%;
    background-size: contain;
}
.ft_menu a.new_tool:hover {
    background-color: rgba(255, 255, 255, 0.72);
}

/* FOOTER 2*/
.footer_2 {
    width: 100%;
    background: #000;
}
.footer_2 .footer_logo {
    display: inline-block;
    background: url('../icons/rr_logo_n.png') no-repeat;
    width: 140px;
    height: 26px;
    background-size: contain;
    margin: 0 18px -9px 0;
}

.footer_2 .in {
    overflow: hidden;
    padding: 0;
}

.footer_2 div {
    color: #fff;
    font-size: 13px;
    line-height: 60px;
}

.footer_2 div.copyright {
    float: left;
}

.footer_2 div.copyright a {
    color: inherit;
    font-size: inherit;
}
.footer_2 div.copyright a:hover {
    text-decoration: underline;
}

.footer_2 div.social {
    float: right;
    margin: 0 -14px 0 0;
    text-align: left;
}

.footer_2 div.social span {
    float: left;
}

.social_list {
    width: 262px;
    height: 40px;
    float: right;
    margin-top: 10px;
}

ul.social_list.share_buttons {margin: 0;}
.social_list.share_buttons {
    width: auto;
    height: auto;
    float: left;
    margin-top: 0;
}
.social_list.share_buttons.social_fixed {
    position: fixed;
    width: 41px;
    top: 235px;
    right: 100px;
}

.social_list.vert li, .social_list.vert a {float: none;}
.social_list li {
    list-style-type: none;
    float: left;
    list-style-image: none !important;
    margin: 0 7px 7px 0;
}

.social_list a {
    background-image: url('../icons/social_icons.png');
    float: left;
    display: block;
    width: 33px;
    height: 39px;
    opacity: 0.8;
}
.social_list a:hover {opacity: 1;}
.social_list a.fb {background-position: -1px 0;}
.social_list a.tw {background-position: -36px 0;}
.social_list a.gp {background-position: -107px 0;}
.social_list a.li {background-position: -71px 0;}
.social_list a.rss {background-position: -142px 0;}

header .menu a.htphmen.show {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-bottom: 16px;
    border: 2px solid #fff;
    border-bottom: 0;
}
header .menu a.htphmen.show::after {
    content: ' ';
    position: absolute;
    height: 5px;
    display: block;
    width: 104px;
    margin: 9px 0 0 -10px;
    z-index: 2000;
}
header .menu a.htphmen.resmen.show::after {
    width: 119px;
}
header .menu a.htphmen.show::after {border-bottom: rgba(46, 46, 46, 1) 2px solid;}
header .menu a.htphmen.show.dvhw::after {border-bottom: rgb(11, 20, 26) 2px solid;}
div.htphsbmen {
    position: absolute;
    border-top: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: inherit;
    z-index: 1000;
    display: none;
    padding: 18px 0;
    margin: -22px 0;
}

div.htphsbmen.show {
    display: block;
}

div.htphsbmen li b {font-size: 13pt; font-weight: 600; text-transform: uppercase;}
div.htphsbmen li, div.htphsbmen li a {
    font-size: 11pt;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 0 18px;
    margin: 0 -18px;
    -moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
div.htphsbmen li a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
}
div.htphsbmen ul {
    float: left;
    list-style: none;
    text-align: left;
    margin-right: 25px;
    margin-left: 25px;
    min-width: 174px;
}

.ibase {width: 18px; height: 18px; cursor: pointer; display: inline-block;}
/*.ibase {background: url('data:image/svg+xml;base64,') no-repeat;}*/
.icon_pause {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXVzZS0yLWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTIzOC4zOTcsMzU2aC01OC4yNTNWMTU2aDU4LjI1M1YzNTZ6IE0zMzMuODU0LDM1Ng0KCWgtNTguMjUyVjE1Nmg1OC4yNTJWMzU2eiIvPg0KPC9zdmc+') no-repeat;}
.icon_play  {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJ2aWRlby1wbGF5LWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTE5Ny42MDQsMzY4LjEyNFYxNDguODcybDE3OC43OTksMTA5LjYyNw0KCUwxOTcuNjA0LDM2OC4xMjR6Ii8+DQo8L3N2Zz4=') no-repeat;}

.ibase {background-size: contain;}

.mobile_menu        {display: none; width: 18px; height: 12px; cursor: pointer;}
.mobile_menu.svg_bl {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiMzMzMiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}
.mobile_menu.svg_wt {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiNmZmZmZmYiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}

.success_div, .notice_div, .error_div {
    width: auto;
    padding: 36px;
    border: 2px solid #ccc;
    background: #FBFBFB;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
    text-align: left;
    margin-bottom: 10px;
}

.success_div .infobox_title {color: #20ad41;}
.error_div .infobox_title {color: #9b384c;}
.notice_div .infobox_title {color: #edc736;}

.input_error {
    margin: 72px auto 0;
    width: 96%;
    min-width: 462px;
    text-align:left; padding: 20px; font-size: 11pt;
    border: #edc736 2px solid;
    background: #FCFCFC;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px 10px 10px 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.input_error .ie_title		{font-size: 12pt; margin-bottom: 0; padding-left: 20px; line-height: 24px; color: #e59311; background: url(/www-img/web/gui/icon_pg_notice.png) no-repeat 0 4px;}
.input_error a , .input_error a:hover	{font-size: 11pt;}
.input_error span 		{font-weight: bold}

/* new ele */
.rcard_wrapper {
    margin: 0 auto;
    display: inline-block;
}
.rcard {
    float: left;
    width: 25%;
    height: 250px;
    text-align: left;
    overflow: hidden;
}
.rcard::before {
    background-repeat: no-repeat;
    background-position: 92% 80%;
    width: 294px;
    height: 126px;
    content: "";
    position: absolute;
    z-index: 777;
    -moz-transition: all 100ms ease-in-out; -webkit-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out;
}
.rcard_wrapper .rcard {
    width: 300px;
}
.rcard:hover .rcard_mask {
    background: rgba(0, 0, 0, 0.63);
    height: 100%;
}
.rcard.c1 {background-color: #009fe3;}
.rcard.c1::before {background-image: url(/www-img/web/homepage/2018/icon1.png);}
.rcard.c2 {background-color: #2296c9;}
.rcard.c2::before {background-image: url(/www-img/web/homepage/2018/icon2.png);}
.rcard.c3 {background-color: #3d75ae;}
.rcard.c3::before {background-image: url(/www-img/web/homepage/2018/icon3.png);}
.rcard.c4 {background-color: #5c569e;}
.rcard.c4::before {background-image: url(/www-img/web/homepage/2018/icon4.png);}

.rcard .title {
    color: #fff;
    margin: 160px 0 0 24px;
    font-size: 22pt;
    font-weight: 700;
    line-height: 32px;
    max-width: 230px;
}

.rcard .desc {
    display: none;
    text-align: left;
    color: #fff;
    margin: 10px 14px 10px 26px;
    line-height: 22px;
}
.rcard a.lrn_btn {
    display: none;
    font-size: 13pt;
    font-weight: 600;
    color: #333;
    padding: 0 14px;
    background: #fff;
    margin: 2px 24px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 36px;
}
.rcard a.lrn_btn:hover {background: rgba(255, 255, 255, 0.68); text-decoration: none;}
.rcard:hover::before {opacity: 0.2;}
.rcard:hover .title {margin: 0 0 0 24px; padding-top: 16px;}
.rcard:hover .desc, .rcard:hover a.lrn_btn {display: inline-block;}

.home #custom_suite_bg {background-image: url(../icons/lp_custom_graphs.jpg);}
#custom_suite_bg {
    background-repeat: no-repeat;
    background-position: 350px 45px;
    padding: 100px 142px 0 0;
    margin: -100px -142px 0 0;
}
#custom_suite_bg.ver_lp_sc {
    background-position: 477px 70px;
}
.custom_suite.v400 {
    width: 400px;
}
.custom_suite {
    width: 444px;
    height: 536px;
    text-align: left;
}
.custom_suite h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 600;
}
.custom_suite .title {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
}
.custom_suite .title.open h3 {
    color: #378ffb;
}
.custom_suite .title.open, .custom_suite .title:last-child {
    border-bottom: 1px solid #f9f9f9;
}
.custom_suite .desc {
    line-height: 23px;
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px;
}
.custom_suite .desc ul {
    max-width: 360px;
    margin: 0 0 0 42px;
}

.custom_suite .title-icon {
    width: 20px;
    height: 30px;
    background-image: url(../icons/open_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 14px -8px 0;
}
.custom_suite .close_icon {
    background-image: url(../icons/close_icon.png);
}

h2.ctitle {
    font-size: 38pt;
    text-align: center;
    display: inline-block;
    line-height: 94px;
    color: #333;
}

h2.white {
    color: #fff;
}

div.content.c {text-align: center; max-width: 824px; margin: 0 auto 36px;}
div.content.sbu {text-transform: uppercase; font-size: 18pt; font-weight: 600; line-height: 35px;}
