@charset "UTF-8";
@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");
/*
	Financial Web app theme
	https://auralgix.com/ | @deepakraj
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
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%;
  font: inherit;
  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;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Basic */
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #212123;
  background-image: linear-gradient(to top, rgba(33, 33, 35, 0.8), rgba(33, 33, 35, 0.8));
  background-size: auto, cover;
  background-attachment: fixed, fixed;
  background-position: center, center;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

/* Type */
body, input, select, textarea {
  color: #ffffff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16.5pt;
  font-weight: 300;
  line-height: 1.65;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 13pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 980px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}

a {
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
  color: #a740f7 !important;
}
a.special:not(.button) {
  text-decoration: none;
  border-bottom: 0;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 2em 0;
  text-transform: uppercase;
}
a.special:not(.button):before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
a.special:not(.button):before {
  transition: background-color 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 2px rgba(169, 0, 201, 0.61);
  content: "\f105";
  display: inline-block;
  font-size: 1.25em;
  height: 2em;
  line-height: 1.75em;
  margin-right: 0.85em;
  text-align: center;
  text-indent: 0.15em;
  vertical-align: middle;
  width: 2em;
}
a.special:not(.button):hover:before {
  background-color: rgba(255, 255, 255, 0.025);
}
a.special:not(.button):active:before {
  background-color: rgba(255, 255, 255, 0.075);
}

strong, b {
  color: #ffffff;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 200;
}
h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
  padding-bottom: 1em;
  border-bottom: solid 2px rgba(169, 0, 201, 0.61);
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.7em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1em;
  }
  h3 {
    font-size: 0.8em;
  }
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px rgba(169, 0, 201, 0.61);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  border: solid 2px rgba(169, 0, 201, 0.61);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 2px rgba(169, 0, 201, 0.61);
  margin: 2.5em 0;
}
hr.major {
  margin: 4em 0;
}

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

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

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

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}
.row.gtr-0 > * {
  padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.4375em;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.4375em;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.4375em;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.4375em;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -0.875em;
}
.row.gtr-50 > * {
  padding: 0 0 0 0.875em;
}
.row.gtr-50.gtr-uniform {
  margin-top: -0.875em;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 0.875em;
}
.row {
  margin-top: 0;
  margin-left: -1.75em;
}
.row > * {
  padding: 0 0 0 1.75em;
}
.row.gtr-uniform {
  margin-top: -1.75em;
}
.row.gtr-uniform > * {
  padding-top: 1.75em;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -2.625em;
}
.row.gtr-150 > * {
  padding: 0 0 0 2.625em;
}
.row.gtr-150.gtr-uniform {
  margin-top: -2.625em;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 2.625em;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -3.5em;
}
.row.gtr-200 > * {
  padding: 0 0 0 3.5em;
}
.row.gtr-200.gtr-uniform {
  margin-top: -3.5em;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 3.5em;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.4375em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.4375em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.4375em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.4375em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.875em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.875em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.875em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.875em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.75em;
  }
  .row > * {
    padding: 0 0 0 1.75em;
  }
  .row.gtr-uniform {
    margin-top: -1.75em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.75em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.625em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.625em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.625em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.625em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.4375em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.4375em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.4375em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.4375em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.875em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.875em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.875em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.875em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.75em;
  }
  .row > * {
    padding: 0 0 0 1.75em;
  }
  .row.gtr-uniform {
    margin-top: -1.75em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.75em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.625em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.625em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.625em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.625em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.4375em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.4375em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.4375em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.4375em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.875em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.875em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.875em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.875em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.75em;
  }
  .row > * {
    padding: 0 0 0 1.75em;
  }
  .row.gtr-uniform {
    margin-top: -1.75em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.75em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.625em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.625em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.625em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.625em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 360px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xxsmall {
    order: -1;
  }
  .row > .col-1-xxsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xxsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xxsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xxsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xxsmall {
    width: 25%;
  }
  .row > .off-3-xxsmall {
    margin-left: 25%;
  }
  .row > .col-4-xxsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xxsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xxsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xxsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xxsmall {
    width: 50%;
  }
  .row > .off-6-xxsmall {
    margin-left: 50%;
  }
  .row > .col-7-xxsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xxsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xxsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xxsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xxsmall {
    width: 75%;
  }
  .row > .off-9-xxsmall {
    margin-left: 75%;
  }
  .row > .col-10-xxsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xxsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xxsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xxsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xxsmall {
    width: 100%;
  }
  .row > .off-12-xxsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5em;
  }
}

/* Section/Article */
section.special, article.special {
  text-align: center;
}

/* Form */
form {
  margin: 0 0 2em 0;
}
form > :last-child {
  margin-bottom: 0;
}
form > .fields {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  margin: -1.5em 0 2em -1.5em;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5em 0 0 1.5em;
  width: calc(100% - 1.5em);
}
form > .fields > .field.half {
  width: calc(50% - 0.75em);
}
form > .fields > .field.third {
  width: calc(100%/3 - 0.5em);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.375em);
}
@media screen and (max-width: 480px) {
  form > .fields {
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
  }
  form > .fields > .field {
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
  }
  form > .fields > .field.half {
    width: calc(100% - 1.5em);
  }
  form > .fields > .field.third {
    width: calc(100% - 1.5em);
  }
  form > .fields > .field.quarter {
    width: calc(100% - 1.5em);
  }
}

label {
  color: #ffffff;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.7em 0;
  text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  border: none;
  border: solid 2px rgba(169, 0, 201, 0.61);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: rgb(90.615159292, 106.9113066252, 165.984840708);
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(169, 0, 201, 0.61)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis;
}
select option {
  color: #ffffff;
  background: #212123;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em 1em;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  padding-left: 0em; /*2.4em*/
  padding-right: 0.75em;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  border: solid 2px rgba(169, 0, 201, 0.61);
  content: "";
  display: inline-block;
  font-size: 0.8em;
  height: 2.0625em;
  left: 0;
  line-height: 2.0625em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.0625em;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: #ffffff;
  border-color: #ffffff;
  content: "\f00c";
  color: #212123;
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #4c5c96;
}

input[type=checkbox] + label:before {
  border-radius: 5px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1;
}

/* Box */
.box {
  border-radius: 5px;
  border: solid 2px rgba(169, 0, 201, 0.61);
  margin-bottom: 2em;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Image */
.image {
  border-radius: 5px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  border-radius: 5px;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px rgba(169, 0, 201, 0.61);
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}
dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1em 0;
}
dl dd {
  margin-left: 2em;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1em);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.25em;
}

/* Contact */
ul.contact {
  list-style: none;
  padding: 0;
}
ul.contact li {
  text-decoration: none;
  margin: 2.5em 0 0 0;
  padding: 0 0 0 3.25em;
  position: relative;
}
ul.contact li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
ul.contact li:before {
  border-radius: 100%;
  border: solid 2px rgba(169, 0, 201, 0.61);
  display: inline-block;
  font-size: 0.8em;
  height: 2.5em;
  left: 0;
  line-height: 2.35em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5em;
}
ul.contact li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  ul.contact li {
    margin: 1.5em 0 0 0;
  }
}

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.pagination li {
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
}
ul.pagination li > .page {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0;
  border-radius: 5px;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.125em;
  min-width: 1.5em;
  padding: 0 0.5em;
  text-align: center;
}
ul.pagination li > .page:hover {
  background-color: rgba(255, 255, 255, 0.025);
}
ul.pagination li > .page.active {
  background-color: #4c5c96;
}
ul.pagination li:first-child {
  padding-right: 0.75em;
}
ul.pagination li:last-child {
  padding-left: 0.75em;
}
@media screen and (max-width: 480px) {
  ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
    display: none;
  }
  ul.pagination li .button {
    width: 100%;
  }
  ul.pagination li:first-child {
    width: calc(50% - 2px);
    text-align: left;
    padding-right: 0.325em;
  }
  ul.pagination li:last-child {
    width: calc(50% - 2px);
    text-align: right;
    padding-left: 0.325em;
  }
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px rgba(169, 0, 201, 0.61);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.025);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px rgba(169, 0, 201, 0.61);
}
table tfoot {
  border-top: solid 2px rgba(169, 0, 201, 0.61);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px rgba(169, 0, 201, 0.61);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(169, 0, 201, 0.61);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.75em;
  letter-spacing: 0.1em;
  line-height: 3.75em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(255, 255, 255, 0.025);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.075);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.35);
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #4c5c96;
  box-shadow: none;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgb(82.9548827434, 99.2554739895, 158.3451172566);
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
button.primary:active,
.button.primary:active {
  background-color: rgb(69.2746172566, 84.8747827673, 141.4253827434);
}
input[type=submit].primary.icon:before,
input[type=reset].primary.icon:before,
input[type=button].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
  color: rgb(120.75, 132.75, 176.25);
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.6em;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1em;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.25;
}
@media screen and (max-width: 480px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button,
  .button {
    padding: 0;
  }
}

