* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:not(.get_list_style) > ol,
:not(.get_list_style) > ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
address,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: robotoregular, Arial, sans-serif;
  font-size: 17px;
  color: #222;
  overflow-x: hidden;
  min-width: 320px;
}
input,
select,
textarea {
  font-family: robotoregular, Arial, sans-serif;
}
a {
  color: #222;
  font-family: robotolight, Arial, sans-serif;
}
.submit:hover,
a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.thumb {
  display: block;
}
.thumb img {
  display: block;
  width: 100%;
}
p {
  line-height: 1.6em;
  font-size: 16px;
  font-family: robotoregular, Arial, sans-serif;
}
.hidden {
  display: none;
}
br.clear {
  clear: both;
  line-height: 0;
}
.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@font-face {
  font-family: robotolight_italic;
  src: url(../fonts/roboto-lightitalic-webfont.woff2) format("woff2"),
    url(../fonts/roboto-lightitalic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotobold;
  src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"),
    url(../fonts/roboto-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotobold_italic;
  src: url(../fonts/roboto-bolditalic-webfont.woff2) format("woff2"),
    url(../fonts/roboto-bolditalic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoitalic;
  src: url(../fonts/roboto-italic-webfont.woff2) format("woff2"),
    url(../fonts/roboto-italic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotolight;
  src: url(../fonts/roboto-light-webfont.woff2) format("woff2"),
    url(../fonts/roboto-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotomedium;
  src: url(../fonts/roboto-medium-webfont.woff2) format("woff2"),
    url(../fonts/roboto-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotomedium_italic;
  src: url(../fonts/roboto-mediumitalic-webfont.woff2) format("woff2"),
    url(../fonts/roboto-mediumitalic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoregular;
  src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"),
    url(../fonts/roboto-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.yellow_button.formset {
  height: max-content;
  align-self: center;
}
.yellow_button.formset.middle {
  height: max-content;
  align-self: flex-end;
}
.yellow_button {
  background-color: #eb9422;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
#header {
  background-color: #fff;
  position: sticky;
  padding: 25px 0;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 9px -7px rgba(66, 50, 66, 0.6);
  transition: all 0.5s;
}
#header header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header header h1 {
  display: block;
  padding: 0 40px;
}
#header header h1 a.thumb {
  display: block;
  width: 142px;
  height: 62px;
}
#header header h1 a.thumb img {
  width: 100%;
  height: 100%;
}
#header header div.nav {
  display: block;
}
#header header .nav-burger {
  display: none;
}
#header header div.nav nav {
  display: block;
}
#header header div.nav nav ul.menu {
  display: flex;
  align-items: center;
}
#header header div.nav nav ul.menu li {
  margin-right: 15px;
  position: relative;
}
#header header div.nav nav ul.menu li a:hover i {
  color: brown !important;
}
#header header div.nav nav ul.menu li a.down {
  margin-left: 10px;
}
#header.black-header {
  padding: 20px 0;
}
#header.black-header header div.nav nav ul.menu li:after {
  border-bottom: 2px solid #000;
}
#header.black-header
  header
  div.nav
  nav
  ul.menu
  li
  div.sub_menu
  ul.sub_menu
  li.active
  a,
#header.black-header header div.nav nav ul.menu li.active a.menu {
  color: #000;
}
#header.black-header header div.nav nav ul.menu li:hover a.yellow_button {
  color: #eb9422;
}
#header.black-header header div.nav nav ul.menu li:hover a.yellow_button:hover {
  color: #fff;
  background-color: #eb9422;
}
#header.black-header header div.nav nav ul.menu li a {
  transition: all 0.5s;
  color: #eb9422;
}
#header.black-header header div.nav nav ul.menu li.active a {
  color: #000;
}
#header.black-header header div.nav nav ul.menu li:hover a.menu {
  color: #000;
}
#header.black-header
  header
  div.nav
  nav
  ul.menu
  li
  div.sub_menu
  ul.sub_menu
  li
  a {
  color: #eb9422;
}
#header.black-header
  header
  div.nav
  nav
  ul.menu
  li
  div.sub_menu
  ul.sub_menu
  li:hover
  a {
  color: #000;
}
#header.black-header header div.nav nav ul.menu a.yellow_button {
  display: block;
  background-color: #fff;
  border: 1px solid #eb9422;
}
#header header div.nav nav ul.menu li:after {
  content: "";
  display: block;
  width: 0;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #eb9422;
  transition: all 1s;
}
#header header div.nav nav ul.menu li.active:after {
  width: 100%;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li.active:after {
  width: 0;
}
#header header div.nav nav ul.menu li.yellow_button a {
  display: block;
}
#header header div.nav nav ul.menu li:hover a.yellow_button:hover {
  color: #eb9422;
  background-color: #fff;
  border: 1px solid #eb9422;
}
#header header div.nav nav ul.menu li:last-child {
  margin-right: 0;
}
#header header div.nav nav ul.menu li a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
#header header div.nav nav ul.menu li.active a {
  color: #eb9422;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li.active a,
#header header div.nav nav ul.menu li.active a.menu {
  color: #eb9422;
}
#header header div.nav nav ul.menu li:hover a.yellow_button {
  color: #fff;
}
#header header div.nav nav ul.menu li:not(.button):hover:after {
  width: 100%;
}
#header header div.nav nav ul.menu li:hover a.menu {
  color: #eb9422;
}
#header header div.nav nav ul.menu li div.sub_menu div.triangle {
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: 25px;
  transform: rotate(45deg);
}
#header header div.nav nav ul.menu li div.sub_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  padding: 20px 0;
  border: 1px solid #d4d4d4;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu {
  width: max-content;
  text-align: right;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li {
  padding: 0 20px;
  margin-right: 0;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li a {
  display: inline;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li a {
  color: #000000;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li:hover a {
  color: #eb9422;
}
#header header div.nav nav ul.menu li div.sub_menu ul.sub_menu {
  background-color: unset;
}
#header header div.nav nav ul.menu li:hover div.sub_menu ul.sub_menu li:after {
  width: 0;
}
.nav-burger {
  display: none;
  position: relative;
  z-index: 16;
}
.nav-burger-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.nav-burger-item,
.nav-burger-item::after,
.nav-burger-item::before {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #000;
}
.close .nav-burger-item,
.close .nav-burger-item::after,
.close .nav-burger-item::before {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.nav-burger-item {
  position: relative;
  transition: all 0.1s ease;
}
.nav-burger-item::after,
.nav-burger-item::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
.nav-burger-item::after {
  top: 7px;
}
.client-name {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
}
.nav-burger-item::before {
  top: -7px;
}
.close .nav-burger-item::after,
.close .nav-burger-item::before {
  top: 0;
}
.close .nav-burger-item {
  background-color: transparent;
}
.close .nav-burger-item::after {
  transform: rotate(135deg);
}
.close .nav-burger-item::before {
  transform: rotate(-135deg);
}
#spotlight {
  padding: 100px 0 50px;
  background-image: url(../images/spotlight_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  text-align: center;
  background-attachment: fixed;
}
#spotlight h1 {
  font-size: 53px;
  margin-bottom: 80px;
  color: #fff;
}
#spotlight h1 span {
  color: #eb9422;
  font-size: inherit;
  font-weight: 700;
}
#spotlight p {
  font-size: 21px;
  color: #c3c3c3;
  margin-bottom: 80px;
}
#spotlight a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  fill: #fff;
  color: #fff;
  background-color: #eb9422;
  border-radius: 23px;
  box-shadow: 14px 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 40px;
}
a.yellow_button:hover {
  animation-name: button_scaling;
  animation-duration: 0.5s;
  animation-direction: alternate-reverse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes button_scaling {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#about {
  padding: 70px 0 0;
}
#about div.top {
  text-align: center;
}
#whats_new_sub div.bottom {
  overflow-x: scroll;

}

#whats_new_sub div.bottom::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#whats_new_sub div.bottom {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#whats_new_sub div.bottom table {
  border-collapse: collapse;
  margin-bottom: 40px;

}

#whats_new_sub div.bottom table caption h1 {
  font-weight: bold;
  padding-bottom: 30px;
  text-align: left;
}

#whats_new_sub div.bottom table tr {
  background-size: unset;
}

#whats_new_sub div.bottom table tr th,
#whats_new_sub div.bottom table td {
  text-align: center;
  border: 1px solid #646363;
  padding: 5px;
  vertical-align: center;
}

