/******************************************************************
Theme Name: Mavera
Theme URI: 
Description: Mavera custom WordPress theme
Author: Marko Manojlovic
Author URI: http://markomanojlovic.com/
Version: 0.2.2
Text Domain: mavera

License: MITs
License URI: https://opensource.org/licenses/MIT

******************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

p,
ul,
ol,
dl,
table {
  margin-top: 0;
  margin-bottom: 1em;
}

li ol,
li ul {
  margin-bottom: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul li {
  list-style: square;
}
ul li > ul li {
  list-style: circle;
}

@font-face {
  font-family: "tragedy-regular";
  src: url("fonts/nantragedy-text-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tragedy-italic";
  src: url("fonts/nantragedy-text-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oracle-regular";
  src: url("fonts/abcoracle-regular.woff2") format("woff2"), url("fonts/abcoracle-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1410px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1880px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !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-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  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-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    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-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    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-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .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-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1410px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1880px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/*
  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/
  Base
    t = text-align
  Modifiers
    l = left
    r = right
    c = center
    j = justify
  Media Query Extensions:
    --sm: 576px,
    --md: 768px,
    --lg: 992px,
    --xl: 1200px
*/
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.tl- {
  text-align: left;
}

.tr- {
  text-align: right;
}

.tc- {
  text-align: center;
}

.tj- {
  text-align: justify;
}

