/*!
 * 	Theme Variables
 * ----------------------------------------------- */
 :root {
	--primary: #D2AE6D;
	--primary-rgb: 210, 174, 109;

  	--body-font-family: 'Montserrat', sans-serif;
  	--body-font-size: 14px;
  	--body-font-weight: 300;
  	--body-bg: #111111;
  	--body-color: #ffffff;
  	--body-line-height: 1.75;

	--heading-font-size-base: 1rem;
  	--heading-font-family: 'Cormorant', serif;
  	--heading-font-weight: 400;
	--heading-color: var(--primary);
	--heading-margin-bottom: 16px;
	--heading-line-height: 1.25;

  	--link-color: #ffffff;
  	--link-hover-color: var(--primary);

	--btn-font-family: var(--body-font-family);
	--btn-font-size: 13px;
	--btn-font-weight: 600;
	--btn-line-height: 48px;
	--btn-padding: 0 32px;
	--btn-bg: transparent;
	--btn-border-width: 1px;
	--btn-color: var(--body-color);
	--btn-border-color: transparent;
	--btn-hover-bg: transparent;
	--btn-hover-color: var(--body-color);
	--btn-hover-border-color: transparent;

	--form-control-font-family: var(--body-font-family);
	--form-control-font-size: var(--body-font-size);
	--form-control-font-weight: 400;
	--form-control-line-height: 1;
	--form-control-padding: 0 0 16px;
	--form-control-min-height: 44px;
	--form-control-bg: transparent;
	--form-control-color: var(--body-color);
	--form-control-border-color: #4D4D4D;
	--form-control-border-radius: 0;
	--form-control-placeholder-color: #ffffff;
	--form-control-arrow: url('data:image/svg+xml,<svg fill="%23838383" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');

	--hamburger-line-bg: #ffffff;

	--border-color: #4D4D4D;

	--swiper-button-color: #ffffff;

	--paragraph-margin-bottom: 24px;
	--section-padding-y: 80px;

	--container-width: ;
	--gutter-y: ;
	--gutter-x: 32px;

	--animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
	--animation-duration: 3s;
	--animation-delay: ;
	--animation-name: ;
}

