@charset "UTF-8";

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

html, iframe, img, video {
  margin: 0;
  padding: 0;
  border: 0
}

html {
  vertical-align: baseline
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

iframe, img, video {
  font-size: 100%
}

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

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none
}

table {
  border-spacing: 0
}

body {
  background: #fff;
  color: #0e0e13;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden
}

hr {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dfdfdf
}

.color--primary {
  color: #A49856
}

.button, .header, .sub-menu__link {
  transition: all .25s ease-in-out
}

.flex, .footer__bottom .container, .menu, .menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.mb30 {
  margin-bottom: 30px
}

html {
  font-size: 100%;
  scroll-behavior: smooth
}

*, :after, :before {
  box-sizing: border-box
}

iframe, img, svg, video {
  max-width: 100%;
  vertical-align: middle;
  height: auto
}

button, input, select, textarea {
  font-family: "Open Sans", sans-serif
}

.noscroll {
  overflow: hidden
}

.tab-panel {
  display: none
}

.tab-active {
  display: block
}

.fadeIn, .tab-active {
  animation: fadeIn .5s
}

.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  display: block
}

.hamburger-inner {
  top: 50%;
  margin-top: -1px
}

.hamburger-inner::after, .hamburger-inner::before {
  content: ""
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 60px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

[hidden] {
  display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1, h1 {
  font-size: 2.5rem
}

.h2, h2 {
  font-size: 2rem
}

.h3, h3 {
  font-size: 1.75rem
}

.h4, h4 {
  font-size: 1.5rem
}

.h5, h5 {
  font-size: 1.25rem
}

.h6, h6 {
  font-size: 1rem
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.figure {
  display: inline-block
}

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

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1150px
  }
}

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

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-lg-5, .col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

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

@media (min-width:992px) {
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(201, 0, 41, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.collapse:not(.show) {
  display: none
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.text-content p:last-child {
  margin-bottom: 0
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus, a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.progress {
  display: flex;
  overflow: hidden
}

.progress {
  height: 1rem;
  line-height: 0;
  font-size: .75rem;
  border-radius: .25rem;
  background-color: #e9ecef
}

.media {
  display: flex;
  align-items: flex-start
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.menu__link svg {
  position: relative
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.d-block {
  display: block !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.mt-5 {
  margin-top: 3rem !important
}

.text-center {
  text-align: center !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.visible {
  visibility: visible !important
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote, pre {
    border: 1px solid #adb5bd
  }

  blockquote, img, pre, tr {
    page-break-inside: avoid
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container, body {
    min-width: 992px !important
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td, .table th {
    background-color: #fff !important
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

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

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

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

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

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

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

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

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

.mobile-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.mobile-bg.active {
  display: block
}

.logo img {
  transition: opacity .25s ease-in-out
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: 0 0;
  letter-spacing: 1px
}

.header .container {
  height: 122px
}

.header--fixed, .header:hover {
  background: #fff;
  box-shadow: 0 10px 22px -10px rgba(0, 0, 0, .1), 0 10px 10px -10px rgba(0, 0, 0, .1)
}

.header--fixed .logo--white, .header:hover .logo--white {
  opacity: 0
}

.header--fixed .logo--dark, .header:hover .logo--dark {
  opacity: 1
}

.header--fixed .menu__link, .header:hover .menu__link {
  color: #0e0e13
}

.header--fixed .menu__link path, .header:hover .menu__link path {
  fill: #0e0e13
}

.logo {
  position: relative;
  display: inline-block
}

.logo--dark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}

.menu__item {
  position: relative;
  margin-left: 20px
}

.menu__link {
  transition: color .25s ease-in-out;
  position: relative;
  display: block;
  height: 122px;
  color: #fff;
  text-decoration: none;
  line-height: 122px
}

.menu__link:after {
  transition: height .25s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #A49856;
  content: ""
}

.menu__link:Hover {
  color: #A49856
}

.menu__link:Hover path, .social__link:hover path {
  fill: #A49856
}

.menu__link:Hover:after {
  height: 6px
}

.menu__link svg path, .social__link path {
  transition: fill .25s ease-in-out
}

@media (min-width:992px) {
  .menu__item:hover>.menu__link {
    color: #A49856
  }

  .menu__item:hover>.menu__link path {
    fill: #A49856
  }

  .menu__item:hover>.menu__link:after {
    height: 6px
  }

  .menu__item:hover .sub-menu {
    display: block
  }
}

.sub-menu {
  position: absolute;
  top: 122px;
  left: 50%;
  display: none;
  width: 220px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
  transform: translateX(-50%);
  animation: fadeIn .5s
}

.sub-menu__item {
  background: #fff
}

.sub-menu__link {
  display: block;
  padding: 13px 5px;
  color: #0e0e13;
  text-align: center;
  text-decoration: none
}

.button--outline-text:hover, .button--white:hover, .sub-menu__link:Hover {
  background: #A49856;
  color: #fff
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #fff
}

.banner__text {
  display: block;
  margin-bottom: 130px;
  padding-top: 100px;
  font-weight: 600;
  font-size: 36px
}

.banner__title {
  display: block;
  margin-bottom: 80px;
  max-width: 100%;
  width: 900px;
  font-size: 80px;
  font-family: "adobe-garamond-pro", serif
}

.button {
  display: inline-block;
  padding: 10px 38px;
  outline: transparent;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border-radius: 32px;
  border: 0
}

.button--white {
  background: #fff;
  color: #0e0e13
}

.button--outline-text {
  background-color: #fff;
  color: #0e0e13;
  border: 1px solid #0e0e13
}

.button--wide {
  padding-left: 50px;
  padding-right: 50px
}

.home-entry {
  padding: 220px 0
}

.home-entry__big {
  color: #A49856;
  font-size: 36px;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.3
}

.home-entry__divider {
  display: block;
  margin-top: 60px;
  margin-bottom: 80px;
  width: 120px;
  height: 1px;
  background: #0e0e13
}

.home-entry__small {
  font-size: 24px
}

.home-entry__slogan {
  margin-top: 110px
}

.home-entry__slogan h2 {
  font-weight: 600;
  font-size: 30px
}

.home-entry--ascension {
  padding-bottom: 0
}

.text {
  font-size: 1rem
}

.text--big {
  font-size: 24px
}

.box-content-wrapper {
  overflow-x: hidden
}

.box-content-wrapper .box-content:nth-of-type(even) {
  flex-direction: row-reverse
}

.box-content-wrapper .box-content:nth-of-type(even) .box-content__text {
  padding-right: 90px;
  padding-left: 0
}

.box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff
}

.box-content__img {
  width: 50%
}

.box-content__img img, .footer__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.box-content__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 170px 0 170px 90px;
  width: 50%
}

.box-content__text--secondary {
  background: #11151D;
  color: #fff
}

.box-content__title {
  display: block;
  margin-bottom: 70px;
  max-width: 100%;
  width: 460px;
  font-size: 48px;
  font-family: "adobe-garamond-pro", serif
}

.link {
  transition: color .25s ease-in-out;
  color: #0e0e13
}

.contact__text a:hover, .faq__title:Hover .faq__name, .link--white:hover, .link:hover {
  color: #A49856
}

.link--white {
  color: #fff
}

.content-banner {
  padding: 175px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 3px
}

.content-banner__small {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2
}

.content-banner__title {
  display: block;
  margin-bottom: 65px;
  font-weight: 300;
  font-size: 55px
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden
}

.footer__top--reverse {
  flex-direction: row-reverse
}

.footer__left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 170px 90px;
  width: 50%;
  background: #11151D;
  color: #fff
}

.footer__left .box-content__title, .footer__left .text {
  max-width: 100%;
  width: 485px
}

.footer__left--slim {
  padding: 80px
}

.footer__right {
  width: 50%
}

.footer__middle {
  padding: 40px 0;
  background: #0e0e13
}

.footer__links {
  font-size: 14px
}

.footer__links .link {
  margin-right: 20px
}

.footer__bottom {
  padding: 25px 0;
  border-top: 1px solid #afafaf;
  background: #0e0e13;
  color: #fff
}

.social__link {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none
}

.copyright {
  font-size: 12px
}

.btn-mobile {
  position: relative;
  top: 3px;
  display: none;
  padding: 0;
  outline: transparent
}

.hero {
  padding-top: 230px;
  padding-bottom: 260px;
  color: #fff
}

.hero__small {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 36px
}

.hero__title {
  letter-spacing: 3px;
  font-size: 50px;
  font-family: "adobe-garamond-pro", serif
}

.text-content p {
  display: block;
  margin-bottom: 60px
}

.image-content {
  margin: 220px auto;
  position: relative;
  overflow: visible
}

.image-content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.image-content__img {
  margin-bottom: 30px
}

.image-content__img img {
  width: 100%
}

.image-content__img:last-child {
  margin-bottom: 0
}

.image-content__left {
  padding-right: 40px;
  width: 576px
}

.image-content__right {
  padding-left: 40px;
  width: calc(100% - 576px);
  border-left: 1px solid #cfcdcd
}

.image-content__big {
  display: block;
  color: #A49856;
  font-size: 36px;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.2
}

.image-content__text {
  font-size: 18px;
  line-height: 2
}

.sustainability-banner {
  margin-top: 180px;
  padding-top: 100px;
  border-top: 1px dotted #0e0e13;
  overflow-x: hidden
}

.sustainability-banner .box-content__title {
  padding-right: 0;
  max-width: 100%;
  width: 100%
}

.left-title {
  padding: 44px 44px 44px 0;
  background: #A49856;
  color: #fff;
  width: 50%;
  position: relative;
  font-family: "adobe-garamond-pro", serif
}

.left-title h2 {
  font-size: 38px;
  position: relative;
  z-index: 3;
  margin-bottom: 0
}

.left-title:before {
  content: "";
  height: 100%;
  width: 400%;
  position: absolute;
  background: #A49856;
  left: -400%;
  top: 0
}

.faq {
  padding: 30px 0;
  border-bottom: 1px dotted #0e0e13
}

.faq__title {
  font-family: "adobe-garamond-pro", serif;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0
}

.faq__name {
  text-decoration: underline;
  transition: color .25s ease-in-out;
  font-size: 32px;
  color: #0e0e13
}

.ceo__title small, .faq__position {
  font-size: 24px;
  display: inline-block;
  margin-left: 15px;
  color: #A49856
}

.faq__content {
  padding-top: 30px;
  display: none
}

.ceo-wrapper {
  padding: 90px;
  overflow-x: hidden
}

.ceo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #eff1f1;
  padding-left: 130px;
  padding-right: 130px;
  margin-bottom: 74px
}

.ceo__content {
  width: calc(100% - 480px);
  padding: 60px 0
}

.ceo__text, .ceo__title {
  font-family: "adobe-garamond-pro", serif
}

.ceo__text {
  font-size: 2vw;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-bottom: 50px
}

.ceo__title {
  font-size: 26px;
  color: #A49856
}

.ceo__title small {
  font-size: 18px;
  color: #0e0e13;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif
}

.ceo__img {
  width: 430px
}

.contact .container, .image-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.image-box__img {
  width: 50%
}

.image-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.image-box__content {
  width: 50%;
  padding: 110px 140px;
  background: #000;
  color: #fff
}

.contact {
  margin-top: 110px;
  margin-bottom: 160px
}

.contact__item {
  width: 30%;
  padding-left: 35px;
  line-height: 1.8;
  border-left: 1px solid #cfcdcd
}

.contact__title {
  display: block;
  font-weight: 400;
  font-family: "adobe-garamond-pro", serif;
  font-size: 24px;
  margin-bottom: 15px
}

.contact__text a {
  color: #0e0e13;
  transition: color .25s ease-in-out
}

.info-page {
  margin-top: 110px;
  margin-bottom: 160px
}

.sub-drop {
  background: #eee;
  padding: 5px 15px;
  box-shadow: inset 0px 10px 12px -12px rgba(0, 0, 0, .3);
  display: none;
}

.sub-drop__item {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.sub-drop__link {
  font-size: .9rem;
  text-decoration: none;
  color: #0e0e13;
  transition: color .3s;
  letter-spacing: normal;
}

.sub-drop__link:hover {
  color: #A49856;
}

.ml30{
  margin-left: 30px;
}

.mt20{
  margin-top:20px;
}

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

@media (max-width:1400px) {
  .ceo {
    padding-left: 90px;
    padding-right: 90px
  }

  .ceo__content {
    width: calc(100% - 330px)
  }

  .ceo__img {
    width: 300px
  }

  .image-box__content {
    padding: 80px 50px
  }
}

@media (max-width:1200px) {
  .banner__title {
    font-size: 60px
  }

  .banner__text {
    margin-bottom: 80px;
    padding-top: 30px;
    font-size: 28px
  }

  .home-entry {
    padding: 90px 0
  }

  .home-entry__big {
    font-size: 28px
  }

  .text--big {
    font-size: 20px
  }

  .home-entry__slogan h2 {
    font-size: 24px
  }

  .box-content__title {
    font-size: 36px
  }

  .content-banner__title {
    font-size: 42px
  }

  .content-banner__small {
    font-size: 30px
  }

  .box-content__text {
    padding: 120px 50px !important
  }

  .box-content__text .padding-left, .box-content__text .padding-right {
    padding: 0 !important
  }

  .footer__left {
    padding: 120px 50px
  }

  .box-content__title {
    margin-bottom: 30px;
    width: 100%
  }

  .footer__left .box-content__title, .footer__left .text {
    width: 100%
  }

  .hero__small {
    font-size: 24px
  }

  .hero__title {
    font-size: 40px
  }

  .image-content {
    margin: 120px 0
  }

  .image-content__big {
    font-size: 32px
  }

  .image-content__text {
    font-size: 16px
  }

  .image-content__left {
    width: 440px
  }

  .image-content__right {
    width: calc(100% - 440px)
  }

  .left-title {
    width: 60%
  }

  .faq__name {
    font-size: 24px
  }

  .faq__position {
    font-size: 20px
  }

  .ceo__title small {
    display: block;
    margin-left: 0;
    margin-top: 10px
  }

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

  .home-entry--ascension {
    padding-bottom: 0
  }
}

@media (max-width:992px) {
  .btn-mobile {
    display: inline-block
  }

  .menu {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 999;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 70px;
    max-width: 100%;
    width: 300px;
    height: 100% !important;
    background: #fff;
    transition: left .3s
  }

  .menu.active {
    left: 0
  }

  .menu__list {
    display: block;
    width: 100%
  }

  .menu__item {
    margin: 0
  }

  .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    height: auto;
    color: #0e0e13;
    font-weight: 500;
    line-height: 1.5
  }

  .menu__link path {
    fill: #0e0e13
  }

  .menu__link.active, .menu__link:hover {
    color: #A49856
  }

  .menu__link:after, .sub-menu {
    display: none
  }

  .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    padding: 5px 0;
    width: 100%;
    background: rgba(0, 0, 0, .05);
    box-shadow: none;
    text-align: left;
    transform: none
  }

  .sub-menu__item {
    background: 0 0
  }

  .sub-menu__link {
    padding: 12px 20px;
    text-align: left;
    font-size: 14px
  }

  .header .container {
    height: 80px
  }

  .header .hamburger-inner, .header .hamburger-inner::after, .header .hamburger-inner::before {
    transition: all .3s !important
  }

  .header--fixed .hamburger-inner, .header--fixed .hamburger-inner::after, .header--fixed .hamburger-inner::before, .header:hover .hamburger-inner, .header:hover .hamburger-inner::after, .header:hover .hamburger-inner::before {
    background: #0e0e13
  }

  .hamburger--3dx.is-active .hamburger-inner {
    background: 0 0 !important
  }

  .image-content {
    margin: 30px 0
  }

  .image-content__big, .left-title h2 {
    font-size: 28px
  }

  .image-content__left {
    width: 100%;
    padding-right: 0
  }

  .image-content__right {
    border-left: none;
    width: 100%;
    padding-left: 0;
    margin-top: 30px
  }

  .image-content__img {
    display: none
  }

  .image-content__img:first-child {
    display: block;
    margin-bottom: 0
  }

  .image-content__img:first-child img {
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sustainability-banner {
    margin-top: 50px;
    padding-top: 50px
  }

  .left-title {
    width: 60%
  }

  .faq__name {
    width: 100%;
    display: block
  }

  .faq__position {
    margin-left: 0;
    margin-top: 8px
  }

  .faq {
    padding: 20px 0
  }

  .ceo {
    padding: 30px 30px 0
  }

  .ceo__text {
    font-size: 24px
  }

  .ceo__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0
  }

  .ceo__img {
    width: 100%;
    text-align: center
  }

  .ceo__img img {
    width: 320px
  }

  .ceo-wrapper {
    padding: 15px
  }

  .contact, .info-page {
    margin-top: 15px;
    margin-bottom: 50px
  }

  .info-page {
    margin-top: 30px
  }

  .contact__item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cfcdcd;
    border-left: none
  }

  .contact__item:last-child {
    border: 0
  }

  .sub-drop__item{
    text-align: left;
    padding-left: 15px;
  }

  .justify-content-start .ml30{
    margin-left: 10px;
  }

  .justify-content-start .button{
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width:768px) {
  .banner__title {
    font-size: 40px
  }

  .banner__text {
    margin-bottom: 60px;
    padding-top: 15px;
    font-size: 22px
  }

  .box-content__text {
    padding: 70px 15px !important;
    width: 100%
  }

  .box-content__img {
    width: 100%;
    height: 50vh
  }

  .text--big {
    font-size: 18px
  }

  .box-content__title {
    font-size: 30px
  }

  .home-entry__big {
    font-size: 24px
  }

  .home-entry__slogan h2 {
    font-size: 20px
  }

  .home-entry__divider {
    margin-top: 25px;
    margin-bottom: 30px
  }

  .home-entry {
    padding: 30px 0
  }

  .home-entry__slogan {
    margin-top: 45px
  }

  .content-banner__title {
    font-size: 28px
  }

  .content-banner__small {
    font-size: 20px
  }

  .content-banner {
    padding: 100px 0
  }

  .footer__top {
    flex-direction: column-reverse
  }

  .footer__left {
    padding: 70px 15px;
    width: 100%
  }

  .footer__right {
    width: 100%;
    height: 50vh
  }

  .footer__links {
    font-size: 12px
  }

  .footer__links .link {
    margin-right: 20px
  }

  .footer__links .link:last-child {
    margin-right: 0
  }

  .social__link {
    margin-right: 15px
  }

  .copyright {
    font-size: 10px
  }

  .hero {
    padding-top: 180px;
    padding-bottom: 100px
  }

  .hero__small {
    font-size: 20px
  }

  .hero__title {
    font-size: 32px
  }

  .left-title {
    width: 75%
  }

  .left-title h2 {
    font-size: 24px
  }

  .faq__name {
    font-size: 20px
  }

  .faq__position {
    font-size: 16px
  }

  .image-box__img {
    width: 100%
  }

  .image-box__img img {
    height: auto
  }

  .image-box__content {
    width: 100%;
    padding: 50px 15px
  }

  .image-content__big {
    font-size: 24px
  }

  .button {
    font-size: 12px
  }
}

@media (max-width:576px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 60px
  }

  .hero__small {
    font-size: 18px
  }

  .hero__title {
    font-size: 24px
  }

  .left-title {
    width: 300px;
    max-width: 100%;
    padding: 30px 30px 30px 0
  }

  .left-title h2 {
    font-size: 20px
  }

  .text--big {
    font-size: 16px
  }

  .text-content p {
    margin-bottom: 30px
  }
}

/*# sourceMappingURL=style.css.map */
