@charset "utf-8";
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/didactgothic/v19/ahcfv8qz1zt6hCC5G4F_P4ASpUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwM.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwM.ttf) format('truetype');
}
/****** GENERAL ELEMENTS - STARTS HERE ******/
.float_breaker:after {
  content: "";
  clear: both;
  display: block;
}
hr {
  height: 1px;
  background: #e1dde4;
  border: none;
  margin: 20px 0;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bolden {
  font-weight: 700;
}
.colored_text {
  color: #560f61;
}
::selection {
  background: #ffe000;
}
::-moz-selection {
  background: #ffe000;
}
.shadow_one {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
}
.shadow_two {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
}
.shadow_three {
  -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.04));
}
.no_shadow {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.margin_top_0 {
  margin-top: 0;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_25 {
  margin-top: 25px;
}
.margin_top_30 {
  margin-top: 30px;
}
/* width */
::-webkit-scrollbar {
  width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #560f61;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d032d;
}
.background_basics {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
}
.user_select_false {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ellipsis_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.word_breaker {
  word-break: break-word;
}
.preloader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #560f61;
  font-size: 1.1rem;
  display: inline-flex;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
}
.preloader > div > div:last-child {
  flex: 1;
  padding: 0 0 0 10px;
}
.preloader > div img {
  width: 110px;
}
.preloader.mini > div {
  font-size: 0.9rem;
}
.preloader.icon_only > div {
  display: inline-block;
}
.preloader.popup > div {
  background: #fff;
  padding: 60px;
  margin: 10% 0 0 0;
}
.preloader.load_more {
  text-align: center;
  padding: 30px;
}
.preloader.for_search {
  text-align: center;
  padding: 30px 0;
}
.preloader.for_media {
  padding: 4px !important;
}
.preloader.for_media > div img {
  width: 70px;
}
.preloader_fullscreen {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 3, 45, 0.8);
  display: table;
}
.preloader_fullscreen > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader_fullscreen > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #560f61;
  font-size: 1.4rem;
  display: inline-flex;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  background: #fff;
  padding: 40px;
}
.preloader_fullscreen > div > div img {
  width: 140px;
}
.preloader_fullscreen > div > div > div:last-child {
  flex: 1;
  padding: 0 0 0 10px;
}
.logging_out {
  position: fixed;
  z-index: 13;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: table;
}
.logging_out > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.line_separator {
  position: relative;
  margin: 40px 0;
  background: #b99cbd;
}
.line_separator > div:first-child {
  position: absolute;
  width: 100%;
}
.line_separator > div:first-child > div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #560f61;
  margin: -3px auto 0 auto;
}
.line_separator > div:last-child {
  width: 50%;
  height: 3px;
  background: #ffe000;
}
.line_separator.mini {
  margin: 40px 0;
}
.line_separator.no_padding {
  margin: 10px 30px 0 30px;
}
.para_formatted {
  line-height: 160%;
  font-weight: 500;
}
/****** GENERAL ELEMENTS - ENDS HERE ******/
/****** MAIN PAGE ELEMENTS - STARTS HERE ******/
* {
  box-sizing: border-box;
}
body {
  background: #f2f1f9;
  font-family: 'Didact Gothic', sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
img {
  border: none;
  display: block;
}
video {
  border: none;
  display: block;
}
.headerCrossStyling {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 105%;
}
.headerCrossStyling.counter > span {
  display: inline-block;
  padding: 5px 10px;
  background: #1d032d;
  color: #560f61;
  margin: 0 0 0 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
h1 {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 105%;
  font-size: 4rem;
  letter-spacing: -3px;
  font-weight: 300;
}
h1.counter > span {
  display: inline-block;
  padding: 5px 10px;
  background: #1d032d;
  color: #560f61;
  margin: 0 0 0 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
h2 {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 105%;
  font-size: 2rem;
}
h2.counter > span {
  display: inline-block;
  padding: 5px 10px;
  background: #1d032d;
  color: #560f61;
  margin: 0 0 0 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
h3 {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 105%;
  font-size: 1.6rem;
}
h3.counter > span {
  display: inline-block;
  padding: 5px 10px;
  background: #1d032d;
  color: #560f61;
  margin: 0 0 0 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
h4 {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 105%;
  font-size: 1.2rem;
  line-height: 110%;
}
h4.counter > span {
  display: inline-block;
  padding: 5px 10px;
  background: #1d032d;
  color: #560f61;
  margin: 0 0 0 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
h5,
h6 {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 105%;
}
/****** MAIN PAGE ELEMENTS - ENDS HERE ******/
/****** INPUTS, ERRORS AND BUTTONS - STARTS HERE ******/
::-webkit-input-placeholder {
  color: #b99cbd;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b99cbd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b99cbd;
}
:-ms-input-placeholder {
  color: #b99cbd;
}
.frm_err {
  display: table;
  width: 100%;
  max-width: 900px;
  padding: 5px 10px;
  color: #fff;
  background: #d60434;
  margin: 0 0 5px 0;
  font-size: 1rem;
  text-align: left;
}
.frm_err > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.frm_err > div:first-child {
  width: 45px;
}
.frm_err.large {
  font-size: 1.5rem;
  padding: 0;
  background: transparent;
  color: #560f61;
}
.floating_frm_err {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  font-weight: 700;
  display: none;
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  background: #d60434;
  font-size: 1rem;
  text-align: center;
}
.frm_success {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #1d032d;
  background: #ffe000;
  padding: 10px 20px;
}
.frm_success > div {
  padding: 10px;
}
.frm_success > div:first-child {
  font-size: 1.5rem;
}
.frm_success > div:last-child {
  flex: 1;
}
.asterisk {
  font-weight: 700;
  margin: 0 0 0 5px;
  color: #560f61;
}
.textbox {
  display: block;
  padding: 15px;
  border: 1px solid #b99cbd;
  resize: vertical;
  outline: none;
  width: 100%;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  color: #222;
  transition: 0.3s ease;
}
.textbox.textarea {
  height: 180px;
}
.textbox.textarea.short {
  height: 100px;
}
.textbox.textarea.fixed {
  height: 140px;
  resize: none;
}
.textbox.super_select {
  padding: 40px 25px;
  font-size: 1.3rem;
}
.textbox.block_letters {
  text-transform: uppercase;
}
.textbox:hover {
  background: #f0edf3;
  border-color: #e1dde4;
}
.textbox:focus {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  border-color: #560f61;
}
.editorjs_holder {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  border: 1px solid #b99cbd;
  padding: 40px 60px;
}
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background: #560f61;
  transition: 0.3s ease;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.button:hover {
  background: #1d032d;
  -webkit-filter: drop-shadow(0 0 25px rgba(51, 2, 0, 0.2));
  filter: drop-shadow(0 0 25px rgba(51, 2, 0, 0.2));
}
.button:active {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  background: #f1d406;
}
.button.basic {
  padding: 18px;
}
.button.basic i {
  padding: 0;
  margin: 0;
}
.button.basic:hover {
  background: #1d032d;
}
.button.basic:hover i {
  background: #1d032d;
}
.button.basic:active {
  background: #f1d406;
}
.button.basic:active i {
  background: #f1d406;
}
.button i {
  font-size: 0.9rem;
  margin: 0 10px 0 0;
}
.button.icon {
  padding: 7px 12px;
}
.button.icon i {
  font-size: 0.9rem;
  margin: 0;
}
.button.big {
  display: block;
  margin: 0 30px 15px 30px;
  text-align: center;
  padding: 30px;
}
.button.whitened {
  color: #560f61;
  background: #fff;
}
.button.whitened:hover {
  background: #e1dde4;
}
/****** INPUTS, ERRORS AND BUTTONS - ENDS HERE ******/
/****** NAVIGATION, BANNER, FOOTER AND LINKS - STARTS HERE ******/
.banner {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  display: flex;
}
.banner > div:first-child {
  flex: 1;
  padding: 10px 30px;
}
.banner #logo {
  width: 50px;
}
.banner #logo img {
  width: 100%;
}
.navigation {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  background: #fff;
  z-index: 8;
  height: 100%;
  padding: 90px 0 20px 0;
}
.navigation > div {
  height: 100%;
}
.navigation > div span {
  display: block;
  color: #aaa;
  text-transform: uppercase;
  margin: 20px 0 10px 30px;
  font-size: 0.8rem;
}
.nav {
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: table;
  width: 100%;
  text-decoration: none;
  transition: 0.3s ease;
  color: #222;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  text-align: left;
  padding: 8px 30px;
}
.nav > div {
  display: table-cell;
  vertical-align: middle;
}
.nav > div:first-child {
  width: 40px;
  color: #560f61;
}
.nav:hover {
  background: #ffe000;
}
.nav:active {
  background: #560f61;
  color: #fff;
}
.nav:active > div:first-child {
  color: #fff;
}
.nav.active {
  background: #560f61;
  color: #fff;
}
.nav.active > div:first-child {
  color: #fff;
}
.nav_icon {
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: table;
  height: 100%;
  text-decoration: none;
  transition: 0.3s ease;
  color: #222;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  text-align: left;
  padding: 8px 20px;
}
.nav_icon:first-child {
  border-left: 1px solid #f0edf3;
}
.nav_icon > div {
  display: table-cell;
  vertical-align: middle;
}
.nav_icon > div:first-child {
  color: #560f61;
  padding: 0 10px 0 0;
}
.nav_icon > div:first-child i {
  font-size: 1.2rem;
}
.nav_icon:hover {
  background: #ffe000;
}
.nav_icon:active {
  background: #560f61;
  color: #fff;
}
.nav_icon:active > div:first-child {
  color: #fff;
}
.nav_icon.active {
  background: #560f61;
  border-color: #560f61;
  color: #fff;
}
.nav_icon.active > div {
  border-color: #560f61;
}
.text_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: 0.3s ease;
  color: #560f61;
}
.text_link:hover {
  border-bottom: 3px solid #ffe000;
}
.text_link i {
  margin: 0 10px 0 0;
  font-size: 0.9rem;
}
.text_link.dark {
  color: #000;
}
.text_link.dark:hover {
  color: #560f61;
}
.text_link.for_icon {
  margin: 0 5px 0 0;
}
.text_link.for_icon i {
  margin: 0;
  font-size: 1.8rem;
}
.text_link.for_icon:last-child {
  margin: 0;
}
.text_link.disabled {
  color: #222;
  cursor: default;
}
.text_link.disabled:hover {
  color: #222;
}
.footer {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 30px;
  color: #999;
  background: #fff;
  font-size: 0.8rem;
  border-radius: 30px 0 0 0;
}
.footer > div {
  display: table;
  margin: 0 auto;
  font-family: 'Didact Gothic', sans-serif;
}
.footer > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.footer > div > div > a > img {
  width: 100px;
}
/****** NAVIGATION, BANNER, FOOTER AND LINKS - ENDS HERE ******/
.blinds {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
}
.blinds.super {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.page_space {
  margin: 65px 0 0 260px;
  padding: 0 0 80px 0;
}
.page_not_found > div:first-child {
  position: relative;
  z-index: 1;
  display: table;
  height: 100%;
  width: 100%;
  padding: 200px 30px 50px 300px;
  text-align: center;
}
.page_not_found > div:first-child h1 {
  font-family: "Exo", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 12rem;
}
.page_not_found > div:first-child h4 {
  text-transform: uppercase;
  color: #1d032d;
  font-family: "Exo", sans-serif;
  font-weight: 600;
}
.page_not_found > div:first-child p {
  font-weight: 700;
  color: #222;
  margin: 0 0 20px 0;
}
.page_not_found > div:last-child {
  position: fixed;
  left: 10%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffe000;
}
.page_not_found > div:last-child img {
  height: 100%;
}
#login_background {
  position: fixed;
  background: #1d032d;
  height: 100%;
  width: 100%;
  z-index: -5;
}
.login_box {
  padding: 40px;
}
.login_box > div:first-child {
  max-width: 120px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.login_box > div:first-child img {
  width: 100%;
}
.login_box > div:last-child {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  background: #fff;
  max-width: 400px;
  margin: 20px auto 0 auto;
}
.login_box > div:last-child > div:first-child {
  color: #fff;
  background: #560f61;
  padding: 40px 30px;
}
.login_box > div:last-child > div:last-child {
  margin: 0 auto;
  padding: 40px 30px;
}
.cube_holder {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.cube_holder .cube_box {
  flex: 0 0 50%;
  padding: 15px;
}
.cube_holder .cube_box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  padding: 50px 40px;
  transition: 0.3s ease;
}
.cube_holder .cube_box > a i {
  font-size: 1.5rem;
  color: #560f61;
}
.cube_holder .cube_box > a > div {
  flex: 1;
}
.cube_holder .cube_box > a > div:first-child {
  flex: 0 0 45px;
}
.cube_holder .cube_box > a:hover {
  background: #ffe000;
}
.cube_holder .cube_box > a:active {
  background: #560f61;
  color: #fff;
}
.cube_holder .cube_box > a:active i {
  color: #fff;
}
.cube_holder .cube_box:nth-child(n+5) {
  flex: 0 0 33.33%;
}
.content_box {
  margin: 0 0 20px 0;
}
.content_box:last-child {
  margin: 0;
}
.content_box.one {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.content_box.one > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 250px;
}
.content_box.one > div:last-child {
  flex: 1;
  padding: 40px 30px;
}
.content_box.two {
  background: #fff;
  padding: 40px 30px;
}
.return_link_holder {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  padding: 30px;
  background: #e1dde4;
}
.return_link_holder > div:first-child .button {
  padding: 5px 10px;
  border-right: 1px solid #e1dde4;
}
.return_link_holder > div:first-child .button i {
  margin: 0;
}
.return_link_holder > div:last-child {
  flex: 1;
  padding: 0 10px;
}
.custom_heading > div:first-child {
  display: inline-block;
  color: #560f61;
}
.custom_heading > div:first-child h3 {
  padding: 15px 0;
  border-bottom: 4px solid #560f61;
}
.custom_heading > div:first-child h4 {
  padding: 15px 0;
  border-bottom: 4px solid #560f61;
}
.custom_heading > div:last-child {
  height: 1px;
  background: #b99cbd;
}
.custom_heading.for_form {
  margin: 20px 20% 0 20%;
}
.major_heading {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: #fff;
}
.major_heading > div:first-child i {
  font-size: 2rem;
  color: #560f61;
}
.major_heading > div:last-child {
  padding: 0 0 0 10px;
  flex: 1;
}
.major_heading > div:last-child > div {
  display: flex;
  flex-wrap: wrap;
}
.major_heading > div:last-child > div > div {
  flex: 1;
}
.major_heading > div:last-child > div > div:last-child {
  text-align: right;
}
.major_heading.make_minor > div:first-child i {
  font-size: 1.5rem;
}
.info_box_holder {
  padding: 0 30px;
}
.info_box.one {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 0 15px 0;
}
.info_box.one:last-child {
  margin: 0;
}
.info_box.one > div:first-child {
  flex: 0 0 80px;
}
.info_box.one > div:first-child img {
  width: 100%;
}
.info_box.one > div:nth-child(2) {
  flex: 1;
  padding: 0 20px;
}
.info_box.one > div:last-child {
  padding: 0 20px;
}
.info_box.one > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.info_box.one > div:last-child .button {
  float: left;
  margin: 0 0 0 3px;
}
.info_box.one.unseen {
  background: #e1dde4;
}
.info_box.one.big_image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 150px;
  height: 100px;
}
.info_box.one.wide_image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 240px;
  height: 100px;
}
.info_box.one.slide_image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 360px;
  height: 180px;
  position: relative;
}
.info_box.one.slide_image > div:first-child > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.info_box.one.portrait_image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 90px;
  height: 110px;
}
.info_box.one.portrait_image > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.info_box.one.portrait_image > div:last-child .button {
  float: left;
  margin: 0 0 0 5px;
}
.info_box.one.border_over_margin {
  margin: 0;
  border-bottom: 1px solid #e1dde4;
}
.info_box.two {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 0 15px 0;
}
.info_box.two:last-child {
  margin: 0;
}
.info_box.two > div {
  padding: 0 20px;
}
.info_box.two > div:first-child {
  flex: 1;
  padding: 30px 20px;
}
.info_box.two > div:last-child {
  padding: 0 20px;
}
.info_box.two > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.info_box.two > div:last-child .button {
  float: left;
  margin: 0 0 0 3px;
}
.info_box.two.unseen {
  background: #e1dde4;
}
.info_box.three {
  margin: 0 0 10px 0;
}
.info_box.three > div:first-child {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.info_box.three > div:first-child:last-child {
  margin: 0;
}
.info_box.three > div:first-child > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 60px;
  height: 80px;
}
.info_box.three > div:first-child > div:nth-child(2) {
  flex: 1;
  padding: 0 20px;
}
.info_box.three > div:first-child > div:nth-child(2) p {
  font-weight: 700;
}
.info_box.three > div:first-child > div:last-child {
  padding: 0 20px;
}
.info_box.three > div:first-child > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.info_box.three > div:first-child > div:last-child .button {
  float: left;
  margin: 0 0 0 3px;
}
.app_functions {
  font-weight: 700;
  padding: 30px;
  text-align: right;
}
.app_functions > div:first-child {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  display: inline-flex;
}
.app_functions > div:first-child > div {
  padding: 0 1px 0 0;
}
.app_functions > div:first-child > div:first-child {
  padding: 0 20px;
  background: none;
}
.app_functions > div:first-child > div:last-child {
  padding: 0;
}
.app_functions > div:first-child > div:last-child .button {
  margin: 0 2px 0 0;
}
.app_functions > div:first-child > div:last-child .button:last-child {
  margin: 0;
}
.app_functions .preloader {
  padding: 15px 20px;
  display: inline-block;
  background: #ffe000;
  margin: 0;
}
.app_functions .frm_err {
  max-width: 100%;
}
.app_functions .notfied {
  background: #fff;
  padding: 15px 20px;
  display: inline-block;
  color: #560f61;
}
.app_functions .notfied i {
  margin: 0 10px 0 0;
}
.app_functions.time_only > div > div:last-child {
  padding: 30px;
}
.app_photo_id {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  background: #fff;
  margin: 0 30px 20px 30px;
}
.app_photo_id > div:first-child {
  flex: 0 0 301px;
}
.app_photo_id > div:first-child img {
  width: 100%;
}
.app_photo_id > div:last-child {
  flex: 1;
}
.app_photo_id > div:last-child > div {
  display: table;
  width: 100%;
}
.app_photo_id > div:last-child > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}
.app_photo_id > div:last-child > div > div:first-child {
  width: 200px;
  color: #560f61;
  background: #f0edf3;
}
.app_photo_id > div:last-child > div:first-child > div {
  padding: 19.5px 20px 5px 20px;
}
.app_photo_id > div:last-child > div:last-child > div {
  padding: 5px 20px 19.5px 20px;
}
.box_holder {
  padding: 0 30px;
}
.box_holder .single {
  padding: 30px;
}
.box_holder .single.with_border {
  border-bottom: 1px solid #e1dde4;
}
.box_holder .single.centered {
  padding: 0;
}
.box_holder .double {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1dde4;
}
.box_holder .double:last-child {
  border-bottom: none;
}
.box_holder .double > div {
  flex: 0 0 50%;
  padding: 30px;
}
.box_holder .double.mini {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_holder .double.mini > div {
  padding: 20px 30px;
}
.box_holder .double.with_remover > div:first-child {
  flex: 1;
}
.box_holder .double.with_remover > div:last-child {
  flex: inherit;
}
.box_holder .double.with_remover > div:last-child .button {
  padding: 10px;
}
.box_holder .double.with_remover > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.box_holder .double.with_remover > div:last-child i {
  margin: 0;
}
.box_holder .double.simple_padding {
  padding: 20px 0 0 0;
}
.box_holder .double.simple_padding > div:first-child {
  padding: 0 15px 0 0;
}
.box_holder .double.simple_padding > div:last-child {
  padding: 0 0 0 15px;
}
.box_holder .triple {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1dde4;
}
.box_holder .triple:last-child {
  border-bottom: none;
}
.box_holder .triple > div {
  flex: 0 0 33.33%;
  padding: 30px;
}
.box_holder .triple.simple_padding {
  padding: 20px 0 0 0;
}
.box_holder .triple.simple_padding > div:first-child {
  padding: 0;
}
.box_holder .triple.simple_padding > div:nth-child(2) {
  padding: 0 15px;
}
.box_holder .triple.simple_padding > div:last-child {
  padding: 0;
}
.box_holder .triple.for_calendar {
  padding: 20px 0 0 0;
}
.box_holder .triple.for_calendar > div {
  padding: 0;
}
.box_holder .triple.for_calendar > div .textarea {
  height: 100px;
}
.box_holder .triple.for_calendar > div:first-child {
  flex: 0 0 450px;
}
.box_holder .triple.for_calendar > div:nth-child(2) {
  flex: 1;
  padding: 0 15px;
}
.box_holder .triple.for_calendar > div:last-child {
  flex: 0 0 100px;
}
.box_holder .triple.with_remover > div:first-child {
  flex: 0 0 100px;
}
.box_holder .triple.with_remover > div:nth-child(2) {
  flex: 1;
}
.box_holder .triple.with_remover > div:last-child {
  flex: inherit;
}
.box_holder .triple.with_remover > div:last-child .button {
  padding: 10px;
}
.box_holder .triple.with_remover > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.box_holder .triple.with_remover > div:last-child i {
  margin: 0;
}
.box_holder .quad {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1dde4;
}
.box_holder .quad:last-child {
  border-bottom: none;
}
.box_holder .quad > div {
  flex: 0 0 25%;
  padding: 30px;
}
.box_holder .quad.for_course_basic {
  padding: 20px 0 0 0;
}
.box_holder .quad.for_course_basic > div {
  padding: 0;
  flex: inherit;
}
.box_holder .quad.for_course_basic > div:first-child {
  flex: 1;
}
.box_holder .quad.for_course_basic > div:nth-child(2) {
  padding: 0 15px;
}
.box_holder .quad.for_course_basic > div:last-child {
  padding: 0 0 0 15px;
}
.box_holder .quad.with_remover > div:first-child {
  flex: 0 0 100px;
}
.box_holder .quad.with_remover > div:nth-child(2) {
  flex: 0 0 400px;
}
.box_holder .quad.with_remover > div:nth-child(3) {
  flex: 1;
}
.box_holder .quad.with_remover > div:last-child {
  flex: inherit;
}
.box_holder .quad.with_remover > div:last-child .button {
  padding: 10px;
}
.box_holder .quad.with_remover > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.box_holder .quad.with_remover > div:last-child i {
  margin: 0;
}
.box_holder .form_holder {
  padding: 30px 20% 0 20%;
}
.box_holder .date_two {
  display: flex;
  flex-wrap: wrap;
}
.box_holder .date_two > div {
  flex: 0 0 50%;
}
.box_holder .date_two > div:first-child {
  padding: 0 5px 0 0;
}
.box_holder .date_two > div:last-child {
  padding: 0 0 0 5px;
}
.box_holder .date_full {
  display: flex;
  flex-wrap: wrap;
}
.box_holder .date_full > div {
  flex: 1;
}
.box_holder .date_full > div:nth-child(2) {
  padding: 0 5px;
}
.box_holder .date_full > div:nth-child(4) {
  padding: 0 5px;
}
.box_holder .time_full {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px -2.5px 0 -2.5px;
}
.box_holder .time_full > div {
  padding: 0 2.5px;
  flex: 1;
}
.box_holder .time_full > div:nth-child(3) {
  flex: 0 0 40px;
  text-align: center;
}
.box_holder .no_information {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.box_holder .with_background {
  background: #fff;
}
.box_holder.remove_bolden {
  font-weight: 400;
}
.box_holder.centered {
  max-width: 500px;
  margin: 0 auto;
}
.event_intro {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 30px;
}
.event_intro > div:first-child,
.event_intro > div:nth-child(2) {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 350px;
  height: 300px;
  position: relative;
}
.event_intro > div:first-child > div,
.event_intro > div:nth-child(2) > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.event_intro > div:nth-child(2) {
  border-left: 1px solid #b99cbd;
}
.event_intro > div:last-child {
  flex: 1;
  padding: 20px;
}
.event_intro > div:last-child > div {
  margin: 10px 0 0 0;
}
.event_intro > div:last-child > div:first-child {
  margin: 0;
}
.event_intro > div:last-child > div h5 {
  color: #560f61;
}
.event_intro.mini > div:first-child {
  flex: 0 0 225px;
  height: 150px;
}
.slide_intro {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 30px;
}
.slide_intro > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  flex: 0 0 600px;
  height: 480px;
  position: relative;
}
.slide_intro > div:first-child > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.slide_intro > div:last-child {
  flex: 1;
  padding: 20px;
}
.slide_intro > div:last-child > div {
  margin: 10px 0 0 0;
}
.slide_intro > div:last-child > div:first-child {
  margin: 0;
}
.slide_intro > div:last-child > div h5 {
  color: #560f61;
}
.slide_intro.mini > div:first-child {
  flex: 0 0 225px;
  height: 150px;
}
.page_intro {
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  margin: 0 30px 20px 30px;
  padding: 30px;
}
#pdf_canvas_holder {
  text-align: center;
  background: #e1dde4;
}
#pdf_canvas_holder canvas {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  margin: 30px 0 0 0;
}
.media_center {
  position: fixed;
  z-index: 11;
  background: rgba(29, 3, 45, 0.8);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}
