@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:600");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

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;
  overflow-x: hidden !important;
}

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

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

/* Typography */

html {
  font-size: 15pt;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
  .splash-screen-container h1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 12pt;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 11pt;
  }
}

body {
  background-color: #eeeae9;
  color: #333;
}

body,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 500;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}

sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

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

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem;
}

code {
  border-radius: 10px;
  border: solid 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
}

hr.major {
  margin: 4rem 0;
}

@media screen and (max-width: 736px) {
  hr.major {
    margin: 3rem 0;
  }
}

input,
select,
textarea {
  color: #fff;
}

a {
  color: #fff;
}

strong,
b {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

blockquote {
  border-left-color: rgba(99, 116, 133, 0.25);
}

code {
  background: rgba(99, 116, 133, 0.075);
  border-color: rgba(99, 116, 133, 0.25);
}

hr {
  border-bottom-color: rgba(99, 116, 133, 0.25);
}

/* 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: 0rem;
}

.row.gtr-0>* {
  padding: 0 0 0 0rem;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0rem;
}

.row.gtr-0.gtr-uniform>* {
  padding-top: 0rem;
}

.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5rem;
}

.row.gtr-25>* {
  padding: 0 0 0 0.5rem;
}

.row.gtr-25.gtr-uniform {
  margin-top: -0.5rem;
}

.row.gtr-25.gtr-uniform>* {
  padding-top: 0.5rem;
}

.row.gtr-50 {
  margin-top: 0;
  margin-left: -1rem;
}

.row.gtr-50>* {
  padding: 0 0 0 1rem;
}

.row.gtr-50.gtr-uniform {
  margin-top: -1rem;
}

.row.gtr-50.gtr-uniform>* {
  padding-top: 1rem;
}

.row {
  margin-top: 0;
  margin-left: -2rem;
}

.row>* {
  padding: 0 0 0 2rem;
}

.row.gtr-uniform {
  margin-top: -2rem;
}

.row.gtr-uniform>* {
  padding-top: 2rem;
}

.row.gtr-150 {
  margin-top: 0;
  margin-left: -3rem;
}

.row.gtr-150>* {
  padding: 0 0 0 3rem;
}

.row.gtr-150.gtr-uniform {
  margin-top: -3rem;
}

.row.gtr-150.gtr-uniform>* {
  padding-top: 3rem;
}

.row.gtr-200 {
  margin-top: 0;
  margin-left: -4rem;
}

.row.gtr-200>* {
  padding: 0 0 0 4rem;
}

.row.gtr-200.gtr-uniform {
  margin-top: -4rem;
}

.row.gtr-200.gtr-uniform>* {
  padding-top: 4rem;
}

@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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-xlarge {
    width: 100%;
  }

  .row>.off-12-xlarge {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }

  .row.gtr-0>* {
    padding: 0 0 0 0rem;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem;
  }

  .row.gtr-25>* {
    padding: 0 0 0 0.5rem;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5rem;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 0.5rem;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem;
  }

  .row.gtr-50>* {
    padding: 0 0 0 1rem;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1rem;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 1rem;
  }

  .row {
    margin-top: 0;
    margin-left: -2rem;
  }

  .row>* {
    padding: 0 0 0 2rem;
  }

  .row.gtr-uniform {
    margin-top: -2rem;
  }

  .row.gtr-uniform>* {
    padding-top: 2rem;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem;
  }

  .row.gtr-150>* {
    padding: 0 0 0 3rem;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3rem;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 3rem;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem;
  }

  .row.gtr-200>* {
    padding: 0 0 0 4rem;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4rem;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 4rem;
  }
}

@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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-large {
    width: 100%;
  }

  .row>.off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }

  .row.gtr-0>* {
    padding: 0 0 0 0rem;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }

  .row.gtr-25>* {
    padding: 0 0 0 0.375rem;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 0.375rem;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }

  .row.gtr-50>* {
    padding: 0 0 0 0.75rem;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 0.75rem;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }

  .row>* {
    padding: 0 0 0 1.5rem;
  }

  .row.gtr-uniform {
    margin-top: -1.5rem;
  }

  .row.gtr-uniform>* {
    padding-top: 1.5rem;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }

  .row.gtr-150>* {
    padding: 0 0 0 2.25rem;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 2.25rem;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }

  .row.gtr-200>* {
    padding: 0 0 0 3rem;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 3rem;
  }
}

@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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-medium {
    width: 100%;
  }

  .row>.off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }

  .row.gtr-0>* {
    padding: 0 0 0 0rem;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }

  .row.gtr-25>* {
    padding: 0 0 0 0.375rem;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 0.375rem;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }

  .row.gtr-50>* {
    padding: 0 0 0 0.75rem;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 0.75rem;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }

  .row>* {
    padding: 0 0 0 1.5rem;
  }

  .row.gtr-uniform {
    margin-top: -1.5rem;
  }

  .row.gtr-uniform>* {
    padding-top: 1.5rem;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }

  .row.gtr-150>* {
    padding: 0 0 0 2.25rem;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 2.25rem;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }

  .row.gtr-200>* {
    padding: 0 0 0 3rem;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 3rem;
  }
}

@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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-small {
    width: 100%;
  }

  .row>.off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }

  .row.gtr-0>* {
    padding: 0 0 0 0rem;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }

  .row.gtr-25>* {
    padding: 0 0 0 0.3125rem;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 0.3125rem;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }

  .row.gtr-50>* {
    padding: 0 0 0 0.625rem;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 0.625rem;
  }

  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }

  .row>* {
    padding: 0 0 0 1.25rem;
  }

  .row.gtr-uniform {
    margin-top: -1.25rem;
  }

  .row.gtr-uniform>* {
    padding-top: 1.25rem;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }

  .row.gtr-150>* {
    padding: 0 0 0 1.875rem;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 1.875rem;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }

  .row.gtr-200>* {
    padding: 0 0 0 2.5rem;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 2.5rem;
  }
}

@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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-xsmall {
    width: 100%;
  }

  .row>.off-12-xsmall {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }

  .row.gtr-0>* {
    padding: 0 0 0 0rem;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }

  .row.gtr-25>* {
    padding: 0 0 0 0.3125rem;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 0.3125rem;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }

  .row.gtr-50>* {
    padding: 0 0 0 0.625rem;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 0.625rem;
  }

  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }

  .row>* {
    padding: 0 0 0 1.25rem;
  }

  .row.gtr-uniform {
    margin-top: -1.25rem;
  }

  .row.gtr-uniform>* {
    padding-top: 1.25rem;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }

  .row.gtr-150>* {
    padding: 0 0 0 1.875rem;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 1.875rem;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }

  .row.gtr-200>* {
    padding: 0 0 0 2.5rem;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 2.5rem;
  }
}

/* Box */

.box {
  border: solid 1px;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.box> :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.box {
  border-color: rgba(99, 116, 133, 0.25);
}

/* 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, 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-radius: 10px;
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  height: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.75rem;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  border-bottom: 2px solid;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}

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.65rem;
  height: 2.5rem;
  line-height: 2.25rem;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: 1rem;
  height: 3.75rem;
  line-height: 3.5rem;
  padding: 0 2.25rem;
}

input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next,
.button.next {
  padding-right: 4.5rem;
}

.next.flickity-button,
.previous.flickity-button {
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: #333 !important;
}

input[type="submit"].next.fit,
input[type="reset"].next.fit,
input[type="button"].next.fit,
button.next.fit,
.button.next.fit {
  padding-left: 1.5rem !important;
  text-align: left;
}

input[type="submit"].next:after,
input[type="reset"].next:after,
input[type="button"].next:after,
button.next:after,
.button.next:after {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 1.25rem;
}

.next.flickity-button:after {
  display: none !important;
}

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 {
  pointer-events: none;
  opacity: 0.25;
}

@media screen and (max-width: 1280px) {

  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1rem;
    height: 4.25rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 736px) {

  input[type="submit"].alt,
  input[type="reset"].alt,
  input[type="button"].alt,
  button.alt,
  .button.alt {
    padding-left: 1.5rem !important;
    text-align: left;
  }

  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 0.85rem;
    height: 3.75rem;
    line-height: 3.5rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    padding: 0 7px;
  }
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23FFFFFF%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(99, 116, 133, 0.075);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: rgba(99, 116, 133, 0.175);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  color: #000000;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

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: #ffffff !important;
}

/* Form */

form {
  margin: 0 0 2rem 0;
}

form> :last-child {
  margin-bottom: 0;
}

form>.fields {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: -1.5rem 0 2rem -1.5rem;
}

form>.fields>.field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: calc(100% - 1.5rem);
}

form>.fields>.field.half {
  width: calc(50% - 0.75rem);
}

form>.fields>.field.third {
  width: calc(100% / 3 - 0.5rem);
}

form>.fields>.field.quarter {
  width: calc(25% - 0.375rem);
}

@media screen and (max-width: 480px) {
  form>.fields {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
  }

  form>.fields>.field {
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
  }

  form>.fields>.field.half {
    width: calc(100% - 1.5rem);
  }

  form>.fields>.field.third {
    width: calc(100% - 1.5rem);
  }

  form>.fields>.field.quarter {
    width: calc(100% - 1.5rem);
  }
}

label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

select {
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  height: 3rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 3rem;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.55rem;
  padding-right: 0.75rem;
  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: 500;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  border-radius: 10px;
  border: solid 1px;
  content: "";
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  left: 0;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8rem;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
  content: "\f00c";
}

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

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

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

label {
  color: #000000;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  background-color: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 1px #000000;
}

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(99, 116, 133, 0.25)' /%3E%3C/svg%3E");
}

