@import url(bootstrap/bootstrap-grid.min.css);
@import url(bootstrap/bootstrap-reboot.min.css);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:focus {
  text-decoration: none;
}
textarea {
  resize: none;
}
button {
  background: none;
  border: none;
  outline: inherit;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Monument";
  src: url("../fonts/MonumentExtended-Ultrabold.eot");
  src: url("../fonts/MonumentExtended-Ultraboldd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MonumentExtended-Ultrabold.woff2") format("woff2"),
    url("../fonts/MonumentExtended-Ultrabold.woff") format("woff"),
    url("../fonts/MonumentExtended-Ultrabold.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Ultrabold.svg#MonumentExtended-Ultrabold")
      format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Monument";
  src: url("../fonts/MonumentExtended-Regular.eot");
  src: url("../fonts/MonumentExtended-Regulard41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MonumentExtended-Regular.woff2") format("woff2"),
    url("../fonts/MonumentExtended-Regular.woff") format("woff"),
    url("../fonts/MonumentExtended-Regular.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Regular.svg#MonumentExtended-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "P";
  src: url("../fonts/UniviaPro-Regular.eot");
  src: url("../fonts/UniviaPro-Regulard41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UniviaPro-Regular.woff2") format("woff2"),
    url("../fonts/UniviaPro-Regular.woff") format("woff"),
    url("../fonts/UniviaPro-Regular.ttf") format("truetype"),
    url("../fonts/UniviaPro-Regular.svg#UniviaPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  line-height: 1.54;
  font-size: 16px;
  color: white;
  font-family: "Monument", sans-serif;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #000;
}
* {
  text-rendering: optimizeLegibility;
}
::-moz-selection {
  background: #f5efe1;
  color: white;
}
::selection {
  background: #f5efe1;
  color: white;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.29;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  font-family: "P", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 300;
}
p.small {
  font-size: 0.875rem;
}
p.big {
  font-size: 1.25rem;
}
p b,
p strong {
  font-weight: 400;
  color: white;
}
p a {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: white;
}
.f-white {
  color: white !important;
}
.f-color {
  color: #f65252 !important;
}
.f-black {
  color: #000;
}
.f-primary {
  color: white !important;
}
.f-p {
  color: white !important;
}
.f-p-light {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-underline {
  text-decoration: underline;
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
[class="vertical-align"] {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (min-width: 991px) {
  [class="vertical-align-lg"] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
  }
}
[class~="overflow-hidden"] {
  overflow: hidden;
}
[class~="box-shadow-inset"] {
  position: relative;
}
[class~="box-shadow-inset"]:before {
  -webkit-box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25),
    inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25),
    inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[class~="box-shadow-inset"] {
  position: relative;
}
[class~="box-shadow-inset"]:before {
  -webkit-box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25),
    inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25),
    inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[class~="box-shadow"] {
  position: relative;
}
[class~="box-shadow"]:before {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[class~="simple-shadow"] {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
[class*="vertical-align-outer"] {
  display: table;
}
[class*="vertical-align-inner"] {
  display: table-cell;
  vertical-align: middle;
}
[class*="full-height"] {
  height: 100% !important;
}
img[class*="normal"] {
  display: block;
}
@media (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  img[class*="normal"] {
    display: none;
  }
}
img[class*="retina"] {
  display: none;
}
@media (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  img[class*="retina"] {
    display: block;
  }
}
img[class~="center"] {
  margin: 0 auto;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-75 {
  padding: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
@media (min-width: 576px) {
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-75 {
    padding: 75px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .p-md-75 {
    padding: 75px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-75 {
    padding: 75px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-75 {
    padding: 75px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-35 {
  margin: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.z-index {
  position: relative;
  z-index: 10 !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-full {
  display: block;
  width: 100%;
  height: auto;
}
.not-visible {
  visibility: hidden;
  max-height: 0px;
}
.visible {
  visibility: visible;
  max-height: auto;
}
.no-scroll {
  overflow: hidden;
}
[class|="btn-line"] {
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class|="btn-line"]:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: currentColor;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s width;
  -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s width;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s width;
  -webkit-animation-name: lineOut;
  animation-name: lineOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
[class|="btn-line"]:hover {
  color: white;
  text-decoration: none;
}
[class|="btn-line"]:hover:after {
  -webkit-animation-name: lineIn;
  animation-name: lineIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 11;
  height: 65px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(22, 22, 22, 0))
  );
  background: -webkit-linear-gradient(top, #000, rgba(22, 22, 22, 0));
  background: -o-linear-gradient(top, #000, rgba(22, 22, 22, 0));
  background: linear-gradient(180deg, #000, rgba(22, 22, 22, 0));
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
header.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) -webkit-transform;
  transition: 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) -webkit-transform;
  -o-transition: 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) transform;
  transition: 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) transform;
  transition: 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) transform,
    0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) -webkit-transform;
}
header.moove {
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
header .wrap-header {
  padding-top: 65px;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 576px) {
  header .wrap-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  header .wrap-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header nav.main-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
header nav.main-navigation #main-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 99;
}
header nav.main-navigation #menu-responsive {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header nav.main-navigation #menu-responsive ul li {
  display: inline-block;
  padding: 0 15px;
}
header nav.main-navigation #menu-responsive ul li:first-of-type {
  padding-left: 0;
}
header nav.main-navigation #menu-responsive ul li:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 414px) {
  header nav.main-navigation #menu-responsive ul li {
    padding: 0 9px;
  }
}
@media screen and (max-width: 374px) {
  header nav.main-navigation #menu-responsive ul li {
    padding: 0 8px;
  }
}
header nav.main-navigation #menu-responsive ul li a {
  font-size: 1rem;
  font-family: "Monument", sans-serif;
  position: relative;
  outline: none;
  line-height: 1;
  -webkit-transition: color 0s 0.5s;
  -o-transition: color 0s 0.5s;
  transition: color 0s 0.5s;
  display: inline-block;
}
@media screen and (max-width: 374px) {
  header nav.main-navigation #menu-responsive ul li a {
    font-size: 0.875rem;
  }
}
header nav.main-navigation #menu-responsive ul li a:after,
header nav.main-navigation #menu-responsive ul li a:before {
  content: attr(data-letters);
  position: absolute;
  font-size: 1rem;
  font-family: "Monument", sans-serif;
  top: 0;
  left: 0;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 374px) {
  header nav.main-navigation #menu-responsive ul li a:after,
  header nav.main-navigation #menu-responsive ul li a:before {
    font-size: 0.875rem;
  }
}
header nav.main-navigation #menu-responsive ul li a:before {
  -webkit-clip-path: url(#cp_up);
  clip-path: url(../../index.html#cp_up);
}
header nav.main-navigation #menu-responsive ul li a:after {
  -webkit-clip-path: url(#cp_down);
  clip-path: url(../../index.html#cp_down);
}
header nav.main-navigation #menu-responsive ul li a:hover {
  color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  transition: none;
}
header nav.main-navigation #menu-responsive ul li a:hover:after,
header nav.main-navigation #menu-responsive ul li a:hover:before {
  color: #fff;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
header nav.main-navigation #menu-responsive ul li a:hover:before {
  -webkit-transform: translate3d(0px, -2px, 0);
  transform: translate3d(0px, -2px, 0);
}
header nav.main-navigation #menu-responsive ul li a:hover:after {
  -webkit-transform: translate3d(0px, 2px, 0);
  transform: translate3d(0px, 2px, 0);
}
svg.hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
.btn-circle .availability span[class*="h-"],
.btn-circle .availability span[class*="l-"],
.btn-circle .availability span[class*="p-"],
.btn-circle .availability span[class*="s-"],
.btn-circle .title span[class*="h-"],
.btn-circle .title span[class*="l-"],
.btn-circle .title span[class*="p-"],
.btn-circle .title span[class*="s-"],
.cta-aside span[class*="h-"],
.cta-aside span[class*="l-"],
.cta-aside span[class*="p-"],
.cta-aside span[class*="s-"],
h1 span[class*="h-"],
h1 span[class*="l-"],
h1 span[class*="p-"],
h1 span[class*="s-"],
h2 span[class*="h-"],
h2 span[class*="l-"],
h2 span[class*="p-"],
h2 span[class*="s-"],
h3 span[class*="h-"],
h3 span[class*="l-"],
h3 span[class*="p-"],
h3 span[class*="s-"],
h4 span[class*="h-"],
h4 span[class*="l-"],
h4 span[class*="p-"],
h4 span[class*="s-"],
h5 span[class*="h-"],
h5 span[class*="l-"],
h5 span[class*="p-"],
h5 span[class*="s-"],
h6 span[class*="h-"],
h6 span[class*="l-"],
h6 span[class*="p-"],
h6 span[class*="s-"],
li span[class*="h-"],
li span[class*="l-"],
li span[class*="p-"],
li span[class*="s-"],
p span[class*="h-"],
p span[class*="l-"],
p span[class*="p-"],
p span[class*="s-"] {
  display: block;
  overflow: hidden;
}
.btn-circle .availability span[class*="h-"] span,
.btn-circle .availability span[class*="l-"] span,
.btn-circle .availability span[class*="p-"] span,
.btn-circle .availability span[class*="s-"] span,
.btn-circle .title span[class*="h-"] span,
.btn-circle .title span[class*="l-"] span,
.btn-circle .title span[class*="p-"] span,
.btn-circle .title span[class*="s-"] span,
.cta-aside span[class*="h-"] span,
.cta-aside span[class*="l-"] span,
.cta-aside span[class*="p-"] span,
.cta-aside span[class*="s-"] span,
h1 span[class*="h-"] span,
h1 span[class*="l-"] span,
h1 span[class*="p-"] span,
h1 span[class*="s-"] span,
h2 span[class*="h-"] span,
h2 span[class*="l-"] span,
h2 span[class*="p-"] span,
h2 span[class*="s-"] span,
h3 span[class*="h-"] span,
h3 span[class*="l-"] span,
h3 span[class*="p-"] span,
h3 span[class*="s-"] span,
h4 span[class*="h-"] span,
h4 span[class*="l-"] span,
h4 span[class*="p-"] span,
h4 span[class*="s-"] span,
h5 span[class*="h-"] span,
h5 span[class*="l-"] span,
h5 span[class*="p-"] span,
h5 span[class*="s-"] span,
h6 span[class*="h-"] span,
h6 span[class*="l-"] span,
h6 span[class*="p-"] span,
h6 span[class*="s-"] span,
li span[class*="h-"] span,
li span[class*="l-"] span,
li span[class*="p-"] span,
li span[class*="s-"] span,
p span[class*="h-"] span,
p span[class*="l-"] span,
p span[class*="p-"] span,
p span[class*="s-"] span {
  display: block;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.btn-circle .availability span[class*="h-"].active span,
.btn-circle .availability span[class*="l-"].active span,
.btn-circle .availability span[class*="p-"].active span,
.btn-circle .availability span[class*="s-"].active span,
.btn-circle .title span[class*="h-"].active span,
.btn-circle .title span[class*="l-"].active span,
.btn-circle .title span[class*="p-"].active span,
.btn-circle .title span[class*="s-"].active span,
.cta-aside span[class*="h-"].active span,
.cta-aside span[class*="l-"].active span,
.cta-aside span[class*="p-"].active span,
.cta-aside span[class*="s-"].active span,
h1 span[class*="h-"].active span,
h1 span[class*="l-"].active span,
h1 span[class*="p-"].active span,
h1 span[class*="s-"].active span,
h2 span[class*="h-"].active span,
h2 span[class*="l-"].active span,
h2 span[class*="p-"].active span,
h2 span[class*="s-"].active span,
h3 span[class*="h-"].active span,
h3 span[class*="l-"].active span,
h3 span[class*="p-"].active span,
h3 span[class*="s-"].active span,
h4 span[class*="h-"].active span,
h4 span[class*="l-"].active span,
h4 span[class*="p-"].active span,
h4 span[class*="s-"].active span,
h5 span[class*="h-"].active span,
h5 span[class*="l-"].active span,
h5 span[class*="p-"].active span,
h5 span[class*="s-"].active span,
h6 span[class*="h-"].active span,
h6 span[class*="l-"].active span,
h6 span[class*="p-"].active span,
h6 span[class*="s-"].active span,
li span[class*="h-"].active span,
li span[class*="l-"].active span,
li span[class*="p-"].active span,
li span[class*="s-"].active span,
p span[class*="h-"].active span,
p span[class*="l-"].active span,
p span[class*="p-"].active span,
p span[class*="s-"].active span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.btn-circle .availability span[class*="h-"].active:first-of-type span,
.btn-circle .availability span[class*="l-"].active:first-of-type span,
.btn-circle .availability span[class*="p-"].active:first-of-type span,
.btn-circle .availability span[class*="s-"].active:first-of-type span,
.btn-circle .title span[class*="h-"].active:first-of-type span,
.btn-circle .title span[class*="l-"].active:first-of-type span,
.btn-circle .title span[class*="p-"].active:first-of-type span,
.btn-circle .title span[class*="s-"].active:first-of-type span,
.cta-aside span[class*="h-"].active:first-of-type span,
.cta-aside span[class*="l-"].active:first-of-type span,
.cta-aside span[class*="p-"].active:first-of-type span,
.cta-aside span[class*="s-"].active:first-of-type span,
h1 span[class*="h-"].active:first-of-type span,
h1 span[class*="l-"].active:first-of-type span,
h1 span[class*="p-"].active:first-of-type span,
h1 span[class*="s-"].active:first-of-type span,
h2 span[class*="h-"].active:first-of-type span,
h2 span[class*="l-"].active:first-of-type span,
h2 span[class*="p-"].active:first-of-type span,
h2 span[class*="s-"].active:first-of-type span,
h3 span[class*="h-"].active:first-of-type span,
h3 span[class*="l-"].active:first-of-type span,
h3 span[class*="p-"].active:first-of-type span,
h3 span[class*="s-"].active:first-of-type span,
h4 span[class*="h-"].active:first-of-type span,
h4 span[class*="l-"].active:first-of-type span,
h4 span[class*="p-"].active:first-of-type span,
h4 span[class*="s-"].active:first-of-type span,
h5 span[class*="h-"].active:first-of-type span,
h5 span[class*="l-"].active:first-of-type span,
h5 span[class*="p-"].active:first-of-type span,
h5 span[class*="s-"].active:first-of-type span,
h6 span[class*="h-"].active:first-of-type span,
h6 span[class*="l-"].active:first-of-type span,
h6 span[class*="p-"].active:first-of-type span,
h6 span[class*="s-"].active:first-of-type span,
li span[class*="h-"].active:first-of-type span,
li span[class*="l-"].active:first-of-type span,
li span[class*="p-"].active:first-of-type span,
li span[class*="s-"].active:first-of-type span,
p span[class*="h-"].active:first-of-type span,
p span[class*="l-"].active:first-of-type span,
p span[class*="p-"].active:first-of-type span,
p span[class*="s-"].active:first-of-type span {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(2) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(2) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(2) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(2) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(2) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(2) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(2) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(2) span,
.cta-aside span[class*="h-"].active:nth-of-type(2) span,
.cta-aside span[class*="l-"].active:nth-of-type(2) span,
.cta-aside span[class*="p-"].active:nth-of-type(2) span,
.cta-aside span[class*="s-"].active:nth-of-type(2) span,
h1 span[class*="h-"].active:nth-of-type(2) span,
h1 span[class*="l-"].active:nth-of-type(2) span,
h1 span[class*="p-"].active:nth-of-type(2) span,
h1 span[class*="s-"].active:nth-of-type(2) span,
h2 span[class*="h-"].active:nth-of-type(2) span,
h2 span[class*="l-"].active:nth-of-type(2) span,
h2 span[class*="p-"].active:nth-of-type(2) span,
h2 span[class*="s-"].active:nth-of-type(2) span,
h3 span[class*="h-"].active:nth-of-type(2) span,
h3 span[class*="l-"].active:nth-of-type(2) span,
h3 span[class*="p-"].active:nth-of-type(2) span,
h3 span[class*="s-"].active:nth-of-type(2) span,
h4 span[class*="h-"].active:nth-of-type(2) span,
h4 span[class*="l-"].active:nth-of-type(2) span,
h4 span[class*="p-"].active:nth-of-type(2) span,
h4 span[class*="s-"].active:nth-of-type(2) span,
h5 span[class*="h-"].active:nth-of-type(2) span,
h5 span[class*="l-"].active:nth-of-type(2) span,
h5 span[class*="p-"].active:nth-of-type(2) span,
h5 span[class*="s-"].active:nth-of-type(2) span,
h6 span[class*="h-"].active:nth-of-type(2) span,
h6 span[class*="l-"].active:nth-of-type(2) span,
h6 span[class*="p-"].active:nth-of-type(2) span,
h6 span[class*="s-"].active:nth-of-type(2) span,
li span[class*="h-"].active:nth-of-type(2) span,
li span[class*="l-"].active:nth-of-type(2) span,
li span[class*="p-"].active:nth-of-type(2) span,
li span[class*="s-"].active:nth-of-type(2) span,
p span[class*="h-"].active:nth-of-type(2) span,
p span[class*="l-"].active:nth-of-type(2) span,
p span[class*="p-"].active:nth-of-type(2) span,
p span[class*="s-"].active:nth-of-type(2) span {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(3) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(3) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(3) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(3) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(3) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(3) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(3) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(3) span,
.cta-aside span[class*="h-"].active:nth-of-type(3) span,
.cta-aside span[class*="l-"].active:nth-of-type(3) span,
.cta-aside span[class*="p-"].active:nth-of-type(3) span,
.cta-aside span[class*="s-"].active:nth-of-type(3) span,
h1 span[class*="h-"].active:nth-of-type(3) span,
h1 span[class*="l-"].active:nth-of-type(3) span,
h1 span[class*="p-"].active:nth-of-type(3) span,
h1 span[class*="s-"].active:nth-of-type(3) span,
h2 span[class*="h-"].active:nth-of-type(3) span,
h2 span[class*="l-"].active:nth-of-type(3) span,
h2 span[class*="p-"].active:nth-of-type(3) span,
h2 span[class*="s-"].active:nth-of-type(3) span,
h3 span[class*="h-"].active:nth-of-type(3) span,
h3 span[class*="l-"].active:nth-of-type(3) span,
h3 span[class*="p-"].active:nth-of-type(3) span,
h3 span[class*="s-"].active:nth-of-type(3) span,
h4 span[class*="h-"].active:nth-of-type(3) span,
h4 span[class*="l-"].active:nth-of-type(3) span,
h4 span[class*="p-"].active:nth-of-type(3) span,
h4 span[class*="s-"].active:nth-of-type(3) span,
h5 span[class*="h-"].active:nth-of-type(3) span,
h5 span[class*="l-"].active:nth-of-type(3) span,
h5 span[class*="p-"].active:nth-of-type(3) span,
h5 span[class*="s-"].active:nth-of-type(3) span,
h6 span[class*="h-"].active:nth-of-type(3) span,
h6 span[class*="l-"].active:nth-of-type(3) span,
h6 span[class*="p-"].active:nth-of-type(3) span,
h6 span[class*="s-"].active:nth-of-type(3) span,
li span[class*="h-"].active:nth-of-type(3) span,
li span[class*="l-"].active:nth-of-type(3) span,
li span[class*="p-"].active:nth-of-type(3) span,
li span[class*="s-"].active:nth-of-type(3) span,
p span[class*="h-"].active:nth-of-type(3) span,
p span[class*="l-"].active:nth-of-type(3) span,
p span[class*="p-"].active:nth-of-type(3) span,
p span[class*="s-"].active:nth-of-type(3) span {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(4) span,
.cta-aside span[class*="h-"].active:nth-of-type(4) span,
.cta-aside span[class*="l-"].active:nth-of-type(4) span,
.cta-aside span[class*="p-"].active:nth-of-type(4) span,
.cta-aside span[class*="s-"].active:nth-of-type(4) span,
h1 span[class*="h-"].active:nth-of-type(4) span,
h1 span[class*="l-"].active:nth-of-type(4) span,
h1 span[class*="p-"].active:nth-of-type(4) span,
h1 span[class*="s-"].active:nth-of-type(4) span,
h2 span[class*="h-"].active:nth-of-type(4) span,
h2 span[class*="l-"].active:nth-of-type(4) span,
h2 span[class*="p-"].active:nth-of-type(4) span,
h2 span[class*="s-"].active:nth-of-type(4) span,
h3 span[class*="h-"].active:nth-of-type(4) span,
h3 span[class*="l-"].active:nth-of-type(4) span,
h3 span[class*="p-"].active:nth-of-type(4) span,
h3 span[class*="s-"].active:nth-of-type(4) span,
h4 span[class*="h-"].active:nth-of-type(4) span,
h4 span[class*="l-"].active:nth-of-type(4) span,
h4 span[class*="p-"].active:nth-of-type(4) span,
h4 span[class*="s-"].active:nth-of-type(4) span,
h5 span[class*="h-"].active:nth-of-type(4) span,
h5 span[class*="l-"].active:nth-of-type(4) span,
h5 span[class*="p-"].active:nth-of-type(4) span,
h5 span[class*="s-"].active:nth-of-type(4) span,
h6 span[class*="h-"].active:nth-of-type(4) span,
h6 span[class*="l-"].active:nth-of-type(4) span,
h6 span[class*="p-"].active:nth-of-type(4) span,
h6 span[class*="s-"].active:nth-of-type(4) span,
li span[class*="h-"].active:nth-of-type(4) span,
li span[class*="l-"].active:nth-of-type(4) span,
li span[class*="p-"].active:nth-of-type(4) span,
li span[class*="s-"].active:nth-of-type(4) span,
p span[class*="h-"].active:nth-of-type(4) span,
p span[class*="l-"].active:nth-of-type(4) span,
p span[class*="p-"].active:nth-of-type(4) span,
p span[class*="s-"].active:nth-of-type(4) span {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(4) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(4) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(4) span,
.cta-aside span[class*="h-"].active:nth-of-type(4) span,
.cta-aside span[class*="l-"].active:nth-of-type(4) span,
.cta-aside span[class*="p-"].active:nth-of-type(4) span,
.cta-aside span[class*="s-"].active:nth-of-type(4) span,
h1 span[class*="h-"].active:nth-of-type(4) span,
h1 span[class*="l-"].active:nth-of-type(4) span,
h1 span[class*="p-"].active:nth-of-type(4) span,
h1 span[class*="s-"].active:nth-of-type(4) span,
h2 span[class*="h-"].active:nth-of-type(4) span,
h2 span[class*="l-"].active:nth-of-type(4) span,
h2 span[class*="p-"].active:nth-of-type(4) span,
h2 span[class*="s-"].active:nth-of-type(4) span,
h3 span[class*="h-"].active:nth-of-type(4) span,
h3 span[class*="l-"].active:nth-of-type(4) span,
h3 span[class*="p-"].active:nth-of-type(4) span,
h3 span[class*="s-"].active:nth-of-type(4) span,
h4 span[class*="h-"].active:nth-of-type(4) span,
h4 span[class*="l-"].active:nth-of-type(4) span,
h4 span[class*="p-"].active:nth-of-type(4) span,
h4 span[class*="s-"].active:nth-of-type(4) span,
h5 span[class*="h-"].active:nth-of-type(4) span,
h5 span[class*="l-"].active:nth-of-type(4) span,
h5 span[class*="p-"].active:nth-of-type(4) span,
h5 span[class*="s-"].active:nth-of-type(4) span,
h6 span[class*="h-"].active:nth-of-type(4) span,
h6 span[class*="l-"].active:nth-of-type(4) span,
h6 span[class*="p-"].active:nth-of-type(4) span,
h6 span[class*="s-"].active:nth-of-type(4) span,
li span[class*="h-"].active:nth-of-type(4) span,
li span[class*="l-"].active:nth-of-type(4) span,
li span[class*="p-"].active:nth-of-type(4) span,
li span[class*="s-"].active:nth-of-type(4) span,
p span[class*="h-"].active:nth-of-type(4) span,
p span[class*="l-"].active:nth-of-type(4) span,
p span[class*="p-"].active:nth-of-type(4) span,
p span[class*="s-"].active:nth-of-type(4) span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(5) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(5) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(5) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(5) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(5) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(5) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(5) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(5) span,
.cta-aside span[class*="h-"].active:nth-of-type(5) span,
.cta-aside span[class*="l-"].active:nth-of-type(5) span,
.cta-aside span[class*="p-"].active:nth-of-type(5) span,
.cta-aside span[class*="s-"].active:nth-of-type(5) span,
h1 span[class*="h-"].active:nth-of-type(5) span,
h1 span[class*="l-"].active:nth-of-type(5) span,
h1 span[class*="p-"].active:nth-of-type(5) span,
h1 span[class*="s-"].active:nth-of-type(5) span,
h2 span[class*="h-"].active:nth-of-type(5) span,
h2 span[class*="l-"].active:nth-of-type(5) span,
h2 span[class*="p-"].active:nth-of-type(5) span,
h2 span[class*="s-"].active:nth-of-type(5) span,
h3 span[class*="h-"].active:nth-of-type(5) span,
h3 span[class*="l-"].active:nth-of-type(5) span,
h3 span[class*="p-"].active:nth-of-type(5) span,
h3 span[class*="s-"].active:nth-of-type(5) span,
h4 span[class*="h-"].active:nth-of-type(5) span,
h4 span[class*="l-"].active:nth-of-type(5) span,
h4 span[class*="p-"].active:nth-of-type(5) span,
h4 span[class*="s-"].active:nth-of-type(5) span,
h5 span[class*="h-"].active:nth-of-type(5) span,
h5 span[class*="l-"].active:nth-of-type(5) span,
h5 span[class*="p-"].active:nth-of-type(5) span,
h5 span[class*="s-"].active:nth-of-type(5) span,
h6 span[class*="h-"].active:nth-of-type(5) span,
h6 span[class*="l-"].active:nth-of-type(5) span,
h6 span[class*="p-"].active:nth-of-type(5) span,
h6 span[class*="s-"].active:nth-of-type(5) span,
li span[class*="h-"].active:nth-of-type(5) span,
li span[class*="l-"].active:nth-of-type(5) span,
li span[class*="p-"].active:nth-of-type(5) span,
li span[class*="s-"].active:nth-of-type(5) span,
p span[class*="h-"].active:nth-of-type(5) span,
p span[class*="l-"].active:nth-of-type(5) span,
p span[class*="p-"].active:nth-of-type(5) span,
p span[class*="s-"].active:nth-of-type(5) span {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(6) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(6) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(6) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(6) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(6) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(6) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(6) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(6) span,
.cta-aside span[class*="h-"].active:nth-of-type(6) span,
.cta-aside span[class*="l-"].active:nth-of-type(6) span,
.cta-aside span[class*="p-"].active:nth-of-type(6) span,
.cta-aside span[class*="s-"].active:nth-of-type(6) span,
h1 span[class*="h-"].active:nth-of-type(6) span,
h1 span[class*="l-"].active:nth-of-type(6) span,
h1 span[class*="p-"].active:nth-of-type(6) span,
h1 span[class*="s-"].active:nth-of-type(6) span,
h2 span[class*="h-"].active:nth-of-type(6) span,
h2 span[class*="l-"].active:nth-of-type(6) span,
h2 span[class*="p-"].active:nth-of-type(6) span,
h2 span[class*="s-"].active:nth-of-type(6) span,
h3 span[class*="h-"].active:nth-of-type(6) span,
h3 span[class*="l-"].active:nth-of-type(6) span,
h3 span[class*="p-"].active:nth-of-type(6) span,
h3 span[class*="s-"].active:nth-of-type(6) span,
h4 span[class*="h-"].active:nth-of-type(6) span,
h4 span[class*="l-"].active:nth-of-type(6) span,
h4 span[class*="p-"].active:nth-of-type(6) span,
h4 span[class*="s-"].active:nth-of-type(6) span,
h5 span[class*="h-"].active:nth-of-type(6) span,
h5 span[class*="l-"].active:nth-of-type(6) span,
h5 span[class*="p-"].active:nth-of-type(6) span,
h5 span[class*="s-"].active:nth-of-type(6) span,
h6 span[class*="h-"].active:nth-of-type(6) span,
h6 span[class*="l-"].active:nth-of-type(6) span,
h6 span[class*="p-"].active:nth-of-type(6) span,
h6 span[class*="s-"].active:nth-of-type(6) span,
li span[class*="h-"].active:nth-of-type(6) span,
li span[class*="l-"].active:nth-of-type(6) span,
li span[class*="p-"].active:nth-of-type(6) span,
li span[class*="s-"].active:nth-of-type(6) span,
p span[class*="h-"].active:nth-of-type(6) span,
p span[class*="l-"].active:nth-of-type(6) span,
p span[class*="p-"].active:nth-of-type(6) span,
p span[class*="s-"].active:nth-of-type(6) span {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(7) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(7) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(7) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(7) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(7) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(7) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(7) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(7) span,
.cta-aside span[class*="h-"].active:nth-of-type(7) span,
.cta-aside span[class*="l-"].active:nth-of-type(7) span,
.cta-aside span[class*="p-"].active:nth-of-type(7) span,
.cta-aside span[class*="s-"].active:nth-of-type(7) span,
h1 span[class*="h-"].active:nth-of-type(7) span,
h1 span[class*="l-"].active:nth-of-type(7) span,
h1 span[class*="p-"].active:nth-of-type(7) span,
h1 span[class*="s-"].active:nth-of-type(7) span,
h2 span[class*="h-"].active:nth-of-type(7) span,
h2 span[class*="l-"].active:nth-of-type(7) span,
h2 span[class*="p-"].active:nth-of-type(7) span,
h2 span[class*="s-"].active:nth-of-type(7) span,
h3 span[class*="h-"].active:nth-of-type(7) span,
h3 span[class*="l-"].active:nth-of-type(7) span,
h3 span[class*="p-"].active:nth-of-type(7) span,
h3 span[class*="s-"].active:nth-of-type(7) span,
h4 span[class*="h-"].active:nth-of-type(7) span,
h4 span[class*="l-"].active:nth-of-type(7) span,
h4 span[class*="p-"].active:nth-of-type(7) span,
h4 span[class*="s-"].active:nth-of-type(7) span,
h5 span[class*="h-"].active:nth-of-type(7) span,
h5 span[class*="l-"].active:nth-of-type(7) span,
h5 span[class*="p-"].active:nth-of-type(7) span,
h5 span[class*="s-"].active:nth-of-type(7) span,
h6 span[class*="h-"].active:nth-of-type(7) span,
h6 span[class*="l-"].active:nth-of-type(7) span,
h6 span[class*="p-"].active:nth-of-type(7) span,
h6 span[class*="s-"].active:nth-of-type(7) span,
li span[class*="h-"].active:nth-of-type(7) span,
li span[class*="l-"].active:nth-of-type(7) span,
li span[class*="p-"].active:nth-of-type(7) span,
li span[class*="s-"].active:nth-of-type(7) span,
p span[class*="h-"].active:nth-of-type(7) span,
p span[class*="l-"].active:nth-of-type(7) span,
p span[class*="p-"].active:nth-of-type(7) span,
p span[class*="s-"].active:nth-of-type(7) span {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.btn-circle .availability span[class*="h-"].active:nth-of-type(8) span,
.btn-circle .availability span[class*="l-"].active:nth-of-type(8) span,
.btn-circle .availability span[class*="p-"].active:nth-of-type(8) span,
.btn-circle .availability span[class*="s-"].active:nth-of-type(8) span,
.btn-circle .title span[class*="h-"].active:nth-of-type(8) span,
.btn-circle .title span[class*="l-"].active:nth-of-type(8) span,
.btn-circle .title span[class*="p-"].active:nth-of-type(8) span,
.btn-circle .title span[class*="s-"].active:nth-of-type(8) span,
.cta-aside span[class*="h-"].active:nth-of-type(8) span,
.cta-aside span[class*="l-"].active:nth-of-type(8) span,
.cta-aside span[class*="p-"].active:nth-of-type(8) span,
.cta-aside span[class*="s-"].active:nth-of-type(8) span,
h1 span[class*="h-"].active:nth-of-type(8) span,
h1 span[class*="l-"].active:nth-of-type(8) span,
h1 span[class*="p-"].active:nth-of-type(8) span,
h1 span[class*="s-"].active:nth-of-type(8) span,
h2 span[class*="h-"].active:nth-of-type(8) span,
h2 span[class*="l-"].active:nth-of-type(8) span,
h2 span[class*="p-"].active:nth-of-type(8) span,
h2 span[class*="s-"].active:nth-of-type(8) span,
h3 span[class*="h-"].active:nth-of-type(8) span,
h3 span[class*="l-"].active:nth-of-type(8) span,
h3 span[class*="p-"].active:nth-of-type(8) span,
h3 span[class*="s-"].active:nth-of-type(8) span,
h4 span[class*="h-"].active:nth-of-type(8) span,
h4 span[class*="l-"].active:nth-of-type(8) span,
h4 span[class*="p-"].active:nth-of-type(8) span,
h4 span[class*="s-"].active:nth-of-type(8) span,
h5 span[class*="h-"].active:nth-of-type(8) span,
h5 span[class*="l-"].active:nth-of-type(8) span,
h5 span[class*="p-"].active:nth-of-type(8) span,
h5 span[class*="s-"].active:nth-of-type(8) span,
h6 span[class*="h-"].active:nth-of-type(8) span,
h6 span[class*="l-"].active:nth-of-type(8) span,
h6 span[class*="p-"].active:nth-of-type(8) span,
h6 span[class*="s-"].active:nth-of-type(8) span,
li span[class*="h-"].active:nth-of-type(8) span,
li span[class*="l-"].active:nth-of-type(8) span,
li span[class*="p-"].active:nth-of-type(8) span,
li span[class*="s-"].active:nth-of-type(8) span,
p span[class*="h-"].active:nth-of-type(8) span,
p span[class*="l-"].active:nth-of-type(8) span,
p span[class*="p-"].active:nth-of-type(8) span,
p span[class*="s-"].active:nth-of-type(8) span {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#main-wrap {
  z-index: 2;
}
@media screen and (max-width: 576px) {
  #main-wrap .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  #main-wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
[class|="page-header"] {
  padding-top: 65px;
  padding-left: 65px;
  position: relative;
}
@media (max-width: 991px) {
  [class|="page-header"] {
    padding-top: 130px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-header"] {
    padding-left: 40px;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-header"] {
    padding-left: 30px;
  }
}
[class|="page-header"] .wrap-text {
  position: relative;
  display: inline-block;
}
[class|="page-header"] .wrap-text h1 {
  font-size: 7.5rem;
  line-height: 1.1;
  color: white;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  [class|="page-header"] .wrap-text h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1279px) {
  [class|="page-header"] .wrap-text h1 {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  [class|="page-header"] .wrap-text h1 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  [class|="page-header"] .wrap-text h1 {
    max-width: 90%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-header"] .wrap-text h1 {
    max-width: 100%;
    padding-right: 40px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-header"] .wrap-text h1 {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-header"] .wrap-text h1 {
    font-size: 3.75rem;
  }
}
[class|="page-header"] .wrap-info {
  position: absolute;
  left: 810px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  [class|="page-header"] .wrap-info {
    left: 752px;
  }
}
@media screen and (max-width: 1279px) {
  [class|="page-header"] .wrap-info {
    left: 629px;
  }
}
@media (max-width: 991px) {
  [class|="page-header"] .wrap-info {
    left: 302px;
  }
}
@media (max-width: 767px) {
  [class|="page-header"] .wrap-info {
    left: 204px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-header"] .wrap-info {
    left: 129px;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-header"] .wrap-info {
    left: 0px;
    padding-top: 5px;
  }
}
[class|="page-header"] .wrap-info svg {
  opacity: 0;
  -webkit-transform: translate(-15px, -17px);
  -ms-transform: translate(-15px, -17px);
  transform: translate(-15px, -17px);
}
@media screen and (max-width: 480px) {
  [class|="page-header"] .wrap-info svg {
    height: 45px;
    width: 45px;
  }
}
[class|="page-header"] .wrap-info h2 {
  font-size: 1rem;
  color: white;
  line-height: 1.2;
  padding-left: 2.875rem;
}
@media screen and (max-width: 576px) {
  [class|="page-header"] .wrap-info h2 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-header"] .wrap-info h2 {
    padding-left: 25px;
  }
}
[class|="page-header"] .wrap-info.active svg {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[class|="page-header"] .wrap-img {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: -37%;
  width: 500px;
  height: 660px;
  -webkit-transform: translate(-10%, -10%) skewX(10deg);
  -ms-transform: translate(-10%, -10%) skewX(10deg);
  transform: translate(-10%, -10%) skewX(10deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  [class|="page-header"] .wrap-img {
    right: -40%;
  }
}
@media screen and (max-width: 1279px) {
  [class|="page-header"] .wrap-img {
    right: -48%;
  }
}
@media (max-width: 1199px) {
  [class|="page-header"] .wrap-img {
    width: 400px;
    height: 528px;
    right: -10%;
    top: 170px;
  }
}
@media (max-width: 991px) {
  [class|="page-header"] .wrap-img {
    right: 14%;
    top: 100px;
  }
}
@media (max-width: 767px) {
  [class|="page-header"] .wrap-img {
    width: 300px;
    height: 396px;
    right: 16%;
    top: 170px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-header"] .wrap-img {
    right: -10.5%;
    top: 120px;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-header"] .wrap-img {
    right: inherit;
    left: 69px;
    top: 33px;
  }
}
@media screen and (max-width: 414px) {
  [class|="page-header"] .wrap-img {
    top: 45px;
  }
}
@media screen and (max-width: 375px) {
  [class|="page-header"] .wrap-img {
    top: 45px;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-header"] .wrap-img {
    left: 57px;
    top: 29px;
  }
}
[class|="page-header"] .wrap-img.active {
  visibility: visible;
  -webkit-transform: translate(0%, 0%) skewX(0deg);
  -ms-transform: translate(0%, 0%) skewX(0deg);
  transform: translate(0%, 0%) skewX(0deg);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class|="page-content"] section [class|="maintitle"] {
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section [class|="maintitle"] {
    padding-bottom: 100px;
  }
}
[class|="page-content"] section [class|="maintitle"] h2 {
  font-size: 7.5rem;
  color: white;
  font-family: "Monument", sans-serif;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 7rem;
  }
}
@media (max-width: 991px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 3.52rem;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 3.35rem;
  }
}
@media screen and (max-width: 414px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-content"] section [class|="maintitle"] h2 {
    font-size: 2.6rem;
  }
}
[class|="page-content"] section.intro {
  padding-top: 165px;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  [class|="page-content"] section.intro {
    padding-top: 9px;
  }
}
@media screen and (max-width: 1279px) {
  [class|="page-content"] section.intro [class*="offset-xl-1"] {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  [class|="page-content"] section.intro [class*="offset-xl-1"] {
    margin-left: 0;
  }
}
@media (min-width: 1900px) {
  [class|="page-content"] section.intro [class*="offset-xl-1"] {
    margin-left: -20%;
  }
}
[class|="page-content"] section.intro .btn-circle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
[class|="page-content"] section.intro .btn-circle svg {
  opacity: 0;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .btn-circle svg {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .btn-circle svg {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.intro .btn-circle svg {
    width: 250px;
    height: 250px;
  }
}
[class|="page-content"] section.intro .btn-circle .availability,
[class|="page-content"] section.intro .btn-circle .title {
  position: absolute;
  opacity: 0;
}
[class|="page-content"] section.intro .btn-circle .availability.active,
[class|="page-content"] section.intro .btn-circle .title.active {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
[class|="page-content"] section.intro .btn-circle .title {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-family: "P", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.33);
  -webkit-transition: 0.4s ease color;
  -o-transition: 0.4s ease color;
  transition: 0.4s ease color;
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.intro .btn-circle .title {
    font-size: 0.875rem;
  }
}
[class|="page-content"] section.intro .btn-circle .title span {
  display: block;
  line-height: 1.34;
  letter-spacing: 0.5rem;
}
[class|="page-content"] section.intro .btn-circle .availability {
  left: 73%;
  top: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .btn-circle .availability {
    left: 63%;
    top: 10%;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.intro .btn-circle .availability {
    left: 50%;
    top: 15%;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-content"] section.intro .btn-circle .availability {
    left: 46%;
    top: 25%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
[class|="page-content"] section.intro .btn-circle .availability .month {
  font-size: 6.25rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .btn-circle .availability .month {
    font-size: 5rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .btn-circle .availability .month {
    font-size: 3rem;
  }
}
[class|="page-content"] section.intro .btn-circle .availability .info {
  padding-top: 3rem;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .btn-circle .availability .info {
    padding-top: 2rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .btn-circle .availability .info {
    padding-top: 0.6rem;
  }
}
[class|="page-content"] section.intro .btn-circle .availability .info span {
  display: block;
  color: white;
}
[class|="page-content"]
  section.intro
  .btn-circle
  .availability
  .info
  span.label {
  font-size: 1rem;
  font-family: "Monument", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  [class|="page-content"]
    section.intro
    .btn-circle
    .availability
    .info
    span.label {
    font-size: 0.875rem;
  }
}
[class|="page-content"] section.intro .btn-circle .availability .info span.des {
  font-size: 1rem;
  padding-top: 3px;
  font-family: "P", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 576px) {
  [class|="page-content"]
    section.intro
    .btn-circle
    .availability
    .info
    span.des {
    font-size: 0.875rem;
  }
}
[class|="page-content"] section.intro .btn-circle.yep .title {
  color: white;
  -webkit-transition: 0.4s ease color;
  -o-transition: 0.4s ease color;
  transition: 0.4s ease color;
}
[class|="page-content"] section.intro .btn-circle.active svg {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
[class|="page-content"] section.intro .about {
  margin-top: -105px;
  padding-left: 25px;
  margin-left: 40px;
  position: relative;
}
@media (min-width: 1440px) {
  [class|="page-content"] section.intro .about {
    margin-left: 270px;
  }
}
@media (min-width: 1900px) {
  [class|="page-content"] section.intro .about {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1439px) {
  [class|="page-content"] section.intro .about {
    margin-left: 360px;
  }
}
@media (max-width: 991px) {
  [class|="page-content"] section.intro .about {
    margin-left: 165px;
  }
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .about {
    margin-left: 57px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .about {
    margin-left: 0px;
    padding-left: 0px;
  }
}
[class|="page-content"] section.intro .about .cta-aside {
  position: absolute;
  top: 91px;
  left: -22px;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .about .cta-aside {
    top: 72px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .about .cta-aside {
    top: inherit;
    bottom: -25px;
    left: 25px;
  }
}
[class|="page-content"] section.intro .about .cta-aside .contact a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .about .cta-aside .contact a {
    font-size: 0.83rem;
  }
}
[class|="page-content"] section.intro .about .cta-aside .contact a:hover {
  text-decoration: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
}
[class|="page-content"] section.intro .about p {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .about p {
    font-size: 0.83rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .about p {
    letter-spacing: -0.021rem;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.intro .about p {
    letter-spacing: -0.05668rem;
    font-size: 0.827rem;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-content"] section.intro .about p {
    font-size: 0.74rem;
  }
}
[class|="page-content"] section.intro .about p span:nth-of-type(4) {
  padding-left: 60px;
}
@media (max-width: 767px) {
  [class|="page-content"] section.intro .about p span:nth-of-type(4) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.intro .about p span:nth-of-type(4) {
    padding-left: 0px;
  }
}
[class|="page-content"] section.intro .about p span a {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
[class|="page-content"] section.intro .about p span a:hover {
  opacity: 0.4;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
[class|="page-content"] section.works {
  padding-top: 400px;
}
@media (max-width: 991px) {
  [class|="page-content"] section.works {
    padding-top: 350px;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.works {
    padding-top: 300px;
  }
}
@media screen and (max-width: 375px) {
  [class|="page-content"] section.works {
    padding-top: 275px;
  }
}
[class|="page-content"] section.awards {
  padding-top: 265px;
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.awards {
    padding-top: 250px;
  }
}
@media screen and (max-width: 375px) {
  [class|="page-content"] section.awards {
    padding-top: 175px;
  }
}
[class|="page-content"] section.awards .maintitle {
  text-align: right;
}
[class|="page-content"] section.works .subtitle {
  text-align: right;
}
@media (max-width: 767px) {
  [class|="page-content"] section.awards [class*="col-"]:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  [class|="page-content"] section.awards [class*="col-"]:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  [class|="page-content"] section.awards [class*="col-"]:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
[class|="page-content"] section.awards [class*="col-"]:last-of-type p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}
@media (max-width: 767px) {
  [class|="page-content"] section.awards [class*="col-"]:last-of-type p {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 414px) {
  [class|="page-content"] section.awards [class*="col-"]:last-of-type p {
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-content"] section.awards [class*="col-"]:last-of-type p {
    font-size: 0.83rem;
  }
}
[class|="page-content"] section.awards .des {
  margin-bottom: 50px;
}
[class|="page-content"] section.awards .des h3 {
  font-size: 1rem;
  color: white;
}
[class|="page-content"] section.awards .des p {
  line-height: 1.75;
  padding-top: 1rem;
}
[class|="page-content"] section.awards .des ul {
  padding-top: 1rem;
}
[class|="page-content"] section.awards .des ul li {
  font-size: 1rem;
  font-family: "P", sans-serif;
  color: white;
  line-height: 1.75;
}
[class|="page-content"] section.contact {
  padding-top: 350px;
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.contact {
    padding-top: 300px;
  }
}
@media screen and (max-width: 375px) {
  [class|="page-content"] section.contact {
    padding-top: 235px;
  }
}
@media (max-width: 991px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 5.75rem;
  }
}
@media (max-width: 767px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 576px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 3.19rem;
  }
}
@media screen and (max-width: 480px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 3.19rem;
  }
}
@media screen and (max-width: 414px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 374px) {
  [class|="page-content"] section.contact [class|="maintitle"] h2 {
    font-size: 2.45rem;
  }
}
[class|="page-content"] section.contact a {
  padding-top: 0.5rem;
  display: inline-block;
  color: #f5efe1;
}
[class|="page-content"] section.contact a[class|="btn-line"]:after {
  height: 1rem;
}
[class|="page-content"] section.contact h1 span[class*="s-"],
[class|="page-content"] section.contact h2 span[class*="s-"],
[class|="page-content"] section.contact h3 span[class*="s-"],
[class|="page-content"] section.contact h4 span[class*="s-"],
[class|="page-content"] section.contact h5 span[class*="s-"],
[class|="page-content"] section.contact h6 span[class*="s-"] {
  display: block;
  overflow: hidden;
}
[class|="page-content"] section.contact h1 span[class*="s-"] span,
[class|="page-content"] section.contact h2 span[class*="s-"] span,
[class|="page-content"] section.contact h3 span[class*="s-"] span,
[class|="page-content"] section.contact h4 span[class*="s-"] span,
[class|="page-content"] section.contact h5 span[class*="s-"] span,
[class|="page-content"] section.contact h6 span[class*="s-"] span {
  display: block;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
}
[class|="page-content"] section.contact h1 span[class*="s-"].active span,
[class|="page-content"] section.contact h2 span[class*="s-"].active span,
[class|="page-content"] section.contact h3 span[class*="s-"].active span,
[class|="page-content"] section.contact h4 span[class*="s-"].active span,
[class|="page-content"] section.contact h5 span[class*="s-"].active span,
[class|="page-content"] section.contact h6 span[class*="s-"].active span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:first-of-type
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:first-of-type
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:first-of-type
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:first-of-type
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:first-of-type
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:first-of-type
  span {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(2)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(2)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(2)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(2)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(2)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(2)
  span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(3)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(3)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(3)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(3)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(3)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(3)
  span {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(4)
  span {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(4)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(4)
  span {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(5)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(5)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(5)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(5)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(5)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(5)
  span {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(6)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(6)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(6)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(6)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(6)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(6)
  span {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(7)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(7)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(7)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(7)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(7)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(7)
  span {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[class|="page-content"]
  section.contact
  h1
  span[class*="s-"].active:nth-of-type(8)
  span,
[class|="page-content"]
  section.contact
  h2
  span[class*="s-"].active:nth-of-type(8)
  span,
[class|="page-content"]
  section.contact
  h3
  span[class*="s-"].active:nth-of-type(8)
  span,
[class|="page-content"]
  section.contact
  h4
  span[class*="s-"].active:nth-of-type(8)
  span,
[class|="page-content"]
  section.contact
  h5
  span[class*="s-"].active:nth-of-type(8)
  span,
[class|="page-content"]
  section.contact
  h6
  span[class*="s-"].active:nth-of-type(8)
  span {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
body #scrollbar-wrapper {
  background-color: #f65252;
}
body .lightbox .item-full .content h2 {
  color: #f65252;
}
body [class|="page-header"] .wrap-text h1 span em {
  color: #f65252;
}
body [class|="page-content"] section [class|="maintitle"] h2 span em {
  color: #f65252;
}
body [class|="page-content"] section.contact a {
  color: #f65252;
}
.projects .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  height: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .projects .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.projects .image .img-wrap {
  width: 100%;
  height: 0%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease height;
  -o-transition: 0.4s ease height;
  transition: 0.4s ease height;
}
.projects .image [class*="item-img"] {
  width: 100.5%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.projects .image [class*="item-img"][class*="-full"] {
  pointer-events: none;
  position: fixed;
  opacity: 0;
}
.projects .image .cta {
  position: absolute;
  bottom: -66px;
  left: -55px;
  opacity: 0;
  -webkit-transform: translate(-5%, -5%) skewX(-40deg);
  -ms-transform: translate(-5%, -5%) skewX(-40deg);
  transform: translate(-5%, -5%) skewX(-40deg);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 414px) {
  .projects .image .cta {
    bottom: -60px;
    left: -40px;
  }
}
.projects .image .cta.active {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 414px) {
  .projects .image .cta svg {
    height: 100px;
    width: 100px;
  }
}
.projects .image.next {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: 100%;
  -webkit-transition: ease-in 0.4s all;
  -o-transition: ease-in 0.4s all;
  transition: ease-in 0.4s all;
}
.projects .info {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .projects .info {
    position: relative;
    top: inherit;
    right: inherit;
    padding-left: 120px;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .projects .info {
    padding-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .projects .info {
    padding-left: 10%;
  }
}
.projects .info h3 {
  font-size: 1.5rem;
  color: white;
}
.projects .info p {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  padding-left: 60px;
  padding-top: 25px;
  margin-bottom: 0;
}
.projects .item-wrap {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 576px) {
  .projects .item-wrap {
    margin-bottom: 100px;
  }
}
.projects .item-wrap:nth-child(odd) .image {
  margin-left: 40%;
}
@media (max-width: 991px) {
  .projects .item-wrap:nth-child(odd) .image {
    margin-left: 0%;
  }
}
.projects .item-wrap:nth-child(odd) .info {
  left: 0;
  padding-left: 120px;
  right: inherit;
}
@media (max-width: 1199px) {
  .projects .item-wrap:nth-child(odd) .info {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .projects .item-wrap:nth-child(odd) .info {
    padding-left: 120px;
  }
}
@media screen and (max-width: 576px) {
  .projects .item-wrap:nth-child(odd) .info {
    padding-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .projects .item-wrap:nth-child(odd) .info {
    padding-left: 10%;
  }
}
.projects .item-wrap:nth-child(2n) .image .cta {
  left: inherit;
  right: -55px;
  -webkit-transform: translate(-5%, -5%) skewX(40deg);
  -ms-transform: translate(-5%, -5%) skewX(40deg);
  transform: translate(-5%, -5%) skewX(40deg);
}
@media screen and (max-width: 414px) {
  .projects .item-wrap:nth-child(2n) .image .cta {
    right: -40px;
  }
}
.projects.active .image .img-wrap {
  height: 100%;
  -webkit-transition: 1s ease height;
  -o-transition: 1s ease height;
  transition: 1s ease height;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#loader {
  position: fixed;
  background-color: #f5efe1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 99;
}
#loader .loader-wrap {
  height: 100%;
}
#loader .loader-wrap .des-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-area: inner;
  width: 100%;
}
@media only screen and (device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  #loader .loader-wrap .des-wrap {
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #loader .loader-wrap .des-wrap {
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  #loader .loader-wrap .des-wrap {
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 414px) {
  #loader .loader-wrap .des-wrap {
    max-height: 300px;
  }
}
@media screen and (max-width: 375px) {
  #loader .loader-wrap .des-wrap {
    max-height: 275px;
  }
}
#loader .loader-wrap .des {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  pointer-events: none;
}
#loader .loader-wrap .des:nth-child(6) {
  opacity: 1;
}
#loader .loader-wrap .des-inner {
  display: block;
  color: #000;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Monument", sans-serif;
}
@media (min-width: 1280px) {
  #loader .loader-wrap .des-inner {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  #loader .loader-wrap .des-inner {
    font-size: 4.5rem;
  }
}
@media (min-width: 1900px) {
  #loader .loader-wrap .des-inner {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1279px) {
  #loader .loader-wrap .des-inner {
    font-size: 3.7rem;
  }
}
@media (max-width: 1199px) {
  #loader .loader-wrap .des-inner {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  #loader .loader-wrap .des-inner {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #loader .loader-wrap .des-inner {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  #loader .loader-wrap .des-inner {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  #loader .loader-wrap .des-inner {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 414px) {
  #loader .loader-wrap .des-inner {
    font-size: 1.1rem;
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des-inner {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 375px) {
  #loader .loader-wrap .des-inner {
    font-size: 1rem;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des-inner {
    font-size: 1.35rem;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #loader .loader-wrap .des-inner {
    font-size: 1.35rem;
  }
}
#loader .loader-wrap .des-inner--top {
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
}
@media screen and (min-width: 3840px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 92%, 0);
    transform: translate3d(0, 92%, 0);
  }
}
@media screen and (min-width: 2500px) and (max-width: 3839px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 38%, 0);
    transform: translate3d(0, 38%, 0);
  }
}
@media only screen and (device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0);
  }
}
@media (max-width: 1199px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 45%, 0);
    transform: translate3d(0, 45%, 0);
  }
}
@media (max-width: 991px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 69%, 0);
    transform: translate3d(0, 69%, 0);
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 27%, 0);
    transform: translate3d(0, 27%, 0);
  }
}
@media (max-width: 767px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 130%, 0);
    transform: translate3d(0, 130%, 0);
  }
}
@media screen and (max-width: 576px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 74%, 0);
    transform: translate3d(0, 74%, 0);
  }
}
@media screen and (max-width: 480px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 76%, 0);
    transform: translate3d(0, 76%, 0);
  }
}
@media screen and (max-width: 414px) {
  #loader .loader-wrap .des-inner--top {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
#loader .loader-wrap .des-inner--bottom {
  -webkit-transform: translate3d(0, -27%, 0);
  transform: translate3d(0, -27%, 0);
}
@media (max-width: 991px) {
  #loader .loader-wrap .des-inner--bottom {
    -webkit-transform: translate3d(0, -43%, 0);
    transform: translate3d(0, -43%, 0);
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #loader .loader-wrap .des-inner--bottom {
    -webkit-transform: translate3d(0, -18%, 0);
    transform: translate3d(0, -18%, 0);
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des-inner--bottom {
    -webkit-transform: translate3d(0, -23%, 0);
    transform: translate3d(0, -23%, 0);
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des-inner--bottom {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #loader .loader-wrap .des-inner--bottom {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}
#loader .loader-wrap .des--bottom {
  -webkit-transform: translate3d(0, -27%, 0);
  transform: translate3d(0, -27%, 0);
}
@media screen and (min-width: 3840px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@media screen and (min-width: 2500px) and (max-width: 3839px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 14%, 0);
    transform: translate3d(0, 14%, 0);
  }
}
@media only screen and (device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, -28%, 0);
    transform: translate3d(0, -28%, 0);
  }
}
@media (max-width: 1199px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
@media (max-width: 991px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 27%, 0);
    transform: translate3d(0, 27%, 0);
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@media screen and (max-width: 576px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@media screen and (max-width: 480px) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des--bottom {
    -webkit-transform: translate3d(0, 18%, 0);
    transform: translate3d(0, 18%, 0);
  }
}
#loader .loader-wrap .des-inner--stroke {
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 576px) {
  #loader .loader-wrap .des-inner--stroke {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
}
#loader .loader-wrap .des--full {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#loader .loader-wrap .des--full .des-inner {
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des--full .des-inner {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #loader .loader-wrap .des--full .des-inner {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #loader .loader-wrap .des--full .des-inner {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}
#loader.loading--change {
  background-color: #000;
}
#loader.loading--change .des-inner--stroke {
  -webkit-text-stroke: 2px #f5efe1;
  text-stroke: 2px #f5efe1;
}
@media screen and (max-width: 576px) {
  #loader.loading--change .des-inner--stroke {
    -webkit-text-stroke: 1px #f5efe1;
    text-stroke: 1px #f5efe1;
  }
}
#loader.loading--change .des-inner {
  color: #f5efe1;
}
#loader.loading--end {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
#scrollbar-wrapper {
  position: fixed;
  top: 0;
  z-index: 50;
  right: 0;
  width: 6px;
  left: auto;
  bottom: 0;
  background-color: #f5efe1;
}
#scrollbar-wrapper .scrollbar {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  right: 0;
  width: 6px;
  left: auto;
  bottom: 0;
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) -webkit-transform;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) -webkit-transform;
  -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform,
    0.4s cubic-bezier(0.075, 0.82, 0.165, 1) -webkit-transform;
}

