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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  outline: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

section {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

main.page,
app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

main.content {
  flex: 1 0 auto;
}

.ie-sucks {
  display: none;
}

.container {
  transition: 0.3s max-width cubic-bezier(0.37, 0, 0.63, 1);
}

#content-main {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}

a,
a > * {
  cursor: pointer !important;
}

.d-flex {
  display: flex;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 577px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container.fluid {
  min-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: rgb(15, 15, 15);
}

::selection {
  color: #fff;
  background: rgb(15, 15, 15);
}

a,
a:visited {
  color: rgb(15, 15, 15);
  text-decoration: none;
}

a:hover,
a:visited:hover {
  color: rgb(15, 15, 15);
}

a img,
a:visited img {
  border: none;
  vertical-align: middle;
}

a,
a span {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
  margin: 0 0 5px 0;
  padding: 0 5px 0 5px;
  user-select: text;
  clear: both;
  color: rgb(34, 34, 34);
}

p {
  margin: 0 0 9px 0;
}

p,
li {
  user-select: text;
}

span.underline {
  text-decoration: underline;
}

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

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

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

body, html {
  font-size: 16px;
  font-size: clamp(14px, 1.4vw, 16px);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.35rem;
  font-weight: 700;
}

p {
  font-size: 1.2rem;
}

li {
  font-size: 1.2rem;
}

li > * {
  font-size: 1rem;
}

li ul > * {
  font-size: 1rem;
}

/*

notes to self

button()
	-size
	-margin

buttonPreset()
	-flip
	-border
	-simple
	-bubble
		-colors(array)
buttonStyle()
	-Preset(none)
	-Color1
	-Color2
	-Size
	-margin

*/
.form-group .group-item {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.form-group .group-item label {
  transition: color 0.3 cubic-bezier(0.37, 0, 0.63, 1);
  color: rgb(34, 34, 34);
}

.form-group .group-item input[type=text], .form-group .group-item input[type=password], .form-group .group-item input[type=number], .form-group .group-item input[type=email] {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  display: block;
  width: 100%;
}

.form-group .group-item input[type=text]::-webkit-input-placeholder, .form-group .group-item input[type=password]::-webkit-input-placeholder, .form-group .group-item input[type=number]::-webkit-input-placeholder, .form-group .group-item input[type=email]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}

.form-group .group-item input[type=text]:-ms-input-placeholder, .form-group .group-item input[type=password]:-ms-input-placeholder, .form-group .group-item input[type=number]:-ms-input-placeholder, .form-group .group-item input[type=email]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}

.form-group .group-item input[type=text]:-moz-placeholder, .form-group .group-item input[type=password]:-moz-placeholder, .form-group .group-item input[type=number]:-moz-placeholder, .form-group .group-item input[type=email]:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}

.form-group .group-item input[type=text]::-moz-placeholder, .form-group .group-item input[type=password]::-moz-placeholder, .form-group .group-item input[type=number]::-moz-placeholder, .form-group .group-item input[type=email]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}

.form-group .group-item input[type=text]:focus, .form-group .group-item input[type=password]:focus, .form-group .group-item input[type=number]:focus, .form-group .group-item input[type=email]:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}

.form-group .group-item input[type=checkbox] {
  height: 50px;
  width: 50px;
}

.form-group .group-item .input-group {
  display: flex;
  width: 100%;
}

.form-group .group-item .input-group input[type=text], .form-group .group-item .input-group input[type=password], .form-group .group-item .input-group input[type=number], .form-group .group-item .input-group input[type=email] {
  z-index: 1;
}

.form-group .group-item .input-group input[type=text]:not(:last-child), .form-group .group-item .input-group input[type=password]:not(:last-child), .form-group .group-item .input-group input[type=number]:not(:last-child), .form-group .group-item .input-group input[type=email]:not(:last-child) {
  border-radius: 5px 0 0 5px;
}

.form-group .group-item .input-group input[type=text]:last-child, .form-group .group-item .input-group input[type=password]:last-child, .form-group .group-item .input-group input[type=number]:last-child, .form-group .group-item .input-group input[type=email]:last-child {
  border-radius: 0 5px 5px 0;
}

.form-group .group-item .input-group span.input-group-text, .form-group .group-item .input-group span.input-group-icon, .form-group .group-item .input-group .btn {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
  background-color: #e6e6e6;
  align-items: center;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.3 cubic-bezier(0.37, 0, 0.63, 1), background-color 0.3 cubic-bezier(0.37, 0, 0.63, 1), border-color 0.3 cubic-bezier(0.37, 0, 0.63, 1);
}

.form-group .group-item .input-group span.input-group-text:not(:last-child), .form-group .group-item .input-group span.input-group-icon:not(:last-child), .form-group .group-item .input-group .btn:not(:last-child) {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.form-group .group-item .input-group span.input-group-text:last-child, .form-group .group-item .input-group span.input-group-icon:last-child, .form-group .group-item .input-group .btn:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.form-group .group-item .input-group span.input-group-text i, .form-group .group-item .input-group span.input-group-icon i, .form-group .group-item .input-group .btn i {
  min-width: 20px;
  text-align: center;
}

.form-group .group-item .input-group .btn {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #9644D4;
  color: #fff;
  background-color: #9644D4;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 5px;
  box-shadow: none;
  font-size: 100%;
}

.form-group .group-item .input-group .btn i, .form-group .group-item .input-group .btn span {
  cursor: pointer;
  vertical-align: middle;
}

.form-group .group-item .input-group .btn i {
  padding: 3px;
}

.form-group .group-item .input-group .btn i,
.form-group .group-item .input-group .btn span {
  color: #fff;
}

.form-group .group-item .input-group .btn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:active {
  background: #fff;
  border-color: #fff;
  color: #9644D4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:active i,
.form-group .group-item .input-group .btn:active span {
  color: #9644D4;
}

.form-group .group-item .input-group .btn:focus, .form-group .group-item .input-group .btn:active:focus {
  background: #fff;
  border-color: #fff;
  color: #9644D4;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:focus i,
.form-group .group-item .input-group .btn:focus span, .form-group .group-item .input-group .btn:active:focus i,
.form-group .group-item .input-group .btn:active:focus span {
  color: #9644D4;
}

.form-group .group-item .input-group .btn:focus::before, .form-group .group-item .input-group .btn:active:focus::before {
  color: #9644D4;
}

.form-group .group-item.invalid label {
  color: #d43a3a;
}

.form-group .group-item.invalid input[type=text], .form-group .group-item.invalid input[type=password], .form-group .group-item.invalid input[type=number], .form-group .group-item.invalid input[type=email] {
  border-color: #ea9d9d;
  border-color: rgba(212, 58, 58, 0.5);
}

.form-group .group-item.invalid input[type=text]:focus, .form-group .group-item.invalid input[type=password]:focus, .form-group .group-item.invalid input[type=number]:focus, .form-group .group-item.invalid input[type=email]:focus {
  border-color: rgba(115, 0, 146, 0.8);
}

.form-group .group-item.invalid .input-group .span.input-group-text, .form-group .group-item.invalid .input-group span.input-group-icon {
  background-color: #d43a3a;
  color: #fff;
  border-color: #b43131;
}

.form-group .group-item.valid input[type=text], .form-group .group-item.valid input[type=password], .form-group .group-item.valid input[type=number], .form-group .group-item.valid input[type=email] {
  border-color: #bbebcf;
  border-color: rgba(27, 189, 94, 0.5);
}

.form-group .group-item.valid input[type=text]:focus, .form-group .group-item.valid input[type=password]:focus, .form-group .group-item.valid input[type=number]:focus, .form-group .group-item.valid input[type=email]:focus {
  border-color: rgba(115, 0, 146, 0.8);
}

.form-group .group-item.valid .input-group .span.input-group-text, .form-group .group-item.valid .input-group span.input-group-icon {
  background-color: #1bbd5e;
  color: #fff;
  border-color: #1ab459;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  color: rgb(34, 34, 34);
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}

.card .header.image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.card .body {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
}

.card .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  border-radius: 0 0 5px 5px;
  background-color: rgb(248, 248, 248);
}

.card .footer p {
  margin: 0;
}

.card .footer .btn-group .btn {
  margin-left: 16px;
  margin-left: clamp(10.6666666667px, 0.9vw, 16px);
}

.card.has-title {
  padding-top: 35px;
}

.card-title.title-raised {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -35px;
}

.card-title.title-raised .title-text {
  background-color: #730092;
  color: #fff;
  border-radius: 10px;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-left: 16px;
  margin-left: clamp(10.6666666667px, 0.9vw, 16px);
  font-size: 125%;
}

.card-title.title-raised .action-items {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
  margin-right: clamp(5.3333333333px, 0.45vw, 8px);
}

.card-title.title-raised .action-items .item {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  margin-right: 8px;
  margin-right: clamp(5.3333333333px, 0.45vw, 8px);
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(233, 233, 233);
  color: rgb(15, 15, 15);
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.card-title.title-raised .action-items .item.icon {
  border-radius: 50%;
}

.card-title.title-raised .action-items .item i {
  text-align: center;
  font-size: 1.25em;
  min-width: 1.25em;
  min-height: 1.25em;
  line-height: 1.25em;
}

.card-title.title-raised .action-items .item:hover {
  background-color: #730092;
  color: #fff;
}

.btn {
  line-height: 1 !important;
}

.btn.btn-primary {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 25px;
  background-color: #8f33a8;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05);
  font-size: 1.2rem;
  padding: 12px 20px 12px 20px;
}

.btn.btn-primary i, .btn.btn-primary span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-primary i {
  padding: 3px;
}

.btn.btn-primary i,
.btn.btn-primary span {
  color: #fff;
  vertical-align: middle;
}

.btn.btn-primary i {
  padding-left: 5px;
}

.btn.btn-primary:hover {
  color: #fff;
}

.btn.btn-primary:active {
  transform: scale(0.9);
  box-shadow: none;
}

.btn.btn-primary i,
.btn.btn-primary span {
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #811a9d;
  color: #fff;
}

.btn.btn-primary:hover i, .btn.btn-primary:hover span {
  color: #fff;
}

.btn.btn-primary:active {
  background-color: rgb(71, 71, 71);
}

.btn.btn-primary.dark {
  background-color: #730092;
  color: rgb(71, 71, 71);
  box-shadow: 0 0 0 3px rgba(115, 0, 146, 0.05);
}

.btn.btn-primary.dark i,
.btn.btn-primary.dark span {
  color: rgb(71, 71, 71);
}

.btn.btn-primary.dark:hover {
  background-color: #811a9d;
  color: rgb(71, 71, 71);
}

.btn.btn-primary.dark:hover i, .btn.btn-primary.dark:hover span {
  color: rgb(71, 71, 71);
}

.btn.btn-primary.dark:active {
  background-color: rgb(124, 124, 124);
}

.btn.btn-secondary {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  border: 1px solid #9644D4;
  color: #fff;
  background-color: #9644D4;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 5px;
  box-shadow: none;
}

.btn.btn-secondary i, .btn.btn-secondary span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-secondary i {
  padding: 3px;
}

.btn.btn-secondary i,
.btn.btn-secondary span {
  color: #fff;
}

.btn.btn-secondary:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-secondary:active {
  background: #fff;
  border-color: #fff;
  color: #9644D4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-secondary:active i,
.btn.btn-secondary:active span {
  color: #9644D4;
}

.btn.btn-secondary:focus, .btn.btn-secondary:active:focus {
  background: #fff;
  border-color: #fff;
  color: #9644D4;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-secondary:focus i,
.btn.btn-secondary:focus span, .btn.btn-secondary:active:focus i,
.btn.btn-secondary:active:focus span {
  color: #9644D4;
}

.btn.btn-secondary:focus::before, .btn.btn-secondary:active:focus::before {
  color: #9644D4;
}

.btn.btn-tri {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 25px;
  background-color: #aa202e;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(170, 32, 46, 0.05);
  font-size: 1.2rem;
  padding: 12px 20px 12px 20px;
}

.btn.btn-tri i, .btn.btn-tri span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-tri i {
  padding: 3px;
}

.btn.btn-tri i,
.btn.btn-tri span {
  color: #fff;
  vertical-align: middle;
}

.btn.btn-tri i {
  padding-left: 5px;
}

.btn.btn-tri:hover {
  color: #fff;
}

.btn.btn-tri:active {
  transform: scale(0.9);
  box-shadow: none;
}

.btn.btn-tri i,
.btn.btn-tri span {
  color: #fff;
}

.btn.btn-tri:hover {
  background-color: #b33643;
  color: #fff;
}

.btn.btn-tri:hover i, .btn.btn-tri:hover span {
  color: #fff;
}

.btn.btn-tri:active {
  background-color: rgb(71, 71, 71);
}

.btn.btn-tri.dark {
  background-color: #aa202e;
  color: rgb(71, 71, 71);
  box-shadow: 0 0 0 3px rgba(170, 32, 46, 0.05);
}

.btn.btn-tri.dark i,
.btn.btn-tri.dark span {
  color: rgb(71, 71, 71);
}

.btn.btn-tri.dark:hover {
  background-color: #b33643;
  color: rgb(71, 71, 71);
}

.btn.btn-tri.dark:hover i, .btn.btn-tri.dark:hover span {
  color: rgb(71, 71, 71);
}

.btn.btn-tri.dark:active {
  background-color: rgb(124, 124, 124);
}

.btn.btn-danger {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  border: 1px solid #d43a3a;
  color: #fff;
  background-color: #d43a3a;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 5px;
  box-shadow: none;
}

.btn.btn-danger i, .btn.btn-danger span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-danger i {
  padding: 3px;
}

.btn.btn-danger i,
.btn.btn-danger span {
  color: #fff;
}

.btn.btn-danger:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-danger:active {
  background: #fff;
  border-color: #fff;
  color: #d43a3a;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-danger:active i,
.btn.btn-danger:active span {
  color: #d43a3a;
}

.btn.btn-danger:focus, .btn.btn-danger:active:focus {
  background: #fff;
  border-color: #fff;
  color: #d43a3a;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-danger:focus i,
.btn.btn-danger:focus span, .btn.btn-danger:active:focus i,
.btn.btn-danger:active:focus span {
  color: #d43a3a;
}

.btn.btn-danger:focus::before, .btn.btn-danger:active:focus::before {
  color: #d43a3a;
}

.btn.btn-success {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  border: 1px solid #1bbd5e;
  color: #fff;
  background-color: #1bbd5e;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 5px;
  box-shadow: none;
}

.btn.btn-success i, .btn.btn-success span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-success i {
  padding: 3px;
}

.btn.btn-success i,
.btn.btn-success span {
  color: #fff;
}

.btn.btn-success:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-success:active {
  background: #fff;
  border-color: #fff;
  color: #1bbd5e;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-success:active i,
.btn.btn-success:active span {
  color: #1bbd5e;
}

.btn.btn-success:focus, .btn.btn-success:active:focus {
  background: #fff;
  border-color: #fff;
  color: #1bbd5e;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-success:focus i,
.btn.btn-success:focus span, .btn.btn-success:active:focus i,
.btn.btn-success:active:focus span {
  color: #1bbd5e;
}

.btn.btn-success:focus::before, .btn.btn-success:active:focus::before {
  color: #1bbd5e;
}

.btn.btn-dark {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 25px;
  background-color: rgb(34, 34, 34);
  color: rgb(248, 248, 248);
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.05);
  font-size: 1.2rem;
  padding: 12px 20px 12px 20px;
}

.btn.btn-dark i, .btn.btn-dark span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-dark i {
  padding: 3px;
}

.btn.btn-dark i,
.btn.btn-dark span {
  color: #fff;
  vertical-align: middle;
}

.btn.btn-dark i {
  padding-left: 5px;
}

.btn.btn-dark:hover {
  color: #fff;
}

.btn.btn-dark:active {
  transform: scale(0.9);
  box-shadow: none;
}

.btn.btn-dark i,
.btn.btn-dark span {
  color: rgb(248, 248, 248);
}

.btn.btn-dark:hover {
  background-color: #272727;
  color: rgb(248, 248, 248);
}

.btn.btn-dark:hover i, .btn.btn-dark:hover span {
  color: rgb(248, 248, 248);
}

.btn.btn-dark:active {
  background-color: #330a0e;
}

.btn.btn-dark.alt {
  background-color: rgb(34, 34, 34);
  color: #771620;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.05);
}

.btn.btn-dark.alt i,
.btn.btn-dark.alt span {
  color: #771620;
}

.btn.btn-dark.alt:hover {
  background-color: #272727;
  color: #771620;
}

.btn.btn-dark.alt:hover i, .btn.btn-dark.alt:hover span {
  color: #771620;
}

.btn.btn-dark.alt:active {
  background-color: #e6bcc0;
}

.btn.btn-light {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 25px;
  background-color: #fff;
  color: #510066;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
  font-size: 1.2rem;
  padding: 12px 20px 12px 20px;
}

.btn.btn-light i, .btn.btn-light span {
  cursor: pointer;
  vertical-align: middle;
}

.btn.btn-light i {
  padding: 3px;
}

.btn.btn-light i,
.btn.btn-light span {
  color: #fff;
  vertical-align: middle;
}

.btn.btn-light i {
  padding-left: 5px;
}

.btn.btn-light:hover {
  color: #fff;
}

.btn.btn-light:active {
  transform: scale(0.9);
  box-shadow: none;
}

.btn.btn-light i,
.btn.btn-light span {
  color: #510066;
}

.btn.btn-light:hover {
  background-color: #f9f9f9;
  color: #510066;
}

.btn.btn-light:hover i, .btn.btn-light:hover span {
  color: #510066;
}

.btn.btn-light:active {
  background-color: #d5b3de;
}

.btn.btn-light.alt {
  background-color: #fff;
  color: #510066;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
}

.btn.btn-light.alt i,
.btn.btn-light.alt span {
  color: #510066;
}

.btn.btn-light.alt:hover {
  background-color: #f9f9f9;
  color: #510066;
}

.btn.btn-light.alt:hover i, .btn.btn-light.alt:hover span {
  color: #510066;
}

.btn.btn-light.alt:active {
  background-color: #d5b3de;
}

.btn.btn-light.alt:hover {
  background-color: #f1e6f4;
}

.btn.btn-light.alt:active, .btn.btn-light.alt:active .btn.btn-light.alt:hover {
  background-color: #d5b3de;
}

input[type=submit].submit, button[type=submit].wp-block-search__button {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-size: 125%;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 25px;
  background-color: #8f33a8;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05);
  font-size: 1.2rem;
  padding: 12px 20px 12px 20px;
  border: none;
}

input[type=submit].submit i, input[type=submit].submit span, button[type=submit].wp-block-search__button i, button[type=submit].wp-block-search__button span {
  cursor: pointer;
  vertical-align: middle;
}

input[type=submit].submit i, button[type=submit].wp-block-search__button i {
  padding: 3px;
}

input[type=submit].submit i,
input[type=submit].submit span, button[type=submit].wp-block-search__button i,
button[type=submit].wp-block-search__button span {
  color: #fff;
  vertical-align: middle;
}

input[type=submit].submit i, button[type=submit].wp-block-search__button i {
  padding-left: 5px;
}

input[type=submit].submit:hover, button[type=submit].wp-block-search__button:hover {
  color: #fff;
}

input[type=submit].submit:active, button[type=submit].wp-block-search__button:active {
  transform: scale(0.9);
  box-shadow: none;
}

input[type=submit].submit i,
input[type=submit].submit span, button[type=submit].wp-block-search__button i,
button[type=submit].wp-block-search__button span {
  color: #fff;
}

input[type=submit].submit:hover, button[type=submit].wp-block-search__button:hover {
  background-color: #811a9d;
  color: #fff;
}

input[type=submit].submit:hover i, input[type=submit].submit:hover span, button[type=submit].wp-block-search__button:hover i, button[type=submit].wp-block-search__button:hover span {
  color: #fff;
}

input[type=submit].submit:active, button[type=submit].wp-block-search__button:active {
  background-color: rgb(71, 71, 71);
}

input[type=submit].submit.dark, button[type=submit].wp-block-search__button.dark {
  background-color: #730092;
  color: rgb(71, 71, 71);
  box-shadow: 0 0 0 3px rgba(115, 0, 146, 0.05);
}

input[type=submit].submit.dark i,
input[type=submit].submit.dark span, button[type=submit].wp-block-search__button.dark i,
button[type=submit].wp-block-search__button.dark span {
  color: rgb(71, 71, 71);
}

input[type=submit].submit.dark:hover, button[type=submit].wp-block-search__button.dark:hover {
  background-color: #811a9d;
  color: rgb(71, 71, 71);
}

input[type=submit].submit.dark:hover i, input[type=submit].submit.dark:hover span, button[type=submit].wp-block-search__button.dark:hover i, button[type=submit].wp-block-search__button.dark:hover span {
  color: rgb(71, 71, 71);
}

input[type=submit].submit.dark:active, button[type=submit].wp-block-search__button.dark:active {
  background-color: rgb(124, 124, 124);
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  background-color: #fff;
}

section {
  z-index: 1;
}

.btn,
button {
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
}

input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}

img {
  user-select: none;
}

header#page-header {
  z-index: 1000;
  position: sticky;
  top: 0;
}
header#page-header nav {
  display: flex;
  align-items: center;
  transition: 0.3s all;
  height: 75px;
  margin-bottom: -75px;
}
header#page-header nav .btn-menu-toggle {
  justify-self: flex-end;
  padding: 0 25px 0 25px;
  width: 78px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#page-header nav .btn-menu-toggle svg {
  color: #fff;
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
}
header#page-header nav .btn-menu-toggle svg path {
  transition: 0.3s fill ease-in-out;
  fill: #fff;
}
header#page-header nav .btn-menu-toggle:hover svg path {
  fill: #b980c9 !important;
}
header#page-header nav .nav-brand img {
  max-height: 50px;
  height: 50px;
  cursor: pointer !important;
  width: 400px;
  max-width: 70vw;
  transition: 0.2s opacity ease-in-out;
}
header#page-header nav .nav-brand img:hover {
  opacity: 0.85;
}
header#page-header nav .nav-brand .nav-title {
  display: none;
}
header#page-header nav .nav-brand.logo-primary .logo-wrap.logo-wrap-light, header#page-header nav .nav-brand.logo-dark .logo-wrap.logo-wrap-light {
  display: none;
}
header#page-header nav .nav-brand.logo-light .logo-wrap.logo-wrap-dark {
  display: none;
}
header#page-header nav .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}
header#page-header nav .container-fluid .col {
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
}
header#page-header nav .container-fluid .col.brand-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
}
header#page-header nav .container-fluid .col.cta {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0;
}
@media (max-width: 1400px) {
  header#page-header nav .container-fluid .col.cta {
    display: none;
  }
}
header#page-header nav .container-fluid .col.cta .btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 1rem;
}
header#page-header nav .container-fluid .col.cta .btn:first-of-type {
  margin-left: 0;
}
header#page-header nav .nav-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-grow: 1;
}
header#page-header nav .nav-container ul.nav-items {
  display: flex;
  flex-direction: row;
  justify-self: end;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  border-radius: 20px;
  height: 100%;
}
header#page-header nav .nav-container ul.nav-items li.menu-item {
  height: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header#page-header nav .nav-container ul.nav-items li.menu-item a {
  color: #fff;
  height: 100%;
  height: 75px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 75px;
  transition: 0.2s color ease-in-out;
}
header#page-header nav .nav-container ul.nav-items li.menu-item a img {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.45);
  transition: 0.2s border ease-in-out;
  margin-left: 8px;
  margin-left: clamp(5.3333333333px, 0.45vw, 8px);
}
header#page-header nav .nav-container ul.nav-items li.menu-item:hover a {
  color: #ab66be;
}
header#page-header nav .nav-container ul.nav-items li.menu-item:hover img {
  border-color: #ab66be;
}
header#page-header nav .nav-container ul.nav-items li.menu-item ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  position: absolute;
  top: 75px;
  display: none;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
