@charset "UTF-8";
/*-------------- BASE STYLES --------------*/
html {
  box-sizing: border-box;
  margin: auto;
}

body {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0px;
}

section, header, footer, main {
  width: 100%;
}

h1 {
  font-family: montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.33px;
  color: #181818;
}
@media (max-width: 1023px) {
  h1 {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.16px;
    color: #181818;
  }
}

h2 {
  font-family: montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
}
@media (max-width: 1023px) {
  h2 {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #181818;
  }
}

h3 {
  font-family: montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #181818;
}
@media (max-width: 1023px) {
  h3 {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #181818;
  }
}

h4 {
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #181818;
}
@media (max-width: 1023px) {
  h4 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #181818;
  }
}

h5 {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
@media (max-width: 1023px) {
  h5 {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #181818;
  }
}

input[type=text], input[type=email], input[type=submit], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  width: 80%;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  box-sizing: border-box;
}

input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0;
}

p, li, ul {
  margin-top: 0px;
}

p {
  font-family: ff-more-web-pro, serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #5b6073;
}
@media (max-width: 1023px) {
  p {
    font-family: ff-more-web-pro, serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b6073;
  }
}

li {
  font-family: ff-more-web-pro, serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #5b6073;
}
@media (max-width: 1023px) {
  li {
    font-family: ff-more-web-pro, serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b6073;
  }
}

td, th {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #181818;
  border: solid 1px #5b6073;
  padding: 5px;
}
@media (max-width: 1023px) {
  td, th {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 0.26px;
    color: #181818;
  }
}

td div, th div {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #181818;
}
@media (max-width: 1023px) {
  td div, th div {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 0.26px;
    color: #181818;
  }
}

th, th div {
  font-weight: bold;
  text-align: left;
}

table {
  border: solid 1px #5b6073;
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*-------------- UTILITY --------------*/
.container {
  max-width: 82vw;
  margin: 0px 0px 0px auto;
  /*overflow: hidden;*/
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}

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

.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.third {
  width: 33.33%;
}

.half {
  width: 50%;
}

#width-check {
  position: relative;
  z-index: 0;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

div.overflow {
  width: 100%;
  overflow-x: auto;
}
div.overflow.show + div.scroll-arrow {
  position: relative;
  height: 30px;
  width: 100%;
}
div.overflow.show + div.scroll-arrow::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  font-weight: 900;
}

.vertical {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
  left: -100px;
  position: absolute;
}
.vertical.bottom {
  transform-origin: bottom left;
  transform: rotate(-90deg);
  bottom: 120px;
  padding-left: 47px;
}
.vertical.bottom::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 0px;
  left: 36px;
  top: 10px;
  background-color: #181818;
}
.vertical.bottom.show::before {
  left: 0px;
  width: 36px;
  transition: all 0.5s ease-in-out;
}
.vertical.bottom.hide::before {
  left: 0px;
  width: 0px;
}
.vertical.top {
  transform-origin: top left;
  bottom: 100%;
  padding-left: 47px;
  transform: rotate(-90deg) translateX(calc(-100% - 18px));
}
.vertical.top::after {
  content: "";
  height: 1px;
  position: absolute;
  width: 0px;
  left: 36px;
  top: 10px;
  background-color: #181818;
}
.vertical.top.show::after {
  left: 0px;
  width: 36px;
  transition: all 0.5s ease-in-out;
}
.vertical.top.hide::after {
  left: 0px;
  width: 0px;
}

.animated-border {
  padding-left: 20px;
  position: relative;
}

.animated-border::before {
  content: "";
  background-color: #ffbc59;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 0px;
  transition: all 0.5s ease-in-out;
}

.animated-border.show::before {
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  white-space: nowrap !important;
}

.download-icon::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 13px;
  min-width: 13px;
  height: 18px;
  -webkit-mask-image: url(../../../../_resources/icons/download.svg);
  mask-image: url(../../../../_resources/icons/download.svg);
  margin-right: 10px;
}

.envelope-icon::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 20px;
  min-width: 20px;
  height: 13px;
  -webkit-mask-image: url(../../../../_resources/icons/envelope.svg);
  mask-image: url(../../../../_resources/icons/envelope.svg);
  margin-right: 10px;
}