.button-round {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 50rem !important;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(169, 0, 201, 0.61);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 2.75em;
  letter-spacing: 0.1em;
  line-height: 2.75em;
  padding: 0 1.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button-round:hover {
  background-color: rgba(255, 255, 255, 0.025);
}
.button-round:active {
  background-color: rgba(255, 255, 255, 0.075);
}
.button-round.icon:before {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.35);
}
.button-round.primary {
  background-color: #6f00eb;
  box-shadow: none;
}
.button-round.primary:hover {
  background-color: rgb(118.330656383, 1.87725, 248.42275);
}
.button-round.primary:active {
  background-color: rgb(103.7731914894, 0, 219.7);
}
.button-round.primary.icon:before {
  color: rgb(120.75, 132.75, 176.25);
}
.button-round.fit {
  width: 100%;
}
.button-round.small {
  font-size: 0.6em;
}
.button-round.large {
  font-size: 1em;
}
.button-round.disabled, .button-round:disabled {
  opacity: 0.25;
}
@media screen and (max-width: 480px) {
  .button-round {
    font-size: 1em;
    padding: 0 1em;
  }
}

/* Features */
.features {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
}
.features article {
  padding: 1.75em 1.75em 0.1em 1.75em;
  background-color: rgb(41.04975, 41.04975, 42.25025);
  border-radius: 5px;
  margin: 1.5em 3em 1.5em 0;
  width: calc(50% - 1.5em);
}
.features article:nth-child(2n) {
  margin-right: 0;
}
.features article .image {
  border-radius: 5px 5px 0 0;
  display: block;
  margin-bottom: 1.75em;
  margin-left: -1.75em;
  margin-top: -1.75em;
  position: relative;
  width: calc(100% + 3.5em);
}
.features article .image img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .features article {
    margin: 1em 2em 1em 0;
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 736px) {
  .features article {
    padding: 1.5em 1.5em 0.1em 1.5em;
    margin: 0.875em 1.75em 0.875em 0;
    width: calc(50% - 0.875em - 1px);
  }
  .features article .image {
    margin-bottom: 1.5em;
    margin-left: -1.5em;
    margin-top: -1.5em;
    width: calc(100% + 3em);
  }
}
@media screen and (max-width: 480px) {
  .features {
    display: block;
  }
  .features article {
    width: 100%;
    margin: 0 0 2em 0 !important;
  }
}

/* Header */
#header {
  transition: background-color 0.2s ease-in-out;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  padding: 0 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#header img {
  position: absolute;
  width: 15%;
  height: 3em;
  top: 0.2em;
  padding: 0;
}
#header h1 {
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  border-bottom: 0;
  font-size: 0.8em;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
#header h1 a {
  border: 0;
}
#header nav {
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3em;
  letter-spacing: 0.1em;
  line-height: 3em;
  position: absolute;
  right: 0.7em;
  text-transform: uppercase;
  top: 0.7em;
}
#header nav a {
  border: 0;
  display: inline-block;
  padding: 0 1em;
  color: rgb(169, 0, 201);
}
#header nav a:before {
  float: right;
  margin-left: 0.75em;
}
#header nav a[href="#menu"] {
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px rgba(169, 0, 201, 0.61);
  padding: 0 1.35em;
}
#header nav a[href="#menu"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#header nav a[href="#menu"]:before {
  content: "\f0c9";
  line-height: inherit;
}
#header nav a[href="#menu"]:hover {
  background-color: #6f00eb;
  box-shadow: inset 0 0 0 2px #6f00eb;
}
#header nav a[href="#menu"]:active {
  background-color: rgba(255, 255, 255, 0.075);
}
#header.alt {
  background-color: transparent;
}
#header.alt h1 {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 736px) {
  #header {
    height: 2.75em;
    line-height: 2.75em;
  }
  #header nav {
    top: 0;
    right: 0;
    height: inherit;
    line-height: inherit;
  }
  #header nav a {
    height: inherit;
    line-height: inherit;
  }
  #header nav a[href="#menu"] {
    box-shadow: none;
    padding: 0 1em;
    border-radius: 0;
  }
  #header nav a[href="#menu"]:hover, #header nav a[href="#menu"]:active {
    background-color: inherit;
  }
}
@media screen and (max-width: 480px) {
  #header img {
    width: 40%;
    height: 2.585em;
  }
  #header nav a[href="#menu"] {
    width: 7em;
    white-space: nowrap;
    position: relative;
  }
  #header nav a[href="#menu"]:before {
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    text-align: right;
    margin-left: 0;
    padding-right: 1.25em;
  }
}

.sticky-top {
  background-color: #ffffff;
}

/* Menu */
#page-wrapper {
  transition: filter 0.25s ease;
}

#menu {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(33, 33, 35, 0.8);
  cursor: default;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
#menu .inner {
  padding: 2.5em 1.5em 0.5em 1.5em;
  transform: translateY(0.5em);
  transition: opacity 0.35s ease, transform 0.35s ease;
  -webkit-overflow-scrolling: touch;
  background: rgb(169, 0, 201);
  border-radius: 5px;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  width: 18em;
}
#menu h2 {
  border-bottom: solid 2px rgba(169, 0, 201, 0.61);
  padding-bottom: 1em;
}
#menu .close {
  background-image: url("images/close.svg");
  background-position: 75% 25%;
  background-repeat: no-repeat;
  background-size: 2em 2em;
  border: 0;
  content: "";
  display: block;
  height: 4em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 4em;
  top: 0;
  width: 4em;
}
#menu .links {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}
#menu .links li {
  padding: 0;
}
#menu .links li a {
  border-radius: 5px;
  border: 0;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.85em;
  padding: 0.75em 0;
  text-transform: uppercase;
}
#menu .links li a:hover {
  background: rgb(69.2746172566, 84.8747827673, 141.4253827434);
}
@media screen and (max-width: 736px) {
  #menu .inner {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #menu .inner .close {
    background-size: 1.5em 1.5em;
  }
}

/*Sub menu*/
#menu .links {
  /* ACTIVE LINK */
  /* -------------------------
  SUBMENU
  -------------------------- */
}
#menu .links .menu-divider {
  height: 1px;
  margin: 1.25em 0;
  background: rgba(255, 255, 255, 0.25);
  list-style: none;
}
#menu .links li {
  position: relative;
}
#menu .links a.active {
  background: rgb(63.7557345133, 78.4343358048, 131.6442654867);
}
#menu .links .has-submenu {
  /* -------------------------
  OPEN STATE (Mobile)
  -------------------------- */
  /* -------------------------
  DESKTOP HOVER
  -------------------------- */
}
#menu .links .has-submenu input {
  display: none;
}
#menu .links .has-submenu .submenu-toggle {
  display: block;
  cursor: pointer;
  position: relative;
}
#menu .links .has-submenu .submenu-toggle::after {
  content: "▾";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
#menu .links .has-submenu .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.5em);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
}
#menu .links .has-submenu .submenu li a {
  font-size: 0.75em;
  padding: 0.6em 0;
  opacity: 0.85;
}
#menu .links .has-submenu .submenu li a:hover {
  background: rgb(65.4197787611, 80.4814960536, 135.0802212389);
  opacity: 1;
}
#menu .links .has-submenu input:checked ~ .submenu {
  max-height: 10em;
  opacity: 1;
  transform: translateY(0);
}
#menu .links .has-submenu input:checked + .submenu-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  #menu .links .has-submenu:hover .submenu {
    max-height: 10em;
    opacity: 1;
    transform: translateY(0);
  }
  #menu .links .has-submenu:hover .submenu-toggle::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

body.is-menu-visible #page-wrapper {
  -moz-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}
body.is-menu-visible #menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
body.is-menu-visible #menu .inner {
  transform: translateY(0);
  opacity: 1;
}