select option {
  color: #000000;
  background: #ffffff;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  color: #282828;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  background: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

:-moz-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

.formerize-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

/* 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.solid:before {
  font-weight: 500;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon.alt:before {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}

.icon.alt>.label {
  display: inline-block;
}

/* Image */

.image {
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  display: block;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  top: 0.25rem;
}

.image.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  top: 0.25rem;
}

.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3rem 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .image.main {
    margin: 0 0 2rem 0;
  }
}

/* List */

ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem;
}

ol li {
  padding-left: 0.25rem;
}

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem;
}

ul li {
  padding-left: 0.5rem;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px;
  padding: 0.5rem 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2rem 0;
}

dl dt {
  display: block;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

dl dd {
  margin-left: 2rem;
}

ul.alt li {
  border-top-color: #555;
}

.dark {
  color: #333;
  border-color: #333 !important;
}

/* Actions */

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
  justify-content: center;
}

ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1rem);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1rem 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;
  }
}

/* Tabs */

.tabs {
  width: 100%;
}

.tabs>.titles {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.tabs>.titles:before {
  content: "";
  display: block;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.tabs>.titles>.title {
  -moz-transition-property: color, background-color, box-shadow;
  -webkit-transition-property: color, background-color, box-shadow;
  -ms-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-right: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  z-index: 1;
}

.tabs>.titles>.title:last-child {
  margin-right: 0;
}

.tabs>.titles>.title:hover {
  -moz-animation: tab-title 0.5s ease forwards;
  -webkit-animation: tab-title 0.5s ease forwards;
  -ms-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
}

.tabs>.titles>.title.active {
  -moz-animation: tab-title 0.5s ease forwards;
  -webkit-animation: tab-title 0.5s ease forwards;
  -ms-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
}

@media screen and (max-width: 736px) {
  .tabs>.titles {
    margin: 0 0 1rem 0;
  }

  .tabs>.titles>.title {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .tabs>.titles {
    margin: 0 0 1rem 0;
  }

  .tabs>.titles>.title {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}

.tabs>.panels>.panel {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.tabs>.panels>.panel.active {
  opacity: 1;
}

.tabs>.titles>.title:hover {
  box-shadow: 0 2px 0 0 rgba(99, 116, 133, 0.25);
}

.tabs>.titles>.title.active {
  box-shadow: 0 2px 0 0 #000000;
}

/* Icons */

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 1.5rem;
}

/* Contact Icons */

ul.contact-icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.contact-icons li {
  padding-top: 2rem;
}

ul.contact-icons li .icon:before {
  border-radius: 50%;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul.contact-icons li .icon>.label {
  display: inline-block;
}

ul.contact-icons li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 980px) {
  ul.contact-icons {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.contact-icons li {
    width: 50%;
  }

  ul.contact-icons li:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  ul.contact-icons {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.contact-icons li {
    width: 100%;
  }

  ul.contact-icons li:nth-child(2) {
    padding-top: 2.5rem;
  }
}

ul.contact-icons li .icon:before {
  background: #afa393;
  color: #fff;
}

.style2 ul.contact-icons li .icon:before {
  background: #eeeae9;
  color: #282828;
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  position: relative;
  margin: 0 0 1.5rem 0;
}

header h2+p {
  font-size: 1.25rem;
  margin-top: -1rem;
}

header h3+p {
  font-size: 1.1rem;
  margin-top: -0.8rem;
}

header h4+p,
header h5+p,
header h6+p {
  font-size: 0.9rem;
  margin-top: -0.6rem;
}

header.major {
  margin-bottom: 2.7rem;
  padding-bottom: 2.7rem;
  position: relative;
}

header.major h1 {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

header.major p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

header.major.alt {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  header.major {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  header.major h1 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  header.major p {
    font-size: 1.45rem;
  }

  header.major.alt {
    margin-bottom: 2.7rem;
  }
}

@media screen and (max-width: 980px) {
  header.major p {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 736px) {
  header.major {
    margin-bottom: 1.8rem;
    padding-bottom: 1.3rem;
  }

  header.major p {
    font-size: 1.25rem;
  }

  header.major.alt {
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  header.major p {
    font-size: 1.25rem;
  }
}

header p {
  color: #333;
}

header.major h1 {
  border-color: #b1a597;
}

/* Table */

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

table {
  margin: 0 0 2rem 0;
  width: 100%;
}

table tbody tr {
  border-left: 0;
  border-right: 0;
  border: solid 1px;
}

table td {
  padding: 0.75rem 0.75rem;
}

table th {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
}

table thead {
  border-bottom: solid 2px;
}

table tfoot {
  border-top: solid 2px;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px;
  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;
}

table tbody tr {
  border-color: rgba(99, 116, 133, 0.25);
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(99, 116, 133, 0.075);
}

table th {
  color: #000000;
}

table thead {
  border-bottom-color: rgba(99, 116, 133, 0.25);
}

table tfoot {
  border-top-color: rgba(99, 116, 133, 0.25);
}

table.alt tbody tr td {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Wrapper */

.wrapper {
  padding: 2rem 0 2rem 0;
  position: relative;
}

.wrapper:before,
.my-gallery.other:before,
.wrapper:after,
.my-gallery.other: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,0 0,100 100,100' style='fill:%23eeeae9%3B' /%3E%3C/svg%3E");
  z-index: 2;
}

.wrapper>.inner {
  margin: 0 auto;
  max-width: 65rem;
  width: calc(100% - 4rem);
}

.wrapper:before,
.my-gallery.other:before,
.wrapper:after,
.my-gallery.other:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.wrapper:before,
.my-gallery.other:before {
  -moz-transform: translateY(-100%) scale(-1, 1);
  -webkit-transform: translateY(-100%) scale(-1, 1);
  -ms-transform: translateY(-100%) scale(-1, 1);
  transform: translateY(-100%) scale(-1, 1);
  content: "";
  top: 0;
}

.wrapper.alt {
  padding-bottom: 1rem;
}

.wrapper.alt:after {
  -moz-transform: translateY(100%) rotate(180deg);
  -webkit-transform: translateY(100%) rotate(180deg);
  -ms-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg);
  bottom: 0;
  content: "";
}

.wrapper.style2 {
  background: #afa393;
}

.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,0 0,100 100,100' style='fill:%23afa393%3B' /%3E%3C/svg%3E");
  z-index: 2;
}

@media screen and (max-width: 1680px) {
  .wrapper {
    padding: 2rem 0 2rem 0;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 6rem 0 8rem 0;
  }

  .wrapper:before,
  .my-gallery.other:before,
  .wrapper:after,
  .my-gallery.other:after {
    height: 4rem;
  }

  .wrapper>.inner {
    max-width: 75rem;
    width: calc(100% - 8rem);
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4rem 0 6rem 0;
  }

  .wrapper:before,
  .my-gallery.other:before,
  .wrapper:after,
  .my-gallery.other:after {
    height: 3rem;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 4rem 0 6rem 0;
  }

  .wrapper>.inner {
    width: calc(100% - 6rem);
  }

  .wrapper:before,
  .wrapper:after {
    height: 2rem;
  }

  .wrapper.alt {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding: 3rem 0 3rem 0;
  }

  .wrapper>.inner {
    width: calc(100% - 4rem);
  }
}

/* Gallery (may need to adjust gaps/margins) */

@-moz-keyframes gallery-modal-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gallery-modal-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes gallery-modal-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gallery-modal-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gallery {
  column-gap: 1rem;
  columns: 3;
  margin: 0 0 2rem 0;
  width: 100%;
}

.gallery a,
.gallery span {
  display: block;
  margin: 0 0 2rem 0;
}

.gallery a img,
.gallery span img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  #heroPreview img {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #heroPreview.scrolled img {
    width: 80% !important;
    margin-left: 10% !important;
  }
}

@media screen and (max-width: 850px) {
  #heroPreview img {
    transform: scale(1.5);
    top: 15%;
  }

  #heroPreview.scrolled img {
    transform: scale(1);
    top: 5%;
  }
}

@media screen and (max-width: 736px) {
  #heroPreview img {
    transform: scale(2);
    top: 17%;
    transition: all 0.5s ease-in-out;
  }

  #heroPreview.scrolled img {
    transform: scale(1);
    top: 15%;
    transition: all 1s ease-in-out;
  }

  .gallery {
    columns: 1;
  }

  .gallery {
    column-gap: 0.5rem;
  }

  .gallery a,
  .gallery span {
    margin: 0 0 0.5rem 0;
  }
}

.gallery .modal {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.875);
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  top: 0;
  visibility: none;
  width: 100%;
  z-index: 0;
}

.gallery .modal:before {
  -moz-animation: gallery-modal-spinner 1s infinite linear;
  -webkit-animation: gallery-modal-spinner 1s infinite linear;
  -ms-animation: gallery-modal-spinner 1s infinite linear;
  animation: gallery-modal-spinner 1s infinite linear;
  -moz-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %23000000%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 4rem;
}

.gallery .modal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23000000%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
}

