@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
body, html {
  overflow-x: hidden;
}

body, html, * {
  font-family: "Merriweather Sans", sans-serif;
}

.display {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.search-result-title {
  font-size: 18px;
  color: #42C3F5;
  font-weight: 700;
}

.current-category a {
  color: black !important;
}

.cyanicon {
  display: none;
}

.nav-link:hover .cyanicon {
  display: inline-block;
}

.nav-link:hover .whiteicon {
  display: none;
}

.blackicon {
  display: none;
}

.small-nav {
  background: #fff !important;
  height: 66px !important;
  position: fixed !important;
  width: 100vw;
}

.small-nav .blackicon {
  display: inline-block !important;
}

.small-nav .whiteicon, .small-nav .cyanicon {
  display: none;
}

.small-nav .nav-link:hover .blackicon {
  display: none !important;
}

.nav--icon-img {
  width: 50px !important;
}

.search-single {
  top: 66px !important;
  left: -779px !important;
}

.single-categories {
  color: #42C3F5;
  font-size: 15px;
}

.single-categories a {
  color: #42C3F5;
  font-size: 15px;
  text-decoration: none;
}

.single-categories a:hover {
  color: #0B0B23;
  text-decoration: none;
}

.content-single .see-more-posts {
  margin: 20px -10px !important;
}

.see-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.see-more-wrap .see-more-posts {
  background: #42C3F5;
  color: white;
  border: none;
  padding: 7px 23px;
  margin: 20px 0px;
  float: right;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 31px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.26);
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
}

.policy-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 150px;
  z-index: 999;
  -webkit-box-shadow: 1px 0px 7px 0px #525252;
          box-shadow: 1px 0px 7px 0px #525252;
  position: fixed;
  top: calc(100vh - 150px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.883);
}

.policy-privacy h5 {
  color: #0B0B23;
  line-height: 24px;
  font-size: 14px;
}

.policy-privacy button {
  color: white;
  background: #42C3F5;
  border-radius: 5px;
  font-size: 16px;
  outline: none !important;
  padding: 10px 25px;
  font-weight: 300;
  border: none;
}

.quantity-result {
  color: #42C3F5;
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
  margin-top: 15px;
}

.quantity-result span {
  font-weight: 700;
}

.result {
  padding: 0px 10px 10px 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  margin: 30px 0 !important;
  border-radius: 5px;
}

.result input, .result button {
  height: 47px;
  outline: none;
  border: none;
}

.result input {
  color: #888895 !important;
  min-width: 100%;
  border: none;
  border-bottom: 1px solid black;
  background: white;
}

.result button {
  background: white;
  margin-left: -4px;
}

.result button i {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 12px;
  color: #42C3F5;
  font-size: 16px;
}

.title-page {
  color: #42C3F5;
  font-weight: bold;
  font-size: 23px;
}

.content-page {
  margin-top: 25px;
}

.content-page h2 {
  font-size: 22px;
  font-weight: bold;
}

.pagination {
  min-width: 916px;
  position: relative;
  right: 28px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 25px 0;
}

.pagination a {
  color: #42C3F5;
  text-decoration: none;
  font-size: 14px;
}

.pagination .page-numbers {
  margin: 0px 5px;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 0.5;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  border-radius: 5px;
  color: white;
  background-color: #42C3F5;
}

.pagination .current {
  opacity: 1 !important;
}

.pagination .prev, .pagination .next {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0px 5px;
  font-size: 0;
  opacity: 1 !important;
}

.pagination .prev {
  background: url("img/arrow-prev.png");
}

.pagination .next {
  background: url("img/arrow-next.png");
}