/* Banner */
#banner {
  padding: 2em 0 0 0;
  background-color: white;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("images/bg.jpg");
  background-size: auto, cover;
  background-position: center, top;
}
#banner .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  width: 90vw;
  gap: 4rem;
}
#banner .content {
  flex: 0 0 55%;
  max-width: 55%;
}
#banner .content h6 {
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.8s;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  color: #6f00eb;
  font-size: 1.085rem;
  font-weight: 600;
}
#banner .content h1 {
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.8s;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  color: #212123;
  font-size: 1.585rem;
  font-weight: 900;
  text-transform: none;
}
#banner .content p {
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.8s;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 0.985em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #212123;
}
#banner .image {
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.8s;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  flex: 0 0 40%;
  max-width: 40%;
  display: block;
  align-self: stretch;
  overflow: hidden;
}
#banner .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  #banner {
    padding: 7em 0 8.25em 0;
    background-color: #ffffff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("images/bg.jpg");
    background-size: auto, cover;
    background-position: center, top;
    margin-bottom: -6.5em;
  }
}
@media screen and (max-width: 980px) {
  #banner {
    padding: 8em 2.5em 3em 2.5em;
    margin-bottom: 0;
  }
  #banner .inner {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 98%;
    gap: 2.25rem;
  }
  #banner .content {
    flex: 0 0 62%;
    max-width: 62%;
  }
  #banner .content h6 {
    font-size: 1.685rem;
    text-align: left;
    margin-bottom: 0.6rem;
  }
  #banner .content h1 {
    font-size: 2.02rem;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 0.8rem;
  }
  #banner .content p {
    font-size: 1.02rem;
    line-height: 1.685;
    text-align: left;
    padding-right: 0.5rem;
  }
  #banner .content .small {
    font-size: 1.185rem;
  }
  #banner .image {
    flex: 0 0 36%;
    max-width: 36%;
    align-self: stretch;
    overflow: hidden;
  }
  #banner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 736px) {
  #banner {
    padding: 7em 1.25em 0 1.25em;
    margin-bottom: -2.5em;
  }
  #banner .inner {
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 1.25rem;
  }
  #banner .content {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #banner .content h6 {
    text-align: left;
    font-size: 1.18rem;
    line-height: 1.2;
    margin-bottom: 0.45rem;
  }
  #banner .content h1 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
  }
  #banner .content p {
    text-align: left;
    font-size: 1.02rem;
    line-height: 1.7;
    padding: 0 0.4rem;
    text-align: center;
  }
  #banner .content .small {
    font-size: 0.9rem;
  }
  #banner .image {
    flex: 0 0 auto;
    max-width: 80%;
    width: 80%;
    align-self: center;
    overflow: hidden;
    margin-top: 0.5rem;
  }
  #banner .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #banner .inner {
    gap: 0.8rem;
    width: 100%;
    padding: 0;
  }
  #banner .content h6 {
    font-size: 0.9rem;
    font-weight: 900;
    padding-bottom: 0.6rem;
  }
  #banner .content h1 {
    font-size: 0.925rem;
    text-align: left;
  }
  #banner .content p {
    font-size: 0.98rem;
    text-align: left;
  }
  #banner .content .small {
    font-size: 0.7rem;
  }
  #banner .image img {
    -o-object-position: center top;
       object-position: center top;
  }
}
body.is-preload #banner h6, body.is-preload #banner h1, body.is-preload #banner p, body.is-preload #banner a, body.is-preload #banner img {
  opacity: 0;
  transform: translateX(0.25em);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#banner.alt {
  padding: 5.5em 0 3.5em 0;
  position: relative;
  text-align: center;
  min-height: 38vh;
  background-color: white;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("images/bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 0rem;
  /* ---------------------------
  Inner Wrapper
  ---------------------------- */
  /* ---------------------------
  Content (CENTERED ALWAYS)
  ---------------------------- */
  /* ---------------------------
  Medium Screens
  ---------------------------- */
  /* ---------------------------
  Small Screens
  ---------------------------- */
  /* ---------------------------
  Extra Small Screens
  ---------------------------- */
}
#banner.alt .inner {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}
#banner.alt .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  color: #212123;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#banner.alt .content h1 {
  font-size: 3.285rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
  color: #212123;
}
#banner.alt .content .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.285rem;
  font-weight: 500;
  color: #212123;
}
#banner.alt .content .breadcrumb a {
  color: #212123;
  text-decoration: none;
}
#banner.alt .content .breadcrumb a:hover {
  color: #6f00eb;
}
#banner.alt .content .breadcrumb span {
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  #banner.alt {
    padding: 0.5em 0 0.5em;
  }
  #banner.alt .inner {
    width: 100%;
    padding: 0 1.25rem;
  }
  #banner.alt .content h1 {
    font-size: 2.4rem;
  }
  #banner.alt .content .breadcrumb {
    font-size: 1rem;
  }
}
@media screen and (max-width: 736px) {
  #banner.alt {
    padding: 0em 0 0em;
  }
  #banner.alt .inner {
    width: 100%;
    padding: 0 1rem;
  }
  #banner.alt .content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #banner.alt .content h1 {
    font-size: 2rem;
  }
  #banner.alt .content .breadcrumb {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  #banner.alt {
    padding: 0.5em 0 0.5em;
  }
  #banner.alt .inner {
    padding: 0 0.75rem;
  }
  #banner.alt .content h1 {
    font-size: 1.6rem;
  }
  #banner.alt .content .breadcrumb {
    font-size: 0.9rem;
  }
}

/* Partner */
#partner {
  padding: 2em 0 0 0;
  background: linear-gradient(180deg, rgb(120, 0, 233), rgb(212, 171, 251));
}
#partner .inner {
  position: relative;
  margin: 0 auto;
  width: 90vw;
  font-size: 1.285em;
  text-align: center;
  line-height: 1.5;
}
#partner .partner-logos {
  display: flex;
  gap: 40px;
  padding: 10px 0;
  list-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#partner .partner-logos::-webkit-scrollbar {
  display: none;
}
#partner .partner-logos li {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
#partner .partner-logos li img {
  width: 130px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
#partner .partner-logos li img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}
#partner .partner-logos.auto {
  overflow: visible;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  animation: marquee 35s linear infinite;
  scroll-snap-type: none;
  scroll-behavior: auto;
  animation-timing-function: linear;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-55%);
  }
  100% {
    transform: translateX(-52%);
  }
}
/* About Us */
#aboutus {
  padding: 3.5em 0 0 0;
  background-color: white;
}
#aboutus .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  -moz-flex-direction: row;
  flex-direction: row;
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
}
#aboutus .inner .content {
  flex: 0 0 55%;
  max-width: 55%;
}
#aboutus .inner .content h1 {
  position: relative;
  text-transform: none;
  color: #091E3E;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.875em;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.685em;
}
#aboutus .inner .content h1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0px;
  bottom: 0px;
  background: #6f00eb;
  border-radius: 2px;
}
#aboutus .inner .content h1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  animation: h1a-run 5s ease-in-out infinite;
}
#aboutus .inner .content h3 {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.485em;
  padding: 0;
  margin: 0;
}
#aboutus .inner .content h4 {
  position: relative;
  text-transform: none;
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.485em;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.685em;
  margin-bottom: 0.4em;
}
#aboutus .inner .content h4::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0px;
  bottom: 0px;
  background: #6f00eb;
  border-radius: 2px;
}
#aboutus .inner .content h4::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  animation: h1a-run 5s ease-in-out infinite;
}
#aboutus .inner .content p {
  text-align: justify;
  color: #6B6A75;
  font-family: sans-serif, Helvetica, Raleway;
  line-height: 1.5;
}
#aboutus .inner .content .section-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aboutus .inner .content .section-list li {
  color: #6B6A75;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
#aboutus .inner .content .section-list li i {
  padding-right: 1em;
}
#aboutus .inner .content .section-list li span {
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
#aboutus .inner .content .section-list li p {
  padding-left: 2.3em;
}
#aboutus .inner .image {
  flex: 0 0 40%;
  max-width: 40%;
  display: block;
  align-self: stretch;
  overflow: hidden;
}
#aboutus .inner .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  #aboutus .inner {
    -moz-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    width: 90%;
  }
  #aboutus .inner .content h3 {
    font-size: 2.285em;
  }
  #aboutus .inner .content p {
    font-size: 1.685rem;
  }
  #aboutus .inner .content .section-list li i {
    font-size: 2rem;
  }
  #aboutus .inner .content .section-list li span {
    font-size: 1.985rem;
  }
  #aboutus .inner .content, #aboutus .inner .image {
    flex: 0 0 auto;
    max-width: 100%;
  }
  #aboutus .inner .image img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #aboutus .inner .content h1 {
    font-size: 1.125em;
  }
  #aboutus .inner .content h3 {
    font-size: 1.485em;
  }
  #aboutus .inner .content p {
    font-size: 1.245rem;
  }
  #aboutus .inner .content .section-list li i {
    font-size: 1.4rem;
    padding-right: 0.8em;
  }
  #aboutus .inner .content .section-list li span {
    font-size: 1.275rem;
  }
  #aboutus .inner .content, #aboutus .inner .image {
    flex: 0 0 auto;
    max-width: 100%;
  }
  #aboutus .inner .image img {
    height: auto;
    width: 100%;
  }
}
/* We Do */
#wedo {
  padding: 3.5em 0 5em 0;
  background-color: white;
  /* CARD */
}
#wedo .content {
  width: 45vw;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
}
#wedo .content h1 {
  position: relative;
  text-transform: none;
  color: #091E3E;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.875em;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.685em;
}
#wedo .content h1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #6f00eb;
  border-radius: 2px;
}
#wedo .content h1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  animation: h1-run 5s ease-in-out infinite;
}
#wedo .content h3 {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.485em;
  padding: 0;
  margin: 0;
}
#wedo .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85vw;
  margin: 0 auto;
  gap: 2rem;
  color: #6B6A75;
}
#wedo .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  min-height: 380px;
  background: #f3f9ff;
  border: solid 2px rgb(198, 198, 199);
  border-radius: 10px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* IMAGE WRAPPER */
  /* IMAGE GROW ON HOVER */
}
#wedo .box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#wedo .box .img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#wedo .box .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#wedo .box:hover .img-wrap img {
  transform: scale(1.12);
}
#wedo .box h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #6f00eb;
  margin: 1.5rem 1rem 0.5rem;
}
#wedo .box p {
  font-size: 1.085rem;
  line-height: 1.6;
  padding: 0 1.25rem 2rem;
  color: #6B6A75;
}
@media screen and (max-width: 980px) {
  #wedo .content {
    width: 95vw;
  }
  #wedo .inner {
    width: 92vw;
  }
  #wedo .box {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    min-height: 360px;
  }
  #wedo .box .img-wrap {
    height: 180px;
  }
}
@media screen and (max-width: 736px) {
  #wedo .content {
    width: 100%;
  }
  #wedo .inner {
    width: 95vw;
    gap: 1.5rem;
  }
  #wedo .box {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
  }
  #wedo .box .img-wrap {
    height: 190px;
  }
  #wedo .box h4 {
    font-size: 1.05rem;
  }
  #wedo .box p {
    font-size: 1rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #wedo .box {
    border-radius: 8px;
  }
  #wedo .box .img-wrap {
    height: 170px;
  }
  #wedo .box h4 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  #wedo .box p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}