/*!
 * 	Reset Styles
 * ----------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  	display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

body {
	margin: 0;
	padding: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--body-bg);
	text-align: left;
}

img {
    max-width: 100%;
	height: initial;
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-color);
}

p {
	margin-top: 0;
    margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 16px;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  	margin-bottom: 0;
}

dt {
  	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
  	margin: 0 0 1rem;
}

b,
strong {
  	font-weight: bolder;
}

small {
  	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
  	bottom: -.25em;
}

sup {
  	top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 16px;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 16px;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
  	border-collapse: collapse;
}

caption {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
  	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none !important;
}

button,
input {
  	overflow: visible;
}

button,
select {
  	text-transform: none;
}

[role="button"] {
  	cursor: pointer;
}

select {
  	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
  	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  	height: auto;
}

[type="search"] {
  	outline-offset: -2px;
  	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

::-webkit-file-upload-button {
  	font: inherit;
  	-webkit-appearance: button;
}

::-moz-selection {
	background: var(--primary);
	color: #111111;
}
  
::selection {
	background: var(--primary);
	color: #111111;
}
  
::-webkit-scrollbar {
	width: 0.25rem;
}
  
::-webkit-scrollbar-track {
	background: #111111;
}
  
::-webkit-scrollbar-thumb {
	background-color: var(--primary);
	border-radius: 8px;
}

output {
  	display: inline-block;
}

summary {
  	display: list-item;
  	cursor: pointer;
}

template {
  	display: none;
}

[hidden] {
  	display: none !important;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a > code {
  	color: inherit;
}

kbd {
	padding: 4px 8px;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 2px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--heading-font-family);
	color: var(--heading-color);
	font-weight: var(--heading-font-weight);
	margin-top: 0;
    margin-bottom: var(--heading-margin-bottom);
	line-height: var(--heading-line-height);
}

h1, .h1 {
	font-size: calc(1.4rem + 1.5vw);
}

h2, .h2 {	
	font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
	font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
	font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
	font-size: calc(var(--heading-font-size-base) * 1.125);
}

h6, .h6 {
	font-size: var(--heading-font-size-base);
}


/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
    position: relative;
	min-height: 100vh;
}

.section {
	padding-top: var(--section-padding-y);
	padding-bottom: var(--section-padding-y);
}

.section.section--border {
	border-top: 1px solid var(--border-color);
}

.fs-12 {
	font-size: 12px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: 800 !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-white {
	color: #ffffff !important;
}

.text-primary {
    color: var(--primary) !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.bg-primary {
	--heading-color: #fff;
	background-color: var(--primary);
	color: #fff;
}

.bg-white {
	--heading-color: #111111;
	--form-control-border-color: rgba(0,0,0, 0.3);
	--form-control-color: #111111;
	--form-control-placeholder-color: var(--form-control-color);
    background-color: #fff;
    color: #111111;
}

.subtitle {
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 600;
}

.relative,
.image-border {
	position: relative;
}

.image-border > * {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-border:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -16px;
	left: -16px;
	border: 1px solid var(--primary);
}

.flex-reverse .image-border:before {
	right: -16px;
	left: initial;
}

.image-gray > * {
	filter: grayscale(100);
}

.inline {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
}

.inline .inline__icon {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.inline .inline__text {
	flex: 1;
	padding-left: 8px;
}

.d-lg-block {
	display: none !important;
}


/*!
 *	Spacing
 * ----------------------------------------------- */
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mt-32 {
	margin-top: 32px !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.mb-48,
.mb-64 {
	margin-bottom: 48px !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */
.container,
.container-fluid {
    width: 100%;
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.container *, 
.container-fluid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.container {
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
}

.row {
	margin-top: calc(-1 * var(--gutter-y));
    margin-left: calc(-.5 * var(--gutter-x));
    margin-right: calc(-.5 * var(--gutter-x));
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.row > * {
	flex: 0 0 auto;
	width: 100%;
    min-height: 1px;
	margin-top: var(--gutter-y);
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.row.row--lg {
	--gutter-x: 54px;
}

.row.row--md {
	--gutter-x: 40px;
}

.row.row--sm {
	--gutter-x: 24px;
}

.row.row--xs {
	--gutter-x: 16px;
}

.gap {
	--gutter-y: var(--gutter-x);
}

.col-1 {
    width: 8.33333333%;
}

.col-2 { 
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 { 
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.no-gutter {
	--gutter-x: 0;
}

.flex-reverse {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
	align-items: flex-end;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */
.btn {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--btn-padding);
	color: var(--btn-color);
	background-color: var(--btn-bg);
	font-family: var(--btn-font-family);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	border: var(--btn-border-width) solid var(--btn-border-color);
	cursor: pointer;
	-webkit-transition: all .3s;
    transition: all .3s;
	line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
	text-align: center;
	text-transform: uppercase;
	border-radius: var(--btn-line-height);
}

.btn:hover {
	background-color: var(--btn-hover-bg);
	color: var(--btn-hover-color);
	border-color: var(--btn-hover-border-color);
}

.btn > *:not(:first-child) {
	margin-left: 8px;
}

.btn.btn--lg {
	--btn-font-size: 16px;
	--btn-padding: 0 24px;
	--btn-line-height: 48px;
}

.btn.btn--sm {
	--btn-font-size: 10px;
	--btn-padding: 0 16px;
	--btn-line-height: 32px;
}

.btn.btn--sm .svg {
	width: 8px;
	height: initial;
}

.btn.btn--icon {
	padding: 0;
	width: var(--btn-line-height);
	height: var(--btn-line-height);
}

.btn.btn--primary {
	--btn-bg: var(--primary);
	--btn-color: #111111;
	--btn-hover-color: var(--primary);
	--btn-hover-border-color: var(--primary);
}

.btn.btn--outline-primary {
	--btn-color: var(--primary);
	--btn-border-color: var(--primary);
	--btn-hover-color: #111111;
	--btn-hover-bg: var(--primary);
}

.form-control {
	width: 100%;
	border: none;
	appearance: none;
	border-bottom: 1px solid var(--form-control-border-color);
	min-height: var(--form-control-min-height);
	padding: var(--form-control-padding);
	background-color: var(--form-control-bg);
	font-family: var(--form-control-font-family);
	font-size: var(--form-control-font-size);
	color: var(--form-control-color);
	border-radius: var(--form-control-border-radius);
}

.form-control:focus {
	--form-control-border-color: var(--primary);
}

.form-control::placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 0.3;
}

.form-control::-webkit-input-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 0.3;
}

.form-control::-moz-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 0.3;
}

.form-control::-ms-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 0.3;
}

select.form-control {
	background-image: var(--form-control-arrow);
	background-position: center right 0;
	background-repeat: no-repeat;
	padding-right: 32px;
}

.form-control.form-control--sm {
	--form-control-font-size: 12px;
    --form-control-padding: 0 0 8px;
    --form-control-min-height: 32px;
}

.form-group {
	margin-bottom: 16px;
	position: relative;
}

.form-error {
	font-size: 12px;
	margin-top: 8px;
	color: #e63946;
}

#form_message {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 24px 16px;
	width: 100%;
	z-index: 999;
	transform: translateY(120px);
	transition: all 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
	text-align: center;
}

#form_message.show {
	transform: translateY(0);
}

#form_message .error,
#form_message .success {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	line-height: 24px;
    padding: 12px 24px;
    display: block;
    font-weight: 400;
}