.gallery .modal .inner {
  -moz-transform: translateY(0.75rem);
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
}

.gallery .modal .inner img {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
  display: block;
  max-height: 85vh;
  max-width: 90vw;
}

.gallery .modal.visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 11000;
}

.gallery .modal.visible:before {
  opacity: 1;
}

.gallery .modal.loaded .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
}

.gallery .modal.loaded:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

/* Split */

.split {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto 3rem;
}

.split h2 {
  border-bottom: 2px solid;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}

.split .content {
  border-right: 1px solid;
  min-width: 70%;
  padding-right: 3rem;
  width: 70%;
}

.split .content p {
  margin-bottom: 2.5rem;
}

.split .content>*:last-child {
  margin-bottom: 0;
}

.split .contact-icons {
  margin-bottom: 0;
  padding-left: 3rem;
}

@media screen and (max-width: 1280px) {
  .split .content {
    min-width: 60%;
    width: 60%;
  }
}

@media screen and (max-width: 980px) {
  .split {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split .content {
    border-bottom: 1px solid;
    border-right: none;
    padding-bottom: 3rem;
    padding-right: 0;
    width: 100%;
  }

  .split .contact-icons {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
}

.split h2 {
  border-color: #fff;
}

.split .content {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Header */

@-moz-keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

/* 
body #page-wrapper {
  padding-top: 4rem;
} */

@media screen and (max-width: 736px) {
  body #page-wrapper {
    padding-top: 3rem;
  }
}

#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: background-color padding;
  -webkit-transition-property: background-color padding;
  -ms-transition-property: background-color padding;
  transition-property: background-color padding;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #000;
  border: none;
  color: #b1b1b1;
  height: 4rem;
  left: 0;
  line-height: 4rem;
  padding: 0;
  position: fixed;
  text-transform: lowercase;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

#header>.logo {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: default;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding-left: 2rem;
  white-space: nowrap;
}

#header>.logo a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-decoration: none;
}