#whats_new_sub div.bottom table tr th.button,
#whats_new_sub div.bottom table td.button {
  text-align: center;
}
#whats_new_sub div.bottom div.card div.image iframe{
  width: 100%;
}
#about div.bottom.video-slide div.item iframe {
  margin-top: 20px;
}

.next-button-video {
  position: absolute;
  right: 46%;
  /* top: 50%; */
  bottom: -55px;

}

.prev-button-video {
  position: absolute;
  left: 46%;
  /* top: 50%; */
  bottom: -55px;

}
h1.title_black {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
#about div.bottom.video-slide div.item{
text-align: center;

}
#about div.bottom {
  margin-top: 40px;
  position: relative;
}
#about div.bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about div.bottom ul li:nth-child(n + 4) {
  margin-top: 40px;
}
#about div.bottom ul li {
  width: 31%;
  text-align: center;
}
#about div.bottom ul li span {
  display: inline-block;
  font-size: 50px;
  color: #3b3a3a;
  margin-bottom: 22px;
}
#about div.bottom ul li span.orange {
  color: #eb9422;
}
#about div.bottom ul li h3 {
  color: #555;
  margin-bottom: 15px;
  font-weight: 700;
}
#about div.bottom ul li h5 {
  color: #7a7a7a;
}
#about::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #555;
}
#coming_soon::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #555;
}
#coming_soon {
  padding: 70px 0;
}
#coming_soon div.top {
  display: block;
  margin-bottom: 50px;
}
#coming_soon div.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coming_soon div.bottom div.left {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#coming_soon div.bottom div.left div.card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 31%;
  margin: 14px;
}
#coming_soon div.bottom div.left div.card div.top {
  border: 1px solid #888;

}
#coming_soon div.bottom div.left div.card div.top img {
  width: 100%;
  height: 100%;
}
#coming_soon div.bottom div.left div.card div.bottom {
    display: block;
    position: relative;

}

#coming_soon div.bottom div.left div.card div.bottom ul.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}
#coming_soon div.bottom div.left div.card div.bottom ul.top li {
  width: 31%;
  text-align: center;
}
#coming_soon div.bottom div.left div.card div.bottom ul.top li span {
  display: inline-block;
  color: #555;
  font-size: 13px;
}
#coming_soon div.bottom div.left div.card div.bottom ul.top li h6 {
  color: #e09045;
  font-size: 13px;
}
#coming_soon div.bottom div.left div.card div.bottom ul.top li h5 {
  font-size: 13px;
  text-transform: uppercase;
}
#coming_soon div.bottom div.left div.card div.bottom ul.bottom {
  width: 100%;
}
#coming_soon div.bottom div.left div.card div.bottom ul.bottom li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  text-align: justify;
}
#coming_soon div.bottom div.left div.card div.bottom ul.bottom li h4 {
  font-weight: 600;
  width: 50%;
  color: #555;
}
#coming_soon div.bottom div.left div.card div.bottom ul.bottom li span {
  color: #eb9422;
  font-weight: 900;
  font-size: 15px;
}
#coming_soon div.bottom div.left div.card div.bottom ul.bottom li h3 {
  color: #333;
  width: 48%;
    padding-left: 10px;
    font-size: 13px;
}

#coming_soon div.bottom div.left div.card div.bottom span.days_left{
  font-size: 13px;
  color: rgb(5, 5, 5);
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
  display: flex;
  text-align: center;
  width: max-content;
  justify-content: space-evenly;
}
#coming_soon div.bottom div.left div.card div.bottom span.days_left i{
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
}
#coming_soon div.bottom div.right {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#coming_soon div.bottom div.right h2 {
  color: #7a7a7a;
  font-family: Arial, lato;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
}
#coming_soon_2::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #555;
}
#coming_soon_2 {
  padding: 70px 0;
}
#coming_soon_2 div.top {
  display: block;
  margin-bottom: 20px;
}
#coming_soon_2 div.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coming_soon_2 div.bottom div.left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
#coming_soon_2 div.bottom div.left div.card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 31%;
  margin: 14px;
}
#coming_soon_2 div.bottom div.left div.card div.top {
  border: 1px solid #888;

}
#coming_soon_2 div.bottom div.left div.card div.top img {
  width: 100%;
  height: 100%;
}
#coming_soon_2 div.bottom div.left div.card div.bottom {
  display: block;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #555;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.top li {
  width: 100%;
  text-align: center;
}

#coming_soon_2 div.bottom div.left div.card div.bottom ul.top li p {
  font-size: 13px;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom {
  width: 100%;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li h4 {
  font-weight: 600;
  width: 50%;
  color: #555;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li span {
  color: #eb9422;
  font-weight: 900;
  font-size: 15px;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li.founder h3 span{
  color: #555;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li.founder h3 span:last-child{
  display: none;
}
#coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li h3 {
  color: #333;
  width: 48%;
    padding-left: 10px;
    font-size: 13px;
}
#coming_soon_2 div.bottom div.left div.card div.buttons{
  margin-top: 30px;
  text-align: center;
}
#coming_soon_2 div.bottom div.left div.card div.buttons a{
  margin: 10px;
}

#coming_soon_2 div.bottom div.right {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#coming_soon_2 div.bottom div.right h2 {
  color: #7a7a7a;
  font-family: Arial, lato;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
}

/* successfull inverstments */
#success_offering {
  padding: 70px 0;
}
#success_offering div.top {
  display: block;
  margin-bottom: 50px;
}
#success_offering div.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#success_offering div.bottom div.left {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#success_offering div.bottom div.left div.card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 31%;
  margin: 14px;
}
#success_offering div.bottom div.left div.card div.top {
  border: 1px solid #888;

}
#success_offering div.bottom div.left div.card div.top img {
  width: 100%;
  height: 100%;
}
#success_offering div.bottom div.left div.card div.bottom {
    display: block;

}

#success_offering div.bottom div.left div.card div.bottom ul.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}
#success_offering div.bottom div.left div.card div.bottom ul.top li {
  width: 31%;
  text-align: center;
}
#success_offering div.bottom div.left div.card div.bottom ul.top li span {
  display: inline-block;
  color: #555;
  font-size: 13px;
}
#success_offering div.bottom div.left div.card div.bottom ul.top li h6 {
  color: #e09045;
  font-size: 13px;
}
#success_offering div.bottom div.left div.card div.bottom ul.top li h5 {
  font-size: 13px;
  text-transform: uppercase;
}
#success_offering div.bottom div.left div.card div.bottom ul.bottom {
  width: 100%;
}
#success_offering div.bottom div.left div.card div.bottom ul.bottom li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}
#success_offering div.bottom div.left div.card div.bottom ul.bottom li h4 {
  font-weight: 600;
  width: 50%;
  color: #555;
}
#success_offering div.bottom div.left div.card div.bottom ul.bottom li span {
  color: #eb9422;
  font-weight: 900;
  font-size: 15px;
}
#success_offering div.bottom div.left div.card div.bottom ul.bottom li h3 {
  color: #333;
  width: 48%;
    padding-left: 10px;
    font-size: 13px;
}

#success_offering div.bottom div.right {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#success_offering div.bottom div.right h2 {
  color: #7a7a7a;
  font-family: Arial, lato;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
}


