/*#region Variables*/
:root {
  --Avenir-Regular: 'Avenir-Regular';
  --Avenir-Light: 'Avenir-Light';
  --Avenir-Black: 'Avenir-Black';
  --Avenir-Bold: 'Avenir-Bold';
  --Didot-700: 'Didot-700';
  --Didot-400: 'Didot-400';
}
html {
  font-size: 0.05208331vw;
}
/*#endregion*/
/* #region Fonts */
@font-face {
  font-family: 'bauerbodoni_btroman';
  src: url('../fonts/BauerBodoniBT-Roman.woff2') format('woff2'),
    url('../fonts/BauerBodoniBT-Roman.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Black';
  src: url('../fonts/Avenir\ Black.ttf');
}
@font-face {
  font-family: 'Avenir-Regular';
  src: url('../fonts/AvenirNext-Regular.otf') format('embedded-opentype'),
    url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Light';
  src: url('../fonts/AvenirNext-Light.ttf') format('embedded-opentype'),
    url('../fonts/AvenirNext-Light.woff2') format('woff2'),
    url('../fonts/AvenirNext-Light.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Bold';
  src: url('../fonts/AvenirNext-Bold.ttf') format('embedded-opentype'),
    url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('../fonts/AvenirNext-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Didot-700';
  src: url('../fonts/Didot_Bold.woff2') format('woff2'),
    url('../fonts/Didot_Bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Didot-400';
  src: url('../fonts/Didot_Regular.woff2') format('woff2'),
    url('../fonts/Didot_Regular.woff') format('woff');
  font-weight: 400;
}
/*#endregion*/
/* #region loading */
.loading {
  position: fixed;
  display: grid;
  place-items: center;
  inset: 0;
  z-index: 9999;
}
.loading::after,
.loading::before {
  content: '';
  position: absolute;
  z-index: 99999;
}
.loading::before {
  opacity: 0.5;
  inset: 0;
}
.loading::after {
  width: 75px;
  height: 75px;
  border: 5px dotted #292e6b;
  border-radius: 50%;
  animation: loading 1s cubic-bezier(0, 0.3, 0.8, 1) infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* #endregion */
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
.wrapper .main {
  flex: 1;
}
html:not(.homepage) .main {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 0 24px;
}
/* #region Home */
.homepage .main {
  padding-top: 0;
}
.homepage .home-banner-area {
  position: relative;
}
.homepage .home-banner-area iframe,
.homepage .home-banner-area video {
  height: 1016px;
}
.homepage .home-banner-area .as-dots-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 67px;
  gap: 0 9px;
  width: 100%;
}
.homepage .home-banner-area .as-dots-container .as-dot {
  width: 10px;
  height: 10px;
  background: #fff;
}
.homepage .home-banner-area .as-dots-container .as-dot::before {
  background: #fff;
}
.homepage .home-banner-area .as-dots-container .as-dot.active {
  background: #545454;
}
.homepage .home-banner-area .as-dots-container .as-dot.active::before {
  background: #545454;
}
.homepage .home-banner-area .btn-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 15px;
  width: 15px;
}
.homepage .home-banner-area .btn-scroll .scroll-to {
  width: 16px;
}
.homepage .home-banner-area .btn-scroll .scroll-to span {
  font-size: 0;
}
.homepage .home-banner-area .btn-scroll .scroll-to svg {
  width: 16px;
}
.homepage .highlight-area {
  padding: 0 16%;
}
.homepage .highlight-area .section-title {
  color: #262626;
}
.homepage .highlight-area .list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.homepage .home-video-item {
  padding: 0 16%;
}
.homepage .home-video-item .video-area {
  position: relative;
}
.homepage .home-video-item .video-area .modal-btn {
  display: block;
  width: 100%;
}
.homepage .home-video-item .video-area .modal-btn iframe,
.homepage .home-video-item .video-area .modal-btn video {
  height: 650px;
}
.homepage .home-video-item .video-area .modal-btn img {
  max-height: 650px;
  object-fit: cover;
}
.homepage .home-video-item .video-area .modal-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/ui/icon-play.svg');
  background-size: 202px;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage .home-video-item .txt-area {
  margin: 50px 0 62px;
}
.homepage .home-video-item .txt-area .name {
  color: #292e6b;
  font-family: var(--Didot-400);
  font-size: 57px;
  text-transform: uppercase;
}
.homepage .home-video-item .txt-area .desc {
  color: #333;
  text-align: justify;
  font-family: var(--Avenir-Regular);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin-top: 3px;
}
.homepage .home-video-item .txt-area .desc * {
  font-family: var(--Avenir-Regular);
  letter-spacing: -0.8px;
  font-size: 20px;
  font-weight: 300;
}
.homepage .home-video-item .img-area {
  position: relative;
}
.homepage .home-video-item .img-area .play-video {
  position: absolute;
  left: 50%;
  top: 50.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.homepage .home-video-item .img-area .play-video svg {
  width: 213px;
}
.homepage .home-video-item .img-area .video-item {
  width: 100%;
  height: 650px;
}
.homepage .home-video-item .img-area button span {
  display: none;
}
.homepage .section-title {
  color: #292e6b;
  font-family: var(--Didot-400);
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 57px 0;
  letter-spacing: -1.2px;
}
.homepage .insta-area {
  padding: 0 16%;
  margin-bottom: 22px;
}
.homepage .insta-area .list .item img {
  width: 280px;
  aspect-ratio: 1;
  object-fit: cover;
}
.homepage .insta-area .section-title {
  margin: 52px 0 56px;
}
.homepage iframe,
.homepage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .bottom-video-section,
.homepage .home-bottom-area {
  padding: 0 16%;
}
/*#endregion*/
.no-item-txt {
  margin: 5% auto;
  text-transform: uppercase;
  font-family: var(--Avenir-Bold);
  font-size: 14px;
  color: #292e6b;
}
.zoom-container {
  background-color: #fff !important;
}
/* #region Modal*/
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.modal-wrapper .modal-inner {
  width: 90%;
  height: 85vh;
  background: #fff;
  transform: scale(0);
  transition: transform 0.2s;
}
.modal-wrapper .modal-inner .modal-video {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-wrapper .modal-inner.active {
  transform: scale(1);
}
.modal-wrapper.modal-open {
  display: flex;
}
.modal-wrapper.animated-modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.video-pop-up-area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}
.video-pop-up-area.active {
  visibility: visible;
  opacity: 1;
}
.video-pop-up-area .header-area {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 47px 70px 20px;
}
.video-pop-up-area .header-area .logo {
  display: flex;
}
.video-pop-up-area .header-area .logo a {
  display: flex;
  width: 160px;
}
.video-pop-up-area .header-area .logo a img {
  width: 100%;
}
.video-pop-up-area .header-area .close-btn {
  display: flex;
  position: absolute;
  right: 30px;
  top: 30px;
}
.video-pop-up-area .header-area .close-btn img {
  display: flex;
  width: 27px;
  height: 27px;
}
.video-pop-up-area .video-title {
  text-transform: uppercase;
  color: #2f2f67;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 2.8px;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 2px;
  text-indent: 9px;
}
.video-pop-up-area .video-area {
  margin-top: 30px;
}
.video-pop-up-area .video-area video,
.video-pop-up-area .video-area iframe {
  width: 100%;
  height: calc(98dvh - 30px - var(--video-popup-header-height));
}
.video-pop-up-area .video-area iframe {
  border: 0;
}
/* #endregion*/
/* #region Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
button {
  cursor: pointer;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
.homepage .main {
  min-height: calc(100vh - 225px);
}
html:not(.homepage) .main {
  min-height: calc(100vh - 412px);
}
h1.page-title {
  font-family: 'bauerbodoni_btroman';
  font-size: 20px;
  font-weight: bold;
  color: #1f1b58;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto 40px;
  line-height: 18px;
  letter-spacing: 1px;
}
.grecaptcha-badge {
  display: none !important;
}
.carousel-container-nav {
  margin-top: 20px;
}
.carousel-container-nav .item {
  flex: unset;
}
.carousel-container-nav .item img {
  cursor: pointer;
  height: 80px;
}
.carousel-container-nav .video-img {
  position: relative;
}
.carousel-container-nav .video-img video {
  height: 80px;
  display: flex;
}
.carousel-container-nav .video-img svg {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: 9;
}
.no-overflow {
  overflow: hidden !important;
}
/* #endregion */
/* #region Home */
.object-detail-page .also-like-section .as-dots-container {
  margin-top: 10px;
}
.object-detail-page .also-like-section .as-dots-container .as-dot {
  width: 5px;
  height: 5px;
}
.object-detail-page .also-like-section .as-dots-container .as-dot::before {
  opacity: 0.25;
  color: #000;
}
.object-detail-page
  .also-like-section
  .as-dots-container
  .as-dot.active::before {
  opacity: 0.75;
}
.object-detail-page .also-like-section .as-dots-container .as-dot::before,
.object-detail-page
  .also-like-section
  .as-dots-container
  .as-dot.active::before,
.object-detail-page
  .also-like-section
  .as-dots-container
  .as-dot:hover::before {
  transform: scale(1);
}
/* #endregion */
/* #region About */
.about-page .about-section {
  max-width: 1105px;
  margin: 0 auto 80px;
}
.about-page .about-section .txt-area p {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #1f1b58;
}
.about-page .about-section .img-area {
  margin: 50px 0;
}
.about-page .about-section .img-area .item {
  padding: 0 27.5px;
}
.about-page .about-section .img-area .slick-next,
.about-page .about-section .img-area .slick-prev {
  display: none !important;
}
.about-page .about-section .buttons-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-section .buttons-area a {
  display: inline-block;
  width: 200px;
  background-color: #1f1b58;
  height: 46px;
  border-radius: 3px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin: 0 25px 20px;
  text-transform: uppercase;
}
/* #endregion */
/* #region Object list*/
.object-list-page .categories-section {
  display: flex;
  flex-direction: column-reverse;
}
.object-list-page .categories-section .categories-area .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.object-list-page .categories-section .categories-area .list a {
  display: inline-block;
  color: #1f1b58;
  margin: 0 11px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.object-list-page .categories-section .categories-area .list a.active {
  border-bottom: 2px solid #1c1b54;
}
.object-list-page .object-list-section .description {
  margin-bottom: 40px;
}
.object-list-page .object-list-section .description .txt {
  height: 35px;
  overflow: hidden;
  transition: 0.3s;
}
.object-list-page .object-list-section .description .txt p {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #1f1b58;
}
.object-list-page .object-list-section .description .btn-more {
  display: flex;
  justify-content: flex-end;
}
.object-list-page .object-list-section .description .btn-more button {
  text-transform: uppercase;
  border-bottom: 1px solid #1f1b58;
  color: #1f1b58;
  margin-top: 3px;
  height: 20px;
}
.object-list-page .object-list-section .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.object-list-page .object-list-section .list .item {
  width: 30%;
  margin-bottom: 68px;
}
.object-list-page .object-list-section .list .item:nth-child(3n - 1) {
  margin: 0 5%;
}
.object-list-page .object-list-section .list .item .txt-area {
  text-transform: uppercase;
  text-align: center;
  margin-top: 26px;
  /*height: 44px;*/
  padding: 0 20px;
  overflow: hidden;
}
.object-list-page .object-list-section .list .item .txt-area a {
  font-family: 'bauerbodoni_btroman';
  font-size: 16px;
  line-height: 22px;
  color: #1f1b58;
}
/* #endregion*/
/* #region Object Details */
.object-detail-page .object-detail-section {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  margin: 48px 0 64px;
}
.object-detail-page .object-detail-section .img-area {
  width: 47.5%;
  min-width: 448px;
}
.object-detail-page .object-detail-section .txt-area {
  width: 48%;
  color: #1f1b58;
}
.object-detail-page .object-detail-section .txt-area h1,
.object-detail-page .object-detail-section .txt-area h2 {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: 'bauerbodoni_btroman';
  font-size: 20px;
  font-weight: bold;
}
.object-detail-page .object-detail-section .txt-area .circa {
  margin-bottom: 40px;
  margin-top: 16px;
  font-size: 16px;
}
.object-detail-page .object-detail-section .txt-area .dimensions {
  margin-bottom: 38px;
}
.object-detail-page .object-detail-section .txt-area .dimensions span {
  display: inline-block;
  padding-right: 24px;
}
.object-detail-page .object-detail-section .txt-area .dimensions span strong {
  padding-right: 4px;
}
.object-detail-page .object-detail-section .txt-area .long-desc {
  text-align: justify;
  line-height: 17px;
  margin-bottom: 40px;
}
.object-detail-page .object-detail-section .txt-area .condition,
.object-detail-page .object-detail-section .txt-area .medium {
  margin-bottom: 24px;
}
.object-detail-page .object-detail-section .txt-area .condition .section-title,
.object-detail-page .object-detail-section .txt-area .medium .section-title {
  margin-bottom: 4px;
  font-family: 'bauerbodoni_btroman';
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-weight: bold;
}
.object-detail-page .object-detail-section .txt-area .btns-area:not(.bottom) {
  display: flex;
  justify-content: space-between;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns {
  display: flex;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  a:not(:last-child),
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 34px;
  border: 2px solid #1c1b54;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 34px;
  font-size: 14px;
  color: #1c1b54;
  background-color: #fff;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  > a:first-child {
  background-color: #1c1b54;
  color: #fff;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  a {
  margin-right: 9px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn {
  position: relative;
  margin-right: 9px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn
  span {
  position: absolute;
  top: 0;
  left: -20%;
  right: -20%;
  transform: translateY(-120%);
  background: #fff;
  border: 2px solid #1f1b58;
  font-size: 12px;
  padding: 6px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn
  span::before,
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn
  span::after {
  content: '';
  border-left: 2px solid #1f1b58;
  position: absolute;
  bottom: -12px;
  height: 12px;
  background: #fff;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn
  span::before {
  left: 52%;
  transform: translateX(-50%) rotate(45deg);
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  .btns
  .call-btn
  span::after {
  left: 48%;
  transform: translateX(-50%) rotate(-45deg);
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  > a:last-child {
  display: flex;
  align-items: center;
  line-height: 14px;
  margin-left: 6px;
  margin-top: -3px;
  width: 120px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area:not(.bottom)
  > a:last-child
  img {
  max-height: 44px;
  margin-top: -4px;
  margin-right: 6px;
}
.object-detail-page .object-detail-section .txt-area .btns-area.bottom {
  border-top: 1px solid #1c1b54;
  border-bottom: 1px solid #1c1b54;
  padding: 16px 10px;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.object-detail-page .object-detail-section .txt-area .btns-area.bottom .item a {
  margin-right: 6px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item
  a
  img {
  margin-right: 6px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item:first-child {
  margin-right: 40px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item:nth-child(2) {
  margin-right: 80px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item:nth-child(3) {
  display: flex;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item:nth-child(3)
  a {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 12px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item:nth-child(3)
  a
  img {
  max-height: 14px;
  margin-right: 6px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item.svg-logo
  a {
  background-color: #282666;
  border-radius: 50%;
  padding: 2px;
  display: inline-block;
  align-items: center;
  text-align: center;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .item.svg-logo
  a
  img {
  margin-right: 0;
  width: 25px;
}
.object-detail-page
  .object-detail-section
  .txt-area
  .btns-area.bottom
  .mobile-item {
  display: none;
}
.object-detail-page .object-detail-section .txt-area .mobile-btns {
  display: none;
}
.object-detail-page .object-detail-section .txt-area.mobile {
  display: none;
}
.object-detail-page .also-like-section {
  margin-bottom: 70px;
}
.object-detail-page .also-like-section .title {
  font-family: 'bauerbodoni_btroman';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 45px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.object-detail-page .also-like-section .list .item {
  padding: 0 20px;
}
.object-detail-page .also-like-section .list .item .txt-area a {
  font-family: 'bauerbodoni_btroman';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  line-height: 21px;
  color: #1f1b58;
}
.object-detail-page .also-like-section .list .item .img-area img {
  margin: 0 auto;
}
.object-detail-page .remodal {
  color: #000;
}
.object-detail-page .remodal button[data-remodal-action='close'] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.object-detail-page .remodal button[data-remodal-action='close'] svg {
  width: 20px;
  height: 20px;
}
.object-detail-page .remodal p {
  font-family: 'bauerbodoni_btroman';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
}
.object-detail-page .remodal .list-form {
  margin-top: 36px;
}
.object-detail-page .remodal .list-form .item-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  text-align: left;
}
.object-detail-page .remodal .list-form .item-form label {
  font-size: 14px;
}
.object-detail-page .remodal .list-form .item-form input {
  height: 36px;
}
.object-detail-page .remodal .list-form .item-form textarea {
  min-height: 176px;
}
.object-detail-page .remodal .list-form .item-form input,
.object-detail-page .remodal .list-form .item-form textarea {
  width: calc(100% - 12px);
  margin-bottom: 6px;
  border: 1px solid #9c9c9c;
  padding: 12px;
}
.object-detail-page .remodal .list-form .inputBox button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 16px;
  border: 2px solid #1c1b54;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #1c1b54;
  color: #fff;
}
/* #endregion */
/* #region How to buy */
.how-to-buy-page .how-to-buy-section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 35px;
  padding-top: 40px;
  line-height: 20px;
  font-size: 14px;
}
.how-to-buy-page .how-to-buy-section .tab-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-header {
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  padding: 26px;
  width: 24%;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-header .item a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #1f1b58;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-header .item a img {
  margin-right: 15px;
}
.how-to-buy-page
  .how-to-buy-section
  .tab-area
  .tab-header
  .item:not(:last-child)
  a {
  line-height: 17px;
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cecece;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-content {
  width: calc(76% - 40px);
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-content .item {
  display: block;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-content .item .txt-area {
  color: #1f1b58;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-content .item .txt-area a {
  text-decoration: underline;
}
.how-to-buy-page
  .how-to-buy-section
  .tab-area
  .tab-content
  .item
  .section-title {
  font-family: 'bauerbodoni_btroman';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #1f1b58;
  margin: 20px 0;
  letter-spacing: 1px;
  line-height: 20px;
}
.how-to-buy-page
  .how-to-buy-section
  .tab-area
  .tab-content
  .item
  .img-area
  .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f3f3f3;
  margin: 40px 0;
  padding: 26px 0 24px;
}
.how-to-buy-page
  .how-to-buy-section
  .tab-area
  .tab-content
  .item
  .img-area.text-center
  img:first-child {
  margin: 20px 0;
}
.how-to-buy-page .how-to-buy-section .tab-area .tab-content .item:not(.active) {
  display: none;
}
/* #endregion*/
/* #region Catalogue */
.catalogue-page .catalog-section .txt {
  margin-bottom: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #1f1b58;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.catalogue-page .catalog-section .catalog-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 40px auto 80px;
}
.catalogue-page .catalog-section .catalog-list .catalog {
  width: 25%;
  display: flex;
  justify-content: center;
}
.catalogue-page .catalog-section .catalog-list .catalog .inner {
  width: 90%;
}
.catalogue-page .catalog-section .catalog-list .catalog .inner .img-area {
  position: relative;
}
.catalogue-page
  .catalog-section
  .catalog-list
  .catalog
  .inner
  .img-area
  .layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(31, 27, 88, 0.75);
  font-size: 18px;
  font-family: 'bauerbodoni_btroman';
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
}
.catalogue-page .catalog-section .catalog-list .catalog .inner .txt-area {
  margin-top: 26px;
  text-align: center;
}
.catalogue-page .catalog-section .catalog-list .catalog .inner .txt-area a {
  display: inline-block;
  font-family: 'bauerbodoni_btroman';
  text-transform: uppercase;
  color: #1f1b58;
  height: 51px;
  line-height: 18px;
  font-size: 14px;
}
.catalogue-page .catalog-section .catalog-list .catalog .inner:hover .layer {
  opacity: 1;
}
/* #endregion*/
/* #region Blogs */
.blog-page .blogs-section .txt-desc {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #1f1b58;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.blog-page .blogs-section .list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
}
.blog-page .blogs-section .list .item {
  position: relative;
  padding: 34px 30px;
}
.blog-page .blogs-section .list .item .post-inner {
  display: flex;
  align-items: center;
}
.blog-page .blogs-section .list .item .post-inner .img-area img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-page .blogs-section .list .item .post-inner .txt-area {
  margin-left: 26px;
  color: #1f1b58;
}
.blog-page .blogs-section .list .item .post-inner .txt-area .title {
  font-family: 'bauerbodoni_btroman';
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-page .blogs-section .list .item .post-inner .txt-area .post-date {
  text-transform: uppercase;
  font-size: 14px;
}
.blog-page .blogs-section .list .item .post-inner .txt-area .post-date sup {
  font-size: 10px;
}
.blog-page .blogs-section .list .item .layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}
.blog-page .blogs-section .list .item:nth-child(odd) {
  background-color: #f3f3f3;
}
/* #endregion */
/* #region Blog Details */
.blog-detail-page .blog-detail-section {
  max-width: 990px;
  margin: 0 auto 40px;
}
.blog-detail-page .blog-detail-section h1.page-title {
  margin-bottom: 10px;
  line-height: 25px;
}
.blog-detail-page .blog-detail-section .date {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #1f1b58;
  font-size: 14px;
}
.blog-detail-page .blog-detail-section .date sup {
  font-size: 10px;
}
.blog-detail-page .blog-detail-section .txt-area {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #1f1b58;
}
.blog-detail-page .blog-detail-section .txt-area .wp-block-image {
  text-align: center;
  padding: 5px 0;
  background: #f3f3f3;
  margin: 10px 0;
}
.blog-detail-page .blog-detail-section .txt-area img {
  max-height: 260px;
  max-width: 500px;
  margin: 20px auto;
  display: block;
  object-fit: contain;
}
.blog-detail-page .blog-detail-section .buttons-area {
  text-align: center;
}
.blog-detail-page .blog-detail-section .buttons-area .item {
  display: inline-block;
  margin: 10px 5px 0;
}
/* #endregion */
/* #region Contact */
.contact-page .contact-section {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 30px;
}
.contact-page .contact-section .contact-area {
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-section .contact-area .img-area,
.contact-page .contact-section .contact-area .txt-area {
  width: 50%;
}
.contact-page .contact-section .contact-area .txt-area .contact-info {
  font-size: 14px;
  color: #1f1b58;
  line-height: 25px;
}
.contact-page .contact-section .contact-area .txt-area .contact-info .info {
  margin-bottom: 40px;
}
.contact-page .contact-section .contact-area .txt-area .contact-info .info a {
  display: inline-block;
  margin-left: 14px;
}
.contact-page .contact-section .contact-area .txt-area .mobile-btns {
  display: none;
  justify-content: space-between;
}
.contact-page .contact-section .contact-area .txt-area .mobile-btns a {
  display: inline-block;
  width: 135px;
  height: 34px;
  text-transform: uppercase;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  background-color: #1c1b54;
  color: #fff;
  font-size: 14px;
}
.contact-page .contact-section .contact-area .txt-area .form-area form {
  max-width: 298px;
}
.contact-page .contact-section .contact-area .txt-area .form-area form input {
  height: 32px;
}
.contact-page .contact-section .contact-area .txt-area .form-area form input,
.contact-page
  .contact-section
  .contact-area
  .txt-area
  .form-area
  form
  textarea {
  width: 100%;
  padding: 0 6px;
  border: 1px solid #9c9c9c;
  margin-bottom: 10px;
  color: #1f1b58;
}
.contact-page
  .contact-section
  .contact-area
  .txt-area
  .form-area
  .contact-txt-area-form-button-area {
  display: flex;
  justify-content: flex-end;
}
.contact-page
  .contact-section
  .contact-area
  .txt-area
  .form-area
  .contact-txt-area-form-button-area
  button {
  display: inline-block;
  width: 110px;
  height: 34px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #1c1b54;
  color: #fff;
  font-size: 14px;
}
.contact-page .contact-section .contact-area .img-area {
  text-align: right;
}
.contact-page .footer {
  padding-top: 20px;
}
/* #endregion*/
/* #region Error */
.error-404 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-404 .main .page-404 a {
  font-weight: bold;
}
/* #endregion */
/* #region Privacy, Terms, Interest */
.st-txt-section {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  line-height: 18px;
  margin: 40px auto 80px;
  color: #1f1b58;
}
.st-txt-section li {
  list-style: disc;
}
.st-txt-section li p {
  margin-top: 20px;
}
.st-txt-section .link-btn {
  text-align: center;
}
.st-txt-section .link-btn a {
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
}
.st-txt-section .txt-area .section-title,
.st-txt-section .txt-area h1 {
  font-family: 'bauerbodoni_btroman';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
  font-size: 18px;
}
.st-txt-section .txt-area h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.st-txt-section .txt-area p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 18px;
}
.st-txt-section .txt-area .mb {
  margin-bottom: 60px;
}
/* #endregion */
/* #region Responsive */
@media only screen and (min-width: 1920px) {
  .homepage .home-video-item .txt-area .name {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1920px) {
  .homepage .home-video-item .txt-area .name {
    font-size: 61px;
    letter-spacing: -1.1px;
  }
}
@media only screen and (max-width: 1900px) {
  .homepage .home-video-item {
    padding: 0 10%;
  }
  .homepage .home-video-item .txt-area .name {
    font-size: 49px;
  }
  .homepage .highlight-area,
  .homepage .insta-area {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1500px) {
  .homepage .section-title {
    margin: 35px 0;
    font-size: 26px;
  }
  .homepage .home-video-item {
    padding: 0 10%;
  }
  .homepage .home-video-item .txt-area {
    margin-top: 25px;
  }
  .homepage .home-video-item .txt-area .name {
    font-size: 40px;
  }
  .homepage .home-video-item .img-area .play-video svg {
    width: 150px;
  }
  .homepage .home-video-item .video-area .modal-btn::after {
    background-size: 150px;
  }
  .homepage .highlight-area,
  .homepage .insta-area {
    padding: 0 10%;
  }
  .homepage .insta-area .list .item img {
    width: 100%;
  }
  .catalogue-page .catalog-section .catalog-list .catalog {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .contact-page .contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area:not(.bottom)
    > a:last-child {
    display: none;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .item:first-child {
    display: flex;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .item:nth-child(2) {
    display: flex;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .item:nth-child(3) {
    display: none;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .mobile-item {
    display: block;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .mobile-item
    a {
    font-size: 10px;
    display: flex;
    align-items: center;
    max-width: 115px;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .mobile-item
    a
    img {
    margin-right: 5px;
  }
  .object-detail-page .object-detail-section .txt-area .mobile-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .object-detail-page .object-detail-section .txt-area .mobile-btns a {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .mobile-btns
    a:not(:last-child) {
    margin-right: 16px;
  }
  .object-detail-page .object-detail-section .txt-area .mobile-btns a img {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 1100px) {
  .homepage .home-video-item .txt-area .name {
    font-size: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .home-video-item {
    padding: 0 8%;
  }
  .homepage .home-video-item .txt-area .name {
    font-size: 30px;
  }
  .homepage .highlight-area,
  .homepage .insta-area {
    padding: 0 8%;
  }
  .contact-page .contact-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
  }
  .object-detail-page .object-detail-section {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 64px;
  }
  .object-detail-page .object-detail-section .img-area {
    width: 100%;
    min-width: auto;
  }
  .object-detail-page .object-detail-section .img-area .txt-area.mobile {
    display: block;
    text-align: center;
  }
  .object-detail-page .object-detail-section .txt-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
  }
  .object-detail-page .object-detail-section .txt-area:not(.mobile) h1,
  .object-detail-page .object-detail-section .txt-area:not(.mobile) .circa {
    display: none;
  }
  .object-detail-page .object-detail-section .txt-area .btns-area.bottom {
    width: 100%;
    justify-content: center;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .mobile-item {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1px;
  }
  .no-item-txt {
    font-size: 14px;
    margin: 25px auto;
  }
  .homepage .home-banner-area {
    padding: 0 20px;
  }
  .homepage .home-banner-area iframe,
  .homepage .home-banner-area video {
    height: 335px;
  }
  .homepage .home-banner-area .img-area img {
    height: 335px;
    object-fit: cover;
  }
  .homepage .home-banner-area .as-dots-container {
    position: static;
    margin: 15px 0;
    transform: unset;
  }
  .homepage .home-banner-area .as-dots-container .as-dot {
    width: 10px;
    height: 10px;
    background: #a7a7a7;
  }
  .homepage .home-banner-area .as-dots-container .as-dot::before {
    background: none;
  }
  .homepage .home-banner-area .as-dots-container .as-dot.active {
    background: #545454;
  }
  .homepage .home-banner-area .btn-scroll {
    display: none;
  }
  .homepage .as-dots-container {
    margin-top: 13px;
    gap: 0 10px;
  }
  .homepage .as-dots-container .as-dot {
    width: 10px;
    height: 10px;
    background: #a7a7a7;
  }
  .homepage .as-dots-container .as-dot::before {
    background: none;
  }
  .homepage .as-dots-container .as-dot.active {
    background: #545454;
  }
  .homepage .section-title {
    text-align: center;
    font-size: 24px;
    margin: 17px 0 16px;
  }
  .homepage .highlight-area {
    padding: 0 20px;
  }
  .homepage .highlight-area .section-title {
    color: #292e6b;
  }
  .homepage .home-video-item {
    padding: 0 20px;
  }
  .homepage .home-video-item .section-title {
    margin: 17px 0;
  }
  .homepage .home-video-item video {
    height: 170px;
  }
  .homepage .home-video-item .video-area .modal-btn::after {
    background-size: 51px;
  }
  .homepage .home-video-item .video-area .modal-btn img {
    max-height: 100%;
    height: 172px;
    object-fit: cover;
  }
  .homepage .home-video-item .video-area .modal-btn iframe,
  .homepage .home-video-item .video-area .modal-btn video {
    height: 100%;
  }
  .homepage .home-video-item .txt-area {
    margin: 20px 0 27px;
    display: block;
  }
  .homepage .home-video-item .txt-area .name {
    font-size: 24px;
    text-align: center;
  }
  .homepage .home-video-item .txt-area .desc {
    display: block;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 8px;
  }
  .homepage .home-video-item .txt-area .desc * {
    font-size: 20px;
    letter-spacing: -1px;
    text-align: justify;
    line-height: 30px;
  }
  .homepage .home-video-item .img-area .video-item {
    height: 100%;
  }
  .homepage .home-video-item .img-area .play-video svg {
    width: 52px;
    height: 52px;
  }
  .homepage .insta-area {
    padding: 0 20px;
    margin-bottom: 17px;
  }
  .homepage .insta-area .list .item img {
    width: 100%;
  }
  .homepage .insta-area .section-title {
    margin: 12px 0 17px;
  }
  .video-pop-up-area .header-area {
    padding: 20px;
  }
  .about-page .about-section .img-area {
    padding: 26px 0 30px;
    margin: 24px 0;
    background: #f3f3f3;
  }
  .about-page .about-section .img-area img {
    margin: 0 auto;
  }
  .about-page .about-section .img-area .slick-dots {
    transform: translateY(-25px);
  }
  .about-page .about-section .img-area .slick-dots li {
    display: inline-block;
    margin: 0;
  }
  .about-page .about-section .img-area .slick-dots li button {
    background: #fff;
    border-radius: 6px;
    margin: 0 3px;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #1c1b54;
    overflow: hidden;
  }
  .about-page .about-section .img-area .slick-dots li button::before {
    color: rgba(255, 255, 255, 0);
  }
  .about-page .about-section .img-area .slick-dots li.slick-active button {
    background: #1c1b54;
  }
  .about-page .about-section .buttons-area {
    margin-top: 40px;
  }
  .about-page .about-section .buttons-area a {
    margin: 0 5px 20px;
  }
  .object-list-page .categories-section .categories-area .list {
    display: none;
  }
  .object-list-page .object-list-section .list .item {
    width: 45%;
  }
  .how-to-buy-page .how-to-buy-section {
    padding-top: 0;
  }
  .how-to-buy-page .how-to-buy-section .tab-area {
    flex-direction: column;
  }
  .how-to-buy-page .how-to-buy-section .tab-area .tab-header {
    width: 100%;
  }
  .how-to-buy-page .how-to-buy-section .tab-area .tab-content {
    width: 100%;
    margin-top: 28px;
  }
  .how-to-buy-page .how-to-buy-section .tab-area .tab-content p {
    text-align: justify;
  }
  .catalogue-page .catalog-section {
    padding-top: 0;
  }
  .catalogue-page .catalog-section .catalog-list {
    padding: 0;
  }
  .catalogue-page .catalog-section .catalog-list .catalog {
    width: 50%;
    margin-bottom: 44px;
  }
  .blog-page .main {
    padding: 0;
  }
  .blog-page .blogs-section .list .item {
    padding: 34px 60px 34px 30px;
  }
  .blog-page .blogs-section .list .item .post-inner .img-area img {
    width: 76px;
    height: 76px;
  }
  .blog-page .blogs-section .list .item .post-inner .txt-area .title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-box-align: stretch;
    text-overflow: ellipsis;
    line-height: 20px;
  }
  .blog-detail-page .blog-detail-section .txt-area img {
    max-width: calc(100% - 60px);
  }
  .contact-page .contact-section .contact-area .img-area {
    display: none;
  }
  .contact-page .contact-section .contact-area .txt-area {
    width: 100%;
    text-align: center;
    max-width: 302px;
    margin: 0 auto;
  }
  .contact-page .contact-section .contact-area .txt-area .mobile-btns {
    display: flex;
    margin-bottom: 28px;
  }
  .contact-page .contact-section .contact-area .txt-area .form-area {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area:not(.bottom)
    .btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area:not(.bottom)
    .btns
    a {
    margin-bottom: 20px;
  }
  .object-detail-page .object-detail-section .txt-area .btns-area.bottom {
    flex-direction: column;
    align-items: center;
  }
  .object-detail-page .object-detail-section .txt-area .btns-area.bottom .item {
    margin-bottom: 10px;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .item:first-child {
    margin-right: 0;
  }
  .object-detail-page
    .object-detail-section
    .txt-area
    .btns-area.bottom
    .item:nth-child(2) {
    margin-right: 0;
  }
}
/* #endregion */