#form_message .error {
	background-color: #e63946;
	color: #ffffff;
}

#form_message .success {
	background-color: #2ec4b6;
	color: #000000;
}

.radio input,
.checkbox input {
	width: 1px;
	height: 1px;
	position: absolute;
	-webkit-clip-path: circle(0);
	        clip-path: circle(0);
}

.radio label,
.checkbox label {
	position: relative;
	margin-bottom: 0;
	padding-left: 40px;
	line-height: 24px;
	cursor: pointer;
	color: #585858;
}

.radio label:after,
.radio label:before,
.checkbox label:after,
.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.radio label:before,
.checkbox label:before {
	border: 1px solid var(--primary);
}

.radio label:after,
.radio label:before {
	border-radius: 24px;
}

.radio label:after {
	background-color: var(--primary);
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.radio input:checked + label:after {
	-webkit-transform: scale(.75);
	    -ms-transform: scale(.75);
	        transform: scale(.75);
}


/*!
 *	Components
 * ----------------------------------------------- */

/* Card */

.card {
	background-color: #D9D9D9;
	display: flex;
	flex-direction: column;
	color: #000;
	font-weight: 400;
	height: 100%;
}

.card .card__image {
	height: 280px;
	overflow: hidden;
}

.card .card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.card:hover .card__image img {
	transform: scale(1.05);
}

.card .card__body {
	padding: 24px;
	flex: 1;
}

.card .card__title {
	display: flex;
	align-items: center;
	font-weight: 700;
}

.card .card__title img {
	flex-shrink: 0;
}

.card .card__title span {
	padding-left: 16px;
	flex: 1;
}

.card .card__foot {
	padding: 8px 24px 24px;
}

.card .card__foot .btn {
	--btn-color: #111111;
	width: 100%;
	letter-spacing: 2px;
}


/* Collapses */

.collapses .collapse {
	position: relative;
}

.collapses .collapse:not(:last-child):after {
	content: '';
	position: absolute;
	left: -40vw;
	right: -40vw;
	bottom: 0;
	height: 1px;
	background-color: var(--border-color);
	opacity: 0.3;
}

.collapse .collapse__head {
	--link-hover-color: var(--link-color);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	padding: 24px 0;
}

.collapse .collapse__head .collapse__head__title {
    padding-right: 24px;
	margin-bottom: 0;
}

.collapse .collapse__head .collapse__head__indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-left: auto;
}