/* end */
div.top span.border {
  width: 40%;
  display: block;
  overflow: hidden;
}
div.top span.border small {
  background-color: #eb9422;
  display: inline-block;
  margin-right: 3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
div.top span.border b {
  background-color: #eb9422;
  width: 30%;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
}
#my_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.7);
}
#my_loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 41%;
  top: 50%;

  display: block;
}
#about_investor {
  padding: 70px 0;
}
#about_investor section.card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
#about_investor section.card section.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about_investor section.card section.container div.left {
  text-align: left;
  width: 48%;
}
#about_investor section.card section.container div.left div.top {
  margin-bottom: 30px;
}
#about_investor section.card section.container div.left div.top h1.title_black {
  font-size: 30px;
  text-align: left;
}
#about_investor section.card section.container div.left div.bottom {
  text-align: left;
}
#about_investor section.card section.container div.left div.bottom p {
  font-size: 17px;
  color: #54595f;
}
#about_investor section.card section.container div.left div.bottom p a {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
#about_investor section.card section.container div.right {
  width: 48%;
}
#about_investor section.card section.container div.right div.image {
  width: 75%;
  overflow: hidden;
}
#about_investor section.card section.container div.right div.image img {
  width: 100%;
}
#about_investor section.card section.container.bottom {
  margin-top: 50px;
}
#about_investor section.card section.container.bottom div.left {
  width: 40%;
}
#about_investor section.card section.container.bottom div.left div.top {
  padding-left: 40px;
}
#about_investor section.card section.container.bottom div.left div.top h1 {
  color: #3b3a3a;
  text-align: left;
  font-size: 28px;
}
#about_investor section.card section.container.bottom div.right {
  width: 58%;
}
#about_investor section.card section.container.bottom div.right ul {
  width: 100%;
}
#about_investor section.card section.container.bottom div.right ul li {
  margin-bottom: 15px;
  border: 1px solid #eb9422;
  overflow: hidden;
  border-radius: 30px;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li.active
  div.top {
  border-bottom: 1px solid #eb9422;
}
#about_investor section.card section.container.bottom div.right ul li div.top {
  padding: 20px;
  display: flex;
  align-items: center;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.top
  i.fa {
  color: #54595f;
  margin-right: 30px;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.top
  h2 {
  color: #222;
  font-size: 17px;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li.active
  div.top
  h2,
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li.active
  div.top
  i.fa {
  color: #eb9422;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.bottom {
  padding: 20px 50px;
  display: none;
}
#about_investor
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.bottom
  p {
  color: #3b3a3a;
  font-size: 15px;
}
#about_investor section.card section.last {
  margin-top: 50px;
  text-align: center;
}
#about_investor section.card section.last a.yellow_button {
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
}
#about_issuer {
  padding: 70px 0;
}
#about_issuer section.card {
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 40px 0;
}
#about_issuer section.card section.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
#about_issuer section.card section.container div.left {
  text-align: left;
  width: 48%;
}
#about_issuer section.card section.container div.left div.top {
  margin-bottom: 30px;
}
#about_issuer section.card section.container div.left div.top h1.title_black {
  font-size: 30px;
  text-align: left;
}
#about_issuer section.card section.container div.left div.bottom {
  text-align: left;
}
#about_issuer section.card section.container div.left div.bottom p {
  font-size: 17px;
  color: #54595f;
}
#about_issuer section.card section.container div.left div.bottom p a {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
ul.list_style.common {
  margin: 50px 0 0 30px;
}
ul.list_style.common li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #54595f;
}
input[name="_continue"] {
  display: none !important;
}
ul.list_style.common span {
  display: inline-block;
  padding: 4px;
  background-color: #eb9422;
  margin-right: 20px;
}
ul.list_style.common span i {
  color: #fff;
  width: 15px;
  height: 13px;
  text-align: center;
  font-size: 13px;
}
#about_issuer section.card section.container div.right {
  width: 48%;
}
#about_issuer section.card section.container div.right div.image {
  width: 75%;
  overflow: hidden;
}
#about_issuer section.card section.container div.right div.image img {
  width: 100%;
}
#about_issuer section.card section.container.bottom {
  margin-top: 50px;
}
#about_issuer section.card section.container.bottom div.left {
  width: 40%;
}
#about_issuer section.card section.container.bottom div.left div.top {
  padding-left: 40px;
}
#about_issuer section.card section.container.bottom div.left div.top h1 {
  color: #3b3a3a;
  text-align: left;
  font-size: 20px;
}
#about_issuer section.card section.container.bottom div.right {
  width: 58%;
}
#about_issuer section.card section.container.bottom div.right ul {
  width: 100%;
}
#about_issuer section.card section.container.bottom div.right ul li {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 30px;
}
#about_issuer section.card section.container.bottom div.right ul li div.top {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about_issuer
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.top
  i.fa {
  color: #54595f;
  margin-left: 30px;
}
#about_issuer section.card section.container.bottom div.right ul li div.top h2 {
  color: #222;
  font-size: 19px;
}
#about_issuer
  section.card
  section.container.bottom
  div.right
  ul
  li.active
  div.top
  h2,
#about_issuer
  section.card
  section.container.bottom
  div.right
  ul
  li.active
  div.top
  i.fa {
  color: #eb9422;
}
#about_issuer section.card section.container.bottom div.right ul li div.bottom {
  padding: 20px 50px;
  display: none;
}
#about_issuer
  section.card
  section.container.bottom
  div.right
  ul
  li
  div.bottom
  p {
  color: #54595f;
  font-size: 15px;
}
#about_issuer section.card section.last {
  margin-top: 50px;
  text-align: center;
}
#about_issuer section.card section.last a.yellow_button {
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
}
section.middle.common {
  padding: 30px 20px;
}
section.middle.common:nth-child(2n) {
  background-color: #f6f6f6;
}
section.middle.common h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 30px;
}
section.middle.common h4 {
  font-size: 15px;
  font-weight: 800;
  color: #eb9422;
  margin-bottom: 20px;
}
section.middle.common ol,
section.middle.common p {
  font-size: 15px;
  color: #7a7a7a;
}
section.middle.common p a {
  margin: 0 5px;
  font-weight: 600;
  color: #000;
}
section.middle.common ol {
  margin-left: 55px;
  list-style: decimal;
}
#about_expert {
  padding: 70px 0;
}
#about_expert section.card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
#about_expert section.card section.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about_expert section.card section.container div.left {
  text-align: left;
  width: 48%;
}
#about_expert section.card section.container div.left div.top {
  margin-bottom: 30px;
}
#about_expert section.card section.container div.left div.top h1.title_black {
  font-size: 30px;
  text-align: left;
}
#about_expert section.card section.container div.left div.bottom {
  text-align: left;
}
#about_expert section.card section.container div.left div.bottom p {
  font-size: 15px;
  color: #54595f;
}
#about_expert section.card section.container div.left div.bottom p a {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
#about_expert section.card section.container a.yellow_button {
  margin-top: 50px;
  margin-left: 5%;
  padding: 15px 30px;
  border-radius: 10px;
  text-transform: uppercase;
}
#about_expert section.card section.container a.yellow_button.mobile {
  display: none;
}
#about_expert section.card section.container div.right {
  width: 48%;
}
#about_expert section.card section.container div.right div.image {
  width: 75%;
  overflow: hidden;
}
#about_expert section.card section.container div.right div.image img {
  width: 100%;
}
#faq_expert {
  padding: 80px 0;
}
#faq_expert div.top {
  text-align: center;
}
#faq_expert div.top span:hover {
  background-color: #eb9422;
}
#faq_expert div.top span {
  padding: 10px;
  background-color: #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#faq_expert div.top i.fa {
  font-size: 35px;
  color: #fff;
}
#faq_expert div.top h1 {
  margin: 30px 0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
#faq_expert div.top h4 {
  font-size: 15px;
  color: #bfbfbf;
  text-transform: uppercase;
}
#faq_expert div.bottom {
  margin-top: 50px;
  padding: 0 20%;
}
#faq_expert div.bottom>h2 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
#faq_expert div.bottom ul {
  width: 100%;
}
/* #faq_expert div.bottom .get_list_style ul {
  padding-left: 40px;
} */
#faq_expert div.bottom ul li.item {
  border-color: rgba(191, 191, 191, 0);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#faq_expert div.bottom ul li.item p.li-count {
  width: 5%;
  text-align: center;
}
#faq_expert div.bottom ul li div.tops {
  display: flex;
  width: 94%;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
#faq_expert div.bottom ul li.active div.tops h2 {
  color: #eb9422;
}
#faq_expert div.bottom ul li.active div.tops:hover h2 {
  border-bottom: 1px solid #eb9422;
}
#faq_expert div.bottom ul li div.tops:hover h2 {
  border-bottom: 1px solid #000;
}
#faq_expert div.bottom ul li div.tops h2 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
#faq_expert div.bottom ul li.active div.tops i.fa {
  color: #eb9422;
}
#faq_expert div.bottom ul li div.tops i.fa {
  margin-left: 10px;
}
#faq_expert div.bottom ul li div.bottoms {
  padding: 20px;
  display: none;
  padding-right: 60px;

}
#faq_expert div.bottom ul li div.bottoms p {
  font-size: 16px;
  color: #888;
}
#faq_expert div.bottom ul li div.bottoms p a {
  font-size: 15px;
  color: #000;
  margin: 0 5px;
}
#faq_issuer {
  padding: 80px 0;
}
#faq_issuer div.top {
  text-align: center;
}
#faq_issuer div.top span:hover {
  background-color: #eb9422;
}
#faq_issuer div.top span {
  padding: 10px;
  background-color: #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#faq_issuer div.top i.fa {
  font-size: 35px;
  color: #fff;
}
#faq_issuer div.top h1 {
  margin: 30px 0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
