@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:700,900&subset=latin-ext");
*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth; }

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

body {
  margin: 0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 500; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: 600; }

small {
  font-size: 12px; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #acbaad;
  background-color: transparent; }
  a:hover {
    color: #a5a9aa; }

a:not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([tabindex]):focus {
    outline: 0;
    text-decoration: none; }

pre, code, kbd, samp {
  font-size: 14px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 5px; }

button {
  border-radius: 0; }

button:focus {
  outline: none; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.dn {
  display: none; }

.nm {
  margin: 0; }

.np {
  padding: 0; }

.disable {
  opacity: .4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.o-auto {
  overflow: auto; }

.o-hidden {
  overflow: hidden; }

.o-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

.d-flex {
  display: flex; }
  .d-flex-start {
    display: flex;
    justify-content: flex-start; }
    .d-flex-start-start {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
    .d-flex-start-center {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .d-flex-start-end {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
    .d-flex-start-stretch {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
    .d-flex-start-between {
      display: flex;
      justify-content: flex-start;
      align-items: space-between; }
    .d-flex-start-around {
      display: flex;
      justify-content: flex-start;
      align-items: space-around; }
  .d-flex-center {
    display: flex;
    justify-content: center; }
    .d-flex-center-start {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
    .d-flex-center-center {
      display: flex;
      justify-content: center;
      align-items: center; }
    .d-flex-center-end {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
    .d-flex-center-stretch {
      display: flex;
      justify-content: center;
      align-items: stretch; }
    .d-flex-center-between {
      display: flex;
      justify-content: center;
      align-items: space-between; }
    .d-flex-center-around {
      display: flex;
      justify-content: center;
      align-items: space-around; }
  .d-flex-end {
    display: flex;
    justify-content: flex-end; }
    .d-flex-end-start {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    .d-flex-end-center {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .d-flex-end-end {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .d-flex-end-stretch {
      display: flex;
      justify-content: flex-end;
      align-items: stretch; }
    .d-flex-end-between {
      display: flex;
      justify-content: flex-end;
      align-items: space-between; }
    .d-flex-end-around {
      display: flex;
      justify-content: flex-end;
      align-items: space-around; }
    .d-flex-end-start {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    .d-flex-end-center {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .d-flex-end-end {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .d-flex-end-stretch {
      display: flex;
      justify-content: flex-end;
      align-items: stretch; }
    .d-flex-end-between {
      display: flex;
      justify-content: flex-end;
      align-items: space-between; }
    .d-flex-end-around {
      display: flex;
      justify-content: flex-end;
      align-items: space-around; }
  .d-flex-stretch {
    display: flex;
    justify-content: stretch; }
    .d-flex-stretch-start {
      display: flex;
      justify-content: stretch;
      align-items: flex-start; }
    .d-flex-stretch-center {
      display: flex;
      justify-content: stretch;
      align-items: center; }
    .d-flex-stretch-end {
      display: flex;
      justify-content: stretch;
      align-items: flex-end; }
    .d-flex-stretch-stretch {
      display: flex;
      justify-content: stretch;
      align-items: stretch; }
    .d-flex-stretch-between {
      display: flex;
      justify-content: stretch;
      align-items: space-between; }
    .d-flex-stretch-around {
      display: flex;
      justify-content: stretch;
      align-items: space-around; }
  .d-flex-between {
    display: flex;
    justify-content: space-between; }
    .d-flex-between-start {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .d-flex-between-center {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .d-flex-between-end {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .d-flex-between-stretch {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .d-flex-between-between {
      display: flex;
      justify-content: space-between;
      align-items: space-between; }
    .d-flex-between-around {
      display: flex;
      justify-content: space-between;
      align-items: space-around; }
  .d-flex-around {
    display: flex;
    justify-content: space-around; }
    .d-flex-around-start {
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
    .d-flex-around-center {
      display: flex;
      justify-content: space-around;
      align-items: center; }
    .d-flex-around-end {
      display: flex;
      justify-content: space-around;
      align-items: flex-end; }
    .d-flex-around-stretch {
      display: flex;
      justify-content: space-around;
      align-items: stretch; }
    .d-flex-around-between {
      display: flex;
      justify-content: space-around;
      align-items: space-between; }
    .d-flex-around-around {
      display: flex;
      justify-content: space-around;
      align-items: space-around; }

.d-block {
  display: block; }

.d-iblock {
  display: inline-block; }
  .d-iblock-middle {
    display: inline-block;
    vertical-align: middle; }
  .d-iblock-top {
    display: inline-block;
    vertical-align: top; }
  .d-iblock-bottom {
    display: inline-block;
    vertical-align: bottom; }

.d-table {
  display: table; }

.d-tcell {
  display: table-cell; }

.t-left {
  text-align: left; }

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

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

.j-start {
  justify-content: flex-start; }

.j-center {
  justify-content: center; }

.j-end {
  justify-content: flex-end; }

.j-stretch {
  justify-content: stretch; }

.j-between {
  justify-content: space-between; }

.j-around {
  justify-content: space-around; }

.a-start {
  align-items: flex-start; }

.a-center {
  align-items: center; }

.a-end {
  align-items: flex-end; }

.a-stretch {
  align-items: stretch; }

.a-between {
  align-items: space-between; }

.a-around {
  align-items: space-around; }

.dir-row {
  flex-direction: row; }

.dir-row-reverse {
  flex-direction: row-reverse; }

.dir-col {
  flex-direction: column; }

.dir-col-reverse {
  flex-direction: column-reverse; }

.f-grow {
  flex-grow: 1; }
  .f-grow-no {
    flex-grow: 0; }
    .f-grow-no-shrink {
      flex-shrink: 1; }
      .f-grow-no-shrink-no {
        flex-shrink: 0; }
  .f-grow-shrink {
    flex-shrink: 1; }
    .f-grow-shrink-no {
      flex-shrink: 0; }

.f-shrink {
  flex-shrink: 1; }
  .f-shrink-no {
    flex-shrink: 0; }

.f-wrap {
  flex-wrap: wrap; }
  .f-wrap-no {
    flex-wrap: nowrap; }
  .f-wrap-reverse {
    flex-wrap: wrap-reverse; }

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

.bg-secondary {
  background-color: #a5a9aa; }

.bg-tetriary {
  background-color: #d4d9dd; }

.bg-gray {
  background-color: #a5a9aa; }

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

.mt-2 {
  margin-top: 2px; }

.mt-4 {
  margin-top: 4px; }

.mt-6 {
  margin-top: 6px; }

.mt-8 {
  margin-top: 8px; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-14 {
  margin-top: 14px; }

.mt-16 {
  margin-top: 16px; }

.mt-18 {
  margin-top: 18px; }

.mt-20 {
  margin-top: 20px; }

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

.mr-2 {
  margin-right: 2px; }

.mr-4 {
  margin-right: 4px; }

.mr-6 {
  margin-right: 6px; }

.mr-8 {
  margin-right: 8px; }

.mr-10 {
  margin-right: 10px; }

.mr-12 {
  margin-right: 12px; }

.mr-14 {
  margin-right: 14px; }

.mr-16 {
  margin-right: 16px; }

.mr-18 {
  margin-right: 18px; }

.mr-20 {
  margin-right: 20px; }

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

.mb-2 {
  margin-bottom: 2px; }

.mb-4 {
  margin-bottom: 4px; }

.mb-6 {
  margin-bottom: 6px; }

.mb-8 {
  margin-bottom: 8px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-14 {
  margin-bottom: 14px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-18 {
  margin-bottom: 18px; }

.mb-20 {
  margin-bottom: 20px; }

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

.ml-2 {
  margin-left: 2px; }

.ml-4 {
  margin-left: 4px; }

.ml-6 {
  margin-left: 6px; }

.ml-8 {
  margin-left: 8px; }

.ml-10 {
  margin-left: 10px; }

.ml-12 {
  margin-left: 12px; }

.ml-14 {
  margin-left: 14px; }

.ml-16 {
  margin-left: 16px; }

.ml-18 {
  margin-left: 18px; }

.ml-20 {
  margin-left: 20px; }

.mx-0 {
  margin: 0px; }

.mx-2 {
  margin: 2px; }

.mx-4 {
  margin: 4px; }

.mx-6 {
  margin: 6px; }

.mx-8 {
  margin: 8px; }

.mx-10 {
  margin: 10px; }

.mx-12 {
  margin: 12px; }

.mx-14 {
  margin: 14px; }

.mx-16 {
  margin: 16px; }

.mx-18 {
  margin: 18px; }

.mx-20 {
  margin: 20px; }

.pt-0 {
  padding-top: 0px; }

.pt-2 {
  padding-top: 2px; }

.pt-4 {
  padding-top: 4px; }

.pt-6 {
  padding-top: 6px; }

.pt-8 {
  padding-top: 8px; }

.pt-10 {
  padding-top: 10px; }

.pt-12 {
  padding-top: 12px; }

.pt-14 {
  padding-top: 14px; }

.pt-16 {
  padding-top: 16px; }

.pt-18 {
  padding-top: 18px; }

.pt-20 {
  padding-top: 20px; }

.pr-0 {
  padding-right: 0px; }

.pr-2 {
  padding-right: 2px; }

.pr-4 {
  padding-right: 4px; }

.pr-6 {
  padding-right: 6px; }

.pr-8 {
  padding-right: 8px; }

.pr-10 {
  padding-right: 10px; }

.pr-12 {
  padding-right: 12px; }

.pr-14 {
  padding-right: 14px; }

.pr-16 {
  padding-right: 16px; }

.pr-18 {
  padding-right: 18px; }

.pr-20 {
  padding-right: 20px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-2 {
  padding-bottom: 2px; }

.pb-4 {
  padding-bottom: 4px; }

.pb-6 {
  padding-bottom: 6px; }

.pb-8 {
  padding-bottom: 8px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-12 {
  padding-bottom: 12px; }

.pb-14 {
  padding-bottom: 14px; }

.pb-16 {
  padding-bottom: 16px; }

.pb-18 {
  padding-bottom: 18px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-0 {
  padding-left: 0px; }

.pl-2 {
  padding-left: 2px; }

.pl-4 {
  padding-left: 4px; }

.pl-6 {
  padding-left: 6px; }

.pl-8 {
  padding-left: 8px; }

.pl-10 {
  padding-left: 10px; }

.pl-12 {
  padding-left: 12px; }

.pl-14 {
  padding-left: 14px; }

.pl-16 {
  padding-left: 16px; }

.pl-18 {
  padding-left: 18px; }

.pl-20 {
  padding-left: 20px; }

.px-0 {
  padding: 0px; }

.px-2 {
  padding: 2px; }

.px-4 {
  padding: 4px; }

.px-6 {
  padding: 6px; }

.px-8 {
  padding: 8px; }

.px-10 {
  padding: 10px; }

.px-12 {
  padding: 12px; }

.px-14 {
  padding: 14px; }

.px-16 {
  padding: 16px; }

.px-18 {
  padding: 18px; }

.px-20 {
  padding: 20px; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: .7px;
  color: #222324; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    body {
      font-size: 0.8em; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 0.8em; } }

.mainFont {
  font-family: 'Poppins', sans-serif; }

.altFont {
  font-family: 'Amatic SC', sans-serif; }

.flight {
  font-weight: 300; }

.fnormal {
  font-weight: 400; }

.fmedium {
  font-weight: 500; }

.fbold {
  font-weight: 700; }

.fblack {
  font-weight: 900; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 0.9em; }

h5 {
  font-size: 0.75em; }

a {
  color: #acbaad; }

.xsmall {
  font-size: 0.8em; }

.small {
  font-size: 0.9em; }

.littlebig {
  font-size: 1.05em; }

.big {
  font-size: 1.2em; }

.mbig {
  font-size: 1.5em; }

.xbig {
  font-size: 2em; }

p, ul {
  font-size: 13px;
  line-height: 1.5em; }

::-moz-selection {
  background: #acbaad; }

::selection {
  background: #acbaad; }

::-moz-selection {
  background: #acbaad; }

.container {
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container.fit {
    max-width: none; }

.w-auto {
  width: auto; }

.w-fit {
  width: 100%; }

.h-auto {
  height: auto; }

.h-fit {
  height: 100%; }

.wh-fit {
  width: 100%;
  height: 100%; }

.w-viewport {
  width: 100vw; }

.h-viewport {
  height: 100vh; }

.pieces {
  width: 100%;
  padding: 10px; }
  .pieces.one {
    width: calc(100% / 12); }
  .pieces.two {
    width: calc((100% / 12) * 2); }
  .pieces.three {
    width: calc((100% / 12) * 3); }
  .pieces.four {
    width: calc((100% / 12) * 4); }
  .pieces.five {
    width: calc((100% / 12) * 5); }
  .pieces.six {
    width: calc((100% / 12) * 6); }
  .pieces.seven {
    width: calc((100% / 12) * 7); }
  .pieces.eight {
    width: calc((100% / 12) * 8); }
  .pieces.nine {
    width: calc((100% / 12) * 9); }
  .pieces.ten {
    width: calc((100% / 12) * 10); }
  .pieces.eleven {
    width: calc((100% / 12) * 11); }

@media only screen and (max-width: 768px) {
  .container:not(.hold) {
    flex-direction: column; }
    .container:not(.hold) .pieces {
      text-align: center;
      width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .pieces:not(.hold) {
    width: 100% !important; } }

header {
  top: 0;
  z-index: 3;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 420px) {
    header .container {
      padding-left: 5px;
      padding-right: 5px; } }
  header .logo {
    height: 80px;
    padding: 10px;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 768px) {
      header .logo {
        height: 70px; } }
    @media only screen and (max-width: 420px) {
      header .logo {
        height: 60px; } }
  header .social {
    border-left: 1px solid #FFFFFF;
    padding: 10px; }
    header .social .nav-link {
      color: #FFFFFF; }
      header .social .nav-link:hover {
        color: #a5a9aa; }
      header .social .nav-link ~ .nav-link {
        margin-left: 5px; }
  header.sticky .logo {
    height: 60px; }
  header.isDark {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    header.isDark .social {
      border-left-color: #222324; }
      header.isDark .social .nav-link {
        color: #222324; }
  header.showIt {
    position: fixed !important;
    top: 0; }
    header.showIt + section {
      margin-top: 84px; }

.menuTrigger {
  padding: 10px;
  color: #FFFFFF;
  cursor: pointer; }
  .menuTrigger span {
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .menuTrigger-line {
    width: 15px;
    height: 3px;
    background-color: #FFFFFF;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .menuTrigger-line ~ .menuTrigger-line {
      margin-top: 3px; }

.menuHolder {
  width: 80%;
  height: 80%;
  right: 10%;
  top: 10%;
  background-color: #acbaad;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .menuHolder:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 3px solid #ffffff;
    pointer-events: none; }

.menu-primary-menu-container {
  display: flex;
  flex: 1;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .menu-primary-menu-container .menu-item {
    margin: 5px 0; }
    .menu-primary-menu-container .menu-item a {
      padding: 10px 5px 5px;
      transition: .5s ease-in-out;
      font-weight: 500;
      display: block;
      position: relative; }
      .menu-primary-menu-container .menu-item a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #8A8F90;
        transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .menu-primary-menu-container .menu-item a:hover:after {
        width: 100%; }
  .menu-primary-menu-container.is-light a {
    color: #ffffff; }
    .menu-primary-menu-container.is-light a:hover {
      color: #a5a9aa; }

.menuOpened .menuTrigger {
  z-index: 10;
  position: absolute;
  right: 40px;
  top: 40px; }
  .menuOpened .menuTrigger span {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  .menuOpened .menuTrigger-line:first-child {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
    z-index: 1;
    background-color: #FFFFFF !important; }
  .menuOpened .menuTrigger-line:nth-child(2) {
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
    margin-top: -3px;
    z-index: 1;
    background-color: #FFFFFF !important; }
  .menuOpened .menuTrigger-line:nth-child(3) {
    position: absolute;
    top: -15px;
    left: -6px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #acbaad;
    z-index: -1;
    pointer-events: none; }

.menuOpened .menuHolder {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all; }
  .menuOpened .menuHolder .menu-primary-menu-container {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.isDark .menuTrigger {
  height: 40px;
  color: #222324; }
  .isDark .menuTrigger .menuTrigger-line {
    background-color: #222324; }

.navigations > div:not(.menuTrigger):not(.social) {
  display: flex;
  flex: 1;
  justify-content: flex-end; }

.navigations .menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0;
  list-style: none inside; }

.navigations menu li {
  position: relative;
  list-style: none inside; }

a {
  transition: .3s ease-in; }
  a:hover {
    color: #8A8F90; }

p {
  font-size: .875rem; }

.loader {
  top: 0;
  z-index: 4; }
  .loader .loaderHolder {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 9999px;
    z-index: 2; }
    .loader .loaderHolder img {
      width: 150px;
      position: relative; }
    .loader .loaderHolder:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border: solid 5px #fff;
      border-radius: 9999px;
      border-top-color: #dedede;
      z-index: 2;
      -webkit-animation: infinite loadIt 3s;
              animation: infinite loadIt 3s; 
      }
  .loader:after, .loader:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .loader:after {
    top: 0; }
  .loader:before {
    bottom: 0; }
  .loader.deactivated {
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .loader.deactivated:after {
      top: -50%; }
    .loader.deactivated:before {
      bottom: -50%; }
    .loader.deactivated img {
      display: none; }
    .loader.deactivated .loaderHolder {
      display: none; }

.isChanging .loader.deactivated {
  visibility: visible; }
  .isChanging .loader.deactivated:after {
    top: 0; }
  .isChanging .loader.deactivated:before {
    bottom: 0; }

.banner {
  background: #212021; }
  @media only screen and (max-width: 768px) {
    .banner .owl-carousel {
      height: 350px; } }
  @media only screen and (max-width: 420px) {
    .banner .owl-carousel {
      min-height: 200px; } }
  .banner .owl-carousel div {
    height: 100%; }
  .banner .owl-carousel .item img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
  .banner .owl-carousel .item {
    position: relative; }
  .banner .slider-caption {
    bottom: 5%;
    right: -10%;
    padding: 10px 15%;
    z-index: 2;
    color: #FFFFFF;
    background-color: #acbaad;
    font-size: 2em;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 768px) {
      .banner .slider-caption {
        font-size: 2.5em; } }
    .banner .slider-caption span {
      font-size: 1.5em; }
  .banner.pageBanner {
    height: 300px; }

.contentSection {
  padding: 75px 0; }
  @media only screen and (max-width: 768px) {
    .contentSection {
      padding: 50px 0; } }
  .contentSection.hasSeperator {
    position: relative; }
    .contentSection.hasSeperator:before, .contentSection.hasSeperator:after {
      content: "";
      position: absolute; }
    .contentSection.hasSeperator:before {
      bottom: 0;
      left: 5%;
      right: 5%;
      width: 90%;
      height: 1px;
      background-image: linear-gradient(to right, transparent, #303133, transparent); }
    .contentSection.hasSeperator:after {
      z-index: 1;
      bottom: -7px;
      left: calc(50% - 7px);
      width: 14px;
      height: 14px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: white;
      border-bottom: 1px solid #303133;
      border-right: 1px solid #303133; }
  .contentSection p + ul {
    margin-top: 30px; }
  .contentSection ul li {
    margin-bottom: 5px; }
  .contentSection ul {
    padding: 0;
    list-style-position: inside; }
    @media only screen and (max-width: 768px) {
      .contentSection ul {
        display: inline-block; } }

.img-parallax {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none; }

.homeAreas {
  margin-bottom: 75px; }
  .homeAreas .boxes {
    height: 400px; }
    @media only screen and (max-width: 768px) {
      .homeAreas .boxes {
        height: auto; } }
    .homeAreas .boxes .half {
      height: calc(50% - 10px); }
      @media only screen and (max-width: 768px) {
        .homeAreas .boxes .half {
          height: auto; } }
      .homeAreas .boxes .half:last-child {
        margin-top: 20px; }
    .homeAreas .boxes .box-caption {
      background-color: rgba(0, 0, 0, 0.7);
      left: 0;
      top: 0;
      z-index: 2;
      transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .homeAreas .boxes .box-caption h1 {
        font-weight: 400;
        color: #FFFFFF; }
      .homeAreas .boxes .box-caption:hover {
        background-color: rgba(0, 0, 0, 0.3); }
  .homeAreas #homeVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }

.footer {
  position: relative;
  background-color: #FFFFFF;
  border-top: solid 1px #a5a9aa; }
  @media only screen and (max-width: 768px) {
    .footer iframe {
      height: 300px; } }
  .footer a:hover {
    color: #a5a9aa; }
  .footer .container:first-child {
    margin: 20px auto; }
  .footer .container + .container {
    border-top: 1px solid #a5a9aa; }

@-webkit-keyframes loadIt {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  } }

@keyframes loadIt {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  } }

#owlProducts .owl-nav {
  font-size: 50px;
  font-family: 'Amatic SC', sans-serif;
  line-height: 50px;
  margin-top: 20px; }
  #owlProducts .owl-nav [class*=owl-] {
    transition: .3s ease-in; }
    #owlProducts .owl-nav [class*=owl-]:focus {
      border: none; }
    #owlProducts .owl-nav [class*=owl-] span {
      padding: 0 5px; }
  #owlProducts .owl-nav [class*=owl-]:hover {
    color: #a5a9aa;
    background-color: transparent; }

#owlProducts .owl-item img {
  width: auto; }

.item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.item .fa {
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  color: #ffffff;
  background-color: #acbaad;
  border-radius: 50%;
  padding: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  z-index: 2;
  transition: .3s ease-in; }

.item:hover .product-wrapper:after {
  opacity: 1; }

.item:hover a, .item:hover a:hover {
  color: #acbaad; }

.item:hover .fa {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.product-wrapper {
  position: relative;
  display: block;
  height: 300px;
  padding: 5px;
  border: 1px solid #acbaad;
  overflow: hidden; }
  .product-wrapper img {
    -o-object-fit: cover;
       object-fit: cover; }
  .product-wrapper:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 6px solid rgba(172, 186, 173, 0.9);
    opacity: 0;
    transition: .3s ease-in;
    pointer-events: none; }

.homeSocial {
  padding: 50px 0 25px;
  color: #ffffff; }
  .homeSocial a:hover {
    color: #a5a9aa; }

.elfsight:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 18px;
  height: 38px;
  background-color: #acbaad;
  z-index: 999999; }

.altColor {
  color: #a5a9aa; }

.pageContent h1 {
  margin-bottom: 10px; }

.pageTitle {
  position: relative;
  font-size: 1.5em;
  margin-top: 80px;
  color: #FFFFFF;
  padding: 24px 0; }
  @media only screen and (max-width: 768px) {
    .pageTitle {
      margin-top: 70px;
      padding: 12px 0; } }
  @media only screen and (max-width: 420px) {
    .pageTitle {
      margin-top: 60px; } }

.pageContent .pageImage {
  position: relative;
  height: 500px; }
  @media only screen and (max-width: 768px) {
    .pageContent .pageImage {
      height: 250px; } }
  .pageContent .pageImage img {
    -o-object-fit: cover;
       object-fit: cover; }
  .pageContent .pageImage:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 160px;
    background: url("../img/stamp.png") center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .pageContent .pageImage:after {
        height: 100px;
        bottom: 0;
        background-position: left center; } }
  .pageContent .pageImage.forProduct {
    border: 3px solid #acbaad; }
    .pageContent .pageImage.forProduct:after {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      left: -75%;
      bottom: -20%; }
  .pageContent .pageImage + .pieces {
    padding-left: 25px; }
    @media only screen and (max-width: 768px) {
      .pageContent .pageImage + .pieces {
        padding-left: 10px; } }

.category {
  position: relative;
  display: block;
  padding: 5px;
  border: 1px solid #acbaad; }
  .category:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.882791) 90%, black 100%);
    pointer-events: none; }
  .category-image {
    position: relative;
    height: 300px;
    overflow: hidden; }
    .category-image img {
      -o-object-fit: cover;
         object-fit: cover;
      transition: .5s ease-in;
      -webkit-transform-origin: center;
              transform-origin: center; }
  .category-name {
    top: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
    z-index: 2; }
  .category .fa {
    position: absolute;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    color: #ffffff;
    background-color: #acbaad;
    border-radius: 50%;
    padding: 10px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    z-index: 2;
    transition: .3s ease-in; }
  .category:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .category:hover .fa {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.forMenu {
  border-bottom: 1px solid #a5a9aa;
  padding: 10px 0;
  margin: 0 auto 50px; }
  .forMenu .pieces {
    display: flex;
    align-items: center; }

.forCategory.contentSection {
  padding-top: 0; }

.category-desc {
  margin-bottom: 20px; }

.cat-link {
  position: relative;
  padding: 5px 0;
  margin: 5px 20px;
  text-align: center;
  font-size: .8em; }
  .cat-link:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #acbaad;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    opacity: 0;
    transition: .3s ease-in; }
  .cat-link.active {
    color: #acbaad; }
    .cat-link.active:after {
      opacity: 1; }

.forSpecial:nth-child(even) {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .forSpecial:nth-child(even) {
      flex-direction: column; } }

.forSpecial + .forSpecial {
  margin-top: 50px; }

.forBranch hr {
  margin: 20px 0; }

@media only screen and (max-width: 768px) {
  iframe {
    height: 300px; } }

.contactInfo {
  list-style: none;
  list-style-position: outside;
  padding: 0; }

.entry-specs {
  font-size: .875rem;
  margin-top: 20px; }
  .entry-specs h4 {
    font-size: 0.875rem; }

.pageContent p + p {
  margin-top: 40px; }

.forListMenu {
  padding: 0;
  list-style: inside none; }
  .forListMenu li {
    width: 50%;
    margin-bottom: 10px; }
  .forListMenu .decoration {
    margin: 0 5px 3px;
    border-bottom: 2px dotted #999999;
    height: 10px;
    align-self: flex-end; }
.forBranch .open-position h3 { transition: .3s ease-in;}
.forBranch .open-position:hover h3 { color: #aeaeae}
.forBranch .accordion {top: 0; left: 0; z-index:1; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.forBranch .career {display: none; margin-top:10px; font-size:.875rem}
.forBranch .career ul{font-size:.875rem}
.forBranch input:checked + ul {display:block; z-index: 2; position: relative;}
.forBranch ul a {background-color: #222324; color: white}