.collapse .collapse__head.active .plus,
.collapse .collapse__head:not(.active) .minus {
    display: none;
}

.collapse .collapse__body {
    display: none;
	padding-bottom: 24px;
}


/* Lenis */

html.lenis, html.lenis body {
	height: auto;
}
  
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
  
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
  
.lenis.lenis-stopped {
	overflow: hidden;
}
  
.lenis.lenis-scrolling iframe {
	pointer-events: none;
}


/* Swiper */

.swiper.swiper--visible {
	overflow: visible;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: var(--swiper-button-bg);
	transition: all 0.25s ease-in-out;
	display: none;
	align-items: center;
	justify-content: center;
	color: var(--swiper-button-color);
	border: 1px solid var(--swiper-button-color);
	transform: scale(.85);
	opacity: 0.5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	--swiper-button-color: var(--primary);
	opacity: 1;
	transform: scale(1);
}

.swiper-button-next:after, 
.swiper-button-prev:after {	
	font-size: 12px;
	font-weight: 500;
}

.swiper-button-inline {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-inline .swiper-button-next,
.swiper-button-inline .swiper-button-prev {
	position: relative;
	top: initial;
	bottom: initial;
	right: initial;
	left: initial;
	margin-top: 0;
	display: flex;
}

.swiper-button-inline .swiper-button-next {
	margin-left: 8px;
}

.swiper-pagination {
	--swiper-pagination-bullet-inactive-color: #787878;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: #ffffff;
	position: relative;
	bottom: initial;
	top: initial;
	left: initial;
	margin-top: 32px;
}

.swiper-pagination .swiper-pagination-bullet-active {
	transform: scale(1.25);
}


/* Tab */

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
	overflow-y: visible;
	overflow-x: auto;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #1E1E1E;
}

.tab::-webkit-scrollbar {
	width: 0;
    height: 0;
}

.tab .tab__item:not(:first-child) {
    margin-left: 24px;
}

.tab .tab__link {
    display: block;
    padding: 24px 0;
	font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid transparent;
}

.tab .tab__link:hover {
    color: var(--dark);
}

.tab .tab__link.active {
    color: var(--primary);
    border-color: var(--primary);
}

.tab-pane {
    display: none;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.tab-pane.active {
    display: block;
}

.tab-pane:not(.show) {
    opacity: 0;
}

.tab-content {
	margin-top: 24px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111111;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

#loader > * {
	max-width: 140px;
}


/*!
 *	Header
 * ----------------------------------------------- */
#header {
	padding-top: 40px;
	padding-bottom: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.35s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	z-index: 100;
}

#header.fixed-header {
	background-color: var(--body-bg);
	padding-top: 24px;
	padding-bottom: 24px;
	border-color: var(--border-color);
}

#header .header-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .header-right {
	--btn-padding: 0 24px;
	--btn-line-height: 40px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.navbar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	display: none;
	background-color: var(--body-bg);
	margin-top: 1px;
}

.navbar > ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;	
	flex-direction: column;
	margin: 0 auto;
	padding: 0 calc(var(--gutter-x) * .5);
	list-style: none;
	max-width: var(--container-width);
}

.navbar > ul > li {
	padding-top: 16px;
	padding-bottom: 16px;
}

.navbar > ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar > ul > li > a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
}

.navbar > ul > li > a.active {
	color: var(--primary);
}

#hamburger {
	background-color: transparent;
	border: none;
	position: relative;
	margin-left: 16px;
	width: 20px;
	height: 16px;
	cursor: pointer;
	padding: 0;
}

#hamburger span:before,
#hamburger span:after {
	content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--hamburger-line-bg);
	display: block;
}