#faq_issuer div.top h4 {
  font-size: 16px;
  color: #bfbfbf;
  text-transform: uppercase;
}
#faq_issuer div.bottom {
  margin-top: 50px;
}
#faq_issuer div.bottom ul.item {
  width: 100%;
}
#faq_issuer div.bottom ul.item li {
  border-bottom: 1px solid rgba(191, 191, 191, 0.6);
}
#faq_issuer div.bottom ul.item li div.tops {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
#faq_issuer div.bottom ul.item li.active div.tops h2 {
  color: #eb9422;
}
#faq_issuer div.bottom ul.item li.active div.tops:hover h2 {
  border-bottom: 1px solid #eb9422;
}
#faq_issuer div.bottom ul.item li div.tops:hover h2 {
  border-bottom: 1px solid #000;
}
#faq_issuer div.bottom ul.item li div.tops h2 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
#faq_issuer div.bottom ul.item li.active div.tops i.fa {
  color: #eb9422;
}
#faq_issuer div.bottom ul.item li div.tops i.fa {
  margin-left: 10px;
}
#faq_issuer div.bottom ul.item li div.bottoms {
  padding: 20px;
  display: none;
}
#faq_issuer div.bottom ul.item li div.bottoms p {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
}
#faq_issuer div.bottom ul.item li div.bottoms p a {
  font-size: 16px;
  color: #000;
  margin: 0 5px;
}
#faq_issuer div.bottom ul.item li div.bottoms ul.list {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}
#faq_issuer div.bottom ul.item li div.bottoms li {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
  border-bottom: 0;
}
#classification {
  padding: 80px 0;
}
#classification div.top {
  text-align: left;
}

#classification div.top h1 {
  margin: 30px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #eb9422;
}
#classification div.bottom h3 {
  margin: 30px 0;
  font-size: 18px;
  color: #eb9422;
  text-transform: uppercase;
  font-weight: bold;
}
#classification div.top p {
  font-size: 15px;
  color: #7a7a7a;
}
#classification div.bottom {
  margin-top: 50px;
}
#classification div.bottom ul.item {
  width: 100%;
  margin-left: 30px;
}
#classification div.bottom ul.item li {
  border-bottom: 0px solid rgba(191, 191, 191, 0.6);
}
#classification div.bottom ul.item li div.tops {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
#classification div.bottom ul.item li.active div.tops h2 {
  color: #eb9422;
}
#classification div.bottom ul.item li.active div.tops:hover h2 {
  border-bottom: 1px solid #eb9422;
}
#classification div.bottom ul.item li div.tops:hover h2 {
  border-bottom: 1px solid #000;
}
#classification div.bottom ul.item li div.tops h2 {
  font-weight: 600;
  font-size: 15px;
}
#classification div.bottom ul.item li.active div.tops i.fa {
  color: #eb9422;
}
#classification div.bottom ul.item li div.tops i.fa {
  margin-left: 10px;
}
#classification div.bottom ul.item li div.bottoms {
  padding: 20px;
  display: none;
}
#classification div.bottom ul.item li div.bottoms p {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
}
#classification div.bottom ul.item li div.bottoms p a {
  font-size: 16px;
  color: #000;
  margin: 0 5px;
}
#classification div.bottom ul.item li div.bottoms ul.list {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}
#classification div.bottom ul.item li div.bottoms li {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
  border-bottom: 0;
}
#faq {
  padding: 70px 0;
}
#faq div.top {
  margin-bottom: 50px;
}
#faq div.top h1.title_black {
  background-color: unset;
}
#faq div.top h2 {
  color: #54595f;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
#faq div.top h4 {
  color: #54595f;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
#faq div.bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#faq div.bottom div.card {
  width: 31%;
  text-align: center;
}
#faq div.bottom div.card div.image {
  display: block;
  position: relative;
  overflow: hidden;
}
#faq div.bottom div.card div.image img {
  height: 100%;
  width: 100%;
}
#faq div.bottom div.card div.image:hover div.layer {
  top: 0;
}
#faq div.bottom div.card div.image div.layer {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transition: all 1s;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#faq div.bottom div.card div.image div.layer h3 {
  color: #fff;
  margin-bottom: 20px;
}
#faq div.bottom div.card div.image div.layer p {
  color: #fff;
  font-size: 15px;
}
#faq div.bottom div.card a.yellow_button {
  padding: 7px 20px;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
}
#profile {
  padding: 70px 0;
}
#profile div.top {
  margin-bottom: 40px;
}
#profile div.top h1.title_black {
  text-align: left;
}
#profile div.bottom {
  display: flex;
  flex-wrap: wrap;
}
#profile div.bottom div.card {
  width: 30%;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: stretch;
}
#profile div.bottom div.card:nth-child(3n-1) {
  margin: 25px 5%;
}
#profile div.bottom div.card div.image {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 30px;
}
#profile div.bottom div.card div.image img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
#profile div.bottom div.card div.image img:hover {
  transform: scale(1.1);
}
#profile div.bottom div.card div.about {
  width: 100%;
  text-align: center;
}
#profile div.bottom div.card div.about h1 {
  font-size: 20px;
  font-weight: 600;
}
#profile div.bottom div.card div.about:hover h1 {
  color: #eb9422;
}
#profile div.bottom div.card div.about h3 {
  margin: 20px 0;
  font-size: 15px;
}
#profile div.bottom div.card div.about:hover h3 {
  color: #eb9422;
}
#profile div.bottom div.card div.about a {
  display: block;
}
#profile div.bottom div.card div.about a i.fa {
  color: #7a7a7a;
  border-radius: 50px;
  font-size: 25px;
}
#profile div.bottom div.card div.about a i.fa:hover {
  color: #0077b5;
}
#profile div.bottom div.card div.about a.yellow_button {
  padding: 10px 20px;
  margin-top: 20px;
  color: #f6f6f6;
  font-weight: bold;
  display: inline-block;
}
a.yellow_button i.fa {
  font-size: 13px !important;
  margin-right: 20px;
}
#small_content {
  padding: 70px 0;
}
#small_content div.top {
  text-align: left;
  margin-bottom: 40px;
}
#small_content div.top h1 {
  text-align: left;
}
#small_content div.bottom {
  display: block;
}
#small_content div.bottom p {
  font-size: 17px;
  color: #555;
}
#page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#my_modal {
  display: none;
  position: absolute;
  left: calc((100% - 60%) / 2);
  width: 60%;
  /* box-shadow: 1px -1px 10px -3px; */
  z-index: 20;
}
#my_modal .modal_wrapper {
  display: flex;
  justify-content: space-between;
  animation: animatezoom 0.6s;
}
#my_modal section.close_modal {
  margin-left: 20px;
}
#my_modal section.close_modal div.modal {
  background-color: unset;
}
#my_modal section.close_modal a {
  color: #dce4ea;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb9422;
  opacity: 0.8;
}
#my_modal section.close_modal i {
  font-size: 25px;
  color: #000;
}
#my_modal section.modal {
  padding: 4%;
  background-color: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
#my_modal section.modal div.title {
  text-align: center;
  margin-bottom: 3%;
}
#my_modal section.modal section.container {
  display: block;
}
#my_modal section.modal section.container div.card {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
#my_modal section.modal section.container div.card div.top {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 20px;
}
#my_modal section.modal section.container div.card div.top div.image {
  overflow: hidden;
  max-height: 500px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my_modal section.modal section.container div.card div.top h3 {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  color: #eb9422;
  font-size: 18px;
  font-weight: 600;
}
#my_modal section.modal section.container div.card div.top h4 {
  font-size: 16px;
}
#my_modal section.modal section.container div.card div.top div.image.round {
  overflow: hidden;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 1px -1px 10px -3px;
}
#my_modal section.modal section.container div.card div.top div.image img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#my_modal section.modal section.container div.card div.bottom {
  text-align: left;
  padding: 20px;
  width: 55%;
}
#my_modal section.modal section.container div.card div.bottom h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
#my_modal section.modal section.container div.card div.bottom p {
  font-size: 16px;
  margin-bottom: 20px;
}
@keyframes animatezoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#chat {
  padding: 70px 0;
}
#chat div.top {
  text-align: center;
}
#chat div.top h1.title_black {
  background-color: unset;
}
#chat div.top h1.title_black span {
  color: #eb9422;
  font-weight: 600;
}
#chat div.top p {
  color: #777;
  font-size: 15px;
  margin: 20px 0 2px;
  padding: 0 20%;
}
#chat div.top span.border {
  margin: 0 auto 40px;
}
#chat div.top h6 {
  color: #777;
  font-size: 17px;
}
#whats_new {
  padding: 70px 0;
}
#whats_new div.top {
  margin-bottom: 30px;
}
#whats_new div.top h1.title_black {
  font-size: 30px;
}
#whats_new div.top span.border {
  margin: 0 auto;
  text-align: center;
}
#whats_new div.top span.border {
  background-color: unset;
}
#whats_new div.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  align-items: stretch;
}
#whats_new div.bottom div.card {
  width: 47%;
  text-align: center;
  margin: 20px 0;
}
#whats_new div.bottom div.card h1 {
  padding: 15px 10px;
  background-color: #e09045;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}
