@charset "utf-8";
*{
	box-sizing: border-box; margin: 0px; padding: 0px; font-family: "Calibri";
}
body{
	min-height: 100vh; display: flex; flex-direction: column;
}
div{
	/*border: 1px dashed #FFFFFF; padding: 10px; */
}
img,video{
	max-width: 100%;
}
/******************************************************************************/
.c_rss{
	display: flex; justify-content:start; align-items: start;
}
.c_rsc{
	display: flex; justify-content:start; align-items:center;
}
.c_rse{
	display: flex; justify-content:start; align-items:end;
}
.c_rst{
	display: flex; justify-content:start; align-items:stretch;
}
.c_rcs{
	display: flex; justify-content:center; align-items: start;
}
.c_rcc{
	display: flex; justify-content:center; align-items:center;
}
.c_rce{
	display: flex; justify-content:center; align-items:end;
}
.c_rct{
	display: flex; justify-content:center; align-items:stretch;
}
.c_res{
	display: flex; justify-content:end; align-items: start;
}
.c_rec{
	display: flex; justify-content:end; align-items:center;
}
.c_ree{
	display: flex; justify-content:end; align-items:end;
}
.c_ret{
	display: flex; justify-content:end; align-items:stretch;
}
.c_rbs{
	display: flex; justify-content:space-between; align-items: start;
}
.c_rbc{
	display: flex; justify-content:space-between; align-items:center;
}
.c_rbe{
	display: flex; justify-content:space-between; align-items:end;
}
.c_rbt{
	display: flex; justify-content:space-between; align-items:stretch;
}
.c_ras{
	display: flex; justify-content:space-around; align-items: start;
}
.c_rac{
	display: flex; justify-content:space-around; align-items:center;
}
.c_rae{
	display: flex; justify-content:space-around; align-items:end;
}
.c_rat{
	display: flex; justify-content:space-around; align-items:stretch;
}
.c_rvs{
	display: flex; justify-content:space-evenly; align-items: start;
}
.c_rvc{
	display: flex; justify-content:space-evenly;  align-items:center;
}
.c_rve{
	display: flex; justify-content:space-evenly;  align-items:end;
}
.c_rvt{
	display: flex; justify-content:space-evenly;  align-items:stretch;
}
/*********************/
.c_rss_pw{
	display: flex; justify-content:start; align-items: start; width: 100%;
}
.c_rsc_pw{
	display: flex; justify-content:start; align-items:center; width: 100%;
}
.c_rse_pw{
	display: flex; justify-content:start; align-items:end; width: 100%;
}
.c_rst_pw{
	display: flex; justify-content:start; align-items:stretch; width: 100%;
}
.c_rcs_pw{
	display: flex; justify-content:center; align-items: start; width: 100%;
}
.c_rcc_pw{
	display: flex; justify-content:center; align-items:center; width: 100%;
}
.c_rce_pw{
	display: flex; justify-content:center; align-items:end; width: 100%;
}
.c_rct_pw{
	display: flex; justify-content:center; align-items:stretch; width: 100%;
}
.c_res_pw{
	display: flex; justify-content:end; align-items: start; width: 100%;
}
.c_rec_pw{
	display: flex; justify-content:end; align-items:center; width: 100%;
}
.c_ree_pw{
	display: flex; justify-content:end; align-items:end; width: 100%;
}
.c_ret_pw{
	display: flex; justify-content:end; align-items:stretch; width: 100%;
}
.c_rbs_pw{
	display: flex; justify-content:space-between; align-items: start; width: 100%;
}
.c_rbc_pw{
	display: flex; justify-content:space-between; align-items:center; width: 100%;
}
.c_rbe_pw{
	display: flex; justify-content:space-between; align-items:end; width: 100%;
}
.c_rbt_pw{
	display: flex; justify-content:space-between; align-items:stretch; width: 100%;
}
.c_ras_pw{
	display: flex; justify-content:space-around; align-items: start; width: 100%;
}
.c_rac_pw{
	display: flex; justify-content:space-around; align-items:center; width: 100%;
}
.c_rae_pw{
	display: flex; justify-content:space-around; align-items:end; width: 100%;
}
.c_rat_pw{
	display: flex; justify-content:space-around; align-items:stretch; width: 100%;
}
.c_rvs_pw{
	display: flex; justify-content:space-evenly; align-items: start; width: 100%;
}
.c_rvc_pw{
	display: flex; justify-content:space-evenly;  align-items:center; width: 100%;
}
.c_rve_pw{
	display: flex; justify-content:space-evenly;  align-items:end; width: 100%;
}
.c_rvt_pw{
	display: flex; justify-content:space-evenly;  align-items:stretch; width: 100%;
}
/*****/
.c_rss_ph{
	display: flex; justify-content:start; align-items: start; height: 100%;
}
.c_rsc_ph{
	display: flex; justify-content:start; align-items:center; height: 100%;
}
.c_rse_ph{
	display: flex; justify-content:start; align-items:end; height: 100%;
}
.c_rst_ph{
	display: flex; justify-content:start; align-items:stretch; height: 100%;
}
.c_rcs_ph{
	display: flex; justify-content:center; align-items: start; height: 100%;
}
.c_rcc_ph{
	display: flex; justify-content:center; align-items:center; height: 100%;
}
.c_rce_ph{
	display: flex; justify-content:center; align-items:end; height: 100%;
}
.c_rct_ph{
	display: flex; justify-content:center; align-items:stretch; height: 100%;
}
.c_res_ph{
	display: flex; justify-content:end; align-items: start; height: 100%;
}
.c_rec_ph{
	display: flex; justify-content:end; align-items:center; height: 100%;
}
.c_ree_ph{
	display: flex; justify-content:end; align-items:end; height: 100%;
}
.c_ret_ph{
	display: flex; justify-content:end; align-items:stretch; height: 100%;
}
.c_rbs_ph{
	display: flex; justify-content:space-between; align-items: start; height: 100%;
}
.c_rbc_ph{
	display: flex; justify-content:space-between; align-items:center; height: 100%;
}
.c_rbe_ph{
	display: flex; justify-content:space-between; align-items:end; height: 100%;
}
.c_rbt_ph{
	display: flex; justify-content:space-between; align-items:stretch; height: 100%;
}
.c_ras_ph{
	display: flex; justify-content:space-around; align-items: start; height: 100%;
}
.c_rac_ph{
	display: flex; justify-content:space-around; align-items:center; height: 100%;
}
.c_rae_ph{
	display: flex; justify-content:space-around; align-items:end; height: 100%;
}
.c_rat_ph{
	display: flex; justify-content:space-around; align-items:stretch; height: 100%;
}
.c_rvs_ph{
	display: flex; justify-content:space-evenly; align-items: start; height: 100%;
}
.c_rvc_ph{
	display: flex; justify-content:space-evenly;  align-items:center; height: 100%;
}
.c_rve_ph{
	display: flex; justify-content:space-evenly;  align-items:end; height: 100%;
}
.c_rvt_ph{
	display: flex; justify-content:space-evenly;  align-items:stretch; height: 100%;
}
/*****/
.c_rss_pw_ph{
	display: flex; justify-content:start; align-items: start; width: 100%; height: 100%;
}
.c_rsc_pw_ph{
	display: flex; justify-content:start; align-items:center; width: 100%; height: 100%;
}
.c_rse_pw_ph{
	display: flex; justify-content:start; align-items:end; width: 100%; height: 100%;
}
.c_rst_pw_ph{
	display: flex; justify-content:start; align-items:stretch; width: 100%; height: 100%;
}
.c_rcs_pw_ph{
	display: flex; justify-content:center; align-items: start; width: 100%; height: 100%;
}
.c_rcc_pw_ph{
	display: flex; justify-content:center; align-items:center; width: 100%; height: 100%;
}
.c_rce_pw_ph{
	display: flex; justify-content:center; align-items:end; width: 100%; height: 100%;
}
.c_rct_pw_ph{
	display: flex; justify-content:center; align-items:stretch; width: 100%; height: 100%;
}
.c_res_pw_ph{
	display: flex; justify-content:end; align-items: start; width: 100%; height: 100%;
}
.c_rec_pw_ph{
	display: flex; justify-content:end; align-items:center; width: 100%; height: 100%;
}
.c_ree_pw_ph{
	display: flex; justify-content:end; align-items:end; width: 100%; height: 100%;
}
.c_ret_pw_ph{
	display: flex; justify-content:end; align-items:stretch; width: 100%; height: 100%;
}
.c_rbs_pw_ph{
	display: flex; justify-content:space-between; align-items: start; width: 100%; height: 100%;
}
.c_rbc_pw_ph{
	display: flex; justify-content:space-between; align-items:center; width: 100%; height: 100%;
}
.c_rbe_pw_ph{
	display: flex; justify-content:space-between; align-items:end; width: 100%; height: 100%;
}
.c_rbt_pw_ph{
	display: flex; justify-content:space-between; align-items:stretch; width: 100%; height: 100%;
}
.c_ras_pw_ph{
	display: flex; justify-content:space-around; align-items: start; width: 100%; height: 100%;
}
.c_rac_pw_ph{
	display: flex; justify-content:space-around; align-items:center; width: 100%; height: 100%;
}
.c_rae_pw_ph{
	display: flex; justify-content:space-around; align-items:end; width: 100%; height: 100%;
}
.c_rat_pw_ph{
	display: flex; justify-content:space-around; align-items:stretch; width: 100%; height: 100%;
}
.c_rvs_pw_ph{
	display: flex; justify-content:space-evenly; align-items: start; width: 100%; height: 100%;
}
.c_rvc_pw_ph{
	display: flex; justify-content:space-evenly;  align-items:center; width: 100%; height: 100%;
}
.c_rve_pw_ph{
	display: flex; justify-content:space-evenly;  align-items:end; width: 100%; height: 100%;
}
.c_rvt_pw_ph{
	display: flex; justify-content:space-evenly;  align-items:stretch; width: 100%; height: 100%;
}
/*********************/
/*********************/
/* Colum */
.c_css{
	display: flex; flex-direction: column; justify-content:start; align-items: start;
}
.c_csc{
	display: flex; flex-direction: column; justify-content:start; align-items:center;
}
.c_cse{
	display: flex; flex-direction: column; justify-content:start; align-items:end;
}
.c_cst{
	display: flex; flex-direction: column; justify-content:start; align-items:stretch;
}
.c_ccs{
	display: flex; flex-direction: column; justify-content:center; align-items: start;
}
.c_ccc{
	display: flex; flex-direction: column; justify-content:center; align-items:center;
}
.c_cce{
	display: flex; flex-direction: column; justify-content:center; align-items:end;
}
.c_cct{
	display: flex; flex-direction: column; justify-content:center; align-items:stretch;
}
.c_ces{
	display: flex; flex-direction: column; justify-content:end; align-items: start;
}
.c_cec{
	display: flex; flex-direction: column; justify-content:end; align-items:center;
}
.c_cee{
	display: flex; flex-direction: column; justify-content:end; align-items:end;
}
.c_cet{
	display: flex; flex-direction: column; justify-content:end; align-items:stretch;
}
.c_cbs{
	display: flex; flex-direction: column; justify-content:space-between; align-items: start;
}
.c_cbc{
	display: flex; flex-direction: column; justify-content:space-between; align-items:center;
}
.c_cbe{
	display: flex; flex-direction: column; justify-content:space-between; align-items:end;
}
.c_cbt{
	display: flex; flex-direction: column; justify-content:space-between; align-items:stretch;
}
.c_cas{
	display: flex; flex-direction: column; justify-content:space-around; align-items: start;
}
.c_cac{
	display: flex; flex-direction: column; justify-content:space-around; align-items:center;
}
.c_cae{
	display: flex; flex-direction: column; justify-content:space-around; align-items:end;
}
.c_cat{
	display: flex; flex-direction: column; justify-content:space-around; align-items:stretch;
}
.c_cvs{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items: start;
}
.c_cvc{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:center;
}
.c_cve{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:end;
}
.c_cvt{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:stretch;
}
/*********************/
.c_css_pw{
	display: flex; flex-direction: column; justify-content:start; align-items: start; width: 100%;
}
.c_csc_pw{
	display: flex; flex-direction: column; justify-content:start; align-items:center; width: 100%;
}
.c_cse_pw{
	display: flex; flex-direction: column; justify-content:start; align-items:end; width: 100%;
}
.c_cst_pw{
	display: flex; flex-direction: column; justify-content:start; align-items:stretch; width: 100%;
}
.c_ccs_pw{
	display: flex; flex-direction: column; justify-content:center; align-items: start; width: 100%;
}
.c_ccc_pw{
	display: flex; flex-direction: column; justify-content:center; align-items:center; width: 100%;
}
.c_cce_pw{
	display: flex; flex-direction: column; justify-content:center; align-items:end; width: 100%;
}
.c_cct_pw{
	display: flex; flex-direction: column; justify-content:center; align-items:stretch; width: 100%;
}
.c_ces_pw{
	display: flex; flex-direction: column; justify-content:end; align-items: start; width: 100%;
}
.c_cec_pw{
	display: flex; flex-direction: column; justify-content:end; align-items:center; width: 100%;
}
.c_cee_pw{
	display: flex; flex-direction: column; justify-content:end; align-items:end; width: 100%;
}
.c_cet_pw{
	display: flex; flex-direction: column; justify-content:end; align-items:stretch; width: 100%;
}
.c_cbs_pw{
	display: flex; flex-direction: column; justify-content:space-between; align-items: start; width: 100%;
}
.c_cbc_pw{
	display: flex; flex-direction: column; justify-content:space-between; align-items:center; width: 100%;
}
.c_cbe_pw{
	display: flex; flex-direction: column; justify-content:space-between; align-items:end; width: 100%;
}
.c_cbt_pw{
	display: flex; flex-direction: column; justify-content:space-between; align-items:stretch; width: 100%;
}
.c_cas_pw{
	display: flex; flex-direction: column; justify-content:space-around; align-items: start; width: 100%;
}
.c_cac_pw{
	display: flex; flex-direction: column; justify-content:space-around; align-items:center; width: 100%;
}
.c_cae_pw{
	display: flex; flex-direction: column; justify-content:space-around; align-items:end; width: 100%;
}
.c_cat_pw{
	display: flex; flex-direction: column; justify-content:space-around; align-items:stretch; width: 100%;
}
.c_cvs_pw{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items: start; width: 100%;
}
.c_cvc_pw{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:center; width: 100%;
}
.c_cve_pw{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:end; width: 100%;
}
.c_cvt_pw{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:stretch; width: 100%;
}
/*****/
.c_css_ph{
	display: flex; flex-direction: column; justify-content:start; align-items: start; height: 100%;
}
.c_csc_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:center; height: 100%;
}
.c_cse_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:end; height: 100%;
}
.c_cst_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:stretch; height: 100%;
}
.c_ccs_ph{
	display: flex; flex-direction: column; justify-content:center; align-items: start; height: 100%;
}
.c_ccc_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:center; height: 100%;
}
.c_cce_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:end; height: 100%;
}
.c_cct_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:stretch; height: 100%;
}
.c_ces_ph{
	display: flex; flex-direction: column; justify-content:end; align-items: start; height: 100%;
}
.c_cec_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:center; height: 100%;
}
.c_cee_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:end; height: 100%;
}
.c_cet_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:stretch; height: 100%;
}
.c_cbs_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items: start; height: 100%;
}
.c_cbc_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:center; height: 100%;
}
.c_cbe_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:end; height: 100%;
}
.c_cbt_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:stretch; height: 100%;
}
.c_cas_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items: start; height: 100%;
}
.c_cac_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:center; height: 100%;
}
.c_cae_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:end; height: 100%;
}
.c_cat_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:stretch; height: 100%;
}
.c_cvs_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items: start; height: 100%;
}
.c_cvc_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:center; height: 100%;
}
.c_cve_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:end; height: 100%;
}
.c_cvt_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:stretch; height: 100%;
}
/*****/
.c_css_pw_ph{
	display: flex; flex-direction: column; justify-content:start; align-items: start; width: 100%; height: 100%;
}
.c_csc_pw_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:center; width: 100%; height: 100%;
}
.c_cse_pw_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:end; width: 100%; height: 100%;
}
.c_cst_pw_ph{
	display: flex; flex-direction: column; justify-content:start; align-items:stretch; width: 100%; height: 100%;
}
.c_ccs_pw_ph{
	display: flex; flex-direction: column; justify-content:center; align-items: start; width: 100%; height: 100%;
}
.c_ccc_pw_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:center; width: 100%; height: 100%;
}
.c_cce_pw_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:end; width: 100%; height: 100%;
}
.c_cct_pw_ph{
	display: flex; flex-direction: column; justify-content:center; align-items:stretch; width: 100%; height: 100%;
}
.c_ces_pw_ph{
	display: flex; flex-direction: column; justify-content:end; align-items: start; width: 100%; height: 100%;
}
.c_cec_pw_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:center; width: 100%; height: 100%;
}
.c_cee_pw_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:end; width: 100%; height: 100%;
}
.c_cet_pw_ph{
	display: flex; flex-direction: column; justify-content:end; align-items:stretch; width: 100%; height: 100%;
}
.c_cbs_pw_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items: start; width: 100%; height: 100%;
}
.c_cbc_pw_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:center; width: 100%; height: 100%;
}
.c_cbe_pw_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:end; width: 100%; height: 100%;
}
.c_cbt_pw_ph{
	display: flex; flex-direction: column; justify-content:space-between; align-items:stretch; width: 100%; height: 100%;
}
.c_cas_pw_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items: start; width: 100%; height: 100%;
}
.c_cac_pw_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:center; width: 100%; height: 100%;
}
.c_cae_pw_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:end; width: 100%; height: 100%;
}
.c_cat_pw_ph{
	display: flex; flex-direction: column; justify-content:space-around; align-items:stretch; width: 100%; height: 100%;
}
.c_cvs_pw_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items: start; width: 100%; height: 100%;
}
.c_cvc_pw_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:center; width: 100%; height: 100%;
}
.c_cve_pw_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:end; width: 100%; height: 100%;
}
.c_cvt_pw_ph{
	display: flex; flex-direction: column; justify-content:space-evenly; align-items:stretch; width: 100%; height: 100%;
}
