body, * {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blur-container {
  filter: blur(3px);
  background-color: rgba(240, 240, 240, 0.8);
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: solid 5px #FFF;
}
.header .header-info-bar {
  padding-top: 0;
}
.header .header-info-bar .logo-wrapper {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.header .header-top {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  color: rgba(255, 240, 223, 0.7);
  gap: 20px;
}
.header .header-top .nav-link {
  padding: 0 !important;
}
.header .header-top .header-top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header .header-top .header-auth {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .header-extra, .header .sticky-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-extra .menu, .header .sticky-header .menu {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-extra .menu a, .header .sticky-header .menu a {
  color: #F0F0F0;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
}
.header .header-extra .menu a span, .header .sticky-header .menu a span {
  font-weight: bold;
}
.header .header-extra .menu a.active span, .header .header-extra .menu a:hover span, .header .sticky-header .menu a.active span, .header .sticky-header .menu a:hover span {
  color: #e79704;
}
.header .sticky-header .menu a {
  color: #404040;
}
.header .sticky-header.not-fixed {
  display: none;
}

.swiper-wrapper .swiper-slide .backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.dz-bnr-inr .dz-bnr-inr-entry {
  height: 400px;
  padding-top: 150px;
}

.jorci .content {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.jorci .content .title {
  line-height: 4rem;
  font-size: 3.6rem;
}
.jorci .content .sub-title {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2rem;
  font-size: 1.6rem;
}
.jorci .content .btn {
  font-size: 20px;
}
.jorci .content .bg-wrapper {
  position: relative;
}
.jorci .content .bg-wrapper .bg1 {
  position: absolute;
  top: 240px;
  width: 280px;
  border: solid 6px #FFF;
}
.jorci .content .bg-wrapper .bg2 {
  position: absolute;
  right: -100px;
}

.article {
  background-color: #F8F8F8;
}
.article .content {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article .content .title {
  line-height: 4rem;
  font-size: 3.6rem;
}
.article .content .sub-title {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2rem;
  font-size: 1.6rem;
}
.article .content .btn {
  font-size: 20px;
}
.article .content .bg-wrapper {
  position: relative;
}
.article .content .bg-wrapper .bg1 {
  position: absolute;
  top: 300px;
  width: 380px;
  border: solid 6px #F8F8F8;
  right: 40px;
}
.article .content .bg-wrapper .bg2 {
  position: absolute;
  left: -100px;
}

.conferences .cover {
  background-color: rgba(0, 0, 0, 0.8);
}
.conferences .content {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.conferences .content .title {
  color: #F0F0F0;
  line-height: 4rem;
  font-size: 3.6rem;
}
.conferences .content .sub-title {
  color: #35b191;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2rem;
  font-size: 1.6rem;
}
.conferences .content .btn {
  font-size: 20px;
}
.conferences .content .bg-wrapper {
  position: relative;
}
.conferences .content .bg-wrapper .bg1 {
  position: absolute;
  top: 240px;
  width: 280px;
  border: solid 6px #FFF;
}
.conferences .content .bg-wrapper .bg2 {
  position: absolute;
  right: -100px;
}

.modal .tox-tinymce {
  overflow: visible !important;
}

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