@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background-color: #47A3C7;
  width: 3px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  overscroll-behavior-y: none;
  /* Chrome/Firefox */
}

body {
  font-family: "Montserrat";
  background: #F0F0F3;
  color: #0F161D;
  margin: 0;
  padding: 0;
  overscroll-behavior-y: none;
}
body.no_scroll {
  overflow-x: hidden;
  height: 100vh;
}

/* Loader konteyneri */
.page_loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s linear;
}

/* Yopilganda */
.page_loader.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Fon (siz so'ragan backdrop rangida) */
.loader_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 22, 29, 0.9);
}

/* Dialog (spinner + matn) */
.loader_dialog {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 24px 28px;
  border-radius: 16px;
  background: transparent;
  /* istasangiz yarim shaffof oynacha qilishingiz mumkin */
}

/* Spinner (sof CSS) */
.loader_spinner {
  width: 56px;
  height: 56px;
  border: 4px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 0;
}

main {
  position: relative;
  padding-top: 180px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1104px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

section {
  margin-bottom: 80px;
}

ul {
  list-style: none;
}

h1 {
  color: #0F161D;
  text-align: center;
  font-family: "Montserrat";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4.8px;
  text-transform: uppercase;
}

h2 {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 112.5% */
  letter-spacing: -1.92px;
}

h3 {
  margin-bottom: 40px;
  color: #0F161D;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.btn {
  display: inline-flex;
  padding: 18px 32px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(90deg, #47A3C7, #A3DBEB, #47A3C7);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.3s ease;
}

.btn:hover {
  background-position: right center;
  color: #fff;
  border: none;
}

.input_block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

input,
textarea {
  display: flex;
  width: 404px;
  padding: 18px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #D2D6DC;
  outline: none;
  background: #FFF;
  transition: all 0.3s ease;
  color: #0F161D;
  text-align: left;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

textarea {
  height: 120px;
  border-radius: 16px;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: #0F161D;
  text-align: left;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  opacity: 0.6;
}

input:hover,
textarea:hover {
  border: 1px solid #A5AAB0;
}

input:focus,
textarea:focus {
  border: 1px solid #47A3C7;
}

input.error,
textarea.error {
  border: 1px solid #FF1E00;
}

p.error {
  color: #FF1E00;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.badge {
  display: inline-flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #7ADAFF;
  color: #0F161D;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  margin-bottom: 32px;
}

.swiper_btn {
  border-radius: 100px;
  border: 1px solid #F0F0F3;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all 0.3s ease;
}
.swiper_btn:hover {
  background-color: #F0F0F3;
  border-color: #fff;
}
.swiper_btn.prev {
  transform: rotate(-180deg);
}
.swiper_btn.swiper-button-disabled {
  cursor: default;
  background: #F0F0F3;
}

.card {
  min-height: 763px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #FFF;
}
.card_header {
  padding: 8px;
}
.card_img {
  width: 100%;
  /*height: 260px;*/
  border-radius: 16px;
  overflow: hidden;
}
.card_img img {
  width: 100%;
  height: 100%;
}
.card_body {
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.card_body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card_body li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.card_body span {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.card_title {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  margin-bottom: 5px;
}
.card_caption {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 16px;
}
.card_logos {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px;
}
.card_footer {
  padding: 0 24px 24px;
  margin-top: auto;
}
.card_date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.card_more {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #F0F0F3;
  background-color: #FFF;
  padding: 12px;
  transition: all 0.3s ease;
}
.card_more:hover {
  background-color: #F0F0F3;
  border-color: #fff;
}

.swiper-slide {
  width: 295px;
}

.swiper {
  width: 100%;
  border-radius: 24px;
}

/**
* MODAL
*/
/* ==== CORE ==== */
.modal_container {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
  pointer-events: none;
  /* yopiq holatda klik o'tmasin */
  opacity: 0;
  transition: opacity 0.25s ease;
}

.modal_container.is_open {
  pointer-events: auto;
  opacity: 1;
}

.modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 22, 29, 0.9);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.modal_container.is_open .modal_backdrop {
  opacity: 1;
}

.modal_dialog {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 420px;
  /* yoki 92vw */
  max-height: 86vh;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #D2D6DC;
  background: #FFF;
  padding: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.modal_container.is_open .modal_dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ==== SECTIONS ==== */
.modal_header,
.modal_footer {
  padding: 16px 20px;
  background: #fff;
}

.modal_message {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.modal_message.success {
  background: linear-gradient(90deg, #47A3C7 0%, #A3DBEB 100%);
}

.modal_title {
  color: #0F161D;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  margin-bottom: 8px;
}

.modal_text {
  color: #0F161D;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.modal_body {
  padding: 32px 2px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==== CLOSE BUTTON ==== */
.close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  border-radius: 100px;
  border: 1px solid #F0F0F3;
  background-color: #FFF;
  color: #ffffff;
  /* oddiy oq rang */
  font-size: 28px;
  line-height: 1;
  padding: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close:hover {
  background-color: #F0F0F3;
}

/* ==== DEMO BUTTONLAR (ixtiyoriy) ==== */
.btn_open_modal,
.btn_close_modal,
.btn_primary {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #d0d7de;
  background: #fff;
  cursor: pointer;
}

.btn_primary {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* 1) Global reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

/* 2) Container: har doim markazda + gutter */
.modal_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* inset:0 bilan bir xil */
  display: grid;
  place-items: center;
  padding: 16px;
  /* gutter -> chetga urilmasin */
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Grid ishlamasa fallback */
@supports not (place-items: center) {
  .modal_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal_container.is_open {
  pointer-events: auto;
  opacity: 1;
}

/* 3) Dialog: responsiv kenglik + markazlash */
.modal_dialog {
  position: relative;
  width: 100%;
  /* avval 92vw/304px edi */
  max-width: 420px;
  /* desktopda chiroyli maksimal kenglik */
  max-height: 86dvh;
  /* mobil barlar uchun dvh — barqarorroq */
  margin: 0 auto;
  /* horizontal markaz */
  border-radius: 24px;
  border: 1px solid #D2D6DC;
  background: #FFF;
  padding: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  box-sizing: border-box;
}

/* 4) Kichik ekranlar: edge’lardan uzoq turishi uchun qo'shimcha xavfsizlik */
@media (max-width: 768px) {
  .modal_container {
    padding: 16px;
  }
  /* gutter saqlansin */
  .modal_dialog {
    max-width: none;
    /* cheklovni yechamiz */
    width: calc(100vw - 32px);
    /* 16px + 16px gutter */
    max-height: calc(100dvh - 32px);
    /* vertikal ham chekka tutmasin */
  }
}
/* (Qolgan kodingiz o'zgarishsiz qoladi) */
.hero {
  position: relative;
  height: calc(100% + 122px);
  background: linear-gradient(180deg, #EAFAFF 0%, rgba(231, 230, 237, 0) 100%);
}
.hero_block {
  position: relative;
  padding: 170px 0 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_block .header_logo {
  margin-bottom: 16px;
}
.hero_block .header_logo img {
  width: 500px;
}
.hero_block h3 {
  width: 60%;
  margin: 0 auto;
}
.hero_bg {
  width: 100%;
  position: absolute;
  top: 122px;
  z-index: -1;
  left: 0;
  overflow: hidden;
}
.hero_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #F0F0F3;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fon kabi qilsin */
  object-position: center;
  display: block;
  outline: none;
  background: none;
  clip-path: inset(0px);
  backface-visibility: hidden;
}
.hero_bg video::-webkit-media-controls {
  display: none !important;
}

.header {
  z-index: 1000;
  transition: box-shadow 0.3s ease;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  transition: all 0.3s ease;
  padding: 20px 0;
}
.header.is-sticky {
  background-color: #EAFAFF;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
}
.header .hamburger_menu {
  display: none;
}
.header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
}
.header_menus {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.5s ease;
}
.header_menus a, .header_menus span {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header_menus a:hover, .header_menus span:hover {
  opacity: 0.7;
}
.header_logo img {
  width: 260px;
}
.header_contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header_contact.menu_item {
  display: none;
}
.header_contact a {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
.header_contact a:hover {
  opacity: 0.7;
}
.header_icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4DA7C9;
  padding: 40px 0;
}
.footer_desc {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_menus {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer_menus a {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease all;
}
.footer_menus a:hover {
  opacity: 0.7;
}
.footer_icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

#about {
  margin-top: 50px;
}
@media (min-width: 2000px){
	#about{
		margin-top: 150px;
	}
}
#about .mission_main {
  grid-template-columns: 30% 60%;
}

.crps_rise h2 {
  text-align: center;
}

/*  */
.about-crps_1 {
  background: #FFF;
}
.about-crps_1 .texts {
  gap: 24px;
  display: grid;
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
}
@media (max-width: 768px) {
  .about-crps_1 .texts {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.about-crps_1 h2 {
  width: 50%;
}
@media (max-width: 1200px) {
  .about-crps_1 h2 {
    width: 100%;
  }
}
.about-crps_1 p {
  font-size: 14px;
  line-height: 20px;
}
.about-crps_1 .about_main {
  display: grid;
  grid-template-columns: 55% 45%;
}
@media (max-width: 1200px) {
  .about-crps_1 .about_main {
    display: flex;
    flex-direction: column;
  }
}
.about-crps_1 .about_left {
  position: relative;
  z-index: 3;
}
.about-crps_1 .about_right {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 1200px) {
  .about-crps_1 .about_right {
    width: 100%;
  }
}
.about-crps_1 .about_right img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 500px;
}
@media (max-width: 1200px) {
  .about-crps_1 .about_right img {
    width: 80%;
    margin-top: 30px;
    position: relative;
    transform: none;
  }
}

/*  */


.about_neridronate.science .about_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
	gap: 0;
}
.about_neridronate.science .about_main .about_left {
	width: 33%;
}
.about_neridronate.science .about_main .about_right {
	width: 30%;
}
.about_neridronate.science .about_main .blocks {
	width: 30%;
}
.about_neridronate.science .about_main .blocks img, .about_neridronate.science .about_main .about_right img {
	width: 100%;
	    max-width: 455px;
    margin: auto;
    display: block;
}
.about_neridronate .about_main {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  gap: 50px;
}
.about_neridronate .about_right img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.about_card {
  padding: 48px 0;
  gap: 48px;
  border-radius: 24px;
  background: #FFF;
display:flex;
}
.about_left {
  display: flex;
  flex-direction: column;
/*   max-width: 455px; */
  width: 100%;
}
.about h2 {
  margin-bottom: 24px;
}
.about p {
  margin-bottom: 32px;
}

.steps_block {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px 16px;
  align-items: stretch;
}
.steps_block.science_steps_block {
  grid-template-columns: auto auto;
}

.step {
  border-radius: 24px;
  background: linear-gradient(180deg, #4CA6C9 0%, #FFF 100%);
  padding: 32px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 48px;
}
.step_number {
  display: none;
  font-family: "Montserrat";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 84.375% */
  letter-spacing: -2.56px;
  background: linear-gradient(90deg, #FFF 0%, #A3DBEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.step_img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.step_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step_title {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  margin: 0;
  text-align: left;
}
.step_text {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.crps_rise h2 {
  margin-bottom: 32px;
}
.crps_rise .img_box {
  width: 100%;
}
.crps_rise .img_box img {
  width: 100%;
  object-fit: cover;
}

.mission .badge {
  background-color: #fff;
}
.mission_main {
  display: grid;
  grid-template-columns: 30% 60%;
  gap: 16px;
}
.mission_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mission_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.team_block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.team_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.team_buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.advisory h2 {
  margin-bottom: 32px;
}
.advisory_block {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
/*   padding: 10px; */
  /*background-color: black;*/
  /*border: 2px solid #fff;*/
  overflow: visible;
}
@media (max-width: 993px) {
  .advisory_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 577px) {
  .advisory_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*.advisory_block::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -4px;*/
/*  left: -4px;*/
/*  right: -4px;*/
/*  bottom: -4px;*/
/*  border: 2px solid #000;*/
/*  z-index: -1;*/
/*}*/
.advisory_card {
  border-radius: 20px;
  /*background: #525252;*/
  /*background: radial-gradient(circle, rgb(82, 82, 82) 0%, rgb(0, 0, 0) 100%);*/
  padding: 20px 15px;
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);*/

  background: linear-gradient(90deg, #47A3C7, #A3DBEB, #47A3C7);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.3s ease;
  
  display: flex;
  flex-direction: column;
}
.advisory_card:hover{
  background-position: right center;
  border: none;
}
.advisory_title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.advisory_text {
  /*color: #d4d1d1;*/
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}
.advisory_text p {
  color: inherit;
}

.investors h2 {
  margin-bottom: 32px;
}
.investors_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  gap: 20px;
  background-color: #F4F7F9;
}
.investor{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 577px) {
  .investors_block {
    flex-direction: column;
    justify-content: center;
  }
}
/*==================================
----------- TOAST GRID -----------
==================================*/
.grid {
  list-style: none;
  margin-left: -20px;
}

.grid--flex {
  margin-left: -20px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid--flex_column {
  flex-direction: column;
}

.grid--flex_row-reverse {
  flex-direction: row-reverse;
}

.grid--flex_column-reverse {
  flex-direction: column-reverse;
}

.grid--flex_justify-start {
  justify-content: flex-start;
  text-align: start;
}

.grid--flex_justify-center {
  justify-content: center;
  text-align: center;
}

.grid--flex_justify-end {
  justify-content: flex-end;
  text-align: end;
}

.grid--flex_align-top {
  align-items: flex-start;
}

.grid--flex_align-middle {
  align-items: center;
}

.grid--flex_align-bottom {
  align-items: flex-end;
}

.grid--flex_space-around {
  justify-content: space-around;
}

.grid--flex_space-between {
  justify-content: space-between;
}

.grid--flex .grid_col {
  display: block;
  margin-right: 0;
  flex: 0 0 auto;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--7-of-7,
.grid_col--8-of-8,
.grid_col--12-of-12 {
  width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
  width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
  width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
  width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
  width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
  width: 75%;
}

.grid--flex .grid_col--1-of-1,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--12-of-12 {
  width: auto;
  flex-basis: 100%;
  max-width: 100%;
}

.grid--flex .grid_col--1-of-2,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--6-of-12 {
  width: auto;
  flex-basis: 50%;
  max-width: 50%;
}

.grid--flex .grid_col--1-of-3,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--4-of-12 {
  width: auto;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.grid--flex .grid_col--2-of-3,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--8-of-12 {
  width: auto;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.grid--flex .grid_col--1-of-4,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--3-of-12 {
  width: auto;
  flex-basis: 25%;
  max-width: 25%;
}

.grid--flex .grid_col--3-of-4,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--9-of-12 {
  width: auto;
  flex-basis: 75%;
  max-width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-7-of-7,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
  margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
  margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
  margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
  margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
  margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
  margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-7-of-7,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
  margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
  margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
  margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid--flex .grid_col--1-of-5 {
  width: auto;
  flex-basis: 20%;
  max-width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid--flex .grid_col--2-of-5 {
  width: auto;
  flex-basis: 40%;
  max-width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid--flex .grid_col--3-of-5 {
  width: auto;
  flex-basis: 60%;
  max-width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid--flex .grid_col--4-of-5 {
  width: auto;
  flex-basis: 80%;
  max-width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.66667%;
}

.grid--flex .grid_col--1-of-6 {
  width: auto;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.grid_col--5-of-6 {
  width: 83.33333%;
}

.grid--flex .grid_col--5-of-6 {
  width: auto;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.grid_col--1-of-7 {
  width: 14.28571%;
}

.grid--flex .grid_col--1-of-7 {
  width: auto;
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}

.grid_col--push-1-of-7 {
  margin-left: 14.28571%;
}

.grid_col--pull-1-of-7 {
  margin-left: -14.28571%;
}

.grid_col--2-of-7 {
  width: 28.57143%;
}

.grid--flex .grid_col--2-of-7 {
  width: auto;
  flex-basis: 28.57143%;
  max-width: 28.57143%;
}

.grid_col--push-2-of-7 {
  margin-left: 28.57143%;
}

.grid_col--pull-2-of-7 {
  margin-left: -28.57143%;
}

.grid_col--3-of-7 {
  width: 42.85714%;
}

.grid--flex .grid_col--3-of-7 {
  width: auto;
  flex-basis: 42.85714%;
  max-width: 42.85714%;
}

.grid_col--push-3-of-7 {
  margin-left: 42.85714%;
}

.grid_col--pull-3-of-7 {
  margin-left: -42.85714%;
}

.grid_col--4-of-7 {
  width: 57.14286%;
}

.grid--flex .grid_col--4-of-7 {
  width: auto;
  flex-basis: 57.14286%;
  max-width: 57.14286%;
}

.grid_col--push-4-of-7 {
  margin-left: 57.14286%;
}

.grid_col--pull-4-of-7 {
  margin-left: -57.14286%;
}

.grid_col--5-of-7 {
  width: 71.42857%;
}

.grid--flex .grid_col--5-of-7 {
  width: auto;
  flex-basis: 71.42857%;
  max-width: 71.42857%;
}

.grid_col--push-5-of-7 {
  margin-left: 71.42857%;
}

.grid_col--pull-5-of-7 {
  margin-left: -71.42857%;
}

.grid_col--6-of-7 {
  width: 85.71429%;
}

.grid--flex .grid_col--6-of-7 {
  width: auto;
  flex-basis: 85.71429%;
  max-width: 85.71429%;
}

.grid_col--push-6-of-7 {
  margin-left: 85.71429%;
}

.grid_col--pull-6-of-7 {
  margin-left: -85.71429%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
  width: auto;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
  width: auto;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
  width: auto;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
  width: auto;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.33333%;
}

.grid--flex .grid_col--1-of-12 {
  width: auto;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.grid_col--2-of-12 {
  width: 16.66667%;
}

.grid--flex .grid_col--2-of-12 {
  width: auto;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.grid_col--5-of-12 {
  width: 41.66667%;
}

.grid--flex .grid_col--5-of-12 {
  width: auto;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.grid_col--7-of-12 {
  width: 58.33333%;
}

.grid--flex .grid_col--7-of-12 {
  width: auto;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.grid_col--10-of-12 {
  width: 83.33333%;
}

.grid--flex .grid_col--10-of-12 {
  width: auto;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.grid_col--11-of-12 {
  width: 91.66667%;
}

.grid--flex .grid_col--11-of-12 {
  width: auto;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}

@media (max-width: 480px) {
  .grid_col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .grid_col[class*=grid_col--lg-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lg-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--lg-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--lg-1-of-2,
  .grid_col.grid_col--lg-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-2,
  .grid--flex .grid_col.grid_col--lg-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--lg-1-of-3 {
    width: 33.33333%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-3 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid_col.grid_col--lg-2-of-3 {
    width: 66.66667%;
  }
  .grid--flex .grid_col.grid_col--lg-2-of-3 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid_col.grid_col--lg-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--lg-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lg-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .grid_col[class*=grid_col--lc-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lc-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--lc-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--lc-1-of-2,
  .grid_col.grid_col--lc-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-2,
  .grid--flex .grid_col.grid_col--lc-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--lc-1-of-3 {
    width: 33.33333%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-3 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid_col.grid_col--lc-2-of-3 {
    width: 66.66667%;
  }
  .grid--flex .grid_col.grid_col--lc-2-of-3 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid_col.grid_col--lc-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--lc-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lc-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .grid_col[class*=grid_col--md-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--md-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--md-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--md-1-of-2,
  .grid_col.grid_col--md-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-2,
  .grid--flex .grid_col.grid_col--md-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--md-1-of-3 {
    width: 33.33333%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-3 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid_col.grid_col--md-2-of-3 {
    width: 66.66667%;
  }
  .grid--flex .grid_col.grid_col--md-2-of-3 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid_col.grid_col--md-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--md-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--md-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .grid_col[class*=grid_col--sm-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--sm-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--sm-1-of-2,
  .grid_col.grid_col--sm-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-2,
  .grid--flex .grid_col.grid_col--sm-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--sm-1-of-3 {
    width: 33.33333%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-3 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .grid_col.grid_col--sm-2-of-3 {
    width: 66.66667%;
  }
  .grid--flex .grid_col.grid_col--sm-2-of-3 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .grid_col.grid_col--sm-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--sm-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--sm-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid--flex .grid_col {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}

.grid--flex .grid_col--d-first {
  float: none;
  order: -1;
}

.grid_col--d-last {
  float: right;
}

.grid--flex .grid_col--d-last {
  float: none;
  order: 1;
}

.grid--no-gutter {
  margin-left: 0;
}

.grid--no-gutter .grid_col {
  padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--gutter {
  margin-left: -20px;
}

.grid--gutter .grid_col {
  padding-left: 20px;
}

.grid--gutter-40 {
  margin-left: -40px;
}

.grid--gutter-40 > .grid_col {
  padding-left: 40px;
}

.grid--gutter-70 {
  margin-left: -70px;
}

.grid--gutter-70 .grid_col {
  padding-left: 70px;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}

/*==================================
--------- UTILITY CLASSES --------
==================================*/
.hidden:not([role=tabpanel]) {
  display: none !important;
}

.hidden[role=tabpanel] {
  display: none;
}

.disabled {
  opacity: 0.1;
  border-color: #425563;
  color: #425563;
  transition: none;
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.background--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background--brand {
  background-color: rgba(121, 217, 124, 0.08);
}

.background--alt-brand {
  background-color: #00873E;
}

.background--dark {
  background-color: #425563;
}

.background--light {
  background-color: #fff;
}

.background--grey {
  background-color: rgba(219, 226, 233, 0.22);
}

.background--alt-grey {
  background-color: rgba(219, 226, 233, 0.5);
}

.background--success {
  background-color: #23a217;
}

.background--error {
  background-color: #b72121;
}

.color--brand {
  color: #00873E;
}

.color--dark {
  color: #425563;
}

.color--grey {
  color: #DBE2E9;
}

.color--success {
  color: #23a217;
}

.color--error {
  color: #b72121;
}

.dark {
  color: #fff;
}

.dark a:not(.button) {
  color: #fff;
}

.dark .button--cta {
  color: #fff;
}

.no--margin {
  margin: 0;
}

.width--780 {
  max-width: 780px;
}

.font--lato {
  font-family: Lato;
}

.size--18 {
  font-size: 1.8rem;
}

.size--20 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.size--22 {
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: 0.22px;
}

.size--23 {
  font-size: 2.3rem;
  line-height: 1.25;
  letter-spacing: 0.46px;
}

.image--right {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image--right:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.image--right-40:before {
  width: 40%;
}

.image--right.animate:before {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  opacity: 0;
}

.image--right.js--animate:before {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
  opacity: 1;
}

.shape--left {
  position: relative;
  padding-left: 40px;
}

.shape--left:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../design/1_1-DNA_Accent_Large_height_436px_3x.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 100%;
  width: 18px;
  height: 100%;
  left: 0;
}

.shape--left.shape--left-400:before {
  background-image: url(../design/svg/shape-400.svg);
}

.shape--left.shape--left-624:before {
  background-image: url(../images/shape-624.png);
}

.shape--left.shape--left-1880:before {
  background-image: url(../images/shape-1880.png);
}

/*.shape--left.shape--left-396:before {
background-image: url(../images/shape-359.png);
}*/
.shape--left.shape--left-359:before {
  background-image: url(../design/svg/shape-396.svg);
}

.shape--left.shape--left-256:before {
  background-image: url(../design/svg/shape-256.svg);
}

.shape--left.shape--left-199:before {
  background-image: url("../images/shape-199.png");
  background-size: contain;
  background-position: center;
}

.shape--left.shape--left-165:before {
  background-image: url(../design/svg/shape-165.svg);
}

.module.image--right.module--first p {
  margin: 0;
}

.module.image--right.module--first .module_title {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .image--right {
    margin-top: 230px;
  }
  .image--right-40:before,
  .image--right:before {
    width: 100%;
    top: -230px;
    height: 230px;
  }
  .module.image--right.module--first {
    margin-top: 0;
    margin-bottom: 230px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image--right.module--first:before,
  .image--right-40.module--first:before {
    top: auto;
    bottom: -231px;
  }
  .image--right .grid_col:empty {
    display: none;
  }
  .shape--left {
    padding-left: 0;
  }
  .shape--left:before {
    display: none;
  }
}
/*Pipeline Page: START*/
.module-pipeline:before {
  background-image: url(../design/banner/banner-pipeline.jpg);
}

.module-robust-pipeline_item .grid_col-inner {
  height: 109px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.module-robust-pipeline_item .grid_col-inner--icon {
  padding-left: 30px;
}

.module-robust-pipeline_item .grid_col-inner i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #00873E;
}

.module-robust-pipeline_item.js--active .grid_col-inner i:before {
  content: "\ed5e";
}

.module-robust-pipeline_item--program {
  border-top: 1px solid rgba(66, 85, 99, 0.44);
  border-bottom: 1px solid rgba(66, 85, 99, 0.44);
}

.module-robust-pipeline_wrap {
  border-top: 1px solid rgba(66, 85, 99, 0.44);
  border-bottom: 1px solid rgba(66, 85, 99, 0.44);
  /* padding-left: 40px;*/
  position: relative;
}

.module-robust-pipeline_wrap .module-robust-pipeline_item ~ .module-robust-pipeline_item {
  border-top: 1px solid rgba(66, 85, 99, 0.44);
}

.module-robust-pipeline_category {
  position: absolute;
  left: -38px;
  transform: rotate(-90deg);
  top: 50%;
  font-weight: bold;
}

.module-robust-pipeline_category--adult {
  left: -20px;
}

.module-robust-pipeline_item .background--grey {
  background: #f3f7fa;
}

.module-robust-pipeline_item .background--green1 {
  background: #7ca1b4;
}

.module-robust-pipeline_item .background--green2 {
  background: #7ca1b4;
}

.module-robust-pipeline_item .background--green3 {
  background: #244860;
}

.module-robust-pipeline_item .background--green4 {
  background: #183346;
}

.module-robust-pipeline_item .background--darkgray-chart {
  background: #425563;
}

.module-robust-pipeline_item .background--green5 {
  background: #0d212c;
}

.module-robust-pipeline_item .background--grey1 {
  background: #EAEAEA;
}

.module-robust-pipeline_labels > div.grid_col {
  height: 42px;
  display: flex !important;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-size: 14px;
  letter-spacing: 0.24px;
  position: relative;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.module-robust-pipeline_labels > div:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 21px solid #7ca1b4;
  border-bottom: 21px solid #7ca1b4;
  border-left: 10px solid #F0F0F3;
  left: 0;
  top: 0;
}

.module-robust-pipeline_labels > div.background--green2:before {
  border-top-color: #00B373;
  border-bottom-color: #00B373;
  border-left-color: #79D97C;
}

.module-robust-pipeline_labels > div.background--green3:before {
  border-top-color: #244860;
  border-bottom-color: #244860;
  border-left-color: #7ca1b4;
}

.module-robust-pipeline_labels > div.background--green4:before {
  border-top-color: #183346;
  border-bottom-color: #183346;
  border-left-color: #244860;
}

.module-robust-pipeline_labels > div.background--green5:before {
  border-top-color: #0d212c;
  border-bottom-color: #0d212c;
  border-left-color: #183346;
}

.module-robust-pipeline_labels > div.background--green5:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 21px solid #F0F0F3;
  border-bottom: 21px solid #F0F0F3;
  border-left: 10px solid #0d212c;
  right: 0;
  top: 0;
}

.module-robust-pipeline_label > div {
  min-height: 14px;
  position: relative;
}

.module-robust-pipeline_label > div.background--green4-half:before {
  content: "";
  background: #0d212c;
  width: 8%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--darkgray-chart-half:before {
  content: "";
  background: #425563;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--green3-half:before {
  content: "";
  background: #00873E;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--green2-quarter3:before {
  content: "";
  background: #00B373;
  width: 66.66%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--green1-quarter3:before {
  content: "";
  background: #79D97C;
  width: 75%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--green1-quarter1:before {
  content: "";
  background: #79D97C;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.module-robust-pipeline_label > div.background--green1-quarter1:before,
.module-robust-pipeline_label > div.background--green1-quarter3:before,
.module-robust-pipeline_label > div:first-child {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.module-robust-pipeline_label > div:last-child {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.module-robust-pipeline_label > div:not(:last-child):after {
  content: "";
  height: 109px;
  border-left: 1px dotted #EAEAEA;
  position: absolute;
  top: -48px;
  right: 0;
}

.module-robust-pipeline_wrap .module-robust-pipeline_header {
  cursor: pointer;
}

.module-robust-pipeline_header.tab-lasttab,
.module-robust-pipeline_header.tab-firsttab {
  cursor: inherit;
}

.module-robust-pipeline_header.tab-firsttab strong sup {
  font-size: 1.5rem;
}

.module-robust-pipeline_details {
  display: none;
  padding: 20px 30px;
}

.module-robust-pipeline_details .button {
  min-width: auto;
}

.module-robust-pipeline .mobile--only {
  display: none;
}

.module-robust-pipeline_item--program .module-robust-pipeline_header {
  /* padding-left: 40px;*/
}

.js--pipeline-down .module-robust-pipeline_item--program {
  min-height: 119px;
}

.js--pipeline-down .module-robust-pipeline_item--program .module-robust-pipeline_header {
  position: fixed;
  top: 0;
  z-index: 9;
  max-width: 1140px;
  right: 20px;
  background: #fff;
  left: 20px;
  margin: auto;
  border-bottom: 1px solid rgba(66, 85, 99, 0.44);
  width: 100%;
}

.module-robust-pipeline .module_footnotes small > sup {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .module-robust-pipeline_details .button-wrap {
    text-align: center;
  }
  .module-robust-pipeline .desktop--only {
    display: none;
  }
  .module-robust-pipeline .mobile--only {
    display: inline-block;
    padding-right: 3px;
  }
  .module-robust-pipeline_label > div:not(:last-child):after {
    height: 100%;
    top: 0;
  }
  .module-robust-pipeline_item {
    padding: 30px 0;
  }
  .module-robust-pipeline_item .background--grey {
    background: transparent;
    padding: 0;
  }
  .module-robust-pipeline_header .grid_col-inner {
    height: auto;
    padding: 10px 0;
  }
  .module-robust-pipeline_header .grid_col-inner--icon {
    padding-left: 30px;
  }
  .module-robust-pipeline_item--last .grid_col-inner--icon {
    padding-left: 0;
  }
  .module-robust-pipeline_header .grid_col-inner br {
    display: none;
  }
  .module-robust-pipeline_header p {
    margin: 0;
  }
  .module-robust-pipeline_header .grid_col:first-child .mobile--only {
    display: block;
  }
  .module-robust-pipeline_header .grid_col:nth-child(2) .grid_col-inner,
  .module-robust-pipeline_header .grid_col:nth-child(3) .grid_col-inner {
    font-size: 1.4rem;
    padding: 0;
  }
  .module-robust-pipeline_details {
    padding-left: 0;
    padding-right: 0;
  }
  .module-robust-pipeline_item--program {
    padding-top: 0;
    border-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .module-robust-pipeline_labels > div.grid_col {
    font-size: 0.9rem;
    letter-spacing: 0.18px;
    padding: 10px 5px 10px 15px;
  }
}
.module-passage-bio-cns .button {
  min-width: 270px;
}

.module-passage-bio-cns .module_title {
  font-size: 3.2rem;
}

.module-passage-bio-cns_links p {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.module-passage-bio-cns_links p:not(:last-of-type) {
  margin-right: 20px;
}

.module-passage-bio-cns_item {
  padding: 40px 0;
}

.module-passage-bio-cns_item ~ .module-passage-bio-cns_item {
  border-top: 1px solid rgba(66, 85, 99, 0.44);
}

@media screen and (max-width: 768px) {
  .module-passage-bio-cns_links p {
    display: block;
  }
  .module-passage-bio-cns_links {
    text-align: center;
  }
  .module-passage-bio-cns .image {
    text-align: center;
  }
  .module-passage-bio-cns_links p:not(:last-of-type) {
    margin-right: 0;
  }
}
/*Pipeline Page: END*/
.pipeline h2 {
  margin-bottom: 24px;
  text-align: center;
}
.pipeline .module-robust-pipeline_labels {
  font-size: 16px !important;
}
.pipeline i {
  color: #0F161D !important;
}
.pipeline .grid--flex_align-middle {
  cursor: pointer;
}

.contact_card {
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.contact_card_bg_mobile {
  display: none;
}
.contact_card_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact_card_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_card h2 {
  margin-bottom: 16px;
}
.contact_card p {
  margin-bottom: 24px;
}
.contact_card_arrow {
  margin-bottom: 24px;
}
.contact_card_infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact_card_infos li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact_card_infos a {
  color: #0F161D;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
}
.contact_card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 100px;
  border: 1px solid #F0F0F3;
  background: #FFF;
}
.contact_card_form_block input,
.contact_card_form_block textarea {
  width: 100%;
  margin-bottom: 16px;
}
.contact_card_form_block button {
  width: 100%;
  margin-bottom: 24px;
}

@media (max-width: 1920px) {
  .container {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1560px) {
  .container-fluid {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-fluid {
    max-width: 960px;
  }
  .about_neridronate .about_main {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .about_neridronate .about_right img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
  }
  .about_right {
    width: 60%;
  }
  .about_right img {
    width: 100%;
  }
	.about_neridronate.science .about_main .about_left {
	width: 100%;
}
.about_neridronate.science .about_main .about_right {
	width: 100%;
}
.about_neridronate.science .about_main .blocks {
	width: 100%;
}
}
@media (max-width: 992px) {
  .container,
  .container-fluid {
    max-width: 720px;
  }
  .header.is-sticky {
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
  }
  .header.is-sticky .header_menus {
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
  }
  .header_block {
    align-items: flex-start;
  }
  .header_menus {
    background-color: #fff;
    position: fixed;
    z-index: 200;
    top: 0;
    right: -100%;
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 100vh;
    padding: 56px 24px 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    transition: all 0.3s ease;
  }
  .header_menus.active {
    right: 0;
  }
  .header_contact {
    position: relative;
  }
  .header_contact.menu_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header_close {
    position: static;
    margin: 0;
  }
  .header .hamburger_menu {
    position: relative;
    top: 10px;
    display: flex;
    transition: all 0.5s ease;
  }
  .header_close {
    display: flex;
  }
  .header_icon {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F0F0F3;
    background: #FFF;
  }
  .hero_bg {
    width: 170%;
  }
  .hero_block .header_logo img {
    width: 260px;
  }
  .about_main {
    flex-direction: column;
    gap: 32px;
  }
  .about_right {
    width: auto;
  }
  .steps_block {
    grid-template-columns: auto auto;
  }
  .mission_main {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contact_card {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .contact_card_infos {
    flex-direction: row;
    gap: 120px;
  }
  .footer_main {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer_desc {
    order: 3;
  }
}
@media (max-width: 768px) {
  .container,
  .container-fluid {
    max-width: 540px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
    /* 118.75% */
    letter-spacing: -1.28px;
  }
  h3 {
    font-size: 16px;
  }
  /*.card {*/
  /*  height: 719px;*/
  /*}*/
  .card_title {
    text-align: left;
  }
  .header_menus {
    width: 100%;
  }
  .header_email, .header_facebook, .header_linkedin {
    display: none;
  }
  .header_logo img {
    width: 208px;
  }
  .hero_block h3 {
    width: 100%;
  }
  .steps_block {
    display: flex;
    flex-direction: column;
  }
  .step {
    gap: 24px;
  }
  .step_title {
    text-align: left;
    margin-bottom: 16px;
  }
  .contact_card_infos {
    flex-direction: column;
    gap: 16px;
  }
  .contact_card_bg {
    display: none;
  }
  .contact_card_bg_mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .contact_card_bg_mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .container,
  .container-fluid {
    max-width: 100%;
    padding: 0 20px;
  }
  .hero_block {
    padding: 132px 0 70px;
  }
  .about_card {
    padding: 24px;
  }
  .step {
    padding: 24px;
  }
  .module-robust-pipeline_labels > div.grid_col {
    font-size: 12px;
  }
  .team_buttons {
    display: none;
  }
  .team .container {
    padding: 0 20px;
  }
  .contact .container {
    padding: 0 10px;
  }
  .contact_card {
    padding: 24px;
  }
}/*# sourceMappingURL=main.css.map */

@media (min-width: 2600px) {
    .hero_bg {
        top: -100px;
    }
}