header#page-header nav .nav-container ul.nav-items li.menu-item ul.sub-menu li.menu-item {
  height: auto;
  padding: 0;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
header#page-header nav .nav-container ul.nav-items li.menu-item ul.sub-menu li.menu-item a {
  height: auto;
  line-height: 2;
}
header#page-header nav .nav-container ul.nav-items li.menu-item:hover ul.sub-menu {
  display: block;
  opacity: 1;
}
@media (max-width: 1400px) {
  header#page-header nav .nav-container:not(.nav-container-members) {
    display: none;
  }
}
@media (max-width: 1120px) {
  header#page-header nav .nav-container.nav-container-members {
    display: none;
  }
}
header#page-header nav.menu-items-color-dark .btn-menu-toggle i {
  color: rgb(71, 71, 71);
}
header#page-header nav.menu-items-color-dark .btn-menu-toggle:hover i {
  color: #b980c9 !important;
}
header#page-header nav.menu-items-color-dark .container-fluid .col.menu-wrap .social a i {
  color: rgb(71, 71, 71) !important;
}
header#page-header nav.menu-items-color-dark .container-fluid .col.menu-wrap .social a:hover i {
  color: #ab66be !important;
}
header#page-header nav.menu-items-color-dark .nav-container ul.nav-items li.menu-item a {
  color: rgb(71, 71, 71);
}
header#page-header nav.menu-items-color-light .btn-menu-toggle i {
  color: #fff;
}
header#page-header nav.menu-items-color-light .btn-menu-toggle:hover i {
  color: #b980c9 !important;
}
header#page-header nav.menu-items-color-light .container-fluid .col.menu-wrap .social a i {
  color: #fff !important;
}
header#page-header nav.menu-items-color-light .container-fluid .col.menu-wrap .social a:hover i {
  color: #ab66be !important;
}
header#page-header nav.menu-items-color-light .nav-container ul.nav-items li.menu-item a {
  color: #fff;
}
header#page-header nav.menu-items-color-light .nav-container ul.nav-items li.menu-item:hover > a {
  color: #dcbfe4;
}
header#page-header nav.menu-items-color-light .nav-container ul.nav-items li.menu-item:hover img {
  border-color: #dcbfe4;
}
header#page-header.scrolled nav,
header#page-header.scrolled nav.menu-items-color-dark, header#page-header.is-um-page nav,
header#page-header.is-um-page nav.menu-items-color-dark {
  background-color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header#page-header.scrolled nav .nav-brand .logo-wrap.logo-wrap-light,
header#page-header.scrolled nav.menu-items-color-dark .nav-brand .logo-wrap.logo-wrap-light, header#page-header.is-um-page nav .nav-brand .logo-wrap.logo-wrap-light,
header#page-header.is-um-page nav.menu-items-color-dark .nav-brand .logo-wrap.logo-wrap-light {
  display: block;
}
header#page-header.scrolled nav .nav-brand .logo-wrap.logo-wrap-dark,
header#page-header.scrolled nav.menu-items-color-dark .nav-brand .logo-wrap.logo-wrap-dark, header#page-header.is-um-page nav .nav-brand .logo-wrap.logo-wrap-dark,
header#page-header.is-um-page nav.menu-items-color-dark .nav-brand .logo-wrap.logo-wrap-dark {
  display: none;
}
header#page-header.scrolled nav .col.menu-wrap .social a i,
header#page-header.scrolled nav.menu-items-color-dark .col.menu-wrap .social a i, header#page-header.is-um-page nav .col.menu-wrap .social a i,
header#page-header.is-um-page nav.menu-items-color-dark .col.menu-wrap .social a i {
  color: #fff !important;
}
header#page-header.scrolled nav .col.menu-wrap .social a:hover i,
header#page-header.scrolled nav.menu-items-color-dark .col.menu-wrap .social a:hover i, header#page-header.is-um-page nav .col.menu-wrap .social a:hover i,
header#page-header.is-um-page nav.menu-items-color-dark .col.menu-wrap .social a:hover i {
  color: #ab66be !important;
}
header#page-header.scrolled nav .nav-container ul.nav-items li.menu-item a,
header#page-header.scrolled nav.menu-items-color-dark .nav-container ul.nav-items li.menu-item a, header#page-header.is-um-page nav .nav-container ul.nav-items li.menu-item a,
header#page-header.is-um-page nav.menu-items-color-dark .nav-container ul.nav-items li.menu-item a {
  color: #fff;
}
header#page-header.scrolled nav .nav-container ul.nav-items li.menu-item a:hover,
header#page-header.scrolled nav.menu-items-color-dark .nav-container ul.nav-items li.menu-item a:hover, header#page-header.is-um-page nav .nav-container ul.nav-items li.menu-item a:hover,
header#page-header.is-um-page nav.menu-items-color-dark .nav-container ul.nav-items li.menu-item a:hover {
  color: #dcbfe4;
}
header#page-header.scrolled nav .btn-menu-toggle i,
header#page-header.scrolled nav.menu-items-color-dark .btn-menu-toggle i, header#page-header.is-um-page nav .btn-menu-toggle i,
header#page-header.is-um-page nav.menu-items-color-dark .btn-menu-toggle i {
  color: #fff;
}
header#page-header.homepage-header nav .nav-brand .logo-wrap.logo-wrap-light {
  display: block;
}
header#page-header.homepage-header nav .nav-brand .logo-wrap.logo-wrap-dark {
  display: none;
}
header#page-header.homepage-header nav .col.menu-wrap .social a i {
  color: #fff !important;
}
header#page-header.homepage-header nav .col.menu-wrap .social a:hover i {
  color: #730092 !important;
}
header#page-header.homepage-header nav .btn-menu-toggle i {
  color: #fff;
}
header#page-header.homepage-header nav .nav-container ul.nav-items li.menu-item a {
  color: #fff;
}
.page-heading {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-heading .blur-wrap {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
}
.page-heading.size-lg .blur-wrap {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
}
.page-heading .menu-bump {
  height: 45px;
}
.page-heading .heading .heading-text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #62007c;
  color: #fff;
  padding-bottom: 0.5rem;
}
.page-heading .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgb(71, 71, 71);
  color: #fff;
}
.page-heading .heading .subheading-text a {
  text-decoration: underline;
  color: #fff;
}
.page-heading .heading .subheading-text a:hover {
  color: #f1e6f4;
}
.page-heading .heading .posted-on {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.page-heading .heading .posted-on a time {
  text-decoration: none;
  color: #fff;
}
.page-heading .heading .posted-on a time:hover {
  color: #f1e6f4;
}

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

.icon-open-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.off-canvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 5s linear;
  transition: opacity 5s linear;
  width: 100vw;
  z-index: 1040;
}

