/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "DINPro-Light";
  src: url("fonts/DINPro-Light.eot");
  src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.ttf") format("truetype"), url("fonts/DINPro-Light.svg#DINPro-Light") format("svg");
}

@-webkit-keyframes btshadow {
  0% {
    -webkit-box-shadow: #1f8bcf 0 0 0px;
    -moz-box-shadow: #1f8bcf 0 0 0px;
    box-shadow: #1f8bcf 0 0 0px;
  }
  50% {
    -webkit-box-shadow: #1f8bcf 0 0 50px;
    -moz-box-shadow: #1f8bcf 0 0 50px;
    box-shadow: #1f8bcf 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #1f8bcf 0 0 0px;
    -moz-box-shadow: #1f8bcf 0 0 0px;
    box-shadow: #1f8bcf 0 0 0px;
  }
}

@keyframes btshadow {
  0% {
    -webkit-box-shadow: #1f8bcf 0 0 0px;
    -moz-box-shadow: #1f8bcf 0 0 0px;
    box-shadow: #1f8bcf 0 0 0px;
  }
  50% {
    -webkit-box-shadow: #1f8bcf 0 0 50px;
    -moz-box-shadow: #1f8bcf 0 0 50px;
    box-shadow: #1f8bcf 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #1f8bcf 0 0 0px;
    -moz-box-shadow: #1f8bcf 0 0 0px;
    box-shadow: #1f8bcf 0 0 0px;
  }
}

@-webkit-keyframes txtshadow2 {
  0% {
    -webkit-text-shadow: #000 0 0 10px;
    -moz-text-shadow: #000 0 0 10px;
    text-shadow: #000 0 0 10px;
    padding-top: 5px;
  }
  50% {
    -webkit-text-shadow: #ff9900 0 0 90px;
    -moz-text-shadow: #ff9900 0 0 90px;
    text-shadow: #ff9900 0 0 90px;
    color: #c00;
    padding-top: 6px;
  }
  100% {
    -webkit-text-shadow: #f00 0 0 40px;
    -moz-text-shadow: #f00 0 0 40px;
    text-shadow: #f00 0 0 40px;
    color: #f00;
    padding-top: 5px;
  }
}

@keyframes txtshadow2 {
  0% {
    -webkit-text-shadow: #000 0 0 10px;
    -moz-text-shadow: #000 0 0 10px;
    text-shadow: #000 0 0 10px;
    padding-top: 5px;
  }
  50% {
    -webkit-text-shadow: #ff9900 0 0 90px;
    -moz-text-shadow: #ff9900 0 0 90px;
    text-shadow: #ff9900 0 0 90px;
    color: #c00;
    padding-top: 6px;
  }
  100% {
    -webkit-text-shadow: #f00 0 0 40px;
    -moz-text-shadow: #f00 0 0 40px;
    text-shadow: #f00 0 0 40px;
    color: #f00;
    padding-top: 5px;
  }
}

@-webkit-keyframes bg {
  0% {
    background: none;
  }
  50% {
    background: red;
    color: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    color: #f00;
  }
}

@keyframes bg {
  0% {
    background: none;
  }
  50% {
    background: red;
    color: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    color: #f00;
  }
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#toolbar {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  background: #fff;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  font-family: "DINPro-Light";
  font-size: 16px;
  opacity: 0.5;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:last-child {
  background: #1f8bcf;
}

#toolbar li:last-child .svg {
  fill: #fff;
}

#toolbar li:hover {
  opacity: 1;
  right: 0;
  background: #1f8bcf;
}

#toolbar li:hover .svg {
  fill: #fff;
}

#iem {
  font-family: "DINPro-Light";
  font-size: 22px;
  color: #fff;
  padding-bottom: 5%;
  word-break: normal;
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/bg.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  /*kv*/
  /*nav menu*/
  /*info*/
  /*redeem*/
  /*wtb*/
  /*terms*/
}

#iem img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #iem {
    font-size: 20px;
  }
}

#iem a {
  text-decoration: none;
}

#iem sup {
  font-size: 50%;
  vertical-align: super;
}

#iem .show {
  display: block;
}

@media screen and (max-width: 960px) {
  #iem .show {
    display: none !important;
  }
}

#iem .noshow {
  display: none;
}

@media screen and (max-width: 960px) {
  #iem .noshow {
    display: block;
  }
}

#iem #kv {
  position: relative;
  display: table;
  width: 100%;
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/kvimg.jpg) top center no-repeat ;
  background-size: cover;
}

