@import url(fontawesome-all.min.css);
/* Google Fonts loaded via <link> in head for better performance */

/*
	Solid State by HTML5 UP
	html5up.net | @ajlkn
	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;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */

@-ms-viewport {
  width: device-width;
}

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: #3B3A30;
  background-image: linear-gradient(
      to top,
      rgba(59,58,48,0.8),
      rgba(59,58,48,0.8)
    ),
    url("../../images/bg.jpg");
  background-size: auto, cover;
  background-attachment: fixed, fixed;
  background-position: center, center;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */

body,
input,
select,
textarea {
  color: #F5F1E9;
  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 {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px rgba(245,241,233,0.35);
  color: #F5F1E9;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #F5F1E9 !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 {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 2px rgba(245,241,233,0.125);
  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(245,241,233,0.025);
}

a.special:not(.button):active:before {
  background-color: rgba(245,241,233,0.075);
}

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

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F5F1E9;
  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(245,241,233,0.125);
}

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(245,241,233,0.125);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(245,241,233,0.025);
  border-radius: 5px;
  border: solid 2px rgba(245,241,233,0.125);
  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(245,241,233,0.125);
  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.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.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 queries for rows omitted for brevity—they have been updated similarly.) */

/* 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: flex;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  margin: -1.5em 0 2em -1.5em;
}

form > .fields > .field {
  flex-grow: 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,
  form > .fields > .field.third,
  form > .fields > .field.quarter {
    width: calc(100% - 1.5em);
  }
}

label {
  color: #F5F1E9;
  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 {
  background: rgba(245,241,233,0.025);
  border-radius: 5px;
  border: solid 2px rgba(245,241,233,0.125);
  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: #F4B183;
}

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(245,241,233,0.125)' /%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: #F5F1E9;
  background: #3B3A30;
}

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"] {
  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: #F5F1E9;
  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: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  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(245,241,233,0.025);
  border-radius: 5px;
  border: solid 2px rgba(245,241,233,0.125);
  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: #F5F1E9;
  border-color: #F5F1E9;
  content: "\f00c";
  color: #3B3A30;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #2E4A3B;
}

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

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

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

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

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

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

/* Box */

.box {
  border-radius: 5px;
  border: solid 2px rgba(245,241,233,0.125);
  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(245,241,233,0.125);
  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: 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 {
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  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 {
  flex-grow: 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) {
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    flex-grow: 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(245,241,233,0.125);
  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 {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  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(245,241,233,0.025);
}

ul.pagination li > .page.active {
  background-color: #2E4A3B;
}

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(245,241,233,0.125);
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(245,241,233,0.025);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #F5F1E9;
  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(245,241,233,0.125);
}

table tfoot {
  border-top: solid 2px rgba(245,241,233,0.125);
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px rgba(245,241,233,0.125);
  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;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(245,241,233,0.125);
  color: #F5F1E9 !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: #3B5C4A;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: #253226;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.primary.icon:before,
.button.primary.icon:before {
  margin-right: 0.5em;
  color: rgba(245,241,233,0.35);
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background-color: #2E4A3B;
  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: #3B5C4A;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
  background-color: #253226;
}

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: #7985b0;
}

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;
  }
}

/* Features */

.features {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
}

.features article {
  padding: 1.75em 1.75em 0.1em 1.75em;
  background-color: #353849; /* unchanged for subtle variation */
  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 {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(46,74,59,0.95);
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  padding: 0 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header h1 {
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  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;
}

#header nav a:before {
  float: right;
  margin-left: 0.75em;
}

#header nav a[href="#menu"] {
  text-decoration: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px rgba(245,241,233,0.125);
  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: rgba(245,241,233,0.025);
}

#header nav a[href="#menu"]:active {
  background-color: rgba(245,241,233,0.075);
}

#header.alt {
  background-color: transparent;
}

#header.alt h1 {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 736px) {
  #header {
    height: 3.25em;
    line-height: 3.25em;
  }
  #header h1 {
    font-size: 0.7em;
  }
  #header nav {
    top: 0;
    right: 0;
    height: inherit;
    line-height: inherit;
    font-size: 1em;
  }
  #header nav a {
    height: inherit;
    line-height: inherit;
  }
  #header nav a[href="#menu"] {
    box-shadow: none;
    padding: 0 1.25em;
    border-radius: 0;
    font-size: 1em;
  }
  #header nav a[href="#menu"]:hover,
  #header nav a[href="#menu"]:active {
    background-color: inherit;
  }
}

