html {
  scroll-behavior: smooth !important;
}

.shadowed {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.boxes .primary-box {
  z-index: 20;
}

.boxes .primary-box table{
  width: 100% !important;
}

.boxes .secondary-box {
  z-index: 10;
}

.yellow-bg {
  background: #fac41a;
  position: relative;
}

.yellow-text {
  color: #fac41a;
}

.see-more,
.rounded-button {
  border-radius: 999px;
}

.title,
.person-name,
.news-title,
.prev-next-title,
.font-playfair {
  font-family: "Playfair Display";
  font-weight: 700;
}

.title {
  font-size: 2.5em;
}

.main-title {
  font-size: 3.5em;
}

.flags img {
  border-radius: 50%;
}

.gray-bg {
  background: #f9fafe;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-text {
  font-size: 1.5em;
  font-family: "Playfair Display";
  margin-top: 200px;
}

.accordeon-click {
  border-left: 10px solid #fac41a;
  z-index: 2;
}

.accordeon-num {
  border-radius: 50%;
  border: 2px solid #fac41a;
  width: 50px;
  height: 50px;
  line-height: 3;
}

.accordeon-arrow {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #b1b1b1 transparent transparent transparent;
  top: 40%;
  right: 2%;
}

.accordeon-text {
  border-left: 10px solid #b1b1b1;
}

.content-text:first-child {
  z-index: 2;
}

.linkers .linker .linker-title {
  font-size: 1em;
}

.linkers .linker a {
  font-size: 0.8em;
}

.linker h2 {
  font-size: 1em;
}

.linker a {
  font-size: 0.8em;
}

.accordeon button {
  font-size: 0.8em;
}

.post .aside {
  z-index: 2;
}

.post .community-container > .row:not(:last-of-type) {
  border-bottom: 1px solid #b1b1b1;
}

.mymark {
  width: 50px;
  height: 70px;
  top: 0;
  right: 8%;
}

.boxes .primary-box {
  z-index: 20;
}

.boxes .primary-box .mymark {
  top: 0;
  left: 80%;
  height: 70px;
}

.boxes .secondary-box {
  z-index: 10;
}

.icons-content article .mymark {
  right: 8%;
}

.right-triangle {
  border-color: transparent transparent transparent black;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zin {
  z-index: 20;
}

.h-unset {
  height: unset !important;
}

.contact-form input {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      to(#000)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),
    -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: linear-gradient(#000, #000), linear-gradient(#000, #000),
    linear-gradient(#000, #000);
  background-size: 1px 50%, 100% 1px, 1px 50%;
  background-position: bottom left, bottom center, bottom right;
  background-repeat: no-repeat;
}

.contact-form .form-control {
  border: none;
  border-radius: unset !important;
}

.contact-form select,
.contact-form textarea {
  resize: none;
  border: 1px solid black !important;
}

.down-file {
  font-size: 0.4em;
}

.counter {
  line-height: 0.8;
}

.counter-text {
  font-size: 1.5em;
}

.discovery {
  background: url("../imgs/discoverybg-fade.jpg") #18181a;
  background-repeat: no-repeat;
  background-size: contain;
}

.discovery .after-title-text {
  font-size: 1.2em;
}

.discovery .circle {
  padding: 25px;
}

.discovery .discovery-arrow {
  border-width: 16px 13px 0 13px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.discovery .discovery-form .select2 {
  overflow: hidden;
}

.discovery .discovery-form .select2-container {
  width: 100% !important;
  border-radius: 999px;
}

.discovery .discovery-form .select2-selection--single,
.discovery .discovery-form .form-field {
  height: 40px;
  border: 2px solid white;
  background: transparent;
  border-radius: 9999px;
}

.discovery .discovery-form .form-textarea {
  border: 2px solid white;
  background: transparent;
  border-radius: 24px;
  resize: none;
}

.discovery .discovery-form .form-textarea:not(:placeholder-shown),
.discovery .discovery-form .form-field:not(:placeholder-shown) {
  background: black;
  color: white;
}

.discovery .discovery-form .search-icon {
  color: white;
  font-size: 25px;
  top: 50%;
  right: 33px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.discovery .discovery-form .search-button {
  font-size: 1.3em;
}

.discovery .discovery-form ::-webkit-input-placeholder,
.discovery .discovery-form .select2-selection__placeholder {
  font-size: 1.3em !important;
  color: white !important;
}

.discovery .discovery-form :-ms-input-placeholder,
.discovery .discovery-form .select2-selection__placeholder {
  font-size: 1.3em !important;
  color: white !important;
}

.discovery .discovery-form ::-ms-input-placeholder,
.discovery .discovery-form .select2-selection__placeholder {
  font-size: 1.3em !important;
  color: white !important;
}

.discovery .discovery-form ::placeholder,
.discovery .discovery-form .select2-selection__placeholder {
  font-size: 1.3em !important;
  color: white !important;
}

.discovery .discovery-form .select2-selection__placeholder {
  display: block;
  overflow: hidden;
}

.discovery .discovery-form .select2-selection__rendered {
  line-height: 2 !important;
  color: white !important;
  padding-left: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}

.discovery .discovery-form .select2-selection__rendered {
  line-height: 2 !important;
  color: white !important;
}

.discovery .select2-selection__arrow {
  top: 50% !important;
  right: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin-right: 30px;
}

.discovery .select2-selection__arrow b {
  border-top-color: white !important;
  border-width: 10px 10px 0 10px !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.discovery .discovery-accordeon {
  border: 1px solid white;
}

.discovery .discovery-accordeon .person-name {
  font-size: 1.4em;
}

.discovery .discovery-accordeon .person-name::after {
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: black;
  position: absolute;
}

.discovery .discovery-accordeon .result-organization .person-name::after {
  background: white !important;
}

.discovery .discovery-accordeon .discovery-accordeon-click {
  cursor: pointer;
  z-index: 2;
}

.discovery
  .discovery-accordeon
  .discovery-accordeon-click.result-student:hover {
  background: #e6e6e6;
}

.discovery
  .discovery-accordeon
  .discovery-accordeon-click.result-organization:hover {
  background: #171c2c;
}

.discovery .discovery-accordeon .occupation-header {
  font-size: 1.5em;
}

.discovery .discovery-accordeon .contect-text {
  font-size: 1.3em;
}

.discovery .discovery-accordeon .my-documents-header {
  font-size: 1.3em;
}

.discovery .discovery-accordeon .small-links {
  font-size: 0.9em;
}

.discovery .discovery-accordeon .item-name {
  font-size: 1em;
}

.discovery .discovery-accordeon .networks .network-link {
  font-size: 2em;
}

.discovery .discovery-accordeon .networks .network-facebook {
  color: white;
  background: #4e71a8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.country {
  width: 20px;
  height: 20px;
}

.country.country-bordered {
  border: 1px solid white;
}

.medal {
  width: 13px;
  height: 20px;
}

.dis-right-arrow {
  border-color: transparent transparent transparent black;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.news-title::after {
  content: "";
  width: 40px;
  height: 4px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.news .news-box .news-text {
  font-size: 1.1em;
}

.news .news-box .under-text {
  font-size: 0.7em;
}

.pages {
  line-height: 2;
}

.page-num {
  width: 30px;
  height: 30px;
}

.page-num:hover {
  text-decoration: none;
  background: #dca805 !important;
}

.pages .active {
  background: white !important;
}

.page-num.active:hover {
  background: #e6e6e6 !important;
}

.news-section .news-title {
  font-size: 3em;
}

.news-section .news-title::after {
  bottom: -10px;
}

.prev-next-all .prev-next-text::after {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.prev-next-all .prev-next-text,
.prev-next-all .prev-next-link {
  font-size: 0.8em;
}

.prev-next-all .prev-next-title {
  font-size: 1.1em;
}

.border-b::after {
  content: "";
  width: 80%;
  height: 5px;
  background: white;
  position: absolute;
  border-radius: 20px;
  bottom: -15px;
}

.card-image {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
}

.yellow-before::before {
  content: "";
  width: 100px;
  height: 15px;
  margin-right: 20px;
  background: #fac41a;
  display: inline-block;
}

.title-text {
  font-size: 1.3em;
}

.arrow::before {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background: #343a40;
  margin-right: -3px;
}

.job {
  font-size: 0.8em;
}

.white-border {
  border: 2px solid white;
}

.border-left-right {
  border-left: 3px dotted #fac41a;
  border-right: 3px dotted #fac41a;
}

footer {
  background: #28324e;
}

footer > .row > *:not(:last-of-type) {
  border-right: 2px dashed white;
}

footer .footer-icon {
  width: 40px;
  height: 40px;
  text-decoration: none;
}

footer .footer-icon i {
  font-size: 1.3em;
  color: #28324e;
  width: unset;
  height: unset;
  padding: unset;
}

footer .footer-icon:hover {
  background: #e6e6e6 !important;
}

header .nav {
  font-size: 0.9em;
}

header .nav > li:not(:last-of-type) {
  border-right: 2px dashed black;
}

header .language-select {
  width: 20px;
  height: 20px;
}

header .language-selector {
  z-index: 9999;
}

header .language-selector:hover {
  background: #f5bb05;
}

header .language-selector::after {
  content: "";
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .languages {
  border-radius: 24px;
}

header .nav-item {
  text-decoration: none;
  position: relative;
}

header .nav-item:hover::after,
header .nav-item.active::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fac41a;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  margin: 0 auto;
}

.nav-btn {
  width: 40px;
  height: 40px;
  left: 10px;
  top: 20px;
  cursor: pointer;
}

.nav-btn:hover {
  background: #dca805 !important;
}

.nav-btn span {
  height: 20%;
}

.overlay .nav-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 10%;
}

.overlay .nav-btn span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay .nav-btn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(255, 255, 255, 0.97);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open #myNav {
  width: 100%;
}

.overlay li {
  width: 100vw;
}

.overlay li:not(:last-of-type) {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover::after,
.overlay a:active::after,
.overlay .nav-item.active::after {
  width: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.triangle {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  display: inline-block;
}

.play-button {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.play-button::after {
  content: "";
  border-width: 12px 0 12px 18px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.opacity-bg::after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.videos {
  cursor: pointer;
}

.videos:hover .play-button {
  background: #dca805 !important;
}

.videos:hover .opacity-bg::after {
  background: rgba(0, 0, 0, 0.5);
}

.link-button {
  position: relative;
  overflow: hidden;
}

.link-button.download::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  padding-left: 5px;
}
.link-button.file::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  padding-left: 5px;
}

.link-button.link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  padding-left: 5px;
}

.link-button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 200%;
  background: white;
  left: -100px;
  top: -50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-button:hover {
  text-decoration: none;
  background: #f5bb05 !important;
  color: white !important;
}

.link-button:hover::before {
  -webkit-animation: item;
  animation: item;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.link-button.link-button-white::before {
  background: #fac41a;
}

.link-button.link-button-white:hover {
  color: black !important;
  background: #f2f2f2 !important;
}

@-webkit-keyframes item {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes item {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.accordeon-click:hover {
  cursor: pointer;
}

.accordeon-click:hover .accordeon-title {
  font-weight: bold;
}

.card {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.scale:hover,
.card-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.linker {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.linker a:hover {
  background: #e6e6e6 !important;
  text-decoration: none;
}

.linker:hover {
  z-index: 99;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.linker:hover img {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.result-student {
  background: white;
}

.result-organization {
  background: #28314e;
  color: white;
}

.news-image {
  height: 180px;
}

@media (max-width: 991px) {
  .main-title {
    font-size: 2.5em;
  }
  .news-section .news-title {
    font-size: 2em;
  }
  .map-image {
    width: 100% !important;
  }
  .map-text {
    margin-top: 20px;
    margin-bottom: 300px;
  }
  footer > .row > *:nth-of-type(odd) {
    border-right: 2px dashed white;
  }
  footer > .row > *:nth-of-type(even) {
    border: 0;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .justify-content-lg-left {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .map-image {
    margin-top: 17vw;
  }
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .map-image {
    margin-top: 22vw;
  }
}

@media (max-width: 767px) {
  .news-image {
    height: auto;
  }
  .linkers.linkers-4 .linker-title {
    font-size: 0.7em;
  }
  .discovery .circle {
    padding: 20px;
  }
  .discovery .discovery-arrow {
    border-width: 8px 7px 0 7px;
  }
  footer > .row > * {
    border-right: 0 !important;
  }
  footer > .row > *:not(:last-of-type) {
    border-bottom: 2px dashed white;
  }
}

@media (max-width: 576px) {
  .accordeon-title {
    font-size: 1.3em;
  }
  .discovery .circle {
    padding: 15px;
  }
  .map-image {
    margin-top: 45vw;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