.arrow::after {
  transition: all 0.25s ease-in-out;
  content: "";
  display: inline-block;
  background-color: #7d8192;
  -webkit-mask-image: url(../../../../_resources/icons/arrow.svg);
  mask-image: url(../../../../_resources/icons/arrow.svg);
  margin-left: 0px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .arrow::after {
    width: 25px;
    min-width: 25px;
    height: 18px;
  }
}
@media (max-width: 1919px) {
  .arrow::after {
    width: 18px;
    min-width: 18px;
    height: 13px;
  }
}

.arrow:hover::after {
  margin-left: 5px;
}

.block-heading {
  background-color: #f2f2f2;
  color: #181818;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font-family: montserrat, sans-serif;
}

/* ANIMATE CSS DELAY CLASSES */
.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animated.delay-2500ms {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

/* BUTTONS */
.social-link-style {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.social-link-style:hover {
  color: #ffffff;
}

.button-style-1 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #181818;
  min-width: 220px;
  height: 56px;
  background-color: #ffffff;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .button-style-1 {
    min-width: 188px;
    height: 44px;
  }
}
.button-style-1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-1::after {
  width: 18px;
  min-width: 18px;
  height: 13px;
  transition: all 0.25s ease-in-out;
  content: "";
  display: inline-block;
  background-color: #ffbc59;
  transition: all 0.25s ease-in-out;
  -webkit-mask-image: url(../../../../_resources/icons/arrow.svg);
  mask-image: url(../../../../_resources/icons/arrow.svg);
  margin-left: 23px;
  cursor: pointer;
}
.button-style-1:hover {
  padding-left: 5px;
}
.button-style-1:hover::before {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
}
.button-style-1:hover::after {
  margin-left: 28px;
}

.button {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffbc59;
  min-width: 196px;
  height: 56px;
  background-color: #181818;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media (max-width: 1023px) {
  .button {
    min-width: 138px;
    height: 44px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button:hover {
  color: #ffffff;
}
.button:hover::before {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
  background-color: #ffffff;
}

.button-style-2 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffbc59;
  min-width: 196px;
  height: 56px;
  background-color: #181818;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media (max-width: 1023px) {
  .button-style-2 {
    min-width: 138px;
    height: 44px;
  }
}
.button-style-2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-2:hover {
  color: #ffffff;
}
.button-style-2:hover::before {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
  background-color: #ffffff;
}

.button-style-3 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffbc59;
  min-width: 233px;
  height: 56px;
  background-color: #181818;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .button-style-3 {
    min-width: 212px;
    height: 44px;
  }
}
.button-style-3.sign-up::before {
  content: "";
  display: inline;
  background-color: #ffbc59;
  width: 20px;
  min-width: 20px;
  height: 13px;
  -webkit-mask-image: url(../../../../_resources/icons/envelope.svg);
  transition: all 0.25s ease-in-out;
  mask-image: url(../../../../_resources/icons/envelope.svg);
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
.button-style-3::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-3:hover {
  color: #ffffff;
}
.button-style-3:hover::after {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
}
.button-style-3:hover::before {
  background-color: #ffffff;
}

.button-style-4 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffbc59;
  min-width: 333px;
  height: 86px;
  background-color: #181818;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .button-style-4 {
    min-width: 238px;
    height: 54px;
  }
}
.button-style-4::before {
  content: "";
  display: inline;
  background-color: #ffbc59;
  width: 13px;
  min-width: 13px;
  height: 18px;
  transition: all 0.25s ease-in-out;
  -webkit-mask-image: url(../../../../_resources/icons/download.svg);
  mask-image: url(../../../../_resources/icons/download.svg);
  margin-right: 10px;
}
.button-style-4:hover {
  background-color: #181818;
  color: #ffffff;
}
.button-style-4:hover::before {
  background-color: #ffffff;
}

.button-style-5 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffbc59;
  width: 50%;
  height: 56px;
  background-color: #181818;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-style-5:hover {
  background-color: #181818;
  color: #ffffff;
}
.button-style-5:nth-of-type(1) {
  border-right: 1px solid #ffffff;
}
.button-style-5:nth-of-type(2) {
  border-left: 1px solid #ffffff;
}