#header>.logo a span {
  font-weight: 300;
}

#header>a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding: 0 0.75rem;
  text-decoration: none;
}

#header>a:hover,
#header>a:focus {
  color: rgba(0, 0, 0, 0.5);
}

#header>a[href="#menu"] {
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: calc(4rem - 1px);
  line-height: 4rem;
  margin-left: 0.5rem;
  padding: 0 2rem;
}

#header>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: 500;
}

#header>a[href="#menu"] span {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  margin-right: 0.25rem;
}

#header>a[href="#menu"]:hover,
#header>a[href="#menu"]:focus {
  color: #fff;
}

#header>a[href="#menu"]:hover:before,
#header>a[href="#menu"]:focus:before {
  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%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23FFFFFF%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}

#header>a[href="#menu"]:before {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  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%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23FFFFFF%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  content: "";
  float: right;
  height: 1rem;
  margin-left: 0.5rem;
  opacity: 1;
  width: 1rem;
}

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

#header.alt>a:hover,
#header.alt>a:focus {
  color: #ffffff;
}

#header.alt>a[href="#menu"] {
  border-left: none;
}

#header.alt>a[href="#menu"]:hover,
#header.alt>a[href="#menu"]:focus {
  background-color: rgba(255, 255, 255, 0.065);
}

#header.alt>a[href="#menu"]:hover:before,
#header.alt>a[href="#menu"]:focus:before {
  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%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}

#header.alt>a[href="#menu"]:before {
  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%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}

/* #header+#banner {
  margin-top: -4rem;
} */

#header.reveal {
  -moz-animation: reveal-header 0.5s ease;
  -webkit-animation: reveal-header 0.5s ease;
  -ms-animation: reveal-header 0.5s ease;
  animation: reveal-header 0.5s ease;
}

#header.reveal>.logo {
  padding-left: 1.25rem;
}

#header.reveal>nav {
  padding-right: 0;
}

@media screen and (max-width: 736px) {
  #header {
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 0.5rem;
    align-items: center;
  }

  #header>.logo {
    font-size: 0.8rem;
    padding-left: 1rem;
  }

  #header>a[href="#menu"] {
    height: calc(3rem - 1px);
    line-height: 3rem;
    padding: 0 1.5rem;
  }

  #header>a[href="#menu"]:before {
    margin-left: 0;
  }

  #header>a[href="#menu"] span {
    display: none;
  }

  #header>a[href="#menu"]:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }

  #header+#banner {
    margin-top: -5rem;
  }
}

/* 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 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease, visibility 0.5s;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  -ms-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-color: rgba(46, 39, 33, 0.6);
  cursor: default;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 1.5rem;
  position: fixed;
  text-align: center;
  top: 0;
  user-select: none;
  visibility: hidden;
  width: 100%;
  z-index: 10002;
}

#menu .inner {
  padding: 2.5rem 1.5rem 0.5rem 1.5rem;
  -moz-transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  text-transform: lowercase;
  width: 24rem;
}

#menu h2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
}

#menu .close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0rem;
  width: 4rem;
}

#menu .close span {
  display: none;
}

.hero.close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0rem;
  width: 4rem;
  z-index: 999999999999;
}

.hero.close span {
  display: none;
}

#menu .links {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}

#menu .links li {
  padding: 0;
}

#menu .links li a {
  -moz-transition: color ease-in-out;
  -webkit-transition: color ease-in-out;
  -ms-transition: color ease-in-out;
  transition: color ease-in-out;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  line-height: 1.85rem;
  padding: 0.75rem 0;
  text-decoration: none;
}

#menu .links li a:hover {
  background-color: #ffffff;
  color: #000000;
}

@media screen and (max-width: 736px) {
  #menu .inner {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #menu .inner .close {
    background-size: 1.5rem 1.5rem;
  }
}

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 {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Banner */

#banner {
  background-color: #000000;
  color: #ffffff;
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40rem;
  min-height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#banner input,
#banner select,
#banner textarea {
  color: #ffffff;
}

#banner a {
  color: #ffffff;
}

#banner strong,
#banner b {
  color: #ffffff;
}

#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: #ffffff;
}

#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#banner code {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.25);
}

#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#banner .box {
  border-color: rgba(255, 255, 255, 0.25);
}

#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}

#banner input[type="submit"]:after,
#banner input[type="reset"]:after,
#banner input[type="button"]:after,
#banner button:after,
#banner .button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}

#banner input[type="submit"]:hover,
#banner input[type="submit"]:focus,
#banner input[type="reset"]:hover,
#banner input[type="reset"]:focus,
#banner input[type="button"]:hover,
#banner input[type="button"]:focus,
#banner button:hover,
#banner button:focus,
#banner .button:hover,
#banner .button:focus {
  background-color: rgba(255, 255, 255, 0.065);
}

#banner input[type="submit"]:active,
#banner input[type="reset"]:active,
#banner input[type="button"]:active,
#banner button:active,
#banner .button:active {
  background-color: rgba(255, 255, 255, 0.165);
}