@keyframes h1a-run {
  0% {
    left: 0;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 0;
  }
}
/* Service */
#service {
  padding: 3.5em 0 0 0;
  background-color: white;
  /* BOX - make it a column flex so button can stick to bottom */
  /* Responsive: 2 columns on tablet */
  /* Responsive: 1 column on tablet/large mobile */
  /* small phones adjustments */
}
#service .content {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 1em;
}
#service .content h1 {
  position: relative;
  text-transform: none;
  text-align: center;
  color: #091E3E;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.145em;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.8rem;
}
#service .content h1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #6f00eb;
  border-radius: 2px;
}
#service .content h1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  animation: h1-run 5s ease-in-out infinite;
}
#service .content h3 {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.385em;
  padding: 0;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  text-align: center;
}
#service .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90vw;
  margin: 0 auto;
  gap: 2rem;
  color: #6B6A75;
}
#service .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  min-height: 360px;
  border: none;
  border-radius: 8px;
  padding: 2.25rem 2rem;
  text-align: center;
  background: #ead3ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  /* last (featured) card */
  /* button sits in normal flow at bottom using margin-top:auto */
}
#service .box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
#service .box:last-child {
  background: #6f00eb;
  color: #ffffff;
  transform: none;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.25rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
#service .box:last-child h3, #service .box:last-child h2 {
  font-family: sans-serif;
  font-size: 1.285em;
  font-weight: 700;
}
#service .box:last-child p {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.995em;
  padding: 0 1.5rem;
  text-align: center;
}
#service .box .service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(120, 0, 233);
  color: #fff;
  transform: rotate(45deg);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#service .box .service-icon i {
  font-size: 1.6rem;
  transform: rotate(-45deg);
}
#service .box h4 {
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.02rem;
  font-weight: 900;
  color: #091E3E;
  margin: 0 0 0.65rem;
  min-height: 3.2em; /* keeps headings from causing uneven wrapping */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.5rem;
}
#service .box p {
  color: #6B6A75;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 500;
  margin: 0 0 1.25rem;
  padding: 0 0.5rem;
  flex-shrink: 0;
}
#service .box .button {
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
  background: #6f00eb;
  color: #fff;
  border-radius: 6px;
  padding: 0.6rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(120, 0, 233, 0.08);
  text-decoration: none;
  border: none;
  font-size: 1rem;
}
#service .box:hover .button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
#service .box:last-child {
  min-height: 360px;
  /* keep your existing featured styles */
}
#service .box:last-child h3, #service .box:last-child h2 {
  font-size: 1.285em;
}
#service .box:last-child p {
  font-size: 0.995em;
}
@media screen and (max-width: 1280px) {
  #service .inner {
    gap: 1.75rem;
    width: 94vw;
  }
  #service .box {
    flex: 1 1 calc(33.333% - 1.75rem);
    max-width: calc(33.333% - 1.75rem);
    min-height: 340px;
    padding: 1.9rem 1.4rem;
  }
  #service .box h4 {
    font-size: 1.04rem;
    min-height: 3em;
  }
  #service .box p {
    font-size: 0.99rem;
  }
  #service .box .service-icon {
    width: 64px;
    height: 64px;
  }
  #service .box .service-icon i {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 980px) {
  #service .content {
    width: 90%;
    padding-bottom: 2.2rem;
  }
  #service .content h3 {
    font-size: 2.285em;
  }
  #service .content h1 {
    font-size: 1.875em;
    padding-bottom: 1.285em;
  }
  #service .content h1::before {
    width: 300px;
  }
  #service .content h1::after {
    animation: h1m-run 5s ease-in-out infinite;
  }
  #service .inner {
    gap: 1.6rem;
    width: 95%;
  }
  #service .box {
    flex: 1 1 calc(50% - 1.6rem);
    max-width: calc(50% - 1.6rem);
    min-height: 360px;
    padding: 2em;
    /* Larger type for medium screens */
    /* BUTTON remains hover-only (no change here) */
  }
  #service .box h4 {
    font-size: 2.185rem;
    min-height: 2.8em;
    padding-top: 1.5rem;
  }
  #service .box p {
    font-size: 2.185rem;
    padding-top: 1rem;
  }
  #service .box .service-icon {
    width: 5em;
    height: 5em;
  }
  #service .box .service-icon i {
    font-size: 3.285rem;
  }
  #service .box:last-child h3, #service .box:last-child h2 {
    font-size: 2.385em;
  }
  #service .box:last-child p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  #service {
    padding: 2.25em 0 0 0;
  }
  #service .content {
    width: 90%;
  }
  #service .content h3 {
    font-size: 1.485em;
  }
  #service .content h1 {
    font-size: 1.14em;
  }
  #service .inner {
    gap: 1rem;
    width: 90%;
    padding: 0 0.75rem;
  }
  #service .box {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
    padding: 1.15rem;
    border-radius: 6px;
    /* keep button hover-only even on small screens */
  }
  #service .box h4 {
    font-size: 1.385rem;
    min-height: 2.4em;
  }
  #service .box p {
    font-size: 1.5rem;
  }
  #service .box .service-icon {
    width: 70px;
    height: 70px;
  }
  #service .box .service-icon i {
    font-size: 2.185rem;
  }
  #service .box:last-child {
    padding: 1rem;
  }
  #service .box:last-child h3, #service .box:last-child h2 {
    font-size: 1.785em;
  }
  #service .box:last-child p {
    font-size: 1.285rem;
  }
  #service .box .button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px) scale(0.95);
  }
  #service .box:hover .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}
@media screen and (max-width: 480px) {
  #service .inner .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@keyframes h1-run {
  0% {
    transform: translateX(-50%) translateX(-75px);
  }
  50% {
    transform: translateX(-50%) translateX(75px);
  }
  100% {
    transform: translateX(-50%) translateX(-75px);
  }
}
@keyframes h1m-run {
  0% {
    transform: translateX(-50%) translateX(-140px);
  }
  50% {
    transform: translateX(-50%) translateX(140px);
  }
  100% {
    transform: translateX(-50%) translateX(-140px);
  }
}
#banking {
  padding: 3.5em 0 1.5em 0;
  background-color: white;
  /* -------------------------
     RESPONSIVE
  -------------------------- */
}
#banking .content {
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
}
#banking .content h1 {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 2.285rem;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 980px) {
  #banking {
    padding: 4em 0 0.6em 0;
  }
  #banking .content h1 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 736px) {
  #banking {
    padding: 4em 0 0.6em 0;
  }
  #banking .content h1 {
    font-size: 1.3rem;
  }
}

#service-list {
  padding: 4em 0;
  background-color: #f5f5f5;
  /* SERVICE CARD */
  /* ICON CIRCLE */
  /* TEXT CONTENT */
  /* -------------------------
     RESPONSIVE
  -------------------------- */
}
#service-list h3 {
  width: 85vw;
  margin: 0 auto 3rem;
  text-align: center;
  color: #212123;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 2.285rem;
}
#service-list .inner {
  width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#service-list .box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1 1 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  min-height: 150px;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#service-list .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#service-list .icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(169, 0, 201);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
}
#service-list .content h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #212123;
  margin-bottom: 0.35rem;
}
#service-list .content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6B6A75;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #service-list .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #service-list h3 {
    font-size: 1.8rem;
  }
  #service-list .box {
    padding: 1.25rem;
    gap: 1rem;
  }
  #service-list .icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }
}
#insurance {
  padding: 3.5em 0 1.5em 0;
  background-color: white;
  /* SERVICE CARD */
  /* ICON CIRCLE */
  /* TEXT CONTENT */
  /* -------------------------
     RESPONSIVE
  -------------------------- */
}
#insurance .content {
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
}
#insurance .content h1 {
  color: #212123;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.485rem;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
#insurance .content h1 span {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.485rem;
  font-weight: 900;
}
#insurance .inner {
  width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#insurance .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 calc(16.666% - 2rem);
  max-width: calc(16.666% - 2rem);
  min-height: 50px;
  padding: 0em;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#insurance .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#insurance .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
#insurance .content-list h5 {
  font-size: 0.785rem;
  font-weight: 700;
  color: #212123;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 980px) {
  #insurance {
    padding: 4em 0 0.6em 0;
  }
  #insurance .content {
    width: 90%;
  }
  #insurance .content h1 {
    font-size: 1.985rem;
    padding-bottom: 2em;
  }
  #insurance .inner {
    width: 90%;
  }
  #insurance .box {
    width: 90%;
    flex: 1 1 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
  #insurance .box .icon {
    font-size: 3rem;
  }
  #insurance .box .content-list h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  #insurance {
    padding: 4em 0 0.6em 0;
  }
  #insurance .content h1 {
    font-size: 1.3rem;
  }
  #insurance .box {
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
  }
  #insurance .box .icon {
    font-size: 2rem;
  }
  #insurance .box .content-list h5 {
    font-size: 1rem;
  }
}

#choose {
  padding: 3.5em 0 1.5em 0;
  background: linear-gradient(to right, #7800e9, #b98be4);
  color: #ffffff;
  /* SERVICE CARD */
}
#choose .content {
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
}
#choose .content h1 {
  color: #ffffff;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.875rem;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