header.one {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
@media (max-width: 1023px) {
  header.one {
    display: none;
    pointer-events: none;
  }
}
header.one #top {
  height: 86px;
  align-items: center;
}
header.one #top .left {
  width: 70%;
  background-color: #f2f2f2;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
header.one #top #dt-menu {
  width: 100px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #f2f2f2;
  position: relative;
}
header.one #top #dt-menu nav {
  width: 560px;
  margin-left: -560px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100vh;
  overflow-y: scroll;
  z-index: 1;
  background-color: #181818;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 750ms ease-in-out;
}
header.one #top #dt-menu nav::-webkit-scrollbar {
  display: none;
}
header.one #top #dt-menu nav ul.top-level {
  margin: 93px 41px 30px 156px;
  list-style: none;
  padding: 0px;
}
header.one #top #dt-menu nav ul.top-level a.top-level {
  font-family: montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
  display: block;
  padding: 14px 0px;
}
header.one #top #dt-menu nav ul.top-level a.top-level.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.one #top #dt-menu nav ul.top-level a.top-level.has-submenu.show::after {
  content: "—";
}
header.one #top #dt-menu nav ul.top-level ul.sub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.one #top #dt-menu nav ul.top-level ul.sub a {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.3px;
  color: #fff;
  display: block;
  padding: 10px 0px;
}
header.one #top #dt-menu nav ul.top-level ul.sub a.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.one #top #dt-menu nav ul.top-level ul.sub a.has-submenu.show::after {
  content: "—";
}
header.one #top #dt-menu nav ul.top-level ul.sub a:hover {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.3px;
  color: #fff;
}
header.one #top #dt-menu nav ul.top-level ul.sub ul.subsub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.one #top #dt-menu .menu-icon {
  margin: 0px auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
header.one #top #dt-menu .menu-icon span {
  background-color: #181818;
  width: 25px;
  height: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all 500ms ease-in-out;
  border-radius: 3px;
}
header.one #top #dt-menu .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header.one #top #dt-menu .menu-icon:hover span {
  opacity: 0.6;
}
header.one #top .logo {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1920px) {
  header.one #top .logo {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.one #top .logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.one #top .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.one #top .logo img {
  height: 40px;
}
header.one #top .logo:hover {
  opacity: 0.6;
}
header.one #top .ticker {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
  background-color: #ffffff;
  width: 30%;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  header.one #top .ticker {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.one #top .ticker {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.one #top .ticker {
    padding-right: 20px;
  }
}
header.one #top .ticker strong {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
}
header.one #top .ticker .stock {
  flex-grow: 1;
  justify-content: space-around;
  padding: 0px 20px;
}
header.one #top .ticker .stock div {
  padding: 0px 5px;
}
header.one #top .ticker .stock.hide {
  opacity: 0;
}
header.one #top .ticker .search-area {
  position: absolute;
  right: 0;
  margin-right: 65px;
}
header.one #top .ticker .search-area .icon {
  font-size: 26px;
  line-height: 1;
  color: #7d8192;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1919px) {
  header.one #top .ticker .search-area .icon {
    font-size: 20px;
    line-height: 1;
  }
}
header.one #top .ticker .search-area .icon:hover {
  opacity: 0.6;
}
header.one #top .ticker .search-area #search-hold {
  display: none;
  width: 100%;
}
header.one #top .ticker .search-area #search-hold form {
  width: 100%;
  padding: 0px 20px;
}
header.one #top .ticker .search-area #search-hold form input {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
  width: 100%;
  border: none;
}
header.one #top .ticker .search-area #search-hold form input::-webkit-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.one #top .ticker .search-area #search-hold form input:-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.one #top .ticker .search-area #search-hold form input::-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.one #top .ticker .search-area #search-hold form input:-ms-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.one #top .ticker .search-area #search-hold form input:focus {
  outline: 0px;
}
header.one #top .ticker .search-area #search-hold .search-close {
  font-size: 20px;
  line-height: 1;
  color: #7d8192;
  cursor: pointer;
}
header.one.open #top #dt-menu .menu-icon {
  transform: translateY(-4px);
}
header.one.open #top #dt-menu .menu-icon span {
  background-color: #ffffff;
}
header.one.open #top #dt-menu .menu-icon span:nth-child(1) {
  transform: translate(0px, 12px) rotate(45deg);
  opacity: 0;
}
header.one.open #top #dt-menu .menu-icon span:nth-child(2) {
  transform: translate(0px, 3.9px) rotate(45deg);
}
header.one.open #top #dt-menu .menu-icon span:nth-child(3) {
  transform: translate(0px, -3.9px) rotate(-45deg);
}
header.one.open #top #dt-menu nav {
  margin-left: 0px;
}
header.one.sticky #top {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