#banner input[type="submit"].icon:before,
#banner input[type="reset"].icon:before,
#banner input[type="button"].icon:before,
#banner button.icon:before,
#banner .button.icon:before {
  color: #ffffff;
}

#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}

#banner input[type="submit"].primary:hover,
#banner input[type="reset"].primary:hover,
#banner input[type="button"].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

#banner input[type="submit"].primary.icon:before,
#banner input[type="reset"].primary.icon:before,
#banner input[type="button"].primary.icon:before,
#banner button.primary.icon:before,
#banner .button.primary.icon:before {
  color: #ffffff !important;
}

#banner label {
  color: #ffffff;
}

#banner input[type="text"],
#banner input[type="password"],
#banner input[type="email"],
#banner select,
#banner textarea {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}

#banner input[type="text"]:focus,
#banner input[type="password"]:focus,
#banner input[type="email"]:focus,
#banner select:focus,
#banner textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

#banner 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(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}

#banner select option {
  color: #ffffff;
  background: #000000;
}

#banner input[type="checkbox"]+label,
#banner input[type="radio"]+label {
  color: #ffffff;
}

#banner input[type="checkbox"]+label:before,
#banner input[type="radio"]+label:before {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}

#banner input[type="checkbox"]:checked+label:before,
#banner input[type="radio"]:checked+label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

#banner input[type="checkbox"]:focus+label:before,
#banner input[type="radio"]:focus+label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

#banner ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#banner :-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#banner ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#banner :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#banner .formerize-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#banner ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}

#banner header p {
  color: #ffffff;
}

#banner header.major h1 {
  border-color: rgba(255, 255, 255, 0.25);
}

#banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}

#banner table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.065);
}

#banner table th {
  color: #ffffff;
}

#banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}

#banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}

#banner ul.contact-icons li .icon:before {
  background: #000000;
  color: #ffffff;
}

#banner .split h2 {
  border-color: #ffffff;
}

#banner .split .content {
  border-color: rgba(255, 255, 255, 0.25);
}

#banner .tabs>.titles>.title:hover {
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
}

#banner .tabs>.titles>.title.active {
  box-shadow: 0 2px 0 0 #ffffff;
}

#banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.325),
      rgba(0, 0, 0, 0));
  z-index: 2;
}

#banner h1 {
  color: #ffffff;
  font-size: 4.75rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  text-align-last: justify;
  text-align: justify;
  opacity: 0.95;
}

#banner .inner {
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  margin: 0 auto;
  max-width: 65rem;
  opacity: 1;
  position: relative;
  width: calc(100% - 4rem);
  z-index: 3;
}

#banner .content {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  text-align: justify;
  width: 100%;
}

#banner .content p {
  font-size: 1.5rem;
  font-weight: 100;
  min-width: 70%;
  opacity: 0.8;
  padding: 3rem 3rem 3rem 0;
}

#banner .content ul {
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
}

#banner .bg {
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.85;
}

#banner .bg div {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 150%;
}

#banner .bg div.visible {
  -moz-animation: bg 45s linear infinite;
  -webkit-animation: bg 45s linear infinite;
  -ms-animation: bg 45s linear infinite;
  animation: bg 45s linear infinite;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

#banner .bg div.visible.top {
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  #banner .bg div.visible {
    -moz-animation: bg 29.25s linear infinite;
    -webkit-animation: bg 29.25s linear infinite;
    -ms-animation: bg 29.25s linear infinite;
    animation: bg 29.25s linear infinite;
  }
}

@media screen and (max-width: 736px) {
  #banner .bg div.visible {
    -moz-animation: bg 18s linear infinite;
    -webkit-animation: bg 18s linear infinite;
    -ms-animation: bg 18s linear infinite;
    animation: bg 18s linear infinite;
  }
}

#banner .bg div:only-child {
  -moz-animation-direction: alternate !important;
  -webkit-animation-direction: alternate !important;
  -ms-animation-direction: alternate !important;
  animation-direction: alternate !important;
}

body.is-preload #banner .bg {
  opacity: 0;
}

@-moz-keyframes bg {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@-webkit-keyframes bg {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes bg {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@media screen and (max-width: 1680px) {
  #banner {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 1280px) {
  #banner {
    min-height: 90vh;
    padding-top: 3rem;
  }

  #banner .inner {
    margin: 0 auto;
    max-width: 75rem;
    width: calc(100% - 8rem);
  }

  #banner h1 {
    font-size: 3em;
    padding-bottom: 3rem;
  }

  #banner .content p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 980px) {
  #banner {
    height: 100vh;
    min-height: 700px;
    padding-top: 3rem;
    padding-top: 125px;
    margin-top: -50px;
  }
  #banner:before {
    background-image: none !important;
  }
  .inner-1 p {
    font-size: 24px !important;
  }

  #banner h1 {
    font-size: 3rem;
    padding-bottom: 3rem;
    text-align-last: justify;
    text-align: center;
  }

  #banner .content p {
    font-size: 1.25rem;
  }

  #banner .content {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  #banner .content p {
    border-right: none;
    font-size: 1.25rem;
    min-width: 100%;
    padding: 3rem 0 0 0;
    text-align: center;
  }

  #banner .content ul {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

.about-us-footer {
  width: 100%;
  margin-left: 75px;
}

@media screen and (max-width: 768px) {
  #banner h1 {
    font-size: 3rem;
    padding-bottom: 3rem;
    text-align-last: center;
    text-align: center;
    word-spacing: 300px;
  }

  .about-us-footer {
    width: 100%;
    margin-left: 75px;
    margin: 0;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 736px) {
  #banner {
    min-height: 600px;
  }

  #banner h1 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }

  #banner .inner {
    width: calc(100% - 6rem);
  }

  #banner .content p {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  #banner {
    min-height: 650px;
    padding-top: 4rem;
  }

  #banner .inner {
    width: calc(100% - 4rem);
  }

  #banner h1 {
    padding-bottom: 2rem;
    text-align-last: center;
    text-align: center;
  }

  #banner .content {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  #banner .content p {
    font-size: 1.15rem;
    padding-top: 2rem;
  }

  #banner .content ul {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

body.is-preload #banner .inner {
  opacity: 0;
}

/* Main */

#main {
  padding-top: 8rem !important;
}

