@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap);
@font-face {
  font-family: "Yonit-Bold";
  src: url(/static/assets/Yonit-Bold.e216ebf2742db4db19ae.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Light";
  src: url(/static/assets/Yonit-Light.9935700c9460a3fca239.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Medium";
  src: url(/static/assets/Yonit-Medium.258e26b7680dac8d3d6b.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Regular";
  src: url(/static/assets/Yonit-Regular.607752a9d4156e8bf927.otf);
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  background: linear-gradient(180deg, rgb(2, 6, 24) 0%, rgb(3, 19, 43) 100%);
}
@media only screen and (max-width: 600px) {
  body {
    min-height: inherit;
  }
}
body[class^=no-scroll-] {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: var(--ria-input-color);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  color: inherit;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none;
}
.popup--uGvrc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.popup--uGvrc .overlay--QSEbf {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 35, 36, 0.9);
}
.popup--uGvrc .wrapper--fjgCe {
  position: fixed;
  width: 505px;
  height: 508px;
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0%);
  padding: 48px 63px 20px;
  background: rgb(2, 6, 24);
  background: linear-gradient(180deg, rgb(2, 6, 24) 0%, rgb(3, 19, 43) 100%);
  border: 1px solid rgb(161, 170, 195);
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .wrapper--fjgCe {
    width: 100%;
    height: 100%;
    top: 0;
    max-height: 581px;
    padding: 23px 12px 20px;
    border: 1px solid transparent;
  }
}
.popup--uGvrc .close-btn--hDgCD {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .close-btn--hDgCD {
    top: 26px;
    right: 12px;
  }
}
.popup--uGvrc .close-btn--hDgCD:before, .popup--uGvrc .close-btn--hDgCD:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0.6);
}
.popup--uGvrc .close-btn--hDgCD:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup--uGvrc .close-btn--hDgCD:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup--uGvrc .title--QvmF3 {
  position: relative;
  padding-bottom: 21px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-family: "Yonit-Bold";
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .title--QvmF3 {
    padding-bottom: 24px;
    padding-left: 8px;
  }
}
.popup--uGvrc .title--QvmF3 .clear-btn--zAeJU {
  position: absolute;
  font-size: 16px;
  opacity: 0.6;
  left: 0;
  top: 0;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.popup--uGvrc .title--QvmF3 .clear-btn--zAeJU.active--M2ecy {
  opacity: 1;
}
.popup--uGvrc .fields--qpxZF {
  width: 100%;
}
.popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg {
  margin-bottom: 21px;
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg {
    margin-bottom: 35px;
  }
}
.popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .field-title--_mCcf {
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  font-family: "Yonit-Bold";
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .field-title--_mCcf {
    padding-bottom: 2px;
  }
}
.popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .role-btns--ryN7H {
  display: flex;
  justify-content: space-between;
}
.popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .role-btns--ryN7H .role-btn--TvDs9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62.6px;
  height: 34px;
  border-radius: 2px;
  color: rgb(3, 19, 41);
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  border: 1px solid rgb(161, 170, 195);
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .role-btns--ryN7H .role-btn--TvDs9 {
    width: 18%;
  }
}
.popup--uGvrc .fields--qpxZF .field-wrapper--yP6Kg .role-btns--ryN7H .role-btn--TvDs9.active--M2ecy {
  color: #fff;
  border: 1px solid rgb(222, 0, 0);
  background-color: rgb(222, 0, 0);
}
.popup--uGvrc .apply-btn-wrapper--JvOEr {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 27px;
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .apply-btn-wrapper--JvOEr {
    padding-top: 34px;
  }
}
.popup--uGvrc .apply-btn-wrapper--JvOEr .btn-apply--eFQZQ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 48px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  background-color: rgb(222, 0, 0);
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .popup--uGvrc .apply-btn-wrapper--JvOEr .btn-apply--eFQZQ {
    width: 100%;
  }
}
.grid-item--Efna9 {
  position: relative;
  width: 31.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  transition: all ease 0.1s;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 {
    width: 48%;
    padding: 12px;
  }
}
.grid-item--Efna9.animation--Zu0rZ {
  border: 1px solid transparent;
  background-position: -500px 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: skeletonShine--YJ5Un 0.5s linear 0s infinite normal forwards;
}
.grid-item--Efna9.animation--Zu0rZ .photo--vfjSP {
  opacity: 0;
}
.grid-item--Efna9.animation--Zu0rZ .info--jL5vy {
  opacity: 0;
}
.grid-item--Efna9.animation--Zu0rZ .icon--NnN_z {
  opacity: 0;
}
.grid-item--Efna9.animation--Zu0rZ .shares-toggler--Ju7P3 {
  opacity: 0;
}
.grid-item--Efna9 .photo--vfjSP {
  flex-shrink: 0;
  width: 154px;
  height: 154px;
  border-radius: 2px;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  transition: all ease 0.1s;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .photo--vfjSP {
    position: relative;
    width: 100%;
    height: initial;
  }
  .grid-item--Efna9 .photo--vfjSP:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
  }
}
.grid-item--Efna9 .photo--vfjSP img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .photo--vfjSP img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.grid-item--Efna9 .info--jL5vy {
  width: 100%;
  flex-grow: 1;
  transition: all ease 0.1s;
}
.grid-item--Efna9 .info--jL5vy .top--t19We {
  font-size: 20px;
  line-height: 20px;
  font-family: "Yonit-Bold";
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .info--jL5vy .top--t19We {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
}
.grid-item--Efna9 .info--jL5vy .bottom--SDHn5 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Yonit-Regular";
  color: #fff;
  padding-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .info--jL5vy .bottom--SDHn5 {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
.grid-item--Efna9 .info--jL5vy .description--HNmGO {
  font-family: "Yonit-Regular";
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .info--jL5vy .description--HNmGO {
    padding-bottom: 12px;
  }
}
.grid-item--Efna9 .shares-and-role-image--P7jLH {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.grid-item--Efna9 .shares--ROMol {
  position: relative;
}
.grid-item--Efna9 .shares-list--ncgLk {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  background-color: #333e50;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  overflow: hidden;
  height: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transition: 0.2s height ease-in-out;
}
.grid-item--Efna9 .shares-list--ncgLk.visible--UHhWf {
  height: 114px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .shares-list--ncgLk.visible--UHhWf {
    height: 122px;
  }
}
.grid-item--Efna9 .shares-toggler--Ju7P3 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #475161;
  opacity: 1;
  transition: 0.2s opacity ease-in;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .shares-toggler--Ju7P3 {
    width: 36px;
    height: 36px;
  }
}
.grid-item--Efna9 .shares-toggler--Ju7P3:hover {
  opacity: 0.8;
}
.grid-item--Efna9 .shares-toggler--Ju7P3 img {
  display: block;
}
.grid-item--Efna9 .share-btn--eljCa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.2s ease-in background-color;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .share-btn--eljCa {
    width: 36px;
    height: 36px;
  }
}
.grid-item--Efna9 .share-btn--eljCa:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.grid-item--Efna9 .share-btn--eljCa img {
  display: block;
  width: 15px;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .share-btn--eljCa img {
    width: 18px;
  }
}
.grid-item--Efna9 .icon--NnN_z {
  width: 24px;
  transition: all ease 0.1s;
}
@media only screen and (max-width: 600px) {
  .grid-item--Efna9 .icon--NnN_z {
    margin-top: 7px;
  }
}
.grid-item--Efna9 .icon--NnN_z img {
  display: block;
  width: 100%;
}

@keyframes skeletonShine--YJ5Un {
  to {
    background-position: 0 0;
  }
}
@charset "UTF-8";
.main-page--ANocW {
  text-align: center;
}

.page-wrapper--LWyxq {
  width: 100%;
  max-width: 634px;
  margin: 0 auto;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .page-wrapper--LWyxq {
    width: 100%;
    overflow-y: auto;
  }
}

.header--f2FR7 {
  display: flex;
  justify-content: space-between;
  padding-left: 18px;
  border-top: 6px solid #2b61b1;
}
@media only screen and (max-width: 600px) {
  .header--f2FR7 {
    align-items: center;
    padding-left: 15px;
  }
}
.header--f2FR7 .mako-logo--plXXI {
  width: 462px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .header--f2FR7 .mako-logo--plXXI {
    width: 296px;
  }
}
.header--f2FR7 .mako-logo--plXXI img {
  display: block;
  width: 100%;
}
.header--f2FR7 .candles-logo--Rk7Hi {
  width: 86px;
  margin-top: 11px;
}
@media only screen and (max-width: 600px) {
  .header--f2FR7 .candles-logo--Rk7Hi {
    width: 63px;
  }
}
.header--f2FR7 .candles-logo--Rk7Hi img {
  display: block;
  width: 100%;
}

.search-container--t9WSV {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 51px 17px 32px;
}
@media only screen and (max-width: 600px) {
  .search-container--t9WSV {
    padding: 52px 12px 32px;
  }
}
.search-container--t9WSV .search-wrapper--nDE0Z {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 51px;
  margin-left: 15px;
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
}
.search-container--t9WSV .input-wrapper--UbsQE {
  position: relative;
  flex-grow: 1;
  /* clears the ‘X’ from Chrome */
}
.search-container--t9WSV .input-wrapper--UbsQE input {
  display: block;
  width: 100%;
  height: 51px;
  line-height: 40px;
  padding: 0 14px 0 31px;
  outline: none;
  border: none;
  font-size: 18px;
  font-family: "Yonit-Regular";
  color: #041229;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.search-container--t9WSV .input-wrapper--UbsQE input::-moz-placeholder {
  color: #8791ab;
}
.search-container--t9WSV .input-wrapper--UbsQE input::placeholder {
  color: #8791ab;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-decoration,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-cancel-button,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-results-button,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-container--t9WSV .input-wrapper--UbsQE .search-icon--lLzj9 {
  position: absolute;
  width: 19px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.search-container--t9WSV .input-wrapper--UbsQE .search-icon--lLzj9 img {
  display: block;
  width: 100%;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:before, .search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #8791ab;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-container--t9WSV .search-btn--JL7Sl {
  position: relative;
  width: 50px;
  height: 51px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Yonit-Bold";
  color: #ae0000;
  background-color: rgb(219, 0, 0);
  cursor: pointer;
}
.search-container--t9WSV .search-btn--JL7Sl.disabled--GfuWC {
  cursor: inherit;
  pointer-events: none;
}
.search-container--t9WSV .advanced-search-btn--d1eWD {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 51px;
  border: solid 1px transparent;
  background-color: rgb(71, 81, 97);
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .search-container--t9WSV .advanced-search-btn--d1eWD {
    flex-shrink: 0;
    width: 48px;
  }
}
.search-container--t9WSV .advanced-search-btn--d1eWD:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(222, 0, 0);
  opacity: 0;
}
.search-container--t9WSV .advanced-search-btn--d1eWD.active--TgL8l {
  border: solid 1px rgb(222, 0, 0);
}
.search-container--t9WSV .advanced-search-btn--d1eWD.active--TgL8l:after {
  opacity: 1;
}

.sorting--_AZRc {
  position: relative;
  padding: 0 17px 16px;
}
@media only screen and (max-width: 600px) {
  .sorting--_AZRc {
    padding: 0 13px 12px;
  }
}
.sorting--_AZRc .sort-btn--Wi9xN {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 9px 13px 9px 13px;
  transition: 0.3s;
}
.sorting--_AZRc .sort-btn--Wi9xN:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
}
.sorting--_AZRc .sort-btn--Wi9xN.active--TgL8l {
  color: rgb(38, 62, 107);
  background-color: #fff;
  border: 1px solid #fff;
}
.sorting--_AZRc .sort-btn--Wi9xN.AZSorting--uoyGC {
  border-right: 0;
  border-radius: 2px 0px 0px 2px;
}
.sorting--_AZRc .sort-btn--Wi9xN.reverseSorting--IEbBs {
  border-left: 0;
  border-radius: 0px 2px 2px 0px;
}

.items-grid--c6reG {
  position: relative;
  width: 100%;
  padding: 0 16px 16px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 16px;
}
@media only screen and (max-width: 600px) {
  .items-grid--c6reG {
    justify-content: space-between;
    gap: 12px;
    padding: 0 12px 12px;
  }
}
.items-grid--c6reG:after {
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  height: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.btns--UOZvS {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
.btns--UOZvS .prev-btn--njOUz,
.btns--UOZvS .next-btn--z0zFY {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: "Yonit-Bold";
  cursor: pointer;
}
.btns--UOZvS .prev-btn--njOUz.disabled--GfuWC,
.btns--UOZvS .next-btn--z0zFY.disabled--GfuWC {
  display: none;
}
.btns--UOZvS .prev-btn--njOUz {
  position: relative;
}
.btns--UOZvS .divider--kAO1E {
  width: 1px;
  height: 27px;
  margin: 0 20px;
  background-color: #d9d9d9;
}
.btns--UOZvS .divider--kAO1E.disabled--GfuWC {
  display: none;
}

.no-search-results--HpU7q {
  padding: 32px 0;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: "Yonit-Bold";
  text-align: center;
}

/*# sourceMappingURL=main.style.14b11f771169b915a02b.css.map*/