header.two {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
@media (max-width: 1023px) {
  header.two {
    display: none;
  }
}
header.two #top {
  height: 110px;
  align-items: center;
}
header.two #top .left {
  width: 70%;
  background-color: #f2f2f2;
  align-items: center;
  height: 100%;
}
header.two #top .logo {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1920px) {
  header.two #top .logo {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top .logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.two #top .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  header.two #top .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.two #top .logo img {
  height: 59px;
}
@media (max-width: 1919px) {
  header.two #top .logo img {
    height: 59px;
  }
}
@media (max-width: 1400px) {
  header.two #top .logo img {
    height: 45px;
  }
}
@media (max-width: 1200px) {
  header.two #top .logo img {
    height: 41px;
  }
}
header.two #top .logo:hover {
  opacity: 0.6;
}
header.two #top nav {
  flex-grow: 2;
}
@media (min-width: 1920px) {
  header.two #top nav {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top nav {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.two #top nav {
    padding-right: 20px;
  }
}
@media (max-width: 1400px) {
  header.two #top nav {
    padding-right: 13px;
  }
}
header.two #top nav ul.top-level {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: space-around;
  align-items: center;
}
header.two #top nav ul.top-level li.top-level {
  padding: 39px 0px;
  position: relative;
}
header.two #top nav ul.top-level li.top-level a.top-level {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: justify;
  color: #181818;
  padding: 42px 0px;
}
header.two #top nav ul.top-level li.top-level ul.sub {
  transition: all 0.25s ease-in-out;
  width: 240px;
  padding: 30px 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  border: 1px solid #181818;
  border-top: 5px solid #181818;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header.two #top nav ul.top-level li.top-level ul.sub::before {
  transition: all 0.25s ease-in-out;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #181818;
  position: absolute;
  top: -11px;
  left: calc(50% - 6px);
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #181818;
  padding: 8px 25px;
  transition: all 0.25s ease-in-out;
  display: block;
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu::after {
  content: "+";
  margin-left: 10px;
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu.show::after {
  content: "—";
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub:hover {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #fff;
  background-color: #181818;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: none;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #181818;
  padding: 8px 25px 8px 48px;
  transition: all 0.25s ease-in-out;
  color: #181818;
  display: block;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub:hover {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #fff;
  background-color: #181818;
}
header.two #top nav ul.top-level li.top-level:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header.two #top .ticker {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
  background-color: #ffffff;
  width: 30%;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  header.two #top .ticker {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top .ticker {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.two #top .ticker {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  header.two #top .ticker {
    padding-right: 30px;
  }
}
header.two #top .ticker strong {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #181818;
}
header.two #top .ticker .stock {
  flex-grow: 1;
  justify-content: space-around;
  padding: 0px 20px;
}
header.two #top .ticker .stock div {
  padding: 0px 5px;
}
header.two #top .ticker .stock.hide {
  opacity: 0;
}
header.two #top .ticker .search-area .icon {
  font-size: 20px;
  line-height: 1;
  color: #181818;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
header.two #top .ticker .search-area .icon:hover {
  opacity: 0.6;
}
header.two #top .ticker .search-area #search-hold {
  display: none;
  width: 100%;
}
header.two #top .ticker .search-area #search-hold form {
  width: 100%;
  padding: 0px 20px;
}
header.two #top .ticker .search-area #search-hold form input {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
  width: 100%;
  border: none;
}
header.two #top .ticker .search-area #search-hold form input::-webkit-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.two #top .ticker .search-area #search-hold form input:-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.two #top .ticker .search-area #search-hold form input::-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.two #top .ticker .search-area #search-hold form input:-ms-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #181818;
}
header.two #top .ticker .search-area #search-hold form input:focus {
  outline: 0px;
}
header.two #top .ticker .search-area #search-hold .search-close {
  font-size: 20px;
  line-height: 1;
  color: #7d8192;
  cursor: pointer;
}
header.two.sticky #top {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