#hamburger span,
#hamburger span:after {
	top: 7px;
}

#hamburger span:before {
	top: -7px;
}

#hamburger.active span {
	background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
	top: 0;
}

#hamburger.active span:before {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span:after {
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand {
	display: inline-block;
	width: 120px;
}

#intro {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

#intro > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-content .inline {
	font-size: 11px;
}

.service-content .row {
	--gutter-y: 16px;
	--gutter-x: 16px;
}

.values {
	font-size: 16px;
	font-weight: 400;
}

.values .inline .inline__icon {
	width: 24px;
	height: 24px;
}

.values .inline .inline__text {
	font-family: var(--heading-font-family);
}

.analytic {
	position: relative;
}

.analytic .analytic__image-1,
.analytic .analytic__image-2 {
	position: absolute;
	z-index: 1;
}

.analytic .analytic__image-1 {
	top: -120px;
	left: -80px;
}

.analytic .analytic__image-2 {
	top: 120px;
    right: -80px;
}

.analytic .analytic__content {
	position: relative;
	z-index: 2;
}

.data .data__title {
	color: var(--primary);
	font-size: calc(1.4rem + 1.5vw);
	line-height: 1;
	margin-bottom: 16px;
}

.data .data__text {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

#clients {
	text-align: center;
}

.client-avatar {
	margin-bottom: 16px;
	filter: grayscale(100);
}

#logos.swiper {
    --swiper-wrapper-transition-timing-function: linear;
}

#logos .swiper-slide {
	width: initial;
}

.gallery-content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

#gallery_circle {
	flex-shrink: 0;
	display: none;
}

#gallery_images,
#gallery_images .gallery-image {
	position: relative;
}

#gallery_images .gallery-image {
	overflow: hidden;
}

#gallery_images .gallery-image:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

#gallery_images .gallery-image > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	object-fit: cover;
}

#gallery_images .gallery-image:not(:last-child) {
	margin-bottom: 24px;
}

.scroll-down {
	position: absolute;
	top: 50vh;
	left: calc(-1 * (75% + 44px));
	width: 88px;
	height: 88px;
	border-radius: 80px;
	background-color: var(--primary);
	color: #111111;
	text-align: center;
	text-transform: uppercase;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	transform: scale(0);
}

.scroll-down:before {
	content: '';
	position: absolute;
	top: -11px;
	left: -11px;
	width: 110px;
	height: 110px;
	background-color: var(--primary);
	opacity: 0.4;
	z-index: 1;
	border-radius: 110px;
}

.scroll-down > * {
	position: relative;
	z-index: 2;
}

#testimonial {
	--heading-margin-bottom: 8px;
	--swiper-navigation-sides-offset: -40px;
	position: relative;
}

.testimonial-subtitle {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.3;
}

.insta-content {
	position: relative;
	text-align: center;
	margin-bottom: 64px;
	z-index: 2;
	pointer-events: none;
}

.insta-content > * {
	pointer-events: fill;
}

.insta .insta__link {
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: initial;
	height: initial;
	display: block;
	z-index: 2;
}

.insta .swiper-slide .image-border:after {
	content: '';
    display: block;
    padding-bottom: 100%;
}

.insta .swiper-slide .image-border img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta .swiper-slide .image-border,
.insta .swiper-slide .image-border:before {
	transition: all 0.5s ease-in-out;
}

.insta .swiper-slide:not(.swiper-slide-active) .image-border {
	filter: grayscale(100);
}

.insta .swiper-slide:not(.swiper-slide-active) .image-border:before {
	opacity: 0;
}

.insta .swiper-slide > * {
	position: relative;
	margin-left: initial;
	transition: all 0.5s ease-in-out 0.75s;
}

.insta .swiper-creative .swiper-slide {
	overflow: visible;
}


/*!
 *	Inner pages
 * ----------------------------------------------- */

/* About us */

.about-collapse .inline {
	font-family: var(--heading-font-family);
	font-weight: normal;
	font-size: 16px;
}