#iem #kv .intel {
  position: absolute;
  right: 3%;
  top: 5%;
  width: 15%;
  text-align: right;
}

#iem #kv .kv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#iem #kv .kv .kvtxt {
  width: 60%;
  margin: 0 auto;
  max-width: 1000px;
}

#iem #kv .kv .kvtxt img {
  vertical-align: bottom;
}

#iem #kv .kv .kvtxt img:last-child {
  padding-top: 2%;
}

@media screen and (max-width: 960px) {
  #iem #kv {
    display: none;
  }
}

#iem #kvm {
  display: none;
  width: 100%;
}

#iem #kvm img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #iem #kvm {
    display: block;
  }
}

#iem .navmenu {
  background: #1f8bcf;
  z-index: 1000;
}

#iem .navmenu ul {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#iem .navmenu ul li {
  display: table-cell;
  width: 25%;
  vertical-align: auto;
}

#iem .navmenu ul li {
  border: #1f8bcf 1px solid;
}

#iem .navmenu ul li.menuItem {
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
}

#iem .navmenu ul li.menuItem:hover {
  background: #fff;
  color: #1f8bcf;
}

#iem .navmenu ul li.menuItem:hover a {
  color: #1f8bcf;
}

#iem .navmenu ul li.active {
  background: #fff;
  color: #1f8bcf;
}

#iem .navmenu ul li.active a {
  color: #1f8bcf;
}

#iem .navmenu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#iem .navmenu ul li a img {
  width: 100%;
  max-width: 87px;
}

#iem .menuItem > a > .menu1 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav01.png) top center no-repeat;
}

#iem .menuItem:hover > a > .menu1,
#iem .active > a > .menu1 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav01.png) bottom center no-repeat;
}

#iem .menuItem > a > .menu2 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav02.png) top center no-repeat;
}

#iem .menuItem:hover > a > .menu2,
#iem .active > a > .menu2 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav02.png) bottom center no-repeat;
}

#iem .menuItem > a > .menu3 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav03.png) top center no-repeat;
}

#iem .menuItem:hover > a > .menu3,
#iem .active > a > .menu3 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav03.png) bottom center no-repeat;
}

#iem .menuItem > a > .menu4 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav04.png) top center no-repeat;
}

#iem .menuItem:hover > a > .menu4,
#iem .active > a > .menu4 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/topnav04.png) bottom center no-repeat;
}

#iem #info {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/s1-bg.jpg) top center no-repeat;
}

#iem #info a img {
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#iem #info a img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#iem #info .container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

#iem #info .txt {
  padding-bottom: 1%;
  text-align: center;
}

#iem #info .txt img {
  margin: auto;
}

#iem #info .txt p {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

#iem #info .txt p .small {
  font-size: 80%;
}

#iem #info .txt p .big {
  font-size: 130%;
}

#iem #info .txt p strong {
  color: #1f8bcf;
}

#iem #info .box1 {
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/s1-bgtop.jpg) top center no-repeat;
}

#iem #info .box1 .title {
  padding: 10% 0 2%;
}

@media screen and (max-width: 960px) {
  #iem #info .box1 .title {
    width: 100%;
    text-align: center !important;
    padding-bottom: 15px;
  }
  #iem #info .box1 .title img {
    width: 200px;
  }
}

#iem #info .box1 .pd {
  float: left;
  width: 50%;
  max-width: auto;
  padding-top: 4%;
}

@media screen and (max-width: 960px) {
  #iem #info .box1 .pd {
    float: none;
    width: 100%;
    max-width: auto;
  }
}

#iem #info .box1 .rewards {
  float: right;
  width: 45%;
  max-width: auto;
  background: url(https://asset.msi.com/event/spb/2018/Fly_to_IEM/images/s1-rewards.png) top center no-repeat;
  text-align: left;
}

#iem #info .box1 .rewards img {
  padding-right: 25px;
}

#iem #info .box1 .rewards p {
  padding-top: 3%;
  padding-bottom: 10%;
}

@media screen and (max-width: 960px) {
  #iem #info .box1 .rewards {
    float: none;
    width: 100%;
    max-width: auto;
    background: none;
    text-align: center !important;
  }
  #iem #info .box1 .rewards img {
    padding-bottom: 25px;
  }
  #iem #info .box1 .rewards a {
    display: block;
    width: 100%;
  }
  #iem #info .box1 .rewards p {
    padding: 30px 0 0;
    text-align: center;
  }
  #iem #info .box1 .rewards p img {
    margin: auto;
  }
}

@media screen and (max-width: 960px) {
  #iem #info .box1 {
    background: none;
  }
}