@media screen and (max-width: 480px) {
  #header h1 {
    font-size: 0.65em;
    max-width: calc(100% - 4em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #header nav a[href="#menu"] {
    width: 3.5em;
    white-space: nowrap;
    text-indent: 4em;
    position: relative;
    font-size: 1.1em;
  }
  #header nav a[href="#menu"]:before {
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    margin-left: 0;
    padding-right: 0;
    font-size: 1.25em;
  }
}

/* Menu */

#page-wrapper {
  -moz-transition: -moz-filter 0.25s ease;
  -webkit-transition: -webkit-filter 0.25s ease;
  -ms-transition: -ms-filter 0.25s ease;
  transition: filter 0.25s ease;
}

#menu {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  -moz-transition: opacity 0.35s ease, visibility 0.35s;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s;
  -ms-transition: opacity 0.35s ease, visibility 0.35s;
  transition: opacity 0.35s ease, visibility 0.35s;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(59,58,48,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: #2E4A3B;
  border-radius: 5px;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  width: 18em;
}

#menu h2 {
  border-bottom: solid 2px rgba(245,241,233,0.125);
  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: #3B5C4A;
}

@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;
  }
}

body.is-menu-visible #page-wrapper {
  -moz-filter: blur(1.5px);
  -webkit-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: 10em 0 4.75em 0;
  position: relative;
}

#banner .inner {
  margin: 0 auto;
  width: 55em;
}

#banner .logo {
  -moz-transition: opacity 2s ease, transform 1s ease;
  -webkit-transition: opacity 2s ease, transform 1s ease;
  -ms-transition: opacity 2s ease, transform 1s ease;
  transition: opacity 2s ease, transform 1s ease;
  transform: translateY(0);
  opacity: 1;
  margin: 0 0 1.3em 0;
}

#banner .logo .icon {
  border-radius: 100%;
  border: solid 2px rgba(245,241,233,0.125);
  background-color: rgba(255, 255, 255, 0.2);
  cursor: default;
  display: inline-block;
  font-size: 2em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  width: 2.25em;
}

.full-logo {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70%;
  height: auto;
}

.logo-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.copyright {
  list-style: none;
}


#banner h2 {
  -moz-transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease, -webkit-filter 0.25s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease, -ms-filter 0.25s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.65s;
  filter: blur(0);
  opacity: 1;
  border-bottom: solid 2px rgba(245,241,233,0.125);
  font-size: 2.25em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
}

#banner p {
  -moz-transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease, -webkit-filter 0.25s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease, -ms-filter 0.25s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  transform: translateX(0);
  transition-delay: 0.8s;
  filter: blur(0);
  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) {
  #banner {
    padding: 7em 0 8.25em 0;
    background-color: #3B3A30;
    background-image: linear-gradient(
        to top,
        rgba(59,58,48,0.8),
        rgba(59,58,48,0.8)
      ),
      url("../../images/bg.jpg");
    background-size: auto, cover;
    background-position: center, center;
    margin-bottom: -6.5em;
  }
}

@media screen and (max-width: 980px) {
  #banner {
    padding: 12em 3em 12.375em 3em;
    margin-bottom: -4.75em;
  }
  #banner .inner {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #banner {
    padding: 5em 2em 4.25em 2em;
    margin-bottom: -2.5em;
  }
  #banner .logo {
    margin: 0 0 1em 0;
  }
  #banner .logo .icon {
    font-size: 1.5em;
  }
  #banner h2 {
    font-size: 1.5em;
  }
  #banner p {
    font-size: 0.8em;
  }
}

body.is-preload #banner .logo {
  transform: translateY(0.5em);
  opacity: 0;
}

body.is-preload #banner h2 {
  opacity: 0;
  transform: translateX(0.25em);
  filter: blur(2px);
}