.member-avatar > * {
	transition: all 0.45s ease-in-out;
}

#team .swiper-slide:hover .member-avatar > * {
	filter: grayscale(0);
}

#team .swiper-button-inline .swiper-button-prev.swiper-button-disabled,
#team .swiper-button-inline .swiper-button-next.swiper-button-disabled {
	display: none;
}

.member-text {
	font-size: 14px;
	font-weight: 600;
	opacity: 0.3;
}

.quality {
	display: flex;
	align-items: center;
	gap: 16px;
}

.quality img {
	flex-shrink: 0;
}

.quality h2 {
	flex-grow: 1;
}

.quality-hero {
	display: none;
}

#quality {
	padding-bottom: var(--section-padding-y);
}

.owner .owner__text {
	font-size: 13px;
    opacity: 0.3;
	max-width: 280px;
}


/* Contact */

.contact {
	font-size: 18px;
}

.contact .contact__item {
	display: flex;
	align-items: center;
}

.contact .contact__item:not(:first-child) {
	margin-top: 24px;
}

.contact .contact__link {
	display: inline-flex;
	align-items: center;
}

.contact .contact__icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .contact__text {
	padding-left: 16px;
}

#map {
	margin-top: 64px;
}

#map:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

#map:after {
	content: '';
	position: absolute;
	top: -16px;
	right: -16px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid var(--primary);
}

#map > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.inline-control {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}


/* Responsible */

.object-fit {
	height: 100%;
}

.object-fit > * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsible-tab .card {
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.responsible-tab .card .card__body {
	flex: 0 0 auto;
}

.responsible-tab .card .card__title {
	font-weight: 400;
	font-size: 20px;
}


/*!
 *	Footer
 * ----------------------------------------------- */
#footer {
	padding-top: var(--section-padding-y);
	padding-bottom: 40px;
	border-top: 1px solid var(--border-color);
}

#footer .inline {
	font-weight: 300;
	font-size: 16px;
	text-transform: none;
	align-items: flex-start;
	margin-bottom: 16px;
}

.follow-social {
	display: flex;
	align-items: center;
	margin-top: 48px;
}

.follow-social span {
	flex-shrink: 0;
	padding-right: 20px;
}