#choose .inner {
  width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#choose .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  background-color: #ffffff;
  flex: 1 1 calc(25% - 2rem);
  max-width: calc(25% - 2rem);
  min-height: 150px;
  padding: 1em;
  color: #212123;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#choose .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#choose .box img {
  width: 100px;
}
#choose .box h5 {
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 0.8rem;
  font-weight: 900;
  color: #212123;
  margin: 0;
}
#choose .box p {
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212123;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #choose {
    padding: 4em 0 0.6em 0;
  }
  #choose .content {
    width: 90%;
  }
  #choose .content h1 {
    font-size: 1.785rem;
  }
  #choose .inner {
    width: 90%;
  }
  #choose .box {
    width: 90%;
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
  #choose .box img {
    width: 100px;
  }
  #choose .box h5 {
    font-size: 1.4rem;
  }
  #choose .box p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  #choose {
    padding: 4em 0 0.6em 0;
  }
  #choose .content h1 {
    font-size: 1.3rem;
  }
  #choose .box {
    flex: 1 1 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
  }
  #choose .box img {
    width: 70px;
  }
  #choose .box h5 {
    font-size: 1.2rem;
  }
  #choose .box p {
    font-size: 1.385rem;
  }
}

#partner-list {
  padding: 3.5em 0 1.5em 0;
  background-color: white;
}
#partner-list .inner {
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
}
#partner-list .inner h1 {
  color: #212123;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
#partner-list .inner .partner-logos {
  display: flex;
  gap: 40px;
  padding: 10px 0;
  list-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#partner-list .inner .partner-logos::-webkit-scrollbar {
  display: none;
}
#partner-list .inner .partner-logos li {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
#partner-list .inner .partner-logos li img {
  width: 130px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
#partner-list .inner .partner-logos li img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}
#partner-list .inner .partner-logos.auto {
  overflow: visible;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  animation: marquee 35s linear infinite;
  scroll-snap-type: none;
  scroll-behavior: auto;
  animation-timing-function: linear;
}
@media screen and (max-width: 980px) {
  #partner-list {
    padding: 4em 0 0.6em 0;
  }
  #partner-list .content {
    width: 90%;
  }
  #partner-list .content h1 {
    font-size: 1.985rem;
    padding-bottom: 2em;
  }
  #partner-list .inner {
    width: 90%;
  }
  #partner-list .box {
    width: 90%;
    flex: 1 1 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
  #partner-list .box .icon {
    font-size: 3rem;
  }
  #partner-list .box .content-list h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  #partner-list .inner h1 {
    font-size: 1.1rem;
  }
}
/* Proudct List */
#products-banner {
  padding: 3.5em 0 1.5em 0;
  background-color: #dfdfdf;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
#products-banner .content {
  width: 85vw;
  height: 27vh;
  margin: 0 auto;
  gap: 4rem;
  background-image: url(../images/beach.jpg);
  background-position: center;
  background-size: 100% 100%;
}
#products-banner .content h5 {
  color: #212123;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
  font-size: 1.285rem;
  padding: 0.5em 16em;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 980px) {
  #products-banner .content h5 {
    padding: 3em 4em;
  }
}
@media screen and (max-width: 736px) {
  #products-banner .content h5 {
    padding: 1.5em 0em;
  }
}

#product-list {
  padding: 3.5em 0 2em;
  background-color: #dfdfdf;
  /* =========================
     FILTER BAR
  ========================= */
  /* =========================
     PRODUCT GRID
  ========================= */
  /* =========================
     PRODUCT CARD
  ========================= */
  /* =========================
     RESPONSIVE
  ========================= */
}
#product-list .filters {
  width: 85vw;
  margin: 0 auto 2rem;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
#product-list .filters .filter-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.75rem;
}
#product-list .filters .filter-nav {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
#product-list .filters .filter-nav li {
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: capitalize;
  color: #000;
}
#product-list .filters .filter-nav li a{
  color: #000;
}
#product-list .filters .filter-nav li.active {
  color: #bb00c6;
  border-bottom: 2px solid #bb00c6;
  padding: 0.5rem 1rem;
  background: #ffffff;
}
#product-list .filters .filter-nav li.active a{
  color: #bb00c6;
}
#product-list .filters .filter-btn button {
  background: transparent;
  border: 1px solid #bb00c6;
  color: #bb00c6 !important;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#product-list .filters .filter-btn button:hover {
  background: #bb00c6;
  color: #fff !important;
}
#product-list .inner {
  width: 85vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
#product-list .box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding: 0;
  margin: 0;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
#product-list .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
#product-list .img-box {
  position: relative;
  background: #f8f8f8;
  padding: 0.785rem;
}
#product-list .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
#product-list .img-box .discount {
  position: absolute;
  bottom: 0px;
  left: 15px;
  background: #bb00c6;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 600;
}
#product-list .product-details {
  padding: 1rem;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 600;
}
#product-list .product-details h1 {
  font-size: 1.485rem;
  font-weight: 700;
  color: #6B6A75;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}
#product-list .product-details h3 {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}
#product-list .product-details .price {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 600;
}
#product-list .product-details .price h4 {
  color: #bb00c6;
  font-size: 0.95rem;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
#product-list .product-details .price h6 {
  color: #777;
  font-size: 0.85rem;
  text-decoration: line-through;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #product-list .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 980px) {
  #product-list .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 736px) {
  #product-list .filters .filter-tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #product-list .inner {
    grid-template-columns: 1fr;
  }
}
/* Faqs */
#faqs {
  padding: 3.5em 0 1.5em 0;
  background-color: white;
}
#faqs .content {
  width: 85vw;
  margin: 0 auto;
  gap: 4rem;
  text-align: center;
}
#faqs .content h1 {
  color: #212123;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 1.785rem;
}

#faqs-tabs {
  padding: 0em 0 1.5em 0;
  background-color: white;
  /* SEARCH BAR */
  /* =========================
     FAQ LIST
  ========================= */
  /* =========================
     RESPONSIVE
  ========================= */
}
#faqs-tabs .faq-intro {
  width: 85vw;
  margin: 0 auto 2.5rem;
  text-align: center;
}
#faqs-tabs .faq-intro p {
  font-size: 1.285rem;
  font-weight: 700;
  color: #212123;
  margin-bottom: 1.25rem;
}
#faqs-tabs .faq-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
#faqs-tabs .faq-search button {
  background: rgb(169, 0, 201);
  color: #fff;
  border: none;
  padding: 0.1rem 1.25rem;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}
#faqs-tabs .faq-search input {
  width: 320px;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 1.185rem;
  color: #000;
}
#faqs-tabs .faq-search input:focus {
  outline: none;
  border-color: rgb(169, 0, 201);
}
#faqs-tabs .faq-list {
  width: 85vw;
  margin: 0 auto;
}
#faqs-tabs .faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  /* remove ANY pseudo icons from theme */
  /* remove list/bullet artifacts */
  /* 🔒 HIDE RADIO COMPLETELY */
  /* ACTIVE */
}
#faqs-tabs .faq-item label::before,
#faqs-tabs .faq-item label::after {
  content: none !important;
  display: none !important;
}
#faqs-tabs .faq-item label {
  list-style: none !important;
  background-image: none !important;
}
#faqs-tabs .faq-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
#faqs-tabs .faq-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-size: 1.085rem;
  font-weight: 600;
  color: #6a6a6a;
  background: #fafafa;
  transition: background 0.3s ease, color 0.3s ease;
}
#faqs-tabs .faq-item .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #a400e5;
  border-bottom: 2px solid #a400e5;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}
#faqs-tabs .faq-item .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #212123;
  line-height: 1.6;
  transition: max-height 0.45s ease, padding 0.45s ease;
}
#faqs-tabs .faq-item input:checked + label {
  background: rgba(240, 158, 245, 0.3882352941);
  color: #a400e5;
}
#faqs-tabs .faq-item input:checked + label .arrow {
  transform: rotate(-135deg);
}
#faqs-tabs .faq-item input:checked ~ .answer {
  max-height: 200px;
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 980px) {
  #faqs-tabs .faq-list {
    width: 90%;
  }
  #faqs-tabs .faq-search input {
    width: 240px;
  }
}
@media screen and (max-width: 736px) {
  #faqs-tabs {
    padding: 3em 0;
  }
  #faqs-tabs .faq-search {
    flex-direction: column;
    gap: 0.75rem;
  }
  #faqs-tabs .faq-search button,
  #faqs-tabs .faq-search input {
    width: 100%;
    border-radius: 4px;
  }
  #faqs-tabs .faq-search input {
    border-left: 1px solid #ccc;
  }
}
#contact-us {
  padding: 4em 0;
  background: #fff;
  /* =========================
     SECTION HEADER
  ========================= */
  /* =========================
     CONTACT INFO
  ========================= */
  /* =========================
     FORM + MAP
  ========================= */
  /* =========================
     RESPONSIVE
  ========================= */
}
#contact-us .section-head {
  width: 45vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}
#contact-us .section-head h6 {
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.985rem;
  color: rgb(169, 0, 201);
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
#contact-us .section-head h1 {
  position: relative;
  text-transform: none;
  color: #091E3E;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.875em;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.685em;
}
#contact-us .section-head h1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #6f00eb;
  border-radius: 2px;
}
#contact-us .section-head h1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  animation: h1-run 5s ease-in-out infinite;
}
#contact-us .contact-info {
  width: 85vw;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