@media screen and (max-width: 1680px) {
  #main {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 980px) {
  #main {
    padding-top: 4rem !important;
  }
}

/* Footer */

.copyright {
  color: #333;
  text-align: center;
  font-size: 14px !important;
}

.c-1 {
  columns: 1;
}

.my-gallery.other {
  background-color: #333;
}

.mirror-t::before {
  transform: translateY(-100%) scale(1, 1);
}

.last-gallery {
  margin-bottom: -40px;
}

.imageContainer {
  position: relative;
  overflow: hidden;
}

.imageContainer img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.imageContainer:hover img {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  filter: blur(1.5px);
  transform: scale(1.5) translateY(-50px);
}

.info-div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  z-index: 99;
  background-color: rgba(46, 39, 33, 0.6);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 105%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  transform: translateX(-100px);
}

.imageContainer:hover .info-div {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}

video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  z-index: 99999;
  top: 0;
}

#videoCover {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  height: 100vh;
  width: 100vw;
}

#videoCoverText {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 3s ease-in-out;
}

#videoCoverText h2 {
  font-size: 128px;
  font-weight: bold;
}

#videoCoverText h2 span {
  font-weight: 100;
}

.straight-wrapper {
  padding-top: 0;
}

.straight-wrapper:before {
  background-image: none !important;
}

#hero-section video {
  height: 100vh;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.is-menu-visible header#header {
  display: none;
}

#menu .inner {
  position: absolute;
  right: 0;
  background: transparent;
  top: 0;
}

#menu .inner .links {
  text-align: right;
  margin-top: 150px;
}

#menu .inner .links li a:hover {
  background: transparent;
  color: #fff;
  font-weight: 500;
}

#heroPreview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease-in-out;
  overflow: hidden !important;
}

#heroPreview img {
  width: 80%;
  margin-left: 10%;
  position: absolute;
}

.menu-of {
  position: absolute;
  transform: translateX(35px);
  height: 0;
  margin-right: 35px;
}

.menu-of img {
  opacity: 0;
  transform: translateY(-5px);
}

#menu li:hover .menu-of img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

/* #heroPreview {
  animation: transfromHeroBackground 0.8s 2.5s ease-in-out forwards;
} */
#heroPreview.scrolled {
  transition: all 0.5s ease-in-out;
  transform: scale(0.5) translateY(-50%);
}

.first-img {
  animation: changeOpacity 1.5s 0.5s forwards;
}

.second-img {
  animation: changeOpacity 0.1s 2s forwards;
}

#heroBackground {
  animation: fadeAnimation 2s forwards;
}

@keyframes fadeAnimation {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes changeOpacity {
  to {
    opacity: 0;
  }
}

@keyframes transfromHeroBackground {
  to {
    height: 50vh;
    width: 50vw;
    margin-left: 25vw;
  }
}

#heroBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  background: #131313;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

@keyframes opacityCycle {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 0.02;
  }

  60% {
    opacity: 0.02;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#page-wrapper {
  transition: all 0.5s ease-in-out;
}

#page-wrapper.preview .wrapper {
  filter: blur(1.5px);
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
}

#heroClose.hidden {
  display: none;
}

.button.next.alt {
  border: none;
  border-radius: 0;
}

a.button.next.alt {
  height: 2.8rem;
}

a.button.next.alt.dark {
  color: #333 !important;
}

button.button.next.alt.dark {
  color: #333 !important;
}

a.button.next.alt.dark::after {
  filter: invert();
}

button.button.next.alt.dark::after {
  filter: invert();
}

.button.next.alt:after {
  animation: arrowAnimation 2s infinite;
  animation-delay: 1s;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(-25px);
  }

  50% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* /SlideSHow/ */
.preview .slider {
  filter: blur(1.5px);
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
}

.slider {
  position: relative;
  max-width: 100%;
  height: 26.625rem;
  margin: 0 auto;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

.slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button {
  background: none;
  border: none;
}

button .fas {
  color: rgba(255, 255, 255, 0.5);
}

.btn-slide {
  position: absolute;
  top: 50%;
  z-index: 10;

  height: 5.5rem;
  width: 5.5rem;
  cursor: pointer;
}

.prev {
  left: 3rem;
  transform: translate(-50%, -50%);
}

.nextt {
  right: 3rem;
  transform: translate(50%, -50%);
}

.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.dot {
  width: 25px;
  height: 5px;
  margin: 15px 5px;
  border-radius: 0.5rem;
  background: rgb(67 67 67);
  cursor: pointer;
}

.dot.active {
  background: #f1f1f1;
}

.download-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-list li img {
  height: 60px;
}

.download-list span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.download-list li div {
  width: 100%;
}

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

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

.download-holder {
  display: flex;
  gap: 100px;
}

.left-list {
  width: 100%;
}

.preview-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.preview-item img {
  float: right;
  transition: all 0.2s ease-in-out;
}

#header {
  background-color: transparent;
  background-image: url("header-texture-flat.png");
  background-size: cover;
}