html.open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
html.open body {
  height: 100vh;
}

header.mobile {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  header.mobile {
    display: block;
  }
}
header.mobile .top {
  height: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1920px) {
  header.mobile .top {
    padding-left: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile .top {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  header.mobile .top {
    padding-left: 20px;
  }
}
header.mobile .top .logo {
  width: 160px;
  height: 31px;
  position: relative;
  z-index: 2;
}
header.mobile .top .logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 250ms ease-in-out;
}
header.mobile .top .logo img.color {
  opacity: 1;
}
header.mobile .top .logo img.white {
  opacity: 0;
}
header.mobile .top .icon-hold {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ffbc59;
  cursor: pointer;
}
header.mobile .top .icon-hold .menu-icon {
  margin: 0px auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  height: 19px;
  width: 25px;
}
header.mobile .top .icon-hold .menu-icon span {
  background-color: #181818;
  width: 25px;
  height: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all 250ms ease-in-out;
  border-radius: 3px;
}
header.mobile .top .icon-hold .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header.mobile #mobile-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  margin-left: -100%;
  background-color: #181818;
  transition: all 250ms ease-in-out;
  pointer-events: none;
}
header.mobile #mobile-menu nav {
  height: calc(100% - 175px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 50px;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu nav {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.mobile #mobile-menu nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu nav::-webkit-scrollbar {
  display: none;
}
header.mobile #mobile-menu nav ul.top-level {
  margin: 30px 0px;
  list-style: none;
  padding: 0px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  display: block;
  padding: 10px 0px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu.show::after {
  content: "—";
}
header.mobile #mobile-menu nav ul.top-level ul.sub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #fff;
  display: block;
  padding: 8px 0px;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu.show::after {
  content: "—";
}
header.mobile #mobile-menu nav ul.top-level ul.sub a:hover {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #fff;
}
header.mobile #mobile-menu nav ul.top-level ul.sub ul.subsub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.mobile #mobile-menu .bottom {
  justify-content: space-between;
}
header.mobile #mobile-menu .social {
  height: 70px;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu .social {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu .social {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.mobile #mobile-menu .social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
header.mobile #mobile-menu .social a:hover {
  color: #ffffff;
}
header.mobile #mobile-menu .social a:last-of-type {
  margin-right: 0px;
}
header.mobile #mobile-menu .search_hold {
  position: relative;
}
header.mobile #mobile-menu .search_hold span.icon {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
header.mobile #mobile-menu .search_hold span.icon:hover {
  color: #ffffff;
}
header.mobile #mobile-menu .search_hold #search-hold-mob {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}
header.mobile #mobile-menu .search_hold #search-hold-mob.show {
  opacity: 1;
  pointer-events: all;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form {
  width: calc(100% - 40px);
  margin: 0 20px;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 30px;
  border: 0;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 0.23px;
  color: #181818;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 0.23px;
  color: #181818;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input:-ms-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 0.23px;
  color: #181818;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::placeholder {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 0.23px;
  color: #181818;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input:focus {
  outline: 0;
}
header.mobile #mobile-menu .search_hold #search-hold-mob .mob-search-close i {
  position: absolute;
  top: 12px;
  right: 40px;
  color: #7d8192;
}
header.mobile #mobile-menu .ticker {
  border-top: solid 1px #ffffff;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu .ticker .stock {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #fff;
  align-items: center;
  height: 55px;
}
header.mobile #mobile-menu .ticker .stock strong {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
}
header.mobile.open .top .logo img.color {
  opacity: 0;
}
header.mobile.open .top .logo img.white {
  opacity: 1;
}
header.mobile.open .top .icon-hold .menu-icon {
  transform: translateY(-4px);
}
header.mobile.open .top .icon-hold .menu-icon span {
  background-color: #ffffff;
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(1) {
  transform: translate(0px, 12px) rotate(45deg);
  opacity: 0;
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(2) {
  transform: translate(0px, 3.9px) rotate(45deg);
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(3) {
  transform: translate(0px, -3.9px) rotate(-45deg);
}
header.mobile.open #mobile-menu {
  margin-left: 0px;
  pointer-events: all;
}
header.mobile.sticky .top {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

/**************** NEWS SECTION ****************/
body main .content .container #content .news-item {
  margin-bottom: 30px;
}
body main .content .container #content .news-item:not(:last-of-type) {
  border-bottom: 1px solid #5b6073;
}
body main .content .container #content .news-item .news-date {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #181818;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1023px) {
  body main .content .container #content .news-item .news-date {
    margin-bottom: 0px;
  }
}
body main .content .container #content .news-item .news-title a {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #181818;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1023px) {
  body main .content .container #content .news-item .news-title a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #181818;
  }
}
body main .content .container #content .news-item .news-title a::after {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  body main .content .container #content .news-item .news-title a::after {
    margin-top: 11px;
  }
}
body main .content .container #content .news-item .news-title a:hover {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #5b6073;
  opacity: 1;
}
@media (max-width: 1023px) {
  body main .content .container #content .news-item .news-title a:hover {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #5b6073;
  }
}