.social {
	--link-color: var(--primary);
	--link-hover-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.social li:not(:first-child) {
	margin-left: 20px;
}

.social a:hover {
	opacity: 0.3;
}

.footer-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-link li:not(:first-child) {
	margin-top: 8px;
}

.last-footer {
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.3;
}

.copy {
	margin-bottom: 8px;
}


/*!
 *	Animation
 * ----------------------------------------------- */
[data-animate],
.image-border[data-animate] > *,
.image-border[data-animate] img,
.image-border[data-animate]:before {
	animation-name: var(--animation-name);
	animation-fill-mode: both;
	animation-duration: var(--animation-duration);
	animation-timing-function: var(--animation-timing-function);
	animation-delay: var(--animation-delay);
}

[data-animate]:not(.image-border),
.image-border[data-animate]:before {
	opacity: 0;
}

.image-border[data-animate] > * {
	display: grid;
	place-items: center;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.image-border[data-animate] img {
	transform: scale(1.5);
}

.image-border.image-reveal[data-animate] > * {
	--animation-name: image-reveal;
}

.image-border.image-reveal[data-animate] img {
	--animation-name: scale-down;
	--animation-delay: 200ms;
}

.image-border.image-reveal[data-animate]:before {
	--animation-name: image-border;
	--animation-delay: 1500ms;
}

@keyframes image-reveal {
	from {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	} to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes image-border {
	from {
		opacity: 0;
		transform: translate(32px, 32px);
	} to {
		opacity: 1;
        transform: translate(0, 0);
	}
}

@keyframes scale-down {
	from {
	  	transform: scale(1.5);
	} to {
	  	transform: scale(1);
	}
}

.fade-up {
	--animation-name: fade-up;
}
  
@keyframes fade-up {
	from {
		opacity: 0;
		transform: translateY(50px);
	} to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*!
 *	Responsive
 * ----------------------------------------------- */
@media(min-width: 480px) {
	.col-xs-1 {
		width: 8.33333333%;
	}
	
	.col-xs-2 { 
		width: 16.66666667%;
	}
	
	.col-xs-3 {
		width: 25%;
	}
	
	.col-xs-4 {
		width: 33.33333333%;
	}
	
	.col-xs-5 {
		width: 41.66666667%;
	}
	
	.col-xs-6 {
		width: 50%;
	}
	
	.col-xs-7 {
		width: 58.33333333%;
	}
	
	.col-xs-8 {
		width: 66.66666667%;
	}
	
	.col-xs-9 { 
		width: 75%;
	}
	
	.col-xs-10 {
		width: 83.33333333%;
	}
	
	.col-xs-11 {
		width: 91.66666667%;
	}
	
	.col-xs-12 {
		width: 100%;
	}

	.collapse .collapse__head {
		padding: 32px 0;
	}

	.collapse .collapse__body { 
		padding-bottom: 32px;
	}

	.tab {
		padding-left: 40px;
		padding-right: 40px;
	}

	.tab .tab__item:not(:first-child) {
		margin-left: 32px;
	}

	.service-content .row {
		--gutter-y: 32px;
		--gutter-x: 32px;
	}

	.service-content .inline {
		font-size: 14px;
	}

	.responsible-tab .card .card__body {
		padding: 32px;
	}
}

@media(min-width: 576px) {
	body {
		--container-width: 540px;
		--section-padding-y: 120px;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-2 { 
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-9 { 
		width: 75%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		width: 100%;
	}

	.mb-64 {
		margin-bottom: 64px !important;
	}

	.image-border:before {
		top: -32px;
		left: -32px;
	}

	.flex-reverse .image-border:before {
        right: -32px;
	}

	#map:after {
		top: -32px;
		right: -32px;
	}
}

@media(min-width: 768px) {
	body {
		--container-width: 720px;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-2 { 
		width: 16.66666667%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-9 { 
		width: 75%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-12 {
		width: 100%;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: flex;
	}

	.tab {
		padding-left: 64px;
		padding-right: 64px;
	}

	.tab .tab__item:not(:first-child) {
		margin-left: 40px;
	}

	.tab-content {
		margin-top: 32px;
	}

	.brand {
		width: 160px;
	}

	#header .header-right {
		--btn-padding: 0 32px;
		--btn-line-height: 48px;
	}

	#hamburger {
		margin-left: 24px;
	}

	.gallery-content {
		min-height: 100vh;
	}

	#testimonial {
		padding-left: 80px;
		font-size: 20px;
	}

	.testimonial-quote {
		position: absolute;
		top: 0;
		left: 0;
	}

	.insta-content {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: left;
		margin-bottom: 0;
		transform: translateY(-50%);
	}

	.insta-content .swiper-button-inline {
		justify-content: flex-start;
	}

	.inline-control {
		margin-top: -72px;
	}
}

@media(min-width: 992px) {
	body {
		--container-width: 960px;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-2 { 
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-9 { 
		width: 75%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		width: 100%;
	}

	.tab {
		padding-left: 100px;
		padding-right: 100px;
	}

	.tab .tab__item:not(:first-child) {
		margin-left: 48px;
	}

	.tab .tab__link {
		font-size: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.tab-content {
		margin-top: 48px;
	}

	.analytic .analytic__image-1 {
		top: -40px;
		left: 0;
	}
	
	.analytic .analytic__image-2 {
		top: 40px;
		right: 0;
	}

	#clients {
		text-align: left;
	}

	#clients .swiper-button-inline {
		justify-content: flex-start;
		align-items: flex-end;
		height: 100%;
	}

	#gallery_circle {
		display: block;
	}

	.gallery-content,
	.gallery-content .gallery-content__text {
		padding-left: 24px;
	}

	#gallery_images .gallery-image:not(:last-child) {
		margin-bottom: 80px;
	}

	.scroll-down {
		display: flex;
	}

	.insta-content {
		left: calc(var(--gutter-x) * .5);
		right: 10%;
	}

	.dish {
		position: absolute;
		bottom: 32px;
		left: -32px;
	}

	.quality-hero {
		display: block;
		position: absolute;
		left: -16px;
		bottom: 0;
	}

	.owner {
		font-size: 16px;
		padding-bottom: 80px;
	}

	#map:after {
		top: -40px;
		right: -40px;
	}

	.responsible-tab .card .card__body {
		padding: 48px;
	}

	.responsible-tab .card .card__title {
		font-size: 24px;
	}

	.last-footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.copy {
		margin-bottom: 0;
		padding-right: 32px;
	}
}

@media(min-width: 1200px) {
	body {
		--container-width: 1140px;
	}

	h1, .h1 {
		font-size: calc(var(--heading-font-size-base) * 2.5);
	}
	
	h2, .h2 {
		font-size: calc(var(--heading-font-size-base) * 2);
	}
	
	h3, .h3 {
		font-size: calc(var(--heading-font-size-base) * 1.5);
	}
	
	h4, .h4 {
		font-size: calc(var(--heading-font-size-base) * 1.25);
	}
	
	h5, .h5 {
		font-size: calc(var(--heading-font-size-base) * 1.125);
	}

	.col-xl-1 {
		width: 8.33333333%;
	}
	
	.col-xl-2 { 
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		width: 25%;
	}
	
	.col-xl-4 {
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		width: 50%;
	}
	
	.col-xl-7 {
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		width: 66.66666667%;
	}
	
	.col-xl-9 { 
		width: 75%;
	}
	
	.col-xl-10 {
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		width: 100%;
	}

	.d-lg-block {
		display: block !important;
	}

	#header .header-left,
	#header .header-right {
		flex: 1;
	}

	.navbar {
		margin-left: auto;
		position: relative;
		top: initial;
		width: initial;
		background-color: transparent;
		padding: 0 16px;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		display: block;
		flex: 4;
	}

	.navbar > ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}

	.navbar > ul > li {
		position: relative;
		padding: 0;
		border: none !important;
	}

	.navbar > ul > li:not(:first-child) {
		margin-left: 64px;
		margin-top: 0;
	}

	.navbar > ul > li:not(:first-child):before {
		content: '';
		position: absolute;
		top: 8px;
		left: -38px;
		width: 12px;
		height: 7px;
		background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 3.32111L5.98177 0L12 3.3562L5.98177 6.75L0 3.32111Z" fill="%23D2AE6D"/></svg>');
	}

	.navbar > ul > li > a {
		display: inline-block;
		padding: 0;
	}

	#hamburger {
		display: none;
	}

	.service-content {
		padding-left: 48px;
	}

	.data .data__title {
		font-size: calc(var(--heading-font-size-base) * 2.5);
	}

	.gallery-content,
	.gallery-content .gallery-content__text {
		padding-left: 48px;
	}

	#testimonial {
		--swiper-navigation-sides-offset: -100px;
	}

	.owner {
		font-size: 18px;
	}

	.contact {
		font-size: 20px;
	}

	.contact .contact__item:not(:first-child) {
		margin-top: 32px;
	}

	.contact .contact__icon {
		width: 32px;
		height: 32px;
	}
	
	.contact .contact__text {
		padding-left: 32px;
	}
}

@media(min-width: 1400px) {
	body {
		--container-width: 1320px;
	}

	.navbar {
		flex: 5;
	}

	.navbar > ul > li:not(:first-child) {
		margin-left: 76px;
	}

	.navbar > ul > li:not(:first-child):before {
		left: -42px;
	}

	.service-content {
		padding-left: 80px;
	}
}