.banner {
  width: var(--width);
  height: var(--height);
  border: 1px solid var(--primary);
  background: white;
  overflow: hidden;
  box-sizing: border-box;
  font-family: var(--family);
}

.size {
  top: -1px;
  left: -1px;
  width: var(--width);
  height: var(--height);
}

.retina {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#btn-exit {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

#logo1 {
  background: url(../img/logo1.png);
  opacity: 0;
}

#Copy1 {
  background: url(../img/Copy1.png);
  opacity: 0;
}

#copy2 {
  background: url(../img/copy2.png);
  opacity: 0;
}

#lines {
  background: url(../img/lines.png);
  opacity: 0;
}

#logo2 {
  background: url(../img/logo2.png);
  opacity: 0;
}

#cta {
  background: url(../img/cta.png);
  opacity: 0;
}

#blank {
  background-color: #ffffff;
  opacity: 0;
}

#copybottom {
  background: url(../img/copybottom.png);
}

#topisi {
  background: url(../img/topisi.png);
}

#people {
  background: url(../img/people.png);
  opacity: 0;
}

#down {
  background-image: url(../img/down.jpg);
  width: 19px;
  height: 13px;
  left: 269px;
  top: 1px;
}

#up {
  background-image: url(../img/up.png);
  width: 7px;
  height: 7px;
  left: 275px;
  top: 65px;
}

#isi-container {
  top: 172px;
  width: var(--width);
  height: 77px;
  overflow: hidden;
  font-size:10px;
  line-height:12px;
  color: var(--primary);
  background-color: white;
  
}

#isi {
  width: calc(var(--width) - 15%);
  height: 77px;
  overflow-x: hidden;
  padding: 0 60px 0 10px;
  font-family: var(--family2);
}

::-webkit-scrollbar {
    display: none;
}

.scroller-container {
  top: 14px;
  right: 19px;
  width: 5px;
  height: 51px;
}

.knob-arrange {
  right: 2px;
    top: 0px;
    width: 1px;
    height: 51px;
    background: #7a7a7a;
    opacity: 1;
}

.knob {
  right: -1px;
  width: 7px;
  height: 15px;
    background: #ec455e;
    cursor: pointer;
    border-radius: 2px;
}


#isi h1{
	font-size:12px; 
	line-height:12px; 
    margin:5px 0 0 0;
	font-weight: bold;
	color: var(--primary);;
	
}

#isi h2{
	font-size:12px; 
	line-height:12px; 
    margin: 5px 0 5px 0;
	color: var(--primary);;
	
}
#isi h3{
	font-size:10px; 
	line-height:12px; 
    margin: 0 0 5px 0;
	color: var(--primary);;
	
}

#isi p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 15px;
}

#isi .bold {
  font-weight: bold;
}

#isi .underline {
  text-decoration: underline;
  text-decoration-style: solid;
}

#isi .link {
  color: #31aaa2;
  text-decoration: underline;
  text-decoration-style: solid;
  font-weight: bold;
  cursor: pointer;
}

#isi .sup {
  vertical-align: text-top;
  font-size: 6.5px;
  letter-spacing: 0.1px;
  margin-left: 1px;
}

#isi .p_indent {
    margin-left:1em;
    text-indent: -1em;
}

ul{ 
	position:relative; 
	margin:2px 0 5px 10px; 
	padding: 0;
	list-style: none; 
}

ul li{
	margin-bottom: 2px; 
	position: relative; 
}

ul li::before {
  content: "• ";
  position: absolute;
  left: -8px;
  font-weight: bold;
}

#isi .list {
    
    margin-left: -4px;
}

#isi .nobr {
  white-space: nowrap;
}

.boxed_warning {
  position: relative;
  padding: 10px;
  border: var(--primary) 1px solid;
}

#isi .legal{
	float: left;
	margin: 10px 0 10px 0;
  font-size: 10px;
  line-height: 10px;
	
}

#isi #isi_logo {
    width: 50px;
	height: 20px;
    float: right;
    margin: 8px 0 0 0;
	cursor: pointer;
}


.mb2 {
  margin-bottom: 2px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml90 {
  margin-left: 80px !important;
}

.firefox-mac {
    width: calc(var(--isi-width) - 7px) !important;
}

.ff-pc {
  width: calc(var(--isi-width) - 7px) !important;
}

.pc-all {
}

.ie-11 {}

.ie-edge {}

.chrome-mac {}

.safari {}

.chrome-pc {}

.iphoneIpad {}

.android {}