#news {
  margin-top: 67px;
}
@media (max-width: 1023px) {
  #news {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 1920px) {
  #news {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1023px) and (max-width: 1919px) {
  #news {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#news .news-wrapper {
  margin-top: 33px;
  display: flex;
}
@media (max-width: 1023px) {
  #news .news-wrapper {
    display: block;
    margin-top: 25px;
  }
}
#news .news-wrapper .news-item {
  padding-right: 3.5%;
  width: calc(100% / 3);
}
@media (max-width: 1023px) {
  #news .news-wrapper .news-item {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 19px;
  }
}
#news .news-wrapper .news-item .news-date {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #181818;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1023px) {
  #news .news-wrapper .news-item .news-date {
    margin-bottom: 0px;
  }
}
#news .news-wrapper .news-item .news-title a {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #181818;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #news .news-wrapper .news-item .news-title a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #181818;
  }
}
#news .news-wrapper .news-item .news-title a::after {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  #news .news-wrapper .news-item .news-title a::after {
    margin-top: 11px;
  }
}
#news .news-wrapper .news-item .news-title a:hover {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #5b6073;
}
@media (max-width: 1023px) {
  #news .news-wrapper .news-item .news-title a:hover {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #5b6073;
  }
}

/**************** SUBSCRIBE ****************/
#subscribe {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1023px) {
  #subscribe {
    margin-top: 45px;
  }
}
#subscribe .container {
  background-color: #dcdcdc;
  padding: 4% 5% 8% 5%;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  #subscribe .container {
    display: block;
    width: calc(100% - 40px);
    margin: 0px 0px 0px 20px;
    padding: 40px 20px;
  }
}
#subscribe .container .signup-text {
  font-family: montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #181818;
  margin-top: 30px;
  width: 28%;
  padding-right: 5%;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-text {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #181818;
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
}
#subscribe .container .signup-info {
  width: 72%;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info {
    width: 100%;
    margin-top: 22px;
  }
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup {
    display: block;
  }
}
#subscribe .container .signup-info form.signup .hold {
  width: 56%;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .hold {
    width: 100%;
  }
}
#subscribe .container .signup-info form.signup .hold .textbox {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .hold .textbox {
    margin-bottom: 13px;
  }
}
#subscribe .container .signup-info form.signup .hold .textbox input {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
  padding: 0px 10px;
  width: 100%;
  border: 0px;
  border-bottom: solid #5b6073 2px;
  background-color: #dcdcdc;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .hold .textbox input {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.23px;
    color: #181818;
    padding: 0px 6px;
  }
}
#subscribe .container .signup-info form.signup .hold .textbox input:focus {
  outline: 0px;
}
#subscribe .container .signup-info form.signup .hold .textbox input::-webkit-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
}
#subscribe .container .signup-info form.signup .hold .textbox input:-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
}
#subscribe .container .signup-info form.signup .hold .textbox input::-moz-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
}
#subscribe .container .signup-info form.signup .hold .textbox input:-ms-input-placeholder {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip {
  display: none;
  position: absolute;
  top: -45px;
  left: 0;
  padding: 10px 15px;
  font-size: 12px;
  background: #7d8192;
  width: 250px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
  color: #ffffff;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip span {
  color: #ffffff;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #7d8192 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 12px);
}
#subscribe .container .signup-info form.signup .hold .textbox.show-tooltip .error-tooltip {
  display: inline-block;
  animation: tooltip 5s 1;
  -webkit-animation: tooltip 5s 1;
}
#subscribe .container .signup-info form.signup .hold .recaptcha {
  margin-top: 0px;
  opacity: 0;
  height: 0px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  order: 1;
  display: none;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .hold .recaptcha {
    transform-origin: top left;
    transform: scale(0.8);
  }
}
#subscribe .container .signup-info form.signup .hold .recaptcha.show {
  opacity: 1;
  height: 78px;
  pointer-events: all;
  margin-top: 20px;
  display: inline-block;
}
#subscribe .container .signup-info form.signup .hold .recaptcha.error {
  height: 82px;
  border: red 2px solid;
}
#subscribe .container .signup-info form.signup .signup-submit {
  margin-top: 41px;
  width: 44%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .signup-submit {
    width: 100%;
    justify-content: flex-start;
    margin-top: 36px;
  }
}
#subscribe .container .signup-info form.signup .signup-submit button {
  border-style: none;
}
@media (max-width: 1023px) {
  #subscribe .container .signup-info form.signup .signup-submit button {
    padding: 12px 30px;
    margin-left: 0px;
  }
}
#subscribe .container .signup-info .signup-message {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
}
#subscribe::before {
  top: 186px;
  content: "";
  background-color: #181818;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