body.is-preload #banner p {
  opacity: 0;
  transform: translateX(0.5em);
  filter: blur(2px);
}

/* 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(245,241,233,0.125);
  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: #3B3A30;
    background-image: linear-gradient(
        to top,
        rgba(59,58,48,0.8),
        rgba(59,58,48,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: 5em 2em 2em 2em;
    background-size: auto, 125%;
    margin-bottom: -2.5em;
  }
  #wrapper > header h2 {
    font-size: 1.25em;
  }
  #wrapper > header p {
    font-size: 0.75em;
  }
}

.wrapper {
  background-color: #3B3A30;
  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:%233B3A30%3B' /%3E%3C/svg%3E");
}

.wrapper:before {
  box-shadow: inset 0 -1px 0 0 #3B3A30, 0 1px 0 0 #3B3A30;
}

.wrapper:after {
  box-shadow: inset 0 -1px 0 0 #3B3A30, 0 1px 0 0 #3B3A30;
}

.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: #4A3B30;
}

.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:%234A3B30%3B' /%3E%3C/svg%3E");
}

.wrapper.style2:before {
  box-shadow: inset 0 -1px 0 0 #4A3B30, 0 1px 0 0 #4A3B30;
}

.wrapper.style2:after {
  box-shadow: inset 0 -1px 0 0 #4A3B30, 0 1px 0 0 #4A3B30;
}

.wrapper.style3 {
  background-color: #3E3D32;
}

.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:%233E3D32%3B' /%3E%3C/svg%3E");
}

.wrapper.style3:before {
  box-shadow: inset 0 -1px 0 0 #3E3D32, 0 1px 0 0 #3E3D32;
}

.wrapper.style3:after {
  box-shadow: inset 0 -1px 0 0 #3E3D32, 0 1px 0 0 #3E3D32;
}

.wrapper.style4 {
  background-color: #4A3A2E;
}

.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:%234A3A2E%3B' /%3E%3C/svg%3E");
}

.wrapper.style4:before {
  box-shadow: inset 0 -1px 0 0 #4A3A2E, 0 1px 0 0 #4A3A2E;
}

.wrapper.style4:after {
  box-shadow: inset 0 -1px 0 0 #4A3A2E, 0 1px 0 0 #4A3A2E;
}

.wrapper.style5 {
  background-color: #5A4A3C;
}

.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:%235A4A3C%3B' /%3E%3C/svg%3E");
}

.wrapper.style5:before {
  box-shadow: inset 0 -1px 0 0 #5A4A3C, 0 1px 0 0 #5A4A3C;
}

.wrapper.style5:after {
  box-shadow: inset 0 -1px 0 0 #5A4A3C, 0 1px 0 0 #5A4A3C;
}

.wrapper.style6 {
  background-color: #564A39;
}

.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:%23564A39%3B' /%3E%3C/svg%3E");
}

.wrapper.style6:before {
  box-shadow: inset 0 -1px 0 0 #564A39, 0 1px 0 0 #564A39;
}

.wrapper.style6:after {
  box-shadow: inset 0 -1px 0 0 #564A39, 0 1px 0 0 #564A39;
}

.wrapper.spotlight {
  background-color: #2E4A3B;
}

.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:%232E4A3B%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight:before {
  box-shadow: inset 0 -1px 0 0 #2E4A3B, 0 1px 0 0 #2E4A3B;
}

.wrapper.spotlight:after {
  box-shadow: inset 0 -1px 0 0 #2E4A3B, 0 1px 0 0 #2E4A3B;
}

.wrapper.spotlight .inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.wrapper.spotlight .image {
  border-radius: 100%;
  margin: 0 3em 2em 0;
  width: 22em;
  overflow: hidden;
  flex: 1;
}

.wrapper.spotlight .image img {
  border-radius: 100%;
  width: 100%;
}

.wrapper.spotlight .content {
  width: 100%;
  flex: 2;
}

.wrapper.spotlight:nth-child(2n - 1) .inner {
  flex-direction: row-reverse;
  text-align: right;
}

.wrapper.spotlight:nth-child(2n - 1) .image {
  margin: 0 0 2em 3em;
}

.wrapper.spotlight.style2 {
  background-color: #62776C;
}

.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:%2362776C%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight.style2:before {
  box-shadow: inset 0 -1px 0 0 #62776C, 0 1px 0 0 #62776C;
}

.wrapper.spotlight.style2:after {
  box-shadow: inset 0 -1px 0 0 #62776C, 0 1px 0 0 #62776C;
}

@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 {
    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 */