#contact-us .info-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#contact-us .info-box .icon {
  width: 60px;
  height: 60px;
  background: #6f00eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.2rem;
}
#contact-us .info-box .text p {
  font-size: 1.285rem;
  color: #212123;
  font-weight: 900;
  margin-bottom: 0.25rem;
}
#contact-us .info-box .text a
{
  font-size: 1.6rem;
  font-weight: 900;
  color: #6f00eb;
  text-decoration: none;
}
#contact-us .info-box .text span {
  font-size: 1rem;
  font-weight: 900;
  color: #6f00eb;
  text-decoration: none;
}
#contact-us .info-box .text a:hover {
  color: rgb(169, 0, 201) !important;
}
#contact-us .contact-wrapper {
  width: 85vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
#contact-us .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contact-us .contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0;
}
#contact-us .contact-form input,
#contact-us .contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  background: #fee9ff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  color: #000;
}
#contact-us .contact-form input:focus,
#contact-us .contact-form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgb(169, 0, 201);
}
#contact-us .contact-form input::-moz-placeholder, #contact-us .contact-form textarea::-moz-placeholder {
  color: #555 !important;
  opacity: 1 !important;
  font-weight: 500;
}
#contact-us .contact-form input::placeholder,
#contact-us .contact-form textarea::placeholder {
  color: #555 !important;
  opacity: 1 !important;
  font-weight: 500;
}
#contact-us .contact-form input:-webkit-autofill,
#contact-us .contact-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
#contact-us .contact-form textarea {
  min-height: 140px;
  resize: none;
}
#contact-us .contact-form button {
  margin-top: 0.5rem;
  background: #6f00eb;
  color: #fff;
  border: none;
  padding: 0rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
#contact-us .contact-form button:hover {
  background: rgb(147.5597014925, 0, 175.5);
}
#contact-us .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 6px;
}
.contact-response {
    margin-top: 15px;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 6px;
    display: none;
}
.contact-response.success {
    display: block;
    background: #e8f8f1;
    color: #0f5132;
    border: 1px solid #badbcc;
}
.contact-response.error {
    display: block;
    background: #fdecea;
    color: #842029;
    border: 1px solid #f5c2c7;
}
@media screen and (max-width: 980px) {
  #contact-us .section-head {
    width: 100%;
  }
  #contact-us .contact-info {
    grid-template-columns: 1fr;
  }
  #contact-us .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 736px) {
  #contact-us .section-head {
    width: 100%;
  }
  #contact-us {
    padding: 3em 0;
  }
  #contact-us .section-head h2 {
    font-size: 1.6rem;
  }
  #contact-us .contact-form .row {
    grid-template-columns: 1fr;
  }
}
#auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 214, 255, 0.9607843137);
  padding: 2rem;
}

/* MAIN CARD */
.auth-card {
  width: 800px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
}

/* LEFT PANEL */
.auth-info {
  background: linear-gradient(135deg, #7a1cff, #a855f7);
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.auth-info img {
  width: 100px;
  height: 100px;
  filter: brightness(0.5);
}
.auth-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.auth-info h2 span {
  font-weight: 800;
}
.auth-info p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 2rem;
}
.auth-info .info-btn {
  align-self: flex-start;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: #7a1cff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.auth-info .info-btn:hover {
  background: #f3e8ff;
}

/* RIGHT PANEL */
.auth-form {
  background-color: #fff;
  margin-left: -0.9rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}
.auth-form h3 {
  font-size: 1.6rem;
  color: #2d2d2d;
  margin-bottom: 0.25rem;
}
.auth-form .sub {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 2rem;
  font-weight: 700;
}
.auth-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth-form input {
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  border: 1px solid #9f9f9f;
  font-size: 1rem;
  color: #000;
}
#loginResponse {
    text-align: center;
    padding: .5rem;
    color: #000;
    font-size: 0.85rem;
}
.auth-form input:focus {
  outline: none;
  border-color: #a855f7;
  box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.15);
}
.auth-form input::-moz-placeholder, .auth-form textarea::-moz-placeholder {
  color: #555 !important;
  opacity: 1 !important;
  font-weight: 500;
}
.auth-form input::placeholder,
.auth-form textarea::placeholder {
  color: #555 !important;
  opacity: 1 !important;
  font-weight: 500;
}
.auth-form input:-webkit-autofill,
.auth-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.auth-form button {
  margin-top: 0.5rem;
  background: linear-gradient(135deg, #7a1cff, #a855f7);
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.auth-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(122, 28, 255, 0.35);
}
.auth-form .extra {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth-form .extra a {
  color: #7a1cff;
  text-decoration: none;
  font-weight: 600;
}
.input-pass-wrap{
    position: relative;
    width: 100%;
}
.input-pass-wrap input{
    width: 100%;
    padding-right: 45px; /* ✅ space for icon */
}
#togglePassword{
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    cursor: pointer;
    font-size: 18px;
    color: #7a7a7a !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
}
#togglePassword:focus,
#togglePassword:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .auth-card {
    grid-template-columns: 1fr;
  }
  .auth-info {
    text-align: center;
    align-items: center;
  }
  .auth-info .info-btn {
    align-self: center;
  }
}
#auth-reg {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 214, 255, 0.9607843137);
  padding: 2rem;
}

/* CARD */
.auth-reg-card {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.auth-reg-content {
  text-align: center;
  margin-bottom: 2rem;
}
.auth-reg-content img {
  width: 110px;
  margin-bottom: 1rem;
}
.auth-reg-content h3 {
  font-size: 1.7rem;
  margin-bottom: 0.25rem;
  color: #2d2d2d;
}
.auth-reg-content .sub {
  font-size: 0.95rem;
  font-weight: 600;
  color: #555;
}

/* FORM */
.auth-reg-form {
  /* GRID */
  /* ACTIONS */
}
.auth-reg-form form {
  display: flex;
  flex-direction: column;
}
.auth-reg-form label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #212123;
  margin-bottom: 0.25rem;
}
.auth-reg-form input,
.auth-reg-form select {
  width: 100%;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background: #f9f9ff;
  color: #000;
}
.auth-reg-form input:focus,
.auth-reg-form select:focus {
  outline: none;
  border-color: #a855f7;
  box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.15);
}
.auth-reg-form input[type=file] {
  background: #fff;
}
.auth-reg-form .form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
  margin-bottom: 2.5rem;
}
.auth-reg-form .col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.auth-reg-form .form-actions {
  text-align: center;
}
.auth-reg-form .form-actions button {
  background: linear-gradient(135deg, #7a1cff, #a855f7);
  color: #fff;
  border: none;
  padding: 0rem 3rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.auth-reg-form .form-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(122, 28, 255, 0.35);
}
.auth-reg-form .form-actions .extra {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #070707;
  font-weight: 700;
}
.auth-reg-form .form-actions .extra a {
  color: #7a1cff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.3rem;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .auth-reg-card {
    padding: 2rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  #auth-reg {
    padding: 1rem;
  }
  .auth-reg-card {
    padding: 1.5rem;
  }
  .form-actions button {
    width: 100%;
  }
}
/* Testimonial */
#testimonial {
  padding: 3.5em 0 3.5em 0;
  background-color: white;
}
#testimonial .content {
  width: 50vw;
  margin: 0 auto;
  padding-bottom: 1em;
}
#testimonial .content h1 {
  position: relative;
  text-transform: none;
  text-align: center;
  color: #091E3E;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.785em;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 0.685em;
}
#testimonial .content h1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #6f00eb;
  border-radius: 2px;
}
#testimonial .content h1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  animation: h1-run 5s ease-in-out infinite;
}
#testimonial .content h3 {
  color: #6f00eb;
  font-family: sans-serif, Helvetica, Raleway;
  font-weight: 900;
  font-size: 1.385em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