#whats_new div.bottom div.card p {
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
  color: #777;
  margin-bottom: 20px;
}
#whats_new_sub {
  padding: 70px 0;
}
#whats_new_sub div.top {
  margin-bottom: 30px;
}
#whats_new_sub div.top h1.title_black {
  font-size: 30px;
}
#whats_new_sub div.top span.border {
  margin: 0 auto;
  text-align: center;
}
#whats_new_sub div.top span.border {
  background-color: unset;
}
#whats_new_sub div.bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  align-items: stretch;
  justify-content: space-between;
}
#whats_new_sub div.bottom div.card:nth-child(3n-1) {
  margin-left: calc((100% - (3 * 31%)) / 2);
  margin-right: calc((100% - (3 * 31%)) / 2);
}
#whats_new_sub div.bottom div.card {
  width: 31%;
  text-align: left;
  padding: 18px 18px 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}
#whats_new_sub div.bottom div.card div.image {
  margin: 0 auto;
  transition: all 1s;
}
#whats_new_sub div.bottom div.card:hover div.image {
  transform: rotate(2deg) scale(1.05);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  opacity: 0.8;
}
#whats_new_sub div.bottom div.card div.image img {
  width: 100%;
  height: 100%;
}
#whats_new_sub div.bottom div.card h3 {
  margin: 30px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#whats_new_sub div.bottom div.card a.yellow_button {
  padding: 10px 20px;
  background-color: #e09045;
}
#glossary {
  padding: 70px 0;
}
#glossary div.top {
  margin-bottom: 40px;
}
#glossary div.top h1.title_black {
  text-align: left;
}
#glossary div.bottom {
  text-align: left;
}
#glossary div.bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#glossary div.bottom ul li {
  width: 48%;
  margin-bottom: 20px;
}
#glossary div.bottom ul li h3 {
  font-size: 18px;
  border-bottom: 2px solid #777;
  width: max-content;
  margin-bottom: 10px;
}
#glossary div.bottom ul li p {
  color: #555;
  font-size: 15px;
}
#learn_more {
  position: relative;
}
#learn_more section.top {
  padding: 100px 0;
  background-color: #888;
}
#learn_more section.top {
  position: sticky;
  top: 25px;
}
#learn_more section.top div.content {
  position: sticky;
  top: 0;
  text-align: center;
}
#learn_more section.top div.content h4 {
  color: #bfbfbf;
  font-size: 15px;
  margin-bottom: 20px;
}
#learn_more section.top div.content h4 span {
  display: inline-block;
}
#learn_more section.top div.content h4 span i.fa {
  padding: 0 5px;
}
#learn_more section.top div.content h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
#learn_more section.bottom {
  position: relative;
  top: -20px;
}
#learn_more section.bottom div.card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
  background-color: #fff;
}
#learn_more section.bottom div.card div.content::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  transition: all 1s;
}
#learn_more section.bottom div.card div.content h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#learn_more section.bottom div.card div.content h4 span.line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #eb9422;
  margin-right: 10px;
}
#learn_more section.bottom div.card div.content h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
#learn_more section.bottom div.card div.content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}
/* #learn_more section.bottom div.card div.content p a {
    font-weight: 600;
    color: #000;
} */
#learn_more section.bottom div.card div.content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#learn_more section.bottom div.card div.reference {
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#learn_more section.bottom div.card div.reference a {
  font-size: 14px;
  color: #0077b5;
  white-space: pre-line;
}
#learn_more section.bottom div.card div.reference p {
  color: #555;
  font-size: 14px;
  text-overflow: ellipsis;
}
#comment_box {
  padding: 70px 0;
}
#comment_box {
  background-color: unset;
}
#comment_box h3 {
  flex: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#comment_box h5 {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 30px;
}
#comment_box form {
  background-color: unset;
}
#comment_box form textarea {
  background-color: #f6f6f6;
  display: block;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}
#comment_box form input:focus,
#comment_box form textarea:focus {
  border: 1px solid #bfbfbf;
}
#comment_box form div.middle input {
  background-color: #f6f6f6;
  font-size: 15px;
  display: block;
  padding: 7px 5px;
  width: 100%;
}
#comment_box form div.middle {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 15px;
}
#comment_box form div.middle p {
  width: 31%;
}
#comment_box form div.middle p label,
#comment_box form label {
  font-size: 13px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
