/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
} 

html {
  font-size: 100%;  
  -ms-text-size-adjust: 100%;  
  -webkit-text-size-adjust: 100%; 
  // overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  // width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: darken(white, 10%);
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
*/
.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1024px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.align-self-center {
  align-self: center;
}

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

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

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

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

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

/*body {
	font-size: 16px;
	font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-weight: 400;
	color: $font--color1;

	@include desktop-s {
		font-size: 15px;
	}
	@include tablet-l {
		font-size: 14px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: $title-font; 
	color: $font--color1;
	font-weight: 700;
	line-height: 1.2;
	span {
		font-family: $title-font;
		line-height: 1.2;
		font-weight: 700;
	}
}

h1 {
	font-size: 36px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 32px;
	}
	@include mobile {
		font-size: 24px;
	}
}
h2 {
	font-size: 30px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 24px;
	}

	@include mobile {
		font-size: 22px;
	}
}

h3 {
	font-size: 24px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 22px;
		margin-bottom: 10px;
	}
	@include mobile {
		font-size: 20px;
	}
}
h4 {
	font-size: 22px;
	margin-bottom: $xm;
	@include tablet-l {
		font-size: 20px;
	}
	@include mobile {
		font-size: 18px;
	}
}
h5 {
	font-size: 20px;
	margin-bottom: $xm;
	@include tablet-l {
		font-size: 18px;
	}
	@include mobile {
		font-size: 16px;
	}
}

h6 {
	font-size: 18px;
	margin-bottom: $xm;

	@include tablet-l {
		font-size: 16px;
	}
	@include mobile {
		font-size: 14px;
	}
}

p,
span,
label,
li {
	font-weight: 400;
	line-height: 1.5;
}
p {
	margin: $xm 0;
	color: $font--color2;

	p,
	a,
	span,
	label,
	em {
		font-size: 100%;
		margin: 0;
		color: inherit;
	}
	b,
	strong {
		font-weight: bold;
	}
	i,
	em {
		font-style: italic;
	}
	a {
		text-decoration: underline;
		color: $font--color1;
		&:hover {
			@include opacity(0.8);
		}
	}
}

a {
	color: inherit;
	margin: 0;
	&:hover {
		text-decoration: underline;
	}
	span {
		color: inherit;
		font-weight: inherit;
	}
}

img,
span,
label,
a {
	display: inline-block;
}
blockquote {
	border: none !important;
	position: relative;
	margin: 30px 0;
}
blockquote p {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;

	font-style: normal;
	color: $font--color1;
	margin: 0;
	z-index: 1;

	@include mobile {
		font-size: 18px;
		margin: 25px 0;
	}
}
*/
body {
  scroll-behavior: smooth;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 2200px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 840px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "utile-display", serif;
  font-weight: 300;
  margin-bottom: 25px;
}

body {
  font-family: "Poppins", sans-serif, sans-serif, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 840px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 840px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}

.accent-color,
.highlight-color {
  color: #c59c44 !important;
}

.the-content p {
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  .the-content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 840px) {
  .the-content p {
    margin-bottom: 15px;
  }
}

b,
strong {
  font-weight: 600;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #000;
  font-family: poppins;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  resize: none;
  vertical-align: middle;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
  width: 100%;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #d6d6d6;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border-color: #fff;
  color: #000;
}

select {
  height: 50px;
  background-image: url("images/svg/select.svg");
  padding-right: 35px;
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}
.select_overlay select {
  height: 50px;
}

textarea {
  line-height: 1.2;
  height: 90px;
  padding: 10px 15px;
}

button[type=submit],
input[type=submit] {
  align-items: center;
  background: #c59c44;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  padding: 15px 30px;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 840px) {
  button[type=submit],
  input[type=submit] {
    font-size: 15px;
    padding: 12px 25px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: #c59c44;
  color: white;
  transform: translateY(-4px);
  -webkit-box-shadow: none;
}
button[type=submit] img,
input[type=submit] img {
  margin-left: 5px;
  transition: transform 0.4sease;
}
button[type=submit].button-arrow,
input[type=submit].button-arrow {
  display: flex;
  align-self: center;
  justify-content: center;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #c59c44;
  outline: 0;
}
@media (max-width: 840px) {
  input[type=radio],
  input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  background-color: #c59c44;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
}

input[type=radio]::before {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked:before {
  width: 18px;
  height: 18px;
  content: "\f00c";
  display: flex;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  display: block;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

::-webkit-input-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}

:-moz-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}

::-moz-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #c59c44;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #46b450;
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
}

.wpcf7 .input_block {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .wpcf7 .input_block {
    width: 100%;
  }
}

.wpcf7 .white-txt p {
  margin-bottom: 7px;
  margin-top: 7px;
}
.wpcf7 .white-txt p a {
  background: linear-gradient(#c59c44, #c59c44);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #c59c44;
  display: inline;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
.wpcf7 .white-txt p a:hover {
  background-size: 100% 1px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 400px) {
  .wpcf7 .input_submit {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .wpcf7 .phone_submit {
    width: 100%;
    text-align: left;
  }
}
.wpcf7 .phone_submit a {
  color: #c59c44;
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  font-size: 1.5em;
  line-height: 1;
  padding: 0;
  transition: transform 0.4s ease;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .wpcf7 .phone_submit a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .wpcf7 .phone_submit a {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .wpcf7 .phone_submit a {
    justify-content: flex-start;
  }
}
.wpcf7 .phone_submit a:hover {
  color: #fff;
  transform: translateY(-4px);
}

body .entry-content p a,
body .header-text a {
  box-shadow: none;
}
body .entry-content p a:hover,
body .header-text a:hover {
  box-shadow: none;
}
body .entry-content h3.wp-block-heading,
body .entry-content h2.wp-block-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 200;
  font-size: min(max(24px, 2.8571428571vw), 40px);
  color: #c59c44;
  margin-bottom: 35px;
}
body .entry-content h3.wp-block-heading.mb0,
body .entry-content h2.wp-block-heading.mb0 {
  margin-bottom: 10px;
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  align-items: center;
  background: #c59c44;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  padding: 15px 30px;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background: #c59c44;
  color: white;
  transform: translateY(-4px);
}
.button1 img,
.button2 img,
.button-line img,
.button-line2 img,
.button-grey img {
  margin-left: 5px;
  transition: transform 0.4sease;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: #a38033;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.tdu-btn {
  font-family: "utile-display", serif;
  font-size: 15px;
  font-weight: 500;
  color: #c59c44;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .tdu-btn {
    font-size: 14px;
  }
}
.tdu-btn:hover {
  color: #c59c44;
}

.button2 {
  background-color: #1b85fe;
  color: #c59c44;
}
.button2:hover {
  background-color: #4ea0fe;
  color: #c59c44;
}

.button-line {
  border: 2px solid #c59c44;
  color: #c59c44;
  background-color: transparent;
}
@media (max-width: 840px) {
  .button-line {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #c59c44;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 840px) {
  .button-line2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #c59c44;
}

.btn-arrow {
  padding-right: 33px;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-skew {
  background-color: #c59c44;
  position: relative;
  padding: 14px;
}
.button-skew:before, .button-skew:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
}
.button-skew::before {
  left: -6px;
}
.button-skew:after {
  right: -6px;
}
.button-skew span {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  right: 0;
  z-index: 1;
  margin-left: 5px;
}
.button-skew:hover span {
  right: -5px;
}
.button-skew img {
  width: 20px;
}
@media (max-width: 840px) {
  .button-skew img {
    width: 16px;
  }
}

.button1.button-skew {
  padding: 13px 20px;
}
@media (max-width: 840px) {
  .button1.button-skew {
    padding: 9px 20px;
  }
}

.button-line-skew {
  position: relative;
  border-left: none;
  border-right: none;
  height: 52px;
  line-height: 27px;
}
@media (max-width: 840px) {
  .button-line-skew {
    height: 44px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }
}
.button-line-skew:hover {
  background-color: transparent;
}
.button-line-skew::before, .button-line-skew:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
  bottom: -2px;
  top: -2px;
}
.button-line-skew:before {
  left: -6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.button-line-skew:after {
  right: -6px;
  border-right: 2px solid white;
  border-top: 2px solid white;
}
.button-line-skew span {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  right: 0;
  margin-left: 6px;
}
.button-line-skew:hover span {
  right: -5px;
}
.button-line-skew img {
  width: 17px;
  height: auto;
}
@media (max-width: 840px) {
  .button-line-skew img {
    width: 16px;
  }
}

.button-long-line {
  display: block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: white;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  top: 2px;
}
@media (max-width: 840px) {
  .btn-text {
    font-size: 14px;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 74px;
  height: 1px;
  background-color: white;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(73px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

.text-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "utile-display", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .text-btn {
    font-size: 14px;
  }
}
.text-btn .button-skew::before {
  width: 30px;
  left: -24px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.text-btn:hover .button-skew::before {
  width: 100px;
  left: -94px;
}

.text-btn-link {
  position: relative;
  z-index: 1;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 3s;
}

/*body {
	// overflow: hidden;
	// overflow-x: hidden !important;
	text-rendering: optimizeLegibility;
	counter-reset: item;
	@include transition(all, 0.3s);
	background-color: #fff;
	position: relative;
}
body,
html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: $font--color1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;

	overflow-x: hidden;
}*/
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-p {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1750px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .big-p {
    font-size: 14px;
  }
}

.container-big {
  width: 100%;
  padding: 0 130px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  background: linear-gradient(#c59c44, #c59c44);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #c59c44;
  display: inline;
  transition: background-size 0.4s ease;
}
.the-content li a:hover,
.the-content p a:hover {
  color: #c59c44;
  background-size: 100% 1px;
}
.the-content a.button1 {
  text-decoration: none;
}
.the-content a.button1:hover {
  text-decoration: none;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #c59c44;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  margin-left: 0;
}
.the-content li {
  margin: 2px 0;
}
.the-content iframe {
  width: 100%;
}

.the-content.the-content-checked ul {
  margin: 0;
  list-style-type: none;
}
.the-content.the-content-checked ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 400;
  margin-right: 5px;
}
.the-content.the-content-checked ul li {
  margin: 15px 0;
  padding-left: 0;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 36px;
  }
}

.title-style p:first-child {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 4px;
  line-height: 1;
  color: #c59c44;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.title-style h1,
.title-style h2:first-of-type {
  margin-top: 10px;
  line-height: 1.05;
}

.title-style-h6 h6 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .title-style-h6 h6 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .title-style-h6 h6 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .title-style-h6 h6 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .title-style-h6 h6 {
    font-size: 27px;
  }
}

.title-small {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .title-small {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.title-small.yellow-text {
  color: #c59c44;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 840px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 840px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 840px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 840px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 840px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 840px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 840px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 840px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 840px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #c59c44;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #f3f3f3;
}

.grey-box {
  background-color: #f3f3f3;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #c59c44;
}

.blue-box {
  background-color: #c59c44;
}

.dark-blue {
  background-color: #4d4d4d;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
}
@media (max-width: 840px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}
.error-wrap .the-content p,
.error-wrap .the-content span,
.error-wrap .the-content label,
.error-wrap .the-content li {
  font-size: 16px;
}
.error-wrap .cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.error-wrap .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 840px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 840px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 840px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 840px) {
  .only-desktop {
    display: none;
  }
}

.icon-error {
  margin-bottom: 30px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .icon-error {
    max-width: 300px;
  }
}
@media (max-width: 640px) {
  .icon-error {
    max-width: 220px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: rgba(252, 252, 253, 0.12);
  border: 1px solid rgba(252, 252, 253, 0.12);
  color: white;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  background-color: rgba(252, 252, 253, 0.12);
  border-color: #c59c44;
}
.search-error ::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}
.search-error :-moz-placeholder {
  color: white;
  font-size: 14px;
}
.search-error ::-moz-placeholder {
  color: white;
  font-size: 14px;
}
.search-error :-ms-input-placeholder {
  color: white;
  font-size: 14px;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.error-center {
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .error-center {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
  }
}
@media screen and (max-width: 340px) {
  .error-center {
    max-width: 100%;
  }
}

.line-error {
  left: 20%;
  right: auto;
}
@media (max-width: 1430px) {
  .line-error {
    right: 0;
    top: -100px;
    left: 40%;
  }
}
@media (max-width: 960px) {
  .line-error {
    display: none;
  }
}

.triangle-error {
  bottom: -100px;
  top: auto;
  left: 100px;
}
@media (max-width: 960px) {
  .triangle-error {
    left: 0;
    bottom: 0;
  }
}

.error-title {
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .error-title {
    font-size: 180px;
  }
}

.logo-error {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .logo-error {
    max-width: 160px;
  }
}
.logo-error img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 840px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}
.commentlist li #respond {
  margin-top: 30px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .comment-reply-title #cancel-comment-reply-link {
    float: none;
  }
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}
@media (max-width: 960px) {
  .comment .comment-notes {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .comment .comment-notes {
    font-size: 14px;
  }
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 840px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 840px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section-small {
  padding: 60px 0;
}
@media (max-width: 1750px) {
  .section-small {
    padding-top: 35px;
  }
}
@media (max-width: 840px) {
  .section-small {
    padding-bottom: 40px;
  }
  .section-small.section_woo_shop {
    padding-top: 0;
  }
}
.section-small .container {
  position: relative;
  z-index: 1;
}

.section-small-p {
  padding: 40px 0;
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

.heading-large h2 {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .heading-large h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}
.heading-large h2 span {
  font-style: italic;
}

.wp-pagenavi-nav .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-pagenavi-nav .wp-pagenavi a,
.wp-pagenavi-nav .wp-pagenavi span {
  margin: 1px;
}

.no-results {
  text-align: center;
}
.no-results img {
  opacity: 0.5;
  width: 200px;
  height: auto;
}

.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.page-numbers li {
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}
.page-numbers li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.top-arrows .slick-prev {
  left: auto;
  top: -40px;
  right: 60px;
  background-image: url(images/svg/left-arrow.svg);
}
.top-arrows .slick-next {
  top: -40px;
  right: 0;
  background-image: url(images/svg/right-arrow.svg);
}
.top-arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44px;
  height: 44px;
  /* border-radius: 2px; */
  background-color: rgba(255, 255, 255, 0.368627451);
  text-align: center;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.top-arrows .slick-arrow:before {
  content: none;
}
.top-arrows .slick-disabled {
  opacity: 0.5;
}

.section_black {
  background-color: #000;
}

.main-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 360px;
  overflow: hidden;
}
.main-slider:not(.slick-slider) .blog-slide {
  width: 33.33%;
}
@media (max-width: 840px) {
  .main-slider:not(.slick-slider) .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .main-slider:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .p100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-general {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .section-general {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 960px) {
  .section-general {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 840px) {
  .section-general {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-general .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

body .section-book {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 1430px) {
  body .section-book {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 840px) {
  body .section-book {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 840px) {
  body .section-book .gb-layout-column-wrap {
    display: block;
  }
}
@media (max-width: 840px) {
  body .section-book .wp-block-genesis-blocks-gb-column {
    width: 100%;
  }
}

body .page-content {
  margin-bottom: 0;
}
body .site-content {
  padding-bottom: 0;
}
body .big-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: min(max(18px, 1.8571428571vw), 26px);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

.fixed-height {
  min-height: 50px;
}
.fixed-height .tabs-fixes {
  transition: height 0.4s ease;
}
.fixed-height .tabs-fixes.scroll {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
}
.fixed-height .tabs-fixes.active {
  height: 100vh;
  background: #c59c44;
}
.fixed-height .tabs-fixes.active .tabs-fixed-desktop {
  display: block;
}
.fixed-height .tabs-fixes.active .tabs-fixed-desktop a {
  margin-bottom: 5px;
}
.fixed-height .tabs-fixes.active .tabs-fixed-mobile svg {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .fixed-height .tabs-fixes .tabs-fixed-desktop {
    display: none;
  }
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex {
  width: 100%;
  padding: 15px;
  z-index: 10;
  background: #c4c4c4;
  transition: box-shadow 0.4s ease;
  background: #c59c44;
}
@media (max-width: 960px) {
  .fixed-height .tabs-fixes .tabs-fixed-desktop .flex {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
  }
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex a {
  display: inline-block;
  text-align: center;
  transition: color 0.4s ease;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex a.current svg {
  transform: rotate(90deg);
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex a svg {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  left: 5px;
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex a svg path {
  stroke: #fff;
}
.fixed-height .tabs-fixes .tabs-fixed-desktop .flex a:hover svg {
  left: 10px;
}
.fixed-height .tabs-fixes .tabs-fixed-mobile {
  display: none;
  transition: box-shadow 0.4s ease;
  background: #c59c44;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.fixed-height .tabs-fixes .tabs-fixed-mobile a {
  color: #fff;
  font-weight: 600;
}
.fixed-height .tabs-fixes .tabs-fixed-mobile a svg {
  transition: transform 0.4s ease;
  padding-left: 5px;
}
.fixed-height .tabs-fixes .tabs-fixed-mobile a svg path {
  stroke: #fff;
}
@media (max-width: 960px) {
  .fixed-height .tabs-fixes .tabs-fixed-mobile {
    display: block;
  }
}

.wp-block-genesis-blocks-gb-columns.gb-background-cover {
  position: relative;
  z-index: 0;
}

.hero-page {
  background-color: #000;
  margin-bottom: 150px;
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196078431), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0274509804), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0352941176), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0431372549), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0509803922), 0 100px 80px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1430px) {
  .hero-page {
    margin-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .hero-page {
    margin-bottom: 60px;
  }
}
@media (max-width: 840px) {
  .hero-page {
    margin-bottom: 50px;
  }
}
.hero-page > .flex {
  min-height: 1050px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-page > .flex {
    min-height: 950px;
  }
}
@media (max-width: 840px) {
  .hero-page > .flex {
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .hero-page > .flex {
    min-height: 550px;
  }
}
.hero-page .left-side {
  position: relative;
  width: 25%;
}
@media (max-width: 840px) {
  .hero-page .left-side {
    display: none;
  }
}
.hero-page .left-side img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
}
.hero-page .right-side {
  width: 75%;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 840px) {
  .hero-page .right-side {
    width: 100%;
  }
}
.hero-page .right-side .featured-image-top {
  height: 100%;
  position: relative;
}
.hero-page .right-side .featured-image-top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1019607843) 0% 100%), linear-gradient(15deg, rgba(0, 0, 0, 0) 64.29%, #000 101.44%), linear-gradient(276deg, rgba(0, 0, 0, 0) 78.96%, #000 106.64%), linear-gradient(163deg, rgba(0, 0, 0, 0) 54.65%, #000 101.74%);
}
@media (max-width: 960px) {
  .hero-page .right-side .featured-image-top::before {
    background-color: #000;
    opacity: 0.3;
  }
}
@media (max-width: 840px) {
  .hero-page .right-side .featured-image-top::before {
    opacity: 0.5;
  }
}
.hero-page .right-side .featured-image-top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
}
.hero-page .right-side .hero-slider {
  height: 100%;
}
.hero-page .right-side .hero-slider img {
  min-height: 1050px;
  position: relative;
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform, filter;
  -webkit-transition-duration: 1.5s, 10s, 3s;
  -webkit-transform-transition-delay: 0s, 0s, 1.5s;
  -webkit-transform-origin: top right;
  -moz-transition-property: opacity, -moz-transform, filter;
  -moz-transition-duration: 1.5s, 10s, 3s;
  -moz-transition-transition-delay: 0s, 0s, 1.5s;
  -moz-transform-origin: top right;
  -ms-transition-property: opacity, -ms-transform, filter;
  -ms-transition-duration: 1.5s, 10s, 3s;
  -ms-transition-transition-delay: 0s, 0s, 1.5s;
  -ms-transform-origin: top right;
  -o-transition-property: opacity, -o-transform, filter;
  -o-transition-duration: 1.5s, 10s, 3s;
  -o-transition-transition-delay: 0s, 0s, 1.5s;
  -o-transform-origin: top right;
  transition-property: opacity, transform, filter;
  transition-duration: 1.5s, 10s, 3s;
  transition-delay: 0s, 0s, 1.5s;
  transform-origin: top right;
}
@media (max-width: 1024px) {
  .hero-page .right-side .hero-slider img {
    min-height: 950px;
  }
}
@media (max-width: 840px) {
  .hero-page .right-side .hero-slider img {
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .hero-page .right-side .hero-slider img {
    min-height: 550px;
  }
}
.hero-page .right-side .hero-slider .slick-current img {
  transition-property: opacity, transform, filter;
  transition-duration: 1.5s, 10s, 3s;
  transition-delay: 0s, 0s, 1.5s;
  transform-origin: top right;
  transform: scale(1.1);
}
.hero-page .right-side .hero-slider .slick-current:nth-child(odd) img {
  transform-origin: top left;
}
.hero-page .masthead__content__subpage {
  position: absolute;
  padding-bottom: 30px;
  z-index: 5;
  /* top: 50%; */
  /* transform: translate(-50%); */
  width: 100%;
  text-align: center;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .hero-page .masthead__content__subpage {
    top: auto;
    bottom: 50px;
  }
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage {
    padding-bottom: 0;
    justify-content: flex-end;
  }
}
.hero-page .masthead__content__subpage h1 {
  font-weight: 200;
  padding-top: 170px;
  font-size: min(max(35px, 9.2857142857vw), 130px);
  max-width: 50%;
  display: block;
  margin: 0 auto 35px auto;
  line-height: 1;
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage h1 {
    max-width: 100%;
    padding-top: 0;
  }
}
.hero-page .masthead__content__subpage p {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage p {
    max-width: 100%;
  }
}
.hero-page .masthead__content__subpage.slider_home {
  max-width: 790px;
  text-align: left;
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 960px) {
  .hero-page .masthead__content__subpage.slider_home {
    bottom: 0;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage.slider_home {
    max-width: 100%;
    text-align: center;
    padding-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .hero-page .masthead__content__subpage.slider_home {
    padding-bottom: 40px;
  }
}
.hero-page .masthead__content__subpage.slider_home h1 {
  max-width: 100%;
  font-size: min(max(50px, 9.2857142857vw), 130px);
  padding-top: 70px;
}
@media (max-width: 960px) {
  .hero-page .masthead__content__subpage.slider_home h1 {
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage.slider_home h1 {
    margin-left: auto;
  }
}
.hero-page .masthead__content__subpage.slider_home p {
  max-width: 100%;
  font-weight: 300;
  font-size: min(max(18px, 1.8571428571vw), 26px);
  line-height: 1.6;
}
@media (max-width: 960px) {
  .hero-page .masthead__content__subpage.slider_home p {
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .hero-page .masthead__content__subpage.slider_home p {
    margin-left: auto;
  }
}

.header-top {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  max-height: 100vh !important;
  transform: translateZ(0);
  transition: all 0.4s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .header-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 840px) {
  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-top .container {
  padding-right: 75px;
  padding-left: 75px;
}
@media (max-width: 1024px) {
  .header-top .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  .header-top .left-header {
    display: none;
  }
}
.header-top .left-header a {
  font-size: 22px;
  display: block;
}
.header-top .left-header a:after {
  content: url("./images/svg/arrow-right2.svg");
  margin-left: 3px;
}
.header-top .center-header {
  text-align: center;
}
@media (max-width: 1024px) {
  .header-top .center-header {
    width: 50%;
    text-align: left;
  }
}
.header-top .center-header img {
  width: auto;
  height: auto;
  max-height: 100px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 1024px) {
  .header-top .center-header img {
    max-height: 75px;
  }
}
.header-top.scroll {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1024px) {
  .header-top.scroll {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 840px) {
  .header-top.scroll {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-top.scroll .center-header img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  .header-top.scroll .center-header img {
    max-height: 60px;
  }
}
.header-top .right-header {
  text-align: right;
}
@media (max-width: 1024px) {
  .header-top .right-header {
    width: 50%;
  }
}
.header-top .right-header .header-element {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.open-menu {
  cursor: pointer;
  position: relative;
  z-index: 51;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-menu .menu-icon span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  display: block;
  transition: transform 0.4s;
}
.open-menu .menu-icon span:first-child {
  margin-top: 0;
}
.open-menu .menu-icon span:last-child {
  margin-bottom: 0;
}
.open-menu.active .menu-icon span:nth-of-type(1) {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.open-menu.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}
.open-menu.active .menu-icon span:nth-of-type(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}
.open-menu .text {
  text-transform: uppercase;
  padding-left: 0.5em;
  cursor: pointer;
  color: #fff;
}

.phone-item {
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .phone-item {
    display: none;
  }
}
.phone-item .phone-right {
  font-size: 22px;
}
.phone-item .phone-right:hover {
  color: #c59c44;
}
.phone-item p {
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: opacity 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  z-index: 44;
  pointer-events: none;
  top: 0;
  left: 0;
}

body.active-menu .overlay {
  pointer-events: all;
  opacity: 1;
}
body.active-menu .header-top {
  background-color: #000;
}

.content-mobile {
  display: none;
}
@media (max-width: 960px) {
  .content-mobile {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.content-mobile a.no-menu {
  color: #fff;
  font-size: 22px;
  font-family: "utile-display", serif;
  display: block;
}

.menu-box {
  padding-top: 30px;
  padding-bottom: 50px;
  display: none;
}
@media (max-width: 960px) {
  .menu-box {
    padding-top: 10px;
    height: 100vh;
  }
}
.menu-box.open {
  display: block;
  animation-fill-mode: forwards;
  animation-name: fadeInFromNone;
  animation-duration: 0.4s;
}
.menu-box .menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.menu-box .menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.menu-box .menu li.menu-item-has-children {
  width: 20%;
  padding-right: 50px;
}
@media (max-width: 960px) {
  .menu-box .menu li.menu-item-has-children {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.menu-box .menu li.menu-item-has-children > a {
  font-family: "utile-display", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 200;
  font-size: min(max(21px, 2.1428571429vw), 30px);
  position: relative;
}
.menu-box .menu li.menu-item-has-children .sub-menu {
  display: block;
}
@media (max-width: 960px) {
  .menu-box .menu li.menu-item-has-children .sub-menu {
    display: none;
  }
}
.menu-box .menu li.menu-item-has-children .sub-menu li {
  padding: 10px 0;
  line-height: 1em;
}
.menu-box .menu li.menu-item-has-children .sub-menu li a {
  font-family: "Poppins", sans-serif;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 960px) {
  .menu-box .menu li.menu-item-has-children .sub-menu li a {
    line-height: 1em;
  }
}
.menu-box .menu li.menu-item-has-children .sub-menu li a:hover {
  color: #c59c44;
}
.menu-box .menu li.hide-me > a {
  display: none;
}
@media (max-width: 960px) {
  .menu-box .menu li.hide-me .sub-menu {
    display: block;
  }
}
.menu-box .menu li.hide-me .sub-menu li {
  margin-bottom: 15px;
  padding: 0;
}
.menu-box .menu li.hide-me .sub-menu li a {
  font-family: "utile-display", serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 200;
  font-size: min(max(16px, 2.1428571429vw), 22px);
}
.menu-box .menu li.hide-me .sub-menu li a:hover {
  color: #c59c44;
}
.menu-box .menu .toggle-submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  display: none;
  line-height: 0;
}
@media (max-width: 960px) {
  .menu-box .menu .toggle-submenu {
    display: block;
  }
}
.menu-box .menu .toggle-submenu:after {
  content: " ";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  background-image: url(images/svg/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center center;
  line-height: 0;
}
.menu-box .menu .toggle-submenu.active:after {
  transform: rotate(90deg);
}
.menu-box .menu ul.sub-menu {
  margin-left: 0;
}

.site-footer {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.site-footer .footer-bottom-gray {
  align-items: center;
  background: #e9e9e9;
  padding: 15px 25px;
}
.site-footer .footer-bottom-gray .disclaimer {
  font-size: 12px;
  color: #141a36;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
}
.site-footer .footer-bottom-gray .disclaimer a {
  color: #141a36;
}
.site-footer .footer-bottom-gray .footer-navigation {
  display: block;
  width: 100%;
  text-align: center;
}
.site-footer .footer-bottom-gray .footer-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 3px;
}
.site-footer .footer-bottom-gray .footer-navigation .menu li {
  margin: 0;
  position: relative;
}
.site-footer .footer-bottom-gray .footer-navigation .menu li:last-child:after {
  content: none;
}
.site-footer .footer-bottom-gray .footer-navigation .menu li:after {
  content: "|";
  font-size: 14px;
  display: inline-block;
  margin: 0 12px;
}
@media (max-width: 960px) {
  .site-footer .footer-bottom-gray .footer-navigation .menu li:after {
    font-size: 13px;
  }
}
.site-footer .footer-bottom-gray .footer-navigation .menu li a {
  color: #141a36;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 960px) {
  .site-footer .footer-bottom-gray .footer-navigation .menu li a {
    font-size: 13px;
  }
}
.site-footer .footer-bottom-gray .footer-navigation .menu li a:hover {
  text-decoration: none;
  color: #141a36;
}

.footer-first {
  padding: 90px 0 50px 0;
}
@media (max-width: 1024px) {
  .footer-first {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .footer-first {
    padding: 35px 0;
  }
}
@media (max-width: 640px) {
  .footer-first {
    padding: 25px 0;
  }
}
@media (max-width: 1024px) {
  .footer-first .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.footer-first .footer-tagline {
  padding-top: 35px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 840px) {
  .footer-first .footer-tagline {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .footer-first .footer-tagline .col_20,
  .footer-first .footer-tagline .col_60 {
    width: 100%;
    text-align: center;
  }
  .footer-first .footer-tagline .col_20 *,
  .footer-first .footer-tagline .col_60 * {
    text-align: center;
  }
}
.footer-first .footer-tagline .site-info {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 840px) {
  .footer-first .footer-tagline .site-info {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-first .footer-tagline .site-info {
    margin-bottom: 15px;
  }
}
.footer-first .footer-tagline .influx-link {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 840px) {
  .footer-first .footer-tagline .influx-link {
    justify-content: center;
  }
}
.footer-first .footer-tagline .influx-link img {
  margin-right: 5px;
}
.footer-first .footer-tagline .influx-link span {
  color: #000;
}
.footer-first .footer-widgets {
  margin-bottom: 0;
  width: auto;
}
@media (max-width: 1024px) {
  .footer-first .footer-widgets {
    padding-top: 30px;
  }
}
@media (max-width: 840px) {
  .footer-first .footer-widgets {
    padding-top: 0;
  }
}
.footer-first .footer-widgets .col_33 {
  padding-top: 0;
}
@media (max-width: 840px) {
  .footer-first .footer-widgets .col_33 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-first .footer-widgets .col_33 * {
    text-align: center;
  }
}
@media (max-width: 840px) {
  .footer-first .footer-widgets .col_33:last-child {
    margin-bottom: 0;
  }
}
.footer-first .footer-widgets .col_33 .widget_block p,
.footer-first .footer-widgets .col_33 .widget_block a {
  font-size: 22px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1024px) {
  .footer-first .footer-widgets .col_33 .widget_block p,
  .footer-first .footer-widgets .col_33 .widget_block a {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .footer-first .footer-widgets .col_33 .widget_block p,
  .footer-first .footer-widgets .col_33 .widget_block a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .footer-first .footer-widgets .col_33 .widget_block p,
  .footer-first .footer-widgets .col_33 .widget_block a {
    font-size: 15px;
  }
}
.footer-first .footer-widgets .col_33 .widget_block p:hover,
.footer-first .footer-widgets .col_33 .widget_block a:hover {
  text-decoration: none;
}
.footer-first .footer-widgets .logo-footer {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 840px) {
  .footer-first .footer-widgets .logo-footer {
    min-height: initial;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-first .footer-widgets .logo-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer-first .footer-widgets .logo-footer img {
  height: 75px;
  width: auto;
}
@media (max-width: 840px) {
  .footer-first .footer-widgets .logo-footer img {
    height: 100px;
  }
}

@media (max-width: 840px) {
  .order_1 {
    order: 1;
  }
}

@media (max-width: 840px) {
  .order_2 {
    order: 2;
  }
}

@media (max-width: 840px) {
  .order_3 {
    order: 3;
  }
}

@media (max-width: 960px) {
  body .footer-mobile {
    display: none;
  }
}
body .footer-mobile .mobile-cta {
  display: none;
}
@media (max-width: 840px) {
  body .footer-mobile .mobile-cta {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    align-items: center;
    z-index: 10;
    transition: transform 0.4s ease;
    background: #c59c44;
    justify-content: center;
  }
}
body .footer-mobile .mobile-cta a {
  width: 50%;
  padding: 12px 5px;
  background: #c59c44;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  display: flex;
  line-height: 1.2em;
}
@media (max-width: 840px) {
  body.scrolled .footer-mobile .mobile-cta {
    display: flex;
    bottom: 0;
  }
}

.invisible {
  display: none;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.zoomOut {
  transform: scale(1.1);
}

.zoomOut.animated {
  animation: zoomOut 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards;
}

.zoomOutBg:after {
  transform: scale(1.1);
}

.zoomOutBg.animated:after {
  animation: zoomOut 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
}

@keyframes zoomOutFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomOutFadeIn {
  opacity: 0;
  transform: scale(1.1);
}

.zoomOutFadeIn.animated {
  animation: zoomOutFadeIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
  opacity: 1;
}

.zoomOutFadeInBg:after {
  opacity: 0;
  transform: scale(1.1);
}

.zoomOutFadeInBg.animated:after {
  animation: zoomOutFadeIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn 1s ease 1 forwards;
}

.fadeInBg:after {
  opacity: 0;
}

.fadeInBg.animated:after {
  animation: fadeIn 1s ease 1 forwards;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.fadeUp {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp.animated {
  animation: fadeInUp 1.2s ease 1 forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpSmooth {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpSmooth.animated {
  animation: fadeInUpSmooth 1.4s ease 1 forwards;
}

.fadeInLeft {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInLeft.animated {
  animation: fadeInLeftSmooth 1s ease 1 forwards;
}

@keyframes fadeInLeftSmooth {
  0% {
    opacity: 0;
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
  }
  50% {
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRightSmooth 1s ease 1 forwards;
}

@keyframes fadeInRightSmooth {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  50% {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn-slow {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn-slow.animated {
  animation: fadeInSlow 2.5s ease 1 forwards;
}

@keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate:first-child {
  animation-delay: 0s;
}

.animate:nth-child(1) {
  animation-delay: 0s;
}

.animate:nth-child(2) {
  animation-delay: 0.25s;
}

.animate:nth-child(3) {
  animation-delay: 0.5s;
}

.animate:nth-child(4) {
  animation-delay: 0.75s;
}

.animate:nth-child(5) {
  animation-delay: 1s;
}

.animate:nth-child(6) {
  animation-delay: 1.25s;
}

.animate:nth-child(7) {
  animation-delay: 1.5s;
}

.animate:nth-child(8) {
  animation-delay: 1.75s;
}

.animate:nth-child(9) {
  animation-delay: 2s;
}

.animate:nth-child(10) {
  animation-delay: 2.25s;
}

.animate:nth-child(11) {
  animation-delay: 2.5s;
}

.animate:nth-child(12) {
  animation-delay: 2.75s;
}

.animate:nth-child(13) {
  animation-delay: 3s;
}

.animate:nth-child(14) {
  animation-delay: 3.25s;
}

.animate:nth-child(15) {
  animation-delay: 3.5s;
}

.animate:nth-child(16) {
  animation-delay: 3.75s;
}

.animate:nth-child(17) {
  animation-delay: 4s;
}

.animate:nth-child(18) {
  animation-delay: 4.25s;
}

.animate:nth-child(19) {
  animation-delay: 4.5s;
}

.animate:nth-child(20) {
  animation-delay: 4.75s;
}

.animate:nth-child(21) {
  animation-delay: 5s;
}

.animate:nth-child(22) {
  animation-delay: 5.25s;
}

.animate:nth-child(23) {
  animation-delay: 5.5s;
}

.animate:nth-child(24) {
  animation-delay: 5.75s;
}

.animate.no-delay:first-child,
.animate.no-delay:nth-child(10),
.animate.no-delay:nth-child(11),
.animate.no-delay:nth-child(12),
.animate.no-delay:nth-child(13),
.animate.no-delay:nth-child(14),
.animate.no-delay:nth-child(15),
.animate.no-delay:nth-child(16),
.animate.no-delay:nth-child(17),
.animate.no-delay:nth-child(18),
.animate.no-delay:nth-child(19),
.animate.no-delay:nth-child(2),
.animate.no-delay:nth-child(20),
.animate.no-delay:nth-child(21),
.animate.no-delay:nth-child(22),
.animate.no-delay:nth-child(23),
.animate.no-delay:nth-child(24),
.animate.no-delay:nth-child(3),
.animate.no-delay:nth-child(4),
.animate.no-delay:nth-child(5),
.animate.no-delay:nth-child(6),
.animate.no-delay:nth-child(7),
.animate.no-delay:nth-child(8),
.animate.no-delay:nth-child(9) {
  animation-delay: 0s;
}

body .entry-content .box-map {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .box-office {
  background-color: #fff;
  padding: 30px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 840px) {
  body .entry-content .box-office {
    padding: 25px 40px;
  }
}
body .entry-content .mb100 {
  margin-bottom: 100px;
}
@media (max-width: 840px) {
  body .entry-content .mb100 {
    margin-bottom: 50px;
  }
}
body .entry-content .mb200 {
  margin-bottom: 200px;
}
@media (max-width: 840px) {
  body .entry-content .mb200 {
    margin-bottom: 100px;
  }
}
body .entry-content .mb150 {
  margin-bottom: 150px;
}
@media (max-width: 840px) {
  body .entry-content .mb150 {
    margin-bottom: 70px;
  }
}
body .entry-content .contact-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .h1 {
  line-height: 1;
  font-weight: 300;
  font-size: min(max(30px, 5vw), 70px);
  color: #c59c44;
  font-family: utile-display;
  margin-bottom: 40px !important;
}
@media (max-width: 960px) {
  body .entry-content .h1 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content .h1 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 640px) {
  body .entry-content .h1 {
    margin-bottom: 10px !important;
  }
}
body .entry-content .h12 {
  line-height: 1;
  font-weight: 300;
  font-size: min(max(35px, 4.2857142857vw), 60px);
  color: #c59c44;
  font-family: utile-display;
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  body .entry-content .h12 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content .h12 {
    margin-bottom: 15px !important;
  }
}
body .entry-content h1.h13,
body .entry-content h3.h13,
body .entry-content h2.h13 {
  line-height: 1.15;
  font-weight: 200;
  font-size: min(max(30px, 4.6428571429vw), 65px);
  color: #c59c44;
  font-family: utile-display;
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  body .entry-content h1.h13,
  body .entry-content h3.h13,
  body .entry-content h2.h13 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content h1.h13,
  body .entry-content h3.h13,
  body .entry-content h2.h13 {
    margin-bottom: 15px !important;
  }
}
body .entry-content h3.h13 {
  margin-bottom: 15px;
}
body .entry-content h1.h3,
body .entry-content h2.h3,
body .entry-content .h3 {
  color: #c59c44;
  text-align: center;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 50px !important;
  font-family: "Poppins", sans-serif;
  font-size: min(max(22px, 1.7857142857vw), 25px);
}
@media (max-width: 960px) {
  body .entry-content h1.h3,
  body .entry-content h2.h3,
  body .entry-content .h3 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content h1.h3,
  body .entry-content h2.h3,
  body .entry-content .h3 {
    margin-bottom: 15px !important;
  }
}
body .entry-content h2.h7,
body .entry-content .h7 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.87;
  text-transform: uppercase;
  margin-bottom: 40px !important;
  color: #c59c44;
}
@media (max-width: 840px) {
  body .entry-content h2.h7,
  body .entry-content .h7 {
    font-size: 15px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content h2.h7,
  body .entry-content .h7 {
    margin-bottom: 15px !important;
  }
}
body .entry-content h2.h8,
body .entry-content .h8 {
  font-size: min(max(16px, 1.7857142857vw), 25px);
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 200;
  line-height: 1.87;
  margin-bottom: 40px !important;
  color: #c59c44;
}
@media (max-width: 840px) {
  body .entry-content h2.h8,
  body .entry-content .h8 {
    margin-bottom: 20px !important;
  }
}
body .entry-content h3 {
  font-size: min(max(18px, 1.7857142857vw), 25px);
  font-family: "utile-display", serif;
  color: #c59c44;
}
body .entry-content .mw1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .mw900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .mw1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .mw1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .mw1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .mw1400.wp-block-genesis-blocks-gb-column {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 840px) {
  body .entry-content .mw1400.wp-block-genesis-blocks-gb-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .entry-content .mw1400.wp-block-genesis-blocks-gb-column .size-full {
  margin-bottom: 0;
}
body .entry-content .mw1400.wp-block-genesis-blocks-gb-column .size-full img {
  margin-bottom: 0;
}
body .entry-content .mw1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body .entry-content .box-cf input[type=text],
body .entry-content .box-cf input[type=email],
body .entry-content .box-cf input[type=tel],
body .entry-content .box-cf select,
body .entry-content .box-cf textarea {
  background: rgba(238, 238, 238, 0.9333333333);
}
body .entry-content .ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  body .entry-content .ptb100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 840px) {
  body .entry-content .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  body .entry-content .ptb100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body .entry-content .main_title {
  font-family: "utile-display", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 200;
  font-size: min(max(21px, 2.1428571429vw), 30px);
  margin-bottom: 35px;
}
body .entry-content .wp-block-button__link {
  border-radius: 0;
  border: 1px solid #c59c44;
  color: #c59c44;
  background-color: #fff;
}
@media (max-width: 840px) {
  body .entry-content .wp-block-button__link {
    padding: 15px 30px;
    font-size: 14px;
  }
}
body .entry-content .wp-block-button__link:after {
  content: url("./images/svg/arrow-right-gold.svg");
  margin-left: 7px;
}
body .entry-content .wp-block-button__link:hover {
  border: 1px solid #c59c44;
  color: #c59c44;
  background-color: #fff;
  transform: translateY(-4px);
}
@media (max-width: 840px) {
  body .entry-content .avatar-box {
    text-align: center;
  }
}
body .entry-content .avatar-box img {
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196078431), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0274509804), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0352941176), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0431372549), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0509803922), 0 100px 80px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1430px) {
  body .entry-content .avatar-box img {
    width: 500px !important;
    height: 500px !important;
  }
}
@media (max-width: 1024px) {
  body .entry-content .avatar-box img {
    width: 400px !important;
    height: 400px !important;
  }
}
@media (max-width: 840px) {
  body .entry-content .avatar-box img {
    width: 380px !important;
    height: 380px !important;
  }
}
@media (max-width: 480px) {
  body .entry-content .avatar-box img {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 400px) {
  body .entry-content .avatar-box img {
    width: 200px !important;
    height: 200px !important;
  }
}
body .entry-content .large-image {
  margin-bottom: 0;
}
body .entry-content .large-image img {
  width: 120%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body .entry-content .large-image img {
    width: 100%;
    max-width: 100%;
  }
}
body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
  flex-direction: row-reverse;
  background-color: #fff;
  color: #000;
  font-size: 25px;
}
@media (max-width: 1430px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left {
    font-size: 14px;
  }
}
body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left svg {
  width: 19px;
  height: auto;
  fill: #000;
  margin-left: 5px;
  transition: all 0.4s ease;
  transform: rotate(0) translateY(-3px);
}
@media (max-width: 840px) {
  body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left svg {
    width: 14px;
  }
}
body .entry-content .wp-block-atbs-tabs .tabs-titles .tab-title.icon_left svg path {
  stroke: #000;
}
body .entry-content .wp-block-atbs-tabs .tabs-nav {
  order: 2;
  margin-top: 40px;
  padding: 0 50px;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  body .entry-content .wp-block-atbs-tabs .tabs-nav {
    order: inherit;
    margin-top: 0;
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  body .entry-content .wp-block-atbs-tabs .tabs-nav .tabs-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  body .entry-content .wp-block-atbs-tabs .tabs-nav .tab-title {
    width: 33.33%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body .entry-content .wp-block-atbs-tabs .tabs-nav .tab-title {
    width: 50%;
  }
}
body .entry-content .wp-block-atbs-tabs .tabs-titles {
  border: none;
  background-color: #fff;
}
body .entry-content .atbs-tabs-b64ee40d .tabs-nav .tab-title.active {
  color: #c59c44;
  border: none;
}
body .entry-content .atbs-tabs-b64ee40d .tabs-nav .tab-title.active svg {
  transform: rotate(-90deg);
  fill: #c59c44;
}
@media (max-width: 1024px) {
  body .entry-content .atbs-tabs-b64ee40d .tabs-nav .tab-title.active svg {
    transform: rotate(90deg);
  }
}
body .entry-content .atbs-tabs-b64ee40d .tabs-nav .tab-title.active svg path {
  stroke: #c59c44;
}
body .entry-content .wp-block-atbs-tabs .tabs-content {
  background-image: url(images/jpg/background-texture-black-marble.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 50px;
}
@media (max-width: 960px) {
  body .entry-content .wp-block-atbs-tabs .tabs-content {
    padding: 80px 40px;
  }
}
@media (max-width: 840px) {
  body .entry-content .wp-block-atbs-tabs .tabs-content {
    padding: 50px 30px;
  }
}
@media (max-width: 1430px) {
  body .entry-content .tabs-container .column-text {
    flex-basis: 50% !important;
  }
}
@media (max-width: 1430px) {
  body .entry-content .tabs-container .box-office {
    flex-basis: 50% !important;
  }
}
@media (max-width: 1024px) {
  body .entry-content .tabs-container .box-office {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  body .entry-content .tabs-container .box-office {
    padding: 25px;
  }
}
@media (max-width: 840px) {
  body .entry-content .tabs-container .box-office {
    padding: 30px;
  }
}
body .entry-content .tabs-container .box-office .h8 {
  margin-bottom: 15px !important;
}
@media (max-width: 781px) {
  body .entry-content .team-item.row-reverse2 {
    flex-direction: column-reverse;
  }
}
body .entry-content .wp-block-image.full-image {
  margin-bottom: 0;
}
body .entry-content .small-gallery img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640px) {
  body .entry-content .small-gallery img {
    max-height: 50px;
  }
}
body .entry-content .slick-next,
body .entry-content .slick-prev {
  height: 40px;
  width: 40px;
  border: 1px solid #c59c44;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
body .entry-content .slick-next:before,
body .entry-content .slick-prev:before {
  content: none;
}
body .entry-content .wp-block-cb-carousel {
  margin-bottom: 30px;
}
body .entry-content .wp-block-cb-slide.slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 840px) {
  body .entry-content .wp-block-cb-slide.slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  body .entry-content .wp-block-cb-slide.slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
body .entry-content .slick-prev {
  left: -40px;
  background-image: url(images/svg/prev.svg);
}
@media (max-width: 840px) {
  body .entry-content .slick-prev {
    left: calc((100% - 120px) / 2);
    top: auto;
    bottom: -60px;
  }
}
body .entry-content .slick-next {
  background-image: url(images/svg/next.svg);
  right: -40px;
}
@media (max-width: 840px) {
  body .entry-content .slick-next {
    right: calc((100% - 80px) / 2);
    top: auto;
    bottom: -60px;
  }
}
body .entry-content .boxes-section {
  overflow: initial !important;
}
@media (max-width: 960px) {
  body .entry-content .boxes-section {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (max-width: 1024px) {
  body .entry-content .boxes-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 840px) {
  body .entry-content .boxes-section {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 1024px) {
  body .entry-content .boxes-section > .gb-layout-column-wrap {
    grid-gap: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n) {
  transform: translateY(-225px);
}
@media (max-width: 1750px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n) {
    transform: translateY(-185px);
  }
}
@media (max-width: 1024px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n) {
    width: 50%;
    transform: translateY(-50px);
    padding: 0 20px;
  }
}
@media (max-width: 840px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n) {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n) {
    width: 100%;
    margin-bottom: 20px;
    transform: translateY(-20px);
  }
}
body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n+1) {
  transform: translateY(-165px);
}
@media (max-width: 1750px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n+1) {
    transform: translateY(-145px);
  }
}
@media (max-width: 1024px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n+1) {
    width: 50%;
    transform: translateY(-20px);
    padding: 0 20px;
  }
}
@media (max-width: 840px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n+1) {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  body .entry-content .boxes-section .wp-block-genesis-blocks-gb-column:nth-child(2n+1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .entry-content .column-card {
  position: relative;
  /*
  margin: 25px;
   box-shadow: 0 2.76726px 2.21381px #00000005, 0 6.6501px 5.32008px #00000007, 0 12.5216px 10.0172px #00000009, 0 22.3363px 17.869px #0000000b, 0 41.7776px 33.4221px #0000000d, 0 100px 80px #00000012;
   transform: translateY(-135px);

  */
}
body .entry-content .column-card h2.wp-block-heading {
  margin-bottom: 0;
  opacity: 1;
}
body .entry-content .column-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
}
body .entry-content .column-card .wp-block-image {
  margin-bottom: 0;
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196078431), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0274509804), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0352941176), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0431372549), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0509803922), 0 100px 80px rgba(0, 0, 0, 0.0705882353);
}
body .entry-content .column-card .wp-block-image img {
  height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 1750px) {
  body .entry-content .column-card .wp-block-image img {
    height: 650px;
  }
}
@media (max-width: 1430px) {
  body .entry-content .column-card .wp-block-image img {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  body .entry-content .column-card .wp-block-image img {
    height: 550px;
  }
}
@media (max-width: 960px) {
  body .entry-content .column-card .wp-block-image img {
    height: 400px;
  }
}
@media (max-width: 840px) {
  body .entry-content .column-card .wp-block-image img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  body .entry-content .column-card .wp-block-image img {
    height: 400px;
  }
}
body .entry-content .column-card:hover .wp-block-list {
  opacity: 1;
}
body .entry-content .column-card:hover + h2.wp-block-heading {
  opacity: 0;
}
body .entry-content .column-card .wp-block-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 2;
  transition: opacity 0.4s ease, background 4s ease;
}
body .entry-content .column-card .wp-block-list li {
  margin-top: 5px;
  margin-bottom: 5px;
}
body .entry-content .column-card .wp-block-list li a {
  font-weight: 300;
  font-size: min(max(18px, 1.8571428571vw), 26px);
  background: linear-gradient(#c59c44, #c59c44);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #fff;
  display: inline;
  transition: background-size 0.4s ease;
}
body .entry-content .column-card .wp-block-list li a:hover {
  color: #fff;
  background-size: 100% 1px;
}
@media (max-width: 1024px) {
  body .space-100 {
    height: 75px !important;
  }
}
@media (max-width: 840px) {
  body .space-100 {
    height: 50px !important;
  }
}
@media (max-width: 640px) {
  body .space-100 {
    height: 40px !important;
  }
}
@media (max-width: 1024px) {
  body .space-50 {
    height: 40px !important;
  }
}
@media (max-width: 840px) {
  body .space-50 {
    height: 30px !important;
  }
}
@media (max-width: 640px) {
  body .space-50 {
    height: 25px !important;
  }
}
body .black-column {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
  background-image: url(images/webp/background-texture-black-marble.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 960px) {
  body .black-column {
    padding: 70px 0;
  }
}
@media (max-width: 840px) {
  body .black-column {
    padding: 50px 0;
  }
}
body .black-column .mw1000 {
  padding: 0 40px;
}

body .wp-block-details {
  margin-bottom: 15px;
}
body .wp-block-details summary {
  font-weight: 300;
  font-size: min(max(15px, 1.8571428571vw), 26px);
  line-height: 1.6;
  color: #000;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
body .wp-block-details summary::marker {
  content: none;
}
body .wp-block-details summary a {
  color: #000;
}
body .wp-block-details summary:after {
  content: " ";
  position: absolute;
  background-size: contain;
  background-image: url(images/svg/accordions.svg);
  width: 25px;
  height: 25px;
  transition: transform 0.4s ease;
  right: 0;
  top: 4px;
}
body .wp-block-details[open] summary {
  color: #c59c44;
}
body .wp-block-details[open] summary:after {
  transform: rotate(135deg);
}
body .wp-block-details[open] summary a {
  color: #c59c44;
}
body .wp-block-columns .wp-block-image img {
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196078431), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0274509804), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0352941176), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0431372549), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0509803922), 0 100px 80px rgba(0, 0, 0, 0.0705882353);
}

*:focus {
  outline: none !important;
}/*# sourceMappingURL=custom-style.css.map */