#footer .inner {
  padding: 5em 0 3em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 55em;
}

#footer .inner > * {
  width: 100%;
}

#footer .inner form {
  margin: 0 3em 0 0;
  width: calc(50% - 1.5em);
}

#footer .inner .contact {
  width: calc(50% - 1.5em);
}

#footer .inner .copyright {
  border-top: solid 2px rgba(245,241,233,0.125);
  list-style: none;
  margin: 4em 0 2em 0;
  padding: 2em 0 0 0;
  width: 100%;
}

#footer .inner .copyright li {
  border-left: solid 2px rgba(245,241,233,0.125);
  color: rgba(245,241,233,0.35);
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  margin-left: 1em;
  padding: 0;
  padding-left: 1em;
}

#footer .inner .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .inner .copyright li a {
  color: inherit;
}

@media screen and (max-width: 1280px) {
  #footer {
    background-color: #3B3A30;
    background-image: linear-gradient(
        to top,
        rgba(59,58,48,0.8),
        rgba(59,58,48,0.8)
      ),
      url("../../images/bg.jpg");
    background-size: auto, cover;
    background-position: center, center;
    margin-top: -6.5em;
    padding-top: 6.5em;
  }
}

@media screen and (max-width: 980px) {
  #footer {
    margin-top: -4.75em;
    padding-top: 4.75em;
  }
  #footer .inner {
    padding: 3em 3em 1em 3em;
    display: block;
    width: 100%;
  }
  #footer .inner form {
    width: 100%;
    margin: 0 0 4em 0;
  }
  #footer .inner .contact {
    width: 100%;
    margin: 0 0 4em 0;
  }
  #footer .inner .copyright {
    margin: 4em 0 2em 0;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    margin-top: -2.5em;
    padding-top: 2.5em;
  }
  #footer .inner {
    padding: 2em 2em 0.1em 2em;
  }
  #footer .inner form {
    margin: 0 0 3em 0;
  }
  #footer .inner .contact {
    margin: 0 0 3em 0;
  }
}

@media screen and (max-width: 480px) {
  #footer .inner .copyright li {
    border-left: 0;
    display: block;
    margin: 1em 0 0 0;
    padding-left: 0;
  }
  #footer .inner .copyright li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 360px) {
  #footer .inner {
    padding: 2em 1.5em 0.1em 1.5em;
  }
}

#hyplogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hyplogo img {
  width: 100%;
  max-width: 7em;
}

.pricing-fixed {
  table-layout: fixed;
  width: 100%;
}

.pricing-col {
  width: 50%;
}

/* Testimonial rotator */
.testimonial-rotator {
  text-align: center;
  padding: 2em 0;
  position: relative;
}

.testimonial-rotator blockquote {
  border-left: none;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2em 2em 0;
  pointer-events: none;
}

.testimonial-rotator blockquote.active {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-rotator cite {
  display: block;
  margin-top: 1em;
  font-style: normal;
  font-size: 0.85em;
  color: rgba(245, 241, 233, 0.5);
}

/* Animated logo */
.animated-logo {
  width: 8em;
  height: 8em;
  display: block;
  margin: 0 auto;
}

.animated-logo .logo-diamond {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: logo-draw 2s ease forwards 0.2s;
}

.animated-logo .logo-square {
  stroke-dasharray: 1080;
  stroke-dashoffset: 1080;
  animation: logo-draw 1.8s ease forwards 0.5s;
}

.animated-logo .logo-rays line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: logo-draw 0.6s ease forwards;
}