@media (min-width: 576px) {
  .tl--sm {
    text-align: left;
  }
  .tr--sm {
    text-align: right;
  }
  .tc--sm {
    text-align: center;
  }
  .tj--sm {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .tl--md {
    text-align: left;
  }
  .tr--md {
    text-align: right;
  }
  .tc--md {
    text-align: center;
  }
  .tj--md {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .tl--lg {
    text-align: left;
  }
  .tr--lg {
    text-align: right;
  }
  .tc--lg {
    text-align: center;
  }
  .tj--lg {
    text-align: justify;
  }
}
@media (min-width: 1260px) {
  .tl--xl {
    text-align: left;
  }
  .tr--xl {
    text-align: right;
  }
  .tc--xl {
    text-align: center;
  }
  .tj--xl {
    text-align: justify;
  }
}
@media (min-width: 1410px) {
  .tl--xxl {
    text-align: left;
  }
  .tr--xxl {
    text-align: right;
  }
  .tc--xxl {
    text-align: center;
  }
  .tj--xxl {
    text-align: justify;
  }
}
@media (min-width: 1880px) {
  .tl--xxxl {
    text-align: left;
  }
  .tr--xxxl {
    text-align: right;
  }
  .tc--xxxl {
    text-align: center;
  }
  .tj--xxxl {
    text-align: justify;
  }
}
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none ($spacing-none)
     1 = 1st step in spacing scale ($spacing-xs - 5px)
     2 = 2nd step in spacing scale ($spacing-sm - 10px)
     3 = 3rd step in spacing scale ($spacing-base - 15px)
     4 = 4th step in spacing scale ($spacing-lg - 30px)
     5 = 5th step in spacing scale ($spacing-xl - 50px)
     6 = 6th step in spacing scale ($spacing-xxl - 100px)
     7 = 7th step in spacing scale ($spacing-xxxl - 150px)

   Media Query Extensions:
    --sm: 576px,
    --md: 768px,
    --lg: 992px,
    --xl: 1200px

    Example Media Query Extensions usage: .mt2.mt3--md.mt4--lg

*/
.pa0 {
  padding: 0;
}

.pa1 {
  padding: 5px;
}

.pa2 {
  padding: 15px;
}

.pa3 {
  padding: 25px;
}

.pa4 {
  padding: 75px;
}

.pa5 {
  padding: 105px;
}

.pa6 {
  padding: 160px;
}

.pa7 {
  padding: 200px;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 5px;
}

.pl2 {
  padding-left: 15px;
}

.pl3 {
  padding-left: 25px;
}

.pl4 {
  padding-left: 75px;
}

.pl5 {
  padding-left: 105px;
}

.pl6 {
  padding-left: 160px;
}

.pl7 {
  padding-left: 200px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 5px;
}

.pr2 {
  padding-right: 15px;
}

.pr3 {
  padding-right: 25px;
}

.pr4 {
  padding-right: 75px;
}

.pr5 {
  padding-right: 105px;
}

.pr6 {
  padding-right: 160px;
}

.pr7 {
  padding-right: 200px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 5px;
}

.pb2 {
  padding-bottom: 15px;
}

.pb3 {
  padding-bottom: 25px;
}

.pb4 {
  padding-bottom: 75px;
}

.pb5 {
  padding-bottom: 105px;
}

.pb6 {
  padding-bottom: 160px;
}

.pb7 {
  padding-bottom: 200px;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 5px;
}

.pt2 {
  padding-top: 15px;
}

.pt3 {
  padding-top: 25px;
}

.pt4 {
  padding-top: 75px;
}

.pt5 {
  padding-top: 105px;
}

.pt6 {
  padding-top: 160px;
}

.pt7 {
  padding-top: 200px;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv4 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pv5 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pv6 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pv7 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph2 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph3 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph4 {
  padding-left: 75px;
  padding-right: 75px;
}

.ph5 {
  padding-left: 105px;
  padding-right: 105px;
}

.ph6 {
  padding-left: 160px;
  padding-right: 160px;
}

.ph7 {
  padding-left: 200px;
  padding-right: 200px;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 5px;
}

.ma2 {
  margin: 15px;
}

.ma3 {
  margin: 25px;
}

.ma4 {
  margin: 75px;
}

.ma5 {
  margin: 105px;
}

.ma6 {
  margin: 160px;
}

.ma7 {
  margin: 200px;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 5px;
}

.ml2 {
  margin-left: 15px;
}

.ml3 {
  margin-left: 25px;
}

.ml4 {
  margin-left: 75px;
}

.ml5 {
  margin-left: 105px;
}

.ml6 {
  margin-left: 160px;
}

.ml7 {
  margin-left: 200px;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 5px;
}

.mr2 {
  margin-right: 15px;
}

.mr3 {
  margin-right: 25px;
}

.mr4 {
  margin-right: 75px;
}

.mr5 {
  margin-right: 105px;
}

.mr6 {
  margin-right: 160px;
}

.mr7 {
  margin-right: 200px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 5px;
}

.mb2 {
  margin-bottom: 15px;
}

.mb3 {
  margin-bottom: 25px;
}

.mb4 {
  margin-bottom: 75px;
}

.mb5 {
  margin-bottom: 105px;
}

.mb6 {
  margin-bottom: 160px;
}

.mb7 {
  margin-bottom: 200px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 5px;
}

.mt2 {
  margin-top: 15px;
}

.mt3 {
  margin-top: 25px;
}

.mt4 {
  margin-top: 75px;
}

.mt5 {
  margin-top: 105px;
}

.mt6 {
  margin-top: 160px;
}

.mt7 {
  margin-top: 200px;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv4 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mv5 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mv6 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mv7 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mh2 {
  margin-left: 15px;
  margin-right: 15px;
}

.mh3 {
  margin-left: 25px;
  margin-right: 25px;
}

.mh4 {
  margin-left: 75px;
  margin-right: 75px;
}

.mh5 {
  margin-left: 105px;
  margin-right: 105px;
}

.mh6 {
  margin-left: 160px;
  margin-right: 160px;
}

.mh7 {
  margin-left: 200px;
  margin-right: 200px;
}

.pa0- {
  padding: 0;
}

.pa1- {
  padding: 5px;
}

.pa2- {
  padding: 15px;
}

.pa3- {
  padding: 25px;
}

.pa4- {
  padding: 75px;
}

.pa5- {
  padding: 105px;
}

.pa6- {
  padding: 160px;
}

.pa7- {
  padding: 200px;
}

.pl0- {
  padding-left: 0;
}

.pl1- {
  padding-left: 5px;
}

.pl2- {
  padding-left: 15px;
}

.pl3- {
  padding-left: 25px;
}

.pl4- {
  padding-left: 75px;
}

.pl5- {
  padding-left: 105px;
}

.pl6- {
  padding-left: 160px;
}

.pl7- {
  padding-left: 200px;
}

.pr0- {
  padding-right: 0;
}

.pr1- {
  padding-right: 5px;
}

.pr2- {
  padding-right: 15px;
}

.pr3- {
  padding-right: 25px;
}

.pr4- {
  padding-right: 75px;
}

.pr5- {
  padding-right: 105px;
}

.pr6- {
  padding-right: 160px;
}

.pr7- {
  padding-right: 200px;
}

.pb0- {
  padding-bottom: 0;
}

.pb1- {
  padding-bottom: 5px;
}

.pb2- {
  padding-bottom: 15px;
}

.pb3- {
  padding-bottom: 25px;
}

.pb4- {
  padding-bottom: 75px;
}

.pb5- {
  padding-bottom: 105px;
}

.pb6- {
  padding-bottom: 160px;
}

.pb7- {
  padding-bottom: 200px;
}

.pt0- {
  padding-top: 0;
}

.pt1- {
  padding-top: 5px;
}

.pt2- {
  padding-top: 15px;
}

.pt3- {
  padding-top: 25px;
}

.pt4- {
  padding-top: 75px;
}

.pt5- {
  padding-top: 105px;
}

.pt6- {
  padding-top: 160px;
}

.pt7- {
  padding-top: 200px;
}

.pv0- {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1- {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv2- {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv3- {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv4- {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pv5- {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pv6- {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pv7- {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ph0- {
  padding-left: 0;
  padding-right: 0;
}

.ph1- {
  padding-left: 5px;
  padding-right: 5px;
}

.ph2- {
  padding-left: 15px;
  padding-right: 15px;
}

.ph3- {
  padding-left: 25px;
  padding-right: 25px;
}

.ph4- {
  padding-left: 75px;
  padding-right: 75px;
}

.ph5- {
  padding-left: 105px;
  padding-right: 105px;
}

.ph6- {
  padding-left: 160px;
  padding-right: 160px;
}

.ph7- {
  padding-left: 200px;
  padding-right: 200px;
}

.ma0- {
  margin: 0;
}

.ma1- {
  margin: 5px;
}

.ma2- {
  margin: 15px;
}

.ma3- {
  margin: 25px;
}

.ma4- {
  margin: 75px;
}

.ma5- {
  margin: 105px;
}

.ma6- {
  margin: 160px;
}

.ma7- {
  margin: 200px;
}

.ml0- {
  margin-left: 0;
}

.ml1- {
  margin-left: 5px;
}

.ml2- {
  margin-left: 15px;
}

.ml3- {
  margin-left: 25px;
}

.ml4- {
  margin-left: 75px;
}

.ml5- {
  margin-left: 105px;
}

.ml6- {
  margin-left: 160px;
}

.ml7- {
  margin-left: 200px;
}

.mr0- {
  margin-right: 0;
}

.mr1- {
  margin-right: 5px;
}

.mr2- {
  margin-right: 15px;
}

.mr3- {
  margin-right: 25px;
}

.mr4- {
  margin-right: 75px;
}

.mr5- {
  margin-right: 105px;
}

.mr6- {
  margin-right: 160px;
}

.mr7- {
  margin-right: 200px;
}

.mb0- {
  margin-bottom: 0;
}

.mb1- {
  margin-bottom: 5px;
}

.mb2- {
  margin-bottom: 15px;
}

.mb3- {
  margin-bottom: 25px;
}

.mb4- {
  margin-bottom: 75px;
}

.mb5- {
  margin-bottom: 105px;
}

.mb6- {
  margin-bottom: 160px;
}

.mb7- {
  margin-bottom: 200px;
}

.mt0- {
  margin-top: 0;
}

.mt1- {
  margin-top: 5px;
}

.mt2- {
  margin-top: 15px;
}

.mt3- {
  margin-top: 25px;
}

.mt4- {
  margin-top: 75px;
}

.mt5- {
  margin-top: 105px;
}

.mt6- {
  margin-top: 160px;
}

.mt7- {
  margin-top: 200px;
}

.mv0- {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1- {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv2- {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv3- {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv4- {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mv5- {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mv6- {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mv7- {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mh0- {
  margin-left: 0;
  margin-right: 0;
}

.mh1- {
  margin-left: 5px;
  margin-right: 5px;
}

.mh2- {
  margin-left: 15px;
  margin-right: 15px;
}

.mh3- {
  margin-left: 25px;
  margin-right: 25px;
}

.mh4- {
  margin-left: 75px;
  margin-right: 75px;
}

.mh5- {
  margin-left: 105px;
  margin-right: 105px;
}

.mh6- {
  margin-left: 160px;
  margin-right: 160px;
}

.mh7- {
  margin-left: 200px;
  margin-right: 200px;
}

@media (min-width: 576px) {
  .pa0--sm {
    padding: 0;
  }
  .pa1--sm {
    padding: 5px;
  }
  .pa2--sm {
    padding: 15px;
  }
  .pa3--sm {
    padding: 25px;
  }
  .pa4--sm {
    padding: 75px;
  }
  .pa5--sm {
    padding: 105px;
  }
  .pa6--sm {
    padding: 160px;
  }
  .pa7--sm {
    padding: 200px;
  }
  .pl0--sm {
    padding-left: 0;
  }
  .pl1--sm {
    padding-left: 5px;
  }
  .pl2--sm {
    padding-left: 15px;
  }
  .pl3--sm {
    padding-left: 25px;
  }
  .pl4--sm {
    padding-left: 75px;
  }
  .pl5--sm {
    padding-left: 105px;
  }
  .pl6--sm {
    padding-left: 160px;
  }
  .pl7--sm {
    padding-left: 200px;
  }
  .pr0--sm {
    padding-right: 0;
  }
  .pr1--sm {
    padding-right: 5px;
  }
  .pr2--sm {
    padding-right: 15px;
  }
  .pr3--sm {
    padding-right: 25px;
  }
  .pr4--sm {
    padding-right: 75px;
  }
  .pr5--sm {
    padding-right: 105px;
  }
  .pr6--sm {
    padding-right: 160px;
  }
  .pr7--sm {
    padding-right: 200px;
  }
  .pb0--sm {
    padding-bottom: 0;
  }
  .pb1--sm {
    padding-bottom: 5px;
  }
  .pb2--sm {
    padding-bottom: 15px;
  }
  .pb3--sm {
    padding-bottom: 25px;
  }
  .pb4--sm {
    padding-bottom: 75px;
  }
  .pb5--sm {
    padding-bottom: 105px;
  }
  .pb6--sm {
    padding-bottom: 160px;
  }
  .pb7--sm {
    padding-bottom: 200px;
  }
  .pt0--sm {
    padding-top: 0;
  }
  .pt1--sm {
    padding-top: 5px;
  }
  .pt2--sm {
    padding-top: 15px;
  }
  .pt3--sm {
    padding-top: 25px;
  }
  .pt4--sm {
    padding-top: 75px;
  }
  .pt5--sm {
    padding-top: 105px;
  }
  .pt6--sm {
    padding-top: 160px;
  }
  .pt7--sm {
    padding-top: 200px;
  }
  .pv0--sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--sm {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--sm {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--sm {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--sm {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--sm {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--sm {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--sm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--sm {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--sm {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--sm {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--sm {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--sm {
    margin: 0;
  }
  .ma1--sm {
    margin: 5px;
  }
  .ma2--sm {
    margin: 15px;
  }
  .ma3--sm {
    margin: 25px;
  }
  .ma4--sm {
    margin: 75px;
  }
  .ma5--sm {
    margin: 105px;
  }
  .ma6--sm {
    margin: 160px;
  }
  .ma7--sm {
    margin: 200px;
  }
  .ml0--sm {
    margin-left: 0;
  }
  .ml1--sm {
    margin-left: 5px;
  }
  .ml2--sm {
    margin-left: 15px;
  }
  .ml3--sm {
    margin-left: 25px;
  }
  .ml4--sm {
    margin-left: 75px;
  }
  .ml5--sm {
    margin-left: 105px;
  }
  .ml6--sm {
    margin-left: 160px;
  }
  .ml7--sm {
    margin-left: 200px;
  }
  .mr0--sm {
    margin-right: 0;
  }
  .mr1--sm {
    margin-right: 5px;
  }
  .mr2--sm {
    margin-right: 15px;
  }
  .mr3--sm {
    margin-right: 25px;
  }
  .mr4--sm {
    margin-right: 75px;
  }
  .mr5--sm {
    margin-right: 105px;
  }
  .mr6--sm {
    margin-right: 160px;
  }
  .mr7--sm {
    margin-right: 200px;
  }
  .mb0--sm {
    margin-bottom: 0;
  }
  .mb1--sm {
    margin-bottom: 5px;
  }
  .mb2--sm {
    margin-bottom: 15px;
  }
  .mb3--sm {
    margin-bottom: 25px;
  }
  .mb4--sm {
    margin-bottom: 75px;
  }
  .mb5--sm {
    margin-bottom: 105px;
  }
  .mb6--sm {
    margin-bottom: 160px;
  }
  .mb7--sm {
    margin-bottom: 200px;
  }
  .mt0--sm {
    margin-top: 0;
  }
  .mt1--sm {
    margin-top: 5px;
  }
  .mt2--sm {
    margin-top: 15px;
  }
  .mt3--sm {
    margin-top: 25px;
  }
  .mt4--sm {
    margin-top: 75px;
  }
  .mt5--sm {
    margin-top: 105px;
  }
  .mt6--sm {
    margin-top: 160px;
  }
  .mt7--sm {
    margin-top: 200px;
  }
  .mv0--sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--sm {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--sm {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--sm {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--sm {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--sm {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--sm {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--sm {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--sm {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--sm {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--sm {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--sm {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--sm {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--sm {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (min-width: 768px) {
  .pa0--md {
    padding: 0;
  }
  .pa1--md {
    padding: 5px;
  }
  .pa2--md {
    padding: 15px;
  }
  .pa3--md {
    padding: 25px;
  }
  .pa4--md {
    padding: 75px;
  }
  .pa5--md {
    padding: 105px;
  }
  .pa6--md {
    padding: 160px;
  }
  .pa7--md {
    padding: 200px;
  }
  .pl0--md {
    padding-left: 0;
  }
  .pl1--md {
    padding-left: 5px;
  }
  .pl2--md {
    padding-left: 15px;
  }
  .pl3--md {
    padding-left: 25px;
  }
  .pl4--md {
    padding-left: 75px;
  }
  .pl5--md {
    padding-left: 105px;
  }
  .pl6--md {
    padding-left: 160px;
  }
  .pl7--md {
    padding-left: 200px;
  }
  .pr0--md {
    padding-right: 0;
  }
  .pr1--md {
    padding-right: 5px;
  }
  .pr2--md {
    padding-right: 15px;
  }
  .pr3--md {
    padding-right: 25px;
  }
  .pr4--md {
    padding-right: 75px;
  }
  .pr5--md {
    padding-right: 105px;
  }
  .pr6--md {
    padding-right: 160px;
  }
  .pr7--md {
    padding-right: 200px;
  }
  .pb0--md {
    padding-bottom: 0;
  }
  .pb1--md {
    padding-bottom: 5px;
  }
  .pb2--md {
    padding-bottom: 15px;
  }
  .pb3--md {
    padding-bottom: 25px;
  }
  .pb4--md {
    padding-bottom: 75px;
  }
  .pb5--md {
    padding-bottom: 105px;
  }
  .pb6--md {
    padding-bottom: 160px;
  }
  .pb7--md {
    padding-bottom: 200px;
  }
  .pt0--md {
    padding-top: 0;
  }
  .pt1--md {
    padding-top: 5px;
  }
  .pt2--md {
    padding-top: 15px;
  }
  .pt3--md {
    padding-top: 25px;
  }
  .pt4--md {
    padding-top: 75px;
  }
  .pt5--md {
    padding-top: 105px;
  }
  .pt6--md {
    padding-top: 160px;
  }
  .pt7--md {
    padding-top: 200px;
  }
  .pv0--md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--md {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--md {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--md {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--md {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--md {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--md {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--md {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--md {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--md {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--md {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--md {
    margin: 0;
  }
  .ma1--md {
    margin: 5px;
  }
  .ma2--md {
    margin: 15px;
  }
  .ma3--md {
    margin: 25px;
  }
  .ma4--md {
    margin: 75px;
  }
  .ma5--md {
    margin: 105px;
  }
  .ma6--md {
    margin: 160px;
  }
  .ma7--md {
    margin: 200px;
  }
  .ml0--md {
    margin-left: 0;
  }
  .ml1--md {
    margin-left: 5px;
  }
  .ml2--md {
    margin-left: 15px;
  }
  .ml3--md {
    margin-left: 25px;
  }
  .ml4--md {
    margin-left: 75px;
  }
  .ml5--md {
    margin-left: 105px;
  }
  .ml6--md {
    margin-left: 160px;
  }
  .ml7--md {
    margin-left: 200px;
  }
  .mr0--md {
    margin-right: 0;
  }
  .mr1--md {
    margin-right: 5px;
  }
  .mr2--md {
    margin-right: 15px;
  }
  .mr3--md {
    margin-right: 25px;
  }
  .mr4--md {
    margin-right: 75px;
  }
  .mr5--md {
    margin-right: 105px;
  }
  .mr6--md {
    margin-right: 160px;
  }
  .mr7--md {
    margin-right: 200px;
  }
  .mb0--md {
    margin-bottom: 0;
  }
  .mb1--md {
    margin-bottom: 5px;
  }
  .mb2--md {
    margin-bottom: 15px;
  }
  .mb3--md {
    margin-bottom: 25px;
  }
  .mb4--md {
    margin-bottom: 75px;
  }
  .mb5--md {
    margin-bottom: 105px;
  }
  .mb6--md {
    margin-bottom: 160px;
  }
  .mb7--md {
    margin-bottom: 200px;
  }
  .mt0--md {
    margin-top: 0;
  }
  .mt1--md {
    margin-top: 5px;
  }
  .mt2--md {
    margin-top: 15px;
  }
  .mt3--md {
    margin-top: 25px;
  }
  .mt4--md {
    margin-top: 75px;
  }
  .mt5--md {
    margin-top: 105px;
  }
  .mt6--md {
    margin-top: 160px;
  }
  .mt7--md {
    margin-top: 200px;
  }
  .mv0--md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--md {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--md {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--md {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--md {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--md {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--md {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--md {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--md {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--md {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--md {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--md {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--md {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--md {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (min-width: 992px) {
  .pa0--lg {
    padding: 0;
  }
  .pa1--lg {
    padding: 5px;
  }
  .pa2--lg {
    padding: 15px;
  }
  .pa3--lg {
    padding: 25px;
  }
  .pa4--lg {
    padding: 75px;
  }
  .pa5--lg {
    padding: 105px;
  }
  .pa6--lg {
    padding: 160px;
  }
  .pa7--lg {
    padding: 200px;
  }
  .pl0--lg {
    padding-left: 0;
  }
  .pl1--lg {
    padding-left: 5px;
  }
  .pl2--lg {
    padding-left: 15px;
  }
  .pl3--lg {
    padding-left: 25px;
  }
  .pl4--lg {
    padding-left: 75px;
  }
  .pl5--lg {
    padding-left: 105px;
  }
  .pl6--lg {
    padding-left: 160px;
  }
  .pl7--lg {
    padding-left: 200px;
  }
  .pr0--lg {
    padding-right: 0;
  }
  .pr1--lg {
    padding-right: 5px;
  }
  .pr2--lg {
    padding-right: 15px;
  }
  .pr3--lg {
    padding-right: 25px;
  }
  .pr4--lg {
    padding-right: 75px;
  }
  .pr5--lg {
    padding-right: 105px;
  }
  .pr6--lg {
    padding-right: 160px;
  }
  .pr7--lg {
    padding-right: 200px;
  }
  .pb0--lg {
    padding-bottom: 0;
  }
  .pb1--lg {
    padding-bottom: 5px;
  }
  .pb2--lg {
    padding-bottom: 15px;
  }
  .pb3--lg {
    padding-bottom: 25px;
  }
  .pb4--lg {
    padding-bottom: 75px;
  }
  .pb5--lg {
    padding-bottom: 105px;
  }
  .pb6--lg {
    padding-bottom: 160px;
  }
  .pb7--lg {
    padding-bottom: 200px;
  }
  .pt0--lg {
    padding-top: 0;
  }
  .pt1--lg {
    padding-top: 5px;
  }
  .pt2--lg {
    padding-top: 15px;
  }
  .pt3--lg {
    padding-top: 25px;
  }
  .pt4--lg {
    padding-top: 75px;
  }
  .pt5--lg {
    padding-top: 105px;
  }
  .pt6--lg {
    padding-top: 160px;
  }
  .pt7--lg {
    padding-top: 200px;
  }
  .pv0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--lg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--lg {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--lg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--lg {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--lg {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--lg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--lg {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--lg {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--lg {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--lg {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--lg {
    margin: 0;
  }
  .ma1--lg {
    margin: 5px;
  }
  .ma2--lg {
    margin: 15px;
  }
  .ma3--lg {
    margin: 25px;
  }
  .ma4--lg {
    margin: 75px;
  }
  .ma5--lg {
    margin: 105px;
  }
  .ma6--lg {
    margin: 160px;
  }
  .ma7--lg {
    margin: 200px;
  }
  .ml0--lg {
    margin-left: 0;
  }
  .ml1--lg {
    margin-left: 5px;
  }
  .ml2--lg {
    margin-left: 15px;
  }
  .ml3--lg {
    margin-left: 25px;
  }
  .ml4--lg {
    margin-left: 75px;
  }
  .ml5--lg {
    margin-left: 105px;
  }
  .ml6--lg {
    margin-left: 160px;
  }
  .ml7--lg {
    margin-left: 200px;
  }
  .mr0--lg {
    margin-right: 0;
  }
  .mr1--lg {
    margin-right: 5px;
  }
  .mr2--lg {
    margin-right: 15px;
  }
  .mr3--lg {
    margin-right: 25px;
  }
  .mr4--lg {
    margin-right: 75px;
  }
  .mr5--lg {
    margin-right: 105px;
  }
  .mr6--lg {
    margin-right: 160px;
  }
  .mr7--lg {
    margin-right: 200px;
  }
  .mb0--lg {
    margin-bottom: 0;
  }
  .mb1--lg {
    margin-bottom: 5px;
  }
  .mb2--lg {
    margin-bottom: 15px;
  }
  .mb3--lg {
    margin-bottom: 25px;
  }
  .mb4--lg {
    margin-bottom: 75px;
  }
  .mb5--lg {
    margin-bottom: 105px;
  }
  .mb6--lg {
    margin-bottom: 160px;
  }
  .mb7--lg {
    margin-bottom: 200px;
  }
  .mt0--lg {
    margin-top: 0;
  }
  .mt1--lg {
    margin-top: 5px;
  }
  .mt2--lg {
    margin-top: 15px;
  }
  .mt3--lg {
    margin-top: 25px;
  }
  .mt4--lg {
    margin-top: 75px;
  }
  .mt5--lg {
    margin-top: 105px;
  }
  .mt6--lg {
    margin-top: 160px;
  }
  .mt7--lg {
    margin-top: 200px;
  }
  .mv0--lg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--lg {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--lg {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--lg {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--lg {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--lg {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--lg {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--lg {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--lg {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--lg {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--lg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--lg {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--lg {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--lg {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--lg {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--lg {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (min-width: 1260px) {
  .pa0--xl {
    padding: 0;
  }
  .pa1--xl {
    padding: 5px;
  }
  .pa2--xl {
    padding: 15px;
  }
  .pa3--xl {
    padding: 25px;
  }
  .pa4--xl {
    padding: 75px;
  }
  .pa5--xl {
    padding: 105px;
  }
  .pa6--xl {
    padding: 160px;
  }
  .pa7--xl {
    padding: 200px;
  }
  .pl0--xl {
    padding-left: 0;
  }
  .pl1--xl {
    padding-left: 5px;
  }
  .pl2--xl {
    padding-left: 15px;
  }
  .pl3--xl {
    padding-left: 25px;
  }
  .pl4--xl {
    padding-left: 75px;
  }
  .pl5--xl {
    padding-left: 105px;
  }
  .pl6--xl {
    padding-left: 160px;
  }
  .pl7--xl {
    padding-left: 200px;
  }
  .pr0--xl {
    padding-right: 0;
  }
  .pr1--xl {
    padding-right: 5px;
  }
  .pr2--xl {
    padding-right: 15px;
  }
  .pr3--xl {
    padding-right: 25px;
  }
  .pr4--xl {
    padding-right: 75px;
  }
  .pr5--xl {
    padding-right: 105px;
  }
  .pr6--xl {
    padding-right: 160px;
  }
  .pr7--xl {
    padding-right: 200px;
  }
  .pb0--xl {
    padding-bottom: 0;
  }
  .pb1--xl {
    padding-bottom: 5px;
  }
  .pb2--xl {
    padding-bottom: 15px;
  }
  .pb3--xl {
    padding-bottom: 25px;
  }
  .pb4--xl {
    padding-bottom: 75px;
  }
  .pb5--xl {
    padding-bottom: 105px;
  }
  .pb6--xl {
    padding-bottom: 160px;
  }
  .pb7--xl {
    padding-bottom: 200px;
  }
  .pt0--xl {
    padding-top: 0;
  }
  .pt1--xl {
    padding-top: 5px;
  }
  .pt2--xl {
    padding-top: 15px;
  }
  .pt3--xl {
    padding-top: 25px;
  }
  .pt4--xl {
    padding-top: 75px;
  }
  .pt5--xl {
    padding-top: 105px;
  }
  .pt6--xl {
    padding-top: 160px;
  }
  .pt7--xl {
    padding-top: 200px;
  }
  .pv0--xl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--xl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--xl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--xl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--xl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--xl {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--xl {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--xl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--xl {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--xl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--xl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--xl {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--xl {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--xl {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--xl {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--xl {
    margin: 0;
  }
  .ma1--xl {
    margin: 5px;
  }
  .ma2--xl {
    margin: 15px;
  }
  .ma3--xl {
    margin: 25px;
  }
  .ma4--xl {
    margin: 75px;
  }
  .ma5--xl {
    margin: 105px;
  }
  .ma6--xl {
    margin: 160px;
  }
  .ma7--xl {
    margin: 200px;
  }
  .ml0--xl {
    margin-left: 0;
  }
  .ml1--xl {
    margin-left: 5px;
  }
  .ml2--xl {
    margin-left: 15px;
  }
  .ml3--xl {
    margin-left: 25px;
  }
  .ml4--xl {
    margin-left: 75px;
  }
  .ml5--xl {
    margin-left: 105px;
  }
  .ml6--xl {
    margin-left: 160px;
  }
  .ml7--xl {
    margin-left: 200px;
  }
  .mr0--xl {
    margin-right: 0;
  }
  .mr1--xl {
    margin-right: 5px;
  }
  .mr2--xl {
    margin-right: 15px;
  }
  .mr3--xl {
    margin-right: 25px;
  }
  .mr4--xl {
    margin-right: 75px;
  }
  .mr5--xl {
    margin-right: 105px;
  }
  .mr6--xl {
    margin-right: 160px;
  }
  .mr7--xl {
    margin-right: 200px;
  }
  .mb0--xl {
    margin-bottom: 0;
  }
  .mb1--xl {
    margin-bottom: 5px;
  }
  .mb2--xl {
    margin-bottom: 15px;
  }
  .mb3--xl {
    margin-bottom: 25px;
  }
  .mb4--xl {
    margin-bottom: 75px;
  }
  .mb5--xl {
    margin-bottom: 105px;
  }
  .mb6--xl {
    margin-bottom: 160px;
  }
  .mb7--xl {
    margin-bottom: 200px;
  }
  .mt0--xl {
    margin-top: 0;
  }
  .mt1--xl {
    margin-top: 5px;
  }
  .mt2--xl {
    margin-top: 15px;
  }
  .mt3--xl {
    margin-top: 25px;
  }
  .mt4--xl {
    margin-top: 75px;
  }
  .mt5--xl {
    margin-top: 105px;
  }
  .mt6--xl {
    margin-top: 160px;
  }
  .mt7--xl {
    margin-top: 200px;
  }
  .mv0--xl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--xl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--xl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--xl {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--xl {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--xl {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--xl {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--xl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--xl {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--xl {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--xl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--xl {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--xl {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--xl {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--xl {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--xl {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (min-width: 1410px) {
  .pa0--xxl {
    padding: 0;
  }
  .pa1--xxl {
    padding: 5px;
  }
  .pa2--xxl {
    padding: 15px;
  }
  .pa3--xxl {
    padding: 25px;
  }
  .pa4--xxl {
    padding: 75px;
  }
  .pa5--xxl {
    padding: 105px;
  }
  .pa6--xxl {
    padding: 160px;
  }
  .pa7--xxl {
    padding: 200px;
  }
  .pl0--xxl {
    padding-left: 0;
  }
  .pl1--xxl {
    padding-left: 5px;
  }
  .pl2--xxl {
    padding-left: 15px;
  }
  .pl3--xxl {
    padding-left: 25px;
  }
  .pl4--xxl {
    padding-left: 75px;
  }
  .pl5--xxl {
    padding-left: 105px;
  }
  .pl6--xxl {
    padding-left: 160px;
  }
  .pl7--xxl {
    padding-left: 200px;
  }
  .pr0--xxl {
    padding-right: 0;
  }
  .pr1--xxl {
    padding-right: 5px;
  }
  .pr2--xxl {
    padding-right: 15px;
  }
  .pr3--xxl {
    padding-right: 25px;
  }
  .pr4--xxl {
    padding-right: 75px;
  }
  .pr5--xxl {
    padding-right: 105px;
  }
  .pr6--xxl {
    padding-right: 160px;
  }
  .pr7--xxl {
    padding-right: 200px;
  }
  .pb0--xxl {
    padding-bottom: 0;
  }
  .pb1--xxl {
    padding-bottom: 5px;
  }
  .pb2--xxl {
    padding-bottom: 15px;
  }
  .pb3--xxl {
    padding-bottom: 25px;
  }
  .pb4--xxl {
    padding-bottom: 75px;
  }
  .pb5--xxl {
    padding-bottom: 105px;
  }
  .pb6--xxl {
    padding-bottom: 160px;
  }
  .pb7--xxl {
    padding-bottom: 200px;
  }
  .pt0--xxl {
    padding-top: 0;
  }
  .pt1--xxl {
    padding-top: 5px;
  }
  .pt2--xxl {
    padding-top: 15px;
  }
  .pt3--xxl {
    padding-top: 25px;
  }
  .pt4--xxl {
    padding-top: 75px;
  }
  .pt5--xxl {
    padding-top: 105px;
  }
  .pt6--xxl {
    padding-top: 160px;
  }
  .pt7--xxl {
    padding-top: 200px;
  }
  .pv0--xxl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--xxl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--xxl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--xxl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--xxl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--xxl {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--xxl {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--xxl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--xxl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--xxl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--xxl {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--xxl {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--xxl {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--xxl {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--xxl {
    margin: 0;
  }
  .ma1--xxl {
    margin: 5px;
  }
  .ma2--xxl {
    margin: 15px;
  }
  .ma3--xxl {
    margin: 25px;
  }
  .ma4--xxl {
    margin: 75px;
  }
  .ma5--xxl {
    margin: 105px;
  }
  .ma6--xxl {
    margin: 160px;
  }
  .ma7--xxl {
    margin: 200px;
  }
  .ml0--xxl {
    margin-left: 0;
  }
  .ml1--xxl {
    margin-left: 5px;
  }
  .ml2--xxl {
    margin-left: 15px;
  }
  .ml3--xxl {
    margin-left: 25px;
  }
  .ml4--xxl {
    margin-left: 75px;
  }
  .ml5--xxl {
    margin-left: 105px;
  }
  .ml6--xxl {
    margin-left: 160px;
  }
  .ml7--xxl {
    margin-left: 200px;
  }
  .mr0--xxl {
    margin-right: 0;
  }
  .mr1--xxl {
    margin-right: 5px;
  }
  .mr2--xxl {
    margin-right: 15px;
  }
  .mr3--xxl {
    margin-right: 25px;
  }
  .mr4--xxl {
    margin-right: 75px;
  }
  .mr5--xxl {
    margin-right: 105px;
  }
  .mr6--xxl {
    margin-right: 160px;
  }
  .mr7--xxl {
    margin-right: 200px;
  }
  .mb0--xxl {
    margin-bottom: 0;
  }
  .mb1--xxl {
    margin-bottom: 5px;
  }
  .mb2--xxl {
    margin-bottom: 15px;
  }
  .mb3--xxl {
    margin-bottom: 25px;
  }
  .mb4--xxl {
    margin-bottom: 75px;
  }
  .mb5--xxl {
    margin-bottom: 105px;
  }
  .mb6--xxl {
    margin-bottom: 160px;
  }
  .mb7--xxl {
    margin-bottom: 200px;
  }
  .mt0--xxl {
    margin-top: 0;
  }
  .mt1--xxl {
    margin-top: 5px;
  }
  .mt2--xxl {
    margin-top: 15px;
  }
  .mt3--xxl {
    margin-top: 25px;
  }
  .mt4--xxl {
    margin-top: 75px;
  }
  .mt5--xxl {
    margin-top: 105px;
  }
  .mt6--xxl {
    margin-top: 160px;
  }
  .mt7--xxl {
    margin-top: 200px;
  }
  .mv0--xxl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--xxl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--xxl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--xxl {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--xxl {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--xxl {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--xxl {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--xxl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--xxl {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--xxl {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--xxl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--xxl {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--xxl {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--xxl {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--xxl {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--xxl {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (min-width: 1880px) {
  .pa0--xxxl {
    padding: 0;
  }
  .pa1--xxxl {
    padding: 5px;
  }
  .pa2--xxxl {
    padding: 15px;
  }
  .pa3--xxxl {
    padding: 25px;
  }
  .pa4--xxxl {
    padding: 75px;
  }
  .pa5--xxxl {
    padding: 105px;
  }
  .pa6--xxxl {
    padding: 160px;
  }
  .pa7--xxxl {
    padding: 200px;
  }
  .pl0--xxxl {
    padding-left: 0;
  }
  .pl1--xxxl {
    padding-left: 5px;
  }
  .pl2--xxxl {
    padding-left: 15px;
  }
  .pl3--xxxl {
    padding-left: 25px;
  }
  .pl4--xxxl {
    padding-left: 75px;
  }
  .pl5--xxxl {
    padding-left: 105px;
  }
  .pl6--xxxl {
    padding-left: 160px;
  }
  .pl7--xxxl {
    padding-left: 200px;
  }
  .pr0--xxxl {
    padding-right: 0;
  }
  .pr1--xxxl {
    padding-right: 5px;
  }
  .pr2--xxxl {
    padding-right: 15px;
  }
  .pr3--xxxl {
    padding-right: 25px;
  }
  .pr4--xxxl {
    padding-right: 75px;
  }
  .pr5--xxxl {
    padding-right: 105px;
  }
  .pr6--xxxl {
    padding-right: 160px;
  }
  .pr7--xxxl {
    padding-right: 200px;
  }
  .pb0--xxxl {
    padding-bottom: 0;
  }
  .pb1--xxxl {
    padding-bottom: 5px;
  }
  .pb2--xxxl {
    padding-bottom: 15px;
  }
  .pb3--xxxl {
    padding-bottom: 25px;
  }
  .pb4--xxxl {
    padding-bottom: 75px;
  }
  .pb5--xxxl {
    padding-bottom: 105px;
  }
  .pb6--xxxl {
    padding-bottom: 160px;
  }
  .pb7--xxxl {
    padding-bottom: 200px;
  }
  .pt0--xxxl {
    padding-top: 0;
  }
  .pt1--xxxl {
    padding-top: 5px;
  }
  .pt2--xxxl {
    padding-top: 15px;
  }
  .pt3--xxxl {
    padding-top: 25px;
  }
  .pt4--xxxl {
    padding-top: 75px;
  }
  .pt5--xxxl {
    padding-top: 105px;
  }
  .pt6--xxxl {
    padding-top: 160px;
  }
  .pt7--xxxl {
    padding-top: 200px;
  }
  .pv0--xxxl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1--xxxl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pv2--xxxl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pv3--xxxl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pv4--xxxl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pv5--xxxl {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pv6--xxxl {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pv7--xxxl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .ph0--xxxl {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1--xxxl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ph2--xxxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph3--xxxl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ph4--xxxl {
    padding-left: 75px;
    padding-right: 75px;
  }
  .ph5--xxxl {
    padding-left: 105px;
    padding-right: 105px;
  }
  .ph6--xxxl {
    padding-left: 160px;
    padding-right: 160px;
  }
  .ph7--xxxl {
    padding-left: 200px;
    padding-right: 200px;
  }
  .ma0--xxxl {
    margin: 0;
  }
  .ma1--xxxl {
    margin: 5px;
  }
  .ma2--xxxl {
    margin: 15px;
  }
  .ma3--xxxl {
    margin: 25px;
  }
  .ma4--xxxl {
    margin: 75px;
  }
  .ma5--xxxl {
    margin: 105px;
  }
  .ma6--xxxl {
    margin: 160px;
  }
  .ma7--xxxl {
    margin: 200px;
  }
  .ml0--xxxl {
    margin-left: 0;
  }
  .ml1--xxxl {
    margin-left: 5px;
  }
  .ml2--xxxl {
    margin-left: 15px;
  }
  .ml3--xxxl {
    margin-left: 25px;
  }
  .ml4--xxxl {
    margin-left: 75px;
  }
  .ml5--xxxl {
    margin-left: 105px;
  }
  .ml6--xxxl {
    margin-left: 160px;
  }
  .ml7--xxxl {
    margin-left: 200px;
  }
  .mr0--xxxl {
    margin-right: 0;
  }
  .mr1--xxxl {
    margin-right: 5px;
  }
  .mr2--xxxl {
    margin-right: 15px;
  }
  .mr3--xxxl {
    margin-right: 25px;
  }
  .mr4--xxxl {
    margin-right: 75px;
  }
  .mr5--xxxl {
    margin-right: 105px;
  }
  .mr6--xxxl {
    margin-right: 160px;
  }
  .mr7--xxxl {
    margin-right: 200px;
  }
  .mb0--xxxl {
    margin-bottom: 0;
  }
  .mb1--xxxl {
    margin-bottom: 5px;
  }
  .mb2--xxxl {
    margin-bottom: 15px;
  }
  .mb3--xxxl {
    margin-bottom: 25px;
  }
  .mb4--xxxl {
    margin-bottom: 75px;
  }
  .mb5--xxxl {
    margin-bottom: 105px;
  }
  .mb6--xxxl {
    margin-bottom: 160px;
  }
  .mb7--xxxl {
    margin-bottom: 200px;
  }
  .mt0--xxxl {
    margin-top: 0;
  }
  .mt1--xxxl {
    margin-top: 5px;
  }
  .mt2--xxxl {
    margin-top: 15px;
  }
  .mt3--xxxl {
    margin-top: 25px;
  }
  .mt4--xxxl {
    margin-top: 75px;
  }
  .mt5--xxxl {
    margin-top: 105px;
  }
  .mt6--xxxl {
    margin-top: 160px;
  }
  .mt7--xxxl {
    margin-top: 200px;
  }
  .mv0--xxxl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1--xxxl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mv2--xxxl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mv3--xxxl {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv4--xxxl {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mv5--xxxl {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .mv6--xxxl {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mv7--xxxl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mh0--xxxl {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1--xxxl {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mh2--xxxl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mh3--xxxl {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mh4--xxxl {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mh5--xxxl {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mh6--xxxl {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mh7--xxxl {
    margin-left: 200px;
    margin-right: 200px;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

* {
  box-sizing: border-box;
}

figure {
  margin: 1em auto;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 !important;
}

body {
  background-color: #fff;
}
body.menu-open {
  overflow: hidden;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2E1F1F;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
a:hover, a:focus {
  color: #b79595;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #999;
}

[role=button] {
  cursor: pointer;
}

.collapsed .expanded-text {
  display: none;
}

.collapsed-text {
  display: none;
}
.collapsed .collapsed-text {
  display: inline;
}

.has-inline-image img {
  height: 1em;
}

.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0 0 0 0);
}

.dot {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -3px;
  padding: 0;
  vertical-align: middle;
}

.dot--primary {
  background: #AD7051;
}

.dot--sm {
  width: 0.75em;
  height: 0.75em;
  margin-left: 10px;
  margin-right: 10px;
}

.img-hover-zoom img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.section__full {
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.44;
  color: #2E1F1F;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-family: "oracle-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.28px;
  font-size: 11px;
}
@media (min-width: 992px) {
  body {
    letter-spacing: 0.36px;
  }
}

/* fluid typography */
.text-fluid-14-18 {
  font-size: 14px;
}
@media (min-width: 576px) {
  .text-fluid-14-18 {
    font-size: calc(14px + 4 * (100vw - 576px) / 1336);
  }
}
@media (min-width: 1880px) {
  .text-fluid-14-18 {
    font-size: 18px;
  }
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upcase {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.underline {
  text-decoration: underline;
}

.strong,
strong {
  font-weight: 700;
}

.ultra {
  font-weight: 900;
}

.small,
small {
  color: #999;
  font-style: normal !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1210px;
  }
}
@media (min-width: 1410px) {
  .container {
    max-width: 1390px;
  }
}
@media (min-width: 1880px) {
  .container {
    max-width: 1870px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 34px;
  padding-right: 34px;
}

.container-fluid--lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-fluid--xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.container-fluid--base {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1410px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1880px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.site-header {
  font-size: 11px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  color: #fff;
  mix-blend-mode: difference;
}
.site-header a {
  color: #fff;
  mix-blend-mode: difference;
}
.site-header a:hover {
  color: #777;
}
.site-header a:focus {
  color: #fff;
}
.site-header.is-out {
  opacity: 0;
}

.overview-trigger,
.info-trigger {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}

.site-header--top {
  top: 0;
  transform: translateY(0);
}
.site-header--top .logo-photo-part {
  display: none;
}
@media (min-width: 992px) {
  .site-header--top .logo-photo-part {
    display: inline;
  }
}

.site-header--middle {
  pointer-events: none;
}
.site-header--middle .overview-trigger,
.site-header--middle .info-trigger {
  opacity: 0;
  visibility: hidden;
}

.site-header--bottom {
  top: 0;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .site-header--bottom {
    top: initial;
    top: 100%;
    transform: translateY(-100%);
  }
}
.site-header--bottom .logo-photo-part {
  display: none;
}
@media (min-width: 992px) {
  .site-header--bottom .logo-photo-part {
    display: inline;
  }
}
.site-header--bottom.fade-out-down {
  transform: translateY(100px);
}

.logo-mark {
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .logo-mark {
    white-space: initial;
  }
}

.main-image {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
.main-image.is-out {
  visibility: hidden;
  opacity: 0;
}

.cover-image__figure {
  position: relative;
  height: 100vh;
  cursor: pointer;
}
.cover-image__figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 10%;
}

.info {
  font-size: 11px;
  min-height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
.info.is-in {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.info__row {
  height: 100vh;
  padding-bottom: 2vw;
  padding-top: 100px;
}

.info__content {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .info__content {
    margin-bottom: 0;
  }
}

:root {
  --aspect-ratio: 0.79;
  --num-columns: 7;
  --gap: 2vw;
  --scale-factor: calc(2 + 1vw);
  --base-scale: 2;
  --scale-factor: 0.5vw;
  --gap-x: 2vw;
  --cell-width: 1fr;
  --cell-height: calc(var(--cell-width) / var(--aspect-ratio));
}

.overview {
  z-index: 22;
  transition: all 0.5s ease;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 34px;
  padding-top: 190px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
.overview.is-in {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.overview__list {
  display: grid;
  grid-template-columns: repeat(3, var(--cell-width));
  gap: 3vw 3vw;
}
@media (min-width: 992px) {
  .overview__list {
    grid-template-columns: repeat(7, var(--cell-width));
    gap: 2vw 1.66vw;
  }
}
.overview__list.has-item-expanded .overview__figure:not(.expanded) {
  overflow: hidden;
  opacity: 0.25;
}
.overview__list.has-item-expanded .overview__figure:not(.expanded) img {
  filter: blur(3px);
}

@media (max-width: 991.99px) {
  .overview__list-item:nth-child(3n+1) .overview__figure-zoom {
    transform-origin: top left;
  }
  .overview__list-item:nth-child(3n) .overview__figure-zoom {
    transform-origin: top right;
  }
  .overview__list-item.overview__list--last-row .overview__figure-zoom {
    transform-origin: bottom center;
  }
  .overview__list-item.overview__list--last-row:nth-child(3n+1) .overview__figure-zoom {
    transform-origin: bottom left;
  }
  .overview__list-item.overview__list--last-row:nth-child(3n) .overview__figure-zoom {
    transform-origin: bottom right;
  }
}
@media (min-width: 992px) {
  .overview__list-item:nth-child(7n+1) .overview__figure-zoom {
    transform-origin: top left;
  }
  .overview__list-item:nth-child(7n) .overview__figure-zoom {
    transform-origin: top right;
  }
  .overview__list-item.overview__list--last-row .overview__figure-zoom {
    transform-origin: bottom center;
  }
  .overview__list-item.overview__list--last-row:nth-child(7n+1) .overview__figure-zoom {
    transform-origin: bottom left;
  }
  .overview__list-item.overview__list--last-row:nth-child(7n) .overview__figure-zoom {
    transform-origin: bottom right;
  }
}

.overview__figure {
  text-align: center;
  position: relative;
  transition: all 0.5s cubic-bezier(0.36, 0.23, 0.65, 0.92);
  cursor: pointer;
  backface-visibility: hidden;
}
.overview__figure.transitioning-out {
  z-index: 3 !important;
}
.overview__figure:not(.expanded) {
  z-index: 0 !important;
}
.overview__figure img {
  transition: filter 0.5s cubic-bezier(0.36, 0.23, 0.65, 0.92);
}

.overview__figure-zoom {
  transition: all 0.5s cubic-bezier(0.36, 0.23, 0.65, 0.92);
  position: absolute;
  z-index: 20;
  transform-origin: top center;
}
.overview__figure-zoom img {
  aspect-ratio: var(--aspect-ratio);
}

.overview__figure.expanded > img {
  display: none;
}
.overview__figure.expanded .overview__figure-zoom {
  transform: scale(2.136);
}
.overview__figure.expanded .overview__figure-zoom img {
  aspect-ratio: initial;
}

.overview__figure img {
  aspect-ratio: var(--aspect-ratio);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overview__figure:not(.expanded) img {
  aspect-ratio: var(--aspect-ratio);
}
.overview-trigger {
  margin-bottom: 5px;
}

.gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 100vh;
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
  transition-delay: 0.5s;
}
.gallery.is-in {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gallery.is-background {
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

.galery__carousel .slick-slide > div {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .galery__carousel .slick-slide > div {
    margin: 5vh auto;
    height: 90vh;
    align-items: center;
    padding-bottom: 0;
  }
}

.galery__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0vw 34px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .galery__item {
    padding: 0vw 30vh; /* 20vw padding on top/bottom, 20vh on left/right */
  }
}

.gallery__figure {
  max-height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .gallery__figure {
    align-self: center;
  }
}
.gallery__figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .gallery__figure img {
    align-self: center;
  }
}

.galery__item .gallery__figure + .gallery__figure {
  margin-left: 3px; /* 3px space between two images */
}

.custom-next, .custom-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s cubic-bezier(0.36, 0.23, 0.65, 0.92);
}

.custom-next {
  right: 10px; /* Adjust as needed */
  opacity: 0;
}
.custom-next.is-in {
  opacity: 1;
}

.custom-prev {
  left: 10px; /* Adjust as needed */
  opacity: 0;
}
.custom-prev.is-in {
  opacity: 1;
}

.custom-next img, .custom-prev img {
  width: 72px; /* Adjust size as needed */
  height: auto;
  aspect-ratio: 0.79;
  object-fit: cover;
}

.gallery__navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery__navigation-left {
  padding: 15px 0 15px 15px;
  margin-right: 6px;
}

.gallery__navigation-right {
  padding: 15px 15px 15px 0;
  margin-left: 6px;
}

.gallery__large-figure {
  position: fixed;
  height: 100vh;
  cursor: pointer;
  background: #fff;
  z-index: 20;
  width: 100vw;
  top: 0;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.26, 0.99);
}
.gallery__large-figure.is-in {
  pointer-events: initial;
  opacity: 1;
  transform: scale(1);
}
.gallery__large-figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 10%;
}

.gallery__large-figure figcaption {
  color: #fff;
  mix-blend-mode: difference;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.figure {
  clear: both;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}
.figure figcaption {
  text-align: left;
}
.figure.left {
  clear: none;
}
@media (min-width: 0px) {
  .figure.left {
    margin-right: 1em;
  }
}
.figure.right {
  clear: none;
}
@media (min-width: 0px) {
  .figure.right {
    margin-left: 1em;
  }
}

.figure--circle {
  border-radius: 50%;
  overflow: hidden;
}

.img-circle {
  border-radius: 50%;
  overflow: hidden;
}

.img-ratio-1 img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.img-ratio-066 img {
  aspect-ratio: 0.66;
  object-fit: cover;
  width: 100%;
}

.img-ratio-075 img {
  aspect-ratio: 0.75;
  object-fit: cover;
  width: 100%;
}

.img-ratio-077 img {
  aspect-ratio: 0.77;
  object-fit: cover;
  width: 100%;
}

.img-ratio-082 img {
  aspect-ratio: 0.82;
  object-fit: cover;
  width: 100%;
}

.img-ratio-085 img {
  aspect-ratio: 0.84;
  object-fit: cover;
  width: 100%;
}

.img-ratio-125 img {
  aspect-ratio: 1.25;
  object-fit: cover;
  width: 100%;
}

.img-ratio-137 img {
  aspect-ratio: 1.37;
  object-fit: cover;
  width: 100%;
}

.img-ratio-143 img {
  aspect-ratio: 1.43;
  object-fit: cover;
  width: 100%;
}

.img-ratio-146 img {
  aspect-ratio: 1.46;
  object-fit: cover;
  width: 100%;
}

.img-ratio-150 img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
}

.img-ratio-155 img {
  aspect-ratio: 1.55;
  object-fit: cover;
  width: 100%;
}

.img-ratio-165 img {
  aspect-ratio: 1.65;
  object-fit: cover;
  width: 100%;
}

.img-ratio-177 img {
  aspect-ratio: 1.77;
  object-fit: cover;
  width: 100%;
}

.img-ratio-220 img {
  aspect-ratio: 2.2;
  object-fit: cover;
  width: 100%;
}

.img-ratio-240 img {
  aspect-ratio: 2.4;
  object-fit: cover;
  width: 100%;
}

.media {
  display: flex;
  margin-top: 1em;
}
.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-body {
  flex: 1;
}
.media-body p:last-child {
  margin-bottom: 0;
}

.media-left {
  padding-right: 30px;
}

.media-right {
  padding-left: 30px;
}

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

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: calc(100% + 30px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 500;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 59px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 70px;
}
.slick-prev[dir=rtl] {
  left: auto;
}
.slick-prev:before {
  background: url("img/icons/arow-left--white.svg") no-repeat;
}

.slick-next {
  right: 30px;
}
.slick-next[dir=rtl] {
  right: auto;
}
.slick-next:before {
  background: url("img/icons/arow-right--white.svg") no-repeat;
}

@media (min-width: 992px) {
  .carousel--side-arrow-nav {
    padding: 0 200px;
  }
}
.carousel--side-arrow-nav .slick-prev,
.carousel--side-arrow-nav .slick-next {
  width: 42px;
  height: 16px;
  top: 100%;
  opacity: 1;
  top: calc(100% + 40px);
}
@media (min-width: 992px) {
  .carousel--side-arrow-nav .slick-prev,
  .carousel--side-arrow-nav .slick-next {
    top: 50%;
    width: 165px;
    height: 67px;
  }
}
.carousel--side-arrow-nav .slick-prev:before,
.carousel--side-arrow-nav .slick-next:before {
  content: "";
  display: block;
  width: 59px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel--side-arrow-nav .slick-prev {
  left: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .carousel--side-arrow-nav .slick-prev {
    background: url("img/arrow-bg-white-left.svg") no-repeat;
  }
}
.carousel--side-arrow-nav .slick-prev[dir=rtl] {
  left: auto;
}
.carousel--side-arrow-nav .slick-prev:before {
  background: url("img/icons/arow-left--primary.svg") no-repeat;
}
.carousel--side-arrow-nav .slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .carousel--side-arrow-nav .slick-next {
    background: url("img/arrow-bg-white-right.svg") no-repeat;
  }
}
.carousel--side-arrow-nav .slick-next[dir=rtl] {
  right: auto;
}
.carousel--side-arrow-nav .slick-next:before {
  background: url("img/icons/arow-right--primary.svg") no-repeat;
}

.navigation-mobile-only .slick-prev,
.navigation-mobile-only .slick-next {
  width: 165px;
  height: 67px;
  top: 100%;
  opacity: 1;
  top: calc(100% + 40px);
}
@media (min-width: 992px) {
  .navigation-mobile-only .slick-prev,
  .navigation-mobile-only .slick-next {
    display: none !important;
  }
}
.navigation-mobile-only .slick-prev:before,
.navigation-mobile-only .slick-next:before {
  content: "";
  display: block;
  width: 59px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation-mobile-only .slick-prev {
  left: 0;
  background: transparent;
}
.navigation-mobile-only .slick-prev[dir=rtl] {
  left: auto;
}
.navigation-mobile-only .slick-prev:before {
  background: url("img/icons/arow-left--primary.svg") no-repeat;
  display: none;
}
.navigation-mobile-only .slick-next {
  right: 0;
}
.navigation-mobile-only .slick-next[dir=rtl] {
  right: auto;
}
.navigation-mobile-only .slick-next:before {
  display: none;
}

.carousel--bottom-arrow-nav .slick-prev,
.carousel--bottom-arrow-nav .slick-next {
  width: 42px;
  height: 16px;
  top: 100%;
  opacity: 1;
  top: calc(100% + 40px);
}
@media (min-width: 992px) {
  .carousel--bottom-arrow-nav .slick-prev,
  .carousel--bottom-arrow-nav .slick-next {
    display: none !important;
  }
}
.carousel--bottom-arrow-nav .slick-prev:before,
.carousel--bottom-arrow-nav .slick-next:before {
  content: "";
  display: block;
  width: 59px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel--bottom-arrow-nav .slick-prev {
  left: 0;
}
.carousel--bottom-arrow-nav .slick-prev[dir=rtl] {
  left: auto;
}
.carousel--bottom-arrow-nav .slick-prev:before {
  background: url("img/icons/arow-left--primary.svg") no-repeat;
}
.carousel--bottom-arrow-nav .slick-next {
  right: 0;
}
.carousel--bottom-arrow-nav .slick-next[dir=rtl] {
  right: auto;
}
.carousel--bottom-arrow-nav .slick-next:before {
  background: url("img/icons/arow-right--primary.svg") no-repeat;
}

.home-aktiv-carousel__counter {
  color: #AD7051;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 50%;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background-color: #999;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #2E1F1F;
}

.carousel-full-wh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-full-wh .slick-slide,
.carousel-full-wh .slick-track,
.carousel-full-wh .slick-list {
  height: 100%;
}
.carousel-full-wh .slick-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.no-show {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  visibility: none !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr .collapse.in {
  display: table-row;
}
tbody .collapse.in {
  display: table-row-group;
}
.collapse.show {
  display: block;
}
tr .collapse.show {
  display: table-row;
}
tbody .collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: "height, visibility";
  transition-duration: 0.25s;
  transition-timing: "ease";
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.position-relative {
  position: relative;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.img-responsive,
.contain,
.figure img,
.figure iframe,
.figure video,
.figure object,
.figure embed {
  display: block;
  max-width: 100%;
  height: auto;
}

.ml-none {
  margin-left: 0;
}

.ml-xs {
  margin-left: 5px;
}

.ml-sm {
  margin-left: 15px;
}

.ml-base {
  margin-left: 25px;
}

.ml-md {
  margin-left: 30px;
}

.ml-lg {
  margin-left: 75px;
}

.ml-xl {
  margin-left: 105px;
}

.ml-type {
  margin-left: 1em;
}

.mt-none {
  margin-top: 0;
}

.mt-xs {
  margin-top: 5px;
}

.mt-sm {
  margin-top: 15px;
}

.mt-base {
  margin-top: 25px;
}

.mt-md {
  margin-top: 30px;
}

.mt-lg {
  margin-top: 75px;
}

.mt-xl {
  margin-top: 105px;
}

.mt-type {
  margin-top: 1em;
}

.mr-none {
  margin-right: 0;
}

.mr-xs {
  margin-right: 5px;
}

.mr-sm {
  margin-right: 15px;
}

.mr-base {
  margin-right: 25px;
}

.mr-md {
  margin-right: 30px;
}

.mr-lg {
  margin-right: 75px;
}

.mr-xl {
  margin-right: 105px;
}

.mr-type {
  margin-right: 1em;
}

.mb-none {
  margin-bottom: 0;
}

.mb-xs {
  margin-bottom: 5px;
}

.mb-sm {
  margin-bottom: 15px;
}

.mb-base {
  margin-bottom: 25px;
}

.mb-md {
  margin-bottom: 30px;
}

.mb-lg {
  margin-bottom: 75px;
}

.mb-xl {
  margin-bottom: 105px;
}

.mb-type {
  margin-bottom: 1em;
}

.text-light {
  color: #F6F5F3;
}

.text-default {
  color: #2E1F1F;
}

.text-primary {
  color: #AD7051;
}

.text-success {
  color: #94ce00;
}

.text-danger {
  color: #ff3019;
}

.text-danger {
  color: #ff3019;
}

.text-warning {
  color: #F8E71C;
}

.text-shaded {
  color: #f4f4f4;
}

.bg-light {
  background-color: #F6F5F3;
}

.bg-text {
  background-color: #2E1F1F;
}

.bg-primary {
  background-color: #AD7051;
}

.bg-success {
  background-color: #94ce00;
}

.bg-danger {
  background-color: #ff3019;
}

.bg-warning {
  background-color: #F8E71C;
}

.bg-shaded {
  background-color: #f4f4f4;
}

.highlight {
  background-color: #fffd82;
}

.num {
  font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
}

.responsive-embed {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.responsive-embed.responsive-embed-16-9 {
  padding-bottom: 56.25%;
}
.responsive-embed.responsive-embed-4-3 {
  padding-bottom: 75%;
}
.responsive-embed video,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/*
 * Classes to keep Theme Check happy - Do not remove (https://www.youtube.com/watch?v=NyEE0qpfeig)
*/
.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0 0 0 0);
}

#wpadminbar {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

:root {
  --vh: 1vh;
}

@media (min-width: 768px) {
  .landing__outer-wrap,
  .height-100vh {
    min-height: 100vh;
  }
}

/* Set up the custom property for the viewport height */
@media (max-width: 767px) {
  .landing__content-row {
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .landing__outer-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.landing__wrap {
  position: relative;
  width: 100vw;
  box-sizing: border-box;
}
.landing__wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 32px;
  right: 32px;
  height: 20px;
  box-sizing: border-box;
  background-image: url("img/tf1.png");
  background-repeat: round;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .landing__wrap::before {
    left: 64px;
    right: 64px;
    height: 40px;
  }
}
.landing__wrap::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 32px;
  right: 32px;
  height: 20px;
  box-sizing: border-box;
  background-image: url("img/bf1.png");
  background-repeat: round;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .landing__wrap::after {
    left: 64px;
    right: 64px;
    height: 40px;
  }
}

.landing__inner-wrap {
  position: relative;
  width: 100vw;
  box-sizing: border-box;
}
.landing__inner-wrap::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 10px;
  right: 10px;
  width: 20px;
  background-image: url("img/lf1.png");
  background-repeat: round;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .landing__inner-wrap::before {
    top: 40px;
    bottom: 40px;
    left: 22px;
    right: 22px;
    width: 40px;
  }
}
.landing__inner-wrap::after {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 10px;
  right: 10px;
  width: 20px;
  background-image: url("img/rf1.png");
  background-repeat: round;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .landing__inner-wrap::after {
    top: 40px;
    bottom: 40px;
    right: 22px;
    right: 22px;
    width: 40px;
  }
}

.landing__outer-wrap {
  position: relative;
}
.landing__outer-wrap::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 34px;
  bottom: 35px;
  left: 32px;
  background-image: url("img/line-frame-mobile.png"); /* Top border */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .landing__outer-wrap::before {
    top: 55px;
    right: 68px;
    bottom: 55px;
    left: 68px;
    background-image: url("img/line-frame.png"); /* Top border */
  }
}

.landing__content-row {
  padding: 90px 0 25px 0;
}
@media (min-width: 768px) {
  .landing__content-row {
    padding: 120px 0 65px 0;
    max-width: calc(100% - 210px);
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  overflow: hidden;
}

.launch-info {
  font-size: 16px;
  font-family: serif;
  color: #fff;
  line-height: 1.05;
  font-family: "tragedy-italic", serif;
}
@media (min-width: 992px) {
  .launch-info {
    font-size: 20px;
  }
}

.newsletter-text {
  font-family: serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.05;
  font-family: "tragedy-regular", serif;
}
@media (min-width: 992px) {
  .newsletter-text {
    font-size: 16px;
  }
}

.wordmark {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .wordmark {
    width: 460px;
    height: auto;
  }
}

/* Form container */
#mailerlite-form,
#mc_embed_shell {
  max-width: 400px;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

/* Input and button wrapper */
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

/* Email input field */
#email,
#mce-EMAIL {
  flex: 1;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  background-color: transparent;
  color: white; /* White text */
  outline: none;
}

/* Placeholder text styling */
#email::placeholder,
#mce-EMAIL::placeholder {
  color: rgba(255, 255, 255, 0.7); /* Semi-transparent white */
}

/* Submit button */
#mc-embedded-subscribe,
form button {
  padding: 5px 0 5px 20px;
  background-color: transparent;
  text-transform: uppercase;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0; /* Slight rounding for right side */
  transition: background-color 0.3s;
}

/* Button hover effect */
/* Adjust the height of input and button to match */
#email,
#mc-embedded-subscribe,
#mce-EMAIL {
  height: 30px;
}

.instagram-wrap {
  margin-bottom: 30px;
  margin-top: 55px;
}
@media (min-width: 992px) {
  .instagram-wrap {
    margin-top: 0;
  }
}

a.instagram-link {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
}

#mce-success-response {
  color: #fff;
  margin-top: 6px;
}
/*# sourceMappingURL=style.css.map */