.subtext-preview {
  background-color: transparent;
  background-image: url("brushstroke-png.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title-bg {
  background-color: transparent;
  background-image: url("brushstroke-png.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 20px;
  opacity: 0.8;
}

.stroke1,
.stroke2,
.stroke3,
.stroke4,
.stroke5 {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 16px;
}

.stroke1 {
  background-image: url("penstroke1.png");
}

.stroke2 {
  background-image: url("penstroke2.png");
}

.stroke3 {
  background-image: url("penstroke3.png");
}

.stroke4 {
  background-image: url("penstroke4.png");
}

.stroke5 {
  background-image: url("penstroke5.png");
}

.subtext-preview label {
  margin-top: 20px;
}

.imageContainer {
  background-color: #bdb8b2;
}

.portfolio-wrapper .gallery {
  padding-left: 0px;
  padding-right: 0px;
  gap: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.portfolio-wrapper .imageContainer {
  text-decoration: none;
}

.subtext-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  color: #fff !important;
}

.subtext-preview label {
  font-weight: 400;
  color: #cfcfcf;
}

/* 
.partial-border {
  background: linear-gradient(#bbbbbb, #bbbbbb) bottom left / 150px 2px,
    linear-gradient(#bbbbbb, #bbbbbb) bottom left / 2px 100px,
    linear-gradient(#bbbbbb, #bbbbbb) top right / 150px 2px,
    linear-gradient(#bbbbbb, #bbbbbb) top right / 2px 100px;
  background-repeat: no-repeat;
  background-color: #121212;
} */

/* .portfolio-wrapper .imageContainer img {
  width: 70%;
  margin-left: 15%;
} */

.portfolio-wrapper .imageContainer {
  width: 100%;
}

/* body.dark-bg {
  transition: all 0.5s ease-in-out;
  background-color: #121212;
} */

.major.special h1 {
  color: #000;
}

.specification-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-span {
  font-weight: 500;
}

.f-d-dl {
  color: #333 !important;
}

/* Style for the collapsible div */
.collapsible {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
  background-color: transparent;
  color: #333 !important;
  border-radius: 0;
  padding-left: 0;
  transition: all 0.15s ease-in-out;
}

.collapsible:focus {
  background-color: transparent !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JavaScript) */
.active,
.collapsible:hover {
  background-color: transparent;
}

.collapsible .fas {
  color: #000;
}

/* Style the collapsible content. Note: hidden by default */
.content-desc {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Style the arrow icon */
.arrow {
  transition: transform 0.3s ease;
}

/* Rotate the arrow icon when the collapsible is active */
.active .arrow {
  transform: rotate(180deg);
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.left-desc h4 {
  color: #333 !important;
  display: inline-block !important;
  margin-bottom: 0;
  padding-left: 0;
  transition: all 0.15s ease-in-out;
}

.collapsible:hover .btn-text-collapsible {
  padding-left: 25px;
  transition: all 0.2s ease-in-out;
}

.desc-holder {
  display: flex;
  gap: 65px;
}

.desc-holder .left-desc {
  width: 100%;
}

.desc-holder .right-desc {
  width: 100%;
  padding-top: 50px;
}

.imageContainer .subtext-preview {
  transform: translateX(0%);
  transition: all 0.2s ease-in-out;
}

.imageContainer:hover .subtext-preview {
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}

.dark-container {
  left: 0;
  z-index: 99999999;
  width: 100%;
  transition: all 0.5s ease-in-out !important;
}

.dark-container h1 span {
  font-weight: 500;
}

.dark-container img {
  height: calc(70vh - 25px);
  margin-left: 50px;
}

.inner-dark {
  display: flex;
  max-width: 65rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  gap: 150px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.inner-dark img {
  transform: scale(1.3) translate(-50px, -20px);
  transition: all 0.5s ease-in-out;
}

.inner-dark p {
  color: #a3a3a3;
  text-align: right;
}

.inner-dark h1 {
  text-align: right;
}

.light-desc {
  display: none;
}

.dark-desc {
  display: block;
}

.suggestions-div {
  columns: 4;
  margin-bottom: 150px;
}

#language-selector {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 100px;
}

#language-selector img {
  height: 12px;
  /* Adjust the height as needed */
  vertical-align: middle;
  margin-right: 5px;
  /* Adjust the spacing between flag and text */
}

/* Custom select */
.custom-select {
  position: relative;
  display: inline-block;
}

.select-selected {
  background-color: #f1f1f1;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-items {
  display: none;
  position: absolute;
  background-color: #eeeae9;
  min-width: 160px;
  overflow-y: auto;
  border-radius: 5px;
  z-index: 1;
  color: #333;
  filter: drop-shadow(5px 5px 10px #8b8989);
}

.select-items.select-hide {
  display: block;
}

.select-items div {
  padding: 8px 16px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #afa393;
}

.custom-select {
  text-transform: lowercase;
}

.large-btn {
  font-size: 24px;
  font-weight: 300;
}

.small-footer {
  padding: 5px !important;
}

#banner h1 {
  letter-spacing: -0.1rem;
}

.spec-heading {
  margin-top: 35px;
}

.prev-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  .inner-dark {
    display: block;
    text-align: center;
  }

  .dark-container img {
    height: calc(70vh - 300px);
    margin: 0;
    margin-bottom: 50px;
  }

  .desc-holder {
    flex-direction: column;
  }

  .spec-heading {
    font-size: 3rem;
  }

  .download-list .img-dl {
    display: none;
  }

  .left-list {
    width: auto;
  }

  .left-list ul.alt li {
    padding: 0;
  }

  .download-holder {
    flex-direction: column;
    gap: 0;
  }

  .flex-btns {
    display: flex;
  }

  .download-list li div {
    width: auto;
  }

  #previewItem {
    border-top: 2px solid #333;
    justify-content: center;
  }

  .prev-btn {
    display: inline-block;
  }

  #previewItem {
    padding-top: 25px;
  }
}

#page-wrapper {
  overflow-x: hidden !important;
}

.disable-scroll {
  overflow: hidden !important;
}

#heroPreview {
  pointer-events: none;
}

.f-d-dl span {
  display: inline;
}

.no-padding {
  padding: 0;
}

.contact-icons a {
  color: #333;
}

.content-desc p {
  margin: 1rem 0 2rem 0;
}

.custom-gallery {
  display: flex;
}

.custom-thumbnail {
  width: 40px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(46, 39, 33, 0.6);
  padding-top: 15vh;
  z-index: 2147483647;
  animation: fadeIn 0.5s ease-in-out;
  backdrop-filter: blur(4px) brightness(0.4);
}

.custom-modal img {
  margin: auto;
  display: block;
}

.custom-close {
  position: absolute;
  top: 125px;
  right: 2%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99999999999999999;
}

/* Dodajemo animaciju fadeIn */
@keyframes fadeIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeOut {
  animation: fadeOut 0.5s ease-in-out;
}

/* Dodajemo animaciju fadeOut */
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.content-desc a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.content-desc a i {
  margin-left: 15px;
}

.content-desc a:hover {
  font-weight: 500;
}

.contact-holder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  width: 30%;
  padding: 15px;
}