.animated-logo .logo-rays line:nth-child(1) { animation-delay: 1.0s; }
.animated-logo .logo-rays line:nth-child(2) { animation-delay: 1.05s; }
.animated-logo .logo-rays line:nth-child(3) { animation-delay: 1.1s; }
.animated-logo .logo-rays line:nth-child(4) { animation-delay: 1.15s; }
.animated-logo .logo-rays line:nth-child(5) { animation-delay: 1.2s; }
.animated-logo .logo-rays line:nth-child(6) { animation-delay: 1.25s; }
.animated-logo .logo-rays line:nth-child(7) { animation-delay: 1.3s; }
.animated-logo .logo-rays line:nth-child(8) { animation-delay: 1.35s; }
.animated-logo .logo-rays line:nth-child(9) { animation-delay: 1.4s; }
.animated-logo .logo-rays line:nth-child(10) { animation-delay: 1.45s; }
.animated-logo .logo-rays line:nth-child(11) { animation-delay: 1.5s; }
.animated-logo .logo-rays line:nth-child(12) { animation-delay: 1.55s; }

.animated-logo .logo-eye-outer {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  animation: logo-draw 1s ease forwards 1.4s;
}

.animated-logo .logo-eye-inner {
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: logo-draw 0.8s ease forwards 1.6s;
}

.animated-logo .logo-eye {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: logo-draw 0.8s ease forwards 1.8s;
}

.animated-logo .logo-pupil {
  opacity: 0;
  animation: logo-fade 0.4s ease forwards 2.2s;
}

.animated-logo .logo-ornaments {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: logo-draw 0.6s ease forwards 2.0s;
}

.animated-logo .logo-stars {
  opacity: 0;
  animation: logo-fade 0.6s ease forwards 2.2s;
}

.animated-logo .logo-symbols {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: logo-draw 0.6s ease forwards 2.0s;
}

@keyframes logo-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-fade {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  .animated-logo {
    width: 5em;
    height: 5em;
  }
}

/* Static logo with glow pulse (contact page) */
.static-logo {
  width: 10em;
  height: 10em;
  display: block;
  margin: 0 auto 2em auto;
}

.static-logo .logo-pulse {
  animation: logo-glow 3s ease-in-out infinite;
}

@keyframes logo-glow {
  0%, 100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 2px rgba(245, 241, 233, 0.2));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(245, 241, 233, 0.4));
  }
}

@media screen and (max-width: 736px) {
  .static-logo {
    width: 7em;
    height: 7em;
  }
}

/* Eye divider */
.eye-divider {
  text-align: center;
  padding: 1.5em 0;
}

.eye-divider svg {
  width: 8em;
  height: auto;
}

.eye-divider-icon {
  animation: eye-blink 4s ease-in-out infinite;
}

@keyframes eye-blink {
  0%, 42%, 50%, 100% {
    transform: scaleY(1);
    transform-origin: center;
  }
  45% {
    transform: scaleY(0.1);
    transform-origin: center;
  }
}

/* Footer diamond spinner */
.footer-diamond {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  margin-right: 0.4em;
  animation: diamond-spin 8s linear infinite;
}

@keyframes diamond-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Star particles */
#stars-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Subtle hover enhancements */
.wrapper.spotlight .image img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.wrapper.spotlight .image:hover img {
  transform: scale(1.03);
  filter: brightness(1.1);
}

a.special:not(.button) {
  transition: letter-spacing 0.3s ease;
}

a.special:not(.button):hover {
  letter-spacing: 0.05em;
}

.wrapper .inner h3.major {
  transition: border-color 0.3s ease;
}

.wrapper .inner h3.major:hover {
  border-bottom-color: rgba(245, 241, 233, 0.35);
}

/* Scroll indicator */
.scroll-indicator {
  display: block;
  text-align: center;
  border: none;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-bounce 2s ease-in-out infinite;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.scroll-indicator:hover {
  opacity: 1;
}

.scroll-indicator svg {
  width: 2em;
  height: auto;
}

@keyframes scroll-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.5em);
  }
}

/* Form celebration particles */
.form-particle {
  position: absolute;
  pointer-events: none;
  font-size: 1.2em;
  z-index: 10000;
  animation: particle-burst 1.2s ease-out forwards;
}

@keyframes particle-burst {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(0.3) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(var(--scale)) rotate(360deg);
  }
}

.form-btn-glow {
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6), 0 0 40px rgba(212, 175, 55, 0.3) !important;
  border-color: #D4AF37 !important;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}