@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
  font-family: "gotham-medium-webfont";
  src: url("gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("gotham-medium-webfont.woff") format("woff"), url("gotham-medium-webfont.woff2") format("woff2"), url("gotham-medium-webfont.ttf") format("truetype"), url("gotham-medium-webfont.svg#gotham_mediumregular") format("svg");
}
@font-face {
  font-family: "gotham-light-webfont";
  src: url("gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("gotham-light-webfont.woff") format("woff"), url("gotham-light-webfont.woff2") format("woff2"), url("gotham-light-webfont.ttf") format("truetype"), url("gotham-light-webfont.svg#gotham_lightregular") format("svg");
}
/*Use for TR only - BS 11/30/20*/
@font-face {
    font-family: 'poppinslight';
    src: url('poppins-light-webfont.woff2') format('woff2'),
         url('poppins-light-webfont.woff') format('woff'),
     url('poppins-light-webfont.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff')
     url('poppins-regular-webfont.otf') format("opentype");;
    font-weight: normal;
    font-style: normal;
}
/*******************************************/
body {
  color: #646464;
  font: normal normal 400 14px/15px gotham-light-webfont,sans-serif;
  margin: 0;
}
body:lang(tr){
  font: normal normal 400 14px/15px 'poppinsregular',sans-serif;
}
a {
  color: #0079C8;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0055b1;
  text-decoration: underline;
}
a.logo {
  background: url(logo1.png) no-repeat left top;
  background-size:contain;
  display: block;
  height: 50px;
  width: 147px;
  left: 0px;
  position: absolute;
  top: 36px;
}
button, input[type="submit"] {
  border-radius: 0;
  float: left;
  padding: 20px;
  height: auto;
  border: 0;
  background: #0079c8;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  position: relative;
  font-weight: 500;
  margin-top: 5px;
  margin-right: 20px;
}
button:hover, input[type="submit"]:hover,
button:focus, input[type="submit"]:focus {
  cursor: pointer;
  background-color: #0055b1;
}
button::after, input[type="submit"]::after {
  content: ">";
  font-weight: bold;
  margin-left: 20px;
}
h1 {
  color: #0079C8;
  font: normal normal 700 45px/2.1em gotham-medium-webfont,sans-serif;
  margin: 0.67em 0;
  padding: 0;
}
h1:lang(tr){
  font: normal normal 700 45px/2.1em 'poppinsregular',sans-serif; 
}
h1.moreinfo {
  text-align: center;
  color: #646464;
  font: normal normal 700 24px/24px gotham-light-webfont,sans-serif;
  margin: 30px 0px;
  width: 100%;
}
h1.moreinfo:lang(tr){
  font: normal normal 700 24px/24px 'poppinsregular',sans-serif;  
}
h2 {
  font: normal normal 700 18px/29px gotham-medium-webfont,sans-serif;
  margin: 0;
  padding: 0;
}
h2:lang(tr){
  font: normal normal 700 18px/29px 'poppinsregular',sans-serif;
}
h2.center {
  text-align: center;
  width: 100% !important;
}
h3 {
  color: #0079C8;
  font: normal normal 700 1.17em/1.27em gotham-medium-webfont,sans-serif;
  margin: 1em 0;
  padding: 0;
}
h3:lang(tr){
  font: normal normal 700 1.17em/1.27em 'poppinsregular',sans-serif;  
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
strong {
  font-family: gotham-medium-webfont,sans-serif;
}
strong:lang(tr) {
  font-family: 'poppinsregular',sans-serif;
}
select {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
  padding: 13px 5px !important;
  height: auto !important;
  width: 450px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 0;
  vertical-align: middle;
}
input[type="password"], input[type="text"] {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
  padding: 13px 5px !important;
  height: auto !important;
  width: 450px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 0;
  vertical-align: middle;
}
input[type="password"], input[type="text"] {
  width: 438px;
}
table.followup th {
  display: block;
  text-align: left;
}
table.followup td {
  display: block;
}
#epAttention {
  bottom: 10px;
  position: absolute;
  right: 20px;
  text-align: right;
  width: 400px;
}
#epButtons {
  margin: 0 auto;
  position: relative;
  height: 400px;
  width: 1040px;
}
#epButtons .blue-arrow {
  background: url("blue_arrow.png") no-repeat top left;
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 30px;
  left: 91px;
}
#epButtons a {
  position: relative;
  float: left;
  height: 340px;
  display: block;
  color: black;
  text-decoration: none;
  text-align: center;
  width: 182.5px;
  margin-right: 50px;
  margin-top: 30px;
  padding: 0 20px;
}
#epButtons a span.title {
  float: left;
  font: normal normal 700 1.5em/1em gotham-light-webfont,sans-serif;
  margin-top: 140px;
  width: 182.5px;
  height: 30px;
}
#epButtons a span.title:lang(tr){
  font: normal normal 700 1.5em/1em 'poppinsregular',sans-serif;  
}
#epButtons a p.subtitle {
  text-align: center;
  color: #0079C8;
  clear: both;
  font-family: gotham-medium-webfont,sans-serif;
  padding-top: 40px;
  width: 182.5px;
  font-size: 14px;
}
#epButtons a p.subtitle:lang(tr){
  font-family:'poppinsregular',sans-serif;  
}
#epButtons a p.subtitle:lang(pt) {
  text-align: center;
  color: #0079C8;
  clear: both;
  font-family: gotham-medium-webfont,sans-serif;
  padding-top: 40px;
  width: 182.5px;
  font-size: 14px;
}
#epButtons a p.subtitle:lang(tr) {
  text-align: center;
  color: #0079C8;
  clear: both;
  font-family:'poppinsregular',sans-serif;
  padding-top: 40px;
  width: 182.5px;
  font-size: 14px;
}
#epButtons a p.subtitle:lang(pl) {
  padding-top:45px;	
}
#epButtons .report {
  background: #FFF url(report.png) no-repeat 50% 30px;
}
#epButtons .phone {
  background: #FFF url(phone.png) no-repeat 50% 30px;
}
#epButtons .question {
  background: #FFF url(question.png) no-repeat 50% 30px;
}
#epButtons .follow-up {
  background: #FFF url(followup.png) no-repeat 50% 30px;
  margin-right: 0px;
}
#epButtonsWrap {
  clear: both;
  width: 100%;
  min-height: 300px;
  min-width: 1040px;
  background: #E6E6E6;
}
form fieldset {
  border: none;
}
#epColumn1 {
  min-height: 250px;
  padding: 30px 0px;
  margin: 0 auto;
  width: 1040px;
}
#epColumn1.resources b {
  font-family: gotham-medium-webfont;
  font-weight: normal;
}
#epColumn1.resources b:lang(tr){
  font-family: 'poppinsregular';
}
#epColumn1.resources li {
  list-style-type: none;
  padding: 10px 20px;
}
#epColumn1.resources table {
  border-collapse: collapse;
}
#epColumn1.resources table th {
  text-align: left;
  padding: 5px 20px 5px 0px;
}
#epColumn1.resources table td {
  padding: 5px 20px 5px 0px;
  border-top: 1px solid #DDDDDD;
}
#epColumn1.resources .expand-button{
  display: block;
  position: relative;
}
#epColumn1.resources .expand-text{
  display: block;
}
#epColumn1.resources .expand-text-opened{
  margin-top:10px;
}
#epColumn1.resources .expand-text {
  display: block;
  height: 50px;
}
#epColumn1.resources .expand-button-closed:before{
content:'►';
font-size: 10px;
left: -16px;
position: absolute;
}
#epColumn1.resources .expand-button-opened:before{
content:'▼';
font-size: 10px;
left: -16px;
position: absolute;
}
#epColumn1.resources ul, #epColumn1.resources li{
  margin-left:0px;
  padding-left: 0px;
}
#epColumn2 {
  border-right: 1px solid #DDDDDD;
  float: left;
  padding: 20px 30px 20px 0px;
  margin-bottom: 30px;
  width: 604px;
}
#epColumn2 h2, #epColumn2 h4 {
  width: 450px;
  margin: 10px 0px;
}
#epColumn2 .step {
  font-family: gotham-medium-webfont;
  font-size: 16px;
  color: #0079C8;
}
#epColumn2 .step:lang(tr){
  font-family: 'poppinsregular';  
}
#epColumn3 {
  float: right;
  width: 313px;
  padding: 0px 0px 20px 49px;
  min-height: 200px;
}
#epColumn3 h3 {
  margin-top: 25px;
}
#epContent {
  clear: both;
  width: 100%;
  min-width: 1040px;
  padding-bottom: 20px;
}
#epEmergencyWrap {
  background: #0079C8;
  margin-top: 100px;
  clear: both;
  min-width: 1040px;
  width: 100%;
}
#epEmergency2 {
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  width: 1040px;
  padding-bottom: 0px;
  padding-top: 20px;
  font-size: 13px;
}
#epFooterWrap {
  background: #0079C8;
  clear: both;
  min-width: 1040px;
  width: 100%;
  direction:ltr !important;
}
#epFooter {
  color: #FFFFFF;
  margin: 0 auto;
  width: 1040px;
  direction:lrt !important;
}
#epFooter th {
  display: none;
}
#epFooter .line1 {
  float: left;
  direction:lrt !important;
}
#epFooter .line2 {
  float: right;
  direction:lrt !important;
}
#epFooter .line2 a {
  color: #FFFFFF;
}
#epHeader {
  height: 150px;
  margin: 0 auto 15px auto;
  width: 1040px;
  position: relative;
  z-index: 1000;
}
#epHeader h1 {
  clear: both;
  font-weight: 300;
  text-align: center;
  font-size: 35px !important;
  line-height: 90px;
}
#epLang {
  background: url(lang_arrow.png) no-repeat top right #FFF;
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  height: auto;
  width: 250px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  direction:ltr !important;
  z-index: 1000;
}
#epLang a {
  color: #009900;
  display: block;
  font-weight: 700;
  width: 240px;
  padding: 5px !important;
  position: relative;
  text-decoration: none;
  z-index: 1000;
}
#epLang a:hover,
#epLang a:focus {
  color: #000000 !important;
}
#epLangMenu {
  background-color:#FFF;
  display: none;
  border-top: 1px solid #dfdfdf;
  left: 0px;
  padding: 8px 0 8px 0px;
  position: relative;
  width: 100%;
  z-index: 100;
}
#epLangMenu .colOne span {
  text-align: left;
  color: #787878;
  cursor: pointer;
  display: block;
  font-weight: 300;
  padding: 2px 0px;
  z-index: 100;
}
#epLangMenu .colOne span:hover,
#epLangMenu .colOne span:focus {
  color: #0079c8;
}
#epNav {
  float: left;
  font: normal normal 700 15px/20px gotham-light-webfont,sans-serif;
  margin: 46px 0 0 147px;
  width:890px;
}
#epNav:lang(tr){
  font: normal normal 400 16px/20px 'Poppins',sans-serif;
}
#epNav a {
  color: #000000;
  display: inline-block;
  padding: 0 13px;
}
#epNav a:hover,
#epNav a:focus {
  background-color:#FFF;
  color: #0079c8;
  text-decoration: none;
}
#epWrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
/*dp2*/
#epDataPrivacy {
  margin-right: 70px;
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 20px;
  overflow: auto;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: none;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .continueText .text {
  display: none;
}
#epDataPrivacy .text {
  font-family: 'gotham-medium-webfont';
}
#epDataPrivacy .text:lang(tr){
  font-family: 'poppinsregular';  
}
#epDataPrivacy2 {
  margin-right: 70px;
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 20px;
  overflow: auto;
}
#epDataPrivacy2 .online, #epDataPrivacy2 .phone, #epDataPrivacy2 .output {
  display: none;
}
#epDataPrivacy2 ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy2 .continueText .text {
  display: none;
}
#epDataPrivacy2 .text {
  font-family: 'gotham-medium-webfont';
}
#epDataPrivacy2 .text:lang(tr) {
  font-family: 'poppinsregular';
}
/*phone*/
#epPhone {
  margin-right: 70px;
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 20px;
}
#epPhone .text {
  font-family: 'gotham-medium-webfont';
}
#epPhone .text:lang(tr) {
  font-family: 'poppinsregular';
}
/*Issues*/
#epIssues {
  width: 450px;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  font: normal normal 700 16px/20px gotham-medium-webfont,sans-serif;
}
#epIssues .catname:lang(tr) {
  font: normal normal 700 16px/20px 'poppinsregular',sans-serif;
}
#epIssues .details {
  font: normal normal 400 13px/20px gotham-medium-webfont,sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#epIssues .details:lang(tr){
  font: normal normal 400 13px/20px 'poppinsregular',sans-serif;  
}
#epIssues .issue {
  color: #0079C8;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {
  color: #0055b1;
}
#epIssues .name {
  font: normal normal 700 14px/20px gotham-medium-webfont,sans-serif;
}
#epIssues .name:lang(tr){
  font: normal normal 700 14px/20px 'poppinsregular',sans-serif;  
}
#epIssues .desc {
  padding: 1em 0 0 0;
}
#epIssues li {
  color: #646464;
  margin-left: 15px;
  padding-left: 10px;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