@media (max-width: 1023px) {
  #subscribe::before {
    top: 107px;
  }
}

@media (max-width: 1023px) {
  .recaptcha {
    transform-origin: top left;
    transform: scale(0.8);
  }
}

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
footer {
  background-color: #181818;
}
footer .container {
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  footer .container {
    padding-top: 60px;
    padding-bottom: 55px;
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 1920px) {
  footer .container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1023px) and (max-width: 1919px) {
  footer .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .container .info {
  width: 50%;
}
@media (max-width: 1023px) {
  footer .container .info {
    width: 100%;
  }
}
footer .container .info .logo {
  width: 365px;
  margin-bottom: 30px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1023px) {
  footer .container .info .logo {
    width: 85px;
    margin-bottom: 15px;
  }
}
footer .container .info .logo:hover {
  opacity: 0.6;
}
footer .container .info .social {
  justify-content: flex-start;
}
footer .container .info .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 18px;
  background-color: #ffffff;
}
footer .container .info .social a:hover {
  color: #ffffff;
}
footer .container .info .social a i {
  color: #181818;
}
footer .container .info .social a:hover i {
  color: #ffbc59;
}
footer .container nav {
  width: 50%;
}
@media (max-width: 1023px) {
  footer .container nav {
    width: 100%;
    margin-top: 26px;
  }
}
footer .container nav ul.top-level {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -moz-columns: 200px 2;
  columns: 200px 2;
}
footer .container nav ul.top-level li.top-level a.top-level {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12px;
  color: #fff;
}
footer .container nav ul.top-level li.top-level a.top-level:hover {
  opacity: 0.7;
}
footer .container .text {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12px;
  color: #fff;
  margin-top: 50px;
}
footer .container .text .blender {
  font-weight: bold;
}
footer .container .text a {
  color: #ffffff;
}
footer .container .text a:hover {
  opacity: 0.7;
}
footer .container .text.left {
  white-space: nowrap;
  display: block;
}
footer .container .text.left > span {
  padding: 0 5px;
}
footer .container .text.left > span:first-of-type {
  padding-left: 0;
}
footer .container .text.left > span:last-of-type {
  padding-right: 0;
}
@media (max-width: 1023px) {
  footer .container .text.left {
    display: none;
  }
}
footer .container .text.right {
  display: none;
}
@media (max-width: 1023px) {
  footer .container .text.right {
    display: block;
  }
}
footer .container .text.right > span {
  padding: 0 5px;
}
footer .container .text.right > span:first-of-type {
  padding-left: 0;
}
footer .container .text.right > span:last-of-type {
  padding-right: 0;
}
@media (max-width: 500px) {
  footer .container .text.right > span:last-of-type {
    padding: 0;
    display: block;
  }
  footer .container .text.right > span:nth-last-of-type(2) {
    display: none;
  }
}
@media (max-width: 400px) {
  footer .container .text.right > span:nth-of-type(even) {
    display: none;
  }
  footer .container .text.right > span:nth-of-type(3) {
    display: block;
    padding: 0;
  }
}

/**************** BANNER ****************/
#banner {
  margin-top: 110px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  #banner {
    margin-top: 50px;
  }
}
#banner .blue-bg {
  height: 585px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
}
#banner .container {
  min-height: 670px;
  position: relative;
  height: 1px;
}
#banner .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../../../_resources/banners/home-banner.jpg);
  position: absolute;
  width: 84%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