#comment_box form label span {
  display: inline-block;
  color: #000;
}
#comment_box form p {
  display: block;
}
#comment_box form p input[type="checkbox"] {
  margin-right: 10px;
}
#comment_box form p label {
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 0;
}
#comment_box form input[type="submit"] {
  background-color: #222;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 10px;
  color: #f6f6f6;
}
#comment_box form input[type="submit"]:hover {
  background-color: #eb9422;
}
#tab_window {
  padding: 70px 0;
}
#tab_window div.top {
  margin-bottom: 50px;
}
#tab_window div.top h1.title_black {
  text-align: left;
  color: #54595f;
}
#tab_window div.top span.border {
  background-color: unset;
}
#tab_window div.top span.border small {
  background-color: unset;
}
#tab_window div.top p {
  margin-top: 40px;
  color: #888;
  font-weight: 600;
  line-height: 1.7em;
  font-size: 16px;
}
#tab_window div.bottom {
  display: flex;
  align-items: stretch;
}
#tab_window div.bottom div.menu {
  width: 30%;
}
#tab_window div.bottom div.menu div.tab_head {
  padding: 15px;
}
#tab_window div.bottom div.menu div.tab_head.active {
  border-right: 0;
  border: 1px solid #d4d4d4;
  border-right-color: #fff;
  border-right-width: 1px;
  margin-right: -1px;
  position: relative;
}
#tab_window div.bottom div.menu div.tab_head h3 {
  background-color: unset;
}
#tab_window div.bottom div.tab_head:hover:not(.active) h3 {
  border-bottom: 1px solid #7a7a7a;
}
#tab_window div.bottom div.tab_head.active h3 {
  color: #eb9422;
}
#tab_window div.bottom div.tab_head h3 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: #555;
}
#tab_window div.bottom div.sub_menu {
  width: 70%;
}
#tab_window div.bottom div.sub_menu div.tab_content {
  padding: 33px 20px;
  height: 100%;
  font-size: 15px;
  color: #777;
}
#tab_window div.bottom div.sub_menu div.tab_content:not(.active) {
  display: none;
}
#tab_window div.bottom div.sub_menu div.tab_content.active {
  border: 1px solid #d4d4d4;
}
#tab_window div.bottom div.sub_menu div.tab_content div.tab_head {
  display: none;
}
#tab_window div.bottom div.sub_menu div.tab_content p {
  font-size: 15px;
  margin-bottom: 15px;
}
#tab_window div.bottom div.sub_menu div.tab_content ul {
  margin-bottom: 15px;
}
#tab_window div.bottom div.sub_menu div.tab_content ol:not(.main) {
  list-style: decimal;
  margin-bottom: 15px;
  margin-left: 30px;
}
#tab_window div.bottom div.sub_menu div.tab_content ol.main {
  margin-left: 10px;
}
#tab_window div.bottom div.sub_menu div.tab_content li {
  margin-bottom: 20px;
}
#tab_window div.bottom div.sub_menu div.tab_content h2 {
  font-size: 15px;
  margin-bottom: 15px;
}
#tab_window div.bottom div.sub_menu div.tab_content h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
#risk {
  padding: 70px 0;
}
#risk div.top {
  margin-bottom: 50px;
  text-align: center;
}
#risk div.top h1.title_black {
  color: #45494e;
}
#risk div.top span.border {
  margin: 0 auto 40px;
}
#risk div.bottom {
  color: #909090;
}
#risk div.bottom h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #54595f;
}
#risk div.bottom p {
  margin-bottom: 15px;
  color: #909090;
  margin-left: 40px;
  font-size: 15px;
}
#complaints {
  padding: 70px 0;
}
#complaints div.top {
  margin-bottom: 30px;
}
#complaints div.top h1.title_black {
  text-align: left;
}
#complaints div.top span.border {
  text-align: left;
}
#complaints div.bottom {
  background-color: unset;
}
#complaints div.bottom p {
  font-size: 15px;
  color: #54595f;
  margin-bottom: 15px;
}
#complaints div.bottom ul {
  margin-left: 30px;
  margin-bottom: 15px;
  list-style: disc;
}
#complaints div.bottom ol li,
#complaints div.bottom ul li {
  font-size: 15px;
  color: #54595f;
  margin-bottom: 20px;
}
#complaints div.bottom ol {
  margin-left: 30px;
  margin-bottom: 15px;
  list-style: decimal;
}
#complaints div.bottom h3 {
  font-weight: 600;
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}
#contact {
  padding: 70px 0;
}
#contact section.container {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
}
#contact section.container div.left {
  width: 50%;
  background-color: #efefef;
  padding: 70px;
}
#contact section.container div.left h1 {
  font-size: 70px;
  color: #eb9422;
  font-family: "Alegreya SC", lato;
  margin-bottom: 30px;
  font-weight: 900;
}
#contact section.container div.left h2.mt-3 {
  margin-top: 30px;
}
#contact section.container div.left h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
#contact section.container div.left h3 {
  font-size: 18px;
  color: #909090;
  margin-bottom: 20px;
}
#contact section.container div.left form {
  background-color: unset;
}
#contact section.container div.left h4 {
  font-size: 15px;
  color: #54595f;
  margin-bottom: 15px;
}
#contact section.container div.left form.sign-up div.input {
  justify-content: space-between;
}
#contact section.container div.left form div.input {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#contact section.container div.left form.sign-up div.input p {
  width: 30%;
}
#contact section.container div.left form div.input p {
  width: 35%;
  margin-bottom: 20px;
}
#contact section.container div.left form div.input p:first-child {
  margin-right: 5%;
}
#contact section.container div.left form.sign-up div.input p:first-child {
  margin-right: 0;
}
#contact section.container div.left form div.input p:last-child {
  width: 100%;
  margin-top: 30px;
}
#contact section.container div.left form textarea {
  border: 1px solid #999;
  width: 100%;
}
#contact section.container div.left form.sign-up div.input p.checkbox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
#contact section.container div.left form.sign-up div.input p.checkbox.item {
  justify-content: space-between;
}
#contact section.container div.left form.sign-up div.input p.checkbox.item b {
  width: 60%;
}
#contact
  section.container
  div.left
  form.sign-up
  div.input
  p.checkbox.item
  input[type="checkbox"] {
  width: 10% !important;
}
#contact section.container div.left form.sign-up div.input p.checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
}
#contact
  section.container
  div.left
  form.sign-up
  div.input
  p.checkbox:not(.item)
  input {
  margin-left: 30px;
}
#contact section.container div.left form label.heading {
  width: 100%;
}
#contact section.container div.left form label.checkbox {
  display: block;
  width: 30%;
}
#contact section.container div.left form label {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
}
#contact section.container div.left form div.input p label span {
  color: #f70202;
}
#contact section.container div.left form div.input p input,
#contact section.container div.left form div.input p select,
#contact section.container div.left form textarea {
  display: block;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}
#contact
  section.container
  div.left
  form.sign-up
  div.input
  p:not(.checkbox)
  input,
#contact section.container div.left form.sign-up div.input p select,
#contact section.container div.left form.sign-up textarea {
  width: 100%;
}
#contact section.container div.left form input[type="submit"] {
  margin-top: 30px;
  background-color: #777;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
