body.category .content-area {
  width: 58.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}
body.category .content-area header {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
body.category .content-area header .page-title {
  font-size: 1.8em;
  margin-bottom: 8px;
}
body.category .content-area header .archive-description {
  font-size: 1.1rem;
}
body.category .content-area .site-main {
  padding: 0px;
  margin: 60px -15px 30px;
  overflow: hidden;
}
body.category .content-area .site-main article {
  padding: 15px;
  width: 33.3333333333%;
}
body.category .content-area .site-main article .card {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 30px;
  position: relative;
  transition: all 0.3s linear;
  height: 100%;
}
body.category .content-area .site-main article .card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
body.category .content-area .site-main article .card .card__body {
  padding: 0px;
}
body.category .content-area .site-main article .card .card__title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.4px;
  font-weight: 600;
}
body.category .content-area .site-main article .card .card__content {
  margin-bottom: 1.25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.category .content-area .site-main article .card .card__subtitle {
  color: rgb(255, 21, 138);
  font-weight: 600;
  font-size: 0.99rem;
}
body.category .content-area .site-main article .card .actions a {
  margin-bottom: 0;
  color: #006aff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
body.category .content-area .tags {
  margin-top: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
}
body.category .content-area .tags .item {
  display: inline-block;
  width: auto;
  background-color: #f7f7f7;
  line-height: 34px;
  border-radius: 17px;
  white-space: nowrap;
  font-size: 16px;
  color: #263238;
  text-decoration: none;
  margin-right: 10px;
  padding: 0px 10px;
  transition: all 0.3s linear;
}
body.category .content-area .tags .item:last-child {
  margin-right: 0px;
}
body.category .content-area .tags .item:hover {
  background-color: #d9d9d9;
}
body.category .search-in-category {
  margin-top: 30px;
}
body.category .search-in-category [name=search] {
  width: 100%;
  max-width: 560px;
  padding: 0px 15px;
  height: 50px;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #ececec;
  color: #263238;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  transition: all 0.3s linear;
}
body.category .search-in-category [name=search]:active, body.category .search-in-category [name=search]:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.shortcode-glossary .alphabet {
  margin-bottom: 20px;
}
.shortcode-glossary .alphabet a {
  color: #0f161a;
  font-size: 22px;
  font-weight: 600;
}
.shortcode-glossary .glossary-search {
  margin-bottom: 20px;
}
.shortcode-glossary .glossary-search [name=search] {
  width: 100%;
  max-width: 560px;
  padding: 0px 15px;
  height: 50px;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #ececec;
  color: #263238;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  transition: all 0.3s linear;
}
.shortcode-glossary .glossary-search [name=search]:hover, .shortcode-glossary .glossary-search [name=search]:active, .shortcode-glossary .glossary-search [name=search]:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.shortcode-glossary .glossary-list .char {
  color: #0f161a;
  font-size: 22px;
  font-weight: 600;
}
.shortcode-glossary .glossary-list a {
  color: #263238;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.shortcode-glossary .glossary-list mark {
  background-color: #ddd;
}

.raise_block.without_subtitle {
  margin-bottom: 80px;
}
.raise_block.without_subtitle .container {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
.raise_block.without_subtitle .container:after {
  display: none;
}
.raise_block .container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0px 60px;
  margin-bottom: 60px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.raise_block .container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -60px;
  display: block;
  width: calc(100% + 120px);
  height: 1px;
  background-color: rgba(128, 128, 128, 0.35);
}
.raise_block .title {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.92px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 500;
}
.raise_block .subtitle {
  margin-top: 25px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.92px;
  color: #979797;
  margin-bottom: 45px;
}
.raise_block .info-block {
  clear: both;
  display: inline-block;
  text-decoration: none;
  width: 60%;
  margin-bottom: 40px;
}
.raise_block .info-block:hover .amount span:after {
  color: rgb(255, 21, 138);
  right: 0px;
  opacity: 1;
}
.raise_block .info-block .amount span {
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  color: #a0a0a0;
  font-size: 48px;
}
.raise_block .info-block .amount span:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: calc(50% - 11px);
  right: 30px;
  font-size: 30px;
  opacity: 0;
  transition: all 0.3s linear;
}
.raise_block .info-block .description {
  color: #000000;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.92px;
}

.blue_block {
  margin-bottom: 120px;
}
.blue_block .container {
  background-color: #DFEDF6;
  border-radius: 10px;
  max-width: 1290px;
  width: calc(100% + 120px);
  margin: 0 auto;
  padding: 60px 75px;
}
@media screen and (max-width: 1299px) {
  .blue_block .container {
    max-width: 100%;
    padding: 30px 15px;
  }
}
.blue_block .container .title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.92px;
  color: #006aff;
}