.background-holder {
  background-image: url(../../images/kontakt/01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center;
  animation: backgroundSwap 15s infinite;
  transition: background-image 1s ease-in-out;
}

@media screen and (max-width: 991px) {
  .background-holder {
    background-image: url(../../images/kontakt/05.jpg);
    animation: filterCycle 15s infinite;
  }
}

@keyframes backgroundSwap {
  0% {
    background-image: url(../../images/kontakt/01.jpg);
  }

  16.67% {
    background-image: url(../../images/kontakt/02.jpg);
  }

  33.33% {
    background-image: url(../../images/kontakt/03.jpg);
  }

  50% {
    background-image: url(../../images/kontakt/04.jpg);
  }

  66.67% {
    background-image: url(../../images/kontakt/05.jpg);
  }

  91.66667% {
    background-image: url(../../images/kontakt/06.jpg);
  }

  100% {
    background-image: url(../../images/kontakt/01.jpg);
  }
}

@keyframes filterCycle {

  0%,
  100% {
    filter: grayscale(0%) brightness(1);
  }

  50% {
    filter: grayscale(100%) brightness(0.7);
  }
}

.contact-holder .inner {
  background-color: #eeeae9;
  padding: 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 32px -3px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 9px 32px -3px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 9px 32px -3px rgba(0, 0, 0, 0.62);
  padding-top: 50px;
}

.contact-holder .inner form {
  margin: 0;
}

@media screen and (max-width: 1350px) {
  .contact-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-20%, -50%);
    width: 40%;
    padding: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .contact-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 850px) {
  .contact-holder {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 70%;
    padding: 15px;
  }

  .background-holder {
    background-position: left;
  }
}

@media screen and (max-width: 768px) {
  .contact-holder {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 90%;
    padding: 15px;
  }
}

.modal {
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #eeeae9;
  width: 500px;
  padding: 25px;
  border-radius: 15px;
}

.close-btn {
  color: #333 !important;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"],
.modal.visible select,
.modal textarea {
  background-color: #eeeae9;
}

.modal .formRow--input-wrapper.active .placeholder {
  background-color: #eeeae9;
}

.link-a-3d {
  color: #333;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 550px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  cursor: zoom-in;
  max-height: 80vh;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

html {
  background-color: #121212;
}

.img1-about {
  background-image: url(../../images/gallery/AboutUs/17.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.img2-about {
  background-image: url(../../images/gallery/AboutUs/05a.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  position: relative;
}

.img-about-overlay {
  position: absolute;
  /* background: linear-gradient(
    -45deg,
    rgba(228, 228, 228, 0.2),
    rgba(1, 1, 1, 0.576),
    rgba(80, 80, 80, 0.2),
    rgba(216, 216, 216, 0.2)
  ); */
  background: linear-gradient(-45deg,
      rgb(0, 0, 0),
      rgba(33, 33, 33, 0.59),
      rgba(49, 20, 20, 0.286),
      rgba(44, 34, 22, 0.692));
  background-size: 200% 200%;
  animation: gradient-animation 15s ease infinite;
  height: 100%;
  width: 100%;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes brightnessLooping {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 0;
  }
}

.about-text {
  width: 50%;
  padding-left: 15rem;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  backdrop-filter: blur(8px) brightness(50%) sepia(30%);
  -webkit-backdrop-filter: blur(8px) brightness(50%) sepia(30%);
}

.about-text-r {
  width: 50%;
  padding-right: 15rem;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  backdrop-filter: blur(8px) brightness(50%) sepia(30%);
  -webkit-backdrop-filter: blur(8px) brightness(50%) sepia(30%);
}

.about-text h3,
.about-text-r h3 {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .about-text {
    width: 50%;
    padding-left: 10rem;
  }

  .about-text-r {
    width: 50%;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 1500px) {
  .about-text {
    width: 60%;
    padding-left: 7rem;
  }

  .about-text-r {
    width: 60%;
    padding-right: 7rem;
  }
}

@media screen and (max-width: 1200px) {
  .about-text {
    width: 65%;
    padding-left: 5rem;
  }

  .about-text-r {
    width: 65%;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 1050px) {
  .about-text {
    width: 75%;
    padding-left: 4rem;
  }

  .about-text-r {
    width: 75%;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 900px) {
  .about-text {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .about-text-r {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }
}

#custom-modal .modal {
  max-width: 90% !important;
}

#myForm {
  margin-bottom: 0;
}

.dark-mode .contact-holder span {
  color: #333;
}

.no-bg-wrapper {
  background-color: transparent !important;
  opacity: 0.5;
}

.info-email-show {
  display: none;
}

.email-show:active .info-email-show,
.email-show:focus .info-email-show,
.email-show:hover .info-email-show {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  top: -80px;
  padding-bottom: 35px;
}

.info-email-show div {
  white-space: pre;
  padding: 15px 25px;
  border-radius: 65px;
  background-color: #000000;
  color: #fff;
}

.contact-footer {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.splash-screen-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 5555555555;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: disappearSplash 4s ease forwards;
  animation-delay: 6s;
}


.splash-screen-container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  gap: 25px;
  height: 90px;
  margin-bottom: 0;
}

.splash-screen-container span {
  display: block;
  opacity: 0;
  margin-bottom: -40px;
}

/* Initial opacity animation for each span */
.span-splash-1 {
  animation: opacitySplash 1s ease forwards;
  animation-delay: 1s;
}

.span-splash-2 {
  animation: opacitySplash 1s ease forwards;
  animation-delay: 2.5s;
}

.span-splash-3 {
  animation: opacitySplash 1s ease forwards;
  animation-delay: 4s;
}

/* Keyframe for opacity animation */
@keyframes opacitySplash {
  to {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* Keyframe for margin-top animation */
@keyframes marginTopSplash {
  to {
    opacity: 0;
    margin-top: -40px;
  }
}

@keyframes disappearSplash {
  to {
    opacity: 0;
  }
}

/* Target all spans with a second animation after 5s */
.span-splash-1,
.span-splash-2,
.span-splash-3 {
  /* Adding second animation after total delay of 5s */
  animation:
    opacitySplash 1s ease forwards,
    marginTopSplash 0.5s ease forwards;
  animation-delay:
    1s,
    /* delay for opacitySplash for span 1 */
    5s;
  /* delay for marginTopSplash (all spans start together) */
}

.span-splash-2 {
  animation-delay:
    2.2s,
    /* delay for opacitySplash for span 2 */
    5s;
  /* delay for marginTopSplash */
}

.span-splash-3 {
  animation-delay:
    3.5s,
    /* delay for opacitySplash for span 3 */
    5s;
  /* delay for marginTopSplash */
}

.naa-studio-splash {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999;
  opacity: 0;
  margin-top: 25px;
  animation: opacitySplash 1s ease forwards;
  animation-delay: 5s;
}

.small-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  color: #fff !important;
}

.content-hero {
  font-size: 36px;
  font-weight: 200;
  text-align: center;
}

.medium-btn {
  font-weight: 300;
}

.btn-border {
  border: 1px solid #fff !important;
}

.inner-1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-2 {
  padding-bottom: 40px;
}