#banner .links {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
}
#banner .hold {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
}
#banner .hold .text {
  padding: 45px 40px;
  width: 38%;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  box-shadow: 0 15px 19px 0 rgba(0, 0, 0, 0.18);
}
@media (max-width: 1450px) {
  #banner .hold .text {
    width: 43%;
  }
}
@media (max-width: 1260px) {
  #banner .hold .text {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  #banner .hold .text {
    width: 53%;
  }
}
#banner .hold .text .signup-scroll {
  cursor: pointer;
}
#banner .hold .text a[class^=button-] + div > a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
#banner .hold .text a[class^=button-] + div > a:hover {
  color: #ffffff;
}
#banner .hold .text a[class^=button-] + div > a + a {
  margin-left: 16px;
}
#banner .hold .text a[class^=button-] + div {
  margin-left: 31px;
  display: inline-flex;
}
#banner .hold .social {
  position: relative;
  z-index: 2;
}
@media (min-width: 1920px) {
  #banner .hold .social {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  #banner .hold .social {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  #banner .hold .social {
    padding-right: 20px;
  }
}
#banner .hold .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #181818;
  color: #ffbc59;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-bottom: 20px;
}
#banner .hold .social a:hover {
  color: #ffffff;
}
#banner .hold .social a:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  #banner .hold .social {
    display: none;
  }
}
@media (max-width: 1023px) {
  #banner .blue-bg {
    height: 525px;
    width: initial;
    top: 35px;
    right: 20px;
  }
  #banner .container {
    min-height: 560px;
  }
  #banner .image {
    width: initial;
    left: 20px;
    bottom: 40px;
  }
  #banner .links {
    bottom: 40px;
  }
  #banner .hold {
    align-items: flex-start;
  }
  #banner .hold .text {
    padding: 20px;
    margin-top: 70px;
    width: 75%;
  }
  #banner .hold .text a {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/**************** MAIN ****************/
main {
  position: relative;
  z-index: 1;
}

/**************** ABOUT US ****************/
#about {
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
#about .container {
  padding: 50px 0px 0px 0px;
}
@media (max-width: 1023px) {
  #about .container {
    padding: 23px 20px 0px 20px;
    display: block;
  }
}
#about .text {
  width: 56%;
  padding: 0px 9.6% 0px 0px;
}
@media (max-width: 1023px) {
  #about .text {
    width: 100%;
    padding: 0px;
  }
}
#about .ticker {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #181818;
  margin-top: 92px;
  width: 44%;
  visibility: hidden;
}
@media (max-width: 1023px) {
  #about .ticker {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.23px;
    color: #181818;
    width: 100%;
    margin-top: 35px;
  }
}
#about .ticker .symbol {
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #181818;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  #about .ticker .symbol {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #181818;
    margin-bottom: 15px;
  }
}

/**************** FEATURED LINKS ****************/
#featured-links {
  margin-top: 65px;
}
@media (max-width: 1023px) {
  #featured-links {
    margin-top: 55px;
  }
}
#featured-links .feature {
  height: 352px;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  #featured-links .feature {
    height: 180px;
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  #featured-links .feature {
    width: 100%;
  }
}
#featured-links .feature:nth-of-type(1) {
  background-image: url(../../../../_resources/bgs/feature-project-bg.jpg);
}
#featured-links .feature:nth-of-type(2) {
  background-image: url(../../../../_resources/bgs/feature-investors-bg.jpg);
}
#featured-links .feature:nth-of-type(3) {
  background-image: url(../../../../_resources/bgs/feature-team-bg.jpg);
}
#featured-links .container {
  position: relative;
}
@media (max-width: 767px) {
  #featured-links .container {
    display: block;
  }
}