#iem #info .bt {
  padding: 5% 0;
}

#iem #info .bt a {
  border: rgba(31, 139, 207, 0.3) 3px solid;
  border-top: #1f8bcf 10px solid;
  background: rgba(31, 139, 207, 0.2);
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 250px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 0;
  color: #fff;
  font-weight: bolder;
  -webkit-animation: btshadow 1s infinite;
  animation: btshadow 1s infinite;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#iem #info .bt a:hover {
  background: #1f8bcf;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
  border: #1f8bcf 3px solid;
  border-top: #1f8bcf 10px solid;
}

#iem #info .box2 ul {
  padding-top: 1%;
  display: table;
  width: 100%;
  margin: 0 auto;
}

#iem #info .box2 ul li {
  display: table-cell;
  width: clac(100%/6);
  vertical-align: auto;
}

#iem #info .box2 ul li {
  position: relative;
  padding: 10px;
  font-family: "DINPro-Bold";
  font-size: 18px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#iem #info .box2 ul li a {
  color: #fff;
  -webkit-text-shadow: #000 0 0 20px;
  -moz-text-shadow: #000 0 0 20px;
  text-shadow: #000 0 0 20px;
}

#iem #info .box2 ul li i {
  position: absolute;
  padding-top: calc(50% - 20px);
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 150%;
  -webkit-text-shadow: #fff 0 0 50px;
  -moz-text-shadow: #fff 0 0 50px;
  text-shadow: #fff 0 0 50px;
  display: none;
}

#iem #info .box2 ul li img {
  position: relative;
}

#iem #info .box2 ul li:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: #1f8bcf 0 0 50px;
  -moz-box-shadow: #1f8bcf 0 0 50px;
  box-shadow: #1f8bcf 0 0 50px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#iem #info .box2 ul li:hover i {
  display: block;
}

@media screen and (max-width: 960px) {
  #iem #info .box2 ul li {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}

#iem #redeem {
  padding-top: 8%;
}

@media screen and (max-width: 960px) {
  #iem #redeem .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #iem #redeem .title img {
    width: 200px;
  }
}

#iem #redeem .steptb {
  padding-top: 7%;
  display: table;
  width: 100%;
  margin: 0 auto;
  font-family: "DINPro-Bold";
  line-height: 140%;
}

#iem #redeem .steptb .tr {
  display: table-row;
}

#iem #redeem .steptb .th {
  display: table-cell;
  width: 20%;
}

#iem #redeem .steptb .td {
  display: table-cell;
  width: calc(20% / 3);
}

#iem #redeem .steptb .icon {
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  border-radius: 140px;
  border: rgba(31, 139, 207, 0.3) 3px solid;
  border-top: #1f8bcf 10px solid;
  background: rgba(31, 139, 207, 0.2);
  -webkit-box-shadow: #1f8bcf 0 0 50px;
  -moz-box-shadow: #1f8bcf 0 0 50px;
  box-shadow: #1f8bcf 0 0 50px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#iem #redeem .steptb .icon img {
  vertical-align: middle;
  padding-top: 20px;
}

#iem #redeem .steptb .td {
  vertical-align: middle;
  padding-bottom: 4%;
}

#iem #redeem .steptb p {
  font-size: 80%;
  color: #fff;
  padding-top: 20px;
  line-height: 130%;
}

#iem #redeem .steptb p span {
  color: #1f8bcf;
}

#iem #redeem .steptb i {
  font-size: 180%;
  -webkit-text-shadow: #1f8bcf 0 0 50px;
  -moz-text-shadow: #1f8bcf 0 0 50px;
  text-shadow: #1f8bcf 0 0 50px;
}

#iem #redeem .steptb .rewards {
  border: rgba(31, 139, 207, 0.3) 3px solid;
  border-top: #1f8bcf 10px solid;
  background: rgba(31, 139, 207, 0.2);
  -webkit-box-shadow: #1f8bcf 0 0 50px;
  -moz-box-shadow: #1f8bcf 0 0 50px;
  box-shadow: #1f8bcf 0 0 50px;
  font-size: 90%;
  padding: 20px 10px;
  max-width: 90%;
  margin: auto;
}

#iem #redeem .steptb a:hover .icon {
  background: #1f8bcf;
}

@media screen and (max-width: 960px) {
  #iem #redeem .steptb .th, #iem #redeem .steptb .td {
    display: block;
    width: 100%;
  }
  #iem #redeem .steptb .td {
    padding-bottom: 0;
  }
  #iem #redeem .steptb .td i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#iem #wtb {
  padding-top: 8%;
}