.nowrap {
  white-space: nowrap;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.tagline-nav {
  color: #830051;
  height: 47px;
  left: 170px;
  top: 431px;
  width: 250px;
  zoom: 1;
}
.tagline-nav h3 {
  background: url(arrow.png) no-repeat left center;
  behavior: url(/domain/media/shared/PIE.htc);
  color: #0079C8;
  cursor: pointer;
  font: 400 normal 16px/20px gotham-medium-webfont,sans-serif;
  float: left;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 20px;
  width: 400px;
  z-index: 100;
}
.tagline-nav h3:lang(tr){
  font: 400 normal 16px/20px 'poppinsregular',sans-serif; 
}
.tagline-nav h3.selected, .tagline-nav h3:hover,
.tagline-nav h3.selected, .tagline-nav h3:focus {
  background: url(arrowhover.png) no-repeat left center;
  color: #333333;
}
.resourceLink {
  background: url(resources.png) no-repeat left center;
  color: #0079C8;
  float: right;
  font-size: 16px;
  height: 65px;
  margin-right: 70px;
  padding: 28px 0 0 100px;
}
/* Carousel / Slider CSS */
.banner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden !important;
  color: #FFFFFF;
  display: block;
  min-width: 1040px;
  width: 100%;
  z-index: 100;
  direction:ltr;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  float: left;
  margin-bottom: 10px;
}
.banner li {
  list-style: none;
  height: 400px;
  z-index: 10;
}
.banner li p {
  font: normal normal 700 16px/1.5 gotham-light-webfont,sans-serif;
}
.banner li p:lang(tr){
  font: normal normal 700 16px/1.5 'Poppins',sans-serif; 
}
.banner li p:lang(pt){
  font: normal normal 700 12px/1.5 gotham-light-webfont,sans-serif;
}
.banner li span {
  float: right;
  padding-top: 30px;
}
.banner .buttonleft {
  background: url("buttonleft.png") no-repeat left top;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 2000;
}
.banner .buttonleft:hover,
.banner .buttonleft:focus {
  cursor: pointer;
}
.banner .buttonright {
  background: url("buttonright.png") no-repeat left top;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 2000;
}
.banner .buttonright:hover,
.banner .buttonright:focus {
  cursor: pointer;
}
.bannerContainer {
  margin: 50px auto;
  height: 300px;
  width: 1040px;  
  direction: ltr !important;
}
.bannerContainer h1 {
  color: #0079C8;
  font: normal normal 700 45px/2.1em gotham-light-webfont,sans-serif;
}
.bannerContainer h1:lang(tr){
  font: normal normal 700 45px/2.1em 'poppinslight',sans-serif; 
}
.bannerContainer h1:lang(pl){
  font: normal normal 700 42px/2.1em 'poppinslight',sans-serif; 
}
.bannerContainer div.text {
  float: right;
  width: 420px;
  margin: 0;
}
.bannerContainer div.main {
  padding-top: 0px;
}
.bannerContainer div.text h1 {
  color: #FFF;
  font-family: gotham-medium-webfont;
  line-height: 45px;
  margin-top: 10px;
}
.bannerContainer div.text h1:lang(tr){
  font-family: 'poppinsregular';  
}
.bannerContainer div.text h1:lang(pt){
  margin-top: -10px;  
}
.banner ul li.one {
  background: #008386;
}
.one div.bannerContainer {
  background: url(image1.jpg) no-repeat left top;
}
.banner ul li.two {
  background: #c6007e;
}
.two div.bannerContainer {
  background: url(image2.jpg) no-repeat left top;
}
.banner ul li.three {
  background: #007a3d;
}
.three div.bannerContainer {
  background: url(image3.jpg) no-repeat left top;
}
.banner ul li.four {
  background: #0079c8;
}
.four div.bannerContainer {
  background: url(image4.jpg) no-repeat left top;
}
.banner ul li.five {
  background: #a4219b;
}
.five div.bannerContainer {
  background: url(image5.jpg) no-repeat left top;
}
.dots {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  text-align: center;
}
.dots li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  text-indent: -999em;
  *text-indent: 0;
  *line-height: 0;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -o-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.dots li.active {
  background: #fff;
  opacity: 1;
}
.bannerTop {
  background: #0079C8;
  color: #FFF;
  position: relative;
  -webkit-box-shadow: 0 0 7px 7px #8b8b8b;
  box-shadow: 0 0 7px 7px #666666;
  height: 50px;
  z-index: 200;
}
.bannerTopContainer {
  font-weight: 700;
  margin: 0 auto;
  padding: 18px 0 0 25px;
  width: 1040px;
}
.bannerTop a {
  color: #FFFFFF;
  text-decoration: underline;
}
.bannerReport, .bannerQuestion {
  background: #DDDDDD;
  position: relative;
  overflow: hidden;
  display: block;
  height: 400px;
  min-width: 1040px;
  width: 100%;
  z-index: 100;
}
.bannerReport .bannerContainer, .bannerQuestion .bannerContainer {
  margin-top: 0px;
  overflow: visible;
}
.bannerReport .bannerContainer div.text, .bannerQuestion .bannerContainer div.text {
  float: left;
  width: 600px;
  display: inline-block;
}
.bannerReport .bannerContainer div.text h1, .bannerQuestion .bannerContainer div.text h1 {
  color: #0079C8;
  font-family: gotham-light-webfont;
}
.bannerReport .bannerContainer div.text h1:lang(tr), .bannerQuestion .bannerContainer div.text h1:lang(tr){
  font-family: poppinsregular;  
}
.bannerReport .bannerContainer div.text p, .bannerQuestion .bannerContainer div.text p {
  font-size: 16px;
  line-height: 22px;
  font-family: gotham-medium-webfont;
}
.bannerReport .bannerContainer div.text p:lang(tr), .bannerQuestion .bannerContainer div.text p:lang(tr){
  font-family: 'poppinsregular';  
}
.bannerReport div.img, .bannerQuestion div.img {
  display: inline-block;
  float: right;
  margin-top: -30px;
  z-index: 10;
}
.blue {
  color: #0079C8;
  font-weight: bold;
}
.col-4 {
  position: relative;
  float: left;
  height: 370px;
  display: block;
  color: black;
  text-decoration: none;
  width: 222.5px;
  margin-right: 50px;
  margin-top: 30px;
  padding: 0;
}
.col-4:lang(pt){
  position: relative;
  float: left;
  height: 320px;
  display: block;
  color: black;
  text-decoration: none;
  width: 222.5px;
  margin-right: 50px;
  margin-top: 30px;
  padding: 0;
}

.col-4:lang(tr){
  height: 320px;
}

.col-4:lang(pl){
  height: 400px;
}


.col-4 h3 {
  color: #646464;
  font: normal normal 400 14px/15px gotham-medium-webfont,sans-serif;
  position: absolute;
}
.col-4 h3:lang(tr){
  font: normal normal 400 14px/15px 'poppinsregular',sans-serif;  
}
.col-4 p {
  margin-top: 75px;
}
.last {
  margin-right: 0px;
}
.last:lang(pt) {
  margin-right: 0px;
}
.output em {
  font-size:0.83em;
  }
.output em::before{
  content:"\A";
  white-space:pre;
  }

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}