.off-canvas {
  background-clip: padding-box;
  background-color: #000;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1050;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.off-canvas::-webkit-scrollbar {
  display: none;
}
.off-canvas.show {
  -webkit-transform: none;
  transform: none;
}
.off-canvas .off-canvas-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.off-canvas .off-canvas-header .icon-close {
  height: 32px;
  opacity: 0.7;
  position: absolute;
  padding: 0 20px 0 20px;
  right: 20px;
  top: 12px;
  width: 24px;
}
.off-canvas .off-canvas-header .icon-close::after, .off-canvas .off-canvas-header .icon-close::before {
  background-color: #fff;
  border-radius: 4px;
  content: " ";
  height: 30px;
  left: 20px;
  position: absolute;
  width: 5px;
  transition: 0.3s background-color ease-in-out;
}
.off-canvas .off-canvas-header .icon-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.off-canvas .off-canvas-header .icon-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.off-canvas .off-canvas-header .icon-close:hover {
  cursor: pointer;
  opacity: 1;
}
.off-canvas .off-canvas-header .icon-close:hover::before, .off-canvas .off-canvas-header .icon-close:hover::after {
  background-color: #730092 !important;
}
.off-canvas .off-canvas-header .logo-wrap img {
  max-width: 65vw;
  width: 600px;
  height: 50px;
  max-height: 55px;
  cursor: pointer !important;
  transition: 0.2s opacity ease-in-out;
}
.off-canvas .off-canvas-header .logo-wrap img:hover {
  opacity: 0.85;
}
.off-canvas .off-canvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .off-canvas .off-canvas-body .row.member-menu {
    display: none;
  }
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items {
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item > a {
  color: #fff;
  font-size: 1.25rem;
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item:last-child {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item:last-child > a {
  display: flex;
  align-items: center;
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item:last-child > a img {
  margin-left: 0.5rem;
  border-radius: 50%;
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item:last-child ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1rem;
}
.off-canvas .off-canvas-body .row.member-menu .nav-container ul.nav-items > li.menu-item:last-child ul.sub-menu .menu-item a {
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  font-size: 1.25rem;
}
.off-canvas .off-canvas-body .text-sections {
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
.off-canvas .off-canvas-body .text-sections .text-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.off-canvas .off-canvas-body .text-sections .text-section .heading-text {
  color: #fff;
  text-align: center;
}
.off-canvas .off-canvas-body .text-sections .text-section .heading-text,
.off-canvas .off-canvas-body .text-sections .text-section p {
  display: block;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.off-canvas .off-canvas-body .text-sections .text-section p {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .off-canvas .off-canvas-body .text-sections .text-section p {
    display: none;
  }
}
.off-canvas .off-canvas-body .text-sections .text-section .cta-wrap,
.off-canvas .off-canvas-body .text-sections .text-section .social {
  justify-self: end;
  margin-top: auto;
}
@media (max-width: 768px) {
  .off-canvas .off-canvas-body .text-sections .text-section .cta-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .off-canvas .off-canvas-body .text-sections .text-section.social-section {
    order: 5;
  }
}
@media screen and (max-width: 992px) {
  .off-canvas .off-canvas-body.logged-in .text-sections {
    display: none;
  }
}
.off-canvas .off-canvas-body .menu {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.off-canvas .off-canvas-body .menu .menu-section .heading-text {
  color: #fff;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 1.35rem;
}
.off-canvas .off-canvas-body .menu .menu-section .heading-text a {
  color: #fff;
  transition: 0.3s color ease-in-out;
}
.off-canvas .off-canvas-body .menu .menu-section .heading-text a:hover {
  color: #9640ad;
}
.off-canvas .off-canvas-body .menu .menu-section .social a {
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
}
.off-canvas .off-canvas-body .menu .menu-section .social a svg {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  width: 2rem;
  cursor: pointer;
}
.off-canvas .off-canvas-body .menu .menu-section .social a svg path {
  fill: #fff !important;
  transition: 0.3s fill ease-in-out;
  cursor: pointer;
}
.off-canvas .off-canvas-body .menu .menu-section .social a:hover svg path {
  fill: #ab66be !important;
}
@media screen and (max-width: 576px) {
  .off-canvas .off-canvas-body .menu .menu-section .social a i {
    font-size: 1.35rem;
  }
}
.off-canvas .off-canvas-body .menu .menu-section ul li a {
  color: #fff;
  font-size: 1rem;
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  transition: 0.3s color ease-in-out;
}
.off-canvas .off-canvas-body .menu .menu-section ul li a:hover {
  color: #9640ad;
}
.off-canvas .off-canvas-title {
  color: #fff;
  margin: 0;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hero {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero .hero-main-wrap {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .heading-text {
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero .heading-text {
    padding-bottom: 32px;
    padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  }
}
.hero .hero-content {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@keyframes pillars {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero .pillars {
  display: flex;
  flex-wrap: wrap;
}
.hero .pillars .pillar {
  padding-left: 32px;
  padding-left: clamp(21.3333333333px, 1.8vw, 32px);
  padding-right: 32px;
  padding-right: clamp(21.3333333333px, 1.8vw, 32px);
  font-size: 2rem;
  color: #fff;
  animation: pillars 1s;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .pillars .pillar a {
  font-size: 2rem;
  color: #fff;
  transition: 0.2s color ease-in-out;
}
.hero .pillars .pillar a:hover {
  color: #c08cce;
}
.hero .pillars .pillar img {
  height: 2rem;
  width: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .hero .pillars {
    flex-direction: column;
  }
  .hero .pillars img {
    display: none;
  }
}
.hero .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
}
.hero .video-bg.video-reg {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .hero .video-bg {
    height: 100%;
    width: auto;
  }
}

.hero-temp {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
}
.hero-temp .hero-main-wrap {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hero-temp .hero-content {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-temp .row {
  justify-content: center;
}
.hero-temp .video {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-temp .gb .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #730092 !important;
  text-align: left;
  gap: 1rem;
}
.hero-temp .gb .wrap h1,
.hero-temp .gb .wrap p {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .hero-temp .gb .wrap {
    flex-direction: column;
    text-align: center;
  }
}
.hero-temp iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hero-temp .btn-wrap {
  padding-top: 1rem;
}
.hero-temp .loading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.hero-temp .loading-icon .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hero-temp .loading-icon .lds-ripple div {
  position: absolute;
  border: 4px solid #e74c3c;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.hero-temp .loading-icon .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.hero-temp .loading-icon .text h1 {
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hero-temp p {
  line-height: 1.5;
}

.promo.promo-freeform {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-freeform ul {
  list-style: disc;
  padding-left: 25px;
}
.promo.promo-freeform ul.no-style {
  list-style: none;
  padding-left: 0;
}
.promo.promo-freeform ul.no-style li {
  padding-top: 20px;
}
.promo.promo-freeform ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.promo.promo-freeform ol li {
  padding-top: 20px;
  font-size: 1.2rem;
}
.promo.promo-freeform ol li p {
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 0;
}
.promo.promo-freeform ol ol {
  padding-left: 30px;
  list-style-type: lower-alpha;
}
.promo.promo-freeform li a {
  font-size: 1.2rem;
  transition: 0.3s color ease-in-out;
}
.promo.promo-freeform li a:hover {
  color: #730092;
}
.promo.promo-video {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-video .heading {
  text-align: center;
  padding: 0;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.promo.promo-video .heading .heading-text {
  color: #9640ad;
  font-size: 2.25rem;
  font-weight: 700;
}
.promo.promo-video .heading .subheading-text {
  font-size: 1.65rem;
  color: rgb(71, 71, 71);
  font-weight: 500;
}
.promo.promo-video .video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo.promo-video .youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  height: 900px;
  width: 1600px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.promo.promo-video .youtube .play {
  background: url("../../images/play-circle-regular.png") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.promo.promo-video .youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.promo.promo-overview {
  padding-top: 192px;
  padding-top: clamp(128px, 10.8vw, 192px);
  padding-bottom: 192px;
  padding-bottom: clamp(128px, 10.8vw, 192px);
  background-color: #000;
  background: linear-gradient(40deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 100%), url("../../images/temp/studio.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.promo.promo-overview .vision {
  display: flex;
}
.promo.promo-overview .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.promo.promo-overview .heading .heading-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.promo.promo-overview .text-container .text p {
  color: #fff;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  margin: 0;
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1.5;
}
.promo.promo-collage {
  background-color: #000;
}
.promo.promo-collage .collage {
  display: flex;
  position: absolute;
}
.promo.promo-collage .collage .collage-item {
  flex-grow: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 245px;
}
.promo.promo-collage .text-content {
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo.promo-collage .text-content .heading-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.promo.promo-highlights {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  background-color: rgb(252, 252, 252);
}
.promo.promo-highlights .highlights {
  display: flex;
  align-items: center;
}
.promo.promo-highlights .highlights .text {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  text-align: center;
}
.promo.promo-highlights .highlights .text .box-heading {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}
.promo.promo-highlights .highlights .text .box-heading .heading-text {
  font-size: 1.5rem;
  color: #fff;
  color: #680083;
  margin-bottom: 0;
  font-weight: 700;
}
.promo.promo-highlights .highlights .text .box-text {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.promo.promo-highlights .highlights .text .box-text .subheading-text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.promo.promo-highlights .highlights .text .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.promo.promo-highlights .highlights .text .buttons .btn {
  text-transform: uppercase;
}
.promo.promo-highlights .highlights .photo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .promo.promo-highlights .highlights .photo {
    padding-top: 85px;
  }
}
.promo.promo-highlights .highlights .photo .photo-wrap {
  width: 90%;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.promo.promo-highlights .highlights .photo .photo-wrap .blur-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(3px);
  border-radius: 25px;
}
@media (max-width: 992px) {
  .promo.promo-highlights .highlights .photo .photo-wrap {
    width: 95%;
  }
}
.promo.promo-highlights .highlights .photo img {
  width: 80%;
  margin-top: -40px;
  margin-bottom: -40px;
  height: calc(100% + 80px);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media (max-width: 992px) {
  .promo.promo-highlights .highlights .photo img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .promo.promo-highlights .highlights .photo img {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
.promo.promo-highlights.right {
  background-image: url("../../images/temp/asfalt.png");
}
.promo.promo-highlights.right .highlights {
  flex-direction: row;
}
.promo.promo-highlights.right .angle {
  display: none;
}
.promo.promo-highlights.left {
  background-color: #000;
  background: #f8f2fa;
  background-image: url("../../images/temp/blob2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.promo.promo-highlights.left .highlights {
  flex-direction: row-reverse;
}
.promo.promo-highlights.left .highlights .text {
  background-color: #730092;
  border-bottom-color: #56006e;
}
.promo.promo-highlights.left .highlights .text .box-heading .heading-text {
  color: #fefcfe;
}
.promo.promo-highlights.left .highlights .text .box-text .subheading-text {
  color: #f8f2fa;
}
.promo.promo-highlights.left .highlights .photo {
  align-items: flex-start;
}
.promo.promo-highlights.left .angles .shape-fill {
  fill: #000;
}
.promo.promo-home-news {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  background-color: rgb(252, 252, 252);
  background-image: url("../../images/temp/blob.svg");
  background-size: cover;
  background-position: center center;
}
.promo.promo-home-news .heading {
  text-align: center;
  padding: 0;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.promo.promo-home-news .heading .heading-text {
  font-size: 1.65rem;
  color: #9640ad;
  font-weight: 500;
}
.promo.promo-home-news .heading .subheading-text {
  font-size: 2.25rem;
  color: rgb(71, 71, 71);
  font-weight: 700;
}
.promo.promo-home-news .news {
  display: flex;
  gap: 25px;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.promo.promo-home-news .news .article {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 2px 6px 2px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: 30%;
}
.promo.promo-home-news .news .article .image {
  height: 185px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
.promo.promo-home-news .news .article .text {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  flex-grow: 1;
}
.promo.promo-home-news .news .article .text .date {
  font-size: 1rem;
  color: rgb(71, 71, 71);
  font-weight: 500;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
.promo.promo-home-news .news .article .text .date svg {
  width: 1rem;
  margin-right: 0.5rem;
}
.promo.promo-home-news .news .article .text .date svg path {
  fill: #5c0075;
}
.promo.promo-home-news .news .article .text .date a,
.promo.promo-home-news .news .article .text .date a time {
  font-size: 1rem;
  color: #5c0075;
  font-weight: 500;
}
.promo.promo-home-news .news .article .text .date a {
  display: flex;
  align-items: center;
}
.promo.promo-home-news .news .article .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #9640ad;
}
.promo.promo-home-news .news .article .text .title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #9640ad;
}
.promo.promo-home-news .news .article .text .summary {
  font-size: 1rem;
  font-weight: 400;
}
.promo.promo-home-news .news .article .button-wrap {
  padding-left: 32px;
  padding-left: clamp(21.3333333333px, 1.8vw, 32px);
  padding-right: 32px;
  padding-right: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  justify-self: flex-end;
}
@media (max-width: 993px) {
  .promo.promo-home-news .news {
    flex-direction: column;
  }
}
.promo.promo-subscribe {
  background-color: #fff;
  background: linear-gradient(135deg, rgba(91, 31, 255, 0.25) 0%, rgba(206, 31, 255, 0.25) 100%), url("../../images/temp/subscribe.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.promo.promo-subscribe .blur-wrap {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.25);
}
.promo.promo-subscribe .heading {
  padding: 0;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.promo.promo-subscribe .heading .heading-text {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.promo.promo-subscribe .heading .subheading-text {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.promo.promo-subscribe .email-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo.promo-subscribe .email-form .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 15px;
  border: 5px solid rgba(0, 0, 0, 0.35);
}
.promo.promo-subscribe .email-form .form-group input {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px 0 0 10px;
  backdrop-filter: blur(5px);
  border: none;
  font-size: 1.15rem;
  padding-left: 32px;
  padding-left: clamp(21.3333333333px, 1.8vw, 32px);
  padding-right: 32px;
  padding-right: clamp(21.3333333333px, 1.8vw, 32px);
  height: 65px;
  width: 100%;
  display: block;
  color: #fff;
  transition: 0.3s background-color cubic-bezier(0.16, 1, 0.3, 1);
}
.promo.promo-subscribe .email-form .form-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.promo.promo-subscribe .email-form .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.promo.promo-subscribe .email-form .form-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.promo.promo-subscribe .email-form .form-group input:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(71, 71, 71);
}
.promo.promo-subscribe .email-form .form-group input:focus::placeholder {
  color: rgb(71, 71, 71);
  opacity: 1;
}
.promo.promo-subscribe .email-form .form-group input:focus:-ms-input-placeholder {
  color: rgb(71, 71, 71);
}
.promo.promo-subscribe .email-form .form-group input:focus::-ms-input-placeholder {
  color: rgb(71, 71, 71);
}
.promo.promo-subscribe .email-form .form-group .btn {
  background-color: rgb(71, 71, 71);
  background: linear-gradient(135deg, rgb(119, 0, 194) 0%, rgb(152, 0, 194) 100%);
  background-size: 200%;
  background-position: right center;
  color: #fff !important;
  padding-left: 32px;
  padding-left: clamp(21.3333333333px, 1.8vw, 32px);
  padding-right: 32px;
  padding-right: clamp(21.3333333333px, 1.8vw, 32px);
  border: none;
  height: 65px;
  line-height: 40px;
  font-size: 1.25rem;
  border-radius: 0 10px 10px 0;
  display: block;
  transition: 0.75s background-position cubic-bezier(0.16, 1, 0.3, 1), 0.3s background-size ease-in-out;
  font-weight: 500;
}
.promo.promo-subscribe .email-form .form-group .btn:hover {
  background-position: left center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.promo.promo-subscribe .email-form .form-group .btn:active {
  background-size: 100%;
  box-shadow: none;
  transform: none;
}
.promo.promo-people {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-people .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-people .heading .heading-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.promo.promo-people .team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.promo.promo-people .team-members .member {
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
}
@media (max-width: 1400px) {
  .promo.promo-people .team-members .member {
    flex-basis: 50%;
  }
}
@media (max-width: 996px) {
  .promo.promo-people .team-members .member {
    flex-basis: 100%;
  }
}
.promo.promo-people .team-members .member .photo {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.promo.promo-people .team-members .member .photo img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border: 2px solid #9640ad;
  max-width: 154px;
}
.promo.promo-people .team-members .member .member-name {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #62007c;
}
.promo.promo-people .team-members .member .title {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
}
.promo.promo-people .team-members .member .contact-info {
  font-size: 1rem;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
.promo.promo-people .team-members .member .read-bio {
  font-size: 1.25rem;
  font-weight: 500;
  color: #8826a2;
  transition: 0.3s color ease-in-out;
  background-color: #fbf7fc;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 5px;
  margin-top: 5px;
}
.promo.promo-people .team-members .member .read-bio .read-text,
.promo.promo-people .team-members .member .read-bio .close-button {
  cursor: pointer;
}
.promo.promo-people .team-members .member .read-bio .read-text i,
.promo.promo-people .team-members .member .read-bio .close-button i {
  cursor: pointer;
}
.promo.promo-people .team-members .member .read-bio .close-button {
  display: none;
}
.promo.promo-people .team-members .member .read-bio .close-button i {
  vertical-align: middle;
  font-size: 1.75rem;
}
.promo.promo-people .team-members .member .read-bio:hover {
  color: #730092;
}
.promo.promo-people .team-members .member .bio {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s max-height ease-in-out, 0.5s opacity;
  line-height: 1.35;
}
.promo.promo-people .team-members .member.active {
  flex-grow: 5;
  flex-shrink: 0;
}
.promo.promo-people .team-members .member.active .read-bio {
  background-color: transparent;
}
.promo.promo-people .team-members .member.active .read-bio .read-text {
  display: none;
}
.promo.promo-people .team-members .member.active .read-bio .close-button {
  display: block;
}
.promo.promo-people .team-members .member.active .bio {
  opacity: 1;
  max-height: 1500px;
}
.promo.promo-people .team-members .member-alt {
  transition: 0.3s all;
}
.promo.promo-people .team-members .member-alt .photo {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.promo.promo-people .team-members .member-alt .photo img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border: 2px solid #9640ad;
  max-width: 154px;
}
.promo.promo-people .team-members .member-alt .member-name {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #62007c;
}
.promo.promo-people .team-members .member-alt .title {
  font-size: 1.1rem;
  font-weight: 400;
}
.promo.promo-people .team-members .member-alt .contact-info {
  font-size: 1rem;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
.promo.promo-partners {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-partners .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-partners .heading .heading-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.promo.promo-partners .partners {
  display: flex;
}
.promo.promo-partners .partner {
  display: flex;
  flex-direction: column;
}
.promo.promo-partners .partner .logo {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.promo.promo-partners .partner .logo img {
  min-width: 175px;
  max-height: 175px;
  max-width: 100%;
  transition: 0.2s transform ease-in-out;
}
.promo.promo-partners .partner .logo img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.promo.promo-partners .partner.dark-background .logo img {
  background-color: #000;
  padding: 5px;
}
.promo.promo-partners .partner .title h3 {
  color: #62007c;
  font-size: 1.75rem;
  font-weight: 600;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.promo.promo-partners .partner .text ul {
  list-style: disc;
  padding-left: 27px;
  margin-bottom: 5px;
}
.promo.promo-partners .partner .text ul li {
  margin-bottom: 5px;
}
.promo.promo-partners .partner .text p,
.promo.promo-partners .partner .text li {
  line-height: 1.5;
}
.promo.promo-partners .partner .text a {
  color: rgb(71, 71, 71);
  transition: 0.3s color ease-in-out;
}
.promo.promo-partners .partner .text a:hover {
  color: #730092;
}
.promo.promo-contact {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.promo.promo-contact .heading .heading-text {
  font-size: 2.25rem;
  font-weight: 500;
  color: #62007c;
  padding-bottom: 1rem;
}
.promo.promo-contact .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgb(71, 71, 71);
  line-height: 1.35;
}
.promo.promo-contact .contact-side {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.promo.promo-contact .contact-side .contact-info {
  padding: 5px;
}
.promo.promo-contact .contact-side .contact-info .info {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
  align-items: center;
}
.promo.promo-contact .contact-side .contact-info .info i {
  font-size: 1.75rem;
  width: 2.5rem;
  color: #730092;
}
.promo.promo-contact .contact-side .contact-info .info svg {
  width: 1.75rem;
  margin-right: 5px;
}
.promo.promo-contact .contact-side .contact-info .info svg path {
  fill: #730092;
}
.promo.promo-contact .contact-side .contact-info .info span {
  color: rgb(71, 71, 71);
  transition: 0.3s color ease-in-out;
}
.promo.promo-contact .contact-side .contact-info .info a {
  display: flex;
  align-items: center;
}
.promo.promo-contact .contact-side .contact-info .info a:hover span {
  color: #730092;
}
.promo.promo-contact .contact-form h1 {
  font-size: 1.5rem;
  text-align: center;
}
.promo.promo-contact .contact-form input,
.promo.promo-contact .contact-form textarea,
.promo.promo-contact .contact-form .select2-selection {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1) !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.25 !important;
  cursor: text !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.promo.promo-contact .contact-form input::-webkit-input-placeholder,
.promo.promo-contact .contact-form textarea::-webkit-input-placeholder,
.promo.promo-contact .contact-form .select2-selection::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.promo.promo-contact .contact-form input:-ms-input-placeholder,
.promo.promo-contact .contact-form textarea:-ms-input-placeholder,
.promo.promo-contact .contact-form .select2-selection:-ms-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.promo.promo-contact .contact-form input:-moz-placeholder,
.promo.promo-contact .contact-form textarea:-moz-placeholder,
.promo.promo-contact .contact-form .select2-selection:-moz-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.promo.promo-contact .contact-form input::-moz-placeholder,
.promo.promo-contact .contact-form textarea::-moz-placeholder,
.promo.promo-contact .contact-form .select2-selection::-moz-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.promo.promo-contact .contact-form input:focus,
.promo.promo-contact .contact-form textarea:focus,
.promo.promo-contact .contact-form .select2-selection:focus {
  box-shadow: 0 0 0 4px #f1e6f4 !important;
  border-color: #c08cce !important;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15) !important;
  border-color: rgba(115, 0, 146, 0.6) !important;
}
.promo.promo-contact .contact-form .select2-selection__placeholder {
  color: rgb(124, 124, 124) !important;
}
.promo.promo-contact .contact-form .forminator-icon-chevron-down {
  color: #730092;
}
.promo.promo-contact .contact-form .forminator-button {
  font-size: 1.15em !important;
  letter-spacing: 1px !important;
  font-family: "Poppins", sans-serif !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  padding: 10px 15px 10px 15px !important;
  font-size: 125% !important;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color ease-in-out !important;
  border-radius: 25px !important;
  background-color: #8f33a8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
  font-size: 1.2rem !important;
  padding: 12px 20px 12px 20px !important;
  border: none !important;
  min-width: 0 !important;
}
.promo.promo-contact .contact-form .forminator-button:hover {
  background-color: #730092 !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
}
.promo.promo-contact .contact-form .forminator-button:active {
  background-color: rgb(71, 71, 71) !important;
  transform: scale(0.9) !important;
  box-shadow: none !important;
}

.section.section-about {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-about .row {
  flex-direction: column;
}
.section.section-about .text-block {
  align-self: flex-end;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  line-height: 1.35;
}
.section.section-about .text-block.left {
  align-self: flex-start;
  background-color: #730092;
}
.section.section-about .text-block.left a {
  color: #fff;
  transition: 0.3s color ease-in-out;
  text-decoration: underline;
  font-weight: 500;
}
.section.section-about .text-block.left a:hover {
  color: #e3cce9;
}
.section.section-about .text-block p {
  font-size: 1.25rem;
  color: #56006e;
  margin-bottom: 0;
  font-weight: 500;
}
.section.section-about .highlight {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
  background-color: #9640ad;
}
.section.section-about .highlight .text-block p {
  color: #fff;
}
.section.section-about .block-wrap {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.section.section-about .video {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  display: flex;
  justify-content: center;
}
.section.section-about .video .video-demo {
  background-color: rgb(248, 248, 248);
  background-image: url("../../images/temp/collage7.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1066px;
  max-width: 90%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.section.section-about .video .video-demo .icon-wrap i {
  font-size: 5rem;
  color: #fff;
}
.section.section-parity {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
  background-color: rgb(252, 252, 252);
}
.section.section-parity .heading .heading-text {
  font-size: 1.35rem;
  font-weight: 500;
  background-color: #8f33a8;
  color: #fff;
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  line-height: 1.35;
}
.section.section-parity .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgb(71, 71, 71);
}
.section.section-parity .init-heading,
.section.section-parity .data-ana-heading,
.section.section-parity .resource-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-parity .init-heading .heading-text,
.section.section-parity .data-ana-heading .heading-text,
.section.section-parity .resource-heading .heading-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.section.section-parity .inits .init .init-wrap {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  height: 100%;
}
.section.section-parity .inits .init .title {
  font-size: 1.5rem;
  color: #730092;
  text-align: center;
  color: #680083;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}
.section.section-parity .inits .init .subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: rgb(71, 71, 71);
}
.section.section-parity .inits .init .text {
  font-size: 1rem;
  line-height: 1.5;
}
.section.section-parity .data-ana .data .data-wrap {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section.section-parity .data-ana .data .title {
  font-size: 1.5rem;
  color: #730092;
  text-align: center;
  color: #680083;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}
.section.section-parity .data-ana .data .text {
  font-size: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}
.section.section-parity .data-ana .data .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-parity .data-ana .data .btn {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
}
.section.section-parity .data-ana .data .link {
  color: #8826a2;
  display: block;
  line-height: 1.5;
  margin-left: 5px;
  transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
}
.section.section-parity .data-ana .data .link i {
  color: #dcbfe4;
  margin-right: 5px;
}
.section.section-parity .data-ana .data .link:hover {
  transform: translateX(5px);
  color: #730092;
}
.section.section-parity .resources .resource .resource-wrap {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  height: 100%;
}
.section.section-parity .resources .resource .title {
  font-size: 1.5rem;
  color: #730092;
  text-align: center;
  color: #680083;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}
.section.section-parity .resources .resource .subheading {
  font-size: 1.1rem;
}
.section.section-parity .resources .resource .text {
  font-size: 1rem;
}
.section.section-parity .resources .resource .link {
  color: #8826a2;
  display: block;
  line-height: 1.5;
  margin-left: 5px;
  transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
  display: flex;
  padding: 5px;
}
.section.section-parity .resources .resource .link i.fa-solid {
  color: #dcbfe4;
  margin-right: 5px;
  display: block;
}
.section.section-parity .resources .resource .link i {
  cursor: pointer;
}
.section.section-parity .resources .resource .link svg {
  width: 0.5rem;
  margin-right: 5px;
  display: block;
  cursor: pointer;
}
.section.section-parity .resources .resource .link svg path {
  fill: #dcbfe4;
}
.section.section-parity .resources .resource .link span {
  display: block;
}
.section.section-parity .resources .resource .link:hover {
  transform: translateX(5px);
  color: #730092;
}
.section.section-parity .pillar {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.section.section-parity .pillar .title {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-parity .pillar .title .title-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.section.section-parity .pillar .text {
  background-color: rgb(252, 252, 252);
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  border-bottom: 3px solid #e3cce9;
  border-radius: 10px;
  line-height: 1.5;
}
.section.section-parity .pillar-full {
  background-color: #9640ad;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-parity .pillar-full .pillar .title .title-text {
  background-color: #a459b8;
  color: #fff;
}
.section.section-parity .pillar-full .pillar .text {
  background-color: transparent;
  border-bottom: none;
}
.section.section-parity .pillar-full .pillar .text p {
  color: #fff;
}
.section.section-parity .cta {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-parity .cta .col-xs-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-parity .cta .cta-heading {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
}
.section.section-parity .cta .cta-heading .cta-heading-text {
  font-size: 2.25rem;
  font-weight: 500;
}
.section.section-parity .cta .btn {
  padding: 15px 30px 15px 30px;
  font-size: 1.75rem;
  border-radius: 55px;
}
.section.section-parity-landing .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
  flex-grow: 0;
}
.section.section-parity-landing .signature .name {
  font-size: 1.5rem;
  white-space: nowrap;
}
.section.section-parity-landing .signature .signature-image {
  max-width: 90%;
  display: none;
}
.section.section-parity-landing .signature .photo {
  max-width: 150px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border: 2px solid #9640ad;
  margin-top: 16px;
  margin-top: clamp(10.6666666667px, 0.9vw, 16px);
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-parity-landing .cta {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-parity-landing .cta .col-xs-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-parity-landing .cta .btn {
  margin: 8px;
  margin: clamp(5.3333333333px, 0.45vw, 8px);
}

.cat-main {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}

.page-post .container.post-content {
  padding-top: 1rem;
}
.page-post .container.post-nav {
  padding-bottom: 1rem;
}

#post-nav .nav-btn .post-nav-link {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #730092;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-bottom: 4px solid #ead9ef;
}
#post-nav .nav-btn .post-nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#post-nav .nav-btn .post-nav-link .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  z-index: 2;
  transform: rotate(-45deg);
  transition: 0.2s transform cubic-bezier(0.37, 0, 0.63, 1);
}
#post-nav .nav-btn .post-nav-link .icon-wrap .icon {
  color: transparent !important;
  height: 1.5rem;
  width: 1.5rem;
}
#post-nav .nav-btn .post-nav-link .text-wrap {
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: 2rem;
  flex-grow: 1;
  justify-content: space-between;
  height: 100%;
}
#post-nav .nav-btn .post-nav-link .text-wrap .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}
#post-nav .nav-btn .post-nav-link .text-wrap .title {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
}
#post-nav .nav-btn.nav-prev .post-nav-link .icon-wrap {
  transform: rotate(225deg);
}
#post-nav .nav-btn.nav-prev .post-nav-link .text-wrap {
  text-align: right;
}
#post-nav .nav-btn.nav-prev .post-nav-link:hover .icon-wrap {
  transform: rotate(180deg);
}

.blog-wrap .posts-wrap {
  padding-left: 0;
  padding-right: 0;
}
.blog-wrap .sidebar-wrap {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block {
  background-color: rgb(252, 252, 252);
  border-radius: 10px;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-bottom: 1rem;
  border: 1px solid rgb(248, 248, 248);
  border-bottom: 4px solid #ead9ef;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search .wp-block-search__inside-wrapper {
  padding-top: 0.5rem;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 5px 0 0 5px;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search]:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search input[type=search]:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search button[type=submit] {
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block.widget_search button[type=submit]:active {
  transform: none;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-latest-posts li,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-archives li,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-categories li {
  background-color: rgb(248, 248, 248);
  border-radius: 5px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 5px;
  border-bottom: 2px solid #f1e6f4;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-latest-posts li a,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-archives li a,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-categories li a {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  display: block;
  color: rgb(71, 71, 71);
  transition: 0.3s color ease-in-out;
}
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-latest-posts li a:hover,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-archives li a:hover,
.blog-wrap .sidebar-wrap .widget-area .widget.widget_block .wp-block-group .wp-block-categories li a:hover {
  color: #730092;
}

.news-wrap {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.news-wrap.primary {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.news-wrap article.post-exp {
  background-color: rgb(71, 71, 71);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center center;
  height: 400px;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  transition: 0.15s box-shadow ease-in, 0.15s transform ease-in-out;
}
.news-wrap article.post-exp a.main {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.news-wrap article.post-exp .cat {
  background-color: #730092;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  margin-top: 10px;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 1;
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
}
.news-wrap article.post-exp .cat a {
  color: #fff;
}
.news-wrap article.post-exp .text-wrap {
  background: linear-gradient(135deg, rgba(91, 31, 255, 0.75) 0%, rgba(206, 31, 255, 0.75) 100%);
  backdrop-filter: blur(5px);
  padding-left: 8px;
  padding-left: clamp(5.3333333333px, 0.45vw, 8px);
  padding-right: 8px;
  padding-right: clamp(5.3333333333px, 0.45vw, 8px);
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  border-radius: 0 0 10px 10px;
}
.news-wrap article.post-exp .text-wrap .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.news-wrap article.post-exp .text-wrap .title a {
  color: #fff;
}
.news-wrap article.post-exp .text-wrap .date {
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.news-wrap article.post-exp .text-wrap .date a {
  color: #fff;
}
.news-wrap article.post-exp .text-wrap .date a i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.85);
}
.news-wrap article.post-exp .text-wrap .date a svg {
  width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
.news-wrap article.post-exp .text-wrap .date a svg path {
  fill: rgba(255, 255, 255, 0.85);
}
.news-wrap article.post-exp .text-wrap .date a .event-date {
  vertical-align: middle;
}
.news-wrap article.post-exp .text-wrap .text {
  font-size: 1.25rem;
  font-weight: 400;
  display: none;
}
.news-wrap article.post-exp:hover {
  transform: translateY(-10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.news-wrap .navigation.posts-navigation {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  flex-basis: 100%;
}
.news-wrap .navigation.posts-navigation .nav-links {
  display: flex;
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous,
.news-wrap .navigation.posts-navigation .nav-links .nav-next {
  transition: 0.1s transform ease-in-out;
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous a,
.news-wrap .navigation.posts-navigation .nav-links .nav-next a {
  background-color: #f1e6f4;
  border-radius: 25px;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  color: #730092;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous:hover a,
.news-wrap .navigation.posts-navigation .nav-links .nav-next:hover a {
  background-color: #730092;
  color: #fff;
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous:active,
.news-wrap .navigation.posts-navigation .nav-links .nav-next:active {
  transform: scale(0.9);
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous:active a,
.news-wrap .navigation.posts-navigation .nav-links .nav-next:active a {
  background-color: rgb(71, 71, 71);
}
.news-wrap .navigation.posts-navigation .nav-links .nav-previous {
  justify-self: flex-start;
}
.news-wrap .navigation.posts-navigation .nav-links .nav-next {
  justify-self: end;
  margin-left: auto;
}
.news-wrap button {
  width: 100%;
  margin-top: 25px;
}
.news-wrap button.done {
  background-color: rgb(71, 71, 71);
}

.more-link {
  width: 100%;
  display: block;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-top: 25px;
  font-size: 1.5rem;
  color: rgb(71, 71, 71) !important;
  color: #fff !important;
  text-align: center;
  background-color: #9640ad;
  border-radius: 10px;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out !important;
  border: 1px solid #f1e6f4;
  text-decoration: none !important;
}
.more-link:hover {
  background-color: #730092;
}

article.post {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: rgb(252, 252, 252);
  border: 1px solid rgb(248, 248, 248);
  border-radius: 10px;
  border-bottom: 4px solid #ead9ef;
}
article.post header.entry-header .entry-title {
  font-size: 2.5rem;
  font-weight: 600 !important;
  color: rgb(71, 71, 71);
  margin-bottom: 0;
}
article.post header.entry-header .entry-title a {
  font-weight: 600 !important;
}
article.post header.entry-header .entry-meta {
  font-size: 1.25rem;
  color: rgb(71, 71, 71);
  margin-bottom: 0;
  margin-left: 10px;
}
article.post header.entry-header .entry-meta .posted-on i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
article.post header.entry-header .entry-meta .posted-on svg {
  width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
article.post header.entry-header .entry-meta .posted-on svg path {
  fill: rgb(71, 71, 71) !important;
}
article.post header.entry-header .entry-meta .posted-on .event-date {
  vertical-align: middle;
}
article.post header.entry-header .back-button {
  margin: 8px;
  margin: clamp(5.3333333333px, 0.45vw, 8px);
  display: inline-block;
  transition: 0.1s transform ease-in-out;
}
article.post header.entry-header .back-button:hover {
  transform: translateX(10px);
}
article.post .post-thumbnail img {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  max-width: 100%;
  height: auto;
}
article.post .entry-content {
  color: rgb(71, 71, 71);
  margin-bottom: 0;
}
article.post .entry-content p {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
article.post .entry-content strong {
  font-weight: 600;
}
article.post .entry-content a {
  text-decoration: underline;
  word-break: break-word;
}
article.post .entry-footer {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  font-size: 1.25rem;
  color: rgb(124, 124, 124);
  margin-bottom: 0;
}
article.post .entry-footer .cat-links {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
}
article.post .entry-footer .comments-link {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: rgb(248, 248, 248);
  border-radius: 3px;
}
article.post a {
  color: rgb(71, 71, 71);
  transition: 0.3s color ease-in-out;
}
article.post a:hover {
  color: #730092;
}

.navigation.post-navigation {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: rgb(252, 252, 252);
  border-top: 1px solid rgb(248, 248, 248);
  border-bottom: 1px solid rgb(248, 248, 248);
  border-bottom: 4px solid #ead9ef;
  border-radius: 10px;
}
.navigation.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(71, 71, 71);
  transition: 0.3s color ease-in-out;
}
.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {
  color: #730092 !important;
}

footer#page-footer {
  min-height: 350px;
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  background-color: #000;
}
footer#page-footer .footer-content .footer-section .heading {
  font-size: 1.5rem;
  color: #b980c9;
  flex-grow: 1;
  width: 100%;
  cursor: text !important;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
footer#page-footer .footer-content .footer-section .text,
footer#page-footer .footer-content .footer-section .text p {
  color: #fff;
  font-size: 1rem;
  cursor: text !important;
}
footer#page-footer .footer-content .footer-section.logo-wrap .logo img {
  max-width: 100%;
}
footer#page-footer .footer-content .footer-section.logo-wrap .text p {
  cursor: text !important;
}
footer#page-footer .footer-content .footer-section.logo-wrap .text p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  transition: 0.3s color ease-in-out, 0.3s border ease-in-out;
  color: #fff;
}
footer#page-footer .footer-content .footer-section.logo-wrap .text p a:hover {
  color: #ab66be;
  border-bottom-color: #ab66be;
}
footer#page-footer .footer-content .footer-section.contact .contact-info {
  display: flex;
  flex-wrap: wrap;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info {
  color: #fff;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a {
  display: flex;
  align-items: center;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a span {
  color: #fff;
  cursor: pointer;
  transition: 0.3s color ease-in-out;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a svg {
  margin-right: 16px;
  margin-right: clamp(10.6666666667px, 0.9vw, 16px);
  width: 1.5rem;
  cursor: pointer;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a svg path {
  fill: #fff !important;
  transition: 0.3s fill ease-in-out;
  cursor: pointer;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a span {
  font-size: 1rem;
  user-select: text;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a:hover span {
  color: #ab66be;
}
footer#page-footer .footer-content .footer-section.contact .contact-info .info a:hover svg path {
  fill: #ab66be !important;
}
footer#page-footer .footer-content .footer-section.links .link-info {
  display: flex;
  flex-wrap: wrap;
}
footer#page-footer .footer-content .footer-section.links .link-info a {
  width: 100%;
  font-size: 1rem;
  flex-grow: 1;
  color: #fff;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  transition: 0.3s color ease-in-out;
}
footer#page-footer .footer-content .footer-section.links .link-info a:hover {
  color: #ab66be;
}
footer#page-footer .footer-content .footer-section.social .social-wrap {
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
footer#page-footer .footer-content .footer-section.social .social-wrap a {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
footer#page-footer .footer-content .footer-section.social .social-wrap a svg {
  width: 1.5rem;
  cursor: pointer;
}
footer#page-footer .footer-content .footer-section.social .social-wrap a svg path {
  fill: #fff !important;
  transition: 0.3s fill ease-in-out;
  cursor: pointer;
}
footer#page-footer .footer-content .footer-section.social .social-wrap a:hover svg path {
  fill: #ab66be !important;
}
footer#page-footer .footer-content .footer-section.newsletter .newsletter-info {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  footer#page-footer .footer-content .footer-section.newsletter .newsletter-info {
    flex-direction: column;
  }
}
footer#page-footer .footer-content .footer-section.newsletter .newsletter-info .text {
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 1rem;
}
footer#page-footer .footer-content .footer-section.newsletter .form-group {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
footer#page-footer .footer-content .footer-section.newsletter .form-group a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer#page-footer .footer-content .footer-section.newsletter .form-group input {
  background-color: #fff;
  border: none;
  border-radius: 5px 0 0 5px;
  font-size: 1rem;
  padding: 5px 10px 5px 10px;
  height: 45px;
  width: 100%;
  display: block;
}
footer#page-footer .footer-content .footer-section.newsletter .form-group .btn {
  background-color: rgb(71, 71, 71);
  background-color: #8826a2;
  color: #fff;
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  border: none;
  height: 45px;
  font-size: 1.1rem;
  border-radius: 0 10px 10px 0;
  display: block;
}
footer#page-footer .footer-content .footer-section.newsletter .form-group .btn:hover {
  background-color: #8826a2;
}
footer#page-footer .footer-content .footer-section.newsletter .form-group .btn:active {
  transform: none;
  background-color: rgb(71, 71, 71);
}
footer#page-footer .footer-menu-wrap .nav-items {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
footer#page-footer .footer-menu-wrap .nav-items .nav-item a {
  color: #fff;
  font-size: 1.25rem;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  transition: 0.3s color ease-in-out;
}
footer#page-footer .footer-menu-wrap .nav-items .nav-item a:hover {
  color: #ab66be;
}
@media (max-width: 992px) {
  footer#page-footer .footer-menu-wrap .nav-items {
    flex-direction: column;
    align-items: flex-start;
  }
  footer#page-footer .footer-menu-wrap .nav-items .nav-item {
    padding: 10px 0 10px 0;
  }
  footer#page-footer .footer-menu-wrap .nav-items .nav-item a {
    padding: 10px 0 10px 0;
  }
}
footer#page-footer .copyright .link-info {
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}
footer#page-footer .copyright .link-info a {
  margin-left: 8px;
  margin-left: clamp(5.3333333333px, 0.45vw, 8px);
  margin-right: 8px;
  margin-right: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  transition: 0.3s color ease-in-out, 0.3s border ease-in-out;
  display: inline-block;
}
footer#page-footer .copyright .link-info a:hover {
  color: #ab66be;
  border-bottom-color: #ab66be;
}
footer#page-footer .copyright .text {
  text-align: center;
  color: #fff;
}
footer#page-footer .copyright .text p {
  color: #fff;
  font-size: 1rem;
  cursor: text !important;
}

.page-404 {
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.page-404 .error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-404 .error-wrap i {
  font-size: 5rem;
  color: #d43a3a;
  margin-bottom: 20px;
}
.page-404 .error-wrap svg {
  width: 5rem;
  margin-bottom: 20px;
}
.page-404 .error-wrap svg path {
  fill: #d43a3a;
}
.page-404 .error-wrap p {
  font-size: 1.5rem;
  color: rgb(71, 71, 71);
  margin-bottom: 20px;
}

.contact-form-wrap .heading-text {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
}

#ajax-load-more {
  width: 100%;
}

.job-single-wrap .col-xs-12 > p {
  padding: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}
.job-single-wrap .jb.jb-ui-xl .jb-job-company {
  margin-bottom: 0;
  border-bottom: none;
}
.job-single-wrap .jb.jb-ui-xl .jb-job-footer .jb-job-apply-wrapper .jb-job-apply-description {
  padding: 1rem 0;
  font-size: 1rem;
}
.job-single-wrap .jb.jb-ui-xl .jb-job-footer .jb-job-apply-wrapper .jb-job-apply-description p {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
.job-single-wrap .jb.jb-ui-xl .jb-job-footer .jb-job-apply-wrapper .jb-job-apply-description a {
  color: #ab66be;
  transition: 0.2s color ease-in-out;
  font-size: 1rem;
}
.job-single-wrap .jb.jb-ui-xl .jb-job-footer .jb-job-apply-wrapper .jb-job-apply-description a:hover {
  color: #730092;
}

.section.section-member-plans {
  background-image: url("../../images/temp/blob.svg");
  background-size: cover;
  background-position: center center;
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.section.section-member-plans .heading {
  text-align: center;
}
.section.section-member-plans .heading .heading-text {
  padding-bottom: 0.5rem;
}
.section.section-member-plans .heading .subheading-text {
  font-size: 1.25rem;
  color: #4d4d4d;
}
.section.section-member-plans .row.plans {
  justify-content: center;
}
.section.section-member-plans .row.plans .plan {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
}
@media screen and (max-width: 576px) {
  .section.section-member-plans .row.plans .plan {
    padding: 1rem;
  }
}
.section.section-member-plans .row.plans .plan .plan-heading {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.section.section-member-plans .row.plans .plan .plan-heading .heading-text {
  background-color: #fbf7fc;
  font-size: 2.25rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.section.section-member-plans .row.plans .plan .plan-features ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section.section-member-plans .row.plans .plan .plan-features ul li {
  display: flex;
  align-items: flex-start;
}
.section.section-member-plans .row.plans .plan .plan-features ul li svg.icon {
  width: 1.45rem;
  margin-right: 0.5rem;
  fill: #730092;
}
.section.section-member-plans .row.plans .plan .plan-features ul li span {
  line-height: 1.5;
}
.section.section-member-plans .row.plans .plan .plan-features ul li span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-member-plans .row.plans .plan .plan-features ul li span.text {
  color: #4f4f4f;
}
.section.section-member-plans .row.plans .plan .plan-cta {
  padding-top: 2rem;
  display: flex;
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.section.section-member-plans .row.plans .plan .plan-cta[data-active=true] {
  display: flex;
}
.section.section-member-plans .row.plans .plan .plan-cta .term-toggle {
  flex-grow: 1;
  display: flex;
}
.section.section-member-plans .row.plans .plan .plan-cta .term-toggle .toggle {
  border-radius: 50px;
  background-color: #f8f2fa;
  display: flex;
  padding: 0.5rem;
}
.section.section-member-plans .row.plans .plan .plan-cta .term-toggle .toggle .option {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: #730092;
}
.section.section-member-plans .row.plans .plan .plan-cta .term-toggle .toggle .option.active {
  background-color: #9640ad;
  color: #fff;
}
.section.section-member-plans .row.plans .plan .plan-cta .price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #b273c3;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section.section-member-plans .row.plans .plan .plan-cta .btn {
    margin-top: 0.5rem;
  }
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .spacer {
  width: 0;
  display: block;
  transition: 0.2s width ease-in-out;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .lds-ring {
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s visibility ease-in-out, 0.2s opacity ease-in-out;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0.25rem;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section.section-member-plans .row.plans .plan .plan-cta .btn.loading {
  background-color: #4f4f4f;
  cursor: not-allowed !important;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn.loading span {
  cursor: not-allowed !important;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn.loading .spacer {
  width: 1.5rem;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn.loading .lds-ring {
  visibility: visible;
  opacity: 1;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn svg.icon {
  width: 1.5rem;
  margin-left: 0.5rem;
  fill: #fff;
}
.section.section-member-plans .row.plans .plan .plan-cta .btn.btn-disabled {
  cursor: not-allowed;
  background-color: #4f4f4f;
  transform: none !important;
}
.section.section-member-plans .row.plans .plan .plan-cta.subscribed {
  justify-content: center;
}
.section.section-member-plans .row.plans .plan .continue-cta,
.section.section-member-plans .row.plans .plan .login-cta {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-member-plans .row.plans .plan .continue-cta p,
.section.section-member-plans .row.plans .plan .login-cta p {
  margin: 0;
}
.section.section-member-plans .row.plans .plan .login-cta a {
  color: #730092;
  transition: 0.2s color ease-in-out;
}
.section.section-member-plans .row.plans .plan .login-cta a:hover {
  color: #ab66be;
}
.section.section-member-plans .register-flow {
  display: none;
  flex-direction: column;
}
.section.section-member-plans .register-flow[data-active=true] {
  display: flex;
}
.section.section-member-plans .register-flow .step {
  display: none;
  flex-direction: column;
  padding: 1rem;
  padding-top: 3rem;
}
.section.section-member-plans .register-flow .step[data-active=true] {
  display: flex;
}
.section.section-member-plans .register-flow .step .wrapper {
  max-width: 601px;
  border-radius: 0.5rem;
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}
.section.section-member-plans .register-flow .step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.section.section-member-plans .register-flow .step .step-number .text {
  background-color: #fbf7fc;
  font-size: 1.5rem;
  color: #62007c;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  padding-left: 64px;
  padding-left: clamp(42.6666666667px, 3.6vw, 64px);
  padding-right: 64px;
  padding-right: clamp(42.6666666667px, 3.6vw, 64px);
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
.section.section-member-plans .register-flow .step.step-donation {
  flex-direction: column;
}
.section.section-member-plans .register-flow .step .cf-turnstile {
  max-width: 100%;
  overflow: hidden;
}
.section.section-member-plans .register-flow .step.step-email, .section.section-member-plans .register-flow .step.step-register, .section.section-member-plans .register-flow .step.step-notice, .section.section-member-plans .register-flow .step.step-success {
  align-items: center;
  justify-content: center;
}
.section.section-member-plans .register-flow .step.step-email .text, .section.section-member-plans .register-flow .step.step-register .text, .section.section-member-plans .register-flow .step.step-notice .text, .section.section-member-plans .register-flow .step.step-success .text {
  line-height: 1.25;
}
.section.section-member-plans .register-flow .step.step-email .wrapper, .section.section-member-plans .register-flow .step.step-register .wrapper, .section.section-member-plans .register-flow .step.step-notice .wrapper, .section.section-member-plans .register-flow .step.step-success .wrapper {
  border: 1px solid #e1e4e5;
  padding: 1rem;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form, .section.section-member-plans .register-flow .step.step-register .wrapper form, .section.section-member-plans .register-flow .step.step-notice .wrapper form, .section.section-member-plans .register-flow .step.step-success .wrapper form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email],
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text],
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password], .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email],
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text],
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password], .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email],
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text],
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password], .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email],
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text],
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  max-width: 100%;
  width: 100%;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password]::-webkit-input-placeholder, .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password]::-webkit-input-placeholder, .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password]::-webkit-input-placeholder, .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text]::-webkit-input-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password]:-ms-input-placeholder, .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password]:-ms-input-placeholder, .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password]:-ms-input-placeholder, .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text]:-ms-input-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password]:-moz-placeholder, .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password]:-moz-placeholder, .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password]:-moz-placeholder, .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text]:-moz-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password]:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password]::-moz-placeholder, .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password]::-moz-placeholder, .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password]::-moz-placeholder, .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text]::-moz-placeholder,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=email]:focus,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=text]:focus,
.section.section-member-plans .register-flow .step.step-email .wrapper form input[type=password]:focus, .section.section-member-plans .register-flow .step.step-register .wrapper form input[type=email]:focus,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=text]:focus,
.section.section-member-plans .register-flow .step.step-register .wrapper form input[type=password]:focus, .section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=email]:focus,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=text]:focus,
.section.section-member-plans .register-flow .step.step-notice .wrapper form input[type=password]:focus, .section.section-member-plans .register-flow .step.step-success .wrapper form input[type=email]:focus,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=text]:focus,
.section.section-member-plans .register-flow .step.step-success .wrapper form input[type=password]:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.section.section-member-plans .register-flow .step.step-email .wrapper form .form-group, .section.section-member-plans .register-flow .step.step-register .wrapper form .form-group, .section.section-member-plans .register-flow .step.step-notice .wrapper form .form-group, .section.section-member-plans .register-flow .step.step-success .wrapper form .form-group {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form .form-group label, .section.section-member-plans .register-flow .step.step-register .wrapper form .form-group label, .section.section-member-plans .register-flow .step.step-notice .wrapper form .form-group label, .section.section-member-plans .register-flow .step.step-success .wrapper form .form-group label {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.section.section-member-plans .register-flow .step.step-email .wrapper form .warning p, .section.section-member-plans .register-flow .step.step-register .wrapper form .warning p, .section.section-member-plans .register-flow .step.step-notice .wrapper form .warning p, .section.section-member-plans .register-flow .step.step-success .wrapper form .warning p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.section.section-member-plans .register-flow .step.step-success {
  text-align: center;
}
.section.section-member-plans .register-flow .step.step-success .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.section-member-plans .register-flow .step.step-success .text {
  padding-bottom: 1rem;
}
.section.section-member-plans .register-flow .step.step-register input[type=text] {
  margin-bottom: 1rem;
}
.section.section-member-plans .register-flow .step.step-register .message {
  border-radius: 0.25rem;
  border: 1px solid #8f33a8;
  background-color: #f8effa;
  color: #7a2c90;
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.section.section-member-plans .register-flow .step.step-register .message[data-error=true] {
  border-color: #d9203f;
  color: #d9203f;
  background-color: #fceef0;
}
.section.section-member-plans .register-flow .step.step-verify {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section.section-member-plans .register-flow .step.step-verify svg {
  height: 5rem;
  width: 5rem;
  margin-bottom: 1rem !important;
}
.section.section-member-plans .register-flow .step .gb-form {
  display: none;
  align-items: center;
  justify-content: center;
}
.section.section-member-plans .register-flow .step .gb-form[data-active=true] {
  display: flex;
}

.mec-wrap .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mec-wrap .mec-events-event-image img {
  height: auto;
}

.um *,
.um *:before,
.um *:after {
  box-sizing: border-box !important;
}

.content.is-um-page .entry-content p:first-of-type {
  margin: 0;
}

.member-home .row.row-controls {
  justify-content: center;
}
.member-home .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 993px) {
  .member-home .controls {
    display: none;
  }
}
.member-home .controls button.control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Poppins", sans-serif;
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
}
.member-home .controls button.control svg.icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  fill: #8f33a8;
  transition: 0.2s fill ease-in-out;
}
.member-home .controls button.control span {
  font-size: 1rem;
  text-transform: none;
}
.member-home .controls button.control.active {
  background-color: #8f33a8;
  color: #fff;
}
.member-home .controls button.control.active svg.icon {
  fill: #fff;
}
.member-home .member-sections {
  position: relative;
}
@media screen and (max-width: 992px) {
  .member-home .member-sections {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
}
.member-home .member-sections .member-section {
  border-radius: 15px;
  transition: 0.4s transform ease-in-out, 0.4s opacity ease-in-out;
}
@media screen and (max-width: 992px) {
  .member-home .member-sections .member-section {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .member-home .member-sections .member-section .member-section-heading {
    display: none;
  }
}
.member-home .member-sections .member-section .member-section-heading .heading-text {
  color: rgb(71, 71, 71);
  font-size: 1.75rem;
}
@media screen and (max-width: 992px) {
  .member-home .member-sections .member-section .member-section-heading .heading-text {
    text-align: center;
  }
}
.member-home .member-sections .member-section .member-section-content {
  padding-top: 2rem;
}
@media screen and (max-width: 992px) {
  .member-home .member-sections .member-section .member-section-content {
    padding-top: 0;
  }
}
.member-home .member-sections .member-section .member-section-cta {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-home .member-sections .member-section.member-section-feed div.um-activity {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.member-home .member-sections .member-section.member-section-feed .um-form .um-activity-widget {
  margin-top: 2rem;
}
.member-home .member-sections .member-section.member-section-feed .um-form > .um-activity-widget {
  margin-top: 0;
}
.member-home .member-sections .member-section.member-section-events .news-wrap {
  padding-top: 0;
  padding-bottom: 0;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.member-home .member-sections .member-section.member-section-events .ajax-load-more-wrap .alm-btn-wrap {
  display: none;
}
.member-home .member-sections .member-section.active {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .member-home .member-sections[data-active="0"] .member-section:nth-child(1) {
    transform: translateX(0);
  }
  .member-home .member-sections[data-active="0"] .member-section:nth-child(2) {
    transform: translateX(0);
  }
  .member-home .member-sections[data-active="0"] .member-section:nth-child(3) {
    transform: translateX(0);
  }
  .member-home .member-sections[data-active="1"] .member-section:nth-child(1) {
    transform: translateX(-100%);
  }
  .member-home .member-sections[data-active="1"] .member-section:nth-child(2) {
    transform: translateX(-100%);
  }
  .member-home .member-sections[data-active="1"] .member-section:nth-child(3) {
    transform: translateX(-100%);
  }
  .member-home .member-sections[data-active="2"] .member-section:nth-child(1) {
    transform: translateX(-200%);
  }
  .member-home .member-sections[data-active="2"] .member-section:nth-child(2) {
    transform: translateX(-200%);
  }
  .member-home .member-sections[data-active="2"] .member-section:nth-child(3) {
    transform: translateX(-200%);
  }
}

.um-completeness-widget .um-completeness-widget-wrapper .um-completeness-progress {
  color: #730092 !important;
}
.um-completeness-widget .um-completeness-widget-wrapper .um-completeness-progress .um-completeness-jx {
  color: #730092;
}
.um-completeness-widget .um-completeness-widget-wrapper .um-completeness-bar-holder .um-completeness-bar .um-completeness-done {
  background: #ab66be;
}

.is-um-page .um.um-profile,
.um-wrap .um.um-profile {
  margin-bottom: 0 !important;
}
.is-um-page .um a.um-link,
.um-wrap .um a.um-link {
  color: #730092;
  transition: 0.2s color ease-in-out;
}
.is-um-page .um a.um-link:hover,
.um-wrap .um a.um-link:hover {
  color: #720090;
}
.is-um-page .um-dropdown,
.um-wrap .um-dropdown {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: none;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.is-um-page .um-dropdown .um-dropdown-b .um-dropdown-arr,
.um-wrap .um-dropdown .um-dropdown-b .um-dropdown-arr {
  color: rgba(255, 255, 255, 0.9);
}
.is-um-page .um-dropdown .um-dropdown-b .um-dropdown-arr .um-icon-arrow-up-b:before,
.um-wrap .um-dropdown .um-dropdown-b .um-dropdown-arr .um-icon-arrow-up-b:before {
  line-height: 1.1;
}
.is-um-page .um-dropdown .um-dropdown-b ul,
.um-wrap .um-dropdown .um-dropdown-b ul {
  background: unset;
  padding-top: 8px !important;
}
.is-um-page .um-dropdown .um-dropdown-b ul li a,
.um-wrap .um-dropdown .um-dropdown-b ul li a {
  color: rgba(0, 0, 0, 0.75);
  transition: 0.2s color ease-in-out;
  text-transform: capitalize;
}
.is-um-page .um-dropdown .um-dropdown-b ul li a.um-reset-cover-photo, .is-um-page .um-dropdown .um-dropdown-b ul li a.um_deactivate-item, .is-um-page .um-dropdown .um-dropdown-b ul li a.um_delete-item,
.um-wrap .um-dropdown .um-dropdown-b ul li a.um-reset-cover-photo,
.um-wrap .um-dropdown .um-dropdown-b ul li a.um_deactivate-item,
.um-wrap .um-dropdown .um-dropdown-b ul li a.um_delete-item {
  color: #d43a3a;
}
.is-um-page .um-dropdown .um-dropdown-b ul li:hover a,
.um-wrap .um-dropdown .um-dropdown-b ul li:hover a {
  color: #730092;
}
.is-um-page .um-dropdown .um-dropdown-b ul li:last-child a,
.um-wrap .um-dropdown .um-dropdown-b ul li:last-child a {
  border-color: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}
.is-um-page .edit-profile-btn .um-field,
.um-wrap .edit-profile-btn .um-field {
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-um-page .um input[type=submit].um-button,
.is-um-page .um input[type=submit].um-button:focus,
.is-um-page .um a.um-button,
.is-um-page .um a.um-button.um-disabled:hover,
.is-um-page .um a.um-button.um-disabled:focus,
.is-um-page .um a.um-button.um-disabled:active,
.um-wrap .um input[type=submit].um-button,
.um-wrap .um input[type=submit].um-button:focus,
.um-wrap .um a.um-button,
.um-wrap .um a.um-button.um-disabled:hover,
.um-wrap .um a.um-button.um-disabled:focus,
.um-wrap .um a.um-button.um-disabled:active {
  background: #730092;
}
.is-um-page input[type=submit].um-button, .is-um-page input[type=submit].um-button:focus, .is-um-page input[type=submit].jb-form-button, .is-um-page input[type=submit].um-message-send,
.is-um-page input[type=button].um-button,
.is-um-page input[type=button].um-button:focus,
.is-um-page input[type=button].jb-form-button,
.is-um-page input[type=button].um-message-send,
.is-um-page a.um-button,
.is-um-page a.um-button:focus,
.is-um-page a.jb-form-button,
.is-um-page a.um-message-send,
.um-wrap input[type=submit].um-button,
.um-wrap input[type=submit].um-button:focus,
.um-wrap input[type=submit].jb-form-button,
.um-wrap input[type=submit].um-message-send,
.um-wrap input[type=button].um-button,
.um-wrap input[type=button].um-button:focus,
.um-wrap input[type=button].jb-form-button,
.um-wrap input[type=button].um-message-send,
.um-wrap a.um-button,
.um-wrap a.um-button:focus,
.um-wrap a.jb-form-button,
.um-wrap a.um-message-send {
  font-size: 1.15em !important;
  letter-spacing: 1px !important;
  font-family: "Poppins", sans-serif !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  padding: 10px 15px 10px 15px !important;
  font-size: 125% !important;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color ease-in-out !important;
  border-radius: 25px !important;
  background-color: #8f33a8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
  font-size: 1.2rem !important;
  padding: 12px 20px 12px 20px !important;
  border: none !important;
  min-width: 0 !important;
}
.is-um-page input[type=submit].um-button:hover, .is-um-page input[type=submit].um-button:focus:hover, .is-um-page input[type=submit].jb-form-button:hover, .is-um-page input[type=submit].um-message-send:hover,
.is-um-page input[type=button].um-button:hover,
.is-um-page input[type=button].um-button:focus:hover,
.is-um-page input[type=button].jb-form-button:hover,
.is-um-page input[type=button].um-message-send:hover,
.is-um-page a.um-button:hover,
.is-um-page a.um-button:focus:hover,
.is-um-page a.jb-form-button:hover,
.is-um-page a.um-message-send:hover,
.um-wrap input[type=submit].um-button:hover,
.um-wrap input[type=submit].um-button:focus:hover,
.um-wrap input[type=submit].jb-form-button:hover,
.um-wrap input[type=submit].um-message-send:hover,
.um-wrap input[type=button].um-button:hover,
.um-wrap input[type=button].um-button:focus:hover,
.um-wrap input[type=button].jb-form-button:hover,
.um-wrap input[type=button].um-message-send:hover,
.um-wrap a.um-button:hover,
.um-wrap a.um-button:focus:hover,
.um-wrap a.jb-form-button:hover,
.um-wrap a.um-message-send:hover {
  background-color: #730092 !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
}
.is-um-page input[type=submit].um-button:active, .is-um-page input[type=submit].um-button:focus:active, .is-um-page input[type=submit].jb-form-button:active, .is-um-page input[type=submit].um-message-send:active,
.is-um-page input[type=button].um-button:active,
.is-um-page input[type=button].um-button:focus:active,
.is-um-page input[type=button].jb-form-button:active,
.is-um-page input[type=button].um-message-send:active,
.is-um-page a.um-button:active,
.is-um-page a.um-button:focus:active,
.is-um-page a.jb-form-button:active,
.is-um-page a.um-message-send:active,
.um-wrap input[type=submit].um-button:active,
.um-wrap input[type=submit].um-button:focus:active,
.um-wrap input[type=submit].jb-form-button:active,
.um-wrap input[type=submit].um-message-send:active,
.um-wrap input[type=button].um-button:active,
.um-wrap input[type=button].um-button:focus:active,
.um-wrap input[type=button].jb-form-button:active,
.um-wrap input[type=button].um-message-send:active,
.um-wrap a.um-button:active,
.um-wrap a.um-button:focus:active,
.um-wrap a.jb-form-button:active,
.um-wrap a.um-message-send:active {
  background-color: rgb(71, 71, 71) !important;
  transform: scale(0.9) !important;
  box-shadow: none !important;
}
.is-um-page input[type=submit].um-button.um-disabled, .is-um-page input[type=submit].um-button.disabled, .is-um-page input[type=submit].um-button:focus.um-disabled, .is-um-page input[type=submit].um-button:focus.disabled, .is-um-page input[type=submit].jb-form-button.um-disabled, .is-um-page input[type=submit].jb-form-button.disabled, .is-um-page input[type=submit].um-message-send.um-disabled, .is-um-page input[type=submit].um-message-send.disabled,
.is-um-page input[type=button].um-button.um-disabled,
.is-um-page input[type=button].um-button.disabled,
.is-um-page input[type=button].um-button:focus.um-disabled,
.is-um-page input[type=button].um-button:focus.disabled,
.is-um-page input[type=button].jb-form-button.um-disabled,
.is-um-page input[type=button].jb-form-button.disabled,
.is-um-page input[type=button].um-message-send.um-disabled,
.is-um-page input[type=button].um-message-send.disabled,
.is-um-page a.um-button.um-disabled,
.is-um-page a.um-button.disabled,
.is-um-page a.um-button:focus.um-disabled,
.is-um-page a.um-button:focus.disabled,
.is-um-page a.jb-form-button.um-disabled,
.is-um-page a.jb-form-button.disabled,
.is-um-page a.um-message-send.um-disabled,
.is-um-page a.um-message-send.disabled,
.um-wrap input[type=submit].um-button.um-disabled,
.um-wrap input[type=submit].um-button.disabled,
.um-wrap input[type=submit].um-button:focus.um-disabled,
.um-wrap input[type=submit].um-button:focus.disabled,
.um-wrap input[type=submit].jb-form-button.um-disabled,
.um-wrap input[type=submit].jb-form-button.disabled,
.um-wrap input[type=submit].um-message-send.um-disabled,
.um-wrap input[type=submit].um-message-send.disabled,
.um-wrap input[type=button].um-button.um-disabled,
.um-wrap input[type=button].um-button.disabled,
.um-wrap input[type=button].um-button:focus.um-disabled,
.um-wrap input[type=button].um-button:focus.disabled,
.um-wrap input[type=button].jb-form-button.um-disabled,
.um-wrap input[type=button].jb-form-button.disabled,
.um-wrap input[type=button].um-message-send.um-disabled,
.um-wrap input[type=button].um-message-send.disabled,
.um-wrap a.um-button.um-disabled,
.um-wrap a.um-button.disabled,
.um-wrap a.um-button:focus.um-disabled,
.um-wrap a.um-button:focus.disabled,
.um-wrap a.jb-form-button.um-disabled,
.um-wrap a.jb-form-button.disabled,
.um-wrap a.um-message-send.um-disabled,
.um-wrap a.um-message-send.disabled {
  cursor: not-allowed !important;
  background-color: #8f33a8 !important;
}
.is-um-page input[type=submit].um-button.um-disabled:active, .is-um-page input[type=submit].um-button.um-disabled:focus, .is-um-page input[type=submit].um-button.um-disabled:hover, .is-um-page input[type=submit].um-button.disabled:active, .is-um-page input[type=submit].um-button.disabled:focus, .is-um-page input[type=submit].um-button.disabled:hover, .is-um-page input[type=submit].um-button:focus.um-disabled:active, .is-um-page input[type=submit].um-button:focus.um-disabled:focus, .is-um-page input[type=submit].um-button:focus.um-disabled:hover, .is-um-page input[type=submit].um-button:focus.disabled:active, .is-um-page input[type=submit].um-button:focus.disabled:focus, .is-um-page input[type=submit].um-button:focus.disabled:hover, .is-um-page input[type=submit].jb-form-button.um-disabled:active, .is-um-page input[type=submit].jb-form-button.um-disabled:focus, .is-um-page input[type=submit].jb-form-button.um-disabled:hover, .is-um-page input[type=submit].jb-form-button.disabled:active, .is-um-page input[type=submit].jb-form-button.disabled:focus, .is-um-page input[type=submit].jb-form-button.disabled:hover, .is-um-page input[type=submit].um-message-send.um-disabled:active, .is-um-page input[type=submit].um-message-send.um-disabled:focus, .is-um-page input[type=submit].um-message-send.um-disabled:hover, .is-um-page input[type=submit].um-message-send.disabled:active, .is-um-page input[type=submit].um-message-send.disabled:focus, .is-um-page input[type=submit].um-message-send.disabled:hover,
.is-um-page input[type=button].um-button.um-disabled:active,
.is-um-page input[type=button].um-button.um-disabled:focus,
.is-um-page input[type=button].um-button.um-disabled:hover,
.is-um-page input[type=button].um-button.disabled:active,
.is-um-page input[type=button].um-button.disabled:focus,
.is-um-page input[type=button].um-button.disabled:hover,
.is-um-page input[type=button].um-button:focus.um-disabled:active,
.is-um-page input[type=button].um-button:focus.um-disabled:focus,
.is-um-page input[type=button].um-button:focus.um-disabled:hover,
.is-um-page input[type=button].um-button:focus.disabled:active,
.is-um-page input[type=button].um-button:focus.disabled:focus,
.is-um-page input[type=button].um-button:focus.disabled:hover,
.is-um-page input[type=button].jb-form-button.um-disabled:active,
.is-um-page input[type=button].jb-form-button.um-disabled:focus,
.is-um-page input[type=button].jb-form-button.um-disabled:hover,
.is-um-page input[type=button].jb-form-button.disabled:active,
.is-um-page input[type=button].jb-form-button.disabled:focus,
.is-um-page input[type=button].jb-form-button.disabled:hover,
.is-um-page input[type=button].um-message-send.um-disabled:active,
.is-um-page input[type=button].um-message-send.um-disabled:focus,
.is-um-page input[type=button].um-message-send.um-disabled:hover,
.is-um-page input[type=button].um-message-send.disabled:active,
.is-um-page input[type=button].um-message-send.disabled:focus,
.is-um-page input[type=button].um-message-send.disabled:hover,
.is-um-page a.um-button.um-disabled:active,
.is-um-page a.um-button.um-disabled:focus,
.is-um-page a.um-button.um-disabled:hover,
.is-um-page a.um-button.disabled:active,
.is-um-page a.um-button.disabled:focus,
.is-um-page a.um-button.disabled:hover,
.is-um-page a.um-button:focus.um-disabled:active,
.is-um-page a.um-button:focus.um-disabled:focus,
.is-um-page a.um-button:focus.um-disabled:hover,
.is-um-page a.um-button:focus.disabled:active,
.is-um-page a.um-button:focus.disabled:focus,
.is-um-page a.um-button:focus.disabled:hover,
.is-um-page a.jb-form-button.um-disabled:active,
.is-um-page a.jb-form-button.um-disabled:focus,
.is-um-page a.jb-form-button.um-disabled:hover,
.is-um-page a.jb-form-button.disabled:active,
.is-um-page a.jb-form-button.disabled:focus,
.is-um-page a.jb-form-button.disabled:hover,
.is-um-page a.um-message-send.um-disabled:active,
.is-um-page a.um-message-send.um-disabled:focus,
.is-um-page a.um-message-send.um-disabled:hover,
.is-um-page a.um-message-send.disabled:active,
.is-um-page a.um-message-send.disabled:focus,
.is-um-page a.um-message-send.disabled:hover,
.um-wrap input[type=submit].um-button.um-disabled:active,
.um-wrap input[type=submit].um-button.um-disabled:focus,
.um-wrap input[type=submit].um-button.um-disabled:hover,
.um-wrap input[type=submit].um-button.disabled:active,
.um-wrap input[type=submit].um-button.disabled:focus,
.um-wrap input[type=submit].um-button.disabled:hover,
.um-wrap input[type=submit].um-button:focus.um-disabled:active,
.um-wrap input[type=submit].um-button:focus.um-disabled:focus,
.um-wrap input[type=submit].um-button:focus.um-disabled:hover,
.um-wrap input[type=submit].um-button:focus.disabled:active,
.um-wrap input[type=submit].um-button:focus.disabled:focus,
.um-wrap input[type=submit].um-button:focus.disabled:hover,
.um-wrap input[type=submit].jb-form-button.um-disabled:active,
.um-wrap input[type=submit].jb-form-button.um-disabled:focus,
.um-wrap input[type=submit].jb-form-button.um-disabled:hover,
.um-wrap input[type=submit].jb-form-button.disabled:active,
.um-wrap input[type=submit].jb-form-button.disabled:focus,
.um-wrap input[type=submit].jb-form-button.disabled:hover,
.um-wrap input[type=submit].um-message-send.um-disabled:active,
.um-wrap input[type=submit].um-message-send.um-disabled:focus,
.um-wrap input[type=submit].um-message-send.um-disabled:hover,
.um-wrap input[type=submit].um-message-send.disabled:active,
.um-wrap input[type=submit].um-message-send.disabled:focus,
.um-wrap input[type=submit].um-message-send.disabled:hover,
.um-wrap input[type=button].um-button.um-disabled:active,
.um-wrap input[type=button].um-button.um-disabled:focus,
.um-wrap input[type=button].um-button.um-disabled:hover,
.um-wrap input[type=button].um-button.disabled:active,
.um-wrap input[type=button].um-button.disabled:focus,
.um-wrap input[type=button].um-button.disabled:hover,
.um-wrap input[type=button].um-button:focus.um-disabled:active,
.um-wrap input[type=button].um-button:focus.um-disabled:focus,
.um-wrap input[type=button].um-button:focus.um-disabled:hover,
.um-wrap input[type=button].um-button:focus.disabled:active,
.um-wrap input[type=button].um-button:focus.disabled:focus,
.um-wrap input[type=button].um-button:focus.disabled:hover,
.um-wrap input[type=button].jb-form-button.um-disabled:active,
.um-wrap input[type=button].jb-form-button.um-disabled:focus,
.um-wrap input[type=button].jb-form-button.um-disabled:hover,
.um-wrap input[type=button].jb-form-button.disabled:active,
.um-wrap input[type=button].jb-form-button.disabled:focus,
.um-wrap input[type=button].jb-form-button.disabled:hover,
.um-wrap input[type=button].um-message-send.um-disabled:active,
.um-wrap input[type=button].um-message-send.um-disabled:focus,
.um-wrap input[type=button].um-message-send.um-disabled:hover,
.um-wrap input[type=button].um-message-send.disabled:active,
.um-wrap input[type=button].um-message-send.disabled:focus,
.um-wrap input[type=button].um-message-send.disabled:hover,
.um-wrap a.um-button.um-disabled:active,
.um-wrap a.um-button.um-disabled:focus,
.um-wrap a.um-button.um-disabled:hover,
.um-wrap a.um-button.disabled:active,
.um-wrap a.um-button.disabled:focus,
.um-wrap a.um-button.disabled:hover,
.um-wrap a.um-button:focus.um-disabled:active,
.um-wrap a.um-button:focus.um-disabled:focus,
.um-wrap a.um-button:focus.um-disabled:hover,
.um-wrap a.um-button:focus.disabled:active,
.um-wrap a.um-button:focus.disabled:focus,
.um-wrap a.um-button:focus.disabled:hover,
.um-wrap a.jb-form-button.um-disabled:active,
.um-wrap a.jb-form-button.um-disabled:focus,
.um-wrap a.jb-form-button.um-disabled:hover,
.um-wrap a.jb-form-button.disabled:active,
.um-wrap a.jb-form-button.disabled:focus,
.um-wrap a.jb-form-button.disabled:hover,
.um-wrap a.um-message-send.um-disabled:active,
.um-wrap a.um-message-send.um-disabled:focus,
.um-wrap a.um-message-send.um-disabled:hover,
.um-wrap a.um-message-send.disabled:active,
.um-wrap a.um-message-send.disabled:focus,
.um-wrap a.um-message-send.disabled:hover {
  background-color: #8f33a8 !important;
  transform: none !important;
}
.is-um-page input[type=submit].um-disabled, .is-um-page input[type=submit].disabled,
.is-um-page input[type=button].um-disabled,
.is-um-page input[type=button].disabled,
.is-um-page a.um-disabled,
.is-um-page a.disabled,
.um-wrap input[type=submit].um-disabled,
.um-wrap input[type=submit].disabled,
.um-wrap input[type=button].um-disabled,
.um-wrap input[type=button].disabled,
.um-wrap a.um-disabled,
.um-wrap a.disabled {
  cursor: not-allowed !important;
}
.is-um-page input[type=submit].um-disabled:active, .is-um-page input[type=submit].um-disabled:focus, .is-um-page input[type=submit].disabled:active, .is-um-page input[type=submit].disabled:focus,
.is-um-page input[type=button].um-disabled:active,
.is-um-page input[type=button].um-disabled:focus,
.is-um-page input[type=button].disabled:active,
.is-um-page input[type=button].disabled:focus,
.is-um-page a.um-disabled:active,
.is-um-page a.um-disabled:focus,
.is-um-page a.disabled:active,
.is-um-page a.disabled:focus,
.um-wrap input[type=submit].um-disabled:active,
.um-wrap input[type=submit].um-disabled:focus,
.um-wrap input[type=submit].disabled:active,
.um-wrap input[type=submit].disabled:focus,
.um-wrap input[type=button].um-disabled:active,
.um-wrap input[type=button].um-disabled:focus,
.um-wrap input[type=button].disabled:active,
.um-wrap input[type=button].disabled:focus,
.um-wrap a.um-disabled:active,
.um-wrap a.um-disabled:focus,
.um-wrap a.disabled:active,
.um-wrap a.disabled:focus {
  transform: none !important;
}
.is-um-page .um-completeness-widget-wrapper > div:last-of-type a,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a {
  font-size: 1.15em !important;
  letter-spacing: 1px !important;
  font-family: "Poppins", sans-serif !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  padding: 10px 15px 10px 15px !important;
  font-size: 125% !important;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color ease-in-out !important;
  border-radius: 25px !important;
  background-color: #8f33a8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
  font-size: 1.2rem !important;
  padding: 12px 20px 12px 20px !important;
  border: none !important;
  min-width: 0 !important;
}
.is-um-page .um-completeness-widget-wrapper > div:last-of-type a:hover,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a:hover {
  background-color: #730092 !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
}
.is-um-page .um-completeness-widget-wrapper > div:last-of-type a:active,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a:active {
  background-color: rgb(71, 71, 71) !important;
  transform: scale(0.9) !important;
  box-shadow: none !important;
}
.is-um-page .um-completeness-widget-wrapper > div:last-of-type a.um-disabled, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.disabled,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.um-disabled,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.disabled {
  cursor: not-allowed !important;
  background-color: #8f33a8 !important;
}
.is-um-page .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:active, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:focus, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:hover, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.disabled:active, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.disabled:focus, .is-um-page .um-completeness-widget-wrapper > div:last-of-type a.disabled:hover,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:active,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:focus,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.um-disabled:hover,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.disabled:active,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.disabled:focus,
.um-wrap .um-completeness-widget-wrapper > div:last-of-type a.disabled:hover {
  background-color: #8f33a8 !important;
  transform: none !important;
}
.is-um-page a.um-button.um-alt, .is-um-page a.um-button#jb-job-draft,
.is-um-page input.jb-form-button.um-alt,
.is-um-page input.jb-form-button#jb-job-draft,
.um-wrap a.um-button.um-alt,
.um-wrap a.um-button#jb-job-draft,
.um-wrap input.jb-form-button.um-alt,
.um-wrap input.jb-form-button#jb-job-draft {
  background-color: transparent !important;
  color: #730092 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.is-um-page a.um-button.um-alt:focus, .is-um-page a.um-button#jb-job-draft:focus,
.is-um-page input.jb-form-button.um-alt:focus,
.is-um-page input.jb-form-button#jb-job-draft:focus,
.um-wrap a.um-button.um-alt:focus,
.um-wrap a.um-button#jb-job-draft:focus,
.um-wrap input.jb-form-button.um-alt:focus,
.um-wrap input.jb-form-button#jb-job-draft:focus {
  background-color: transparent !important;
  color: #730092 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.is-um-page a.um-button.um-alt:hover, .is-um-page a.um-button.um-alt:hover:focus, .is-um-page a.um-button#jb-job-draft:hover, .is-um-page a.um-button#jb-job-draft:hover:focus,
.is-um-page input.jb-form-button.um-alt:hover,
.is-um-page input.jb-form-button.um-alt:hover:focus,
.is-um-page input.jb-form-button#jb-job-draft:hover,
.is-um-page input.jb-form-button#jb-job-draft:hover:focus,
.um-wrap a.um-button.um-alt:hover,
.um-wrap a.um-button.um-alt:hover:focus,
.um-wrap a.um-button#jb-job-draft:hover,
.um-wrap a.um-button#jb-job-draft:hover:focus,
.um-wrap input.jb-form-button.um-alt:hover,
.um-wrap input.jb-form-button.um-alt:hover:focus,
.um-wrap input.jb-form-button#jb-job-draft:hover,
.um-wrap input.jb-form-button#jb-job-draft:hover:focus {
  background-color: #f1e6f4 !important;
  color: #720090 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.is-um-page a.um-button.um-alt:active, .is-um-page a.um-button.um-alt:active:hover, .is-um-page a.um-button#jb-job-draft:active, .is-um-page a.um-button#jb-job-draft:active:hover,
.is-um-page input.jb-form-button.um-alt:active,
.is-um-page input.jb-form-button.um-alt:active:hover,
.is-um-page input.jb-form-button#jb-job-draft:active,
.is-um-page input.jb-form-button#jb-job-draft:active:hover,
.um-wrap a.um-button.um-alt:active,
.um-wrap a.um-button.um-alt:active:hover,
.um-wrap a.um-button#jb-job-draft:active,
.um-wrap a.um-button#jb-job-draft:active:hover,
.um-wrap input.jb-form-button.um-alt:active,
.um-wrap input.jb-form-button.um-alt:active:hover,
.um-wrap input.jb-form-button#jb-job-draft:active,
.um-wrap input.jb-form-button#jb-job-draft:active:hover {
  background-color: rgb(71, 71, 71) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.is-um-page .um-form input[type=text],
.is-um-page .um-form input[type=password],
.is-um-page .um-form input[type=email],
.is-um-page .um-form input[type=tel],
.is-um-page .um-form input[type=search]:not(.select2-search__field),
.is-um-page .um-form textarea,
.is-um-page .um-form select,
.is-um-page .um-form .select2.select2-container .select2-selection,
.is-um-page .um-groups-form input[type=text],
.is-um-page .um-groups-form input[type=password],
.is-um-page .um-groups-form input[type=email],
.is-um-page .um-groups-form input[type=tel],
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field),
.is-um-page .um-groups-form textarea,
.is-um-page .um-groups-form select,
.is-um-page .um-groups-form .select2.select2-container .select2-selection,
.is-um-page .um-group-form input[type=text],
.is-um-page .um-group-form input[type=password],
.is-um-page .um-group-form input[type=email],
.is-um-page .um-group-form input[type=tel],
.is-um-page .um-group-form input[type=search]:not(.select2-search__field),
.is-um-page .um-group-form textarea,
.is-um-page .um-group-form select,
.is-um-page .um-group-form .select2.select2-container .select2-selection,
.is-um-page .um-message-textarea input[type=text],
.is-um-page .um-message-textarea input[type=password],
.is-um-page .um-message-textarea input[type=email],
.is-um-page .um-message-textarea input[type=tel],
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field),
.is-um-page .um-message-textarea textarea,
.is-um-page .um-message-textarea select,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection,
.is-um-page .um-member-directory-search-line input[type=text],
.is-um-page .um-member-directory-search-line input[type=password],
.is-um-page .um-member-directory-search-line input[type=email],
.is-um-page .um-member-directory-search-line input[type=tel],
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field),
.is-um-page .um-member-directory-search-line textarea,
.is-um-page .um-member-directory-search-line select,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection,
.um-wrap .um-form input[type=text],
.um-wrap .um-form input[type=password],
.um-wrap .um-form input[type=email],
.um-wrap .um-form input[type=tel],
.um-wrap .um-form input[type=search]:not(.select2-search__field),
.um-wrap .um-form textarea,
.um-wrap .um-form select,
.um-wrap .um-form .select2.select2-container .select2-selection,
.um-wrap .um-groups-form input[type=text],
.um-wrap .um-groups-form input[type=password],
.um-wrap .um-groups-form input[type=email],
.um-wrap .um-groups-form input[type=tel],
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field),
.um-wrap .um-groups-form textarea,
.um-wrap .um-groups-form select,
.um-wrap .um-groups-form .select2.select2-container .select2-selection,
.um-wrap .um-group-form input[type=text],
.um-wrap .um-group-form input[type=password],
.um-wrap .um-group-form input[type=email],
.um-wrap .um-group-form input[type=tel],
.um-wrap .um-group-form input[type=search]:not(.select2-search__field),
.um-wrap .um-group-form textarea,
.um-wrap .um-group-form select,
.um-wrap .um-group-form .select2.select2-container .select2-selection,
.um-wrap .um-message-textarea input[type=text],
.um-wrap .um-message-textarea input[type=password],
.um-wrap .um-message-textarea input[type=email],
.um-wrap .um-message-textarea input[type=tel],
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field),
.um-wrap .um-message-textarea textarea,
.um-wrap .um-message-textarea select,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection,
.um-wrap .um-member-directory-search-line input[type=text],
.um-wrap .um-member-directory-search-line input[type=password],
.um-wrap .um-member-directory-search-line input[type=email],
.um-wrap .um-member-directory-search-line input[type=tel],
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field),
.um-wrap .um-member-directory-search-line textarea,
.um-wrap .um-member-directory-search-line select,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1) !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.25 !important;
  cursor: text !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.is-um-page .um-form input[type=text]::-webkit-input-placeholder,
.is-um-page .um-form input[type=password]::-webkit-input-placeholder,
.is-um-page .um-form input[type=email]::-webkit-input-placeholder,
.is-um-page .um-form input[type=tel]::-webkit-input-placeholder,
.is-um-page .um-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.is-um-page .um-form textarea::-webkit-input-placeholder,
.is-um-page .um-form select::-webkit-input-placeholder,
.is-um-page .um-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.is-um-page .um-groups-form input[type=text]::-webkit-input-placeholder,
.is-um-page .um-groups-form input[type=password]::-webkit-input-placeholder,
.is-um-page .um-groups-form input[type=email]::-webkit-input-placeholder,
.is-um-page .um-groups-form input[type=tel]::-webkit-input-placeholder,
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.is-um-page .um-groups-form textarea::-webkit-input-placeholder,
.is-um-page .um-groups-form select::-webkit-input-placeholder,
.is-um-page .um-groups-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.is-um-page .um-group-form input[type=text]::-webkit-input-placeholder,
.is-um-page .um-group-form input[type=password]::-webkit-input-placeholder,
.is-um-page .um-group-form input[type=email]::-webkit-input-placeholder,
.is-um-page .um-group-form input[type=tel]::-webkit-input-placeholder,
.is-um-page .um-group-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.is-um-page .um-group-form textarea::-webkit-input-placeholder,
.is-um-page .um-group-form select::-webkit-input-placeholder,
.is-um-page .um-group-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.is-um-page .um-message-textarea input[type=text]::-webkit-input-placeholder,
.is-um-page .um-message-textarea input[type=password]::-webkit-input-placeholder,
.is-um-page .um-message-textarea input[type=email]::-webkit-input-placeholder,
.is-um-page .um-message-textarea input[type=tel]::-webkit-input-placeholder,
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.is-um-page .um-message-textarea textarea::-webkit-input-placeholder,
.is-um-page .um-message-textarea select::-webkit-input-placeholder,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=text]::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=password]::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=email]::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=tel]::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line textarea::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line select::-webkit-input-placeholder,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection::-webkit-input-placeholder,
.um-wrap .um-form input[type=text]::-webkit-input-placeholder,
.um-wrap .um-form input[type=password]::-webkit-input-placeholder,
.um-wrap .um-form input[type=email]::-webkit-input-placeholder,
.um-wrap .um-form input[type=tel]::-webkit-input-placeholder,
.um-wrap .um-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.um-wrap .um-form textarea::-webkit-input-placeholder,
.um-wrap .um-form select::-webkit-input-placeholder,
.um-wrap .um-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.um-wrap .um-groups-form input[type=text]::-webkit-input-placeholder,
.um-wrap .um-groups-form input[type=password]::-webkit-input-placeholder,
.um-wrap .um-groups-form input[type=email]::-webkit-input-placeholder,
.um-wrap .um-groups-form input[type=tel]::-webkit-input-placeholder,
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.um-wrap .um-groups-form textarea::-webkit-input-placeholder,
.um-wrap .um-groups-form select::-webkit-input-placeholder,
.um-wrap .um-groups-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.um-wrap .um-group-form input[type=text]::-webkit-input-placeholder,
.um-wrap .um-group-form input[type=password]::-webkit-input-placeholder,
.um-wrap .um-group-form input[type=email]::-webkit-input-placeholder,
.um-wrap .um-group-form input[type=tel]::-webkit-input-placeholder,
.um-wrap .um-group-form input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.um-wrap .um-group-form textarea::-webkit-input-placeholder,
.um-wrap .um-group-form select::-webkit-input-placeholder,
.um-wrap .um-group-form .select2.select2-container .select2-selection::-webkit-input-placeholder,
.um-wrap .um-message-textarea input[type=text]::-webkit-input-placeholder,
.um-wrap .um-message-textarea input[type=password]::-webkit-input-placeholder,
.um-wrap .um-message-textarea input[type=email]::-webkit-input-placeholder,
.um-wrap .um-message-textarea input[type=tel]::-webkit-input-placeholder,
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.um-wrap .um-message-textarea textarea::-webkit-input-placeholder,
.um-wrap .um-message-textarea select::-webkit-input-placeholder,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=text]::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=password]::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=email]::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=tel]::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field)::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line textarea::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line select::-webkit-input-placeholder,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.is-um-page .um-form input[type=text]:-ms-input-placeholder,
.is-um-page .um-form input[type=password]:-ms-input-placeholder,
.is-um-page .um-form input[type=email]:-ms-input-placeholder,
.is-um-page .um-form input[type=tel]:-ms-input-placeholder,
.is-um-page .um-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.is-um-page .um-form textarea:-ms-input-placeholder,
.is-um-page .um-form select:-ms-input-placeholder,
.is-um-page .um-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.is-um-page .um-groups-form input[type=text]:-ms-input-placeholder,
.is-um-page .um-groups-form input[type=password]:-ms-input-placeholder,
.is-um-page .um-groups-form input[type=email]:-ms-input-placeholder,
.is-um-page .um-groups-form input[type=tel]:-ms-input-placeholder,
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.is-um-page .um-groups-form textarea:-ms-input-placeholder,
.is-um-page .um-groups-form select:-ms-input-placeholder,
.is-um-page .um-groups-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.is-um-page .um-group-form input[type=text]:-ms-input-placeholder,
.is-um-page .um-group-form input[type=password]:-ms-input-placeholder,
.is-um-page .um-group-form input[type=email]:-ms-input-placeholder,
.is-um-page .um-group-form input[type=tel]:-ms-input-placeholder,
.is-um-page .um-group-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.is-um-page .um-group-form textarea:-ms-input-placeholder,
.is-um-page .um-group-form select:-ms-input-placeholder,
.is-um-page .um-group-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.is-um-page .um-message-textarea input[type=text]:-ms-input-placeholder,
.is-um-page .um-message-textarea input[type=password]:-ms-input-placeholder,
.is-um-page .um-message-textarea input[type=email]:-ms-input-placeholder,
.is-um-page .um-message-textarea input[type=tel]:-ms-input-placeholder,
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.is-um-page .um-message-textarea textarea:-ms-input-placeholder,
.is-um-page .um-message-textarea select:-ms-input-placeholder,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=text]:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=password]:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=email]:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=tel]:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.is-um-page .um-member-directory-search-line textarea:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line select:-ms-input-placeholder,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection:-ms-input-placeholder,
.um-wrap .um-form input[type=text]:-ms-input-placeholder,
.um-wrap .um-form input[type=password]:-ms-input-placeholder,
.um-wrap .um-form input[type=email]:-ms-input-placeholder,
.um-wrap .um-form input[type=tel]:-ms-input-placeholder,
.um-wrap .um-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.um-wrap .um-form textarea:-ms-input-placeholder,
.um-wrap .um-form select:-ms-input-placeholder,
.um-wrap .um-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.um-wrap .um-groups-form input[type=text]:-ms-input-placeholder,
.um-wrap .um-groups-form input[type=password]:-ms-input-placeholder,
.um-wrap .um-groups-form input[type=email]:-ms-input-placeholder,
.um-wrap .um-groups-form input[type=tel]:-ms-input-placeholder,
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.um-wrap .um-groups-form textarea:-ms-input-placeholder,
.um-wrap .um-groups-form select:-ms-input-placeholder,
.um-wrap .um-groups-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.um-wrap .um-group-form input[type=text]:-ms-input-placeholder,
.um-wrap .um-group-form input[type=password]:-ms-input-placeholder,
.um-wrap .um-group-form input[type=email]:-ms-input-placeholder,
.um-wrap .um-group-form input[type=tel]:-ms-input-placeholder,
.um-wrap .um-group-form input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.um-wrap .um-group-form textarea:-ms-input-placeholder,
.um-wrap .um-group-form select:-ms-input-placeholder,
.um-wrap .um-group-form .select2.select2-container .select2-selection:-ms-input-placeholder,
.um-wrap .um-message-textarea input[type=text]:-ms-input-placeholder,
.um-wrap .um-message-textarea input[type=password]:-ms-input-placeholder,
.um-wrap .um-message-textarea input[type=email]:-ms-input-placeholder,
.um-wrap .um-message-textarea input[type=tel]:-ms-input-placeholder,
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.um-wrap .um-message-textarea textarea:-ms-input-placeholder,
.um-wrap .um-message-textarea select:-ms-input-placeholder,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=text]:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=password]:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=email]:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=tel]:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field):-ms-input-placeholder,
.um-wrap .um-member-directory-search-line textarea:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line select:-ms-input-placeholder,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection:-ms-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.is-um-page .um-form input[type=text]:-moz-placeholder,
.is-um-page .um-form input[type=password]:-moz-placeholder,
.is-um-page .um-form input[type=email]:-moz-placeholder,
.is-um-page .um-form input[type=tel]:-moz-placeholder,
.is-um-page .um-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.is-um-page .um-form textarea:-moz-placeholder,
.is-um-page .um-form select:-moz-placeholder,
.is-um-page .um-form .select2.select2-container .select2-selection:-moz-placeholder,
.is-um-page .um-groups-form input[type=text]:-moz-placeholder,
.is-um-page .um-groups-form input[type=password]:-moz-placeholder,
.is-um-page .um-groups-form input[type=email]:-moz-placeholder,
.is-um-page .um-groups-form input[type=tel]:-moz-placeholder,
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.is-um-page .um-groups-form textarea:-moz-placeholder,
.is-um-page .um-groups-form select:-moz-placeholder,
.is-um-page .um-groups-form .select2.select2-container .select2-selection:-moz-placeholder,
.is-um-page .um-group-form input[type=text]:-moz-placeholder,
.is-um-page .um-group-form input[type=password]:-moz-placeholder,
.is-um-page .um-group-form input[type=email]:-moz-placeholder,
.is-um-page .um-group-form input[type=tel]:-moz-placeholder,
.is-um-page .um-group-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.is-um-page .um-group-form textarea:-moz-placeholder,
.is-um-page .um-group-form select:-moz-placeholder,
.is-um-page .um-group-form .select2.select2-container .select2-selection:-moz-placeholder,
.is-um-page .um-message-textarea input[type=text]:-moz-placeholder,
.is-um-page .um-message-textarea input[type=password]:-moz-placeholder,
.is-um-page .um-message-textarea input[type=email]:-moz-placeholder,
.is-um-page .um-message-textarea input[type=tel]:-moz-placeholder,
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field):-moz-placeholder,
.is-um-page .um-message-textarea textarea:-moz-placeholder,
.is-um-page .um-message-textarea select:-moz-placeholder,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection:-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=text]:-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=password]:-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=email]:-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=tel]:-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field):-moz-placeholder,
.is-um-page .um-member-directory-search-line textarea:-moz-placeholder,
.is-um-page .um-member-directory-search-line select:-moz-placeholder,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection:-moz-placeholder,
.um-wrap .um-form input[type=text]:-moz-placeholder,
.um-wrap .um-form input[type=password]:-moz-placeholder,
.um-wrap .um-form input[type=email]:-moz-placeholder,
.um-wrap .um-form input[type=tel]:-moz-placeholder,
.um-wrap .um-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.um-wrap .um-form textarea:-moz-placeholder,
.um-wrap .um-form select:-moz-placeholder,
.um-wrap .um-form .select2.select2-container .select2-selection:-moz-placeholder,
.um-wrap .um-groups-form input[type=text]:-moz-placeholder,
.um-wrap .um-groups-form input[type=password]:-moz-placeholder,
.um-wrap .um-groups-form input[type=email]:-moz-placeholder,
.um-wrap .um-groups-form input[type=tel]:-moz-placeholder,
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.um-wrap .um-groups-form textarea:-moz-placeholder,
.um-wrap .um-groups-form select:-moz-placeholder,
.um-wrap .um-groups-form .select2.select2-container .select2-selection:-moz-placeholder,
.um-wrap .um-group-form input[type=text]:-moz-placeholder,
.um-wrap .um-group-form input[type=password]:-moz-placeholder,
.um-wrap .um-group-form input[type=email]:-moz-placeholder,
.um-wrap .um-group-form input[type=tel]:-moz-placeholder,
.um-wrap .um-group-form input[type=search]:not(.select2-search__field):-moz-placeholder,
.um-wrap .um-group-form textarea:-moz-placeholder,
.um-wrap .um-group-form select:-moz-placeholder,
.um-wrap .um-group-form .select2.select2-container .select2-selection:-moz-placeholder,
.um-wrap .um-message-textarea input[type=text]:-moz-placeholder,
.um-wrap .um-message-textarea input[type=password]:-moz-placeholder,
.um-wrap .um-message-textarea input[type=email]:-moz-placeholder,
.um-wrap .um-message-textarea input[type=tel]:-moz-placeholder,
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field):-moz-placeholder,
.um-wrap .um-message-textarea textarea:-moz-placeholder,
.um-wrap .um-message-textarea select:-moz-placeholder,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection:-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=text]:-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=password]:-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=email]:-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=tel]:-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field):-moz-placeholder,
.um-wrap .um-member-directory-search-line textarea:-moz-placeholder,
.um-wrap .um-member-directory-search-line select:-moz-placeholder,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection:-moz-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.is-um-page .um-form input[type=text]::-moz-placeholder,
.is-um-page .um-form input[type=password]::-moz-placeholder,
.is-um-page .um-form input[type=email]::-moz-placeholder,
.is-um-page .um-form input[type=tel]::-moz-placeholder,
.is-um-page .um-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.is-um-page .um-form textarea::-moz-placeholder,
.is-um-page .um-form select::-moz-placeholder,
.is-um-page .um-form .select2.select2-container .select2-selection::-moz-placeholder,
.is-um-page .um-groups-form input[type=text]::-moz-placeholder,
.is-um-page .um-groups-form input[type=password]::-moz-placeholder,
.is-um-page .um-groups-form input[type=email]::-moz-placeholder,
.is-um-page .um-groups-form input[type=tel]::-moz-placeholder,
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.is-um-page .um-groups-form textarea::-moz-placeholder,
.is-um-page .um-groups-form select::-moz-placeholder,
.is-um-page .um-groups-form .select2.select2-container .select2-selection::-moz-placeholder,
.is-um-page .um-group-form input[type=text]::-moz-placeholder,
.is-um-page .um-group-form input[type=password]::-moz-placeholder,
.is-um-page .um-group-form input[type=email]::-moz-placeholder,
.is-um-page .um-group-form input[type=tel]::-moz-placeholder,
.is-um-page .um-group-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.is-um-page .um-group-form textarea::-moz-placeholder,
.is-um-page .um-group-form select::-moz-placeholder,
.is-um-page .um-group-form .select2.select2-container .select2-selection::-moz-placeholder,
.is-um-page .um-message-textarea input[type=text]::-moz-placeholder,
.is-um-page .um-message-textarea input[type=password]::-moz-placeholder,
.is-um-page .um-message-textarea input[type=email]::-moz-placeholder,
.is-um-page .um-message-textarea input[type=tel]::-moz-placeholder,
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field)::-moz-placeholder,
.is-um-page .um-message-textarea textarea::-moz-placeholder,
.is-um-page .um-message-textarea select::-moz-placeholder,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection::-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=text]::-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=password]::-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=email]::-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=tel]::-moz-placeholder,
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field)::-moz-placeholder,
.is-um-page .um-member-directory-search-line textarea::-moz-placeholder,
.is-um-page .um-member-directory-search-line select::-moz-placeholder,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection::-moz-placeholder,
.um-wrap .um-form input[type=text]::-moz-placeholder,
.um-wrap .um-form input[type=password]::-moz-placeholder,
.um-wrap .um-form input[type=email]::-moz-placeholder,
.um-wrap .um-form input[type=tel]::-moz-placeholder,
.um-wrap .um-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.um-wrap .um-form textarea::-moz-placeholder,
.um-wrap .um-form select::-moz-placeholder,
.um-wrap .um-form .select2.select2-container .select2-selection::-moz-placeholder,
.um-wrap .um-groups-form input[type=text]::-moz-placeholder,
.um-wrap .um-groups-form input[type=password]::-moz-placeholder,
.um-wrap .um-groups-form input[type=email]::-moz-placeholder,
.um-wrap .um-groups-form input[type=tel]::-moz-placeholder,
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.um-wrap .um-groups-form textarea::-moz-placeholder,
.um-wrap .um-groups-form select::-moz-placeholder,
.um-wrap .um-groups-form .select2.select2-container .select2-selection::-moz-placeholder,
.um-wrap .um-group-form input[type=text]::-moz-placeholder,
.um-wrap .um-group-form input[type=password]::-moz-placeholder,
.um-wrap .um-group-form input[type=email]::-moz-placeholder,
.um-wrap .um-group-form input[type=tel]::-moz-placeholder,
.um-wrap .um-group-form input[type=search]:not(.select2-search__field)::-moz-placeholder,
.um-wrap .um-group-form textarea::-moz-placeholder,
.um-wrap .um-group-form select::-moz-placeholder,
.um-wrap .um-group-form .select2.select2-container .select2-selection::-moz-placeholder,
.um-wrap .um-message-textarea input[type=text]::-moz-placeholder,
.um-wrap .um-message-textarea input[type=password]::-moz-placeholder,
.um-wrap .um-message-textarea input[type=email]::-moz-placeholder,
.um-wrap .um-message-textarea input[type=tel]::-moz-placeholder,
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field)::-moz-placeholder,
.um-wrap .um-message-textarea textarea::-moz-placeholder,
.um-wrap .um-message-textarea select::-moz-placeholder,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection::-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=text]::-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=password]::-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=email]::-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=tel]::-moz-placeholder,
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field)::-moz-placeholder,
.um-wrap .um-member-directory-search-line textarea::-moz-placeholder,
.um-wrap .um-member-directory-search-line select::-moz-placeholder,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection::-moz-placeholder {
  font-family: "Poppins", sans-serif !important;
}
.is-um-page .um-form input[type=text]:focus,
.is-um-page .um-form input[type=password]:focus,
.is-um-page .um-form input[type=email]:focus,
.is-um-page .um-form input[type=tel]:focus,
.is-um-page .um-form input[type=search]:not(.select2-search__field):focus,
.is-um-page .um-form textarea:focus,
.is-um-page .um-form select:focus,
.is-um-page .um-form .select2.select2-container .select2-selection:focus,
.is-um-page .um-groups-form input[type=text]:focus,
.is-um-page .um-groups-form input[type=password]:focus,
.is-um-page .um-groups-form input[type=email]:focus,
.is-um-page .um-groups-form input[type=tel]:focus,
.is-um-page .um-groups-form input[type=search]:not(.select2-search__field):focus,
.is-um-page .um-groups-form textarea:focus,
.is-um-page .um-groups-form select:focus,
.is-um-page .um-groups-form .select2.select2-container .select2-selection:focus,
.is-um-page .um-group-form input[type=text]:focus,
.is-um-page .um-group-form input[type=password]:focus,
.is-um-page .um-group-form input[type=email]:focus,
.is-um-page .um-group-form input[type=tel]:focus,
.is-um-page .um-group-form input[type=search]:not(.select2-search__field):focus,
.is-um-page .um-group-form textarea:focus,
.is-um-page .um-group-form select:focus,
.is-um-page .um-group-form .select2.select2-container .select2-selection:focus,
.is-um-page .um-message-textarea input[type=text]:focus,
.is-um-page .um-message-textarea input[type=password]:focus,
.is-um-page .um-message-textarea input[type=email]:focus,
.is-um-page .um-message-textarea input[type=tel]:focus,
.is-um-page .um-message-textarea input[type=search]:not(.select2-search__field):focus,
.is-um-page .um-message-textarea textarea:focus,
.is-um-page .um-message-textarea select:focus,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection:focus,
.is-um-page .um-member-directory-search-line input[type=text]:focus,
.is-um-page .um-member-directory-search-line input[type=password]:focus,
.is-um-page .um-member-directory-search-line input[type=email]:focus,
.is-um-page .um-member-directory-search-line input[type=tel]:focus,
.is-um-page .um-member-directory-search-line input[type=search]:not(.select2-search__field):focus,
.is-um-page .um-member-directory-search-line textarea:focus,
.is-um-page .um-member-directory-search-line select:focus,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection:focus,
.um-wrap .um-form input[type=text]:focus,
.um-wrap .um-form input[type=password]:focus,
.um-wrap .um-form input[type=email]:focus,
.um-wrap .um-form input[type=tel]:focus,
.um-wrap .um-form input[type=search]:not(.select2-search__field):focus,
.um-wrap .um-form textarea:focus,
.um-wrap .um-form select:focus,
.um-wrap .um-form .select2.select2-container .select2-selection:focus,
.um-wrap .um-groups-form input[type=text]:focus,
.um-wrap .um-groups-form input[type=password]:focus,
.um-wrap .um-groups-form input[type=email]:focus,
.um-wrap .um-groups-form input[type=tel]:focus,
.um-wrap .um-groups-form input[type=search]:not(.select2-search__field):focus,
.um-wrap .um-groups-form textarea:focus,
.um-wrap .um-groups-form select:focus,
.um-wrap .um-groups-form .select2.select2-container .select2-selection:focus,
.um-wrap .um-group-form input[type=text]:focus,
.um-wrap .um-group-form input[type=password]:focus,
.um-wrap .um-group-form input[type=email]:focus,
.um-wrap .um-group-form input[type=tel]:focus,
.um-wrap .um-group-form input[type=search]:not(.select2-search__field):focus,
.um-wrap .um-group-form textarea:focus,
.um-wrap .um-group-form select:focus,
.um-wrap .um-group-form .select2.select2-container .select2-selection:focus,
.um-wrap .um-message-textarea input[type=text]:focus,
.um-wrap .um-message-textarea input[type=password]:focus,
.um-wrap .um-message-textarea input[type=email]:focus,
.um-wrap .um-message-textarea input[type=tel]:focus,
.um-wrap .um-message-textarea input[type=search]:not(.select2-search__field):focus,
.um-wrap .um-message-textarea textarea:focus,
.um-wrap .um-message-textarea select:focus,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection:focus,
.um-wrap .um-member-directory-search-line input[type=text]:focus,
.um-wrap .um-member-directory-search-line input[type=password]:focus,
.um-wrap .um-member-directory-search-line input[type=email]:focus,
.um-wrap .um-member-directory-search-line input[type=tel]:focus,
.um-wrap .um-member-directory-search-line input[type=search]:not(.select2-search__field):focus,
.um-wrap .um-member-directory-search-line textarea:focus,
.um-wrap .um-member-directory-search-line select:focus,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection:focus {
  box-shadow: 0 0 0 4px #f1e6f4 !important;
  border-color: #c08cce !important;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15) !important;
  border-color: rgba(115, 0, 146, 0.6) !important;
}
.is-um-page .um-form .select2.select2-container .select2-selection,
.is-um-page .um-groups-form .select2.select2-container .select2-selection,
.is-um-page .um-group-form .select2.select2-container .select2-selection,
.is-um-page .um-message-textarea .select2.select2-container .select2-selection,
.is-um-page .um-member-directory-search-line .select2.select2-container .select2-selection,
.um-wrap .um-form .select2.select2-container .select2-selection,
.um-wrap .um-groups-form .select2.select2-container .select2-selection,
.um-wrap .um-group-form .select2.select2-container .select2-selection,
.um-wrap .um-message-textarea .select2.select2-container .select2-selection,
.um-wrap .um-member-directory-search-line .select2.select2-container .select2-selection {
  padding: 0 0.5rem !important;
  cursor: pointer !important;
}
.is-um-page .um-form .select2.select2-container.select2-container--focus .select2-selection,
.is-um-page .um-groups-form .select2.select2-container.select2-container--focus .select2-selection,
.is-um-page .um-group-form .select2.select2-container.select2-container--focus .select2-selection,
.is-um-page .um-message-textarea .select2.select2-container.select2-container--focus .select2-selection,
.is-um-page .um-member-directory-search-line .select2.select2-container.select2-container--focus .select2-selection,
.um-wrap .um-form .select2.select2-container.select2-container--focus .select2-selection,
.um-wrap .um-groups-form .select2.select2-container.select2-container--focus .select2-selection,
.um-wrap .um-group-form .select2.select2-container.select2-container--focus .select2-selection,
.um-wrap .um-message-textarea .select2.select2-container.select2-container--focus .select2-selection,
.um-wrap .um-member-directory-search-line .select2.select2-container.select2-container--focus .select2-selection {
  box-shadow: 0 0 0 4px #f1e6f4 !important;
  border-color: #c08cce !important;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15) !important;
  border-color: rgba(115, 0, 146, 0.6) !important;
}
.is-um-page .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.is-um-page .um-field .select2-container--default .select2-selection--multiple .select2-selection__choice,
.um-wrap .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.um-wrap .um-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  overflow-x: unset !important;
  padding: 3px 5px 3px 5px !important;
}
.is-um-page .um-field-checkbox-option,
.is-um-page .um-field-radio-option,
.um-wrap .um-field-checkbox-option,
.um-wrap .um-field-radio-option {
  color: #000 !important;
}
.is-um-page .um-form p.um-notice i,
.um-wrap .um-form p.um-notice i {
  top: 3px;
}
.is-um-page .um-form select,
.is-um-page .um-groups-form select,
.is-um-page .um-group-form select,
.um-wrap .um-form select,
.um-wrap .um-groups-form select,
.um-wrap .um-group-form select {
  cursor: pointer !important;
}
.is-um-page .um .um-tip:hover,
.is-um-page .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.is-um-page .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.is-um-page .um .um-member-name a:hover,
.is-um-page .um .um-member-more a:hover,
.is-um-page .um .um-member-less a:hover,
.is-um-page .um .um-members-pagi a:hover,
.is-um-page .um .um-cover-add:hover,
.is-um-page .um .um-profile-subnav a.active,
.is-um-page .um .um-item-meta a,
.is-um-page .um-account-name a:hover,
.is-um-page .um-account-nav a.current,
.is-um-page .um-account-side li a.current span.um-account-icon,
.is-um-page .um-account-side li a.current:hover span.um-account-icon,
.is-um-page .um-dropdown li a:hover,
.is-um-page i.um-active-color,
.is-um-page span.um-active-color,
.um-wrap .um .um-tip:hover,
.um-wrap .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um-wrap .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um-wrap .um .um-member-name a:hover,
.um-wrap .um .um-member-more a:hover,
.um-wrap .um .um-member-less a:hover,
.um-wrap .um .um-members-pagi a:hover,
.um-wrap .um .um-cover-add:hover,
.um-wrap .um .um-profile-subnav a.active,
.um-wrap .um .um-item-meta a,
.um-wrap .um-account-name a:hover,
.um-wrap .um-account-nav a.current,
.um-wrap .um-account-side li a.current span.um-account-icon,
.um-wrap .um-account-side li a.current:hover span.um-account-icon,
.um-wrap .um-dropdown li a:hover,
.um-wrap i.um-active-color,
.um-wrap span.um-active-color {
  color: #730092;
}