@media screen and (max-width: 960px) {
  #iem #wtb .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #iem #wtb .title img {
    width: 200px;
  }
}

#iem #wtb .malltb {
  padding-top: 4%;
  display: table;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#iem #wtb .malltb .tr {
  dispaly: table-row;
}

#iem #wtb .malltb .td {
  display: table-cell;
  width: auto;
  padding: 10px;
}

#iem #wtb .malltb .td a {
  display: inline-block;
  color: #999;
  font-size: 16px;
  line-height: 28px;
}

#iem #wtb .malltb .td a img {
  padding-bottom: 5px;
}

#iem #wtb .malltb .td a strong {
  color: #fff;
  font-size: 20px;
}

#iem #wtb .malltb .td a:hover {
  color: #1f8bcf;
}

#iem #wtb .malltb .td a:hover strong {
  color: #1f8bcf;
}

@media screen and (max-width: 960px) {
  #iem #wtb .malltb {
    padding-top: 40px;
  }
  #iem #wtb .malltb .tr, #iem #wtb .malltb .td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#iem #terms {
  padding-top: 8%;
  text-align: left;
}

@media screen and (max-width: 960px) {
  #iem #terms .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #iem #terms .title img {
    width: 200px;
  }
}

#iem #terms .title {
  text-align: center;
  padding-bottom: 3%;
}

#iem #terms .itemnav li {
  float: left;
  width: auto;
  max-width: auto;
  cursor: pointer;
  margin-right: 5px;
  border: rgba(31, 139, 207, 0.3) 3px solid;
  border-top: #1f8bcf 3px solid;
  border-bottom: none;
  background: rgba(31, 139, 207, 0.2);
  padding: 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#iem #terms .itemnav li.active, #iem #terms .itemnav li:hover {
  background: #1f8bcf;
}

#iem #terms .itemnav:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

@media screen and (max-width: 960px) {
  #iem #terms .itemnav {
    display: none;
  }
}

#iem #terms .termbox {
  background: rgba(31, 139, 207, 0.2);
  border: #1f8bcf 1px solid;
  border-top: #1f8bcf 3px solid;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  #iem #terms .termbox {
    background: none;
    border: none;
  }
}

#iem #terms .termtb {
  padding: 3%;
  word-break: normal;
}

#iem #terms .termtb ul.dot {
  margin-left: 25px;
  padding-bottom: 20px;
}

#iem #terms .termtb ul.dot li {
  list-style: square;
  padding: 5px 0;
  word-break: break-all;
}

#iem #terms .termtb ul.dot li a {
  word-break: break-all;
}

#iem #terms .termtb ul.dot li ol {
  margin-left: 25px;
}

#iem #terms .termtb ul.dot li ol li {
  list-style: lower-latin;
}

#iem #terms .termtb ul.low {
  margin-left: 25px;
  padding-bottom: 20px;
}

#iem #terms .termtb ul.low li {
  list-style: lower-roman;
  padding: 5px 0;
  word-break: break-all;
}

#iem #terms .termtb ul.low li a {
  word-break: break-all;
}

#iem #terms .termtb ul.low li ol {
  margin-left: 25px;
}

#iem #terms .termtb ul.low li ol li {
  list-style: lower-latin;
}

#iem #terms .termtb .subtitle {
  color: #1f8bcf;
  font-family: "DINPro-Bold";
  font-size: 22px;
  padding: 20px;
  margin: 20px 0;
  background: rgba(31, 139, 207, 0.2);
  text-align: center;
}

#iem #terms .termtb .ultitle {
  color: #1f8bcf;
  font-family: "DINPro-Bold";
  font-size: 18px;
  padding: 10px 0 5px;
}

#iem #terms .termtb p {
  padding-bottom: 20px;
}

#iem #terms .termtb strong {
  font-family: "DINPro-Bold";
  border-bottom: #fff 1px dotted;
}

#iem #terms #terms2, #iem #terms #terms3, #iem #terms #terms4 {
  display: none;
}

#iem #terms .bttitle {
  background: rgba(31, 139, 207, 0.2);
  border: #1f8bcf 1px solid;
  padding: 10px 0;
  text-align: center;
  display: none;
}

#iem #terms .bttitle.active {
  background: #1f8bcf;
}

@media screen and (max-width: 960px) {
  #iem #terms .bttitle {
    display: block;
  }
}

#iem .ft {
  padding-top: 3%;
  color: #ccc;
  font-size: 18px;
  line-height: 28px;
}
