@charset "UTF-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: publica_sanslight, "Sofia Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
  line-height: inherit;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: publica_sansultralight;
  src: url(/publicasans-light-webfont.woff2) format("woff2"),
    url(../fonts/publicasans-ultralight-webfont.woff) format("woff"),
    url(../fonts/publicasans-ultralight-webfont.ttf) format("truetype"),
    url(../fonts/publicasans-ultralight-webfont.svg#publica_sansultralight)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: publica_sanslight;
  src: url(../fonts/publicasans-light-webfont.woff2) format("woff2"),
    url(../fonts/publicasans-light-webfont.woff) format("woff"),
    url(../fonts/publicasans-light-webfont.ttf) format("truetype"),
    url(../fonts/HelveticaNeueHv.ttf) format("truetype"),
    url(../fonts/HelveticaNeueIt.ttf) format("truetype"),
    url(../fonts/HelveticaNeue\ Light.ttf) format("truetype"),
    url(../fonts/publicasans-light-webfont.svg#publica_sanslight) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: publica_sansmedium;
  src: url(../fonts/publicasans-medium-webfont.woff2) format("woff2"),
    url(../fonts/publicasans-medium-webfont.woff) format("woff"),
    url(../fonts/publicasans-medium-webfont.ttf) format("truetype"),
    url(../fonts/Helvetica\ Neu\ Bold.ttf) format("truetype"),
    url(../fonts/HelveticaNeue\ Medium.ttf) format("truetype"),
    url(../fonts/publicasans-medium-webfont.svg#publica_sansmedium)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans", sans-serif;
  src: url(../fonts/SofiaSans-Bold.ttf) format("truetype"),
    url(../fonts/SofiaSans-BoldItalic.ttf) format("truetype"),
    url(../fonts/SofiaSans-ExtraBold.ttf) format("truetype"),
    url(../fonts/SofiaSans-Regular.ttf) format("truetype"),
    url(../fonts/SofiaSans-Medium.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}
h3 {
  font-size: 420x;
  line-height: 45px;
}
h4 {
  font-size: 26px;
  line-height: 30px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.category-space {
  padding-bottom: 80px;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.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%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.3333333333%;
}
.pull-2 {
  right: 16.6666666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.3333333333%;
}
.pull-5 {
  right: 41.6666666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.3333333333%;
}
.pull-8 {
  right: 66.6666666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.3333333333%;
}
.pull-11 {
  right: 91.6666666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.3333333333%;
}
.push-2 {
  left: 16.6666666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.3333333333%;
}
.push-5 {
  left: 41.6666666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.3333333333%;
}
.push-8 {
  left: 66.6666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.3333333333%;
}
.push-11 {
  left: 91.6666666667%;
}
.push-12 {
  left: 100%;
}
.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;
  }
  .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%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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;
  }
  .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%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .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;
  }
  .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%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .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%;
  }
}
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.logosdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .logosdiv {
    padding-top: 12em;
  }
}

@media (max-width: 767px) {
  .logosdiv {
    padding-top: 2em;
  }
}