.custom-pagination {
  background: transparent !important;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-pagination .custom-pagination-div {
  min-width: 916px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.custom-pagination .prev, .custom-pagination .next {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px 5px;
  font-size: 0;
  opacity: 1 !important;
}

.custom-pagination .page-numbers {
  margin: 0px 5px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 0.5;
  color: white;
  background-color: #42C3F5;
}

.custom-pagination .current {
  opacity: 1 !important;
}

.custom-pagination .prev {
  background: url("img/arrow-prev.svg");
}

.custom-pagination .next {
  background: url("img/arrow-next.svg");
}

.tag-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 0 !important;
}

.tag-wrap a {
  font-size: 15px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #42C3F5;
}

.tag-wrap a:hover {
  color: black;
  text-decoration: none;
}

.tag-wrap li {
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.searchform-scroll {
  top: 19px !important;
  height: 184px !important;
}

.searchform {
  z-index: 100;
  position: absolute;
  bottom: -70px;
  background: #0B0B23;
  padding: 10px;
  left: -779px;
  width: 920px;
  display: none;
}

.searchform input {
  color: #888895;
  background: #0B0B23;
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #b8b8b8;
}

.searchform button {
  height: 50px;
  margin-left: 5px;
  bordeR: none;
  border-radius: 5px;
  background: #0B0B23;
}

.searchform button i {
  color: #42C3F5;
  font-size: 16px;
}

.searchform button img {
  border-radius: 5px;
}

.searchform button img:hover {
  background: rgba(245, 245, 245, 0.35);
}

.navbar-mobile {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.navbar-mobile li {
  margin: 0 15px;
}

.white-nav {
  background: #fff !important;
  height: 80px !important;
  position: fixed !important;
  width: 100vw !important;
}

nav {
  max-width: 100vw;
  z-index: 100;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  padding: 0 !important;
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.26);
  height: 200px;
  background: #0B0B23;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .navbar__categories-btn {
  font-size: 18px;
  color: white;
  font-family: "Merriweather Sans", sans-serif;
  background: #42C3F5;
  padding: 10px 20px;
}

nav .navbar__categories-btn a {
  color: white;
  display: block;
  font-weight: 300;
  text-decoration: none;
}

nav .nav-wrap {
  width: 880px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .search-icon {
  position: relative;
}

.navbar__logo {
  max-width: 330px;
}

.nav-wrap-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side2 {
  display: block;
  width: 300px;
}

.side2 .wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side2 .title-bar {
  width: 50%;
  height: 8px;
  background: #42C3F5;
  margin: 5px 15px 0 0;
}

.side2 .wrap1 {
  color: #42C3F5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.side2 .wrap1 h2 {
  font-size: 24px;
}

.side2 .wrap2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#navbarSupportedContent {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.nb2 {
  height: auto !important;
  background: #0B0B23 !important;
  display: none !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.nb2 .nav-link {
  text-align: center;
}

.nb2 .nav-link g {
  fill: white;
}

.icons-black g {
  fill: black !important;
}

.content-wrap {
  max-width: 100vw;
  min-height: 95vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(200px, auto) 860px minmax(200px, auto);
      grid-template-columns: minmax(200px, auto) 860px minmax(200px, auto);
}

.content-wrap .blue {
  background: #0B0B23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-wrap .content-single {
  margin-top: 66px;
  background: linear-gradient(180deg, rgba(11, 11, 35, 0.233) 0px, #f5f5f5 60px, #f5f5f5 100%) !important;
}

.content-wrap .content {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b23), color-stop(5%, #0b0b23), color-stop(20%, #f5f5f5));
  background: linear-gradient(180deg, #0b0b23 0%, #0b0b23 5%, #f5f5f5 20%);
  position: relative;
  padding: 0;
}

.content-wrap .content .arrow-button {
  cursor: pointer;
  z-index: 50;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 20px;
  position: fixed;
  top: calc(100vh - 110px);
  width: 50px;
  border-radius: 5px;
  height: 50px;
  background: #42C3F5;
}

.content-wrap .content .arrow-button i {
  font-size: 18px;
  color: white;
}

.content-wrap .content .cells {
  width: 916px;
  margin: 0 auto;
  left: -29px;
  position: relative;
}

.content-wrap .content .cells .row > div {
  margin-top: 1px;
  padding: 4px;
}

.content-wrap .content .cells .row {
  margin: 0 !important;
}

.content-wrap .content .cells .cell {
  -webkit-box-shadow: -1px ​10px 20px -7px #a0a0a0;
          box-shadow: -1px ​10px 20px -7px #a0a0a0;
  background: white;
  height: 358px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-radius: 5px;
  margin: 0;
}

.content-wrap .content .cells .cell__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content-wrap .content .cells .cell__title {
  line-height: 22px;
}

.content-wrap .content .cells .cell__title a {
  color: black;
  font-size: 20px;
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.content-wrap .content .cells .cell__title a:hover {
  color: #42C3F5;
  text-decoration: none;
}

.content-wrap .content .cells .cell__date {
  color: #888895;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
}

.content-wrap .content .cells .cell__excerpt {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 300;
}

.content-wrap .content .cells .cell__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-wrap .content .cells .cell__arrow img:hover {
  -webkit-filter: contrast(0);
          filter: contrast(0);
}

.content-wrap .content .cells .cell__category * {
  color: #42C3F5;
  font-size: 15px;
  font-weight: normal;
}

.content-wrap .content .upbar {
  width: 30%;
  height: 8px;
  background: #42C3F5;
  margin: 0 auto;
}

.content-wrap .logo-wrap {
  margin-top: 110px;
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-wrap .title-wrap {
  width: 800px;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
      grid-template-columns: auto 300px;
}

.content-wrap .title-wrap .title-bar {
  height: 8px;
  background: #42C3F5;
}

.content-wrap .title-wrap .title-text {
  text-align: center;
  color: #42C3F5;
}

.content-wrap .title-wrap .title-text h1 {
  font-size: 19px;
  font-weight: bold;
}

.footer-wrap {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding: 15px;
  max-width: 98vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-wrap p, .footer-wrap a {
  color: #9D9DA7;
}

.footer-wrap .footer-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrap .footer-part p {
  margin: 0 !important;
}

.footer-wrap .footer-part a:hover {
  text-decoration: none;
  color: #0B0B23;
}

.archive {
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Merriweather Sans", sans-serif !important;
}

.policy-footer {
  font-size: 13px;
}

.all-rights {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.designed {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}

.designed, .all-rights {
  font-size: 11px;
}

.designed .italic, .all-rights .italic {
  font-style: italic;
  font-weight: 400 !important;
}

.footer-part span {
  font-weight: bold;
}

.cookie-notice-container {
  position: relative;
  width: 916px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.close-cookies {
  -webkit-box-shadow: 1px 0px 7px 0px #525252;
          box-shadow: 1px 0px 7px 0px #525252;
  position: absolute;
  right: -22px;
  padding: 0 !important;
  top: -22px;
  background: white !important;
}

.always-visible {
  display: block !important;
}
/*# sourceMappingURL=style.css.map */