footer.footer-site {
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
}
footer.footer-site .container {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer.footer-site .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #737373;
}
footer.footer-site .menu {
  border-bottom: 1px solid rgba(128, 128, 128, 0.35);
  display: flex;
  padding-bottom: 20px;
}
footer.footer-site .menu .col-sm-3 {
  width: 25%;
}
footer.footer-site ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer.footer-site ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
footer.footer-site ul li a {
  color: #FFF !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
footer.footer-site .copyright {
  display: flex;
  color: #737373;
  font-size: 16px;
}
footer.footer-site .copyright .left {
  width: calc(100% - 200px);
}
footer.footer-site .copyright .right {
  text-align: right;
  width: 200px;
}
footer.footer-site .copyright a {
  color: #737373;
}

input {
  outline: none;
}

.container-big {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

body {
  overflow-x: hidden;
}
body.category .content-area,
body.category .site-content, body.page:not(.home) .content-area,
body.page:not(.home) .site-content, body.single:not(.home) .content-area,
body.single:not(.home) .site-content {
  max-width: 1320px;
  width: 100%;
}
body.category .site-content {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  background: #FFF;
}
body.page-template-main-page .site-header {
  margin-bottom: 0px;
}
body.page-template-main-page #content {
  margin: 0px;
  width: 100%;
}
body.page-template-main-page #wpadminbar ~ #page .main_top {
  min-height: calc(100vh - 32px);
}
body.page-template-main-page .main_top {
  position: relative;
  padding: 4rem;
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(0, 1, 51) 0%, rgb(15, 16, 72) 100%) repeat scroll 0% 0%;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
body.page-template-main-page .main_top .inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
body.page-template-main-page .main_top article {
  width: 58.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-main-page .main_top .entry-body {
  margin-bottom: 0px;
}
body.page-template-main-page .main_top .stars {
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../../assets/images/star.webp);
  background-position: center center;
  background-size: 0%;
  background-repeat: no-repeat;
  -webkit-animation-name: pulse_stars;
          animation-name: pulse_stars;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
body.page-template-main-page .entry-title {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 80px;
  line-height: 85px;
  color: #FFF;
  margin-bottom: 16px;
}
body.page-template-main-page .entry-title + .subtitle {
  position: relative;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  padding-bottom: 10px;
}
body.page-template-main-page .entry-title + .subtitle:after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(0deg);
  width: 100px;
  height: 1px;
  top: 100%;
  left: calc(50% - 50px);
  background: linear-gradient(90deg, transparent, #fff);
}
body.page-template-main-page .entry-body {
  padding: 0px;
  border-radius: 32px;
}
body.page-template-main-page .entry-body .search-form {
  position: relative;
}
body.page-template-main-page .entry-body .search-form [type=search] {
  height: 64px;
  width: 100%;
  padding-left: 70px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
body.page-template-main-page .entry-body .search-form [type=search]:focus ~ .search-result {
  display: block;
}
body.page-template-main-page .entry-body .search-form [type=submit] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 64px;
  width: 64px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #595959;
  z-index: 3;
}
body.page-template-main-page .entry-body .search-form .search-result {
  position: absolute;
  top: 50%;
  left: 0px;
  display: none;
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFF;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 7px 50px 0 rgba(38, 50, 56, 0.07);
  z-index: 2;
}
body.page-template-main-page .entry-body .search-form .search-result:hover {
  display: block;
}
body.page-template-main-page .entry-body .search-form .search-result .categories {
  display: flex;
  align-self: center;
  width: auto;
  white-space: nowrap;
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  width: auto;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  padding: 0px 10px;
  transition: all 0.3s linear;
  color: #263238;
  background-color: #f7f7f7;
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item:hover {
  background-color: #d9d9d9;
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item:not(:last-child) {
  margin-right: 5px;
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.us {
  color: #FFF;
  background-color: rgba(255, 21, 138, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.us:hover {
  background-color: rgb(255, 21, 138);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.europe {
  color: #FFF;
  background-color: rgba(162, 93, 220, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.europe:hover {
  background-color: rgb(162, 93, 220);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.asia {
  color: #FFF;
  background-color: rgba(0, 200, 117, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.asia:hover {
  background-color: rgb(0, 200, 117);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.canada {
  color: #FFF;
  background-color: rgba(240, 64, 149, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.canada:hover {
  background-color: rgb(240, 64, 149);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.futures {
  color: #FFF;
  background-color: rgba(255, 153, 0, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.futures:hover {
  background-color: rgb(255, 153, 0);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.sv {
  color: #FFF;
  background-color: rgba(0, 210, 210, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.sv:hover {
  background-color: rgb(0, 210, 210);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.br {
  color: #FFF;
  background-color: rgba(87, 155, 252, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.br:hover {
  background-color: rgb(87, 155, 252);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.options {
  color: #FFF;
  background-color: rgba(255, 117, 117, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.options:hover {
  background-color: rgb(255, 117, 117);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.quants {
  color: #FFF;
  background-color: rgba(78, 204, 198, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.quants:hover {
  background-color: rgb(78, 204, 198);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.tools {
  color: #FFF;
  background-color: rgba(162, 93, 220, 0.5);
}
body.page-template-main-page .entry-body .search-form .search-result .categories .item.tools:hover {
  background-color: rgb(162, 93, 220);
}
body.page-template-main-page .entry-body .search-form .search-result .title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #263238;
  padding-left: 10px;
}
body.page-template-main-page .entry-body .search-form .search-result .row {
  display: flex;
  padding: 0px 0px 0px 15px;
  transition: all 0.3s linear;
  height: 40px;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 15px;
  color: #263238;
}
body.page-template-main-page .entry-body .search-form .search-result .row:hover {
  background-color: rgba(15, 16, 72, 0.05);
}
body.page-template-main-page .entry-body .search-form .search-result .row:first-child {
  margin-top: 52px;
}
body.page-template-main-page .entry-body .search-form .search-result .row:last-child {
  margin-bottom: 20px;
}

.get_support {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0px;
}
.get_support h2 {
  margin-bottom: 60px;
}
.get_support .row {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}
.get_support .item {
  padding: 15px;
  width: 50%;
}
.get_support .item .inner {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 30px;
  position: relative;
  transition: all 0.3s linear;
}
.get_support .item .inner:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.get_support .item .inner .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.get_support .item .inner .subtitle {
  margin-bottom: 1.25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.get_support .item .inner .actions a {
  margin-bottom: 0;
  color: #006aff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
.get_support .tags {
  margin-top: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
}
.get_support .tags .item {
  display: inline-block;
  width: auto;
  background-color: #f7f7f7;
  line-height: 34px;
  border-radius: 17px;
  white-space: nowrap;
  font-size: 16px;
  color: #263238;
  text-decoration: none;
  margin-right: 10px;
  padding: 0px 10px;
  transition: all 0.3s linear;
}
.get_support .tags .item:last-child {
  margin-right: 0px;
}
.get_support .tags .item:hover {
  background-color: #d9d9d9;
}

.check-blocks {
  margin-top: 40px;
  width: 100%;
}
.check-blocks ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px -8px;
  justify-content: center;
}
.check-blocks ul li {
  width: 10%;
  min-width: 100px;
  padding: 8px;
}
.check-blocks ul li .item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: center;
  align-items: center;
  display: flex;
  aspect-ratio: 1;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  text-decoration: none;
}
.check-blocks ul li .item.checked .icon,
.check-blocks ul li .item.checked .text, .check-blocks ul li .item:hover .icon,
.check-blocks ul li .item:hover .text {
  opacity: 1;
}
.check-blocks ul li img {
  height: 40px;
}
.check-blocks ul li .icon {
  opacity: 0.75;
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.check-blocks ul li .text {
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  opacity: 0.75;
  transition: all 0.3s linear;
}

.site-main,
.entry-body {
  margin-bottom: 3rem;
}

.cat-links [rel="category tag"],
.cat-links [rel=tag],
.tags-links [rel="category tag"],
.tags-links [rel=tag] {
  display: inline-block;
  width: auto;
  background-color: #f7f7f7;
  line-height: 34px;
  border: none;
  border-radius: 17px;
  white-space: nowrap;
  font-size: 16px;
  color: #263238;
  text-decoration: none;
  margin-right: 10px;
  padding: 0px 10px;
  transition: all 0.3s linear;
}
.cat-links [rel="category tag"]:last-child,
.cat-links [rel=tag]:last-child,
.tags-links [rel="category tag"]:last-child,
.tags-links [rel=tag]:last-child {
  margin-right: 0px;
}
.cat-links [rel="category tag"]:hover,
.cat-links [rel=tag]:hover,
.tags-links [rel="category tag"]:hover,
.tags-links [rel=tag]:hover {
  background-color: #d9d9d9;
  color: #263238;
}
.cat-links ul.post-categories,
.tags-links ul.post-categories {
  list-style: none;
  padding-left: 0px;
  display: flex;
}
.cat-links ul.post-categories [rel="category tag"],
.tags-links ul.post-categories [rel="category tag"] {
  margin-right: 10px;
  margin-bottom: 0.5rem;
}

.author a {
  font-size: 16px;
}

.form-wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(0, 1, 51) 0%, rgb(15, 16, 72) 100%) repeat scroll 0% 0%;
  border: none;
}

.social-icons .search {
  display: flex;
  width: 65px;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(0, 1, 51) 0%, rgb(15, 16, 72) 100%) repeat scroll 0% 0%;
  border: none;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.pagination {
  padding: 3rem;
}

.preloading {
  text-align: center;
  line-height: 1;
  font-size: 62px;
  width: 100%;
}

@-webkit-keyframes pulse_stars {
  0% {
    background-size: 0;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 0;
  }
}

@keyframes pulse_stars {
  0% {
    background-size: 0;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 0;
  }
}