@media (max-width: 1200px) {
  .logosdiv {
    padding-top: 1em;
  }
}
.imagelogodiv {
  max-width: 100%;
  height: auto;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  background-color: #fff;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-dots {
  position: absolute;
  bottom: 42px;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.owl-dots > button {
  margin-left: 10px;
}
.owl-dots > button:focus {
  outline: 0;
}
.owl-dots > button:first-child {
  margin-left: 0;
}
.owl-dots > button span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.59;
  background: 0 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-dots > button.active span {
  opacity: 1;
  background-color: #fff;
}
@media (min-width: 768px) {
  .owl-dots {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .owl-dots {
    bottom: 42px;
  }
  .owl-dots > button {
    margin-left: 14px;
  }
  .owl-dots > button span {
    width: 14px;
    height: 14px;
  }
  .owl-dots > button span:hover {
    opacity: 1;
    background-color: #fff;
  }
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  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;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?hdu1il);
  src: url(../fonts/icomoon.eot?hdu1il#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?hdu1il) format("truetype"),
    url(../fonts/icomoon.woff?hdu1il) format("woff"),
    url(../fonts/icomoon.svg?hdu1il#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-arrows:before {
  content: "";
}
.icon-beds:before {
  content: "";
}
.icon-doors:before {
  content: "";
}
.icon-kitchen:before {
  content: "";
}
.icon-mobilje:before {
  content: "";
}
.icon-windows:before {
  content: "";
}
::selection {
  color: #fff;
  background: #1d1d1d;
}
::-moz-selection {
  color: #fff;
  background: #1d1d1d;
}
.body-black {
  background-color: #1d1d1d;
}
.body-overflow {
  overflow: hidden;
}
#fullpage {
  z-index: 2;
}
.content {
  padding-left: 8.875vw;
  padding-right: 8.875vw;
}
.title {
  position: absolute;
  bottom: 10vh;
  right: 30px;
  text-align: right;
  z-index: 5;
  color: #fff;
}
.title h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  font-family: publica_sanslight;
  opacity: 0;
}
.title h1 > div {
  opacity: 0;
}
@media (min-width: 992px) {
  .title {
    bottom: 9.1111111111vh;
    right: 8.875vw;
  }
  .title h1 {
    font-size: 37px;
    line-height: 37px;
  }
}
@media (min-width: 1200px) {
  .title h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.full,
.section-img:after,
.section-main .section-main-bg,
.section-main:after,
.section-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover,
.gallery-section .gallery-slider .gallery img,
.section-about-info .section-about-info-img img,
.section-category .section-category-img,
.section-category-info > img,
.section-certificate > img,
.section-collection .section-collection-img img,
.section-img img,
.section-main-about > img,
.section-partners .section-partners-img img,
.section-showroom img,
.section-single-info .section-single-info-img img,
.section-single-product .section-single-product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.center,
.section-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo {
  display: block;
}
.logo img {
  min-width: 160px;
  height: auto;
}
.social-media {
  display: flex;
}
.social-media li {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.social-media li a {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.social-media li:first-child {
  margin-left: 0;
  font-size: 20px;
}
.social-media li:nth-child(2) {
  font-size: 18px;
}
.social-media li:last-child {
  font-size: 22px;
}
@media (max-width: 767px) {
  .social-media {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .social-media li:first-child {
    font-size: 22px;
  }
  .social-media li:nth-child(2) {
    font-size: 20px;
  }
  .social-media li:last-child {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .social-media li a:hover {
    color: #fff;
  }
}
.chars > div,
.titles > div {
  opacity: 0;
  transition: all 0.5s ease-in;
}
.chars > div:nth-child(1),
.titles > div:nth-child(1) {
  transition-delay: 525ms;
}
.chars > div:nth-child(2),
.titles > div:nth-child(2) {
  transition-delay: 0.55s;
}
.chars > div:nth-child(3),
.titles > div:nth-child(3) {
  transition-delay: 575ms;
}
.chars > div:nth-child(4),
.titles > div:nth-child(4) {
  transition-delay: 0.6s;
}
.chars > div:nth-child(5),
.titles > div:nth-child(5) {
  transition-delay: 625ms;
}
.chars > div:nth-child(6),
.titles > div:nth-child(6) {
  transition-delay: 0.65s;
}
.chars > div:nth-child(7),
.titles > div:nth-child(7) {
  transition-delay: 675ms;
}
.chars > div:nth-child(8),
.titles > div:nth-child(8) {
  transition-delay: 0.7s;
}
.chars > div:nth-child(9),
.titles > div:nth-child(9) {
  transition-delay: 725ms;
}
.chars > div:nth-child(10),
.titles > div:nth-child(10) {
  transition-delay: 0.75s;
}
.chars > div:nth-child(11),
.titles > div:nth-child(11) {
  transition-delay: 775ms;
}
.chars > div:nth-child(12),
.titles > div:nth-child(12) {
  transition-delay: 0.8s;
}
.chars > div:nth-child(13),
.titles > div:nth-child(13) {
  transition-delay: 825ms;
}
.chars > div:nth-child(14),
.titles > div:nth-child(14) {
  transition-delay: 0.85s;
}
.chars > div:nth-child(15),
.titles > div:nth-child(15) {
  transition-delay: 875ms;
}
.chars > div:nth-child(16),
.titles > div:nth-child(16) {
  transition-delay: 0.9s;
}
.chars > div:nth-child(17),
.titles > div:nth-child(17) {
  transition-delay: 925ms;
}
.chars > div:nth-child(18),
.titles > div:nth-child(18) {
  transition-delay: 0.95s;
}
.chars > div:nth-child(19),
.titles > div:nth-child(19) {
  transition-delay: 975ms;
}
.chars > div:nth-child(20),
.titles > div:nth-child(20) {
  transition-delay: 1s;
}
.chars > div:nth-child(21),
.titles > div:nth-child(21) {
  transition-delay: 1.025s;
}
.chars > div:nth-child(22),
.titles > div:nth-child(22) {
  transition-delay: 1.05s;
}
.chars > div:nth-child(23),
.titles > div:nth-child(23) {
  transition-delay: 1.075s;
}
.chars > div:nth-child(24),
.titles > div:nth-child(24) {
  transition-delay: 1.1s;
}
.chars > div:nth-child(25),
.titles > div:nth-child(25) {
  transition-delay: 1.125s;
}
.chars > div:nth-child(26),
.titles > div:nth-child(26) {
  transition-delay: 1.15s;
}
.chars > div:nth-child(27),
.titles > div:nth-child(27) {
  transition-delay: 1.175s;
}
.chars > div:nth-child(28),
.titles > div:nth-child(28) {
  transition-delay: 1.2s;
}
.chars > div:nth-child(29),
.titles > div:nth-child(29) {
  transition-delay: 1.225s;
}
.chars > div:nth-child(30),
.titles > div:nth-child(30) {
  transition-delay: 1.25s;
}
.chars > div:nth-child(31),
.titles > div:nth-child(31) {
  transition-delay: 1.275s;
}
.chars > div:nth-child(32),
.titles > div:nth-child(32) {
  transition-delay: 1.3s;
}
.chars > div:nth-child(33),
.titles > div:nth-child(33) {
  transition-delay: 1.325s;
}
.chars > div:nth-child(34),
.titles > div:nth-child(34) {
  transition-delay: 1.35s;
}
.chars > div:nth-child(35),
.titles > div:nth-child(35) {
  transition-delay: 1.375s;
}
.chars > div:nth-child(36),
.titles > div:nth-child(36) {
  transition-delay: 1.4s;
}
.chars > div:nth-child(37),
.titles > div:nth-child(37) {
  transition-delay: 1.425s;
}
.chars > div:nth-child(38),
.titles > div:nth-child(38) {
  transition-delay: 1.45s;
}
.chars > div:nth-child(39),
.titles > div:nth-child(39) {
  transition-delay: 1.475s;
}
.chars > div:nth-child(40),
.titles > div:nth-child(40) {
  transition-delay: 1.5s;
}
.chars > div:nth-child(41),
.titles > div:nth-child(41) {
  transition-delay: 1.525s;
}
.chars > div:nth-child(42),
.titles > div:nth-child(42) {
  transition-delay: 1.55s;
}
.chars > div:nth-child(43),
.titles > div:nth-child(43) {
  transition-delay: 1.575s;
}
.chars > div:nth-child(44),
.titles > div:nth-child(44) {
  transition-delay: 1.6s;
}
.chars > div:nth-child(45),
.titles > div:nth-child(45) {
  transition-delay: 1.625s;
}
.chars > div:nth-child(46),
.titles > div:nth-child(46) {
  transition-delay: 1.65s;
}
.chars > div:nth-child(47),
.titles > div:nth-child(47) {
  transition-delay: 1.675s;
}
.chars > div:nth-child(48),
.titles > div:nth-child(48) {
  transition-delay: 1.7s;
}
.chars > div:nth-child(49),
.titles > div:nth-child(49) {
  transition-delay: 1.725s;
}
.chars > div:nth-child(50),
.titles > div:nth-child(50) {
  transition-delay: 1.75s;
}
.chars > div:nth-child(51),
.titles > div:nth-child(51) {
  transition-delay: 1.775s;
}
.chars > div:nth-child(52),
.titles > div:nth-child(52) {
  transition-delay: 1.8s;
}
.chars > div:nth-child(53),
.titles > div:nth-child(53) {
  transition-delay: 1.825s;
}
.chars > div:nth-child(54),
.titles > div:nth-child(54) {
  transition-delay: 1.85s;
}
.chars > div:nth-child(55),
.titles > div:nth-child(55) {
  transition-delay: 1.875s;
}
.chars > div:nth-child(56),
.titles > div:nth-child(56) {
  transition-delay: 1.9s;
}
.chars > div:nth-child(57),
.titles > div:nth-child(57) {
  transition-delay: 1.925s;
}
.chars > div:nth-child(58),
.titles > div:nth-child(58) {
  transition-delay: 1.95s;
}
.chars > div:nth-child(59),
.titles > div:nth-child(59) {
  transition-delay: 1.975s;
}
.chars > div:nth-child(60),
.titles > div:nth-child(60) {
  transition-delay: 2s;
}
.chars > div:nth-child(61),
.titles > div:nth-child(61) {
  transition-delay: 2.025s;
}
.chars > div:nth-child(62),
.titles > div:nth-child(62) {
  transition-delay: 2.05s;
}
.chars > div:nth-child(63),
.titles > div:nth-child(63) {
  transition-delay: 2.075s;
}
.chars > div:nth-child(64),
.titles > div:nth-child(64) {
  transition-delay: 2.1s;
}
.chars > div:nth-child(65),
.titles > div:nth-child(65) {
  transition-delay: 2.125s;
}
.chars > div:nth-child(66),
.titles > div:nth-child(66) {
  transition-delay: 2.15s;
}
.chars > div:nth-child(67),
.titles > div:nth-child(67) {
  transition-delay: 2.175s;
}
.chars > div:nth-child(68),
.titles > div:nth-child(68) {
  transition-delay: 2.2s;
}
.chars > div:nth-child(69),
.titles > div:nth-child(69) {
  transition-delay: 2.225s;
}
.chars > div:nth-child(70),
.titles > div:nth-child(70) {
  transition-delay: 2.25s;
}
.chars > div:nth-child(71),
.titles > div:nth-child(71) {
  transition-delay: 2.275s;
}
.chars > div:nth-child(72),
.titles > div:nth-child(72) {
  transition-delay: 2.3s;
}
.chars > div:nth-child(73),
.titles > div:nth-child(73) {
  transition-delay: 2.325s;
}
.chars > div:nth-child(74),
.titles > div:nth-child(74) {
  transition-delay: 2.35s;
}
.chars > div:nth-child(75),
.titles > div:nth-child(75) {
  transition-delay: 2.375s;
}
.chars > div:nth-child(76),
.titles > div:nth-child(76) {
  transition-delay: 2.4s;
}
.chars > div:nth-child(77),
.titles > div:nth-child(77) {
  transition-delay: 2.425s;
}
.chars > div:nth-child(78),
.titles > div:nth-child(78) {
  transition-delay: 2.45s;
}
.chars > div:nth-child(79),
.titles > div:nth-child(79) {
  transition-delay: 2.475s;
}
.chars > div:nth-child(80),
.titles > div:nth-child(80) {
  transition-delay: 2.5s;
}
.chars > div:nth-child(81),
.titles > div:nth-child(81) {
  transition-delay: 2.525s;
}
.chars > div:nth-child(82),
.titles > div:nth-child(82) {
  transition-delay: 2.55s;
}
.chars > div:nth-child(83),
.titles > div:nth-child(83) {
  transition-delay: 2.575s;
}
.chars > div:nth-child(84),
.titles > div:nth-child(84) {
  transition-delay: 2.6s;
}
.chars > div:nth-child(85),
.titles > div:nth-child(85) {
  transition-delay: 2.625s;
}
.chars > div:nth-child(86),
.titles > div:nth-child(86) {
  transition-delay: 2.65s;
}
.chars > div:nth-child(87),
.titles > div:nth-child(87) {
  transition-delay: 2.675s;
}
.chars > div:nth-child(88),
.titles > div:nth-child(88) {
  transition-delay: 2.7s;
}
.chars > div:nth-child(89),
.titles > div:nth-child(89) {
  transition-delay: 2.725s;
}
.chars > div:nth-child(90),
.titles > div:nth-child(90) {
  transition-delay: 2.75s;
}
.chars > div:nth-child(91),
.titles > div:nth-child(91) {
  transition-delay: 2.775s;
}
.chars > div:nth-child(92),
.titles > div:nth-child(92) {
  transition-delay: 2.8s;
}
.chars > div:nth-child(93),
.titles > div:nth-child(93) {
  transition-delay: 2.825s;
}
.chars > div:nth-child(94),
.titles > div:nth-child(94) {
  transition-delay: 2.85s;
}
.chars > div:nth-child(95),
.titles > div:nth-child(95) {
  transition-delay: 2.875s;
}
.chars > div:nth-child(96),
.titles > div:nth-child(96) {
  transition-delay: 2.9s;
}
.chars > div:nth-child(97),
.titles > div:nth-child(97) {
  transition-delay: 2.925s;
}
.chars > div:nth-child(98),
.titles > div:nth-child(98) {
  transition-delay: 2.95s;
}
.chars > div:nth-child(99),
.titles > div:nth-child(99) {
  transition-delay: 2.975s;
}
.chars > div:nth-child(100),
.titles > div:nth-child(100) {
  transition-delay: 3s;
}
.chars > div:nth-child(101),
.titles > div:nth-child(101) {
  transition-delay: 3.025s;
}
.chars > div:nth-child(102),
.titles > div:nth-child(102) {
  transition-delay: 3.05s;
}
.chars > div:nth-child(103),
.titles > div:nth-child(103) {
  transition-delay: 3.075s;
}
.chars > div:nth-child(104),
.titles > div:nth-child(104) {
  transition-delay: 3.1s;
}
.chars > div:nth-child(105),
.titles > div:nth-child(105) {
  transition-delay: 3.125s;
}
.chars > div:nth-child(106),
.titles > div:nth-child(106) {
  transition-delay: 3.15s;
}
.chars > div:nth-child(107),
.titles > div:nth-child(107) {
  transition-delay: 3.175s;
}
.chars > div:nth-child(108),
.titles > div:nth-child(108) {
  transition-delay: 3.2s;
}
.chars > div:nth-child(109),
.titles > div:nth-child(109) {
  transition-delay: 3.225s;
}
.chars > div:nth-child(110),
.titles > div:nth-child(110) {
  transition-delay: 3.25s;
}
.chars > div:nth-child(111),
.titles > div:nth-child(111) {
  transition-delay: 3.275s;
}
.chars > div:nth-child(112),
.titles > div:nth-child(112) {
  transition-delay: 3.3s;
}
.chars > div:nth-child(113),
.titles > div:nth-child(113) {
  transition-delay: 3.325s;
}
.chars > div:nth-child(114),
.titles > div:nth-child(114) {
  transition-delay: 3.35s;
}
.chars > div:nth-child(115),
.titles > div:nth-child(115) {
  transition-delay: 3.375s;
}
.chars > div:nth-child(116),
.titles > div:nth-child(116) {
  transition-delay: 3.4s;
}
.chars > div:nth-child(117),
.titles > div:nth-child(117) {
  transition-delay: 3.425s;
}
.chars > div:nth-child(118),
.titles > div:nth-child(118) {
  transition-delay: 3.45s;
}
.chars > div:nth-child(119),
.titles > div:nth-child(119) {
  transition-delay: 3.475s;
}
.chars > div:nth-child(120),
.titles > div:nth-child(120) {
  transition-delay: 3.5s;
}
.chars > div:nth-child(121),
.titles > div:nth-child(121) {
  transition-delay: 3.525s;
}
.chars > div:nth-child(122),
.titles > div:nth-child(122) {
  transition-delay: 3.55s;
}
.chars > div:nth-child(123),
.titles > div:nth-child(123) {
  transition-delay: 3.575s;
}
.chars > div:nth-child(124),
.titles > div:nth-child(124) {
  transition-delay: 3.6s;
}
.chars > div:nth-child(125),
.titles > div:nth-child(125) {
  transition-delay: 3.625s;
}
.chars > div:nth-child(126),
.titles > div:nth-child(126) {
  transition-delay: 3.65s;
}
.chars > div:nth-child(127),
.titles > div:nth-child(127) {
  transition-delay: 3.675s;
}
.chars > div:nth-child(128),
.titles > div:nth-child(128) {
  transition-delay: 3.7s;
}
.chars > div:nth-child(129),
.titles > div:nth-child(129) {
  transition-delay: 3.725s;
}
.chars > div:nth-child(130),
.titles > div:nth-child(130) {
  transition-delay: 3.75s;
}
.chars > div:nth-child(131),
.titles > div:nth-child(131) {
  transition-delay: 3.775s;
}
.chars > div:nth-child(132),
.titles > div:nth-child(132) {
  transition-delay: 3.8s;
}
.chars > div:nth-child(133),
.titles > div:nth-child(133) {
  transition-delay: 3.825s;
}
.chars > div:nth-child(134),
.titles > div:nth-child(134) {
  transition-delay: 3.85s;
}
.chars > div:nth-child(135),
.titles > div:nth-child(135) {
  transition-delay: 3.875s;
}
.chars > div:nth-child(136),
.titles > div:nth-child(136) {
  transition-delay: 3.9s;
}
.chars > div:nth-child(137),
.titles > div:nth-child(137) {
  transition-delay: 3.925s;
}
.chars > div:nth-child(138),
.titles > div:nth-child(138) {
  transition-delay: 3.95s;
}
.chars > div:nth-child(139),
.titles > div:nth-child(139) {
  transition-delay: 3.975s;
}
.chars > div:nth-child(140),
.titles > div:nth-child(140) {
  transition-delay: 4s;
}
.chars > div:nth-child(141),
.titles > div:nth-child(141) {
  transition-delay: 4.025s;
}
.chars > div:nth-child(142),
.titles > div:nth-child(142) {
  transition-delay: 4.05s;
}
.chars > div:nth-child(143),
.titles > div:nth-child(143) {
  transition-delay: 4.075s;
}
.chars > div:nth-child(144),
.titles > div:nth-child(144) {
  transition-delay: 4.1s;
}
.chars > div:nth-child(145),
.titles > div:nth-child(145) {
  transition-delay: 4.125s;
}
.chars > div:nth-child(146),
.titles > div:nth-child(146) {
  transition-delay: 4.15s;
}
.chars > div:nth-child(147),
.titles > div:nth-child(147) {
  transition-delay: 4.175s;
}
.chars > div:nth-child(148),
.titles > div:nth-child(148) {
  transition-delay: 4.2s;
}
.chars > div:nth-child(149),
.titles > div:nth-child(149) {
  transition-delay: 4.225s;
}
.chars > div:nth-child(150),
.titles > div:nth-child(150) {
  transition-delay: 4.25s;
}
.chars > div:nth-child(151),
.titles > div:nth-child(151) {
  transition-delay: 4.275s;
}
.chars > div:nth-child(152),
.titles > div:nth-child(152) {
  transition-delay: 4.3s;
}
.chars > div:nth-child(153),
.titles > div:nth-child(153) {
  transition-delay: 4.325s;
}
.chars > div:nth-child(154),
.titles > div:nth-child(154) {
  transition-delay: 4.35s;
}
.chars > div:nth-child(155),
.titles > div:nth-child(155) {
  transition-delay: 4.375s;
}
.chars > div:nth-child(156),
.titles > div:nth-child(156) {
  transition-delay: 4.4s;
}
.chars > div:nth-child(157),
.titles > div:nth-child(157) {
  transition-delay: 4.425s;
}
.chars > div:nth-child(158),
.titles > div:nth-child(158) {
  transition-delay: 4.45s;
}
.chars > div:nth-child(159),
.titles > div:nth-child(159) {
  transition-delay: 4.475s;
}
.chars > div:nth-child(160),
.titles > div:nth-child(160) {
  transition-delay: 4.5s;
}
.chars > div:nth-child(161),
.titles > div:nth-child(161) {
  transition-delay: 4.525s;
}
.chars > div:nth-child(162),
.titles > div:nth-child(162) {
  transition-delay: 4.55s;
}
.chars > div:nth-child(163),
.titles > div:nth-child(163) {
  transition-delay: 4.575s;
}
.chars > div:nth-child(164),
.titles > div:nth-child(164) {
  transition-delay: 4.6s;
}
.chars > div:nth-child(165),
.titles > div:nth-child(165) {
  transition-delay: 4.625s;
}
.chars > div:nth-child(166),
.titles > div:nth-child(166) {
  transition-delay: 4.65s;
}
.chars > div:nth-child(167),
.titles > div:nth-child(167) {
  transition-delay: 4.675s;
}
.chars > div:nth-child(168),
.titles > div:nth-child(168) {
  transition-delay: 4.7s;
}
.chars > div:nth-child(169),
.titles > div:nth-child(169) {
  transition-delay: 4.725s;
}
.chars > div:nth-child(170),
.titles > div:nth-child(170) {
  transition-delay: 4.75s;
}
.chars > div:nth-child(171),
.titles > div:nth-child(171) {
  transition-delay: 4.775s;
}
.chars > div:nth-child(172),
.titles > div:nth-child(172) {
  transition-delay: 4.8s;
}
.chars > div:nth-child(173),
.titles > div:nth-child(173) {
  transition-delay: 4.825s;
}
.chars > div:nth-child(174),
.titles > div:nth-child(174) {
  transition-delay: 4.85s;
}
.chars > div:nth-child(175),
.titles > div:nth-child(175) {
  transition-delay: 4.875s;
}
.chars > div:nth-child(176),
.titles > div:nth-child(176) {
  transition-delay: 4.9s;
}
.chars > div:nth-child(177),
.titles > div:nth-child(177) {
  transition-delay: 4.925s;
}
.chars > div:nth-child(178),
.titles > div:nth-child(178) {
  transition-delay: 4.95s;
}
.chars > div:nth-child(179),
.titles > div:nth-child(179) {
  transition-delay: 4.975s;
}
.chars > div:nth-child(180),
.titles > div:nth-child(180) {
  transition-delay: 5s;
}
.chars > div:nth-child(181),
.titles > div:nth-child(181) {
  transition-delay: 5.025s;
}
.chars > div:nth-child(182),
.titles > div:nth-child(182) {
  transition-delay: 5.05s;
}
.chars > div:nth-child(183),
.titles > div:nth-child(183) {
  transition-delay: 5.075s;
}
.chars > div:nth-child(184),
.titles > div:nth-child(184) {
  transition-delay: 5.1s;
}
.chars > div:nth-child(185),
.titles > div:nth-child(185) {
  transition-delay: 5.125s;
}
.chars > div:nth-child(186),
.titles > div:nth-child(186) {
  transition-delay: 5.15s;
}
.chars > div:nth-child(187),
.titles > div:nth-child(187) {
  transition-delay: 5.175s;
}
.chars > div:nth-child(188),
.titles > div:nth-child(188) {
  transition-delay: 5.2s;
}
.chars > div:nth-child(189),
.titles > div:nth-child(189) {
  transition-delay: 5.225s;
}
.chars > div:nth-child(190),
.titles > div:nth-child(190) {
  transition-delay: 5.25s;
}
.chars > div:nth-child(191),
.titles > div:nth-child(191) {
  transition-delay: 5.275s;
}
.chars > div:nth-child(192),
.titles > div:nth-child(192) {
  transition-delay: 5.3s;
}
.chars > div:nth-child(193),
.titles > div:nth-child(193) {
  transition-delay: 5.325s;
}
.chars > div:nth-child(194),
.titles > div:nth-child(194) {
  transition-delay: 5.35s;
}
.chars > div:nth-child(195),
.titles > div:nth-child(195) {
  transition-delay: 5.375s;
}
.chars > div:nth-child(196),
.titles > div:nth-child(196) {
  transition-delay: 5.4s;
}
.chars > div:nth-child(197),
.titles > div:nth-child(197) {
  transition-delay: 5.425s;
}
.chars > div:nth-child(198),
.titles > div:nth-child(198) {
  transition-delay: 5.45s;
}
.chars > div:nth-child(199),
.titles > div:nth-child(199) {
  transition-delay: 5.475s;
}
.chars > div:nth-child(200),
.titles > div:nth-child(200) {
  transition-delay: 5.5s;
}
.chars > div:nth-child(201),
.titles > div:nth-child(201) {
  transition-delay: 5.525s;
}
.chars > div:nth-child(202),
.titles > div:nth-child(202) {
  transition-delay: 5.55s;
}
.chars > div:nth-child(203),
.titles > div:nth-child(203) {
  transition-delay: 5.575s;
}
.chars > div:nth-child(204),
.titles > div:nth-child(204) {
  transition-delay: 5.6s;
}
.chars > div:nth-child(205),
.titles > div:nth-child(205) {
  transition-delay: 5.625s;
}
.chars > div:nth-child(206),
.titles > div:nth-child(206) {
  transition-delay: 5.65s;
}
.chars > div:nth-child(207),
.titles > div:nth-child(207) {
  transition-delay: 5.675s;
}
.chars > div:nth-child(208),
.titles > div:nth-child(208) {
  transition-delay: 5.7s;
}
.chars > div:nth-child(209),
.titles > div:nth-child(209) {
  transition-delay: 5.725s;
}
.chars > div:nth-child(210),
.titles > div:nth-child(210) {
  transition-delay: 5.75s;
}
.chars > div:nth-child(211),
.titles > div:nth-child(211) {
  transition-delay: 5.775s;
}
.chars > div:nth-child(212),
.titles > div:nth-child(212) {
  transition-delay: 5.8s;
}
.chars > div:nth-child(213),
.titles > div:nth-child(213) {
  transition-delay: 5.825s;
}
.chars > div:nth-child(214),
.titles > div:nth-child(214) {
  transition-delay: 5.85s;
}
.chars > div:nth-child(215),
.titles > div:nth-child(215) {
  transition-delay: 5.875s;
}
.chars > div:nth-child(216),
.titles > div:nth-child(216) {
  transition-delay: 5.9s;
}
.chars > div:nth-child(217),
.titles > div:nth-child(217) {
  transition-delay: 5.925s;
}
.chars > div:nth-child(218),
.titles > div:nth-child(218) {
  transition-delay: 5.95s;
}
.chars > div:nth-child(219),
.titles > div:nth-child(219) {
  transition-delay: 5.975s;
}
.chars > div:nth-child(220),
.titles > div:nth-child(220) {
  transition-delay: 6s;
}
.chars > div:nth-child(221),
.titles > div:nth-child(221) {
  transition-delay: 6.025s;
}
.chars > div:nth-child(222),
.titles > div:nth-child(222) {
  transition-delay: 6.05s;
}
.chars > div:nth-child(223),
.titles > div:nth-child(223) {
  transition-delay: 6.075s;
}
.chars > div:nth-child(224),
.titles > div:nth-child(224) {
  transition-delay: 6.1s;
}
.chars > div:nth-child(225),
.titles > div:nth-child(225) {
  transition-delay: 6.125s;
}
.chars > div:nth-child(226),
.titles > div:nth-child(226) {
  transition-delay: 6.15s;
}
.chars > div:nth-child(227),
.titles > div:nth-child(227) {
  transition-delay: 6.175s;
}
.chars > div:nth-child(228),
.titles > div:nth-child(228) {
  transition-delay: 6.2s;
}
.chars > div:nth-child(229),
.titles > div:nth-child(229) {
  transition-delay: 6.225s;
}
.chars > div:nth-child(230),
.titles > div:nth-child(230) {
  transition-delay: 6.25s;
}
.chars > div:nth-child(231),
.titles > div:nth-child(231) {
  transition-delay: 6.275s;
}
.chars > div:nth-child(232),
.titles > div:nth-child(232) {
  transition-delay: 6.3s;
}
.chars > div:nth-child(233),
.titles > div:nth-child(233) {
  transition-delay: 6.325s;
}
.chars > div:nth-child(234),
.titles > div:nth-child(234) {
  transition-delay: 6.35s;
}
.chars > div:nth-child(235),
.titles > div:nth-child(235) {
  transition-delay: 6.375s;
}
.chars > div:nth-child(236),
.titles > div:nth-child(236) {
  transition-delay: 6.4s;
}
.chars > div:nth-child(237),
.titles > div:nth-child(237) {
  transition-delay: 6.425s;
}
.chars > div:nth-child(238),
.titles > div:nth-child(238) {
  transition-delay: 6.45s;
}
.chars > div:nth-child(239),
.titles > div:nth-child(239) {
  transition-delay: 6.475s;
}
.chars > div:nth-child(240),
.titles > div:nth-child(240) {
  transition-delay: 6.5s;
}
.active .chars > div,
.active .titles > div {
  opacity: 1;
}
@media (min-width: 992px) {
  .chars,
  .titles {
    opacity: 0;
  }
  .chars.active,
  .titles.active {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .more {
    opacity: 0;
    transition: opacity 0.8s ease 0.6s;
  }
  .active .more {
    opacity: 1;
  }
}
.more svg path {
  fill: #fff;
  transition: all 1s ease 0.5s;
}
.more .top {
  transform: scaleY(0);
  transform-origin: right center;
}
.more .middle {
  transform: scaleX(0);
  transform-origin: left center;
}
.more .bottom {
  transform: scaleX(0);
  transform-origin: right center;
}
.active .more .top {
  transform: scaleY(1);
}
.active .more .middle {
  transform: scaleX(1);
}
.active .more .bottom {
  transform: scaleY(1);
}
.section {
  position: relative;
}
.section ul {
  list-style-type: none;
}
.section.section-black {
  background-color: #1d1d1d;
}
.section-category-content {
  background-color: #fff;
}
.section-black {
  background-color: #1d1d1d;
}
@media (min-width: 992px) {
  .section-full {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .section-full .section-content {
    padding: 60px 15px 80px 15px;
  }
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-img .section-bg {
  opacity: 0.2;
  transition: 0.5s opacity 0.5s ease-in-out;
}
.active .section-bg {
  opacity: 1;
}
.active.section-about .section-bg {
  opacity: 0.57;
}
.section-logo {
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 92px;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform-origin: center center;
  transform: scale(0.925);
  transition: 0.5s all 0.5s ease-in-out;
}
.active .section-logo {
  opacity: 1;
  transform: scale(1);
}
.section-arrow {
  position: absolute;
  bottom: 8.88vh;
  right: 8.4375vw;
  font-size: 44px;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.5s all 0.5s ease-in-out;
  transform-origin: center center;
  transform: scale(0.925);
}
.active .section-arrow {
  opacity: 1;
  transform: scale(1);
}
.section-content-center {
  background-color: #282828;
}
.section-content-center:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(
    top,
    rgba(21, 21, 21, 0.72) 0,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 21, 21, 0.72) 0,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 21, 21, 0.72) 0,
    rgba(125, 185, 232, 0) 100%
  );
}
.section-content-center img {
  opacity: 0.2;
  transition: 0.5s opacity 0.5s ease-in-out;
}
.active .section-content-center img {
  opacity: 1;
}
.active .section-content-center .section-content-center-text h2 > div {
  opacity: 1;
}
.section-auto {
  height: auto !important;
}
.section-content {
  padding: 80px 15px;
  color: #d8c277;
  text-align: center;
}
.section-content h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 3.7777777778vh;
  color: #d8c277;
}
.section-content p {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.35;
  margin-bottom: 50px;
  color: #d8c277;
}
.section-content .section-content-text {
  width: 100%;
  color: #d8c277;
}
@media (min-width: 992px) {
  .section-content {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .section-content h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
  }
  .section-content p {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .section-content .section-content-text {
    width: 55%;
    margin: 0 auto 13.7777777778vh auto;
  }
}
.section-content-about {
  padding: 80px 15px;
  color: #fff;
  text-align: center;
}
.section-content-about h2 {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 3.7777777778vh;
}
.section-content-about p {
  max-width: 909px;
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 16px;
  line-height: 28px;
}
.section-content-about .section-content-text {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section-content-about {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .section-content-about h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 78px;
  }
  .section-content-about p {
    font-size: 32px;
    line-height: 45px;
  }
  .section-content-about .section-content-text {
    width: 78%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-content-about .section-content-text {
    width: 56.875%;
  }
}
.section-title {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 3;
  text-align: center;
  font-family: publica_sanslight;
}
.section-title.section-title-center {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  padding: 0 30px;
}
.section-title h2 > div,
.section-title h3 > div {
  opacity: 0;
  transform-origin: left center;
  transition: 0.5s all 0.5s ease-in-out;
}
.section-title h2 > div:nth-child(1),
.section-title h3 > div:nth-child(1) {
  transition-delay: 0.5s;
}
.section-title h2 > div:nth-child(2),
.section-title h3 > div:nth-child(2) {
  transition-delay: 0.6s;
}
.section-title h2 > div:nth-child(3),
.section-title h3 > div:nth-child(3) {
  transition-delay: 0.7s;
}
.section-title h2 > div:nth-child(4),
.section-title h3 > div:nth-child(4) {
  transition-delay: 0.8s;
}
.section-title h2 > div:nth-child(5),
.section-title h3 > div:nth-child(5) {
  transition-delay: 0.9s;
}
.section-title h2 > div:nth-child(6),
.section-title h3 > div:nth-child(6) {
  transition-delay: 1s;
}
.section-title h2 > div:nth-child(7),
.section-title h3 > div:nth-child(7) {
  transition-delay: 1.1s;
}
.section-title h2 > div:nth-child(8),
.section-title h3 > div:nth-child(8) {
  transition-delay: 1.2s;
}
.active .section-title h2 > div,
.active .section-title h3 > div {
  opacity: 1;
}
.section-text {
  position: relative;
  z-index: 3;
  padding-top: 14.2222222222vh;
  text-align: center;
  color: #fff;
  max-width: 51.25%;
  margin: 0 auto;
}
.section-text a,
.section-text h3,
.section-text h4,
.section-text p {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.section-text h3 {
  font-weight: 300;
  margin-bottom: 4.4444444444vh;
  transition-delay: 0.6s;
}
.section-text h4 {
  text-transform: uppercase;
  line-height: 43px;
  color: rgba(255, 255, 255, 0.31);
  margin-bottom: 16px;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-family: publica_sanslight;
  transition-delay: 0.5s;
}
.section-text p {
  font-family: publica_sansultralight;
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 50px;
  transition-delay: 0.7s;
}
.section-text a {
  font-size: 32px;
  color: #c3c3c3;
  transition-delay: 0.8s;
}
.active .section-text a,
.active .section-text h3,
.active .section-text h4,
.active .section-text p {
  opacity: 1;
}
.section-img {
  position: relative;
  color: #fff;
  height: auto;
  font-family: publica_sanslight;
  background-color: #1e1e1e;
  padding: 40px 0;
  height: 44vh;
}
.section-img:after {
  content: "";
  background: linear-gradient(#151515 0, rgba(29, 29, 29, 0) 100%);
  opacity: 0.72;
  z-index: 2;
}
.section-img img {
  z-index: 1;
  transition: 0.5s opacity 0.5s ease-in-out;
}
.section-img h2 {
  z-index: 3;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.section-img.active img {
  opacity: 1;
}
.section-img.active h2 > div {
  opacity: 1;
}
@media (min-width: 768px) {
  .section-img {
    height: 44vh;
    padding: 0;
  }
  .section-img h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .section-img img {
    object-position: right center;
  }
}
@media (min-width: 992px) {
  .section-img {
    height: 100vh;
  }
  .section-img img {
    opacity: 0.2;
  }
  .section-img h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.section-video {
  position: relative;
  color: #fff;
  height: auto;
  font-family: publica_sanslight;
  background-color: #1e1e1e;
  padding: 40px 0;
}
.section-video video {
  transition: 0.5s opacity 0.5s ease-in-out;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.section-video h2 {
  z-index: 3;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.section-video.active img {
  opacity: 1;
}
.section-video.active h2 > div {
  opacity: 1;
}
@media (min-width: 768px) {
  .section-video {
    height: 44vh;
    padding: 0;
  }
  .section-video h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .section-video {
    height: 100vh;
  }
}

.section-main-text {
  color: #d8c277;
}

.section-main {
  background-color: #282828;
}
.section-main:after,
.section-main:before {
  content: "";
  z-index: 3;
  background-color: #1c1b1a;
  transition: all 1.25s ease;
}
.section-main:before {
  clip-path: polygon(0 0, 46.9357% 0, 11.0625% 100%, 0 100%);
}
.section-main:after {
  transition-delay: 0.1s;
  clip-path: polygon(82.6875% 0, 100% 0, 100% 100%, 46.8125% 100%);
}
.section-main .section-main-bg {
  display: block;
  background-color: #1c1b1a;
  z-index: 1;
}
.section-main > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.section-main.section-main-first .section-bg {
  clip-path: polygon(46.9375% 0, 82.6875% 0, 46.8125% 100%, 11.0625% 100%);
}
.section-main.section-main-second .section-bg {
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.section-main.section-main-third:after,
.section-main.section-main-third:before {
  background-color: rgba(28, 27, 26, 0.43);
}
@media (max-width: 449px) {
  .section-main {
    height: 90vh;
    position: relative;
    z-index: 1;
  }
  .section-main:after,
  .section-main:before {
    display: none;
  }
  .section-main .section-main-bg {
    z-index: 3;
    transition: all 1s ease;
    transform-origin: bottom center;
  }
  .section-main.section-main-second .section-main-bg {
    transform: scaleY(0);
  }
}
@media (min-width: 450px) and (max-width: 991px) {
  .section-main {
    height: 100vh;
  }
}
@media (min-width: 450px) {
  .section-main > img {
    clip-path: polygon(
      11.0625% 100%,
      46.8125% 100%,
      46.8125% 100%,
      11.0625% 100%
    );
  }
}
.section-category {
  position: relative;
  z-index: 1;
  height: 50vh;
  background-color: #1e1e1e;
}
.section-category .section-category-img {
  z-index: 1;
  transition: 0.5s opacity 0.5s ease-in-out;
}
.section-category .section-category-bg,
.section-category:after,
.section-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(29, 29, 29, 0) 0,
    rgba(29, 29, 29, 0) 36.95%,
    rgba(29, 29, 29, 0) 60.1%,
    #1d1d1d 100%
  );
  opacity: 0.8;
}
.section-category .chars {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #d8c277;
  z-index: 6;
  width: 100%;
}
.section-category .section-category-logo {
  position: absolute;
  top: 3.5vh;
  left: 50%;
  color: #fff;
  z-index: 5;
  font-size: 50px;
  transition: all 0.8s ease 0.6s;
  transform-origin: center center;
  transform: translate(-50%, 0);
}
.section-category .more {
  position: absolute;
  bottom: 6.85vh;
  right: 6.75vw;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  z-index: 6;
}
.section-category.active .section-category-logo {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.section-category.active .chars > div {
  opacity: 1;
}
@media (min-width: 768px) {
  .section-category {
    height: 54vh;
  }
  .section-category .chars {
    font-size: 42px;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: black;
    line-height: 29px;
    top: 50vh;
  }
  .section-category .section-category-logo {
    font-size: 70px;
    top: 5vh;
  }
  .section-category .more {
    font-size: 26px;
    bottom: 7.5vh;
    right: 8.5vw;
    display: block;
  }
}
@media (max-width: 991px) {
  .section-category .section-category-logo {
    transform: translate(-50%, 0) scale(0.6);
  }
}
@media (min-width: 992px) {
  .section-category {
    height: 100vh;
  }
  .section-category .section-category-img {
    opacity: 0.2;
  }
  .section-category .chars {
    font-size: 34px;
    line-height: 36px;
    bottom: 7vh;
    color: #fff;
  }
  .section-category .section-category-logo {
    font-size: 92px;
    top: 18vh;
    opacity: 0;
    transform: translate(-50%, 0) scale(0.9);
  }
  .section-category .more {
    font-size: 35px;
    bottom: 8.8888888889vh;
  }
}
.category-kitchen:after {
  z-index: 2;
}
.category-kitchen:before {
  z-index: 3;
}
.category-kitchen .section-category-bg {
  z-index: 4;
  transform: rotate(180deg);
  transform-origin: center center;
}
.category-kitchen.active .section-category-img {
  opacity: 1;
}
.category-doors:after {
  z-index: 2;
}
.category-doors:before {
  z-index: 3;
  transform: rotate(180deg);
  transform-origin: center center;
}
.category-doors.active .section-category-img {
  opacity: 0.81;
}
.category-furniture:after {
  z-index: 2;
  transform: rotate(180deg);
  transform-origin: center center;
}
.category-furniture:before {
  z-index: 3;
  background: linear-gradient(
    rgba(29, 29, 29, 0) 0,
    rgba(29, 29, 29, 0) 36.95%,
    rgba(29, 29, 29, 0) 60.1%,
    #1d1d1d 100%
  );
  opacity: 0.8;
}
.category-furniture .section-category-bg {
  z-index: 4;
  background: #0f0f0f;
  opacity: 0.35;
}
.category-furniture.active .section-category-img {
  opacity: 1;
}
.category-windows:after {
  opacity: 0.5;
  z-index: 2;
}
.category-windows:after {
  z-index: 3;
  opacity: 0.8;
  transform: rotate(180deg);
  transform-origin: center center;
}
.category-windows .section-category-bg {
  background: #0f0f0f;
  opacity: 0.35;
  z-index: 4;
}
.category-windows.active .section-category-img {
  opacity: 1;
}
.section-main-category {
  position: relative;
  z-index: 1;
  background-color: #1b1e23;
}
.section-main-category > img {
  width: 100%;
  height: auto;
}
.section-main-category.active > img {
  opacity: 1;
}
.section-main-category .section-main-text {
  padding: 40px 30px 20px 30px;
}
.section-main-category .section-main-text h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: publica_sanslight;
  margin-bottom: 14px;
  text-align: center;
}
.section-main-category .section-main-text a.titles,
.section-main-category .section-main-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  font-family: publica_sansultralight;
  text-align: center;
}
.section-main-category .section-main-text a.titles {
  float: right;
}
@media (max-width: 767px) {
  .section-main-category .section-main-text-reference {
    background-color: #1d1d1d;
  }
  .section-main-category .section-main-text-reference h2 {
    color: #d8c277;
  }
}
@media (min-width: 768px) {
  .section-main-category {
    height: 70vh;
    background-color: #1e1e1e;
  }
  .section-main-category > img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .section-main-category:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: linear-gradient(rgba(29, 29, 29, 0) 0, #1d1d1d 100%);
    opacity: 0.39;
    transform: rotate(180deg);
    transform-origin: center center;
  }
  .section-main-category:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(29, 29, 29, 0) 0, #1d1d1d 100%);
    opacity: 0.33;
    z-index: 2;
  }
  .section-main-category .section-main-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 3;
    background: linear-gradient(rgba(29, 29, 29, 0) 0, #1d1d1d 100%);
    opacity: 0.33;
  }
  .section-main-category .section-main-text {
    position: absolute;
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 4;
    padding: 0;
  }
  .section-main-category .section-main-text h2 {
    font-size: 48px;
    line-height: 57px;
    text-align: right;
    text-shadow: 0 3px 30px rgba(0, 0, 0, 0.27);
  }
  .section-main-category .section-main-text a.titles,
  .section-main-category .section-main-text p {
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.27);
  }
}
@media (min-width: 992px) {
  .section-main-category {
    height: 100vh;
  }
  .section-main-category > img {
    opacity: 0.2;
    transition: 0.5s opacity 0.5s ease-in-out;
  }
  .section-main-category .section-main-text {
    right: 8.75vw;
    bottom: 8.8888888889vh;
    width: calc(100% - 17.5vh);
  }
  .section-main-category .section-main-text h2 {
    font-size: 58px;
    line-height: 68px;
  }
  .section-main-category .section-main-text a.titles,
  .section-main-category .section-main-text p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .section-main-category .section-main-text h2 {
    font-size: 68px;
    line-height: 76px;
  }
  .section-main-category .section-main-text a.titles,
  .section-main-category .section-main-text p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 1440px) {
  .section-main-category .section-main-text h2 {
    font-size: 72px;
    line-height: 80px;
  }
  .section-main-category .section-main-text a.titles,
  .section-main-category .section-main-text p {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-main-about {
  position: relative;
  height: 60vh;
  background-color: #1e1e1e;
}
.section-main-about > img {
  z-index: 1;
  opacity: 0.55;
}
@media (min-width: 768px) {
  .section-main-about {
    height: 100vh;
  }
}
.section-category-about {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-category-about > div {
  text-align: center;
  width: 100%;
}
.section-category-about img,
.section-category-about span {
  display: inline-block;
  font-size: 150px;
  margin-bottom: 50px;
}
.section-category-about img {
  width: 100%;
  height: 88px;
  width: auto;
  transition: 0.5s all 0.5s ease-in-out;
}
.section-category-about h2 {
  font-family: publica_sansultralight;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #282828;
}
.section-category-about.active img {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 768px) {
  .section-category-about {
    padding-top: 0;
    padding-bottom: 0;
    height: 60vh;
  }
  .section-category-about > div {
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-category-about img {
    height: 100px;
  }
  .section-category-about span {
    font-size: 170px;
    margin-bottom: 14vh;
  }
  .section-category-about h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .section-category-about {
    height: 92vh;
  }
  .section-category-about h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-category-about img {
    opacity: 0;
    transform-origin: center center;
    transform: scale(0.9);
    height: 136px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .section-category-about > div {
    max-width: 50%;
  }
  .section-category-about h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.section-slider {
  position: relative;
  height: 40vh !important;
  background-color: #fff;
  z-index: 2;
}
.section-slider .owl-carousel,
.section-slider .owl-item,
.section-slider .owl-stage,
.section-slider .owl-stage-outer {
  height: 100%;
}
.section-slider .owl-dots {
  display: none;
}
.section-slider .item {
  position: relative;
  height: 100%;
  background-color: #1e1e1e;
}
.section-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(29, 29, 29, 0) 0,
    rgba(29, 29, 29, 0) 36.95%,
    rgba(29, 29, 29, 0) 60.1%,
    #1d1d1d 100%
  );
  opacity: 0.8;
  z-index: 2;
}
.section-slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transition: 0.5s opacity 0.5s ease-in-out;
}
.section-slider .item h4 {
  position: absolute;
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  z-index: 3;
  width: 100%;
  bottom: 30px;
  left: 0;
}
.section-slider.section-slider-single {
  margin: 50px 0;
}
.section-slider.active .item img {
  opacity: 1;
}
@media (min-width: 768px) {
  .section-slider {
    height: 45vh !important;
  }
  .section-slider .item h4 {
    font-size: 22px;
    line-height: 26px;
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-slider {
    height: 60vh !important;
  }
  .section-slider .owl-carousel {
    margin: 10vh 0;
  }
  .section-slider .owl-dots {
    display: block;
  }
  .section-slider .item h4 {
    font-size: 26px;
    line-height: 28px;
    bottom: 70px;
  }
  .section-slider .item img {
    opacity: 0.5;
  }
  .section-slider.section-slider-single {
    height: 100vh !important;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .section-slider.section-slider-single > div {
    height: 60vh !important;
  }
}
@media (min-width: 1200px) {
  .section-slider {
    height: 65vh !important;
  }
  .section-slider .item h4 {
    font-size: 28px;
    line-height: 30px;
    bottom: 90px;
  }
  .section-slider.section-slider-single > div {
    height: 65vh !important;
  }
}
@media (min-width: 1400px) {
  .section-slider {
    height: 75vh !important;
  }
  .section-slider .item h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .section-slider.section-slider-single > div {
    height: 75vh !important;
  }
}
@media (min-width: 1600px) {
  .section-slider {
    height: 82vh !important;
  }
  .section-slider .item h4 {
    font-size: 34px;
    line-height: 36px;
  }
  .section-slider.section-slider-single > div {
    height: 82vh !important;
  }
}
.section-category-info > img {
  z-index: 1;
}
.section-category-info .section-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-category-info .section-content {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .section-category-info .section-category {
    width: 82%;
  }
}
.section-collection {
  background-color: #fff;
}
.section-collection .section-collection-img {
  width: 100%;
  height: 44vh;
  background-color: #1e1e1e;
  position: relative;
}
.section-collection .section-collection-img img {
  transition: 0.5s opacity 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.section-collection .section-collection-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.33;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out 0.9s;
}
.section-collection .section-collection-text {
  text-align: center;
  width: 100%;
  text-align: right;
  padding: 30px 15px;
  display: block;
}
.section-collection .section-collection-text h2 {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 50px;
  color: #1f1f1f;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.27);
  margin-bottom: 10px;
}
.section-collection .section-collection-text p {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.27);
  transition: 0.5s opacity 0.5s ease-in-out;
}
.section-collection .section-collection-text p span {
  margin-left: 26px;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.section-collection.section-next-collection {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .section-collection.section-next-collection h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-collection {
    display: flex;
    align-items: center;
  }
  .section-collection:nth-child(2n + 2) {
    flex-direction: row-reverse;
  }
  .section-collection:nth-child(2n + 2) .section-collection-text {
    text-align: left;
  }
  .section-collection .section-collection-img {
    width: 65.5625%;
    height: 100%;
  }
  .section-collection .section-collection-img:after {
    opacity: 0;
  }
  .section-collection .section-collection-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    transform-origin: top center;
    transition: all 0.7s ease-in-out 0.35s;
  }
  .section-collection .section-collection-img img {
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
  }
  .section-collection .section-collection-text {
    width: 34.4375%;
    text-align: right;
    padding: 0 5.875vw;
  }
  .section-collection .section-collection-text h2 {
    font-size: 3.2vw;
    line-height: 52px;
  }
  .section-collection .section-collection-text p {
    font-size: 1.32vw;
    line-height: 35px;
    opacity: 0;
  }
  .section-collection .section-collection-text p span {
    font-size: 1.6vw;
    top: 5px;
  }
  .section-collection.section-next-collection {
    margin-top: 0;
  }
  .section-collection.section-next-collection
    .section-collection-text
    .section-collection-title,
  .section-collection.section-next-collection .section-collection-text h4 {
    position: absolute;
    left: 4.5625vw;
  }
  .section-collection.section-next-collection .section-collection-text h4 {
    top: 15vh;
  }
  .section-collection.section-next-collection
    .section-collection-text
    .section-collection-title {
    bottom: 10vh;
  }
  .section-collection.active .section-collection-img img {
    opacity: 1;
  }
  .section-collection.active .section-collection-img:before {
    transform: scaleY(0);
  }
  .section-collection.active .section-collection-img:after {
    opacity: 0.33;
  }
  .section-collection.active .section-collection-text p {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .section-collection .section-collection-text h2 {
    line-height: 58px;
    margin-bottom: 10px;
  }
  .section-collection .section-collection-text p {
    font-size: 1.5vw;
    line-height: 32px;
  }
  .section-collection .section-collection-text p span {
    font-size: 2.125vw;
  }
}
@media (min-width: 1400px) {
  .section-collection .section-collection-text h2 {
    font-size: 3.75vw;
    line-height: 68px;
    margin-bottom: 18px;
  }
  .section-collection .section-collection-text p {
    font-size: 1.5vw;
    line-height: 40px;
  }
}
.section-single-product {
  background-color: #fff;
}
.section-single-product .section-single-product-text {
  padding: 30px 15px;
}
.section-single-product .section-single-product-text h4 {
  font-family: publica_sansmedium;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-align: left;
  color: #282828;
  margin-bottom: 30px;
}
.section-single-product .section-single-product-text p {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #282828;
}
.section-single-product .section-single-product-img {
  position: relative;
  width: 100%;
  height: 44vh;
}
@media (min-width: 768px) {
  .section-single-product .section-single-product-text {
    padding: 45px 30px;
  }
  .section-single-product .section-single-product-text h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-single-product .section-single-product-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .section-single-product {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .section-single-product .section-single-product-text {
    width: 58.9375%;
    padding-left: 7.125vw;
    padding-right: 11.5vw;
  }
  .section-single-product .section-single-product-text h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .section-single-product .section-single-product-text p {
    font-size: 15px;
    line-height: 28px;
  }
  .section-single-product .section-single-product-img {
    width: 41.0625%;
    height: 100%;
    background-color: #1e1e1e;
    position: relative;
  }
  .section-single-product .section-single-product-img:after,
  .section-single-product .section-single-product-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition: all 0.75s ease 0.5s;
  }
  .section-single-product .section-single-product-img:before {
    z-index: 3;
    background-color: #fff;
  }
  .section-single-product .section-single-product-img:after {
    z-index: 2;
    background-color: #1d1d1d;
    transition-delay: 1s;
  }
  .section-single-product.active .section-single-product-img:after,
  .section-single-product.active .section-single-product-img:before {
    transform: scaleY(0);
  }
}
@media (min-width: 1200px) {
  .section-single-product .section-single-product-text h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  .section-single-product .section-single-product-text p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .section-single-product .section-single-product-text h4 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 58px;
  }
  .section-single-product .section-single-product-text p {
    font-size: 20px;
    line-height: 38px;
  }
}
.section-single-info {
  background-color: #fff;
}
.section-single-info .section-single-info-img {
  position: relative;
  width: 100%;
  height: 44vh;
}
.section-single-info .section-single-info-text {
  position: relative;
  width: 100%;
  padding: 30px 15px;
}
.section-single-info .section-single-info-text p {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  color: #282828;
  margin-bottom: 40px;
}
.section-single-info .section-single-info-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-single-info .section-single-info-text {
    padding: 45px 30px;
  }
  .section-single-info .section-single-info-text p {
    font-size: 12px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .section-single-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row-reverse;
  }
  .section-single-info .section-single-info-img {
    width: 58.9375%;
    height: 100%;
    background-color: #1e1e1e;
    position: relative;
  }
  .section-single-info .section-single-info-img:after,
  .section-single-info .section-single-info-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition: all 0.75s ease 0.5s;
  }
  .section-single-info .section-single-info-img:before {
    z-index: 3;
    background-color: #fff;
  }
  .section-single-info .section-single-info-img:after {
    z-index: 2;
    background-color: #1d1d1d;
    transition-delay: 1s;
  }
  .section-single-info .section-single-info-text {
    width: 41.0625%;
    padding: 0 5.125vw;
  }
  .section-single-info .section-single-info-text p {
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .section-single-info.active .section-single-info-img:after,
  .section-single-info.active .section-single-info-img:before {
    transform: scaleY(0);
  }
}
@media (min-width: 1200px) {
  .section-single-info .section-single-info-text p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .section-single-info .section-single-info-text p {
    font-size: 12px;
    line-height: 48px;
  }
}
.section-about-info .section-about-info-img {
  width: 100%;
  position: relative;
  height: 44vh;
}
.section-about-info .section-about-info-content {
  text-align: center;
}
.section-about-info .section-about-info-content > div {
  padding: 30px;
  height: 50%;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}
.section-about-info .section-about-info-content > div:first-child {
  border-bottom: 0;
}
.section-about-info .section-about-info-content h2 {
  color: #fff;
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 32px;
  line-height: 48px;
}
.section-about-info .section-about-info-content p {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  opacity: 0.47;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-about-info {
    display: flex;
    flex-wrap: nowrap;
  }
  .section-about-info .section-about-info-img {
    width: 50%;
    position: relative;
    height: 100%;
  }
  .section-about-info .section-about-info-img:after,
  .section-about-info .section-about-info-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition: all 0.75s ease 0.5s;
  }
  .section-about-info .section-about-info-img:before {
    z-index: 3;
    background-color: #1d1d1d;
  }
  .section-about-info .section-about-info-img:after {
    z-index: 2;
    background-color: #101010;
    transition-delay: 1s;
  }
  .section-about-info .section-about-info-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .section-about-info .section-about-info-content > div {
    padding: 0 3.75vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section-about-info .section-about-info-content h2 {
    font-size: 6.4vw;
    line-height: 11.2vh;
  }
  .section-about-info .section-about-info-content p {
    font-size: 1.6vw;
    line-height: 3.2vh;
  }
  .section-about-info.active .section-about-info-img:after,
  .section-about-info.active .section-about-info-img:before {
    transform: scaleY(0);
  }
}
@media (min-width: 1200px) {
  .section-about-info .section-about-info-content h2 {
    font-size: 6.4vw;
    line-height: 16.8vh;
  }
  .section-about-info .section-about-info-content p {
    font-size: 1.6vw;
    line-height: 4vh;
  }
}
@media (min-width: 1400px) {
  .section-about-info .section-about-info-content h2 {
    font-weight: 100;
    font-size: 7vw;
  }
  .section-about-info .section-about-info-content p {
    font-size: 1.8vw;
    line-height: 4.8888888889vh;
  }
}
.section-history {
  background-color: #151515;
  color: #fff;
  padding: 30px;
}
.section-history .section-history-content h5 {
  font-family: publica_sanslight;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  opacity: 0.31;
  margin-bottom: 20px;
  width: 100%;
}
.section-history .section-history-content > div h4 {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}
.section-history .section-history-content > div p {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .section-history {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .section-history .section-history-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 81.875vw;
  }
  .section-history .section-history-content h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .section-history .section-history-content .section-history-text,
  .section-history .section-history-content .section-history-title {
    width: 45%;
  }
  .section-history .section-history-content > div h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .section-history .section-history-content > div p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1400px) {
  .section-history .section-history-content h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .section-history .section-history-content .section-history-title {
    width: 35.8778625954%;
  }
  .section-history .section-history-content .section-history-text {
    width: 47.6335877863%;
  }
  .section-history .section-history-content > div h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .section-history .section-history-content > div p {
    font-size: 27px;
    line-height: 45px;
  }
}
.section-partners {
  color: #fff;
}
.section-partners .section-partners-text {
  padding: 30px;
}
.section-partners .section-partners-text h5 {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2em;
  opacity: 0.31;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section-partners .section-partners-text h4 {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 50px;
}
.section-partners .section-partners-img {
  height: 54vh;
  position: relative;
}
@media (min-width: 992px) {
  .section-partners {
    display: flex;
    flex-wrap: nowrap;
    height: 88vh;
  }
  .section-partners > div {
    width: 50%;
  }
  .section-partners .section-partners-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 6vw;
  }
  .section-partners .section-partners-text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .section-partners .section-partners-text h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 100px;
  }
  .section-partners .section-partners-img {
    height: 100%;
    position: relative;
  }
  .section-partners .section-partners-img:after,
  .section-partners .section-partners-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition: all 0.75s ease 0.5s;
  }
  .section-partners .section-partners-img:before {
    z-index: 3;
    background-color: #1d1d1d;
  }
  .section-partners .section-partners-img:after {
    z-index: 2;
    background-color: #101010;
    transition-delay: 1s;
  }
  .section-partners.active .section-partners-img:after,
  .section-partners.active .section-partners-img:before {
    transform: scaleY(0);
  }
}
@media (min-width: 1200px) {
  .section-partners .section-partners-text {
    padding: 0 8.5vw;
  }
  .section-partners .section-partners-text h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .section-partners .section-partners-text h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .section-partners .section-partners-text h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .section-partners .section-partners-text h4 {
    font-size: 34px;
    line-height: 40px;
  }
}
.section-certificate {
  background-color: #1d1d1d;
  position: relative;
  color: #fff;
}
.section-certificate > img {
  z-index: 1;
}
.section-certificate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background-color: #151515;
}
.section-certificate .content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 10vh;
}
.section-certificate .content h2 {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5vh;
}
@media (max-width: 991px) {
  .section-certificate {
    padding-bottom: 5vh;
  }
}
@media (min-width: 992px) {
  .section-certificate .content {
    padding-top: 16.8888888889vh;
  }
  .section-certificate .content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15.5555555556vh;
  }
}
.section-gallery {
  background-color: #fff;
}
.section-gallery:last-of-type {
  margin-bottom: 50px;
}
.section-gallery:nth-child(2n + 1) .gallery-section {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-gallery.section-gallery-first .gallery-text {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .section-gallery.section-gallery-last {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-gallery:last-child {
    margin-bottom: 0;
  }
}
.gallery-section {
  padding: 15px 15px;
}
.gallery-section .gallery-text {
  width: 100%;
  padding: 30px 0;
}
.gallery-section .gallery-text h2 {
  text-transform: uppercase;
  font-family: publica_sansmedium;
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  color: #282828;
  margin-bottom: 20px;
}
.gallery-section .gallery-text p {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
}
.body-black .gallery-section .gallery-text h2,
.body-black .gallery-section .gallery-text p,
.section-black .gallery-section .gallery-text h2,
.section-black .gallery-section .gallery-text p {
  color: #fff;
}
.gallery-section .gallery-slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
.gallery-section .gallery-slider .gallery {
  width: 100%;
  height: 0;
  padding-bottom: 56.2503035307%;
  position: relative;
  background-color: #1d1d1d;
}
.gallery-section .gallery-slider .gallery .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery-section .gallery-slider .gallery .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(25, 25, 25, 0) 0, rgba(0, 0, 0, 0.49) 100%);
}
.gallery-section .gallery-slider .gallery .slick-track {
  height: 100%;
}
.gallery-section .gallery-slider .gallery .slick-arrow {
  display: none !important;
}
.gallery-section .gallery-slider .gallery .slick-dots {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery-section .gallery-slider .gallery .slick-dots li {
  margin-left: 6px;
}
.gallery-section .gallery-slider .gallery .slick-dots li:first-child {
  margin-left: 0;
}
.gallery-section .gallery-slider .gallery .slick-dots li button {
  width: 20px;
  height: 3px;
  background-color: #fff;
  opacity: 0.48;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.92);
  text-indent: -999px;
  border-radius: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.gallery-section .gallery-slider .gallery .slick-dots li button:focus {
  outline: 0;
}
.gallery-section .gallery-slider .gallery .slick-dots li.slick-active button {
  opacity: 1;
}
@media (min-width: 992px) {
  .gallery-section {
    padding: 9vh 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
  }
  .gallery-section .gallery-text {
    width: 24.375vw;
  }
  .gallery-section .gallery-text .gallery-text h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .gallery-section .gallery-text .gallery-text p {
    font-size: 15px;
    line-height: 21px;
  }
  .gallery-section .gallery-slider {
    width: 51.5vw;
  }
  .gallery-section .gallery-slider .gallery .slick-list li {
    margin-left: 10px;
  }
  .gallery-section .gallery-slider .gallery .slick-list li button {
    width: 27px;
  }
  .gallery-section .gallery-slider:after,
  .gallery-section .gallery-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.75s ease 0.5s;
    transform-origin: left center;
  }
  .gallery-section .gallery-slider:before {
    z-index: 3;
    background-color: #fff;
  }
  .body-black .gallery-section .gallery-slider:before,
  .section-black .gallery-section .gallery-slider:before {
    background-color: #1d1d1d;
  }
  .gallery-section .gallery-slider:after {
    z-index: 2;
    background-color: #101010;
    transition-delay: 1.05s;
  }
  .active .gallery-section .gallery-slider:after,
  .active .gallery-section .gallery-slider:before {
    transform: scaleX(0);
  }
}
@media (min-width: 1200px) {
  .gallery-section .gallery-text h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .gallery-section .gallery-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .gallery-section .gallery-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .gallery-section .gallery-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
.section-contact {
  padding: 15px;
  background-color: #1b1e23;
}
.section-contact h2 {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  color: #d8c277;
  margin-bottom: 8vh;
}
.section-contact form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contact form .form-control {
  width: 100%;
}
.section-contact form .form-control input {
  font-family: publica_sansultralight;
  font-weight: 100;
  font-size: 16px;
  line-height: 32px;
  color: black !important;
  width: 100%;
  border: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 30px;
  background-color: #d8c277;
}
::placeholder {
  color: black !important;
}
.section-contact form .form-control input:focus {
  outline: 0;
}
.section-contact form .form-button {
  margin: 30px auto 0 auto;
}
.section-contact form .form-button button {
  font-family: publica_sanslight;
  font-weight: 300;
  text-align: center;
  color: #d8c277;
  background-color: #000;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  padding: 20px 70px;
  font-size: 16px;
}
.section-contact form .form-button button span {
  position: relative;
  z-index: 2;
  color: #d8c277;
  transition: transform 0.3s ease;
}
.section-contact form .form-button button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .section-contact form .form-button button:hover span {
    color: #d8c277;
  }
  .section-contact form .form-button button:hover:after {
    transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  .section-contact {
    padding: 0;
  }
  .section-contact > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67.25vw;
    text-align: center;
  }
  .section-contact h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 12.5vh;
  }
  .section-contact form {
    opacity: 0;
    transition: all 0.5s ease 0.75s;
  }
  .section-contact form .form-control {
    width: 48.4200743494%;
  }
  .section-contact form .form-control input {
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .section-contact form .form-control input:nth-child(1),
  .section-contact form .form-control input:nth-child(2) {
    margin-bottom: 84px;
  }
  .section-contact form .form-button {
    margin: 0 auto;
  }
  .section-contact form .form-button button {
    font-size: 20px;
    padding: 26px 86px;
  }
  .section-contact.active form {
    opacity: 1;
  }
}

.wpcf7-response-output {
  width: 100%;
  color: black !important;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: publica_sansultralight;
}
.section-showroom {
  background-color: #fff;
}
.showroom-list {
  padding: 30px 15px;
  position: relative;
  z-index: 2;
}
.showroom-list li {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 33px 40px;
}
.showroom-list li h4 {
  width: 100%;
  font-family: publica_sansmedium;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 28px;
}
.showroom-list li > div {
  width: 100%;
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .showroom-list li {
    margin-bottom: 20px;
  }
  .showroom-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .showroom-list li > div br {
    display: none;
  }
}
@media (min-width: 992px) {
  .showroom-list {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    width: 82.125vw;
    justify-content: space-between;
  }
  .showroom-list li {
    width: calc(50% - 18px);
    transition: all 0.75s ease 0.5s;
    transform: scale(0.85);
    opacity: 0;
    transform-origin: center center;
  }
  .showroom-list li:nth-child(1),
  .showroom-list li:nth-child(2) {
    margin-bottom: 36px;
  }
  .showroom-list li:nth-child(1) {
    transition-delay: 0.5s;
  }
  .showroom-list li:nth-child(2) {
    transition-delay: 525ms;
  }
  .showroom-list li:nth-child(3) {
    transition-delay: 0.55s;
  }
  .showroom-list li:nth-child(4) {
    transition-delay: 575ms;
  }
  .showroom-list li h4,
  .showroom-list li > div {
    opacity: 0;
    transition: all 0.5s ease 0.8s;
  }
  .showroom-list li > div {
    transition-delay: 0.9s;
  }
  .active .showroom-list li {
    opacity: 1;
    transform: scale(1);
  }
  .active .showroom-list li h4,
  .active .showroom-list li > div {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .showroom-list li h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .showroom-list li > div {
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .showroom-list li h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .showroom-list li > div {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .showroom-list li h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .showroom-list li > div {
    font-size: 15px;
    line-height: 24px;
  }
}
.category-list {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.category-list li {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transform-origin: center center;
  transition: 1s all 1s ease;
  margin-bottom: 30px;
}
.category-list li img {
  transition: transform 0.3s ease;
  transform-origin: center center;
  margin-bottom: 20px;
}
.category-list li:first-child img {
  max-width: 70px;
}
.category-list li:nth-child(2) img {
  max-width: 81px;
}
.category-list li:nth-child(3) img {
  max-width: 40px;
}
.category-list li:nth-child(4) img {
  max-width: 66px;
}
.category-list li a {
  display: block;
  position: relative;
  text-align: center;
}
.category-list li a span {
  font-size: 117px;
}
.category-list li h5 {
  font-family: publica_sanslight;
  font-size: 16px;
  transition: all 0.5s;
}
.active .category-list li {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .category-list {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .category-list li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .category-list {
    align-items: flex-end;
  }
  .category-list li {
    width: 20%;
    opacity: 0;
    transform: scale(0.85);
    margin-bottom: 0;
  }
  .category-list li img {
    margin-bottom: 0;
  }
  .category-list li:first-child {
    border-left: 0;
  }
  .category-list li:first-child img {
    max-width: 84px;
  }
  .category-list li:nth-child(2) {
    transition-delay: 1.1s;
  }
  .category-list li:nth-child(2) img {
    max-width: 95px;
  }
  .category-list li:nth-child(3) {
    transition-delay: 1.2s;
  }
  .category-list li:nth-child(3) img {
    max-width: 39px;
  }
  .category-list li:nth-child(4) {
    transition-delay: 1.3s;
  }
  .category-list li:nth-child(4) img {
    max-width: 80px;
  }
  .category-list li h5 {
    position: absolute;
    bottom: -76px;
    left: 50%;
    transform: translate(-50%, 10%);
    opacity: 0;
    font-size: 20px;
  }
  .category-list li:hover h5 {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .category-list:hover li:not(:hover) img {
    transform: scale(0.75);
  }
}
.category-blocks {
  width: 59.25%;
  display: flex;
  justify-content: space-between;
}
.category-blocks .category-block {
  position: relative;
  width: 31.8639798489%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.category-blocks .category-block a {
  display: block;
  position: relative;
}
.category-blocks .category-block img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.category-blocks .category-block:after,
.category-blocks .category-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85.2589641434%;
}
.category-blocks .category-block:after {
  z-index: 3;
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.58) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.58) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.58) 100%
  );
}
.category-blocks .category-block:before {
  z-index: 2;
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.78) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.78) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0,
    rgba(19, 19, 19, 0.78) 100%
  );
}
.category-blocks .category-block h4 {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  z-index: 4;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-blocks .category-block h4 i {
  font-size: 25px;
}
.category-menu h5 {
  font-family: publica_sansmedium;
  font-size: 23px;
  line-height: 50px;
}
.category-menu ul li a {
  font-size: 20px;
  line-height: 50px;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.loader.loader-hide {
  display: none;
}
.loader svg {
  width: 200px;
}
.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1b1a;
  transform-origin: left center;
  transition: all 0.35s ease;
  transform: scaleX(0);
}
.loader > div.active:after {
  transform: scaleX(1);
}
.logo-shape {
  opacity: 0;
  transform: translate(77px, 0);
}
.logo-shape.logo-shape-active {
  transition: all 0.4s ease;
  transform: translate(0, 0);
}
.logo-text {
  opacity: 0;
}
.section-footer {
  display: none;
}
@media (min-width: 992px) {
  .section-footer {
    display: block;
  }
}
.footer {
  font-family: publica_sanslight;
  height: auto !important;
  background-color: #1b1e23;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 0;
  }
  .footer.footer-visible {
    visibility: visible;
    opacity: 1;
  }
  .footer.footer-active {
    z-index: 3;
  }
}
.footer-inner {
  padding-top: 82px;
  padding-bottom: 36px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-top {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-top {
    text-align: center;
    flex-direction: column;
  }
  .footer-top > a {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer-top {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .footer-top {
    margin-bottom: 82px;
  }
}
.footer-center {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-center {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .footer-center {
    margin-bottom: 100px;
  }
}
.footer-bottom {
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.33);
  font-family: publica_sanslight;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-bottom p {
    margin-bottom: 10px;
  }
  .footer-bottom p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-slogan {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #d8c277;
  font-family: publica_sanslight;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-slogan {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .footer-slogan br {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-slogan {
    width: 17.625vw;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-menu h5 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
  color: #d8c277;
  font-weight: 300;
}
.footer-menu p {
  font-size: 14px;
  line-height: 20px;
  color: #cdb88d;
  margin-bottom: 25px;
}
.footer-menu p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-menu {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-menu:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-menu h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .footer-menu p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .footer-menu h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-menu p {
    font-size: 15px;
    line-height: 22px;
  }
}
.about {
  background-color: #1b1b1b;
}
.about > img {
  position: relative;
  width: 100%;
  height: 34vh;
  object-fit: cover;
  object-position: bottom center;
}
@media (min-width: 992px) {
  .about > img {
    position: absolute;
    left: 0;
    top: 16%;
    width: 100%;
    height: 84%;
    z-index: 1;
    object-fit: cover;
    object-position: bottom center;
    opacity: 0.57;
  }
}
.about-text {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 50px;
}
.about-text h4 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.31);
  margin-bottom: 16px;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-family: publica_sanslight;
  font-size: 16px;
  line-height: 24px;
}
.about-text h3 {
  font-weight: 300;
  transition-delay: 0.6s;
  font-family: publica_sanslight;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
.about-text p {
  font-family: publica_sansultralight;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
  transition-delay: 0.7s;
  font-weight: 100;
  margin-bottom: 44px;
}
.about-text a {
  font-size: 26px;
  color: #c3c3c3;
  transition-delay: 1.5s;
}
@media screen and (min-width: 992px) {
  .about-text a:hover {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .about-text {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .about-text {
    padding-top: 18vh;
    padding-bottom: 0;
    max-width: 70%;
  }
  .about-text h4 {
    font-size: 24px;
    line-height: 38px;
  }
  .about-text h3 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 4vh;
  }
  .about-text p {
    font-size: 22px;
    line-height: 40px;
  }
  .about-text a {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .about-text {
    max-width: 51.25%;
  }
  .about-text h4 {
    font-size: 22px;
    line-height: 35px;
  }
  .about-text h3 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 4.4444444444vh;
  }
  .about-text p {
    font-size: 22px;
    line-height: 36px;
  }
}
.info-title {
  text-align: center;
  transition: all 1s ease 0.5s;
  transform-origin: center center;
}
.info-title h2 {
  font-family: publica_sansultralight;
  font-weight: 100;
  color: #d8c277;
  font-size: 24px;
  line-height: 34px;
  padding: 28px;
}
@media (min-width: 768px) {
  .info-title {
    width: 48%;
    text-align: left;
    margin-top: 0;
  }
  .info-title h2 {
    font-size: 3vw;
    padding: 70px 3.75vw;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .info-title {
    width: 45%;
    margin-top: 15px;
    transform: scale(0.9);
  }
  .active .info-title {
    transform: scale(1);
  }
  .info-title h2 {
    font-size: 3.2vw;
    padding: 90px 3.75vw;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .info-title {
    width: 40%;
  }
  .info-title h2 {
    font-size: 3.2vw;
    padding: 90px 3.75vw;
    line-height: 56px;
  }
}
@media (min-width: 1400px) {
  .info-title h2 {
    font-size: 3.5vw;
    padding: 142px 3.875vw;
    line-height: 72px;
  }
}
.info-text p {
  font-family: publica_sansultralight;
  font-weight: 50;
  text-align: left;
  color: #d8c277;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #1b1e23;
  opacity: 1;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.info-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info-text {
    width: 46.65%;
  }
}
@media (min-width: 992px) {
  .info-text p {
    font-size: 1.32vw;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .info-text p {
    font-size: 1.4vw;
    line-height: 34px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1400px) {
  .info-text p {
    font-size: 1.5vw;
    line-height: 46px;
    margin-bottom: 60px;
  }
}
.partners {
  width: 100%;
}
.partners li {
  position: relative;
}
.partners li img {
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .partners li {
    text-align: center;
    margin-bottom: 30px;
  }
  .partners li img {
    max-width: 90px;
  }
}
@media (min-width: 992px) {
  .partners {
    display: flex;
    align-items: center;
  }
  .partners li {
    padding: 0 30px;
    flex-grow: 1;
    opacity: 0;
    transition: opacity 0.75s ease;
  }
  .partners li:first-child {
    transition-delay: 1s;
  }
  .partners li:nth-child(2) {
    transition-delay: 1.1s;
  }
  .partners li:nth-child(3) {
    transition-delay: 1.2s;
  }
  .partners li:last-child {
    transition-delay: 1.3s;
  }
  .partners li:after {
    content: "";
    position: absolute;
    right: 0;
    border: 1px solid #707070;
    opacity: 0.36;
    width: 1px;
    height: 34px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .partners li:first-child {
    padding-left: 0;
  }
  .partners li:last-child {
    padding-right: 0;
  }
  .partners li:last-child:after {
    display: none;
  }
  .partners li img {
    opacity: 0.54;
    width: 100%;
    height: auto;
  }
  .active .partners li {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .partners li img:hover {
    opacity: 1;
  }
}
.certificate-list li {
  margin-bottom: 20px;
}
.certificate-list li a {
  display: block;
  background-color: #1d1d1d;
  padding: 4.8888888889vh 4.375vw;
  opacity: 0.95;
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.39);
}
.certificate-list li a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .certificate-list li:last-child {
    margin-bottom: 0;
  }
  .certificate-list li a img {
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .certificate-list {
    display: flex;
    justify-content: space-between;
  }
  .certificate-list li {
    margin-bottom: 0;
    transition: all 1s ease;
    transform-origin: center center;
    transform: scale(0.975);
  }
  .certificate-list li:first-child {
    transition-delay: 0.8s;
  }
  .certificate-list li:nth-child(2) {
    transition-delay: 0.9s;
  }
  .certificate-list li:nth-child(3) {
    transition-delay: 1s;
  }
  .certificate-list li:last-child {
    transition-delay: 1.1s;
  }
}
@media (min-width: 992px) {
  .certificate-list li {
    opacity: 0;
  }
  .active .certificate-list li {
    opacity: 1;
    transform: scale(1);
  }
}
.menu-overlay {
  background-color: #d8c277;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
}
@media (min-width: 992px) {
  .menu-overlay {
    z-index: 2;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: #d8c277;
  }
}
.menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease;
  color: #fff;
  font-family: publica_sanslight;
  z-index: 4;
}
.menu-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #1b1e23;
  height: 100%;
  /* background-color: rgba(16, 16, 16, 0.875); */
  background-color: #d8c277;
  transition: all 0.3s ease;
  transform: scaleY(0);
  transform-origin: top center;
}
@media (max-width: 991px) {
  .menu-wrapper {
    z-index: 7;
  }
  .menu-wrapper:after {
    /* background-color: #101010; */
    background-color: #d8c277;
    color: #1b1e23;
  }
  .menu-wrapper.menu-wrapper-full {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 110px;
  }
}
.menu-wrapper.menu-wrapper-active:after {
  transform: scaleY(1);
}
.menu-inner {
  padding: 30px;
}
.menu-inner .logo {
  display: inline-block;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.menu-inner .logo img {
  width: 9vw;
  height: auto;
  min-width: 144px;
}
.menu-inner ul {
  list-style-type: none;
  padding-top: 15px;
}
.menu-inner > ul {
  padding-top: 30px;
  display: none;
}
.menu-inner > ul > li {
  opacity: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-inner > ul > li > a {
  font-size: 16px;
  display: block;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu-inner > ul {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.2222222222vh 6vw;
    transition: all 0.3s ease;
  }
  .menu-wrapper-active .menu-inner {
    padding: 3.5vh 6vw;
  }
  .menu-inner ul {
    padding-top: 0;
  }
  .menu-inner > a {
    display: block;
  }
  .menu-inner > ul {
    display: flex;
  }
  .menu-inner > ul > li {
    display: inline-block;
    margin-left: 2.75vw;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .menu-inner > ul > li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .menu-inner {
    padding: 7.2222222222vh 9vw;
  }
  .menu-wrapper-active .menu-inner {
    padding: 3.5vh 9vw;
  }
  .menu-inner > ul li {
    margin-left: 3.125vw;
  }
  .menu-inner > ul li > a {
    font-size: 18px;
  }
}
.category-item {
  display: block;
  width: 31.8639798489%;
  height: 100%;
  position: relative;
}
.category-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.category-item h5 {
  font-family: publica_sanslight;
  font-weight: 300;
  font-size: 15px;
  z-index: 2;
  width: 100%;
  margin-top: 5px;
}
.category-item h5 span {
  display: none;
}
@media (min-width: 992px) {
  .category-item {
    opacity: 0;
    visibility: hidden;
  }
  .category-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(18, 18, 18, 0) 0, #131313 100%);
    opacity: 0.78;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
  .category-item h5 {
    position: absolute;
    bottom: 1.5625vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    bottom: 1.0625vw;
    font-size: 1.5vw;
    margin-top: 0;
  }
  .category-item h5 span {
    font-size: 1.2vw;
    float: right;
    position: relative;
    top: 5px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .category-item h5 {
    bottom: 1vw;
  }
}
@media (min-width: 1400px) {
  .category-item h5 {
    bottom: 1vw;
  }
}
@media (min-width: 1600px) {
  .category-item h5 {
    bottom: 1.25vw;
  }
}
.sub-content {
  overflow: hidden;
  z-index: 1;
}
.sub-content > div {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-content > div > div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-content > div > ul li h5 {
  font-family: publica_sansmedium;
  font-size: 16px;
  margin-bottom: 10px;
}
.sub-content > div > ul li a {
  font-family: publica_sanslight;
  font-size: 15px;
  line-height: 26px;
}
.sub-content > div > ul:last-child {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .sub-content > div {
    position: relative;
    z-index: 2;
  }
  .sub-content > div > div {
    width: 100%;
  }
  .sub-content > div ul {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sub-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 0;
    background: rgba(23, 23, 23, 0.94);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
  }
  .sub-content > div {
    padding: 7.4444444444vh 6vw 8.8888888889vh 6vw;
  }
  .sub-content > div > div {
    width: 49.625vw;
  }
  .sub-content > div > ul {
    opacity: 0;
    visibility: hidden;
  }
  .sub-content > div > ul li h5 {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .sub-content > div > ul li a {
    font-size: 11px;
    line-height: 18px;
  }
  .sub-content > div > ul:last-child {
    margin-top: 44px;
  }
}
@media (min-width: 1200px) {
  .sub-content > div {
    padding: 16.5vh 9vw 8.8888888889vh 9vw;
  }
  .sub-content > div > ul li h5 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .sub-content > div > ul li a {
    font-size: 13px;
    line-height: 24px;
  }
  .sub-content > div > ul:last-child {
    margin-top: 48px;
  }
}
@media (min-width: 1400px) {
  .sub-content > div > ul li h5 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .sub-content > div > ul li a {
    font-size: 14px;
    line-height: 29px;
  }
  .sub-content > div > ul:last-child {
    margin-top: 53px;
  }
}
@media (min-width: 1600px) {
  .sub-content > div > ul li h5 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .sub-content > div > ul li a {
    font-size: 16px;
    line-height: 32px;
  }
}
.menubar {
  position: absolute !important;
  top: 38px;
  right: 30px;
  width: 24px;
  z-index: 2;
  opacity: 0;
}
.menubar span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
  transition: all 0.3s ease;
}
.menubar.active span:first-child {
  top: -3px;
  transform-origin: left center;
  transform: rotate(45deg);
}
.menubar.active span:nth-child(2) {
  opacity: 0;
}
.menubar.active span:last-child {
  top: 2px;
  transform-origin: left center;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .menubar {
    display: none !important;
  }
}
/*# sourceMappingURL=style.min.css.map */