#testimonial .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  width: 90vw;
  margin: 0 auto;
  color: #6B6A75;
  box-sizing: border-box;
  /* DEFAULT → 3 columns (works for 3 or more cards) */
  /* .testimonial-card */
  /* Keep the nice exact-child rules as fallbacks (optional) */
}
#testimonial .inner .testimonial-card {
  box-sizing: border-box;
  flex: 1 1 calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 260px;
  background: #ead3ff;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#testimonial .inner .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#testimonial .inner .testimonial-card .testimonial-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.6rem;
}
#testimonial .inner .testimonial-card .testimonial-head .avatar {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
}
#testimonial .inner .testimonial-card .testimonial-head .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonial .inner .testimonial-card .testimonial-head .meta .name {
  font-size: 1.15rem;
  font-weight: 900;
  color: #6f00eb;
}
#testimonial .inner .testimonial-card .testimonial-head .meta .role {
  font-size: 0.95rem;
  opacity: 0.9;
  color: #6B6A75;
}
#testimonial .inner .testimonial-card .divider {
  height: 1px;
  margin: 0.45rem 0;
  background: rgba(0, 0, 0, 0.05);
}
#testimonial .inner .testimonial-card .testimonial-body p {
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 0;
}
#testimonial .inner .testimonial-card:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}
#testimonial .inner .testimonial-card:first-child:nth-last-child(2),
#testimonial .inner .testimonial-card:first-child:nth-last-child(2) ~ .testimonial-card {
  flex: 1 1 calc((100% - 2rem) / 2);
  max-width: calc((100% - 2rem) / 2);
}
#testimonial .inner .testimonial-card:first-child:nth-last-child(3),
#testimonial .inner .testimonial-card:first-child:nth-last-child(3) ~ .testimonial-card {
  flex: 1 1 calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1280px) {
  #testimonial .inner .testimonial-card {
    /* Keep 3 columns or adjust if you want fewer at large */
    flex: 1 1 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
  #testimonial .content {
    width: 50vw;
    padding-bottom: 1em;
  }
  #testimonial .content h3 {
    font-size: 2.185em;
  }
  #testimonial .content h1 {
    font-size: 1.385em;
  }
}
@media screen and (max-width: 980px) {
  #testimonial .inner .testimonial-card {
    /* 2 columns on medium screens: 1 gap of 2rem */
    flex: 1 1 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
  #testimonial .content {
    width: 90%;
    padding-bottom: 4em;
  }
  #testimonial .content h3 {
    font-size: 2.185em;
  }
  #testimonial .content h1 {
    font-size: 2.785em;
  }
  #testimonial .content h1::before {
    width: 300px;
  }
  #testimonial .content h1::after {
    animation: h1m-run 5s ease-in-out infinite;
  }
}
@media screen and (max-width: 736px) {
  #testimonial .inner .testimonial-card {
    /* 1 column on small screens */
    flex: 1 1 100%;
    max-width: 100%;
  }
  #testimonial .content {
    width: 90%;
    padding-bottom: 4em;
  }
  #testimonial .content h3 {
    font-size: 1.485em;
  }
  #testimonial .content h1 {
    font-size: 1.285em;
  }
  #testimonial .content h1::before {
    width: 300px;
  }
  #testimonial .content h1::after {
    animation: h1m-run 5s ease-in-out infinite;
  }
}
@keyframes h1t-run {
  0% {
    transform: translateX(-50%) translateX(-75px);
  }
  50% {
    transform: translateX(-50%) translateX(75px);
  }
  100% {
    transform: translateX(-50%) translateX(-75px);
  }
}
/* Wrapper */
#wrapper > header {
  padding: 11em 0 2.25em 0;
}
#wrapper > header .inner {
  margin: 0 auto;
  width: 55em;
}
#wrapper > header h2 {
  border-bottom: solid 2px rgba(169, 0, 201, 0.61);
  font-size: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
}
#wrapper > header p {
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #wrapper > header {
    padding: 9em 0 6.25em 0;
    background-color: #212123;
    background-image: linear-gradient(to top, rgba(33, 33, 35, 0.8), rgba(33, 33, 35, 0.8)), url("../../images/bg.jpg");
    background-size: auto, cover;
    background-position: center, 0% 30%;
    margin-bottom: -6.5em;
  }
}
@media screen and (max-width: 980px) {
  #wrapper > header {
    padding: 11em 3em 7.375em 3em;
    background-size: auto, cover;
    background-position: center, 0% 0%;
    margin-bottom: -4.75em;
  }
  #wrapper > header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #wrapper > header {
    padding: 6.5em 2em 3em 2em;
    background-size: auto, 125%;
    margin-bottom: -2.5em;
  }
  #wrapper > header h2 {
    font-size: 1.25em;
  }
  #wrapper > header p {
    font-size: 0.8em;
  }
}