#contact section.container div.left form input[type="submit"]:hover {
  background-color: #e09045;
}
#contact section.container div.right {
  background-color: unset;
}
#contact section.container div.left form div.table div.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
#contact section.container div.left form div.table div.row p {
  /* width: 45%; */
}
#contact section.container div.left form div.table p input,
#contact section.container div.left form div.table p select,
#contact section.container div.left form div.table textarea {
  display: block;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  width: 100%;
}
#go_top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  display: none;
  animation: animatezoom 0.6s;
  z-index: 9999;
}
#go_top span {
  background-color: #555;
  opacity: 0.5;
  padding: 10px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 1s;
}
#go_top span:hover {
  transform: scale(1.1);
  background-color: #e09045;
  opacity: 0.9;
}
#go_top span:hover i.fa {
  margin-bottom: 5px;
}
#go_top span i.fa {
  color: #fff;
}
#pre_sign_up {
  padding: 70px 0;
}
#pre_sign_up div.top {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pre_sign_up div.top span i.fa-user {
  display: none;
}
#pre_sign_up div.top span:hover i.fa-user-o {
  display: none;
}
#pre_sign_up div.top span i.fa-user-o {
  display: block;
}
#pre_sign_up div.top span:hover i.fa-user {
  display: block;
}
#pre_sign_up div.top span:hover i {
  color: #fff;
  transform: scale(1.1);
}
#pre_sign_up div.top span {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b3a3a;
  border-radius: 50%;
  transition: all 1s;
}
#pre_sign_up div.top span i {
  color: #e09045;
  font-size: 30px;
  transition: all 1s;
}
#pre_sign_up div.top h3 {
  font-size: 20px;
  color: #777;
  margin-top: 30px;
  width: 100%;
}
#pre_sign_up div.bottom {
  display: flex;
  justify-content: center;
}
#pre_sign_up div.bottom form {
  width: 35%;
}
#pre_sign_up div.bottom form p a{
  color: #0050b3;
    text-decoration: underline;
}
#pre_sign_up div.bottom form p {
  display: block;
  margin-bottom: 25px;
}
#pre_sign_up div.bottom form p label {
  font-size: 15px;
  margin-bottom: 10px;
}
#pre_sign_up div.bottom form p input,
#pre_sign_up div.bottom form p select {
  background-color: #fff;
  padding: 7px;
  display: block;
  width: 100%;
  border: 1px solid #bfbfbf;
}
#comments {
  padding: 70px 0;
  color: rgb(168, 168, 168);
}
#comments ul {
  background-color: unset;
}
#comments ul li:nth-child(2n) {
  background-color: #e9e9e9;
}
#comments ul li {
  margin-bottom: 30px;
  border: 1px solid rgb(73, 73, 73);
  border-radius: 10px 0;
  padding: 30px;
}
#comments ul li h3 {
  color: #000000;
  display: inline-block;
  font-size: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
}
#comments ul li p {
  color: #54595f;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 30px;
}
#disclosure {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 20px;
  color: #222;
  background-color: #f6f6f6;
  font-size: 15px;
}
#disclosure h3 {
  color: #eb9422;
  text-align: left;
  margin-bottom: 20px;
}
#disclosure a {
  margin-top: 20px;
  text-align: center;
  padding: 2% 5%;
  font-size: 15px;
  font-weight: 600;
}
footer {
  display: block;
}
footer section.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer div.top {
  padding: 70px 0;
  background-color: #000;
}
footer div.top div.item {
  width: 48%;
  text-align: center;
}
footer div.top div.item {
  width: 24%;
  text-align: center;
}
footer div.top div.item div.head {
  margin-bottom: 20px;
}
footer div.top div.item div.head h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
footer div.top div.item div.content {
  display: block;
}
footer div.top div.item div.content ul {
  width: 100%;
}
footer div.top div.item div.content ul li {
  margin-bottom: 10px;
}
footer div.top div.item div.content ul li a {
  color: #777;
  font-size: 15px;
}
footer div.top div.item div.content ul li a:hover {
  border-bottom: 1px solid #999;
  color: #999;
}
footer div.bottom {
  padding: 30px;
  display: block;
  background-color: rgba(17, 17, 17);
}
footer div.bottom p {
  color: #989898;
  font-size: 15px;
  text-align: center;
}
footer div.bottom a {
  color: #777;
  font-size: 15px;
}
.black-button {
  margin-top: 30px;
  background-color: #777;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
@media all and (max-width: 1280px) {
  #disclosure {
    width: 80%;
  }
  #header header div.nav {
    display: none;
  }
  #header header .nav-burger {
    display: block;
  }
  #header header div.nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 15;
    overflow-y: scroll;
  }
  #header header div.nav nav ul.menu li a {
    color: #fff;
    padding-bottom: 15px;
  }
  #header header div.nav nav ul.menu {
    display: block;
    text-align: center;
  }
  #header header div.nav nav ul.menu li {
    margin: 15px 0 0;
    border-bottom: 1px solid #5f5959;
  }
  #header header div.nav nav ul.menu li.active:after {
    width: 20%;
  }
  #header header div.nav nav ul.menu li:not(.button):hover:after {
    width: 20%;
  }
  #header header div.nav nav ul.menu li div.sub_menu {
    position: relative;
    background-color: unset;
    top: 0;
  }
  #header header div.nav nav ul.menu li div.sub_menu div.triangle {
    display: none;
  }
  #header header div.nav nav ul.menu li div.sub_menu ul.sub_menu {
    width: 100%;
    text-align: center;
  }
  #header header div.nav nav ul.menu li div.sub_menu ul.sub_menu li a,
  #header.black-header
    header
    div.nav
    nav
    ul.menu
    li
    div.sub_menu
    ul.sub_menu
    li.active
    a,
  #header.black-header header div.nav nav ul.menu li.active a.menu {
    color: #fff;
  }
  #header.black-header header div.nav nav ul.menu li:after {
    border-bottom: 1px solid #fff;
  }
  #header.black-header header div.nav nav ul.menu li:hover a.menu {
    color: #fff;
  }
  #header.black-header header div.nav nav ul.menu a.yellow_button {
    display: inline-block;
    background-color: unset;
    border: none;
  }
  #header header div.nav nav ul.menu a.yellow_button {
    display: inline-block;
    background-color: unset;
    border: none;
  }
  #header.black-header header div.nav nav ul.menu li.bar {
    display: none;
  }
  #header header div.nav nav ul.menu li.bar {
    display: none;
  }
  #header header div.nav nav ul.menu li:after {
    content: none;
  }
  #contact section.container div.left,
  #pre_sign_up div.bottom form {
    width: 70%;
  }
  footer div.bottom p {
    font-size: 13px;
  }
  #about_investor section.card section.container div.right div.image {
    width: 100%;
  }
  #about_investor
    section.card
    section.container.bottom
    div.right
    ul
    li
    div.top {
    text-align: center;
  }
}
@media all and (max-width: 980px) {
  #learn_more section.top div.content h1,
  #spotlight h1 {
    font-size: 40px;
  }
  #spotlight a,
  #spotlight p {
    font-size: 15px;
  }
  #faq_issuer div.top h1,
  h1.title_black {
    font-size: 25px;
  }
  #classification div.top h1,
  h1.title_black {
    font-size: 25px;
  }
  #coming_soon div.bottom div.left div.card {
    width: 100%;
  }
  #success_offering div.bottom div.left div.card {
    width: 100%;
  }
  #coming_soon_2 div.bottom div.left div.card {
    width: 100%;
  }
  #about_investor section.card section.container.bottom div.left,
  #glossary div.bottom ul li {
    width: 100%;
  }
  #about_investor section.card section.container.bottom div.right {
    width: 100%;
  }
  #whats_new div.bottom div.card h1,
  #whats_new div.top h1.title_black {
    font-size: 20px;
  }
  #whats_new div.bottom div.card h1 {
    padding: 2%;
  }
  #about_issuer section.card section.container div.left {
    width: 100%;
  }
  #about_issuer section.card section.container div.right {
    width: 100%;
    margin-top: 30px;
  }
  #about_issuer section.card section.container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #about_issuer section.card section.container.bottom div.left {
    width: 100%;
  }
  #about_issuer section.card section.container.bottom div.right {
    width: 100%;
  }
  #about_issuer section.card section.container.bottom div.left div.top {
    margin-bottom: 0;
  }
  #about_issuer section.card section.last {
    margin-top: 20px;
  }
  #about_issuer section.card section.container.bottom div.right ul li div.top,
  #about_issuer section.card section.last a.yellow_button {
    padding: 10px;
  }
  #my_modal {
    left: calc((100% - 96%) / 2);
    width: 96%;
  }
}
@media all and (max-width: 880px) {
  .prev-button-video{
    left: 40%;
  }
  .next-button-video {
    right: 40%;
  }
  #disclosure {
    width: 98%;
    padding: 10px;
  }
  #header {
    padding: 10px 0;
  }
  #whats_new_sub div.bottom div.card {
    width: 47%;
  }
  #whats_new_sub div.bottom div.card:nth-child(3n-1) {

    margin-left: 0;
    margin-right: 0;
  }
  #contact section.container div.left form div.input p input {
    width: 100% !important;
  }
  #contact section.container div.left form div.input p {
    margin: 0 0 4% !important;
    width: 100% !important;
  }
  #faq_expert div.bottom {
    padding: 0;
  }
  #faq_expert div.bottom ul li div.tops {
    padding: 4%;
  }
  #about_investor section.card section.container div.left,
  #about_investor section.card section.container div.right div.image {
    width: 100%;
  }
  #about_investor section.card section.container div.right {
    width: 100%;
    margin-top: 30px;
  }
  #whats_new div.bottom {
    justify-content: center;
  }
  #whats_new div.bottom div.card {
    width: 70%;
  }
  #whats_new div.bottom div.card:nth-child(2n) {
    margin: 5% 0;
  }
}
@media all and (max-width: 768px) {
  #about div.bottom ul li {
    width: 47%;
  }
  #about div.bottom ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
  #spotlight h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }
  #spotlight p {
    margin-bottom: 40px;
  }
  #about_expert section.card section.container div.right {
    width: 100%;
  }
  #about_expert section.card section.container div.left {
    width: 100%;
    margin-bottom: 40px;
  }
  footer div.top div.item {
    width: 48%;
    text-align: center;
  }
  #about_expert section.card section.container a.yellow_button.mobile {
    display: inline-block;
  }
  #about_expert section.card section.container a.yellow_button.web {
    display: none;
  }
  #faq_expert div.top h1,
  #learn_more section.bottom div.card div.content h2 {
    font-size: 20px;
  }
  #contact section.container div.left {
    padding: 30px;
  }
  #contact section.container div.left h1 {
    font-size: 40px;
  }
  #contact section.container div.left h2,
  #contact section.container div.left h3 {
    font-size: 15px;
  }
  #about_expert section.card section.container div.right div.image {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  #learn_more section.top,
  #spotlight {
    padding: 40px 0;
  }
  #about,
  #about_expert,
  #about_investor,
  #about_issuer,
  #chat,
  #coming_soon,
  #coming_soon_2,
  #comment_box,
  #comments,
  #complaints,
  #contact,
  #faq,
  #faq_expert,
  #glossary,
  #learn_more section.bottom div.card,
  #pre_sign_up,
  #profile,
  #risk,
  #small_content,
  #tab_window,
  #whats_new,
  #whats_new_sub,
  footer div.top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #learn_more section.top div.content h1,
  #spotlight h1 {
    font-size: 30px;
  }
  #coming_soon div.bottom div.left {
    width: 100%;
  }
  #coming_soon div.bottom div.left div.card {
    width: 100%;
  }
  #coming_soon div.bottom div.right {
    width: 100%;
    margin-top: 50px;
  }
  #success_offering div.bottom div.left {
    width: 100%;
  }
  #success_offering div.bottom div.left div.card {
    width: 100%;
  }
  #success_offering div.bottom div.right {
    width: 100%;
    margin-top: 50px;
  }
  #coming_soon_2 div.bottom div.left {
    width: 100%;
  }
  #coming_soon_2 div.bottom div.left div.card {
    width: 100%;
  }
  #coming_soon_2 div.bottom div.right {
    width: 100%;
    margin-top: 50px;
  }
  #faq div.bottom,
  #profile div.bottom {
    justify-content: center;
  }
  #faq div.bottom div.card,
  #profile div.bottom div.card {
    width: 70%;
  }
  #faq div.bottom div.card:nth-child(3n-1),
  #profile div.bottom div.card:nth-child(3n-1) {
    margin: 8% 0;
    padding: 8% 0;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
  }
  #profile div.top h1.title_black {
    text-align: center;
  }
  #learn_more section.bottom div.card {
    padding-right: 20px;
    padding-left: 20px;
  }
  #whats_new_sub div.bottom div.card {
    width: 100%;
  }
  #contact section.container div.left {
    width: 100%;
  }
  #tab_window div.top h1.title_black {
    font-size: 20px;
  }
  #tab_window div.top p {
    font-size: 15px;
  }
  #tab_window div.bottom div.menu {
    display: none;
  }
  #tab_window div.bottom,
  #tab_window div.bottom div.sub_menu div.tab_content div.tab_head,
  #tab_window div.bottom div.sub_menu div.tab_content:not(.active) {
    display: block !important;
  }
  #about_issuer section.card section.container div.right div.image,
  #tab_window div.bottom div.sub_menu {
    width: 100%;
  }
  #tab_window div.bottom div.sub_menu div.tab_content:not(.active) > * {
    display: none;
  }
  #tab_window div.bottom div.sub_menu div.tab_content {
    padding: 10px;
  }
  #tab_window div.bottom div.sub_menu div.tab_content {
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
  }
  #about_issuer section.card section.container.top {
    margin-bottom: 30px;
  }
  #contact section.container div.left form div.table div.row p:not(.checkbox) {
    width: 100%;
  }
  .yellow_button.formset.middle {
    margin-top: 20px;
  }

}
@media all and (max-width: 560px) {
  #contact section.container div.left form label.checkbox {
    width: 100%;
  }

  #about,
  #about_expert,
  #about_investor,
  #about_issuer,
  #chat,
  #coming_soon,
  #success_offering,
  #coming_soon_2,
  #comment_box,
  #comments,
  #complaints,
  #contact,
  #faq,
  #faq_expert,
  #glossary,
  #learn_more section.bottom div.card,
  #pre_sign_up,
  #profile,
  #risk,
  #small_content,
  #tab_window,
  #whats_new,
  #whats_new_sub,
  footer div.top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #coming_soon div.bottom div.left div.card {
    width: 100%;
  }
  #coming_soon div.bottom div.left div.card {
    width: 100%;
  }
  #about_investor
    section.card
    section.container
    div.left
    div.top
    h1.title_black,
  #about_issuer section.card section.container div.left div.top h1.title_black,
  #spotlight h1 {
    font-size: 25px;
  }
  #about_expert section.card section.container a.yellow_button,
  #comment_box form input[type="submit"],
  #contact section.container div.left form input[type="submit"],
  #faq div.bottom div.card a.yellow_button,
  #profile div.bottom div.card div.about a.yellow_button,
  #spotlight a,
  #whats_new_sub div.bottom div.card a.yellow_button {
    padding: 5px 10px;
  }
  #about_investor section.card section.container.bottom div.right ul li div.top,
  #about_investor section.card section.last a.yellow_button {
    padding: 10px;
  }
  #about div.bottom ul li {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
  }
  #about div.bottom ul li:nth-child(n + 2),
  #about_expert section.card section.container a.yellow_button,
  #about_investor section.card section.last {
    margin-top: 15px;
  }
  #about::after {
    content: none;
  }
  footer div.top div.item {
    width: 100%;
  }
  footer div.top div.item:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #979797;
  }
  footer div.top div.item div.head h3 {
    text-decoration: underline;
  }
  footer div.bottom {
    padding: 30px 0;
  }
  #about_investor section.card {
    padding: 20px;
  }
  #about_expert section.card section.container div.left div.top h1.title_black,
  #about_issuer section.card section.container.bottom div.left div.top h1 {
    font-size: 20px;
  }
  #about_expert section.card section.container div.left div.bottom p,
  #chat div.top p,
  #learn_more section.bottom div.card div.content p,
  #small_content div.bottom p {
    font-size: 13px;
  }
  #about_investor
    section.card
    section.container.bottom
    div.right
    ul
    li
    div.top
    h2,
  #about_issuer
    section.card
    section.container.bottom
    div.right
    ul
    li
    div.top
    h2,
  section.middle.common h3,
  #chat div.top h6,
  #glossary div.bottom ul li h3 {
    font-size: 15px;
  }
  section.middle.common h3 {
    font-size: 14px;
  }
  #chat div.top p {
    padding: 0 10%;
  }
  #comment_box form div.middle p {
    width: 100%;
  }
  #faq_expert div.bottom ul li div.tops h2,
  #classification div.bottom ul.item li div.tops:hover h2,
  #faq_issuer div.bottom ul.item li div.tops:hover h2 {
    font-size: 13px;
  }
  #about_issuer
    section.card
    section.container.bottom
    div.right
    ul
    li
    div.bottom {
    padding: 10px 25px;
  }
  #about_expert section.card {
    padding: 20px;
  }
  #about_issuer section.card section.container.bottom {
    margin-top: 30px;
  }
  #risk div.bottom p {
    margin-left: 20px;
  }
  #my_modal section.modal section.container div.card div.top {
    width: 100%;
    margin-bottom: 30px;
  }
  #my_modal section.modal section.container div.card {
    flex-wrap: wrap;
  }
  #my_modal section.modal section.container div.card div.bottom {
    width: 100%;
  }
  #my_modal section.close_modal {
    margin-left: 10px;
  }
  #my_modal section.close_modal div.modal {
    background-color: unset;
  }
  #my_modal section.close_modal a {
    color: #dce4ea;
    width: 30px;
    height: 30px;
  }
  a,
  label,
  li,
  p {
    font-size: 13px !important;
  }
}
@media all and (max-width: 480px) {
  #about_investor
    section.card
    section.container
    div.left
    div.top
    h1.title_black,
  #spotlight h1 {
    font-size: 17px;
  }
  #spotlight a,
  #spotlight p {
    font-size: 13px;
  }
  #risk div.top h1.title_black,
  #whats_new_sub div.top h1.title_black,
  h1.title_black {
    font-size: 22px;
  }
  #about div.bottom {
    margin-top: 25px;
  }
  #coming_soon div.top,
  #success_offering div.top,
  #contact section.container div.left h1 {
    margin-bottom: 25px;
  }
  #success_offering div.bottom div.left div.card div.bottom ul.bottom li h3,
  #success_offering div.bottom div.left div.card div.bottom ul.bottom li h4,
  #coming_soon div.bottom div.left div.card div.bottom ul.bottom li h3,
  #coming_soon div.bottom div.left div.card div.bottom ul.bottom li h4 {
    font-size: 13px;
    font-weight: 400;
  }
  #coming_soon div.bottom div.left div.card div.bottom ul.top li h5,
  footer div.top div.item div.content ul li a {
    font-size: 13px;
  }
  #coming_soon_2 div.top,

  #coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li h3,
  #coming_soon_2 div.bottom div.left div.card div.bottom ul.bottom li h4 {
    font-size: 13px;
    font-weight: 400;
  }
  #coming_soon_2 div.bottom div.left div.card div.bottom ul.top li h5,
  footer div.top div.item div.content ul li a {
    font-size: 13px;
  }

  #success_offering div.bottom div.left div.card div.bottom ul.top li h5,
  footer div.top div.item div.content ul li a {
    font-size: 13px;
  }

  #risk div.bottom h3 {
    font-size: 15px;
  }
  #learn_more section.top div.content h1 {
    font-size: 20px;
  }
  #contact section.container div.left form div.input,
  #contact section.container div.left h2 {
    margin-bottom: 20px;
  }
  #faq div.bottom div.card,
  #pre_sign_up div.bottom form,
  #profile div.bottom div.card {
    width: 100%;
  }
  #about_investor
    section.card
    section.container
    div.left
    div.top
    h1.title_black {
    font-size: 20px;
  }
}
@media all and (max-width: 360px) {
  #about,
  #about_expert,
  #about_investor,
  #about_issuer,
  #chat,
  #coming_soon,
  #success_offering,
  #coming_soon_2,
  #comment_box,
  #comments,
  #complaints,
  #contact,
  #faq,
  #faq_expert,
  #glossary,
  #learn_more section.bottom div.card,
  #pre_sign_up,
  #profile,
  #risk,
  #small_content,
  #tab_window,
  #whats_new,
  #whats_new_sub,
  footer div.top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h1.title_black {
    font-size: 20px;
  }
}
@media all and (max-width: 320px) {
  h1.title_black {
    font-size: 18px;
  }
}