#awesome-bg {
  position: fixed;
  background-color: #f5efe1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#awesome-bg.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#awesome-bg .close {
  position: absolute;
  right: 65px;
  top: 65px;
  font-family: "P", sans-serif;
  color: #000;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 576px) {
  #awesome-bg .close {
    right: 35px;
    top: 35px;
  }
}
#awesome-bg .content {
  max-width: 525px;
  padding-top: 20vh;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  #awesome-bg .content {
    max-width: 70%;
  }
}
#awesome-bg .content .image {
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  #awesome-bg .content .image {
    max-width: 320px;
    margin: 0 auto;
  }
}
#awesome-bg .content .image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#awesome-bg .content .image .cta {
  position: absolute;
  left: -38px;
  top: -62px;
}
@media screen and (max-width: 576px) {
  #awesome-bg .content .image .cta svg {
    width: 100px;
  }
}
#awesome-bg .content h3 {
  font-size: 7.5rem;
  color: white;
  text-align: center;
  padding-top: 5px;
  color: #000;
}
@media screen and (max-width: 576px) {
  #awesome-bg .content h3 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 414px) {
  #awesome-bg .content h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 375px) {
  #awesome-bg .content h3 {
    font-size: 4rem;
  }
}
#awesome-bg .content p {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.concept-carousel .item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.concept-carousel .item .overlay {
  position: absolute;
  top: -10%;
  right: 0%;
  width: 150%;
  height: 200%;
  background-color: #000;
  z-index: 2;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: rotate(-37deg) translateX(180%);
  -ms-transform: rotate(-37deg) translateX(180%);
  transform: rotate(-37deg) translateX(180%);
}
.concept-carousel .item img {
  height: auto;
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.concept-carousel .item.active {
  background-color: #000;
}
.concept-carousel .item.active img {
  opacity: 1;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.concept-carousel .item.active .overlay {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: rotate(-37deg) translateX(-101%);
  -ms-transform: rotate(-37deg) translateX(-101%);
  transform: rotate(-37deg) translateX(-101%);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 6px 7px;
  background: #edeff7;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f77062),
    to(#fe5196)
  );
  background-image: -webkit-linear-gradient(right, #f77062 0%, #fe5196 100%);
  background-image: -o-linear-gradient(right, #f77062 0%, #fe5196 100%);
  background-image: linear-gradient(-90deg, #f77062 0%, #fe5196 100%);
  width: 12px;
  height: 12px;
  margin: 5px 7px;
}
.owl-carousel .owl-dots .owl-dot.active:hover span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: rgba(49, 73, 92, 0.2);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#app {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 4 !important;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 1s ease transform;
  -o-transition: 1s ease transform;
  transition: 1s ease transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.lightbox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 50%;
  background-color: #000;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 1s ease transform;
  -o-transition: 1s ease transform;
  transition: 1s ease transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .lightbox:after {
    right: 34%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox:after {
    right: 25%;
  }
}
@media screen and (max-width: 374px) {
  .lightbox:after {
    right: 20%;
  }
}
.lightbox .item-full {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.lightbox .item-full .image {
  position: absolute;
  top: 0;
  width: 20%;
  left: 15%;
}
@media screen and (max-width: 1279px) {
  .lightbox .item-full .image {
    width: 25%;
    left: 12.5%;
  }
}
@media (max-width: 991px) {
  .lightbox .item-full .image {
    width: 200px;
    height: 200px;
    top: inherit;
    bottom: 17%;
    left: 43%;
  }
}
@media (max-width: 767px) {
  .lightbox .item-full .image {
    left: 56%;
  }
}
@media screen and (max-width: 576px) {
  .lightbox .item-full .image {
    bottom: 9%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox .item-full .image {
    width: 110px;
    height: 110px;
    left: 63%;
  }
}
.lightbox .item-full .image:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.lightbox .item-full .image .wrap-img {
  height: 0%;
  width: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: 1s ease height;
  -o-transition: 1s ease height;
  transition: 1s ease height;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media (max-width: 991px) {
  .lightbox .item-full .image .wrap-img {
    display: none;
  }
}
.lightbox .item-full .image .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.lightbox .item-full .image .cta {
  position: absolute;
  bottom: -65px;
  left: -40px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.7) skewX(40deg);
  -ms-transform: scale(0.7) skewX(40deg);
  transform: scale(0.7) skewX(40deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  .lightbox .item-full .image .cta {
    bottom: -50px;
    left: -35px;
  }
}
@media (max-width: 991px) {
  .lightbox .item-full .image .cta {
    bottom: 0px;
    left: 0px;
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lightbox .item-full .image .cta {
    bottom: -35px;
  }
}
.lightbox .item-full .image .cta svg {
  -webkit-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  .lightbox .item-full .image .cta svg {
    width: 100px;
    height: 102px;
  }
}
@media screen and (max-width: 414px) {
  .lightbox .item-full .image .cta svg {
    width: 100px;
    height: 102px;
  }
}
.lightbox .item-full .image .cta a.link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.lightbox .item-full .image .cta:hover svg {
  opacity: 0.4;
  -webkit-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
.lightbox .item-full .content {
  position: absolute;
  bottom: 10%;
  left: 12.5%;
  max-width: 30%;
  z-index: 4;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .lightbox .item-full .content {
    bottom: 10%;
    left: 5%;
    max-width: 40%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  .lightbox .item-full .content {
    bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .lightbox .item-full .content {
    bottom: 10%;
    left: 5%;
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .lightbox .item-full .content {
    left: 65px;
    bottom: 55px;
    right: 65px;
  }
}
@media (max-width: 767px) {
  .lightbox .item-full .content {
    max-width: 44%;
  }
}
@media screen and (max-width: 576px) {
  .lightbox .item-full .content {
    left: 35px;
    bottom: 25px;
    right: 35px;
  }
}
@media screen and (max-width: 414px) {
  .lightbox .item-full .content {
    max-width: 57%;
  }
}
.lightbox .item-full .content h2 {
  font-size: 3.75rem;
  line-height: 1.1;
  z-index: 4;
  color: #f5efe1;
  padding-left: 4rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .lightbox .item-full .content h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .lightbox .item-full .content h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  .lightbox .item-full .content h2 {
    padding-bottom: 1.5rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  .lightbox .item-full .content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .lightbox .item-full .content h2 {
    padding: 0;
    font-size: 2.35rem;
  }
}
@media screen and (max-width: 576px) {
  .lightbox .item-full .content h2 {
    font-size: 2rem;
  }
}
.lightbox .item-full .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) and (max-height: 700px) {
  .lightbox .item-full .content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .lightbox .item-full .content p {
    display: none;
  }
}
.lightbox .item-full--current {
  visibility: visible;
  pointer-events: auto;
}
.lightbox .item-close {
  position: absolute;
  right: 65px;
  top: 65px;
  font-family: "P", sans-serif;
  color: white;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .lightbox .item-close {
    right: 35px;
    top: 35px;
  }
}
.lightbox .item-close:hover {
  opacity: 0.6 !important;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.lightbox.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: auto;
}
.lightbox.active:after {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 1s ease transform;
  -o-transition: 1s ease transform;
  transition: 1s ease transform;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
@media (max-width: 991px) {
  .lightbox.active:after {
    -webkit-transform: translateY(72%);
    -ms-transform: translateY(72%);
    transform: translateY(72%);
  }
}
@media only screen and (device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lightbox.active:after {
    -webkit-transform: translateY(79%);
    -ms-transform: translateY(79%);
    transform: translateY(79%);
  }
}
@media screen and (max-width: 576px) {
  .lightbox.active:after {
    -webkit-transform: translateY(82%);
    -ms-transform: translateY(82%);
    transform: translateY(82%);
  }
}
@media screen and (max-width: 414px) {
  .lightbox.active:after {
    -webkit-transform: translateY(83%);
    -ms-transform: translateY(83%);
    transform: translateY(83%);
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .lightbox.active:after {
    -webkit-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%);
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .lightbox.active:after {
    -webkit-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%);
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .lightbox.active:after {
    -webkit-transform: translateY(82%);
    -ms-transform: translateY(82%);
    transform: translateY(82%);
  }
}
.lightbox.active .image .wrap-img {
  height: 100%;
  -webkit-transition: 1s ease height;
  -o-transition: 1s ease height;
  transition: 1s ease height;
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.lightbox.active .image .cta {
  opacity: 1;
  -webkit-transform: scale(1) skewX(0deg);
  -ms-transform: scale(1) skewX(0deg);
  transform: scale(1) skewX(0deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
footer {
  padding: 100px 0;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background-color: #f5efe1;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  footer:after {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}
footer li span[class*="l-"] span {
  -webkit-transform: translateY(104%);
  -ms-transform: translateY(104%);
  transform: translateY(104%);
}
footer .social {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  footer .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .social ul li {
  display: inline-block;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  footer .social ul li {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  footer .social ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer .social ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .social ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 374px) {
  footer .social ul li {
    display: block;
  }
}
footer .social ul li a {
  color: #000;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  footer .social ul li a {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 374px) {
  footer .social ul li a {
    font-size: 1.2rem;
  }
}
footer .social ul li a:hover {
  color: #000;
}
footer .social ul li a[class|="btn-line"]:after {
  height: 2px;
}
footer .links {
  text-align: right;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  footer .links {
    text-align: left;
    padding-top: 1rem;
  }
}
footer .links ul li {
  display: inline-block;
  padding-left: 20px;
  font-size: 1rem;
  font-family: "P", sans-serif;
}
@media (max-width: 991px) {
  footer .links ul li {
    padding-left: 0px;
    padding-right: 20px;
  }
}
footer .links ul li a {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1rem;
  font-family: "P", sans-serif;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .links ul li a:hover {
  text-decoration: none;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  footer .links ul li.top {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  footer .links ul li.top {
    display: none;
  }
}
footer .links ul li.top a {
  color: black;
}
body footer:after {
  background-color: #f65252;
}
body footer .social ul li a {
  color: white;
}
body footer .social ul li a:hover {
  color: white;
}
body footer .links ul li a {
  color: rgba(255, 255, 255, 0.56);
}
body footer .links ul li.top a {
  color: white;
}
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-out {
  z-index: 1;
}
.owl-animated-in {
  z-index: 0;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes movie {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
    transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
    transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
    transform: translate(10%, 5%);
  }
  to {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
}
@keyframes movie {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
    transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
    transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
    transform: translate(10%, 5%);
  }
  to {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
}
@-webkit-keyframes lineIn {
  0% {
    -webkit-transform: translateX(-100.5%);
    transform: translateX(-100.5%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes lineIn {
  0% {
    -webkit-transform: translateX(-100.5%);
    transform: translateX(-100.5%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.lineIn {
  -webkit-animation-name: lineIn;
  animation-name: lineIn;
}
@-webkit-keyframes lineOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100.5%);
    transform: translateX(100.5%);
  }
}
@keyframes lineOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100.5%);
    transform: translateX(100.5%);
  }
}
.lineOut {
  -webkit-animation-name: lineOut;
  animation-name: lineOut;
}