.wrapper {
  background-color: #212123;
  margin: 6.5em 0;
  position: relative;
}
.wrapper:before, .wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23212123%3B' /%3E%3C/svg%3E");
}
.wrapper:before {
  box-shadow: inset 0 -1px 0 0 #212123, 0 1px 0 0 #212123;
}
.wrapper:after {
  box-shadow: inset 0 -1px 0 0 #212123, 0 1px 0 0 #212123;
}
.wrapper:before, .wrapper:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
}
.wrapper:before {
  left: 0;
  top: -6.5em;
}
.wrapper:after {
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
}
.wrapper.alt:before {
  transform: scaleX(-1);
}
.wrapper.alt:after {
  transform: scaleY(-1) scaleX(-1);
}
.wrapper .inner {
  padding: 3em 0 1em 0;
  margin: 0 auto;
  width: 55em;
}
.wrapper.style2 {
  background-color: rgb(41.04975, 41.04975, 42.25025);
}
.wrapper.style2:before, .wrapper.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(41.04975, 41.04975, 42.25025)%3B' /%3E%3C/svg%3E");
}
.wrapper.style2:before {
  box-shadow: inset 0 -1px 0 0 rgb(41.04975, 41.04975, 42.25025), 0 1px 0 0 rgb(41.04975, 41.04975, 42.25025);
}
.wrapper.style2:after {
  box-shadow: inset 0 -1px 0 0 rgb(41.04975, 41.04975, 42.25025), 0 1px 0 0 rgb(41.04975, 41.04975, 42.25025);
}
.wrapper.style3 {
  background-color: rgb(49.3, 49.3, 49.3);
}
.wrapper.style3:before, .wrapper.style3:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(49.3, 49.3, 49.3)%3B' /%3E%3C/svg%3E");
}
.wrapper.style3:before {
  box-shadow: inset 0 -1px 0 0 rgb(49.3, 49.3, 49.3), 0 1px 0 0 rgb(49.3, 49.3, 49.3);
}
.wrapper.style3:after {
  box-shadow: inset 0 -1px 0 0 rgb(49.3, 49.3, 49.3), 0 1px 0 0 rgb(49.3, 49.3, 49.3);
}
.wrapper.style4 {
  background-color: rgb(56.95, 56.95, 56.95);
}
.wrapper.style4:before, .wrapper.style4:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(56.95, 56.95, 56.95)%3B' /%3E%3C/svg%3E");
}
.wrapper.style4:before {
  box-shadow: inset 0 -1px 0 0 rgb(56.95, 56.95, 56.95), 0 1px 0 0 rgb(56.95, 56.95, 56.95);
}
.wrapper.style4:after {
  box-shadow: inset 0 -1px 0 0 rgb(56.95, 56.95, 56.95), 0 1px 0 0 rgb(56.95, 56.95, 56.95);
}
.wrapper.style5 {
  background-color: rgb(64.6, 64.6, 64.6);
}
.wrapper.style5:before, .wrapper.style5:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(64.6, 64.6, 64.6)%3B' /%3E%3C/svg%3E");
}
.wrapper.style5:before {
  box-shadow: inset 0 -1px 0 0 rgb(64.6, 64.6, 64.6), 0 1px 0 0 rgb(64.6, 64.6, 64.6);
}
.wrapper.style5:after {
  box-shadow: inset 0 -1px 0 0 rgb(64.6, 64.6, 64.6), 0 1px 0 0 rgb(64.6, 64.6, 64.6);
}
.wrapper.style6 {
  background-color: rgb(72.25, 72.25, 72.25);
}
.wrapper.style6:before, .wrapper.style6:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(72.25, 72.25, 72.25)%3B' /%3E%3C/svg%3E");
}
.wrapper.style6:before {
  box-shadow: inset 0 -1px 0 0 rgb(72.25, 72.25, 72.25), 0 1px 0 0 rgb(72.25, 72.25, 72.25);
}
.wrapper.style6:after {
  box-shadow: inset 0 -1px 0 0 rgb(72.25, 72.25, 72.25), 0 1px 0 0 rgb(72.25, 72.25, 72.25);
}
.wrapper.spotlight {
  background-color: #4c5c96;
}
.wrapper.spotlight:before, .wrapper.spotlight:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%234c5c96%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight:before {
  box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
}
.wrapper.spotlight:after {
  box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
}
.wrapper.spotlight .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  flex-direction: row;
}
.wrapper.spotlight .image {
  border-radius: 100%;
  margin: 0 3em 2em 0;
  width: 22em;
  overflow: hidden;
  -ms-flex: 1;
}
.wrapper.spotlight .image img {
  border-radius: 100%;
  width: 100%;
}
.wrapper.spotlight .content {
  width: 100%;
  -ms-flex: 2;
}
.wrapper.spotlight:nth-child(2n-1) .inner {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.wrapper.spotlight:nth-child(2n-1) .image {
  margin: 0 0 2em 3em;
}
.wrapper.spotlight.style2 {
  background-color: rgb(69.2746172566, 84.8747827673, 141.4253827434);
}
.wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(69.2746172566, 84.8747827673, 141.4253827434)%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style2:before {
  box-shadow: inset 0 -1px 0 0 rgb(69.2746172566, 84.8747827673, 141.4253827434), 0 1px 0 0 rgb(69.2746172566, 84.8747827673, 141.4253827434);
}
.wrapper.spotlight.style2:after {
  box-shadow: inset 0 -1px 0 0 rgb(69.2746172566, 84.8747827673, 141.4253827434), 0 1px 0 0 rgb(69.2746172566, 84.8747827673, 141.4253827434);
}
.wrapper.spotlight.style3 {
  background-color: rgb(62.7787345133, 77.8798222913, 132.6212654867);
}
.wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(62.7787345133, 77.8798222913, 132.6212654867)%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style3:before {
  box-shadow: inset 0 -1px 0 0 rgb(62.7787345133, 77.8798222913, 132.6212654867), 0 1px 0 0 rgb(62.7787345133, 77.8798222913, 132.6212654867);
}
.wrapper.spotlight.style3:after {
  box-shadow: inset 0 -1px 0 0 rgb(62.7787345133, 77.8798222913, 132.6212654867), 0 1px 0 0 rgb(62.7787345133, 77.8798222913, 132.6212654867);
}
.wrapper.spotlight.style4 {
  background-color: rgb(56.5123517699, 71.0151185721, 123.5876482301);
}
.wrapper.spotlight.style4:before, .wrapper.spotlight.style4:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(56.5123517699, 71.0151185721, 123.5876482301)%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style4:before {
  box-shadow: inset 0 -1px 0 0 rgb(56.5123517699, 71.0151185721, 123.5876482301), 0 1px 0 0 rgb(56.5123517699, 71.0151185721, 123.5876482301);
}
.wrapper.spotlight.style4:after {
  box-shadow: inset 0 -1px 0 0 rgb(56.5123517699, 71.0151185721, 123.5876482301), 0 1px 0 0 rgb(56.5123517699, 71.0151185721, 123.5876482301);
}
.wrapper.spotlight.style5 {
  background-color: rgb(50.4754690265, 64.2806716097, 114.3245309735);
}
.wrapper.spotlight.style5:before, .wrapper.spotlight.style5:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(50.4754690265, 64.2806716097, 114.3245309735)%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style5:before {
  box-shadow: inset 0 -1px 0 0 rgb(50.4754690265, 64.2806716097, 114.3245309735), 0 1px 0 0 rgb(50.4754690265, 64.2806716097, 114.3245309735);
}
.wrapper.spotlight.style5:after {
  box-shadow: inset 0 -1px 0 0 rgb(50.4754690265, 64.2806716097, 114.3245309735), 0 1px 0 0 rgb(50.4754690265, 64.2806716097, 114.3245309735);
}
.wrapper.spotlight.style6 {
  background-color: rgb(44.6680862832, 57.676481404, 104.8319137168);
}
.wrapper.spotlight.style6:before, .wrapper.spotlight.style6:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(44.6680862832, 57.676481404, 104.8319137168)%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style6:before {
  box-shadow: inset 0 -1px 0 0 rgb(44.6680862832, 57.676481404, 104.8319137168), 0 1px 0 0 rgb(44.6680862832, 57.676481404, 104.8319137168);
}
.wrapper.spotlight.style6:after {
  box-shadow: inset 0 -1px 0 0 rgb(44.6680862832, 57.676481404, 104.8319137168), 0 1px 0 0 rgb(44.6680862832, 57.676481404, 104.8319137168);
}
@media screen and (max-width: 980px) {
  .wrapper {
    margin: 4.75em 0;
  }
  .wrapper:before, .wrapper:after {
    height: 4.75em;
  }
  .wrapper:before {
    top: -4.75em;
  }
  .wrapper:after {
    bottom: -4.75em;
    left: 0;
  }
  .wrapper .inner {
    padding: 3em 3em 1em 3em;
    width: 100%;
  }
  .wrapper.spotlight .image {
    margin: 0 2em 2em 0;
    width: 32em;
  }
  .wrapper.spotlight:nth-child(2n-1) .image {
    margin: 0 0 2em 2em;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    margin: 2.5em 0;
  }
  .wrapper:before, .wrapper:after {
    height: 2.5em;
  }
  .wrapper:before {
    top: -2.5em;
  }
  .wrapper:after {
    bottom: -2.5em;
    left: 0;
  }
  .wrapper .inner {
    padding: 2em 2em 0.1em 2em;
  }
  .wrapper.spotlight .inner {
    -moz-align-items: -moz-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
  }
  .wrapper.spotlight .image {
    width: 19em;
    margin: 0 1.75em 2em 0;
  }
  .wrapper.spotlight:nth-child(2n-1) .image {
    margin: 0 0 2em 1.75em;
  }
}
@media screen and (max-width: 480px) {
  .wrapper.spotlight .inner {
    display: block;
  }
  .wrapper.spotlight .image {
    margin: 0 0 1em 0 !important;
    max-width: 85%;
    width: 12em;
  }
}
@media screen and (max-width: 360px) {
  .wrapper .inner {
    padding: 2em 1.5em 0.1em 1.5em;
  }
}

/* Footer */
#site-footer {
  font-family: sans-serif, Helvetica, Raleway;
  color: #ffffff;
}
#site-footer .footer-top {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  background: #001f3e;
  padding: 3.5rem 6rem;
}
#site-footer .footer-top .ft-left {
  background: #6f00eb;
  padding: 2.5rem 2rem;
  width: 340px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: -3.5rem 0 -6.1em 0;
}
#site-footer .footer-top .ft-left .ft-brand {
  text-align: center;
  margin: auto 0;
}
#site-footer .footer-top .ft-left .ft-brand .ft-logo {
  max-width: 260px;
  display: block;
  margin: 0 0 1.785rem;
}
#site-footer .footer-top .ft-left .ft-brand .ft-tag {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  opacity: 0.95;
}
#site-footer .footer-top .ft-left .ft-brand .ft-social {
  list-style: none;
  padding: 0;
  margin: 1.785rem 0 0;
  display: flex;
  gap: 1rem;
}
#site-footer .footer-top .ft-left .ft-brand .ft-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}
#site-footer .footer-top .ft-left .ft-brand .ft-social li a i {
  font-size: 14px;
}
#site-footer .footer-top .ft-left .ft-brand .ft-social li a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}
#site-footer .footer-top .ft-columns {
  display: flex;
  flex: 1;
  gap: 2rem;
  padding-left: 1rem;
  align-items: flex-start;
}
#site-footer .footer-top .ft-columns .ft-col {
  flex: 1;
}
#site-footer .footer-top .ft-columns .ft-col h4 {
  color: #ffffff;
  font-family: sans-serif, Helvetica, Raleway;
  font-size: 1.35rem;
  margin: 0 0 1.585rem;
  position: relative;
  text-transform: none;
  padding-bottom: 0.685em;
}
#site-footer .footer-top .ft-columns .ft-col h4::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: #6f00eb;
  border-radius: 2px;
}
#site-footer .footer-top .ft-columns .ft-col h4::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 3px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  animation: h1f-run 5s ease-in-out infinite;
}
#site-footer .footer-top .ft-columns .ft-col.ft-links ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
#site-footer .footer-top .ft-columns .ft-col.ft-links ul li {
  margin: 0.2rem 0;
}
#site-footer .footer-top .ft-columns .ft-col.ft-links ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-bottom: none;
  font-size: 0.785em;
}
#site-footer .footer-top .ft-columns .ft-col.ft-links ul li a:hover {
  color: rgb(169, 0, 201);
  text-decoration: underline;
}
#site-footer .footer-top .ft-columns .ft-col.ft-newsletter .newsletter-form {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
#site-footer .footer-top .ft-columns .ft-col.ft-newsletter .newsletter-form input[type=email] {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border-radius: 4px;
  border: none;
  min-width: 200px;
  font-size: 0.95rem;
  background-color: #ffffff;
}
#site-footer .footer-top .ft-columns .ft-col.ft-newsletter .newsletter-form .btn-signup {
  background: rgb(169, 0, 201);
  color: #ffffff;
  border: none;
  padding: 0.15rem 0.9rem;
  border-radius: 4px;
  cursor: pointer;
}
#site-footer .footer-top .ft-columns .ft-col.ft-contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.8em;
}
#site-footer .footer-top .ft-columns .ft-col.ft-contact .contact-list li {
  color: rgba(255, 255, 255, 0.95);
  margin: 0.8rem 0;
}
#site-footer .footer-top .ft-columns .ft-col.ft-contact .contact-list li i {
  margin-right: 0.6rem;
  color: #ffffff;
  width: 18px;
  display: inline-block;
  text-align: center;
}
#site-footer .footer-top .ft-columns .ft-col.ft-contact .contact-list li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
#site-footer .footer-bottom {
  background: #001429;
  padding: 0.3em 2rem;
  text-align: center;
}
#site-footer .footer-bottom p {
  margin: 0.7em 0 0 0;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 25em;
}
#site-footer .footer-bottom p a {
  color: #ffffff;
  text-decoration: underline;
}
#site-footer .back-to-top {
  position: fixed;
  right: 22px;
  bottom: 80px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: none;
  background: rgb(169, 0, 201);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(120, 0, 233, 0.2);
  cursor: pointer;
  z-index: 60;
}
#site-footer .back-to-top i {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #site-footer .footer-top {
    padding: 2.5rem 2.5rem;
  }
  #site-footer .footer-top .ft-left {
    width: 300px;
    margin: -2.485rem 0 -6.1em 0;
  }
  #site-footer .footer-top .ft-columns {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 736px) {
  #site-footer .footer-top {
    flex-direction: column;
    padding: 2rem 1.25rem;
  }
  #site-footer .footer-top .ft-left {
    width: 100%;
    padding: 1.5rem;
    order: 1;
    margin: 0;
  }
  #site-footer .footer-top .ft-columns {
    order: 2;
    width: 100%;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  #site-footer .footer-bottom p {
    padding-left: 0;
  }
  #site-footer .back-to-top {
    right: 14px;
    bottom: 60px;
  }
}
@keyframes h1f-run {
  0% {
    left: 0;
  }
  50% {
    left: 90px;
  }
  100% {
    left: 0;
  }
}