@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

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

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

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong {
  font-weight: bold; }

.slick-slider *:focus {
  outline: 0; }

.container {
  max-width: 100%;
  padding: 0 134px; }
  @media (max-width: 1400px) {
    .container {
      padding: 0 70px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 24px; } }

@keyframes spin {
  0% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%; }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%; }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%; }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%; }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%; }
  100% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%;
    transform: rotate(-360deg); } }
.cursor {
  pointer-events: none;
  position: fixed;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  /*border: .5px solid $color;*/
  background: rgba(0, 0, 0, 0.3);
  /*backdrop-filter: blur(2px);*/
  border-radius: 50%;
  z-index: 1051;
  margin-top: -35px;
  margin-left: -35px;
  transition: width .7s,height .7s,margin .7s;
  /*&:after{
  	content: '';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	border: .5px solid #000;
  	border-radius: 50%;
  	top: .5px;
  	left: .5px;
  }*/ }

.cursor.hover {
  animation: spin 6s infinite linear;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px; }

.cursor.wh {
  border-color: #fff; }

@media (max-width: 1200px) {
  .cursor {
    display: none; } }
@media (min-width: 1201px) {
  html, a, button {
    cursor: none !important; } }
.anim-button div {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  overflow: hidden; }
  .anim-button div span {
    display: inline-block;
    text-shadow: 0 20px #fff;
    margin: 0 2px;
    transition: .4s; }
    .anim-button div span:nth-child(2) {
      transition-delay: .05s; }
    .anim-button div span:nth-child(3) {
      transition-delay: .1s; }
    .anim-button div span:nth-child(4) {
      transition-delay: .15s; }
    .anim-button div span:nth-child(5) {
      transition-delay: .2s; }
@media (min-width: 1200px) {
  .anim-button:hover span {
    transform: translateY(-20px); } }

.button {
  line-height: 50px;
  padding: 0 25px;
  display: inline-block;
  border: 1px solid #000;
  transition: .4s; }
  .button:hover {
    background: #000;
    color: #fff; }

html {
  font-size: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  html::-webkit-scrollbar {
    display: none; }

body {
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  background: #000; }
  .loading img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    opacity: 0;
    visibility: hidden; }
  .loading video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .loading img {
      width: 300px; } }
  .loading.play img {
    opacity: 1;
    visibility: visible;
    transition: 1s; }
  .loading.active {
    transition: .5s;
    visibility: hidden;
    opacity: 0; }

nav.news {
  display: none;
  height: 100%;
  align-items: center;
  justify-content: end; }
  nav.news a {
    display: inline-block;
    margin-left: 30px;
    position: relative; }
    nav.news a:before {
      content: '';
      position: absolute;
      bottom: -4px;
      right: 0;
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
    nav.news a:hover:before {
      left: 0;
      right: auto;
      width: 100%; }
    nav.news a.active:before {
      left: 0;
      right: auto;
      width: 100%; }
  @media (max-width: 1249px) {
    nav.news {
      justify-content: start;
      align-items: start;
      height: 30px;
      margin-bottom: 60px;
      white-space: nowrap;
      overflow: auto; }
      nav.news a {
        margin-left: 0;
        margin-right: 24px; } }
  @media only screen and (max-width: 767px) {
    nav.news {
      margin-bottom: 30px; } }

nav.lang {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
  color: #fff; }
  nav.lang a {
    display: inline-block;
    position: relative; }
    nav.lang a:last-child {
      margin-left: 15px; }
    nav.lang a:before {
      content: '';
      position: absolute;
      bottom: -4px;
      right: 0;
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
    nav.lang a:hover:before {
      left: 0;
      right: auto;
      width: 100%; }
    nav.lang a.active:before {
      left: 0;
      right: auto;
      width: 100%; }
  @media only screen and (max-width: 767px) {
    nav.lang {
      display: block;
      padding-top: 6px; }
      nav.lang a:last-child {
        margin-left: 10px; } }

.chat {
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #A08762;
  width: 75px;
  line-height: 58px;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  text-align: center;
  z-index: 5; }
  .chat .box {
    color: #fff;
    line-height: normal;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 34px;
    background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .chat .box a {
      display: block;
      margin-bottom: 15px;
      font-weight: 400;
      transition: opacity .4s; }
      .chat .box a img {
        margin-right: 10px;
        width: 24px; }
      .chat .box a:hover {
        opacity: .6; }
    .chat .box .tel {
      font-size: 1.2rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 15px;
      margin-bottom: 25px; }
      .chat .box .tel img {
        width: 28px; }
  .chat:hover .box {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .chat {
      bottom: 10px; }
      .chat.has-filter {
        bottom: 110px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  text-align: center;
  padding-top: 20px; }
  header .container {
    padding: 0 70px; }
  header .logo {
    display: inline-block;
    width: 110px; }
    header .logo img {
      transition: .4s; }
      header .logo img.bl, header .logo img.gold {
        display: none; }
      header .logo img.page-logo {
        width: 100%;
        display: none; }
    header .logo .lion {
      width: 60px; }
    header .logo .text {
      width: 100%;
      margin-top: 8px; }
  @media only screen and (max-width: 767px) {
    header {
      padding-top: 24px; }
      header .logo {
        width: 90px; }
        header .logo .lion {
          width: 50px; }
      header .container {
        padding: 0 24px; } }
  header.wh .logo img {
    display: none; }
    header.wh .logo img.bl {
      display: inline-block; }
  header.page {
    padding: 16px 0;
    background: #fff;
    border-bottom: 1px solid #eee; }
    header.page .logo {
      width: 280px; }
      header.page .logo img {
        display: none; }
        header.page .logo img.page-logo {
          display: inline-block; }
    @media only screen and (max-width: 767px) {
      header.page .logo {
        width: 100%; } }
  header.gl .logo img {
    display: none; }
    header.gl .logo img.gold {
      display: inline-block; }
  header.scrolled .logo .lion {
    width: 50px; }
  header.scrolled .logo .text {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    header.scrolled.gl {
      background: #fff;
      padding: 12px 0;
      transition: .4s; }
      header.scrolled.gl .text {
        display: none !important; }
      header.scrolled.gl .lang {
        display: flex;
        align-items: center;
        padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    header.scrolled:not(.page, .gl) {
      background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
      padding: 12px 0;
      transition: .4s; }
      header.scrolled:not(.page, .gl) .text {
        display: none !important; }
      header.scrolled:not(.page, .gl) .lang {
        display: flex;
        align-items: center;
        padding-top: 0; } }

footer {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: .9rem; }
  footer .container {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      footer .container {
        padding: 0 24px; } }
  footer .logo {
    width: 100px; }
    @media (max-width: 1200px) {
      footer .logo {
        width: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .logo {
        position: relative;
        width: 50px;
        left: -15px; } }
    @media only screen and (max-width: 767px) {
      footer .logo {
        display: block;
        margin: 0 auto 30px auto; } }
  footer a {
    display: block;
    transition: .4s opacity; }
    footer a:hover {
      opacity: .5; }
  footer .icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .icon {
        width: 10px; } }
  footer .social {
    margin-bottom: 50px; }
    footer .social a {
      display: inline-block;
      margin-right: 10px; }
      footer .social a i {
        font-size: 22px;
        position: relative; }
        footer .social a i.fa-tiktok {
          font-size: 20px; }
        footer .social a i.fa-instagram {
          font-size: 24px;
          top: 1px; }
    @media (max-width: 1200px) {
      footer .social a {
        margin-right: 5px; }
        footer .social a i {
          transform: scale(0.8); } }
    @media (max-width: 900px) {
      footer .social a {
        margin-right: 0; }
        footer .social a i {
          transform: scale(0.6); } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .social a {
        margin-right: -4px; }
        footer .social a i {
          transform: scale(0.5); } }
    @media only screen and (max-width: 767px) {
      footer .social {
        margin: 40px 0; }
        footer .social a {
          margin-right: 10px; }
          footer .social a i {
            transform: scale(1); } }
  footer .numbers a i {
    font-size: 16px; }
    footer .numbers a i.fa-phone {
      font-size: 12px; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .numbers a i {
      font-size: 8px; }
      footer .numbers a i.fa-phone {
        font-size: 6px; } }
  @media only screen and (max-width: 767px) {
    footer .numbers a {
      display: inline-block;
      margin: 0 20px 10px 0;
      font-size: 1rem;
      font-weight: 500; } }
  footer .top {
    padding: 60px 0;
    font-size: 1.1rem; }
    footer .top a {
      margin-bottom: 5px; }
    footer .top .title {
      font-family: "trajan-sans-pro", serif;
      font-weight: 400;
      display: block;
      text-transform: uppercase;
      opacity: 1 !important; }
    footer .top .title + a {
      margin-top: 20px; }
    @media (max-width: 1500px) {
      footer .top {
        font-size: 1rem; } }
    @media (max-width: 1300px) {
      footer .top {
        font-size: .8rem; } }
    @media (max-width: 1200px) {
      footer .top {
        font-size: .6rem;
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .top {
        font-size: .5rem;
        padding: 40px 0; }
        footer .top .title + a {
          margin-top: 5px; } }
    @media only screen and (max-width: 767px) {
      footer .top {
        font-size: .9rem; }
        footer .top .title {
          border-bottom: 1px solid;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        footer .top .col-md-3:nth-of-type(2) .sub {
          display: block; }
        footer .top .col-md-2:last-child .title {
          border-bottom: 0;
          margin: 0;
          padding: 0; } }
  footer .bottom {
    background: #fff;
    color: #000;
    line-height: 55px;
    font-size: .9rem; }
    footer .bottom .text-lg-center {
      text-transform: uppercase; }
    footer .bottom a {
      display: inline-block; }
    footer .bottom span {
      margin: 0 20px; }
    @media (max-width: 1520px) {
      footer .bottom {
        font-size: .8rem; } }
    @media (max-width: 1400px) {
      footer .bottom {
        font-size: .7rem; } }
    @media (max-width: 1200px) {
      footer .bottom {
        font-size: .6rem; }
        footer .bottom span {
          margin: 0 12px; } }
    @media (max-width: 1000px) {
      footer .bottom {
        font-size: .5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bottom {
        font-size: .8rem;
        padding: 20px 0;
        line-height: normal; }
        footer .bottom .col-lg-6 {
          margin: 15px 0; } }
    @media only screen and (max-width: 767px) {
      footer .bottom {
        font-size: .9rem;
        text-align: center; } }
  footer.wh {
    background: #fff;
    color: #000; }
    footer.wh .logo {
      display: none; }
      footer.wh .logo.bl {
        display: inline-block; }
    footer.wh .bottom {
      background: #000;
      color: #fff; }
    footer.wh .anim-button div span {
      text-shadow: 0 20px #000; }
  @media only screen and (max-width: 767px) {
    footer .sub {
      display: none;
      padding: 10px 0; }
    footer .visible-xs {
      margin-top: 40px; }
      footer .visible-xs a {
        text-transform: uppercase; } }

h1, h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-family: "trajan-sans-pro", serif;
  font-weight: 400; }
  @media (max-width: 1400px) {
    h1, h2 {
      font-size: 1.8rem; } }
  @media (max-width: 1200px) {
    h1, h2 {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    h1, h2 {
      font-size: 1.7rem; } }

h3 {
  font-size: 1.5rem;
  font-family: "trajan-sans-pro", serif;
  font-weight: 400;
  margin: 0 0 30px 0; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.2rem; } }

.menu-button {
  position: fixed;
  z-index: 10;
  left: 70px;
  top: 40px;
  margin-top: 0;
  transform: rotate(90deg);
  height: 35px;
  width: 35px; }
  .menu-button span {
    width: 2px;
    height: 35px;
    position: absolute;
    background: #fff;
    transition: .4s; }
    .menu-button span:nth-of-type(1) {
      left: 10px;
      top: 0; }
    .menu-button span:nth-of-type(2) {
      left: 24px;
      bottom: 0; }
  @media (min-width: 1200px) {
    .menu-button:hover span {
      height: 25px; } }
  .menu-button.wh span {
    background: #000; }
  .menu-button.gl span {
    background: #A08762; }
  @media only screen and (max-width: 767px) {
    .menu-button {
      top: 24px;
      left: 24px; }
      .menu-button.active span {
        height: 35px; }
        .menu-button.active span:nth-of-type(1) {
          left: 17px; }
        .menu-button.active span:nth-of-type(2) {
          left: 17px; } }
  .menu-button.page {
    top: 28px; }
    .menu-button.page span {
      background: #A08762; }
    @media only screen and (max-width: 767px) {
      .menu-button.page {
        top: 14px; } }
  .menu-button.active span {
    background: #fff !important;
    height: 35px; }
    .menu-button.active span:nth-of-type(1) {
      left: 17px;
      top: 0;
      transform: rotate(45deg); }
    .menu-button.active span:nth-of-type(2) {
      left: 17px;
      bottom: 0;
      transform: rotate(-45deg); }

.back {
  position: fixed;
  z-index: 10;
  right: 70px;
  top: 40px; }
  .back img {
    width: 26px; }
    .back img.gold {
      display: none; }
  .back.gl img {
    display: none; }
    .back.gl img.gold {
      display: inline-block; }
  @media only screen and (max-width: 767px) {
    .back {
      right: 24px;
      top: 24px; } }

nav.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
  color: #fff;
  display: flex;
  transform: translateY(100%);
  transition: 1.5s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  nav.main .bg {
    position: absolute;
    height: 80%;
    left: 82%;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: .7s; }
  nav.main .logo {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .7s; }
  nav.main .item {
    padding-top: 20vh;
    position: relative;
    z-index: 1;
    width: calc(100% / 8);
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: .7s; }
    nav.main .item .main-link {
      display: block;
      margin-bottom: 5px; }
      nav.main .item .main-link .title-link {
        display: block;
        position: relative;
        font-size: 1.5rem;
        font-family: "trajan-sans-pro", serif;
        font-weight: 400; }
        nav.main .item .main-link .title-link .hover {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          width: 100%;
          top: 0;
          left: 100%;
          transition: .4s; }
        nav.main .item .main-link .title-link:hover .hover {
          opacity: 1;
          visibility: visible; }
    nav.main .item .sub {
      padding: 10px 0;
      display: none; }
      nav.main .item .sub a {
        display: block;
        transition: opacity .4s; }
        nav.main .item .sub a:hover {
          opacity: .6; }
    nav.main .item .title {
      font-family: "trajan-sans-pro", serif;
      font-weight: 600;
      margin-bottom: 30px; }
    nav.main .item .icon {
      margin-right: 10px; }
    nav.main .item .middle {
      padding-top: 25vh; }
      nav.main .item .middle a {
        display: block;
        margin-bottom: 5px; }
    nav.main .item .bottom {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%; }
      nav.main .item .bottom a {
        margin-right: 10px; }
    nav.main .item .social a {
      margin-right: 2px; }
      nav.main .item .social a img {
        transform: scale(0.75); }
    @media only screen and (max-width: 767px) {
      nav.main .item {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 0;
        border: 0; }
        nav.main .item .middle {
          padding-top: 0; }
        nav.main .item .bottom {
          position: static;
          margin-top: 120px; }
        nav.main .item .main-link .title-link .hover {
          display: none; } }
  nav.main.active {
    transform: translateY(0); }
    nav.main.active .logo {
      opacity: 1;
      transition-delay: 1.3s; }
    nav.main.active .item {
      opacity: 1; }
      nav.main.active .item:nth-of-type(2) {
        transition-delay: 1s; }
      nav.main.active .item:nth-of-type(3) {
        transition-delay: 1.1s; }
      nav.main.active .item:nth-of-type(4) {
        transition-delay: 1.2s; }
      nav.main.active .item:nth-of-type(5) {
        transition-delay: 1.3s; }
      nav.main.active .item:nth-of-type(6) {
        transition-delay: 1.4s; }
      nav.main.active .item:nth-of-type(7) {
        transition-delay: 1.5s; }
      nav.main.active .item:nth-of-type(8) {
        transition-delay: 1.6s; }
    nav.main.active .bg {
      opacity: 1;
      transition-delay: 1.7s; }
  @media only screen and (max-width: 767px) {
    nav.main {
      transition: .6s;
      display: block;
      overflow: auto;
      padding: 120px 24px 24px 24px; }
      nav.main .logo, nav.main .bg, nav.main .middle, nav.main .social {
        display: none; }
      nav.main .lang {
        position: absolute;
        right: 24px;
        top: 24px; }
      nav.main .item {
        transition-delay: .4s !important; } }

.back-top {
  display: none;
  position: fixed;
  top: 120px;
  right: 55px;
  color: #fff;
  z-index: 2; }
  .back-top span {
    transform: rotate(-90deg);
    transform-origin: top right;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0; }
    .back-top span:after {
      content: '';
      width: 95px;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      margin-left: 16px; }
  .back-top.wh {
    color: #000; }
    .back-top.wh span:after {
      background: #000; }
  @media only screen and (max-width: 767px) {
    .back-top {
      display: none !important; } }

.page-name {
  position: fixed;
  top: 50px;
  left: 55px;
  color: #fff;
  z-index: 2; }
  .page-name span {
    transform: rotate(-90deg);
    transform-origin: top right;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0; }
  @media (max-width: 1400px) {
    .page-name {
      left: 22px; } }
  @media only screen and (max-width: 767px) {
    .page-name {
      display: none; } }

.accordion .item {
  padding: 36px 0;
  border-bottom: 1px solid #707070; }
  .accordion .item h3 {
    font-size: 1.2rem;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin: 0; }
    .accordion .item h3 .icon {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      margin-right: 15px; }
  .accordion .item p {
    overflow: hidden; }
  @media (max-width: 991px) {
    .accordion .item {
      padding: 36px 0 24px 0; }
      .accordion .item h3 {
        font-size: 1rem;
        margin-bottom: 12px; }
        .accordion .item h3 span {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 80px); } }

@keyframes scrolldown {
  0% {
    background-position: 0 -60px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 60px; } }
.c-scrolldown {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 1px;
  height: 60px;
  overflow: hidden;
  z-index: 3; }
  @media only screen and (max-width: 767px) {
    .c-scrolldown {
      display: none; } }

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

.main-video {
  position: relative;
  height: 100vh; }
  .main-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  .main-video .container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .main-video h1 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .main-video h1 {
        font-size: 1.2rem; } }

.main-slider .swiper-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center; }
  .main-slider .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-slider .swiper-slide .container {
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0;
    transition: 1s;
    transform: translateX(30px); }
  .main-slider .swiper-slide h1, .main-slider .swiper-slide h2 {
    margin-bottom: 20px; }
  .main-slider .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .main-slider .swiper-slide.swiper-slide-active .container {
    opacity: 1;
    transition-delay: .7s;
    transform: translateX(0); }
  @media only screen and (max-width: 767px) {
    .main-slider .swiper-slide {
      height: 650px;
      align-items: end;
      padding-bottom: 120px; } }
.main-slider .slider-count {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  .main-slider .slider-count .container {
    margin-top: 300px;
    color: #fff;
    font-size: .9rem; }
    .main-slider .slider-count .container .bar {
      position: relative;
      height: 2px;
      width: 60px;
      background: #fff;
      margin-bottom: 15px; }
      .main-slider .slider-count .container .bar span {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #A08762; }
      .main-slider .slider-count .container .bar.play span {
        transition: 4s;
        width: 100%; }
    .main-slider .slider-count .container .cur {
      color: #A08762; }
  @media only screen and (max-width: 767px) {
    .main-slider .slider-count {
      top: auto;
      bottom: 50px;
      height: auto; }
      .main-slider .slider-count .container {
        margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .main-slider {
    position: relative; } }

.detail-video {
  position: relative;
  height: 100vh;
  min-height: 600px;
  color: #fff; }
  .detail-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .detail-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  .detail-video .award {
    position: absolute;
    top: 0;
    right: 100px;
    width: 100px; }
  .detail-video .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    width: 260px;
    height: 130px; }
    .detail-video .play span {
      display: block;
      margin-top: 15px;
      font-size: .9rem; }
      .detail-video .play span.gold {
        color: #A08762; }
    @media only screen and (max-width: 767px) {
      .detail-video .play {
        height: 100px; }
        .detail-video .play img {
          width: 60px; } }
  .detail-video .container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px; }
    .detail-video .container h1 {
      font-size: 4rem;
      margin: 0 0 10px 0;
      position: relative;
      left: -8px; }
    .detail-video .container .logo {
      width: 140px;
      margin-bottom: 50px; }
    .detail-video .container p {
      width: 300px;
      max-width: 100%; }
  @media (max-width: 1400px) {
    .detail-video .award {
      width: 70px;
      right: 70px; }
    .detail-video .container h1 {
      font-size: 2.5rem; }
    .detail-video .container .logo {
      width: 100px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .detail-video {
      height: 650px;
      min-height: 0; }
      .detail-video .award {
        width: 50px;
        right: 24px; }
      .detail-video .container {
        bottom: 50px; }
        .detail-video .container h1 {
          font-size: 2rem; }
        .detail-video .container .logo {
          width: 80px;
          margin-bottom: 20px; } }

.main-banner {
  position: relative;
  height: 70vh;
  margin-bottom: 100px;
  margin-top: -110px; }
  .main-banner .container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .main-banner h1 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0; }
  .main-banner.short {
    height: 50vh; }
  @media only screen and (max-width: 767px) {
    .main-banner {
      height: 400px;
      margin-bottom: 60px; }
      .main-banner h1 {
        font-size: 1.2rem; } }

.textanim {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff; }
  .textanim .bg {
    position: absolute;
    height: 80%;
    left: 82%;
    top: 0;
    bottom: 0;
    margin: auto; }
  .textanim .splitting .word {
    white-space: nowrap; }
  .textanim span {
    text-transform: uppercase; }
  .textanim strong {
    font-weight: 400;
    color: #A08762; }
  .textanim .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: var(--page-padding); }
  .textanim .content:last-child {
    height: 100%; }
  .textanim .content--full {
    padding: 0; }
  .textanim .content p {
    max-width: 660px;
    margin: 1.5rem auto;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600; }
  .textanim .content--highlight p {
    font-size: clamp(1rem, 3vw, 2rem); }
  .textanim .content__title {
    font-size: 4.5rem;
    font-weight: 400;
    display: grid;
    gap: 2rem; }
    @media (max-width: 1500px) {
      .textanim .content__title {
        font-size: 3.5rem; } }
  .textanim .content__title--left {
    text-align: left; }
  .textanim .content__title--right {
    text-align: right; }
  .textanim .content__title--sides {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    text-align: left;
    gap: 2rem; }
  .textanim .content__title--sides span:last-child {
    justify-self: end; }
  .textanim .font-height {
    line-height: 1.4; }
  .textanim .font-height-medium {
    line-height: 0.9; }
  .textanim .font-medium {
    font-size: 6vw;
    margin-top: 3rem; }
  .textanim .font-larger {
    font-size: 27vw; }
  .textanim .font-upper {
    text-transform: uppercase; }
  .textanim .font-sub {
    font-size: 5vw;
    margin-top: 2rem;
    display: block; }
  .textanim .splitting .font-sub .word {
    display: grid;
    grid-auto-flow: column; }
  .textanim .char-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .textanim .content .desc {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 800px;
    max-width: 100%; }
    .textanim .content .desc a {
      color: #A08762;
      pointer-events: auto; }
  @media screen and (min-width: 53em) {
    .textanim .frame {
      justify-items: start;
      grid-gap: 2rem;
      grid-template-columns: auto auto 1fr auto;
      grid-template-rows: auto;
      grid-template-areas: 'title prev demos sponsor'; }
    .textanim .frame__demos {
      justify-self: end; } }
  .textanim.active .particle-slider {
    opacity: 1;
    visibility: visible; }
  .textanim.passed .particle-slider {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .textanim {
      height: 350px;
      min-height: 0; }
      .textanim .content__title {
        font-size: 1.5rem; }
      .textanim .content .desc {
        position: static; }
      .textanim h2 {
        margin-bottom: 30px; } }

.particle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .particle-slider .slides, .particle-slider > .dg {
    display: none; }

#particle-slider {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 1200px) {
    #particle-slider {
      background-image: url(/a/i/award-mobile.webp); } }

#particle-slider2 {
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 1200px) {
    #particle-slider2 {
      background-image: url(/a/i/logo-particles-mobile.webp); } }

.particle-section {
  position: relative;
  height: 100vh;
  background: #000;
  padding-top: 190px; }
  .particle-section h2 {
    font-size: 4rem;
    font-weight: 400;
    margin: 0;
    width: 1010px;
    max-width: 100%;
    text-transform: uppercase; }
    .particle-section h2 span {
      color: #A08762; }
  .particle-section .container {
    position: relative;
    z-index: 1; }

.tsparticles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cover.tint {
    position: relative; }
    .cover.tint:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5; }
  .cover.tint-gr:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }

.project-slider {
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  cursor: none; }
  .project-slider a {
    cursor: none; }
  .project-slider .swiper-slide {
    overflow: hidden;
    height: 100vh;
    min-height: 700px;
    padding-top: 250px; }
    .project-slider .swiper-slide .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.2);
      transition: 1.5s; }
    .project-slider .swiper-slide .container {
      position: relative;
      z-index: 1; }
    .project-slider .swiper-slide.swiper-slide-active .cover {
      transform: scale(1); }
    @media (max-height: 800px) {
      .project-slider .swiper-slide {
        padding-top: 120px; } }
  .project-slider .title {
    font-size: 5rem;
    line-height: 1.05;
    font-family: "trajan-sans-pro", serif;
    font-style: italic; }
    .project-slider .title span {
      font-weight: bold;
      font-family: 'Work Sans', sans-serif; }
    @media (max-width: 1700px) {
      .project-slider .title {
        font-size: 4rem; } }
    @media (max-width: 1500px) {
      .project-slider .title {
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .project-slider .title {
        font-size: 2rem; } }
  .project-slider p {
    width: 570px;
    margin-top: 30px;
    max-width: 100%; }
  .project-slider .thumbs {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    z-index: 2; }
    .project-slider .thumbs .item {
      display: inline-block;
      margin-right: 6px; }
      .project-slider .thumbs .item .number {
        display: inline-block;
        margin-bottom: 14px;
        font-size: .9rem; }
      .project-slider .thumbs .item .cover {
        width: 95px;
        height: 125px;
        margin-bottom: 15px; }
      .project-slider .thumbs .item .bar {
        height: 2px;
        position: relative;
        background: #fff;
        opacity: 0;
        transition: .4s; }
        .project-slider .thumbs .item .bar span {
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 2px;
          background: #000; }
        .project-slider .thumbs .item .bar.play {
          opacity: 1; }
          .project-slider .thumbs .item .bar.play span {
            width: 100%;
            transition: 5s; }
    @media (max-height: 800px) {
      .project-slider .thumbs {
        bottom: 80px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project-slider .thumbs .item .cover {
      width: 80px;
      height: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project-slider .thumbs .item .cover {
      width: 70px;
      height: 90px; } }
  @media only screen and (max-width: 767px) {
    .project-slider {
      height: 600px;
      min-height: 0; }
      .project-slider .swiper-slide {
        height: 600px;
        min-height: 0;
        padding-top: 60px; }
      .project-slider .thumbs {
        bottom: 60px; }
        .project-slider .thumbs .container {
          white-space: nowrap;
          overflow: auto; }
        .project-slider .thumbs .item {
          white-space: normal;
          width: 17.5%; }
          .project-slider .thumbs .item .cover {
            width: 100%;
            height: auto;
            padding-bottom: 130%; } }

.vertical-slider {
  position: relative;
  overflow: hidden;
  color: #fff;
  --swiper-navigation-size: 30px; }
  .vertical-slider .swiper-button-next, .vertical-slider .swiper-button-prev {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .vertical-slider .swiper-button-next, .vertical-slider .swiper-button-prev {
        display: none; } }
  .vertical-slider .swiper-button-next {
    right: 40px; }
  .vertical-slider .swiper-button-prev {
    left: 40px; }
  .vertical-slider .controls {
    display: flex;
    line-height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2; }
    .vertical-slider .controls .arrow {
      width: 120px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      border-right: 1px solid #707070;
      transition: .7s; }
      .vertical-slider .controls .arrow.prev {
        background-image: url(/a/i/projects-prev.svg); }
        .vertical-slider .controls .arrow.prev:hover {
          background-color: #A08762;
          background-image: url(/a/i/projects-prev-wh.svg); }
      .vertical-slider .controls .arrow.next {
        background-image: url(/a/i/projects-next.svg); }
        .vertical-slider .controls .arrow.next:hover {
          background-color: #A08762;
          background-image: url(/a/i/projects-next-wh.svg); }
    .vertical-slider .controls .all {
      transition: .7s; }
      .vertical-slider .controls .all img {
        margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .vertical-slider .controls {
        display: none;
        line-height: 60px; }
        .vertical-slider .controls .arrow {
          width: 20vw; }
        .vertical-slider .controls .all {
          width: 60vw;
          padding: 0;
          text-align: center; } }
  .vertical-slider .logo {
    position: absolute;
    top: 55px;
    left: -50px;
    right: 0;
    margin: auto;
    z-index: 2; }
    .vertical-slider .logo img {
      width: 180px; }
  .vertical-slider .details {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
    .vertical-slider .details h1 {
      margin: 0 0 10px 0; }
    .vertical-slider .details .sub {
      width: 80%; }
      @media only screen and (max-width: 767px) {
        .vertical-slider .details .sub {
          width: 100%; } }
    .vertical-slider .details .info {
      margin-top: 70px; }
      .vertical-slider .details .info .item {
        margin-right: 60px;
        display: inline-block; }
        .vertical-slider .details .info .item img {
          vertical-align: middle; }
        .vertical-slider .details .info .item .line {
          display: inline-block;
          width: 1px;
          height: 32px;
          margin: 0 12px;
          background: #fff;
          vertical-align: middle; }
        .vertical-slider .details .info .item .txt {
          display: inline-block;
          vertical-align: middle; }
          .vertical-slider .details .info .item .txt h3 {
            font-size: 1rem;
            text-transform: uppercase;
            margin: 0; }
      @media (max-width: 1200px) {
        .vertical-slider .details .info {
          margin-top: 30px; }
          .vertical-slider .details .info .item {
            margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .vertical-slider .details .info {
          margin-top: 30px; }
          .vertical-slider .details .info .item {
            margin-right: 0;
            width: 49%;
            margin-bottom: 30px; }
            .vertical-slider .details .info .item .line {
              margin: 0 8px; }
            .vertical-slider .details .info .item .txt {
              font-size: .8rem; }
              .vertical-slider .details .info .item .txt h3 {
                font-size: .9rem; } }
    @media (max-width: 1200px) {
      .vertical-slider .details {
        bottom: 160px; } }
    @media only screen and (max-width: 767px) {
      .vertical-slider .details {
        bottom: 60px; } }
  .vertical-slider .bg-slider {
    height: 100vh;
    cursor: none; }
    .vertical-slider .bg-slider .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      /* easeInOutQuint */ }
      .vertical-slider .bg-slider .swiper-slide .img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        transform: scale(1.2);
        transition: 1.5s; }
      .vertical-slider .bg-slider .swiper-slide .txt {
        opacity: 0;
        transition: .7s;
        position: relative;
        width: 250px;
        z-index: 1;
        margin-right: 850px;
        transform: translateX(30px); }
        .vertical-slider .bg-slider .swiper-slide .txt h3 {
          font-size: 2rem; }
      .vertical-slider .bg-slider .swiper-slide .award {
        position: absolute;
        top: 0;
        right: 100px;
        width: 100px; }
      .vertical-slider .bg-slider .swiper-slide.swiper-slide-active .img {
        transform: scale(1); }
      .vertical-slider .bg-slider .swiper-slide.swiper-slide-active .txt {
        transition-delay: .8s;
        opacity: 1;
        transform: translateX(0); }
    .vertical-slider .bg-slider .swiper-pagination {
      display: none;
      left: 24px;
      right: 24px;
      width: auto;
      bottom: 50px; }
      .vertical-slider .bg-slider .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: .5;
        margin: 0 16px 0 0; }
        .vertical-slider .bg-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #fff;
          opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .vertical-slider .bg-slider .swiper-slide .txt {
        margin-right: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .vertical-slider .bg-slider .swiper-slide .award {
        width: 50px; }
      .vertical-slider .bg-slider .swiper-slide .txt {
        margin: 0;
        position: absolute;
        bottom: 150px;
        left: 0;
        width: 100%;
        padding: 0 70px; }
        .vertical-slider .bg-slider .swiper-slide .txt h3 {
          font-size: 1.5rem;
          margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .vertical-slider .bg-slider {
        height: 750px; }
        .vertical-slider .bg-slider .swiper-pagination {
          display: block; }
        .vertical-slider .bg-slider .swiper-slide .award {
          right: 24px;
          width: 36px; }
        .vertical-slider .bg-slider .swiper-slide .txt {
          margin: 0;
          position: absolute;
          bottom: 90px;
          left: 0;
          width: 100%;
          padding: 0 24px; }
          .vertical-slider .bg-slider .swiper-slide .txt h3 {
            font-size: 1.5rem;
            margin-bottom: 8px; } }
  .vertical-slider .box-slider {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    aspect-ratio: 1 / 1; }
    .vertical-slider .box-slider .swiper-slide {
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      /* easeInOutQuint */ }
    .vertical-slider .box-slider .box {
      overflow: hidden;
      transition: 1s;
      height: 0; }
      .vertical-slider .box-slider .box .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .vertical-slider .box-slider .box .txt {
        position: absolute;
        bottom: 40px;
        left: 50px;
        right: 24px;
        width: auto;
        z-index: 2; }
        .vertical-slider .box-slider .box .txt h3 {
          font-size: 2.5rem;
          margin: 0; }
        .vertical-slider .box-slider .box .txt .loc {
          margin-top: 8px; }
          .vertical-slider .box-slider .box .txt .loc img {
            margin-right: 8px; }
        @media (max-height: 600px) {
          .vertical-slider .box-slider .box .txt h3 {
            font-size: 1.5rem; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .vertical-slider .box-slider .box .txt {
            bottom: 24px;
            left: 24px; }
            .vertical-slider .box-slider .box .txt h3 {
              font-size: 1.2rem; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .vertical-slider .box-slider .box .txt {
            bottom: 24x;
            left: 24px; }
            .vertical-slider .box-slider .box .txt h3 {
              font-size: 1rem; } }
        @media only screen and (max-width: 767px) {
          .vertical-slider .box-slider .box .txt {
            bottom: 24px;
            left: 24px; }
            .vertical-slider .box-slider .box .txt h3 {
              font-size: 1.2rem; } }
      .vertical-slider .box-slider .box:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1; }
    @media (max-height: 600px) {
      .vertical-slider .box-slider {
        width: 40%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .vertical-slider .box-slider {
        width: 300px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .vertical-slider .box-slider {
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .vertical-slider .box-slider {
        width: calc(100% - 48px);
        bottom: auto;
        top: 170px; } }
  .vertical-slider.blog-slider {
    --swiper-navigation-size: 40px; }
    .vertical-slider.blog-slider .swiper-button-next {
      right: 20%;
      width: 40px;
      height: 79px;
      background-size: 40px;
      background-image: url(/a/i/blog-next.svg); }
      .vertical-slider.blog-slider .swiper-button-next:after {
        font-size: 0; }
    .vertical-slider.blog-slider .swiper-button-prev {
      left: 20%;
      width: 40px;
      height: 79px;
      background-size: 40px;
      background-image: url(/a/i/blog-prev.svg); }
      .vertical-slider.blog-slider .swiper-button-prev:after {
        font-size: 0; }
    .vertical-slider.blog-slider .swiper-button-disabled {
      display: none; }
    .vertical-slider.blog-slider .box-slider {
      width: auto;
      height: calc(100% - 380px);
      aspect-ratio: 1 / 1.3; }
    .vertical-slider.blog-slider .bg-slider .swiper-slide .txt {
      position: absolute;
      width: 100%;
      text-align: center;
      margin: 0;
      left: 0;
      bottom: 70px;
      transform: translateX(0);
      transform: translateY(30px); }
    .vertical-slider.blog-slider .bg-slider .swiper-slide.swiper-slide-active .txt {
      transform: translateY(0); }

.page-form {
  padding: 80px 0;
  background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
  color: #fff; }
  .page-form .left {
    text-align: center;
    height: 400px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-image: url(/a/i/logo-bg.svg);
    background-repeat: no-repeat;
    flex-direction: column; }
    .page-form .left h2 {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin: 0 0 30px 0; }
      .page-form .left h2 strong {
        color: #A08762;
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-form .left h2 {
          font-size: 1.5rem; } }
    .page-form .left p {
      font-weight: 600; }
      .page-form .left p .number {
        display: block;
        font-size: 1.5rem;
        margin-top: 10px; }
  .page-form form input, .page-form form textarea, .page-form form select, .page-form form .send {
    width: 100%;
    height: 58px;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 0;
    background-color: transparent;
    color: #fff; }
    .page-form form input::placeholder, .page-form form textarea::placeholder, .page-form form select::placeholder, .page-form form .send::placeholder {
      color: #fff; }
  .page-form form .iti {
    width: 100%;
    margin-bottom: 16px;
    --iti-arrow-color: #fff; }
    .page-form form .iti .iti__selected-country-primary {
      padding-left: 0; }
    .page-form form .iti .iti__dropdown-content input {
      color: #000; }
      .page-form form .iti .iti__dropdown-content input::placeholder {
        color: #000; }
    .page-form form .iti .iti__tel-input {
      padding-left: 90px !important; }
  .page-form form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(/a/i/select-arrow-slim-wh.svg);
    background-repeat: no-repeat;
    background-position: right; }
    .page-form form select option {
      color: #000; }
  .page-form form textarea {
    height: 150px;
    padding-top: 20px; }
  .page-form form .checkbox {
    margin-bottom: 16px;
    position: relative; }
    .page-form form .checkbox input {
      width: 20px;
      height: 20px;
      margin: 0;
      position: absolute;
      top: 5px;
      left: 0;
      opacity: 0; }
    .page-form form .checkbox .check {
      margin-right: 12px;
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 5px; }
    .page-form form .checkbox input:checked + .check {
      background-image: url(/a/i/check.svg);
      background-position: center;
      background-repeat: no-repeat; }
    .page-form form .checkbox span {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 60px);
      font-size: .8rem; }
      .page-form form .checkbox span a {
        text-decoration: underline; }
  .page-form form .send {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
    font-family: "trajan-sans-pro", serif;
    font-weight: 400;
    transition: .4s; }
    .page-form form .send:hover {
      opacity: .5; }
  .page-form.career-form h2 {
    margin: 0 0 90px 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .page-form.career-form h2 {
        margin-bottom: 60px; } }
  .page-form.career-form form input, .page-form.career-form form textarea, .page-form.career-form form select, .page-form.career-form form .send {
    height: 75px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 0;
    background-color: transparent;
    font-size: 1.5rem; }
    .page-form.career-form form input::placeholder, .page-form.career-form form textarea::placeholder, .page-form.career-form form select::placeholder, .page-form.career-form form .send::placeholder {
      color: #A5A5A5; }
    @media only screen and (max-width: 767px) {
      .page-form.career-form form input, .page-form.career-form form textarea, .page-form.career-form form select, .page-form.career-form form .send {
        height: 50px;
        font-size: 1rem; } }
  .page-form.career-form form select {
    color: #A5A5A5; }
    .page-form.career-form form select option {
      font-size: 1rem;
      color: #000; }
  .page-form.career-form form .send {
    background: #000;
    color: #fff;
    font-size: 1rem;
    height: 60px;
    border-radius: 4px;
    border: 0; }
    .page-form.career-form form .send:hover {
      background: #A08762; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-form.career-form form .send {
        font-size: .8rem; } }
  .page-form.career-form form .upload {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 32px;
    background: #000;
    color: #fff;
    font-size: 1rem;
    line-height: 60px;
    border-radius: 4px;
    transition: .4s; }
    .page-form.career-form form .upload input {
      position: absolute;
      top: 0;
      left: 0;
      height: 60px;
      width: 100%;
      opacity: 0;
      z-index: 1; }
    .page-form.career-form form .upload img {
      margin-right: 10px; }
    .page-form.career-form form .upload:hover {
      background: #A08762; }
    @media only screen and (max-width: 767px) {
      .page-form.career-form form .upload {
        padding: 0 20px;
        line-height: 50px;
        margin: 0; }
        .page-form.career-form form .upload img {
          width: 16px;
          margin-right: 8px; }
        .page-form.career-form form .upload input {
          height: 50px; } }
  .page-form.career-form form .upload-desc {
    width: calc(100% - 200px);
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle; }
    .page-form.career-form form .upload-desc .uploaded {
      display: none;
      color: #59C439; }
    @media only screen and (max-width: 767px) {
      .page-form.career-form form .upload-desc {
        font-size: .8rem;
        width: calc(100% - 165px);
        padding-left: 20px; } }
  .page-form.career-form form .checkbox input {
    height: 20px; }
  .page-form.career-form form label {
    font-size: 1rem; }
  .page-form.career-form form .iti .iti__country-container {
    font-size: 1.5rem; }
  .page-form.career-form form .iti .iti__tel-input {
    padding-left: 110px !important; }
  .page-form.career-form form .iti .iti__dropdown-content {
    font-size: 1rem;
    color: #000; }
    .page-form.career-form form .iti .iti__dropdown-content input {
      font-size: 1rem;
      height: 40px; }
  @media only screen and (max-width: 767px) {
    .page-form.career-form form .iti {
      height: 50px; }
      .page-form.career-form form .iti .iti__country-container {
        font-size: 1rem; }
      .page-form.career-form form .iti .iti__tel-input {
        padding-left: 90px !important; } }
  .page-form.career-form form hr {
    background: #000;
    opacity: 1;
    margin: 30px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-form {
      padding: 90px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-form {
      padding: 90px 0; } }
  @media only screen and (max-width: 767px) {
    .page-form {
      padding: 60px 0; }
      .page-form .left {
        height: 350px;
        margin-bottom: 0; }
        .page-form .left h2 {
          font-size: 1.5rem; }
      .page-form .g-3, .page-form .gy-3 {
        --bs-gutter-y: 0; } }

.projects {
  padding-top: 230px;
  margin-bottom: 60px;
  min-height: 100vh; }
  .projects .container {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      .projects .container {
        padding: 0 24px; } }
  .projects .empty-message {
    display: none; }
  .projects .filter {
    position: fixed;
    bottom: 30px;
    width: 100%;
    left: 0;
    pointer-events: none;
    justify-content: center;
    display: flex;
    z-index: 2; }
    .projects .filter .select {
      width: 350px;
      line-height: 60px;
      background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
      color: #fff;
      position: relative;
      text-transform: uppercase;
      pointer-events: auto;
      cursor: pointer;
      border-radius: 30px;
      transition: .4s;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
      .projects .filter .select .selected {
        padding: 0 38px; }
        .projects .filter .select .selected img {
          float: right;
          margin-top: 26px;
          transition: .4s; }
      .projects .filter .select .options {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        background: radial-gradient(circle, #ceb897 0%, #9c835e 80%);
        height: 240px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .projects .filter .select .options::-webkit-scrollbar {
          display: none; }
        .projects .filter .select .options div {
          padding: 0 38px;
          white-space: nowrap;
          transition: .4s; }
          .projects .filter .select .options div:hover {
            opacity: .5; }
      .projects .filter .select.active {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        .projects .filter .select.active .options {
          opacity: 1;
          visibility: visible; }
        .projects .filter .select.active .selected img {
          transform: rotate(180deg); }
      @media (min-width: 768px) and (max-width: 991px) {
        .projects .filter .select {
          font-size: .8rem; } }
      @media only screen and (max-width: 767px) {
        .projects .filter .select {
          font-size: .9rem;
          line-height: 60px; }
          .projects .filter .select .selected {
            padding: 0 24px; }
            .projects .filter .select .selected img {
              width: 10px;
              margin-top: 28px; }
          .projects .filter .select .options {
            height: 213px;
            line-height: 50px; }
            .projects .filter .select .options div {
              padding: 0 24px; } }
    @media only screen and (max-width: 767px) {
      .projects .filter {
        bottom: 24px; } }
  @media only screen and (max-width: 767px) {
    .projects {
      padding-top: 160px; } }

.project-box {
  display: block;
  margin-bottom: 60px; }
  .project-box .cover {
    position: relative;
    padding-bottom: 120%;
    margin-bottom: 30px; }
    .project-box .cover.tint:before {
      opacity: 0;
      transition: .4s; }
    .project-box .cover span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      color: #fff;
      transition: .4s; }
  .project-box h3 {
    margin: 0 0 8px 0;
    font-size: 1.7rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .project-box h3 {
        margin: 0 0 5px 0; } }
  .project-box p {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .project-box p {
        width: 100%; } }
  .project-box:hover .cover.tint:before {
    opacity: .5; }
  .project-box:hover .cover span {
    opacity: 1; }

.news .project-box .cover {
  padding-bottom: 80%; }

section.content {
  padding-bottom: 200px; }
  section.content h3 {
    font-size: 1.8rem; }
    @media only screen and (max-width: 767px) {
      section.content h3 {
        font-size: 1.2rem; } }
  section.content img, section.content video, section.content table {
    width: 100%;
    display: block; }
  section.content .scroll-img {
    padding-bottom: 120%;
    position: relative;
    overflow: hidden; }
    section.content .scroll-img .cover {
      position: absolute;
      height: calc(100% + 300px);
      position: absolute;
      top: -300px;
      left: 0;
      width: 100%; }
    section.content .scroll-img.hrz {
      padding-bottom: 60%; }
  section.content .boxes-row {
    --bs-gutter-x: 150px; }
    section.content .boxes-row .col .box {
      margin-top: 35vh; }
    section.content .boxes-row .col:first-child .box:first-child {
      margin-top: 0; }
    section.content .boxes-row.g-1 {
      --bs-gutter-x: 24px; }
    @media (max-width: 1400px) {
      section.content .boxes-row {
        --bs-gutter-x: 64px; } }
    @media (max-width: 1200px) {
      section.content .boxes-row {
        --bs-gutter-x: 32px; }
        section.content .boxes-row .col .box {
          margin-top: 120px; } }
    @media only screen and (max-width: 767px) {
      section.content .boxes-row {
        --bs-gutter-x: 12px; }
        section.content .boxes-row .col {
          flex: none; }
          section.content .boxes-row .col .box {
            margin-top: 60px; }
            section.content .boxes-row .col .box.mt-0 {
              margin-top: 60px !important; } }
  section.content table {
    width: 100%; }
    section.content table tr td {
      border: 1px solid #ddd;
      padding: 12px 24px; }
    section.content table thead {
      font-weight: 500; }
    @media only screen and (max-width: 767px) {
      section.content table tr td {
        padding: 12px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.content {
      padding-bottom: 120px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.content {
      padding-bottom: 90px; } }
  @media only screen and (max-width: 767px) {
    section.content {
      padding-bottom: 60px; }
      section.content .double-img .col-md-6:first-child {
        margin-bottom: 40px; } }

.team {
  margin-bottom: 300px; }
  .team .slider {
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 134px; }
    .team .slider::-webkit-scrollbar {
      display: none; }
    .team .slider.scrolling:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .team .slider h2 {
      display: inline-block;
      vertical-align: top;
      margin-right: 40px; }
    .team .slider .item {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 25vw;
      min-width: 300px;
      margin-right: 40px; }
      .team .slider .item .cover {
        padding-bottom: 120%; }
      .team .slider .item .txt {
        background: #fff;
        padding: 30px 40px;
        color: #000; }
        .team .slider .item .txt .name {
          font-size: 1.5rem;
          font-weight: 500; }
    @media (max-width: 1500px) {
      .team .slider .item .txt {
        padding: 24px;
        font-size: .9rem; }
        .team .slider .item .txt .name {
          font-size: 1rem; } }
    @media (max-width: 1400px) {
      .team .slider {
        padding: 0 70px; } }
    @media only screen and (max-width: 767px) {
      .team .slider {
        padding: 0 12px; }
        .team .slider h2 {
          font-size: 1rem;
          margin-right: 20px; }
        .team .slider .item {
          width: 200px;
          min-width: 0;
          margin-right: 20px; }
          .team .slider .item .txt {
            padding: 24px 12px;
            font-size: .8rem; }
            .team .slider .item .txt .name {
              font-size: .9rem; } }
  @media (max-width: 1400px) {
    .team {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 767px) {
    .team {
      margin-bottom: 60px; } }

.fixed-section {
  position: relative; }
  .fixed-section .fixed-content {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
  .fixed-section .fixed-placeholder {
    height: 1500px; }
    @media only screen and (max-width: 767px) {
      .fixed-section .fixed-placeholder {
        height: 1000px; } }
  .fixed-section.fixed .fixed-content {
    position: fixed; }
  .fixed-section.passed .fixed-content {
    position: absolute; }

.stories {
  margin-bottom: 120px; }
  .stories .item {
    display: block;
    margin-bottom: 70px;
    position: relative; }
    .stories .item .year {
      font-size: 2.5rem;
      line-height: 1; }
    .stories .item .title {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 5px; }
    .stories .item p {
      width: 70%;
      position: relative; }
      .stories .item p:after {
        content: '';
        width: 0;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -30px;
        transition: .7s; }
    .stories .item .cover {
      position: absolute;
      right: 0;
      top: -60px;
      height: 300px;
      width: 250px;
      opacity: 0;
      transition: .7s; }
    .stories .item .dl {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .stories .item.line {
      border-bottom: 1px solid #ddd;
      margin-bottom: 32px;
      padding-bottom: 32px; }
      .stories .item.line .title {
        padding-right: 50px; }
      .stories .item.line:hover {
        opacity: .5; }
    .stories .item:hover .cover {
      opacity: 1; }
    .stories .item:hover p:after {
      width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .stories .item .year {
        font-size: 2rem; }
      .stories .item .title {
        font-size: 2rem; }
      .stories .item p {
        width: 100%; }
      .stories .item.line .title {
        margin-bottom: 0;
        font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .stories .item .year {
        font-size: 1.7rem; }
      .stories .item .title {
        font-size: 1.7rem; }
      .stories .item p {
        width: 100%; }
      .stories .item.line .title {
        margin-bottom: 0;
        font-size: 1.5rem; }
      .stories .item.line .dl {
        width: 30px; } }
    @media only screen and (max-width: 767px) {
      .stories .item {
        margin-bottom: 60px; }
        .stories .item .year {
          font-size: 1.5rem; }
        .stories .item .title {
          font-size: 1.5rem;
          margin-bottom: 10px; }
        .stories .item p {
          width: 100%; }
        .stories .item.line .title {
          margin-bottom: 0;
          font-size: 1.2rem;
          padding-right: 40px; }
        .stories .item.line .dl {
          width: 24px; } }
  .stories .particle-slider {
    position: static;
    height: 100vh; }

section.contact {
  padding: 120px 0 240px 0;
  position: relative; }
  section.contact h2 {
    font-size: 1.5rem;
    margin: 0 0 32px 0; }
  section.contact .map {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0; }
  @media only screen and (max-width: 767px) {
    section.contact {
      padding: 60px 0 0 0; }
      section.contact .map {
        display: block;
        position: static;
        width: 100%;
        height: 250px;
        margin-top: 60px; } }

.iframe-map {
  width: 100%;
  height: 600px; }
  @media only screen and (max-width: 767px) {
    .iframe-map {
      height: 300px;
      margin-top: 50px; } }

.detail-intro {
  padding: 110px 0; }
  @media only screen and (max-width: 767px) {
    .detail-intro {
      padding: 50px 0; } }

.detail-boxes .img {
  position: relative;
  padding-bottom: 100%; }
  .detail-boxes .img video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
@media (min-width: 768px) and (max-width: 991px) {
  .detail-boxes .row {
    margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .detail-boxes .row {
    margin-bottom: 50px; }
  .detail-boxes .col-md-4 {
    padding: 0 24px; }
  .detail-boxes .img {
    margin-bottom: 50px; } }

.detail-gallery {
  position: relative; }
  .detail-gallery .gallery-nav {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
    padding: 100px; }
    .detail-gallery .gallery-nav .options {
      position: relative;
      left: -20px; }
      .detail-gallery .gallery-nav .options a {
        position: relative;
        display: block;
        padding-left: 20px;
        margin-bottom: 5px;
        transition: .4s; }
        .detail-gallery .gallery-nav .options a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 0;
          height: 1px;
          background: #0F4221;
          transition: .4s; }
        .detail-gallery .gallery-nav .options a.active {
          padding-left: 28px;
          color: #0F4221; }
          .detail-gallery .gallery-nav .options a.active:before {
            width: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .detail-gallery .gallery-nav {
        padding: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .detail-gallery .gallery-nav {
        padding: 48px; } }
    @media only screen and (max-width: 767px) {
      .detail-gallery .gallery-nav {
        position: static;
        width: 100%;
        padding: 50px 24px; } }
  .detail-gallery .images {
    position: relative;
    overflow: hidden; }
    .detail-gallery .images .controls {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: calc(100% - 80px);
      z-index: 1; }
      .detail-gallery .images .controls.next {
        left: 50%; }
      @media only screen and (max-width: 767px) {
        .detail-gallery .images .controls {
          width: 50px;
          height: 50px;
          left: 10px;
          top: 50%;
          margin-top: -25px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(/a/i/arrow-left.svg); }
          .detail-gallery .images .controls.next {
            right: 10px;
            left: auto;
            background-image: url(/a/i/arrow-right.svg); } }
    .detail-gallery .images .slider {
      display: none;
      align-items: end;
      transition: 2s;
      transition-timing-function: cubic-bezier(0.65, 0.06, 0.27, 0.99); }
      .detail-gallery .images .slider .item {
        position: relative;
        flex: none;
        width: 16%;
        transition: 2s;
        transition-timing-function: cubic-bezier(0.65, 0.06, 0.27, 0.99); }
        .detail-gallery .images .slider .item .img {
          padding-bottom: 70%;
          background-size: cover;
          background-position: center; }
        .detail-gallery .images .slider .item a {
          position: absolute;
          bottom: 40px;
          right: 40px;
          opacity: 0;
          visibility: hidden;
          transition: .4s; }
        .detail-gallery .images .slider .item.active {
          width: 68%; }
          .detail-gallery .images .slider .item.active a {
            transition-delay: 1.5s;
            opacity: 1;
            visibility: visible; }
        @media (min-width: 768px) and (max-width: 991px) {
          .detail-gallery .images .slider .item .img {
            padding-bottom: 100%; } }
        @media only screen and (max-width: 767px) {
          .detail-gallery .images .slider .item {
            width: 0; }
            .detail-gallery .images .slider .item.active {
              width: 100%; }
            .detail-gallery .images .slider .item a {
              bottom: 24px;
              right: 24px; } }
      .detail-gallery .images .slider.active {
        display: flex; }

.detail-desc {
  padding: 120px 0;
  padding-left: 450px;
  padding-right: 25%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail-desc {
      padding: 70px; } }
  @media only screen and (max-width: 767px) {
    .detail-desc {
      padding: 50px 24px; } }

.detail-map {
  height: 90vh;
  display: flex; }
  .detail-map .map-nav {
    position: relative;
    width: 450px;
    height: 100%;
    background: #000;
    color: #fff;
    padding: 100px 80px; }
    .detail-map .map-nav .title {
      font-family: "trajan-sans-pro", serif;
      font-weight: 400;
      margin-bottom: 60px;
      position: relative; }
      .detail-map .map-nav .title:before {
        content: '';
        position: absolute;
        height: 1px;
        background: #fff;
        width: 60px;
        left: -80px;
        margin: auto;
        top: 0;
        bottom: 0;
        margin: auto; }
    .detail-map .map-nav .poi-list .item {
      margin-bottom: 10px; }
      .detail-map .map-nav .poi-list .item .acc-title {
        display: block;
        font-weight: 400; }
      .detail-map .map-nav .poi-list .item .sub {
        display: none;
        padding: 10px 0; }
      .detail-map .map-nav .poi-list .item:last-child {
        margin-top: 45px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .detail-map .map-nav {
        width: 100%;
        height: auto;
        padding: 50px 24px; }
        .detail-map .map-nav .title:before {
          left: -70px; } }
    @media only screen and (max-width: 767px) {
      .detail-map .map-nav {
        width: 100%;
        height: auto;
        padding: 50px 24px; }
        .detail-map .map-nav .title:before {
          left: -70px; } }
  .detail-map #map {
    width: calc(100% - 450px);
    position: relative;
    height: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .detail-map #map {
        width: 100%;
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .detail-map #map {
        width: 100%;
        height: 300px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail-map {
      display: block;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .detail-map {
      display: block;
      height: auto; } }

.home-awards {
  height: 750px;
  display: flex;
  align-items: center;
  position: relative; }
  .home-awards .awards {
    width: 250px;
    position: absolute;
    top: 100px;
    right: 100px; }
  .home-awards h3 {
    margin-bottom: 20px; }
  .home-awards p {
    margin-bottom: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-awards {
      height: auto;
      padding: 60px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-awards {
      height: auto;
      padding: 60px 0;
      background-position: 40%; } }
  @media only screen and (max-width: 767px) {
    .home-awards {
      height: auto;
      display: block;
      padding-top: 380px;
      padding-bottom: 60px;
      background-position: top right;
      background-size: auto 320px; }
      .home-awards .awards {
        width: 170px;
        position: absolute;
        top: 60px;
        right: 24px; } }

.home-video video {
  width: 100%;
  display: block; }

main.home {
  /*padding-top: 100vh;*/ }
  main.home .main-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  main.home .sections {
    background: #000;
    position: relative;
    z-index: 1; }
  @media only screen and (max-width: 767px) {
    main.home .main-video {
      height: 700px; }
      main.home .main-video h1 {
        width: 70%; } }

main.page {
  padding-top: 200px; }
  main.page .detail-video {
    margin-top: -110px; }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 120px; } }

main.detail {
  padding-top: 0; }
  main.detail .main-video {
    margin-bottom: 200px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.detail .main-video {
        margin-bottom: 120px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.detail .main-video {
        margin-bottom: 90px; } }
    @media only screen and (max-width: 767px) {
      main.detail .main-video {
        margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    main.detail .vertical-slider .controls {
      display: block; }
      main.detail .vertical-slider .controls .slider-count {
        display: none; }
    main.detail .vertical-slider .bg-slider {
      height: 750px; } }

main.weinnumbers {
  padding-top: 0; }
  main.weinnumbers .box {
    display: block;
    height: 540px; }
    main.weinnumbers .box .count-number {
      font-size: 4rem;
      font-weight: 600; }
    main.weinnumbers .box .title {
      font-size: 1.3rem;
      font-weight: 600;
      text-transform: uppercase; }
    main.weinnumbers .box .detail {
      max-height: 0;
      overflow: hidden;
      transition: .4s; }
    main.weinnumbers .box .txt {
      position: absolute;
      z-index: 1;
      bottom: 32px;
      left: 32px;
      right: 32px;
      width: auto; }
    main.weinnumbers .box.mini {
      height: 270px; }
    main.weinnumbers .box.tint:before {
      opacity: .5;
      transition: .4s; }
    @media (min-width: 767px) {
      main.weinnumbers .box:hover .detail {
        max-height: 80px; }
      main.weinnumbers .box:hover.tint:before {
        opacity: .75; } }
    @media (max-width: 1400px) {
      main.weinnumbers .box .count-number {
        font-size: 2.5rem; }
      main.weinnumbers .box .title {
        font-size: 1rem; }
      main.weinnumbers .box .detail {
        font-size: .9rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.weinnumbers .box .txt {
        bottom: 12px;
        left: 12px;
        right: 12px; }
      main.weinnumbers .box .count-number {
        font-size: 2rem; }
      main.weinnumbers .box .title {
        font-size: 1rem;
        margin-bottom: 5px; }
      main.weinnumbers .box .detail {
        font-size: .8rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.weinnumbers .box .txt {
        bottom: 12px;
        left: 12px;
        right: 12px; }
      main.weinnumbers .box .count-number {
        font-size: 1.8rem; }
      main.weinnumbers .box .title {
        font-size: .9rem;
        margin-bottom: 5px; }
      main.weinnumbers .box .detail {
        font-size: .7rem; } }
    @media only screen and (max-width: 767px) {
      main.weinnumbers .box {
        height: 300px !important; }
        main.weinnumbers .box .txt {
          bottom: 24px;
          left: 12px;
          right: 12px; }
        main.weinnumbers .box .count-number {
          font-size: 3rem; }
        main.weinnumbers .box .title {
          font-size: 1.1rem;
          margin-bottom: 5px; }
        main.weinnumbers .box .detail {
          max-height: none; } }
  main.weinnumbers .boxes .anim {
    transform: translateY(0);
    transform: translateX(-60px); }
    main.weinnumbers .boxes .anim.play {
      transform: translateY(0);
      transform: translateX(0); }
      main.weinnumbers .boxes .anim.play:nth-of-type(2) {
        transition-delay: .2s; }
      main.weinnumbers .boxes .anim.play:nth-of-type(3) {
        transition-delay: .4s; }

@media (min-width: 768px) and (max-width: 991px) {
  main.exp .main-banner {
    height: 400px; } }
@media only screen and (max-width: 767px) {
  main.exp {
    padding-top: 65px; }
    main.exp .main-banner {
      margin-top: 0;
      height: 200px; }
    main.exp .w-100 {
      margin-bottom: 30px; } }

.award-box {
  padding-bottom: 120%;
  position: relative; }
  .award-box .award {
    position: absolute;
    left: 50px;
    top: 0;
    width: auto;
    height: 65%; }
  .award-box.right .award {
    left: auto;
    right: 50px; }
  @media only screen and (max-width: 767px) {
    .award-box {
      margin-bottom: 50px; }
      .award-box .award {
        left: 24px; }
      .award-box.right .award {
        left: auto;
        right: 24px; } }

main.reverse {
  padding-top: 230px; }
  @media only screen and (max-width: 767px) {
    main.reverse {
      padding-top: 160px; } }

.iti .iti__dropdown-content {
  color: #000; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.mb-8 {
  margin-bottom: 6rem; }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mb-120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .mb-120 {
      margin-bottom: 50px; } }

.mb-240 {
  margin-bottom: 240px; }
  @media only screen and (max-width: 767px) {
    .mb-240 {
      margin-bottom: 50px; } }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }
    .anim.play.anim-del-20 {
      transition-delay: 2s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

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


.kvkk { display: none; width: 100%; max-width: 1400px; max-height: 75vh; padding: 25px; }
.kvk-video { display: none; width: 100%; max-width: 1400px; padding: 25px; background-color: #000; }



.is-invalid::-webkit-input-placeholder{color:#e10313!important}
.is-invalid:-moz-placeholder{color:#e10313!important}
.is-invalid::-moz-placeholder{color:#e10313!important}
.is-invalid:-ms-input-placeholder{color:#e10313!important}
.is-invalid + span {color:#e10313!important}

.iti {width:100%}
.dta p {margin-top: 0; margin-bottom: 1rem;}