.media_center > .media_center_inner {
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.media_center > .media_center_inner > div:first-child {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1dde4;
}
.media_center > .media_center_inner > div:first-child > div {
  display: table-cell;
  vertical-align: top;
}
.media_center > .media_center_inner > div:first-child > div:last-child {
  text-align: right;
}
.media_center > .media_center_inner > div:first-child > div:last-child i {
  margin: 0;
  font-size: 1.3rem;
}
.media_center > .media_center_inner > div:nth-child(2) {
  overflow-y: auto;
  flex: 1;
}
.media_center > .media_center_inner > div:nth-child(2) .media_box_holder {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5px;
}
.media_center .media_box.image {
  flex: 0 0 20%;
  padding: 2.5px;
}
.media_center .media_box.image > div {
  position: relative;
}
.media_center .media_box.image > div > div:first-child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  height: 140px;
  transition: 0.3s ease;
}
.media_center .media_box.image > div > div:first-child:hover {
  filter: brightness(140%);
}
.media_center .media_box.image > div > .btn_holder {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  position: absolute;
  top: 0;
  right: 0;
}
.media_center .media_box.image > div > .btn_holder a {
  padding: 10px;
  margin: 0 0 0 3px;
}
.media_center .media_box.image > div > .btn_holder a i {
  margin: 0;
}
.media_center .media_box.image > div > .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.media_center .media_box.audio {
  flex: 0 0 100%;
  padding: 5px 10px;
}
.media_center .media_box.audio > div {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  background: #fff;
  transition: 0.3s ease;
  border: 1px solid #e1dde4;
}
.media_center .media_box.audio > div > div:first-child {
  flex: 0 0 55%;
  background: #f1f3f4;
}
.media_center .media_box.audio > div > div:first-child audio {
  width: 100%;
  display: block;
}
.media_center .media_box.audio > div > div:nth-child(2) {
  font-weight: 700;
  flex: 1;
}
.media_center .media_box.audio > div > div:nth-child(2) .audio_dp_name {
  padding: 0 20px;
  display: block;
  font-size: 0.9rem;
  line-height: 100%;
}
.media_center .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe000;
}
.media_center .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:first-child {
  flex: 1;
  padding: 16px 20px;
}
.media_center .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:last-child {
  padding: 0 0 0 10px;
}
.media_center .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:last-child .button:first-child {
  margin: 0 3px 0 0;
}
.media_center .media_box.audio > div > div:last-child {
  text-align: center;
}
.media_center .media_box.audio > div > div:last-child .button {
  padding: 16px 15px;
  margin: 0 0 0 3px;
}
.media_center .media_box.audio > div > div:last-child .button i {
  margin: 0;
}
.media_center .media_chosen.image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.media_center .media_chosen.image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  background-size: contain;
  flex: 1;
  height: 100%;
}
.media_center .media_chosen.image > div:last-child {
  padding: 30px 60px;
}
.media_center .media_chosen.image > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.media_center .media_chosen.audio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.media_center .media_chosen.audio > div {
  flex: 0 0 50%;
  height: 100%;
}
.media_center .media_chosen.audio > div:last-child {
  padding: 30px 60px;
}
.media_center .media_chosen.audio > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.media_center .media_chosen .preloader {
  padding: 10px;
}
.media_center .preloader {
  background: none;
  padding: 30px 60px;
  text-align: center;
}
.media_center .preloader.for_audio {
  padding: 0 10px;
}
.media_base.with_padding_reverse {
  margin: -2.5px;
}
.media_base .media_box_holder {
  display: flex;
  flex-wrap: wrap;
}
.media_base .media_box.image {
  flex: 0 0 25%;
  padding: 2.5px;
}
.media_base .media_box.image > div {
  position: relative;
}
.media_base .media_box.image > div > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  height: 170px;
  transition: 0.3s ease;
}
.media_base .media_box.image > div > .btn_holder {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  position: absolute;
  top: 0;
  right: 0;
}
.media_base .media_box.image > div > .btn_holder a {
  padding: 10px;
  margin: 0 0 0 3px;
}
.media_base .media_box.image > div > .btn_holder a i {
  margin: 0;
}
.media_base .media_box.image > div > .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.media_base .media_box.audio {
  flex: 0 0 100%;
  padding: 0 0 10px 0;
}
.media_base .media_box.audio:last-child {
  padding: 0;
}
.media_base .media_box.audio > div {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  background: #fff;
  transition: 0.3s ease;
  border: 1px solid #e1dde4;
}
.media_base .media_box.audio > div > div:first-child {
  flex: 0 0 55%;
  background: #f1f3f4;
}
.media_base .media_box.audio > div > div:first-child audio {
  width: 100%;
  display: block;
}
.media_base .media_box.audio > div > div:nth-child(2) {
  font-weight: 700;
  flex: 1;
}
.media_base .media_box.audio > div > div:nth-child(2) .audio_dp_name {
  padding: 0 20px;
  display: block;
  font-size: 0.9rem;
  line-height: 100%;
}
.media_base .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe000;
}
.media_base .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:first-child {
  flex: 1;
  padding: 16px 20px;
}
.media_base .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:last-child {
  padding: 0 0 0 10px;
}
.media_base .media_box.audio > div > div:nth-child(2) .audio_select_confirm_box > div:last-child .button:first-child {
  margin: 0 3px 0 0;
}
.media_base .media_box.audio > div > div:last-child {
  text-align: center;
}
.media_base .media_box.audio > div > div:last-child .button {
  padding: 16px 15px;
}
.media_base .media_box.audio > div > div:last-child .button i {
  margin: 0;
}
.media_base .media_box.audio > div > div:last-child .button:last-child {
  margin: 0 0 0 3px;
}
.media_base .media_box.youtube {
  flex: 0 0 25%;
  padding: 2.5px;
}
.media_base .media_box.youtube > div {
  position: relative;
}
.media_base .media_box.youtube > div > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  height: 170px;
  transition: 0.3s ease;
}
.media_base .media_box.youtube > div > .btn_holder {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  position: absolute;
  top: 0;
  right: 0;
}
.media_base .media_box.youtube > div > .btn_holder a {
  padding: 10px;
  margin: 0 0 0 3px;
}
.media_base .media_box.youtube > div > .btn_holder a i {
  margin: 0;
}
.media_base .media_box.youtube > div > .caption {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.media_base .media_box.youtube > div > .caption > a {
  display: block;
  padding: 10px;
  background: #560f61;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  transition: 0.3s ease;
}
.media_base .media_box.youtube > div > .caption:hover > a {
  padding: 30px 10px 60px 10px;
  opacity: 0.8;
}
.media_base .media_box.youtube > div > .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.media_base .media_chosen.image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.media_base .media_chosen.image > div:first-child {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  background-size: contain;
  flex: 1;
  height: 100%;
}
.media_base .media_chosen.image > div:last-child {
  padding: 30px 60px;
}
.media_base .media_chosen.image > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.media_base .media_chosen.audio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.media_base .media_chosen.audio > div {
  flex: 0 0 50%;
  height: 100%;
}
.media_base .media_chosen.audio > div:last-child {
  padding: 30px 60px;
}
.media_base .media_chosen.audio > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.media_base .media_chosen .preloader {
  padding: 10px;
}
.media_base .preloader {
  background: none;
  padding: 30px 60px;
  text-align: center;
}
.media_base .preloader.for_audio {
  padding: 0 10px;
}
.crop_center {
  display: none;
  position: fixed;
  z-index: 11;
  background: rgba(29, 3, 45, 0.8);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 20px 70px 20px;
  text-align: center;
}
.crop_center > .crop_center_inner {
  height: 480px;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.crop_center > .crop_center_inner > div:first-child {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1dde4;
}
.crop_center > .crop_center_inner > div:first-child > div {
  display: table-cell;
  vertical-align: top;
}
.crop_center > .crop_center_inner > div:first-child > div:last-child {
  text-align: right;
}
.crop_center > .crop_center_inner > div:first-child > div:last-child i {
  margin: 0;
  font-size: 1.3rem;
}
.crop_center > .crop_center_inner > div:last-child {
  flex: 1;
}
.crop_center > .crop_center_inner > div:last-child > div {
  display: flex;
  height: 100%;
}
.crop_center > .crop_center_inner > div:last-child > div > div {
  height: 100%;
}
.crop_center > .crop_center_inner > div:last-child > div > div:first-child {
  flex: 1;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options {
  padding: 20px;
  width: 280px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options > span {
  font-weight: 700;
  display: block;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1dde4;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #fff;
  border: 1px solid #e1dde4;
  padding: 20px;
  margin: 0 auto 10px auto;
  transition: 0.3s ease;
  max-width: 160px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect:hover {
  background: #b99cbd;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect.active {
  background: #ffe000;
  border-color: #ffe000;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect#aspect_3to4 {
  width: 75px;
  height: 100px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect#aspect_1to1 {
  width: 80px;
  height: 80px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect#aspect_16to9 {
  padding: 25px 20px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options .cropper_aspect#aspect_21to9 {
  padding: 10px 20px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options > div:nth-child(2) {
  overflow-y: auto;
  height: 280px;
}
.crop_center > .crop_center_inner > div:last-child > div > div.cropper_options > div:last-child {
  border-top: 1px solid #e1dde4;
  padding: 10px 0 0 0;
}
.crop_center .preloader {
  background: none;
  padding: 10px;
  text-align: center;
}
.dropzone_holder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 -10px 25px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -10px 25px rgba(0, 0, 0, 0.15));
  flex: 0 0 180px;
  transition: 0.3s ease;
  background: #fff;
  display: none;
}
.dropzone_holder.for_research {
  display: block;
  flex: none;
  height: 180px;
}
.dropzone_holder.for_base {
  display: block;
  flex: none;
  height: 180px;
  margin: 0 0 20px 0;
}
.dropzone_holder .media_dropzone {
  width: 100%;
  height: 100%;
  border: 3px dashed #b99cbd;
  padding: 5px;
}
.dropzone_holder .media_dropzone .dz-preview {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image {
  width: 130px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image img {
  width: 100%;
}
.dropzone_holder .media_dropzone .dz-preview .dz-details {
  display: none;
  opacity: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress {
  width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0 -20px 10px rgba(51, 2, 0, 0.15));
  filter: drop-shadow(0 -20px 10px rgba(51, 2, 0, 0.15));
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress > span {
  background: #560f61;
  height: 8px;
  width: 0;
  display: block;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-message {
  display: none;
  background: #560f61;
  position: absolute;
  color: #fff;
  bottom: 4px;
  padding: 10px;
  font-size: 0.8rem;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark svg {
  width: 30px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark svg {
  width: 30px;
}
.dropzone_holder #disp_message {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.dropzone_holder #disp_message > div {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  color: #b99cbd;
  font-size: 1.5rem;
}
.dropzone_holder #disp_message.hide {
  display: none;
}
.dropzone_holder.dragover {
  opacity: 1;
  pointer-events: all;
}
.dropzone_holder.dragover #disp_message {
  background: #f0edf3;
  box-shadow: inset 0 0 20px #b99cbd;
}
.enquiry_intro {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  margin: 0 30px 20px 30px;
  padding: 20px;
}
.enquiry_intro > div {
  padding: 20px;
  flex: 0 0 33.33%;
}
.enquiry_intro > div h5 {
  color: #560f61;
}
.audio_displayer {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  background: #f1f3f4;
  padding: 20px;
}
.audio_displayer audio {
  width: 100%;
}
.event_progress {
  padding: 8px 16px;
  background: #b99cbd;
  color: #560f61;
  font-size: 0.8rem;
  display: inline-block;
}
.event_progress.ongoing {
  background: #f1d406;
  color: #1d032d;
}
.event_progress.upcoming {
  background: #560f61;
  color: #fff;
}
.page_image {
  text-align: center;
  background: #fff;
}
.page_image > div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #e1dde4;
  padding: 200px 25px 25px 25px;
}
.page_image > h5 {
  padding: 20px;
}
.page_link {
  font-weight: 700;
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}
.page_link i {
  margin: 0 10px;
  color: #560f61;
}
.deletion_center {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 3, 45, 0.8);
  display: table;
}
.deletion_center > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.deletion_center > div > div {
  display: inline-block;
}
.deletion_center > div > div > .deletion_center_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #560f61;
  font-size: 1.2rem;
  font-family: 'Didact Gothic', sans-serif;
  background: #fff;
  padding: 30px;
}
.deletion_center > div > div > .deletion_center_inner > div:last-child {
  flex: 1;
  padding: 0 0 0 20px;
  text-align: right;
}
.deletion_center > div > div > .deletion_center_inner > div:last-child .button:first-child {
  margin: 0 5px 0 0;
}
.searcher_holder {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  margin: 30px;
  border-bottom: 3px solid #560f61;
}
.searcher_holder .textbox {
  font-size: 1.3rem;
  padding: 30px;
  border: none;
}
.searcher_holder.no_top_margin {
  margin: 0 30px 20px 30px;
}
.search_counter {
  font-weight: 700;
  padding: 10px;
  background: #560f61;
  color: #fff;
  text-align: center;
}
.no_results {
  display: table;
  padding: 20px;
  margin: 0 auto;
}
.no_results > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  color: #560f61;
}
.no_results > div i {
  font-size: 3.5rem;
}
.load_more_complete {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  color: #560f61;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}
.load_more_complete > div:first-child {
  flex: 1;
  height: 3px;
  background: #b99cbd;
}
.load_more_complete > div:nth-child(2) {
  padding: 0 20px;
}
.load_more_complete > div:last-child {
  flex: 1;
  height: 3px;
  background: #ffe000;
}
.internal_action_center {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 3, 45, 0.8);
  display: table;
}
.internal_action_center > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.internal_action_center > div > div {
  display: inline-block;
  max-width: 800px;
}
.internal_action_center > div > div > div {
  background: #fff;
}
.internal_action_center > div > div > div > div {
  text-align: left;
}
.internal_action_center > div > div > div > div:first-child {
  display: flex;
  background: #560f61;
  padding: 25px;
  color: #fff;
}
.internal_action_center > div > div > div > div:first-child > div {
  padding: 5px;
}
.internal_action_center > div > div > div > div:first-child > div i {
  font-size: 1.4rem;
  margin: 3px 0 0 0;
}
.internal_action_center > div > div > div > div:first-child > div:last-child {
  flex: 1;
}
.internal_action_center > div > div > div > div:last-child {
  padding: 30px;
}
.internal_action_center > div > div > div > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.internal_action_center > div > div > div > div:last-child p {
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}
.internal_action_center > div > div > div > div:last-child .button {
  float: left;
}
.internal_action_center > div > div > div > div:last-child .button:last-child {
  margin: 0 0 0 5px;
}
.counter_holder {
  display: flex;
  flex-wrap: wrap;
  padding: 0 22.5px 15px 22.55px;
  margin: -15px 0 0 0;
}
.counter_holder .counter_box {
  padding: 7.5px;
}
.counter_holder .counter_box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background: #fff;
  padding: 15px 30px;
  transition: 0.3s ease;
}
.counter_holder .counter_box > div > div {
  padding: 10px;
}
.ticket_approver.has_tickets {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 30px 15px 30px;
  padding: 0 0 0 10px;
}
.ticket_approver.has_tickets > div {
  padding: 20px;
}
.ticket_approver.has_tickets > div:first-child {
  flex: 1;
}
.ticket_approver.has_tickets > div:nth-child(2) > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe000;
}
.ticket_approver.has_tickets > div:nth-child(2) > div > div .button {
  padding: 15px;
}
.ticket_approver.has_tickets > div:nth-child(2) > div > div:nth-child(2) {
  padding: 10px 30px;
}
.ticket_approver.has_tickets > div:nth-child(2) > div input {
  display: none;
}
.ticket_approver.has_tickets > div:last-child {
  text-align: right;
  padding: 20px 20px 20px 0;
}
.ticket_approver.has_tickets > div:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.ticket_holder {
  display: flex;
  flex-wrap: wrap;
}
.ticket_holder > .ticket_box {
  flex: 0 0 33.33%;
}
.ticket_holder > .ticket_box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px;
  border: 1px solid #f0edf3;
}
.ticket_holder > .ticket_box > div > div:first-child {
  flex: 1;
}
.ticket_holder > .no_information {
  flex: 1;
}
.post_content {
  padding: 80px 50px;
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
}
.post_content p {
  margin: 20px 0;
}
.post_content p a {
  color: #c808e6;
  transition: 0.3s ease;
}
.post_content p a:hover {
  color: #560f61;
  border-bottom: 3px solid #ffe000;
}
.post_content h4 {
  margin: 20px 0;
}
.post_content h4 a {
  color: #c808e6;
  transition: 0.3s ease;
}
.post_content h4 a:hover {
  color: #1d032d;
  border-bottom: 3px solid #560f61;
}
.post_content .image {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  margin: 30px 0;
  background: #fff;
}
.post_content .image > div:first-child img {
  width: 100%;
}
.post_content .image.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
}
.post_content .embed {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  margin: 30px 0;
  background: #fff;
}
.post_content .embed > div:first-child iframe {
  width: 100%;
}
.post_content .embed.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
}
.post_content table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.post_content table tr th {
  border: 1px solid #e1dde4;
  padding: 15px;
  background: #f0edf3;
  text-align: left;
}
.post_content table tr td {
  border: 1px solid #f0edf3;
  padding: 15px;
  text-align: left;
}
.post_content .quote {
  margin: 45px auto 30px auto;
  max-width: 500px;
  position: relative;
}
.post_content .quote > div:first-child {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #fff;
  transition: 0.3s ease;
}
.post_content .quote > div:first-child > div:first-child {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 40px 30px 30px 30px;
}
.post_content .quote > div:first-child > div:last-child {
  font-weight: 700;
  border-top: 1px solid #f0edf3;
  padding: 20px 30px;
  color: #b99cbd;
}
.post_content .quote > div:last-child {
  position: absolute;
  top: -25px;
  left: 40px;
  padding: 14px 16px;
  border-radius: 50%;
  background: #560f61;
  color: #fff;
  font-size: 1.4rem;
}
.post_content .link {
  margin: 30px 0;
}
.post_content .link > a {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #fff;
  padding: 30px;
  transition: 0.3s ease;
}
.post_content .link > a > div:first-child {
  font-weight: 700;
  font-size: 1.2rem;
}
.post_content .link > a > div:nth-child(2) {
  font-weight: 700;
  border-bottom: 1px solid #f0edf3;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.post_content .link > a > div:last-child {
  font-size: 0.9rem;
  color: #b99cbd;
}
.post_content .attachment {
  margin: 30px 0;
}
.post_content .attachment > a {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease;
}
.post_content .attachment > a > div {
  padding: 15px;
}
.post_content .attachment > a > div:first-child {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 20px;
}
.post_content .attachment > a > div:nth-child(2) {
  flex: 1;
}
.post_content .attachment > a > div:last-child {
  color: #eee;
}
.post_content .attachment > a:hover {
  background: #f0edf3;
}
.post_content .attachment > a:hover > div:last-child {
  color: #fff;
}
.post_content .attachment.doc > a > div:first-child,
.post_content .attachment.docx > a > div:first-child {
  background: #295394;
}
.post_content .attachment.ppt > a > div:first-child,
.post_content .attachment.pptx > a > div:first-child {
  background: #c54830;
}
.post_content .attachment.xls > a > div:first-child,
.post_content .attachment.xlsx > a > div:first-child {
  background: #1f6e43;
}
.post_content .attachment.pdf > a > div:first-child {
  background: #f20f00;
}
.post_content .attachment.rtf > a > div:first-child {
  background: #157efb;
}
.post_content .attachment.txt > a > div:first-child {
  background: #000;
}
.quotes_holder {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.quotes_holder .quote {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 10px;
}
.quotes_holder .quote > div {
  position: relative;
}
.quotes_holder .quote > div > div:first-child {
  font-weight: 700;
  flex: 1;
  background: #fff;
  display: table;
  width: 100%;
}
.quotes_holder .quote > div > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
}
.quotes_holder .quote > div > div:first-child > div img {
  width: 100%;
}
.quotes_holder .quote > div > div:first-child > div p {
  padding: 40px 30px;
}
.quotes_holder .quote > div > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