.page-heading-members {
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-heading-members .menu-bump {
  height: 75px;
}
.page-heading-members .row {
  justify-content: space-between;
}
.page-heading-members .heading {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.page-heading-members .heading .heading-text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #4d4d4d;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
.page-heading-members .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  color: #828282;
}
.page-heading-members .heading .subheading-text a {
  text-decoration: underline;
  color: #fff;
}
.page-heading-members .heading .subheading-text a:hover {
  color: #f1e6f4;
}
.page-heading-members .profile {
  flex-grow: unset;
}
@media screen and (max-width: 576px) {
  .page-heading-members .profile {
    display: none;
  }
}
.page-heading-members .profile .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-heading-members .profile .wrap .profile-image a img {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
  border: 4px solid #ead9ef;
  transition: 0.2s border-color ease-in-out;
}
.page-heading-members .profile .wrap .profile-image a:hover img {
  border-color: #dcbfe4;
}

.um.um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag {
  padding: 0.5rem;
}
.um.um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag strong {
  margin: 0;
}

section.page-heading-profile {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: visible;
  border-bottom: 1px solid #000;
}
section.page-heading-profile .menu-bump {
  height: 45px;
}
section.page-heading-profile .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.page-heading-profile .bg-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.page-heading-profile .bg-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page-heading-profile .bg-wrap .bg-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.page-heading-profile .um-cover .um-cover-e img {
  height: 100%;
}
section.page-heading-profile .um-cover .um-cover-overlay {
  transition: 0.2s background-color ease-in-out;
}
section.page-heading-profile .col-no-padding {
  padding: 0;
}
section.page-heading-profile .row {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  section.page-heading-profile {
    height: 350px;
    display: flex;
    flex-direction: column;
  }
  section.page-heading-profile .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  section.page-heading-profile .container .row {
    flex-grow: 1;
  }
  section.page-heading-profile .um-cover {
    height: 100% !important;
  }
  section.page-heading-profile .um-cover .um-cover-e {
    height: 100% !important;
  }
  section.page-heading-profile .um-cover .um-cover-e img {
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  section.page-heading-profile .container {
    padding-left: 0;
    padding-right: 0;
  }
  section.page-heading-profile .container .um-profile-nav {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  section.page-heading-profile .container .um-header {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  section.page-heading-profile .container .um-header .um-profile-meta {
    padding: 0.5rem !important;
    transform: translateY(3rem) !important;
  }
}
section.page-heading-profile .col-main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.page-heading-profile .col-main .um-header {
  border-bottom: none;
  height: 110px;
  box-sizing: border-box !important;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  align-items: baseline;
  z-index: 10;
}
section.page-heading-profile .col-main .um-header .um-profile-edit {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 5px;
  border-radius: 5px;
  height: 40px;
}
section.page-heading-profile .col-main .um-header .um-profile-edit .um-profile-edit-a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.2s color ease-in-out;
}
section.page-heading-profile .col-main .um-header .um-profile-edit .um-profile-edit-a:hover {
  color: #fff;
}
section.page-heading-profile .col-main .um-header .um-profile-photo {
  transform: translateY(-2rem);
}
@media screen and (max-width: 996px) {
  section.page-heading-profile .col-main .um-header .um-profile-photo {
    width: 140px;
  }
}
section.page-heading-profile .col-main .um-header .um-profile-photo a.um-profile-photo-img {
  border-color: transparent !important;
  background: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 996px) {
  section.page-heading-profile .col-main .um-header .um-profile-photo a.um-profile-photo-img {
    height: 120px;
    width: 120px;
    top: -60px;
  }
}
section.page-heading-profile .col-main .um-header .um-profile-meta {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 5px solid #b273c3;
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  transform: translateY(-2rem);
}
@media screen and (max-width: 996px) {
  section.page-heading-profile .col-main .um-header .um-profile-meta {
    transform: none;
  }
}
section.page-heading-profile .col-main .um-header .um-profile-meta .um-main-meta {
  padding-top: 0;
}
section.page-heading-profile .col-main .um-header .um-profile-meta .um-main-meta .um-name {
  margin-right: 0;
  line-height: unset;
}
section.page-heading-profile .col-main .um-header .um-profile-meta .um-main-meta .um-name a {
  color: #fff;
  color: #000;
}
section.page-heading-profile .col-main .um-header .um-profile-meta .um-meta-text textarea {
  min-height: 40px !important;
}
section.page-heading-profile .col-main .um-profile-navbar.um-messaging-bar {
  position: absolute;
  bottom: 0;
  right: 0.25rem;
  width: 30%;
  z-index: 50;
  transform: translateY(-60px);
}
section.page-heading-profile .col-main .um-profile-navbar.um-messaging-bar a.um-button {
  padding: 10px 15px 10px 15px !important;
}
section.page-heading-profile .col-main .um-profile-nav {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  section.page-heading-profile .col-main .um-profile-nav {
    align-items: unset;
  }
}
section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item a:nth-of-type(2) {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  transition: 0.2s background-color ease-in-out;
}
section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item a:nth-of-type(2) i {
  position: unset;
  top: unset;
  left: unset;
}
@media screen and (max-width: 800px) {
  section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item a:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item {
    height: 100%;
  }
  section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
  }
}
section.page-heading-profile .col-main .um-profile-nav .um-profile-nav-item.active a {
  background-color: #8f33a8;
}

section.profile-body-wrap {
  overflow: visible;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.profile-body-wrap .um-profile-body:not(.jobboardwp):not(.activity) {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
}
section.profile-body-wrap .um-profile-body .um-profile-note span {
  margin-top: 0;
}
section.profile-body-wrap .um-profile-body.main {
  padding: 1rem !important;
  padding-bottom: 0 !important;
}
section.profile-body-wrap .um-profile-body.main .um-profile-note {
  padding-top: 0;
  margin: 0;
  padding-bottom: 1rem;
}
section.profile-body-wrap .um-profile-body.main .um-col-alt {
  padding-bottom: 1rem;
}
section.profile-body-wrap .um-profile-body.main .um-row {
  padding-bottom: 1rem !important;
  display: flex;
  gap: 1rem;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  section.profile-body-wrap .um-profile-body.main .um-row {
    flex-direction: column;
  }
}
section.profile-body-wrap .um-profile-body.main .um-row .um-clear {
  display: none;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: auto !important;
  margin: 0 !important;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  padding: 1rem !important;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-label {
  border-bottom: none;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field {
  display: flex;
  position: relative;
  min-height: 1rem;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .reveal-text {
  color: #8f33a8;
  font-weight: 600;
  position: absolute;
  transition: 0.2s opacity ease-in-out, 0.2s color ease-in-out;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .reveal-text:hover {
  color: #730092;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .error-text {
  color: #d43a3a;
  font-weight: 600;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s opacity ease-in-out, 0.2s color ease-in-out;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .revealed-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s opacity ease-in-out;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader {
  display: block;
  position: absolute;
  width: 80px;
  height: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e3cce9;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field .loader div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.loading .reveal-text {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.loading .loader {
  opacity: 1;
  visibility: visible;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.error .reveal-text {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.error .error-text {
  opacity: 1;
  visibility: visible;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.error .loader {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed {
  cursor: default !important;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed > * {
  cursor: default !important;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed .reveal-text {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed .error-text {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed .revealed-text {
  opacity: 1;
  visibility: visible;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area .um-field-value .btfc-reveal-hidden-field.revealed .loader {
  opacity: 0;
  visibility: hidden;
}
section.profile-body-wrap .um-profile-body.main .um-row > div:not(.um-clear) .um-field .um-field-area p {
  font-size: 1rem;
}
section.profile-body-wrap .um-profile-body.groups_list {
  padding: 1rem !important;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list {
  margin-bottom: 0 !important;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form {
  display: flex;
  gap: 1rem;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form .um-field {
  padding: 0;
  display: flex;
  align-items: center;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half {
  width: auto !important;
  float: unset !important;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half input,
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half a.um-button {
  max-height: unset !important;
  margin: 0 !important;
  display: block !important;
  height: unset !important;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory .um-group-item {
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  border-bottom: none;
}
section.profile-body-wrap .um-profile-body.groups_list .um.um-groups-list .um-groups-directory .um-group-item ul li .um-groups-single-button {
  padding-bottom: 0.5rem;
}
section.profile-body-wrap .um-profile-body.comments .um-profile-note {
  padding-top: 0;
}
section.profile-body-wrap .um-profile-body.messages {
  padding: 0 !important;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing {
  margin-bottom: 0 !important;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv .simplebar-content .um-message-conv-item {
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv .simplebar-content .um-message-conv-item.active {
  background-color: #f5f5f5;
  color: #730092;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv-view {
  border-color: #e0e0e0;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv-view .um-message-modal .um-message-header .um-message-header-right {
  top: 1rem;
  right: 1rem;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv-view .um-message-modal .um-message-footer {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv-view .um-message-modal .um-message-footer .um-message-textarea textarea {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
section.profile-body-wrap .um-profile-body.messages .um.um-viewing .um-message-conv-view .um-message-modal .um-message-footer .um-message-textarea textarea:focus {
  border-color: rgba(115, 0, 146, 0.6) !important;
}
section.profile-body-wrap .um-profile-body.messages .um-link.um-gdpr-donwload-link {
  display: none;
}

section.um-wrap.login-section,
section.um-wrap.register-section,
section.um-wrap.password-reset-section {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
section.um-wrap.login-section .um,
section.um-wrap.register-section .um,
section.um-wrap.password-reset-section .um {
  margin-bottom: 0 !important;
}
section.um-wrap.login-section .um-login .um-form,
section.um-wrap.login-section .um-register .um-form,
section.um-wrap.login-section .um-password .um-form,
section.um-wrap.register-section .um-login .um-form,
section.um-wrap.register-section .um-register .um-form,
section.um-wrap.register-section .um-password .um-form,
section.um-wrap.password-reset-section .um-login .um-form,
section.um-wrap.password-reset-section .um-register .um-form,
section.um-wrap.password-reset-section .um-password .um-form {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
}
section.um-wrap.login-section .um-login .um-form .um-row._um_row_1,
section.um-wrap.register-section .um-login .um-form .um-row._um_row_1,
section.um-wrap.password-reset-section .um-login .um-form .um-row._um_row_1 {
  margin-bottom: 0.5rem !important;
}
section.um-wrap.login-section .um-login .um-form .um-col-alt .um-field,
section.um-wrap.register-section .um-login .um-form .um-col-alt .um-field,
section.um-wrap.password-reset-section .um-login .um-form .um-col-alt .um-field {
  padding-bottom: 0.5rem;
}

.um.um-register .um-postmessage {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  line-height: 1.5;
}

section.um-wrap.my-account-section {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
section.um-wrap.my-account-section .um {
  margin-bottom: 0 !important;
}
section.um-wrap.my-account-section .um-account-side * {
  box-sizing: content-box !important;
}
section.um-wrap.my-account-section .um-account-side .um-account-meta .um-account-meta-img img {
  border: 4px solid #ead9ef;
  transition: 0.2s border-color ease-in-out;
}
section.um-wrap.my-account-section .um-account-side .um-account-meta .um-account-meta-img img:hover {
  border-color: #dcbfe4;
}
section.um-wrap.my-account-section .um-account-side .um-account-meta .um-account-name > a {
  transition: 0.2s color ease-in-out;
}
section.um-wrap.my-account-section .um-account-side .um-account-meta .um-account-name > a:hover {
  color: #730092;
}
section.um-wrap.my-account-section .um-account-side .um-account-meta .um-account-name .um-account-profile-link {
  text-transform: capitalize;
}
section.um-wrap.my-account-section .um-account-side ul {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  overflow: hidden;
}
section.um-wrap.my-account-section .um-account-side ul li {
  background-color: transparent;
  margin-bottom: 0 !important;
}
section.um-wrap.my-account-section .um-account-side ul li a {
  transition: 0.2s background-color ease-in-out;
}
section.um-wrap.my-account-section .um-account-side ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
section.um-wrap.my-account-section .um-account-side ul li a span.um-account-icon {
  border-right: none;
}
section.um-wrap.my-account-section .um-account-side ul li a span.um-account-title {
  padding-left: 0;
}
section.um-wrap.my-account-section .um-account-side ul li a.current {
  background-color: #730092;
  color: #fff;
}
section.um-wrap.my-account-section .um-account-side ul li a.current span.um-account-icon {
  color: #fff;
}
section.um-wrap.my-account-section .um-account-side ul li a.current span.um-account-title {
  color: #fff;
}
section.um-wrap.my-account-section .um-account-main {
  padding-left: 3rem;
}
@media screen and (max-width: 542px) {
  section.um-wrap.my-account-section .um-account-main {
    padding-left: 0;
  }
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile {
  padding: 1rem 0;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .heading .heading-text {
  font-size: 1.65rem;
  font-weight: 600;
  color: #3c3c3c;
  padding-bottom: 0.75rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info {
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section .heading-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4d4d4d;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section .heading-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3c3c3c;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.active {
  background-color: #e8f8ef;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.active .heading-value {
  color: #1bbd5e;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.canceled, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.past_due, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.unpaid, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.paused {
  background-color: #fbebeb;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.canceled .heading-value, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.past_due .heading-value, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.unpaid .heading-value, section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .info .info-section.paused .heading-value {
  color: #d43a3a;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options {
  display: flex;
  gap: 1rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option {
  display: flex;
  gap: 0.5rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn {
  display: flex !important;
  align-items: center;
  position: relative;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .spacer {
  width: 0;
  display: block;
  transition: 0.2s width ease-in-out;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .lds-ring {
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s visibility ease-in-out, 0.2s opacity ease-in-out;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0.25rem;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn.loading {
  background-color: #4f4f4f;
  cursor: not-allowed !important;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn.loading span {
  cursor: not-allowed !important;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn.loading .spacer {
  width: 1.5rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .options .option .btn.loading .lds-ring {
  visibility: visible;
  opacity: 1;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice {
  display: flex;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 0.5rem;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4f4f4f;
  padding: 0.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.invoice-number {
  background-color: #e8e8e8;
  color: #3c3c3c;
  flex-grow: 0;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.invoice-number a {
  transition: 0.2s color ease-in-out;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.invoice-number a:hover {
  color: #730092;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.date {
  flex-grow: 0;
  font-weight: 500;
  color: #4d4d4d;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.amount {
  flex-grow: 1;
  justify-content: flex-end;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.status {
  flex-grow: 0;
  background-color: #828282;
  color: #fff;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.status.paid {
  background-color: #3dc776;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.status.unpaid {
  background-color: #da5858;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-field .billing-profile .invoices .invoice .invoice-info.status.open {
  background-color: #f2ca51;
}
section.um-wrap.my-account-section .um-account-main .um-account-tab.um-account-tab-btfc_payments .um-col-alt.um-col-alt-b {
  display: none;
}

.um-unsplash-modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.um-unsplash-modal-overlay .um-unsplash-modal {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-unsplash-modal-header {
  background-color: #730092;
  border-radius: 10px 10px 0 0;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-unsplash-modal-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-unsplash-modal-body .selected-image img {
  max-width: 100%;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-modal-btn {
  background: #730092;
  transition: 0.2s background-color ease-in-out, 0.1s transform ease-in-out;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-modal-btn:hover {
  background: #811a9d;
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-modal-btn.alt {
  background-color: rgba(0, 0, 0, 0.1);
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-modal-btn.alt:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.um-unsplash-modal-overlay .um-unsplash-modal .um-modal-btn:active {
  transform: scale(0.9);
}

.um-modal.no-photo {
  border-radius: 10px;
  overflow: hidden;
}
.um-modal.no-photo .um-modal-header {
  background-color: #ab66be;
  border-radius: 10px 10px 0 0;
}
.um-modal.no-photo .upload,
.um-modal.no-photo .um-modal-btn:first-of-type {
  background-color: #ab66be;
}
.um-modal.no-photo .upload:hover,
.um-modal.no-photo .um-modal-btn:first-of-type:hover {
  background-color: #9d4db3;
}

.um-field .select2-container.select2-container--open.select2-container--default .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #ab66be !important;
  color: #fff !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 999;
}

.um-popup-overlay {
  z-index: 100 !important;
}

.um-popup {
  z-index: 102 !important;
  margin-top: 90px;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.um-popup .um-message-modal .um-message-footer {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
.um-popup .um-message-modal .um-message-footer .um-message-textarea textarea {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.um-popup .um-message-modal .um-message-footer .um-message-textarea textarea:focus {
  border-color: rgba(115, 0, 146, 0.6) !important;
}
.um-popup .um-completeness-editwrap .um-completeness-complete {
  padding-bottom: 1rem;
}
.um-popup .um-completeness-editwrap .um-completeness-bar-holder .um-completeness-bar .um-completeness-done {
  background-color: #ab66be;
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text],
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number],
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email],
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]::-webkit-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]::-webkit-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]::-webkit-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select::-webkit-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]:-ms-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]:-ms-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]:-ms-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select:-ms-input-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]:-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]:-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]:-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select:-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]::-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]::-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]::-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select::-moz-placeholder,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=text]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=number]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area input[type=email]:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area select:focus,
.um-popup .um-completeness-editwrap .um-form .um-completeness-field .um-field .um-field-area textarea:focus {
  box-shadow: 0 0 0 4px #f1e6f4 !important;
  border-color: #c08cce !important;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15) !important;
  border-color: rgba(115, 0, 146, 0.6) !important;
}
.um-popup .um-completeness-editwrap .um-completeness-save a.save {
  background-color: #ab66be;
}

.um .um-form .um-activity-widget,
.um .um-form .um-groups-widget {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
.um .um-form .um-activity-widget:not(.um-groups-clone),
.um .um-form .um-groups-widget:not(.um-groups-clone) {
  display: flex !important;
}
.um .um-form .um-activity-widget .um-activity-head,
.um .um-form .um-activity-widget .um-groups-head,
.um .um-form .um-groups-widget .um-activity-head,
.um .um-form .um-groups-widget .um-groups-head {
  border: none;
  padding: 8px;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-author .um-activity-ava a,
.um .um-form .um-activity-widget .um-activity-head .um-activity-author .um-groups-ava a,
.um .um-form .um-activity-widget .um-activity-head .um-groups-author .um-activity-ava a,
.um .um-form .um-activity-widget .um-activity-head .um-groups-author .um-groups-ava a,
.um .um-form .um-activity-widget .um-groups-head .um-activity-author .um-activity-ava a,
.um .um-form .um-activity-widget .um-groups-head .um-activity-author .um-groups-ava a,
.um .um-form .um-activity-widget .um-groups-head .um-groups-author .um-activity-ava a,
.um .um-form .um-activity-widget .um-groups-head .um-groups-author .um-groups-ava a,
.um .um-form .um-groups-widget .um-activity-head .um-activity-author .um-activity-ava a,
.um .um-form .um-groups-widget .um-activity-head .um-activity-author .um-groups-ava a,
.um .um-form .um-groups-widget .um-activity-head .um-groups-author .um-activity-ava a,
.um .um-form .um-groups-widget .um-activity-head .um-groups-author .um-groups-ava a,
.um .um-form .um-groups-widget .um-groups-head .um-activity-author .um-activity-ava a,
.um .um-form .um-groups-widget .um-groups-head .um-activity-author .um-groups-ava a,
.um .um-form .um-groups-widget .um-groups-head .um-groups-author .um-activity-ava a,
.um .um-form .um-groups-widget .um-groups-head .um-groups-author .um-groups-ava a {
  height: 100%;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-author .um-activity-ava a img,
.um .um-form .um-activity-widget .um-activity-head .um-activity-author .um-groups-ava a img,
.um .um-form .um-activity-widget .um-activity-head .um-groups-author .um-activity-ava a img,
.um .um-form .um-activity-widget .um-activity-head .um-groups-author .um-groups-ava a img,
.um .um-form .um-activity-widget .um-groups-head .um-activity-author .um-activity-ava a img,
.um .um-form .um-activity-widget .um-groups-head .um-activity-author .um-groups-ava a img,
.um .um-form .um-activity-widget .um-groups-head .um-groups-author .um-activity-ava a img,
.um .um-form .um-activity-widget .um-groups-head .um-groups-author .um-groups-ava a img,
.um .um-form .um-groups-widget .um-activity-head .um-activity-author .um-activity-ava a img,
.um .um-form .um-groups-widget .um-activity-head .um-activity-author .um-groups-ava a img,
.um .um-form .um-groups-widget .um-activity-head .um-groups-author .um-activity-ava a img,
.um .um-form .um-groups-widget .um-activity-head .um-groups-author .um-groups-ava a img,
.um .um-form .um-groups-widget .um-groups-head .um-activity-author .um-activity-ava a img,
.um .um-form .um-groups-widget .um-groups-head .um-activity-author .um-groups-ava a img,
.um .um-form .um-groups-widget .um-groups-head .um-groups-author .um-activity-ava a img,
.um .um-form .um-groups-widget .um-groups-head .um-groups-author .um-groups-ava a img {
  height: 100%;
  width: auto;
  border-radius: 6px !important;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-dialog a,
.um .um-form .um-activity-widget .um-activity-head .um-groups-dialog a,
.um .um-form .um-activity-widget .um-groups-head .um-activity-dialog a,
.um .um-form .um-activity-widget .um-groups-head .um-groups-dialog a,
.um .um-form .um-groups-widget .um-activity-head .um-activity-dialog a,
.um .um-form .um-groups-widget .um-activity-head .um-groups-dialog a,
.um .um-form .um-groups-widget .um-groups-head .um-activity-dialog a,
.um .um-form .um-groups-widget .um-groups-head .um-groups-dialog a {
  transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-dialog a:hover,
.um .um-form .um-activity-widget .um-activity-head .um-groups-dialog a:hover,
.um .um-form .um-activity-widget .um-groups-head .um-activity-dialog a:hover,
.um .um-form .um-activity-widget .um-groups-head .um-groups-dialog a:hover,
.um .um-form .um-groups-widget .um-activity-head .um-activity-dialog a:hover,
.um .um-form .um-groups-widget .um-activity-head .um-groups-dialog a:hover,
.um .um-form .um-groups-widget .um-groups-head .um-activity-dialog a:hover,
.um .um-form .um-groups-widget .um-groups-head .um-groups-dialog a:hover {
  background-color: #ab66be;
  color: #fff !important;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-dialog a.um-groups-trash,
.um .um-form .um-activity-widget .um-activity-head .um-groups-dialog a.um-groups-trash,
.um .um-form .um-activity-widget .um-groups-head .um-activity-dialog a.um-groups-trash,
.um .um-form .um-activity-widget .um-groups-head .um-groups-dialog a.um-groups-trash,
.um .um-form .um-groups-widget .um-activity-head .um-activity-dialog a.um-groups-trash,
.um .um-form .um-groups-widget .um-activity-head .um-groups-dialog a.um-groups-trash,
.um .um-form .um-groups-widget .um-groups-head .um-activity-dialog a.um-groups-trash,
.um .um-form .um-groups-widget .um-groups-head .um-groups-dialog a.um-groups-trash {
  color: #d43a3a !important;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-dialog a.um-groups-trash:hover,
.um .um-form .um-activity-widget .um-activity-head .um-groups-dialog a.um-groups-trash:hover,
.um .um-form .um-activity-widget .um-groups-head .um-activity-dialog a.um-groups-trash:hover,
.um .um-form .um-activity-widget .um-groups-head .um-groups-dialog a.um-groups-trash:hover,
.um .um-form .um-groups-widget .um-activity-head .um-activity-dialog a.um-groups-trash:hover,
.um .um-form .um-groups-widget .um-activity-head .um-groups-dialog a.um-groups-trash:hover,
.um .um-form .um-groups-widget .um-groups-head .um-activity-dialog a.um-groups-trash:hover,
.um .um-form .um-groups-widget .um-groups-head .um-groups-dialog a.um-groups-trash:hover {
  background-color: #dd6161;
  color: #fff !important;
}
.um .um-form .um-activity-widget .um-activity-head .um-activity-ticon,
.um .um-form .um-activity-widget .um-groups-head .um-activity-ticon,
.um .um-form .um-groups-widget .um-activity-head .um-activity-ticon,
.um .um-form .um-groups-widget .um-groups-head .um-activity-ticon {
  top: unset;
}
.um .um-form .um-activity-widget .um-activity-body,
.um .um-form .um-activity-widget .um-groups-body,
.um .um-form .um-groups-widget .um-activity-body,
.um .um-form .um-groups-widget .um-groups-body {
  border: none;
}
.um .um-form .um-activity-widget .um-activity-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-activity-widget .um-activity-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-activity-widget .um-groups-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-activity-widget .um-groups-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-groups-widget .um-activity-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-groups-widget .um-activity-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-groups-widget .um-groups-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta,
.um .um-form .um-groups-widget .um-groups-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta {
  padding: 0.5rem;
}
.um .um-form .um-activity-widget .um-activity-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-activity-widget .um-activity-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-activity-widget .um-groups-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-activity-widget .um-groups-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-groups-widget .um-activity-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-groups-widget .um-activity-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-groups-widget .um-groups-body .um-activity-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title,
.um .um-form .um-groups-widget .um-groups-body .um-groups-bodyinner .um-activity-bodyinner-txt .post-meta .um-link .post-title {
  margin: 0;
}
.um .um-form .um-activity-widget .um-activity-body .um-activity-disp,
.um .um-form .um-activity-widget .um-groups-body .um-activity-disp,
.um .um-form .um-groups-widget .um-activity-body .um-activity-disp,
.um .um-form .um-groups-widget .um-groups-body .um-activity-disp {
  padding-bottom: 4px;
}
.um .um-form .um-activity-widget .um-activity-foot,
.um .um-form .um-activity-widget .um-groups-foot,
.um .um-form .um-groups-widget .um-activity-foot,
.um .um-form .um-groups-widget .um-groups-foot {
  border: none;
}
.um .um-form .um-activity-widget .um-activity-foot *,
.um .um-form .um-activity-widget .um-groups-foot *,
.um .um-form .um-groups-widget .um-activity-foot *,
.um .um-form .um-groups-widget .um-groups-foot * {
  box-sizing: content-box !important;
}
.um .um-form .um-activity-widget .um-activity-foot .um-activity-right,
.um .um-form .um-activity-widget .um-activity-foot .um-groups-right,
.um .um-form .um-activity-widget .um-groups-foot .um-activity-right,
.um .um-form .um-activity-widget .um-groups-foot .um-groups-right,
.um .um-form .um-groups-widget .um-activity-foot .um-activity-right,
.um .um-form .um-groups-widget .um-activity-foot .um-groups-right,
.um .um-form .um-groups-widget .um-groups-foot .um-activity-right,
.um .um-form .um-groups-widget .um-groups-foot .um-groups-right {
  display: flex;
}
.um .um-form .um-activity-widget .um-activity-foot .um-activity-right a.um-button,
.um .um-form .um-activity-widget .um-activity-foot .um-groups-right a.um-button,
.um .um-form .um-activity-widget .um-groups-foot .um-activity-right a.um-button,
.um .um-form .um-activity-widget .um-groups-foot .um-groups-right a.um-button,
.um .um-form .um-groups-widget .um-activity-foot .um-activity-right a.um-button,
.um .um-form .um-groups-widget .um-activity-foot .um-groups-right a.um-button,
.um .um-form .um-groups-widget .um-groups-foot .um-activity-right a.um-button,
.um .um-form .um-groups-widget .um-groups-foot .um-groups-right a.um-button {
  height: unset !important;
  line-height: unset !important;
  font-size: 0.9rem !important;
  padding: 8px 14px 8px 14px !important;
  font-weight: 400 !important;
}
.um .um-form .um-activity-widget .um-activity-foot .um-activity-left.um-activity-join,
.um .um-form .um-activity-widget .um-groups-foot .um-activity-left.um-activity-join,
.um .um-form .um-groups-widget .um-activity-foot .um-activity-left.um-activity-join,
.um .um-form .um-groups-widget .um-groups-foot .um-activity-left.um-activity-join {
  margin-bottom: 5px;
}
.um .um-form .um-activity-widget .um-activity-foot.status .um-activity-like.active a,
.um .um-form .um-activity-widget .um-activity-foot.status .um-activity-like.active i,
.um .um-form .um-activity-widget .um-activity-foot.status .um-groups-like.active a,
.um .um-form .um-activity-widget .um-activity-foot.status .um-groups-like.active i,
.um .um-form .um-activity-widget .um-groups-foot.status .um-activity-like.active a,
.um .um-form .um-activity-widget .um-groups-foot.status .um-activity-like.active i,
.um .um-form .um-activity-widget .um-groups-foot.status .um-groups-like.active a,
.um .um-form .um-activity-widget .um-groups-foot.status .um-groups-like.active i,
.um .um-form .um-groups-widget .um-activity-foot.status .um-activity-like.active a,
.um .um-form .um-groups-widget .um-activity-foot.status .um-activity-like.active i,
.um .um-form .um-groups-widget .um-activity-foot.status .um-groups-like.active a,
.um .um-form .um-groups-widget .um-activity-foot.status .um-groups-like.active i,
.um .um-form .um-groups-widget .um-groups-foot.status .um-activity-like.active a,
.um .um-form .um-groups-widget .um-groups-foot.status .um-activity-like.active i,
.um .um-form .um-groups-widget .um-groups-foot.status .um-groups-like.active a,
.um .um-form .um-groups-widget .um-groups-foot.status .um-groups-like.active i {
  color: #730092 !important;
}
.um .um-form .um-activity-widget .um-activity-comments,
.um .um-form .um-activity-widget .um-groups-comments,
.um .um-form .um-groups-widget .um-activity-comments,
.um .um-form .um-groups-widget .um-groups-comments {
  border: none;
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a {
  color: rgb(15, 15, 15);
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-data .um-groups-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-activity-comment-author-link a:hover,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-data .um-groups-comment-author-link a:hover {
  color: #730092;
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-activity-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-activity-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-activity-comment-meta span:not(.um-activity-editc) > a,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comments-loop .um-groups-commentwrap .um-groups-comment-info .um-groups-comment-meta span:not(.um-activity-editc) > a {
  color: #ab66be;
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comment-area a.um-button,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comment-area a.um-button,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comment-area a.um-button,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comment-area a.um-button,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comment-area a.um-button,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comment-area a.um-button,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comment-area a.um-button,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comment-area a.um-button {
  height: unset !important;
  line-height: unset !important;
  font-size: 0.9rem !important;
  padding: 8px 14px 8px 14px !important;
  font-weight: 400 !important;
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comment-area .um-activity-right,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comment-area .um-groups-right,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comment-area .um-activity-right,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comment-area .um-groups-right,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comment-area .um-activity-right,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comment-area .um-groups-right,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comment-area .um-activity-right,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comment-area .um-groups-right,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comment-area .um-activity-right,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comment-area .um-groups-right,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comment-area .um-activity-right,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comment-area .um-groups-right,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comment-area .um-activity-right,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comment-area .um-groups-right,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comment-area .um-activity-right,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comment-area .um-groups-right {
  display: flex;
}
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comment-area .um-activity-comment-box textarea,
.um .um-form .um-activity-widget .um-activity-comments .um-activity-comment-area .um-groups-comment-box textarea,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comment-area .um-activity-comment-box textarea,
.um .um-form .um-activity-widget .um-activity-comments .um-groups-comment-area .um-groups-comment-box textarea,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comment-area .um-activity-comment-box textarea,
.um .um-form .um-activity-widget .um-groups-comments .um-activity-comment-area .um-groups-comment-box textarea,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comment-area .um-activity-comment-box textarea,
.um .um-form .um-activity-widget .um-groups-comments .um-groups-comment-area .um-groups-comment-box textarea,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comment-area .um-activity-comment-box textarea,
.um .um-form .um-groups-widget .um-activity-comments .um-activity-comment-area .um-groups-comment-box textarea,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comment-area .um-activity-comment-box textarea,
.um .um-form .um-groups-widget .um-activity-comments .um-groups-comment-area .um-groups-comment-box textarea,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comment-area .um-activity-comment-box textarea,
.um .um-form .um-groups-widget .um-groups-comments .um-activity-comment-area .um-groups-comment-box textarea,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comment-area .um-activity-comment-box textarea,
.um .um-form .um-groups-widget .um-groups-comments .um-groups-comment-area .um-groups-comment-box textarea {
  min-height: 60px !important;
}
.um .um-form .um-activity-widget.um-activity-new-post .um-activity-body,
.um .um-form .um-activity-widget.um-activity-new-post .um-groups-body, .um .um-form .um-activity-widget.um-groups-new-post .um-activity-body,
.um .um-form .um-activity-widget.um-groups-new-post .um-groups-body,
.um .um-form .um-groups-widget.um-activity-new-post .um-activity-body,
.um .um-form .um-groups-widget.um-activity-new-post .um-groups-body,
.um .um-form .um-groups-widget.um-groups-new-post .um-activity-body,
.um .um-form .um-groups-widget.um-groups-new-post .um-groups-body {
  padding: 0.5rem;
}

.um-wrap.groups-list {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.um-wrap.groups-list .col-main > .um {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters {
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li {
  border: none !important;
  border-radius: 100px;
  display: flex;
  padding: 0;
  transition: 0.2s background-color ease-in-out;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li a {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li a span {
  display: block;
  height: 2rem;
  width: 2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2rem;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li.create a {
  padding: 1rem 1.5rem;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li.active {
  background-color: #ab66be;
}
.um-wrap.groups-list .col-main .um #um-groups-filters ul.filters li.active a {
  color: #fff;
}
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form {
  display: flex;
  gap: 1rem;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form .um-field {
  padding: 0;
  display: flex;
  align-items: center;
}
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half {
  width: auto !important;
  float: unset !important;
}
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half input,
.um-wrap.groups-list .col-main .um .um-groups-directory-header .um-group-form.um-groups-search-form .um-col-alt .um-half a.um-button {
  max-height: unset !important;
  margin: 0 !important;
  display: block !important;
  height: unset !important;
}
.um-wrap.groups-list .col-main .um .um-groups-directory {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
.um-wrap.groups-list .col-main .um .um-groups-directory .um-group-item {
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  border-bottom: none;
}
.um-wrap.groups-list .col-main .um .um-groups-directory .um-group-item ul li .um-groups-single-button {
  padding-bottom: 0.5rem;
}

.um-wrap.groups-create {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.um-wrap.groups-create .col-main .um-groups-form {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
}
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field input,
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field textarea,
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field select,
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field .select2,
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field .um-privacy-wrap {
  margin-top: 0.5rem;
}
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field ul.um-privacy-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.um-wrap.groups-create .col-main .um-groups-form .um-group-fields .um-group-field ul.um-privacy-wrap > li {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap {
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 10px;
  padding: 0.5rem;
  box-sizing: border-box;
  border: none;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs {
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li {
  border: none !important;
  border-radius: 100px;
  display: flex;
  padding: 0;
  transition: 0.2s background-color ease-in-out;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li a {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li a span {
  display: block;
  height: 2rem;
  width: 2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2rem;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li.create a {
  padding: 1rem 1.5rem;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li.active {
  background-color: #ab66be;
}
.um-wrap.groups-single .col-main .um.um-groups-single .um-group-tabs-wrap ul.um-groups-single-tabs li.active a {
  color: #fff;
}

.um-wrap.member-dir .um-members-wrapper .um-members .um-member-card .um-member-meta .um-member-metaline strong {
  margin: 0;
  padding: 0;
}
.um-wrap.member-dir .um-members-wrapper .um-members.um-members-grid .um-member {
  border-radius: 5px;
  overflow: hidden;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.um-wrap.member-dir .um-members-wrapper .um-members.um-members-grid .um-member .um-member-cover {
  background-color: #f5f5f5;
}
.um-wrap.member-dir .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn {
  display: none;
}

.jb input[type=submit].jb-button,
.jb input[type=button].jb-button {
  font-size: 1.15em !important;
  letter-spacing: 1px !important;
  font-family: "Poppins", sans-serif !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  padding: 10px 15px 10px 15px !important;
  font-size: 125% !important;
  transition: 0.2s box-shadow cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s transform cubic-bezier(0.34, 1.56, 0.64, 1), 0.2s background-color ease-in-out !important;
  border-radius: 25px !important;
  background-color: #8f33a8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
  font-size: 1.2rem !important;
  padding: 12px 20px 12px 20px !important;
  border: none !important;
  min-width: 0 !important;
}
.jb input[type=submit].jb-button:hover,
.jb input[type=button].jb-button:hover {
  background-color: #730092 !important;
  box-shadow: 0 0 0 3px rgba(143, 51, 168, 0.05) !important;
}
.jb input[type=submit].jb-button:active,
.jb input[type=button].jb-button:active {
  background-color: rgb(71, 71, 71) !important;
  transform: scale(0.9) !important;
  box-shadow: none !important;
}
.jb input[type=submit].jb-button.disabled,
.jb input[type=button].jb-button.disabled {
  cursor: not-allowed !important;
  background-color: #8f33a8 !important;
}
.jb input[type=submit].jb-button.disabled:active, .jb input[type=submit].jb-button.disabled:focus, .jb input[type=submit].jb-button.disabled:hover,
.jb input[type=button].jb-button.disabled:active,
.jb input[type=button].jb-button.disabled:focus,
.jb input[type=button].jb-button.disabled:hover {
  background-color: #8f33a8 !important;
  transform: none !important;
}

.um-wrap.jobs-search {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
  overflow: visible;
}
.um-wrap.jobs-search .jb.jb-jobs {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label {
  flex: unset;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  height: unset !important;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row {
  justify-content: flex-end;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label {
  display: flex;
  align-items: center;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  cursor: pointer !important;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-search .jb.jb-jobs .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}

.jb input[type=text] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.jb input[type=text]::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.jb input[type=text]:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.jb input[type=text]:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.jb input[type=text]::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.jb input[type=text]:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}

.um-wrap.jobs-posting {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-frontend-form-notice {
  border-left-color: #ab66be;
  margin-bottom: 1.5rem;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-frontend-form-notice a {
  color: #8f33a8;
  transition: 0.2s color ease-in-out;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-frontend-form-notice a:hover {
  color: #730092;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label {
  flex: unset;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  height: unset !important;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-search-row .jb-jobs-search-line label input:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row {
  justify-content: flex-end;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label {
  display: flex;
  align-items: center;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  cursor: pointer !important;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-jobs-header .jb-jobs-header-row.jb-jobs-filters-row label select.jb-job-type-filter:focus {
  box-shadow: 0 0 0 4px #f1e6f4;
  border-color: #c08cce;
  box-shadow: 0 0 0 4px rgba(115, 0, 146, 0.15);
  border-color: rgba(115, 0, 146, 0.6);
}
.um-wrap.jobs-posting #jb-job-submission-form-wrapper .jb-form-buttons-section {
  flex-direction: row-reverse;
  justify-content: flex-start !important;
}
.um-wrap.jobs-posting #jb-job-submission .jb-form-buttons-section {
  padding-top: 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.um-wrap.jobs-posting .screen-reader-text {
  display: none;
}

.event-register {
  background-color: #730092;
  color: #fff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.event-register .col-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.event-register h2 {
  color: #fff !important;
  font-weight: 500 !important;
}
.event-register p {
  color: #fff !important;
}
.event-register .btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.um-field.um-field-export_data {
  display: none;
}

.select2-container {
  z-index: 888;
}

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