@charset "UTF-8";

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

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

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
}

button {
  outline: 0;
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpLarge {
  -webkit-animation-name: fadeInUpLarge;
  animation-name: fadeInUpLarge;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulsateVideoPlay {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsateVideoPlay {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

@media (max-width: 479px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 600px;
  }
}

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

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

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

@media (min-width: 1750px) {
  .container {
    max-width: 1250px;
  }
}

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

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 992px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .container-fluid {
    max-width: 390px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ui-d-none {
  display: none !important;
}

.ui-d-inline-block {
  display: inline-block !important;
}

.ui-d-block {
  display: block !important;
}

.ui-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.ui-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (max-width: 479px) {
  .ui-d-sm-none {
    display: none !important;
  }

  .ui-sm-d-inline-block {
    display: inline-block !important;
  }

  .ui-sm-d-block {
    display: block !important;
  }

  .ui-sm-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-sm-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .ui-md-d-none {
    display: none !important;
  }

  .ui-md-d-inline-block {
    display: inline-block !important;
  }

  .ui-md-d-block {
    display: block !important;
  }

  .ui-md-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-md-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .ui-lg-d-none {
    display: none !important;
  }

  .ui-lg-d-inline-block {
    display: inline-block !important;
  }

  .ui-lg-d-block {
    display: block !important;
  }

  .ui-lg-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-lg-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .ui-xl-d-none {
    display: none !important;
  }

  .ui-xl-d-inline-block {
    display: inline-block !important;
  }

  .ui-xl-d-block {
    display: block !important;
  }

  .ui-xl-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-xl-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .ui-print-d-none {
    display: none !important;
  }

  .ui-print-d-inline-block {
    display: inline-block !important;
  }

  .ui-print-d-block {
    display: block !important;
  }

  .ui-print-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-print-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .ui-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }

  .ui-gutter>.col,
  .ui-gutter>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ui-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ui-gutter-15>.col,
  .ui-gutter-15>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ui-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .ui-gutter-30>.col,
  .ui-gutter-30>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ui-gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }

  .ui-gutter-large>.col,
  .ui-gutter-large>[class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ui-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ui-gutter-5>.col,
.ui-gutter-5>[class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ui-gutter-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.ui-gutter-1>.col,
.ui-gutter-1>[class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 2px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: visible;
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(200, 177, 111, 0.55);
  border: 1px solid transparent;
  border-radius: 11px;
  outline: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 48px;
    height: 55px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 52px;
    font-size: 20px;
  }
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #c8b16f;
}

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -30px;
}

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
}

@media (min-width: 1200px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev {
    left: -70px;
  }
}

@media (max-width: 1199px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next {
    right: -70px;
  }
}

@media (max-width: 1199px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next {
    right: 0;
  }
}

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme.owl-products .owl-nav {
  margin-top: -65px;
}

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav {
  right: 0;
  bottom: 0;
  position: absolute;
}

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav {
  bottom: 0;
  left: 0;
  position: relative;
}

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
}

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

@media (max-width: 991px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-services .owl-nav {
    right: 10px;
  }
}

@media (min-width: 992px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-history .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -50px;
    text-align: right;
    margin-right: 85px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(1 * ((100vw - 1230px) / 2));
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-history .owl-nav {
    right: 20px;
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-history .owl-nav {
    top: -50px;
    right: 10px;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-history .owl-nav [class*="owl-"] {
    width: 54px;
    height: 61px;
    font-size: 24px;
  }
}

.owl-nav-style.ui-pos-top-right .owl-theme.owl-history-thumbnail .owl-nav {
  margin-top: 0;
  top: -2px;
  right: 2px;
}

.owl-nav-style.ui-pos-top-left .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.owl-nav-style.ui-pos-top-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-pos-top-left .owl-theme.owl-categories-nav .owl-nav {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -45px;
}

.owl-nav-style.ui-pos-top-left .owl-theme.owl-categories-nav .owl-nav [class*="owl-"] {
  width: 35px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-infobar {
  height: auto;
  left: 42px;
  top: auto;
  bottom: 180px;
  padding: 0;
  font-size: 7.4rem;
  line-height: 1;
  letter-spacing: -0.22em;
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button--close {
  position: fixed;
  display: block !important;
  width: 60px;
  height: 60px;
  right: 50px !important;
  top: 50px !important;
  padding: 0 !important;
  font-size: 40px;
  color: #fff !important;
  background: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: 50px;
}

.fancybox-navigation .fancybox-button:not(:last-child) {
  margin-right: 20px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.slide {
  position: relative;
}

.slide,
.slide-material,
.hero {
  height: 100vh;
}

@media (max-width: 479px) {

  .slide,
  .slide-material,
  .hero {
    height: 100vw;
    max-height: 400px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .slide,
  .slide-material,
  .hero {
    height: 100vw;
    max-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .slide,
  .slide-material,
  .hero {
    height: 700px;
  }
}

@media (min-width: 1750px) {

  .slide,
  .slide-material,
  .hero {
    height: 850px;
  }
}

.slide {
  background: #111;
}

.slide-list {
  position: relative;
  top: 0;
  left: 0;
}

.slide-list li {
  display: none;
}

.slide-material {
  overflow: hidden;
  position: relative;
}

.slide-material img,
.slide-material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-cover>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.slide-video video {
  opacity: 0.55;
}

.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slide-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .slide-container {
    padding-top: calc(100px - 80px);
  }
}

@media (max-width: 767px) {
  .slide-container {
    padding-top: calc(70px - 50px);
  }
}

@media (min-width: 992px) {
  .slide-container:not([class*="ui-view-"]) {
    padding-bottom: 150px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .slide-container:not([class*="ui-view-"]):not([class*="ui-txt-pos-"]) {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-container:not([class*="ui-view-"]):not([class*="ui-txt-pos-"]) .slide-content {
    text-align: center;
  }

  .slide-container:not([class*="ui-view-"]).ui-txt-pos-right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slide-container:not([class*="ui-view-"]).ui-txt-pos-right .slide-content {
    text-align: right;
  }

  .slide-container:not([class*="ui-view-"]).ui-txt-pos-left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-container:not([class*="ui-view-"]).ui-txt-pos-left .slide-content {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .slide-container:not([class*="ui-view-"]) {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-container:not([class*="ui-view-"]) .slide-content {
    text-align: center;
  }
}

.slide-container:not([class*="ui-view-"]) .slide-content {
  width: 100%;
}

.slide-container:not([class*="ui-view-"]) .slide-content .heading {
  line-height: 1.35;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.55);
  font-weight: 700;
}

@media (min-width: 768px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-1 {
    font-size: 54px;
    letter-spacing: 2px;
  }

  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-1.ui-txt-size-large {
    font-size: 66px;
  }
}

@media (max-width: 479px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-1 {
    font-size: 28px;
    letter-spacing: 1px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-1 {
    font-size: 32px;
    letter-spacing: 1.5px;
  }
}

.slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-2 {
  font-weight: 200;
}

@media (min-width: 768px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-2 {
    font-size: 32px;
    letter-spacing: 3px;
  }
}

@media (max-width: 479px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-2 {
    font-size: 16px;
  }
}

.slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-3 {
  font-weight: 200;
}

@media (min-width: 768px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-3 {
    font-size: 32px;
    letter-spacing: 3px;
  }
}

@media (max-width: 479px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .heading.ui-3 {
    font-size: 16px;
  }
}

.slide-container:not([class*="ui-view-"]) .slide-content .text {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .text {
    max-width: 650px;
  }
}

@media (max-width: 991px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 480px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .buttons-container {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .slide-container:not([class*="ui-view-"]) .slide-content .buttons-container {
    margin-top: 15px;
  }
}

.slide-container.ui-view-cover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .slide-container.ui-view-cover {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .slide-container.ui-view-cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slide-container.ui-view-cover .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .slide-container.ui-view-cover .slide-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .slide-container.ui-view-cover .slide-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .slide-container.ui-view-cover .slide-content {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-container.ui-view-cover .slide-content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .slide-container.ui-view-cover .slide-content {
    width: 100%;
  }
}

.slide-container.ui-view-cover .slide-content .small-title {
  background-color: #fff;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1.5px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .slide-container.ui-view-cover .slide-content .small-title {
    font-size: 20px;
    padding: 10px 15px;
  }
}

@media (max-width: 479px) {
  .slide-container.ui-view-cover .slide-content .small-title {
    font-size: 13px;
    padding: 7px 12px;
  }
}

.slide-container.ui-view-cover .slide-content .heading {
  font-family: "Cerebri Sans Heavy", sans-serif;
  letter-spacing: -1px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .slide-container.ui-view-cover .slide-content .heading {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  .slide-container.ui-view-cover .slide-content .heading {
    font-size: 28px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-container.ui-view-cover .slide-content .heading {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .slide-container.ui-view-cover .slide-content .buttons-container {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .slide-container.ui-view-cover .slide-content .buttons-container {
    margin-top: 15px;
  }
}

.slide-content {
  position: relative;
  z-index: 2;
}

.slide-content .heading {
  color: #fff;
  text-transform: uppercase;
}

.slide-content .border {
  display: block;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slide-content .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.4);
}

@media (min-width: 768px) {
  .slide-content .text {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .slide-content .text {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-content .text {
    font-size: 18px;
    margin-top: 10px;
  }
}

.slide-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  z-index: 2;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .slide-dots {
    display: block;
  }
}

.slide-dots li {
  display: inline-block;
}

.slide-dots li a {
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin: 0 3px;
  border-radius: 20px;
  background: none;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-dots li.is-active a {
  background: #fff;
  width: 30px;
}

.slide-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: -20px;
  display: block;
}

@media (max-width: 767px) {
  .slide-arrows {
    display: none;
  }
}

.slide-arrows button {
  position: absolute;
  z-index: 2;
  font-size: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #fff;
  padding-top: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrows button::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrows button:hover::before {
  border: 1px solid #fff;
}

.slide-arrows button svg path {
  stroke-width: 1px !important;
}

.slide-arrows button.prev {
  left: calc(30px * -1);
  padding-right: 14px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-arrows button.prev::before {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.slide-arrows button.next {
  right: calc((40px - 10px) * -1);
  padding-left: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slide-arrows button.next::before {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.slide-list li.is-effect .slide-content .border {
  width: 200px;
}

.slide-list li.is-effect .slide-content .heading,
.slide-list li.is-effect .slide-content .text,
.slide-list li.is-effect .slide-content .buttons-container,
.slide-list li.is-effect .slide-content .small-title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-content .border {
  width: 0;
  -webkit-transition: 0.5s 0.8s;
  -o-transition: 0.5s 0.8s;
  transition: 0.5s 0.8s;
}

.slide-content .heading,
.slide-content .text,
.slide-content .buttons-container,
.slide-content .small-title {
  opacity: 0;
  visibility: hidden;
}

.slide-content .small-title {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.9s 0.1s;
  -o-transition: 0.9s 0.1s;
  transition: 0.9s 0.1s;
}

.slide-content .heading.ui-3 {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.9s 0.1s;
  -o-transition: 0.9s 0.1s;
  transition: 0.9s 0.1s;
}

.slide-content .heading.ui-1 {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.9s 0.2s;
  -o-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
}

.slide-content .heading.ui-2 {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.9s 0.3s;
  -o-transition: 0.9s 0.3s;
  transition: 0.9s 0.3s;
}

.slide-content .text {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.9s 0.4s;
  -o-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}

.slide-content .buttons-container {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.9s 0.5s;
  -o-transition: 0.9s 0.5s;
  transition: 0.9s 0.5s;
}

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}

.loading.ui-no-bg {
  background: transparent;
}

.loading.ui-small {
  background: none;
}

.loading.ui-small::before {
  width: 60px;
  height: 60px;
}

.loading.is-visible {
  opacity: 1;
  visibility: visible;
}

.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #c8b16f;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0a0709;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.overlay.is-visible {
  opacity: 0.75;
  visibility: visible;
}

.scrolltop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 35px;
  bottom: 70px;
  background: #c8b16f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .scrolltop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 70px;
  }
}

.scrolltop .icon {
  font-size: 20px;
}

@media (max-width: 767px) {
  .scrolltop .icon {
    font-size: 16px;
  }
}

.scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.buttons-container.ui-center {
  text-align: center;
  width: 100%;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  color: #fff;
  border-radius: 11px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #c8b16f;
}

@media (min-width: 480px) {
  .button {
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.65px;
  }
}

@media (max-width: 479px) {
  .button {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.5px;
  }
}

.button .icon {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .button .icon {
    font-size: 20px;
  }

  .button .icon:not([class*="ui-pos-"]) {
    margin-left: 15px;
  }

  .button .icon.ui-pos-left {
    margin-right: 15px;
  }
}

@media (max-width: 479px) {
  .button .icon {
    font-size: 18px;
  }

  .button .icon:not([class*="ui-pos-"]) {
    margin-left: 10px;
  }

  .button .icon.ui-pos-left {
    margin-right: 10px;
  }
}

.button.ui-width-min {
  min-width: 250px;
}

.button.ui-width-full {
  width: 100%;
}

.button:hover .icon:not([class*="ui-pos-"]) {
  -webkit-transform: scale(1.1) translateX(5px);
  -ms-transform: scale(1.1) translateX(5px);
  transform: scale(1.1) translateX(5px);
}

.button:hover .icon.ui-pos-left {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.button.ui-color-wp {
  background: #25d366;
}

.button.ui-color-wp .icon {
  color: #25d366;
}

.button.ui-color-1 {
  background: #694a57;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  color: #fff;
  border-radius: 11px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .button-border {
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.65px;
  }
}

@media (max-width: 479px) {
  .button-border {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.5px;
  }
}

.button-border .icon {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .button-border .icon {
    font-size: 20px;
  }

  .button-border .icon:not([class*="ui-pos-"]) {
    margin-left: 15px;
  }

  .button-border .icon.ui-pos-left {
    margin-right: 15px;
  }
}

@media (max-width: 479px) {
  .button-border .icon {
    font-size: 18px;
  }

  .button-border .icon:not([class*="ui-pos-"]) {
    margin-left: 10px;
  }

  .button-border .icon.ui-pos-left {
    margin-right: 10px;
  }
}

.button-border.ui-width-min {
  min-width: 250px;
}

.button-border.ui-width-full {
  width: 100%;
}

.button-border:hover .icon:not([class*="ui-pos-"]) {
  -webkit-transform: scale(1.1) translateX(5px);
  -ms-transform: scale(1.1) translateX(5px);
  transform: scale(1.1) translateX(5px);
}

.button-border:hover .icon.ui-pos-left {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.button-border:not([class*="ui-color-"]) {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.button-border:not([class*="ui-color-"]):hover {
  border: 1px solid #fff;
}

.button-border.ui-color-border-dark {
  color: #111;
  border: 1px solid #111;
}

.button-border.ui-color-border-dark .icon {
  color: #111;
}

.button-border.ui-color-1 {
  color: #c8b16f;
  border: 1px solid #c8b16f;
}

.button-border.ui-color-1 .icon {
  color: #c8b16f;
}

.button-border.ui-color-2 {
  color: #694a57;
  border: 1px solid #694a57;
}

.button-border.ui-color-2 .icon {
  color: #694a57;
}

.button-border.ui-color-5 {
  color: #f58221;
  border: 1px solid #f58221;
}

.button-border.ui-color-5 .icon {
  color: #f58221;
}

.button-border.ui-color-whatsapp {
  color: #25d366;
  border: 1px solid #25d366;
}

.button-border.ui-color-whatsapp .icon {
  color: #25d366;
}

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.65px;
  position: relative;
}

.button-line:not([class*="ui-color-"]) {
  color: #c8b16f;
}

.button-line:not([class*="ui-color-"]) .icon {
  color: #c8b16f;
}

.button-line.ui-color-1 {
  color: #f58221;
}

.button-line.ui-color-1 .icon {
  color: #f58221;
}

.button-line:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.button-line .icon {
  margin-left: 15px;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.button-circle__wrapper.ui-pos-center {
  text-align: center;
}

.button-circle:before,
.button-circle:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.button-circle:not([class*="ui-size-"]) {
  width: 140px;
  height: 140px;
}

@media (max-width: 479px) {
  .button-circle:not([class*="ui-size-"]) {
    width: 90px;
    height: 90px;
  }
}

.button-circle:not([class*="ui-size-"]):before {
  width: 170px;
  height: 170px;
}

@media (max-width: 479px) {
  .button-circle:not([class*="ui-size-"]):before {
    width: 120px;
    height: 120px;
  }
}

.button-circle:not([class*="ui-size-"]):after {
  width: 200px;
  height: 200px;
}

@media (max-width: 479px) {
  .button-circle:not([class*="ui-size-"]):after {
    width: 150px;
    height: 150px;
  }
}

.button-circle.ui-size-small {
  width: 90px;
  height: 90px;
}

.button-circle.ui-size-small:before {
  width: 120px;
  height: 120px;
}

.button-circle.ui-size-small:after {
  width: 150px;
  height: 150px;
}

.button-circle .icon {
  font-size: 42px;
  color: #fff;
  position: relative;
  left: 4px;
  top: 4px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.checkbox:not(:last-child) {
  margin-bottom: 7px;
}

label.checkbox.is-error .checkbox {
  border: 2px solid red !important;
}

label.checkbox.is-error .text {
  color: red !important;
}

label.checkbox.is-error .text a {
  color: red !important;
}

label.checkbox input {
  position: absolute;
  left: -9999px;
}

label.checkbox .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(87, 117, 140, 0.08);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.checkbox .checkbox:before {
  content: "✓";
  position: absolute;
  top: -5px;
  line-height: 0.7;
  font-size: 24px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #c8b16f;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

label.checkbox .text {
  color: #57758c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 10px;
}

label.checkbox .text span {
  color: rgba(125, 151, 173, 0.7);
  margin-left: 5px;
}

label.checkbox .text a {
  font-weight: 700;
  color: #c8b16f;
}

label.checkbox input:checked+.checkbox:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

label.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.radio input {
  position: absolute;
  left: -9999px;
}

label.radio .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.radio .radio:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: #c8b16f;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.radio .text {
  color: #57758c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}

label.radio .text span {
  color: rgba(125, 151, 173, 0.7);
  margin-left: 5px;
}

label.radio input:checked+.radio:before {
  opacity: 1;
  visibility: visible;
}

select.selectbox {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(87, 117, 140, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(87, 117, 140, 0.8);
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

select.selectbox:focus {
  outline: 0;
  border: 2px solid #c8b16f;
}

@media (max-width: 479px) {
  select.selectbox {
    height: 55px;
    padding-right: 15px;
    font-size: 14px;
  }
}

select.selectbox::-webkit-input-placeholder {
  /* Edge */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-moz-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-ms-input-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox:before {
  content: "";
}

select.selectbox:focus+.icon.arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #c8b16f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 12px;
  margin-right: 17px;
}

.breadcrumb ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: currentColor;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.breadcrumb ul li a .icon {
  font-size: 18px;
}

.breadcrumb ul li a[href]:not(.not):hover {
  color: #694a57;
}

.breadcrumb ul li a[href]:not(.not):hover:before {
  width: calc(100% - 35px);
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 177, 111, 0.9);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .popup-wrapper {
    padding: 0;
  }
}

.popup-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup-wrapper .cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-wrapper .cover a {
  max-width: 90%;
  text-align: center;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.popup-wrapper .cover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 28px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 33px;
  background: #25d366;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .whatsapp {
    right: 12px;
    width: 55px;
    height: 55px;
  }
}

.whatsapp::before,
.whatsapp::after {
  content: "";
  position: absolute;
  background: rgba(37, 211, 102, 0.1);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.whatsapp::before {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .whatsapp::before {
    width: 65px;
    height: 65px;
  }
}

.whatsapp::after {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .whatsapp::after {
    width: 75px;
    height: 75px;
  }
}

.whatsapp .icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .whatsapp .icon {
    font-size: 22px;
  }
}

.whatsapp.is-active {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (max-width: 767px) {
  .whatsapp.is-active {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.accordion:not(.ui-no-content)>ul>li:hover .accordion-right>.icon {
  -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg);
  -ms-transform: scale(1.2) translateX(3px) rotate(-90deg);
  transform: scale(1.2) translateX(3px) rotate(-90deg);
}

.accordion.ui-no-content>ul>li:hover .accordion-right>.icon {
  -webkit-transform: scale(1.2) translateX(3px);
  -ms-transform: scale(1.2) translateX(3px);
  transform: scale(1.2) translateX(3px);
}

.accordion>ul>li {
  background: #fff;
  border: 1px solid rgba(87, 117, 140, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion>ul>li:last-child {
  margin-bottom: 0;
}

.accordion>ul>li.is-open,
.accordion>ul>li:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 5px 5px rgba(125, 151, 173, 0.1);
  box-shadow: 0 5px 5px rgba(125, 151, 173, 0.1);
}

.accordion>ul>li.is-open .accordion-header,
.accordion>ul>li:hover .accordion-header {
  background: #f2f7fc;
}

.accordion>ul>li.is-open .accordion-header .title,
.accordion>ul>li:hover .accordion-header .title {
  color: #111;
}

.accordion>ul>li.is-open .accordion-right>.icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .accordion-header {
    padding: 20px 17px;
  }
}

@media (max-width: 991px) {
  .accordion-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.accordion-header .title {
  color: #57758c;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 479px) {
  .accordion-header .title {
    font-size: 14px;
  }
}

.accordion-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .accordion-right {
    margin-left: 0;
    margin-top: 5px;
  }
}

.accordion-right>.icon {
  margin-top: 5px;
  color: #7d97ad;
  font-size: 13px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion-right .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(125, 151, 173, 0.7);
}

.accordion-right .date .icon {
  font-size: 12px;
  margin-right: 5px;
}

.accordion-right .date .text {
  font-size: 11px;
}

.accordion-content {
  padding-left: 35px;
  padding-right: 35px;
  display: none;
}

.accordion-content .page-content__description {
  font-size: 14px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination li:not(:last-child) {
  margin-right: 8px;
}

.pagination li.active a {
  background-color: #57758c;
  color: #fff;
}

.pagination li:not(.active) a:hover {
  background-color: #ccd8a6;
  color: #fff;
}

.pagination li a {
  width: 45px;
  height: 45px;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f2f7fc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7d97ad;
  font-weight: 800;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .services.ui-list ul {
    row-gap: 40px;
  }
}

@media (max-width: 479px) {
  .services.ui-list ul {
    row-gap: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .services.ui-list ul {
    row-gap: 20px;
  }
}

.service-card a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.service-card a:hover .service-cover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

.service-card a:hover .service-body::before,
.service-card a:hover .service-body::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.service-cover {
  overflow: hidden;
  background-color: #111;
}

@media (min-width: 768px) {
  .service-cover {
    height: 450px;
  }
}

@media (max-width: 479px) {
  .service-cover {
    height: 350px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .service-cover {
    height: 300px;
  }
}

.service-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.75;
  -webkit-transition: 0.3s opacity,
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 0.3s opacity,
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.service-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .service-body {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .service-body {
    padding: 30px 35px;
  }
}

.service-body::before,
.service-body::after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 9;
}

.service-body::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.service-body::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.service-body .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .service-body .title {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .categories.ui-gap-20 ul {
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .categories.ui-gap-20 ul {
    row-gap: 10px;
  }
}

.categories.ui-gap-15 ul {
  row-gap: 15px;
}

@media (min-width: 768px) {
  .categories:not([class*="ui-size-"]) .category-cover {
    height: 475px;
  }

  .categories:not([class*="ui-size-"]) .category-body {
    padding: 40px 50px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .categories:not([class*="ui-size-"]) .category-body {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) {
  .categories:not([class*="ui-size-"]) .category-body .small-title {
    font-size: 16px;
  }

  .categories:not([class*="ui-size-"]) .category-body .title {
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 54px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .categories:not([class*="ui-size-"]) .category-body .title {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .categories.ui-size-small .category-cover {
    height: 275px;
  }

  .categories.ui-size-small .category-body {
    padding: 20px 30px;
  }

  .categories.ui-size-small .category-body .small-title {
    font-size: 13px;
  }

  .categories.ui-size-small .category-body .title {
    line-height: 1.2;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 479px) {
  .categories .category-cover {
    height: 250px;
  }

  .categories .category-body {
    padding: 20px 30px;
  }

  .categories .category-body .small-title {
    font-size: 13px;
  }

  .categories .category-body .title {
    line-height: 1.2;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .categories .category-cover {
    height: 300px;
  }

  .categories .category-body {
    padding: 30px 40px;
  }

  .categories .category-body .small-title {
    font-size: 14px;
  }

  .categories .category-body .title {
    line-height: 1.2;
    font-size: 42px;
    letter-spacing: -1px;
  }
}

.category-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.category-card a:hover .category-cover img,
.category-card a.is-visible .category-cover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.category-card a:hover .category-description,
.category-card a.is-visible .category-description {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.category-card a:hover .category-description:not([class*="ui-width-"]),
.category-card a.is-visible .category-description:not([class*="ui-width-"]) {
  width: 200px;
}

.category-card a:hover .category-description .info,
.category-card a.is-visible .category-description .info {
  opacity: 1;
  -webkit-transition: 0.5s 0.4s;
  -o-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}

.category-card a:hover .category-description .text,
.category-card a.is-visible .category-description .text {
  opacity: 1;
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}

.category-card a:hover .category-description .btn,
.category-card a.is-visible .category-description .btn {
  opacity: 1;
  -webkit-transition: 0.5s 0.6s;
  -o-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}

.category-cover {
  overflow: hidden;
  background-color: #111;
}

.category-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s,
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s, 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1), opacity 0.3s,
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.category-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.category-body .small-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category-body .title {
  text-transform: uppercase;
  font-weight: 600;
}

.category-body .title span {
  display: block;
  font-weight: 300;
}

.category-body .title span::first-letter {
  font-weight: 900;
}

.category-description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #c8b16f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s 0.3s;
  -o-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}

.category-description:not([class*="ui-width-"]) {
  width: 60px;
  padding: 30px;
}

.category-description.ui-width-small {
  width: 30px;
}

@media (max-width: 767px) {
  .category-description {
    display: none;
  }
}

.category-description .info {
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.category-description .info>div:last-child {
  margin-top: -5px;
}

.category-description .info .heading {
  font-weight: 800;
  line-height: 1;
}

.category-description .info .heading:not([class*="ui-txt-size-"]) {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.category-description .info .heading.ui-txt-size-large {
  font-size: 24px;
  letter-spacing: -1px;
}

.category-description .info .text {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.category-description .info .text .number {
  font-family: "Bebas Neue", cursive;
  line-height: 0.75;
  font-size: 60px;
  letter-spacing: -2px;
  margin-right: 5px;
}

.category-description>.text {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 140px;
}

.category-description .btn {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  width: 130px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

@media (min-width: 768px) {
  .informations {
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .informations {
    row-gap: 10px;
  }
}

.informations>div:nth-child(1) .information-card {
  background: rgba(125, 160, 151, 0.08);
}

.informations>div:nth-child(1) .information-photo {
  background-color: rgba(125, 160, 151, 0.3);
}

.informations>div:nth-child(3) .information-card {
  background: rgba(105, 74, 87, 0.08);
}

.informations>div:nth-child(3) .information-photo {
  background-color: rgba(105, 74, 87, 0.3);
}

.informations>div:nth-child(4) .information-card {
  background: rgba(245, 130, 33, 0.08);
}

.informations>div:nth-child(4) .information-photo {
  background-color: rgba(245, 130, 33, 0.3);
}

.information-card {
  background: rgba(200, 177, 111, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

@media (min-width: 480px) {
  .information-card {
    height: 320px;
  }
}

@media (max-width: 479px) {
  .information-card {
    padding: 35px;
  }
}

.information-card:not(.ui-flex-direction) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information-card.ui-flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .information-card>div:not(.ui-width-full) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .information-card>div.ui-width-full .text {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .information-desc {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .information-desc {
    padding-left: 55px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .information-desc {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-desc {
    padding-left: 30px;
  }
}

.information-desc .title {
  color: #111;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .information-desc .title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 479px) {
  .information-desc .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .information-desc .title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-desc .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.information-desc .title div {
  display: block;
  font-weight: 300;
}

.information-desc .title span {
  display: block;
}

.information-desc .text {
  color: #111;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 10px;
}

.information-desc .buttons-container {
  margin-top: 30px;
}

.information-photo {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 90px;
  overflow: hidden;
  height: 270px;
}

@media (max-width: 479px) {
  .information-photo {
    display: none;
  }
}

.information-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.information-social {
  margin-top: 30px;
}

.information-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border: 1px solid #694a57;
  color: #694a57;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.information-social a:not(:last-child) {
  margin-right: 5px;
}

.information-social a:hover {
  background-color: #694a57;
  color: #fff;
}

.gallery ul {
  row-gap: 10px;
}

.gallery ul li a {
  display: block;
  position: relative;
}

.gallery-photo {
  overflow: hidden;
  border-radius: 11px;
}

@media (min-width: 992px) {
  .gallery-photo {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .gallery-photo {
    height: calc(min(35vw, 135px));
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-photo {
    height: calc(min(35vw, 210px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-photo {
    height: 150px;
  }
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel ul {
  row-gap: 40px;
}

.personnel-card {
  display: block;
  position: relative;
}

.personnel-photo {
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.15);
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.15);
}

@media (min-width: 768px) {
  .personnel-photo {
    height: 280px;
  }
}

.personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel-footer {
  text-align: center;
  padding-top: 20px;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}

.personnel-footer .title {
  color: #111;
  font-size: 20px;
  letter-spacing: -0.75px;
  font-weight: 800;
}

.personnel-footer .rank {
  color: #7d97ad;
  font-size: 13px;
  margin-top: 5px;
}

.documents ul {
  row-gap: 30px;
}

@media (max-width: 479px) {
  .documents ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.document-card {
  display: block;
  position: relative;
}

.document-photo {
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.2);
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.2);
}

@media (min-width: 1200px) {
  .document-photo {
    height: 286px;
  }
}

.document-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.document-footer {
  text-align: center;
  padding-top: 20px;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}

.document-footer .title {
  color: #111;
  font-size: 18px;
  letter-spacing: -0.65px;
  font-weight: 800;
}

.catalog.ui-list ul {
  row-gap: 60px;
}

.catalog ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 85px;
}

.catalog-photo {
  height: 275px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-footer {
  margin-top: 40px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.catalog-footer .title {
  color: #111;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
}

.catalog-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  padding: 30px;
}

.catalog-bg img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.products.ui-list ul {
  row-gap: 40px;
}

.product-card a {
  display: block;
  position: relative;
}

.product-card a:hover .product-body::after {
  opacity: 0.7;
}

.product-card a:hover .product-cover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-header {
  position: relative;
}

.product-photo,
.product-cover {
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 480px) {

  .product-photo,
  .product-cover {
    height: 275px;
  }
}

.product-photo img,
.product-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.product-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-body .title {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.product-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: -1;
  background: #00000012;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-footer {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.product-footer .small-title {
  text-transform: uppercase;
  color: rgba(125, 151, 173, 0.6);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin-bottom: 8px;
}

.product-footer .title {
  line-height: 1.3;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 20px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
}

.header.is-active {
  background-color: rgba(17, 17, 17, 0.75);
}

.header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.header-overlay::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#111),
      to(transparent));
  background-image: -o-linear-gradient(#111, transparent);
  background-image: linear-gradient(#111, transparent);
  height: 500px;
  opacity: 0.6;
  pointer-events: none;
}

.header-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .header-container {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .header-container {
    height: 70px;
  }
}

@media (max-width: 1199px) {
  .header-logo {
    margin-left: 52px;
    margin-top: 15px;
  }
}

.header-logo a {
  display: block;
  position: relative;
}

.header-logo h1 {
  margin: 0;
  font-size: 0;
}

.header-logo img {}

@media (min-width: 480px) {
  .header-logo img {
    width: 120px;
  }
}

@media (max-width: 479px) {
  .header-logo img {
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .header-navigation {
    display: none;
  }
}

.header-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header-middle {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
  }
}

.header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right>div:not(:last-child) {
  margin-right: 5px;
}

.header-contact:not([class*="ui-color-"]) a:hover .icon {
  background-color: #fff;
  color: #111;
}

.header-contact:not([class*="ui-color-"]) a .icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.header-contact:not([class*="ui-color-"]) a .desc {
  color: #fff;
}

.header-contact:not([class*="ui-color-"]) a .desc .text {
  opacity: 0.7;
}

.header-contact:not([class*="ui-size-"]) .icon {
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.header-contact:not([class*="ui-size-"]) .desc {
  padding-left: 10px;
}

.header-contact:not([class*="ui-size-"]) .desc .number {
  font-size: 16px;
}

.header-contact:not([class*="ui-size-"]) .desc .text {
  font-size: 12px;
}

.header-contact.ui-color-dark .icon {
  border: 1px solid #111;
  color: #111;
}

.header-contact.ui-color-dark .desc {
  color: #111;
}

.header-contact.ui-color-dark .desc .text {
  opacity: 0.5;
}

.header-contact.ui-size-large .icon {
  width: 55px;
  height: 55px;
  font-size: 24px;
}

.header-contact.ui-size-large .desc {
  padding-left: 17px;
}

.header-contact.ui-size-large .desc .number {
  font-size: 18px;
}

.header-contact.ui-size-large .desc .text {
  font-size: 14px;
}

.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact a .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-contact a .desc {
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3px;
}

.header-contact a .desc .number {
  letter-spacing: -0.65px;
  font-weight: 800;
}

.header-contact a .desc .text {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}

.header-social {
  margin-left: 35px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .header-social {
    display: none !important;
  }
}

.header-social:hover a {
  opacity: 0.5;
}

.header-social::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}

.header-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-social a:hover {
  opacity: 1;
}

.header-language {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-language a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .header-language a {
    width: 102px;
    height: 40px;
    font-size: 14px;
    border-radius: 11px;
  }
}

@media (max-width: 479px) {
  .header-language a {
    width: 102px;
    height: 30px;
    font-size: 13px;
    border-radius: 8px;
  }
}

.header-language a:not(:last-child) {
  margin-right: 5px;
}

.header-language a:hover {
  background-color: #fff;
  color: #111;
}

@media (max-width: 767px) {
  .header-buttons:not(.ui-mobile) {
    display: none !important;
  }
}

.header-buttons:not(.ui-mobile) .btn {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}

.header-buttons.ui-mobile {
  position: absolute;
  display: none;
}

@media (max-width: 1199px) {
  .header-buttons.ui-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.header-buttons.ui-mobile .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-buttons.ui-mobile .btn .icon {
  color: #fff;
  font-size: 28px;
}

.header-buttons.ui-mobile .btn .icon svg {
  fill: #fff;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
  margin-right: -14px;
}

@media (min-width: 1750px) {
  .navigation {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.navigation-item {
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 1750px) {
  .navigation-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.navigation-item.is-triangle>a::after {
  display: block;
}

.navigation-item:not(.is-mega)>a::after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #a08e59;
}

.navigation-item.is-mega>a::after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}

.navigation-item>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  height: 100px;
  letter-spacing: -0.65px;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item>a {
    font-size: 14px;
  }
}

.navigation-item>a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.navigation-item>a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.navigation-item:hover>a::before {
  width: 100%;
}

.navigation-item:hover>a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-item:hover>.navigation-links {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
}

.navigation-item:hover .navigation-dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navigation-links {
  position: absolute;
  background: #a08e59;
  border-radius: 11px;
  min-width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
}

.navigation-links>li {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.navigation-links>li>a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #efe8d4;
  padding: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 11px;
}

.navigation-links>li>a:hover {
  color: #fff;
  background: #786a43;
}

.navigation-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  margin-top: -10px;
}

.navigation-dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.navigation-dropdown__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navigation-dropdown__content:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.navigation-dropdown__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-dropdown__content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}

.navigation-dropdown__card {
  padding-left: 5px;
  padding-right: 5px;
}

.navigation-dropdown__card a {
  display: block;
  position: relative;
}

.navigation-dropdown__card a:hover .navigation-dropdown__cover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navigation-dropdown__card a:hover .navigation-dropdown__body::before,
.navigation-dropdown__card a:hover .navigation-dropdown__body::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.navigation-dropdown__cover {
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
}

.navigation-dropdown__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.navigation-dropdown__body,
.navigation-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 25px;
  border-radius: 15px;
}

.navigation-dropdown__body .title,
.navigation-dropdown__item .title {
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 20px;
}

.navigation-dropdown__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(17, 17, 17, 0.7)));
  background-image: -o-linear-gradient(transparent, rgba(17, 17, 17, 0.7));
  background-image: linear-gradient(transparent, rgba(17, 17, 17, 0.7));
}

.navigation-dropdown__body::before,
.navigation-dropdown__body::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 9;
}

.navigation-dropdown__body::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.navigation-dropdown__body::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.navigation-dropdown__body .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.navigation-dropdown__item {
  height: 150px;
  background-color: rgba(200, 177, 111, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-dropdown__item:hover {
  background-color: #c8b16f;
}

.navigation-dropdown__item:hover .title {
  color: #fff;
}

.navigation-dropdown__item:hover .icon {
  border: 2px solid #fff;
  color: #fff;
}

.navigation-dropdown__item .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #c8b16f;
  color: #c8b16f;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
  font-size: 16px;
}

.navigation-dropdown__item .title {
  color: #c8b16f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.nav-mobile {
  position: fixed;
  background-color: rgba(49, 26, 7, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-mobile.is-visible {
  opacity: 1;
  visibility: visible;
}

.nav-mobile__wrapper {
  background: #f2f7fc;
  width: 750px;
  max-height: 85vh;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity, transform;
}

@media (max-width: 767px) {
  .nav-mobile__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .nav-mobile__wrapper {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__wrapper {
    max-width: 600px;
  }
}

.nav-mobile__wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-mobile__header {
  position: relative;
  z-index: 2;
}

.nav-mobile__header-body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  height: 65px;
  border-bottom: 1px solid rgba(87, 117, 140, 0.06);
}

@media (max-width: 479px) {
  .nav-mobile__header-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nav-mobile__header-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-mobile__header-logo a {
  display: block;
  position: relative;
}

.nav-mobile__header-logo a img {
  width: 95px;
}

.nav-mobile__header-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(125, 151, 173, 0.7);
}

.nav-mobile__header-close .icon {
  font-size: 24px;
}

.nav-mobile__content {
  height: calc(100% - 115px);
  overflow-y: auto;
}

.nav-mobile__content>ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-mobile__content>ul:not(:last-child) {
  border-bottom: 1px solid rgba(87, 117, 140, 0.06);
}

.nav-mobile__content-list>li.is-open>a {
  background: #fff;
}

.nav-mobile__content-list>li.is-open>a .heading .text {
  color: #f58221;
}

.nav-mobile__content-list>li.is-open>a .heading .icon {
  color: rgba(245, 130, 33, 0.3);
}

.nav-mobile__content-list>li>a {
  padding: 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 0;
}

@media (max-width: 479px) {
  .nav-mobile__content-list>li>a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nav-mobile__content-list>li>a .icon.ui-plus {
  color: #f58221;
  font-size: 20px;
}

.nav-mobile__content-list>li>a .icon.ui-plus .fa-secondary {
  opacity: 0.1;
}

.nav-mobile__content-list>li>a .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-mobile__content-list>li>a .heading .text {
  color: #111;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 800;
}

.nav-mobile__content-list>li>a .heading .icon {
  margin-right: 15px;
  font-size: 24px;
  color: rgba(125, 151, 173, 0.2);
}

.nav-mobile__content-other {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 479px) {
  .nav-mobile__content-other {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nav-mobile__sub {
  display: none;
  background: rgba(87, 117, 140, 0.06);
}

.nav-mobile__sub li {
  padding-left: 85px;
}

@media (max-width: 479px) {
  .nav-mobile__sub li {
    padding-left: 48px;
  }
}

.nav-mobile__sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(87, 117, 140, 0.06);
}

.nav-mobile__sub li a {
  color: #7d97ad;
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 9px 5px;
}

.nav-mobile__footer {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  border-top: 1px solid rgba(87, 117, 140, 0.06);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .nav-mobile__footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nav-mobile__footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fac190;
  font-size: 14px;
}

.nav-mobile__footer a:not(:last-child) {
  margin-right: 20px;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.footer {
  background: #934e14;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer>.container {
  position: relative;
}

.footer-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-logo a {
  display: block;
  width: 175px;
  position: relative;
  padding-top: 25px;
}

.footer-logo a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  top: -180px;
  width: 500px;
  height: 300px;
  background-color: #c4681a;
  border-radius: 50%;
}

.footer-logo a img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-content {
  padding-top: 175px;
}

@media (min-width: 480px) {
  .footer-content {
    padding-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .footer-content {
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .footer-content {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .footer-content>.row>div:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-content>.row>div:last-child {
    margin-top: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-content>.row>div:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-content>.row>div:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
}

.footer-heading {
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.footer-heading:not(:last-child) {
  margin-bottom: 7px;
}

.footer-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.footer-contact {
  margin-top: 20px;
}

.footer-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer-contact .item:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 479px) {
  .footer-contact .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-contact .item:hover .icon {
  color: #fff;
}

.footer-contact .item .icon {
  width: 25px;
  font-size: 20px;
  color: #f9b47a;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact .item .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .footer-contact .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer-contact .item .text.ui-number {
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-contact .item .text.ui-number {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .footer-link ul {
    display: none;
  }
}

.footer-link ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fbcda6;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-link ul li a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 7px;
  background: #fff;
  opacity: 0.3;
  height: 1px;
  margin-right: 9px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-link ul li a:hover::before {
  width: 11px;
}

.footer-social {
  margin-top: 10px;
}

@media (max-width: 479px) {
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-social a:not(:last-child) {
  margin-right: 7px;
}

.footer-social a:hover {
  background: #fff;
  color: #111;
}

@media (min-width: 768px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 20px;
  }
}

.footer-item.ui-style-prd:not(:last-child) {
  margin-bottom: 12px;
}

.footer-item.ui-link a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-item.ui-link a:hover {
  color: #fff;
}

.footer-bottom {
  background: #7b4111;
}

.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .footer-bottom .container {
    padding-top: 40px;
    padding-bottom: 40px;

  }
}

@media (max-width: 479px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-bottom .text {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 479px) {
  .footer-bottom .text:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footer-bottom .text strong {
  font-weight: 900;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.form>form>ul>li {
  margin-bottom: 15px;
  position: relative;
}

.form-field.ui-selectbox .form-error {
  right: 50px;
}

.form-field.ui-textarea .form-error {
  top: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-field .heading {
  color: #c8b16f;
  font-size: 13px;
  font-weight: 700;
}

.form-field .icon:not(.arrow) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8b16f;
}

.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error label,
.form-field.is-error select {
  border: 2px solid red !important;
}

.form-field.is-error .icon,
.form-field.is-error label {
  color: red !important;
}

.form-field input,
.form-field textarea {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(87, 117, 140, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: #7d97ad;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border: 2px solid #c8b16f;
}

@media (max-width: 479px) {

  .form-field input,
  .form-field textarea {
    height: 55px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
  /* Edge */
  color: #7d97ad;
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d97ad;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #7d97ad;
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
  color: #7d97ad;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7d97ad;
}

.form-field textarea {
  padding-top: 20px;
  height: 140px;
}

.form-field .icon.arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-group {
  position: relative;
}

.form-footer {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.form-kvkk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-send>input {
  background: #c8b16f;
  height: 60px;
  font-family: inherit;
  min-width: 250px;
  border: 0 none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-send>input:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 479px) {
  .form-send>input {
    min-width: 230px;
    height: 70px;
    font-size: 16px;
  }
}

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 25px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.form-messages.ui-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.form-messages.ui-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

body {
  font-family: "Cerebri Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #57758c;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.ui-bg {
  background: #f2f7fc;
}

body.is-scroll {
  overflow: hidden;
}

.small-title:not(.ui-not) {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.small-title:not(.ui-not):not([class*="ui-color-"]) {
  color: #c8b16f;
}

.small-title:not(.ui-not).ui-color-1 {
  color: #f58221;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.parallax-mirror::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #655423;
  z-index: -1;
}

.parallax-mirror img {
  opacity: 1;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.section-header.ui-txt-pos-center {
  text-align: center;
}

.section-header.ui-txt-pos-center .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.section-header.ui-txt-color-light .title,
.section-header.ui-txt-color-light .text {
  color: #fff;
}

@media (min-width: 992px) {
  .section-header.ui-padding-h {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.section-header:not([class*="ui-txt-color-"]) .title {
  color: #111;
}

.section-header:not([class*="ui-txt-color-"]) .title span:not([class*="ui-color-"]) {
  color: #c8b16f;
}

.section-header:not([class*="ui-txt-color-"]) .title span.ui-color-1 {
  color: #f58221;
}

.section-header:not([class*="ui-txt-color-"]) .text {
  color: #7d97ad;
}

@media (min-width: 480px) {
  .section-header:not([class*="ui-txt-size-"]) .title {
    font-size: 48px;
    letter-spacing: -2px;
  }
}

@media (min-width: 480px) and (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .title {
    font-size: 36px;
  }
}

@media (min-width: 480px) {
  .section-header.ui-txt-size-large .title {
    font-size: 54px;
    letter-spacing: -2.5px;
  }

  .section-header.ui-txt-size-large-1 .title {
    font-size: 60px;
    letter-spacing: -2.5px;
  }

  .section-header.ui-txt-size-small .title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .section-header.ui-txt-size-small .text {
    max-width: 600px;
  }

  .section-header.ui-txt-size-small-1 .title {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .section-header.ui-txt-size-small-1 .text {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.section-header .title {
  line-height: 1.3;
}

.section-header .title:not(.ui-no-font-weight) {
  font-weight: 800;
}

.section-header .spot {
  font-weight: 800;
  font-size: 18px;
}

.section-header .text {
  margin-top: 5px;
}

.section-header .text:not(.ui-no-size) {
  line-height: 1.6;
}

@media (min-width: 480px) {
  .section-header .text:not(.ui-no-size) {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .section-header .text:not(.ui-no-size) {
    font-size: 13px;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hero {
  position: relative;
}

.hero-anchor {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-anchor {
    display: none;
  }
}

.hero-anchor .btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero-anchor .btn::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 20px;
  background: #fff;
  margin-top: 10px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.hero-anchor .btn:hover {
  letter-spacing: 1px;
}

.hero-anchor .btn:hover::before {
  height: 30px;
}

.hero-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-video .button-circle__wrapper {
  width: 50%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
}

@media (min-width: 1750px) {
  .hero-video .button-circle__wrapper {
    padding-right: 120px;
  }
}

.section-categories::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(transparent),
      to(#c8b16f));
  background-image: -o-linear-gradient(right, transparent, #c8b16f);
  background-image: linear-gradient(to left, transparent, #c8b16f);
  width: 50%;
  opacity: 0.15;
  border-bottom-left-radius: 60px;
}

@media (min-width: 768px) {
  .section-categories .container {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 479px) {
  .section-categories .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-categories .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .section-categories .categories {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-categories .categories {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .section-categories .categories:first-child ul li:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .section-categories .section-header {
    padding-left: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-categories .section-header {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-categories .section-header {
    padding-top: 30px;
  }
}

@media (min-width: 480px) {
  .section-categories .section-header .text {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .section-categories .section-header .text {
    margin-top: 8px;
  }
}

@media (min-width: 480px) {
  .section-categories .buttons-container {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .section-categories .buttons-container {
    margin-top: 20px;
  }
}

.section-categories__nav-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 1750px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 1200px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (max-width: 479px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 370px) / 2);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 580px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 768px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-categories__nav-wrapper {
    padding-left: calc((100vw - 992px) / 2);
  }
}

.section-categories__nav-wrapper .owl-stage {
  padding-left: 10px !important;
}

.section-categories__nav-wrapper .item.is-current a,
.section-categories__nav-wrapper .item:not(.is-current):hover a {
  background-color: #7d97ad;
  color: #fff;
}

.section-categories__nav-wrapper .item a {
  background-color: #f2f7fc;
  height: 90px;
  border-radius: 11px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #57758c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section-categories__nav-wrapper .item .icon {
  opacity: 0.5;
  font-size: 32px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-categories__nav-wrapper .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-categories__nav-wrapper .item .desc .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  .section-services .container {
    padding-top: calc((330px / 2) + 70px);
  }
}

@media (max-width: 991px) {
  .section-services .container {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .section-information .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section-information .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-cards .container {
  padding-bottom: 100px;
}

.section-seral.ui-parallax-bleed::before,
.section-seral.ui-parallax-bleed::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 20px;
}

.section-seral.ui-parallax-bleed::before {
  top: -20px;
  right: 0;
  left: 0;
}

.section-seral.ui-parallax-bleed::after {
  right: 0;
  bottom: -20px;
  left: 0;
}

.section-seral__cover {
  overflow: hidden;
  min-height: 700px;
  background: transparent;
}

.section-seral__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.section-seral__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-seral__body>.container {
  height: 100%;
}

.section-seral__body>.container>.row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-seral__body .section-header .title {
  font-weight: 300;
}

.section-seral__body .section-header .title span {
  font-weight: 900;
}

.section-seral__body .buttons-container {
  margin-top: 50px;
}

.section-seral__body .btn {
  height: 60px;
  border: 4px solid #fff;
  min-width: 240px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section-seral__body .btn:hover {
  background-color: #fff;
  color: #111;
}

.section-seral__body .btn:hover .icon {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  color: #111;
}

.section-seral__body .btn .icon {
  margin-left: 25px;
  font-size: 28px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section-seral .typography .title {
  color: #fff;
  line-height: 1.05;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
}

.section-seral .typography h2.title {
  font-size: 7.5vw;
  font-weight: 500;
  letter-spacing: -3.5px;
}

.section-seral .typography h2.title::before {
  content: "";
  width: 25vw;
  height: 5px;
  display: inline-block;
  vertical-align: super;
  background: #fff;
  margin-right: 50px;
}

.section-seral .typography h3.title {
  font-weight: 300;
  font-size: 5.5vw;
  letter-spacing: -1.5px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1750px) {
  .section-seral .typography h3.title {
    padding-left: 120px;
    padding-right: 120px;
    font-size: 5vw;
  }
}

.section-seral .typography h4.title {
  font-size: 6.5vw;
  letter-spacing: -3px;
  margin-top: 15px;
  margin-left: 7vw;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1750px) {
  .section-seral .typography h4.title {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.section-seral .typography h5.title {
  font-size: 10vw;
  letter-spacing: -5px;
  margin-top: 15px;
  margin-left: 15vw;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1750px) {
  .section-seral .typography h5.title {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.section-history {
  overflow: hidden;
  padding-top: 80px;
}

.section-history::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#c8b16f));
  background-image: -o-linear-gradient(transparent, #c8b16f);
  background-image: linear-gradient(transparent, #c8b16f);
  opacity: 0.2;
}

@media (min-width: 768px) {
  .section-history__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .section-history__outer {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .section-history__outer {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .section-history__wrapper {
    max-width: calc(100vw - ((100vw - 1230px) / 2));
  }
}

@media (max-width: 479px) {
  .section-history__wrapper {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-history__wrapper {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .section-history__wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-history__wrapper {
    max-width: calc(100vw - ((100vw - 788px) / 2));
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-history__wrapper {
    max-width: calc(100vw - ((100vw - 1012px) / 2));
  }
}

.section-history .history .owl-history-thumbnail {
  margin-bottom: 55px;
  padding-right: 108px;
  display: none;
}

.section-history .history .owl-history {
  z-index: inherit;
}

@media (min-width: 1200px) {
  .section-history .history .owl-history .owl-stage {
    padding-left: 0 !important;
  }
}

.section-history .history .owl-history .owl-stage .owl-item:not(.active) .item {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
}

.section-history .history .owl-history .owl-stage .owl-item:not(.active) .history-left {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.section-history .siluet-icon {
  position: absolute;
  top: 50%;
  left: calc((49vw / 4) * -1);
  -webkit-transform: rotate(5deg) translateY(-50%);
  -ms-transform: rotate(5deg) translateY(-50%);
  transform: rotate(5deg) translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.section-history .siluet-icon .icon {
  color: #c8b16f;
  font-size: 49vw;
  opacity: 0.1;
}

.history-item {
  position: relative;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .history-item {
    margin-bottom: 120px;
  }
}

.history-item .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-left {
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .history-left {
    height: 29vw;
  }
}

@media (min-width: 768px) {
  .history-left {
    padding: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media (max-width: 991px) {
  .history-left {
    padding: 10px;
    border-radius: 15px;
  }
}

.history-photo {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .history-photo {
    height: 23vw;
  }
}

@media (max-width: 479px) {
  .history-photo {
    height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .history-photo {
    height: 375px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-photo {
    height: 300px;
  }
}

.history-photo img {
  width: 100%;
  height: 100%;
}

.history-photo img:not(.ui-fit-contain) {
  -o-object-fit: cover;
  object-fit: cover;
}

.history-photo img.ui-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.history-photo img.ui-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.history-date {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 5px;
  z-index: 2;
}

@media (min-width: 992px) {
  .history-date {
    right: -40px;
    bottom: -40px;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
    box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
  }
}

@media (max-width: 479px) {
  .history-date {
    width: 90px;
    height: 90px;
    right: 10px;
    bottom: -20px;
    -webkit-box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
    box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .history-date {
    width: 120px;
    height: 120px;
    right: 5px;
    bottom: -20px;
    -webkit-box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
    box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-date {
    width: 90px;
    height: 90px;
    right: 0;
    bottom: -20px;
    -webkit-box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
    box-shadow: 0 10px 20px rgba(200, 177, 111, 0.2);
  }
}

.history-date span {
  display: block;
  font-family: "Bebas Neue", cursive;
  line-height: 0.9;
  letter-spacing: -1.5px;
  padding-right: 3px;
  background: -webkit-linear-gradient(#dac58b, #aa9861);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .history-date span {
    font-size: 48px;
  }
}

@media (max-width: 479px) {
  .history-date span {
    font-size: 32px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .history-date span {
    font-size: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-date span {
    font-size: 32px;
  }
}

.history-summary {
  padding-right: 50px;
}

@media (min-width: 992px) {
  .history-summary {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .history-summary {
    padding-top: 25px;
  }
}

.history-summary .text {
  font-weight: 800;
  color: #c8b16f;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .history-summary .text {
    font-size: 20px;
    letter-spacing: -0.75px;
  }
}

@media (max-width: 479px) {
  .history-summary .text {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
}

.history-summary .buttons-container {
  margin-top: 30px;
}

.history-thumbnail {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#dac58b),
      to(#aa9861));
  background-image: -o-linear-gradient(#dac58b, #aa9861);
  background-image: linear-gradient(#dac58b, #aa9861);
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.history-thumbnail span {
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.8px;
  display: block;
}

.section-about {
  position: relative;
}

@media (min-width: 992px) {
  .section-about {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .section-about__header>div {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-about__header>div {
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .section-about__header .section-header {
    text-align: center;
  }
}

.section-about__middle {
  background-color: #ac5b17;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-about__middle {
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  .section-about__middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .section-about__middle>div>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
}

.section-about__middle-desc {
  position: relative;
}

@media (min-width: 768px) {
  .section-about__middle-desc {
    width: 275px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-desc {
    padding-left: 20px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-desc::before {
    content: "";
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4px;
    background-color: #f8a864;
  }
}

@media (min-width: 992px) {
  .section-about__middle-desc::before {
    top: calc(-1 * 170px - 30px);
    height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-desc::before {
    height: 100%;
    left: 0;
  }
}

@media (max-width: 767px) {
  .section-about__middle-desc {
    text-align: center;
  }
}

.section-about__middle-desc .text {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-about__middle-photos {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-about__middle-photos ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section-about__middle-photos ul li {
  position: relative;
}

@media (max-width: 767px) {
  .section-about__middle-photos ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-about__middle-photos ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-photos ul li:first-child .photo {
    border-radius: 60px;
  }
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
    margin-top: 60px;
  }

  .section-about__middle-photos ul li:first-child .photo {
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li:first-child {
    margin-top: 30px;
  }

  .section-about__middle-photos ul li:first-child .photo {
    height: 270px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-photos ul li:last-child {
    margin-top: -250px;
  }

  .section-about__middle-photos ul li:last-child .photo {
    border-radius: 60px;
  }
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }

  .section-about__middle-photos ul li:last-child .photo {
    height: 640px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li:last-child .photo {
    height: 550px;
  }
}

.section-about__middle-photos ul li:last-child .button-circle__wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about__middle-photos ul li:last-child .button-circle__wrapper .text {
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:not(:last-child) {
    margin-right: 25px;
  }
}

.section-about__middle-photos ul li .photo {
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-about__middle-photos ul li .photo {
    border-radius: 20px;
  }
}

.section-about__middle-photos ul li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .section-about__counter:not(.ui-no-pos-absolute) {
    position: absolute;
    right: 0;
    bottom: calc((-1 * 330px) / 2);
    left: 0;
  }
}

@media (max-width: 991px) {
  .section-about__counter {
    background-color: #faf7f1;
  }
}

.section-about__counter-content {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .section-about__counter-content {
    background-color: #faf7f1;
    border-radius: 20px;
  }
}

.section-about__counter-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .section-about__counter-content .item {
    height: 330px;
  }
}

@media (max-width: 767px) {
  .section-about__counter-content .item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-about__counter-content .item::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -1px;
  bottom: 70px;
  width: 1px;
  background-color: #b49f64;
  opacity: 0.15;
}

.section-about__counter-content .item .heading {
  font-size: 96px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
  background: -webkit-linear-gradient(#c8b16f, #a08e59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-about__counter-content .item .heading {
    font-size: 72px;
  }
}

.section-about__counter-content .item .title {
  color: #50472c;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 20px;
}

.section-about-02::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(transparent),
      to(#c8b16f));
  background-image: -o-linear-gradient(right, transparent, #c8b16f);
  background-image: linear-gradient(to left, transparent, #c8b16f);
  width: 50%;
  opacity: 0.15;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}

@media (min-width: 768px) {
  .section-about-02 .container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .section-about-02 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-about-02 .section-header {
    text-align: center;
  }
}

.section-about-02 .section-header .small-title {
  margin-bottom: 5px;
}

.section-about-02 .section-header .spot {
  margin-top: 15px;
}

.section-about-02 .section-header .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.section-about-02__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .section-about-02__list {
    row-gap: 15px;
  }
}

@media (max-width: 479px) {
  .section-about-02__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 10px;
  }
}

.section-about-02__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .section-about-02__list li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 479px) {
  .section-about-02__list li:not(:last-child) {
    margin-right: 15px;
  }
}

.section-about-02__list li .icon {
  color: #c8b16f;
}

@media (min-width: 480px) {
  .section-about-02__list li .icon {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .section-about-02__list li .icon {
    font-size: 16px;
    margin-right: 7px;
  }
}

.section-about-02__list li .text {
  font-weight: 800;
}

@media (min-width: 768px) {
  .section-about-02__list li .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-about-02__list li .text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .section-about-02__right {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .section-about-02__right>div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.section-about-02__right .photo {
  overflow: hidden;
  border-radius: 11px;
}

@media (min-width: 768px) {
  .section-about-02__right .photo:not([class*="ui-size-"]) {
    height: 420px;
  }
}

.section-about-02__right .photo.ui-size-small {
  width: calc(100% - 87px);
}

@media (min-width: 768px) {
  .section-about-02__right .photo.ui-size-small {
    height: 320px;
  }
}

.section-about-02__right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-about-02__right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-about-02__right .item:not(:last-child) {
  margin-bottom: 10px;
}

.section-about-02__right .item .figure {
  width: 87px;
  height: 87px;
}

.section-about-02__right .item .figure.ui-1 {
  background: rgba(204, 216, 166, 0.3);
  margin-left: 10px;
  border-top-right-radius: 999px;
}

.section-about-02__right .item .figure.ui-2 {
  background: rgba(245, 130, 33, 0.3);
  margin-right: 10px;
  border-bottom-left-radius: 999px;
}

.section-about-02__right .item .figure.ui-3 {
  background: rgba(105, 74, 87, 0.3);
  position: absolute;
  right: -97px;
  border-bottom-right-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-02__right .item .figure.ui-3 {
    display: none;
  }
}

.section-about-02__note {
  background: #fff;
  position: absolute;
  bottom: 65px;
  left: 50px;
  -webkit-box-shadow: 0 20px 50px rgba(200, 177, 111, 0.3);
  box-shadow: 0 20px 50px rgba(200, 177, 111, 0.3);
  height: 156px;
  width: 55%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 11px;
}

@media (max-width: 767px) {
  .section-about-02__note {
    display: none;
  }
}

.section-about-02__note .icon {
  color: #c8b16f;
  font-size: 36px;
  margin-top: 5px;
}

.section-about-02__note .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .section-areaV1 .container {
    max-width: 1100px;
  }
}

@media (min-width: 768px) {
  .section-areaV1 .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .section-areaV1 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-areaV1 .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .section-areaV1 .container>.row {
    margin-top: 70px;
  }
}

@media (max-width: 479px) {
  .section-areaV1 .container>.row {
    margin-top: 50px;
  }
}

.section-areaV1 .page-content__description {
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .section-areaV1 .page-content__description {
    margin-top: 30px;
  }
}

.section-areaV1__experience .heading {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.section-areaV1__experience .heading .number {
  font-size: 144px;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -8px;
  color: #c8b16f;
}

.section-areaV1__experience .heading .text {
  padding-left: 25px;
  padding-bottom: 5px;
  width: 100px;
  font-size: 13px;
  color: #7d97ad;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
}

.section-areaV1__experience .spot {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.75px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .section-areaV1__experience .spot {
    max-width: 450px;
  }
}

.section-areaV1__experience .spot strong {
  color: #c8b16f;
  font-weight: 800;
}

@media (min-width: 480px) {
  .section-photos {
    padding-bottom: 100px;
  }
}

@media (max-width: 479px) {
  .section-photos {
    padding-bottom: 60px;
  }
}

.section-photos .section-header .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .section-photos .section-header .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-photos .section-header .title span {
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 480px) {
  .section-photos .section-header .title span {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .section-photos__list {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .section-photos__list {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-photos__list .row {
    row-gap: 10px;
  }
}

.section-photos__list .item {
  position: relative;
}

@media (min-width: 768px) {
  .section-photos__list .item:not(.ui-no-gutter) {
    margin-bottom: 20px;
  }
}

.section-photos__list .item .button-circle__wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.section-photos__list .item .figure {
  overflow: hidden;
  border-radius: 15px;
  background-color: #111;
}

@media (min-width: 480px) {
  .section-photos__list .item .figure:not([class*="ui-small-"]) {
    height: 480px;
  }

  .section-photos__list .item .figure.ui-height-small {
    height: calc(460px / 2);
  }
}

.section-photos__list .item .figure img,
.section-photos__list .item .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section-photos .page-content__description {
  text-align: center;
}

@media (min-width: 480px) {
  .section-photos .page-content__description {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .section-photos .page-content__description {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-photos .page-content__description {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.section-catalog {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.section-catalog::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(60%, rgba(125, 160, 151, 0.08)),
      to(transparent));
  background-image: -o-linear-gradient(left,
      rgba(125, 160, 151, 0.08) 60%,
      transparent);
  background-image: linear-gradient(to right,
      rgba(125, 160, 151, 0.08) 60%,
      transparent);
}

@media (min-width: 1400px) {
  .section-catalog::before {
    right: 50px;
    left: 50px;
  }
}

@media (min-width: 1750px) {
  .section-catalog::before {
    right: 120px;
    left: 120px;
  }
}

@media (max-width: 1199px) {
  .section-catalog::before {
    right: 10px;
    left: 10px;
  }
}

.section-catalog__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-catalog__wrapper>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .section-catalog__wrapper .description {
    padding-left: calc(100px + 50px);
  }
}

@media (max-width: 767px) {
  .section-catalog__wrapper .description {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-catalog__wrapper .description {
    padding-left: 50px;
  }
}

@media (max-width: 479px) {
  .section-catalog__wrapper .description {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-catalog__wrapper .description {
    max-width: 600px;
  }
}

.section-catalog__wrapper .description .title {
  color: #111;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.2;
}

.section-catalog__wrapper .description .text {
  color: #111;
  font-weight: 300;
  font-size: 24px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .section-catalog__wrapper .description .text {
    padding-right: 6.5vw;
  }
}

.section-catalog__wrapper .description .buttons-container {
  margin-top: 30px;
}

.section-catalog__wrapper .photo {
  background-color: rgba(125, 160, 151, 0.3);
  border-top-left-radius: 250px;
  border-bottom-left-radius: 140px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-catalog__wrapper .photo {
    margin-left: 30px;
  }
}

.section-catalog__wrapper .photo img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.55;
}

.section-values .container {
  padding-bottom: 40px;
}

.section-values__list {
  margin-top: 60px;
}

.section-values__list ul {
  row-gap: 40px;
}

.section-values__list .item .icon {
  color: #f58221;
  font-size: 32px;
}

.section-values__list .item .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

.section-values__list .item .description .title {
  color: #f58221;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.section-values__list .item .description .text {
  color: #57758c;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

.section-contact {
  position: relative;
  z-index: 1;
}

.section-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-image: url(../images/bg-world.png);
  height: 100%;
  width: 80%;
}

@media (min-width: 768px) {
  .section-contact .container {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .section-contact .container {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .section-contact .container>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .section-contact__left {
    margin-top: 30px;
  }
}

.section-contact__left .image img {
  width: 100%;
}

.section-contact__right {
  padding-top: 45px;
}

@media (min-width: 1200px) {
  .section-contact__right {
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact__right {
    padding-top: 0;
  }
}

.section-contact__right .section-header .text {
  font-size: 18px;
}

.section-contact__list {
  margin-top: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact__list {
    margin-top: 30px;
  }
}

.section-contact__list ul li:not(:last-child) {
  margin-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact__list ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-contact__list .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact__list .item .icon {
  color: #c8b16f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .section-contact__list .item .icon {
    font-size: 42px;
    width: 50px;
  }
}

@media (max-width: 479px) {
  .section-contact__list .item .icon {
    font-size: 32px;
    width: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact__list .item .icon {
    font-size: 32px;
    width: 40px;
  }
}

.section-contact__list .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.55;
}

@media (min-width: 480px) {
  .section-contact__list .item .desc {
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .section-contact__list .item .desc {
    padding-left: 15px;
  }
}

.section-contact__list .item .desc .small-title {
  color: #111;
}

.section-contact__list .item .desc .title {
  color: #694a57;
  font-weight: 800;
}

@media (min-width: 480px) {
  .section-contact__list .item .desc .title {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 479px) {
  .section-contact__list .item .desc .title {
    font-size: 20px;
    letter-spacing: -0.65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact__list .item .desc .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.inner-page__header {
  position: relative;
}

.inner-page__header .info {
  position: absolute;
  bottom: 60px;
  color: #fff;
  text-align: left;
  z-index: 5;
  left: 10px;
}

@media (min-width: 1400px) {
  .inner-page__header .info {
    left: 50px;
  }
}

@media (min-width: 1750px) {
  .inner-page__header .info {
    left: 120px;
  }
}

@media (max-width: 767px) {
  .inner-page__header .info {
    display: none;
  }
}

.inner-page__header .info>div:last-child {
  margin-top: -5px;
}

.inner-page__header .info .heading {
  font-weight: 800;
  line-height: 1;
}

.inner-page__header .info .heading:not([class*="ui-txt-size-"]) {
  font-size: 20px;
  letter-spacing: -1px;
}

.inner-page__header .info .heading.ui-txt-size-large {
  font-size: 32px;
  letter-spacing: -1px;
}

.inner-page__header .info .text {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-page__header .info .text .number {
  font-family: "Bebas Neue", cursive;
  line-height: 0.85;
  font-size: 108px;
  letter-spacing: -3px;
  margin-right: 5px;
}

.inner-page__header .info .text .heading {
  margin-bottom: 8px;
}

@media (max-width: 479px) {
  .inner-page__header:not(:has(> .row)) .inner-page__material {
    height: calc(min(90vw, 350px));
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__header:not(:has(> .row)) .inner-page__material {
    height: calc(min(80vw, 480px));
  }
}

@media (min-width: 768px) {
  .inner-page__header:not(:has(> .row)) .inner-page__material {
    height: 520px;
  }
}

@media (min-width: 992px) {
  .inner-page__header:has(> .row) .inner-page__material:not([class*="ui-height-"]) {
    height: 520px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__header:has(> .row) .inner-page__material:not([class*="ui-height-"]) {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .inner-page__header:has(> .row) .inner-page__material.ui-height-large {
    height: 600px;
  }
}

.inner-page__material {
  background-color: #111;
}

.inner-page__material img,
.inner-page__material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page__material.ui-cover img {
  opacity: 0.7;
}

.inner-page__material.ui-video video {
  opacity: 0.7;
  display: block;
}

.inner-page__heading {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.inner-page__heading-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

@media (min-width: 768px) {
  .inner-page__heading-triangle {
    top: 0;
    left: calc(-1 * 175px);
    border-color: transparent transparent #7b4111 transparent;
  }
}

@media (min-width: 992px) {
  .inner-page__heading-triangle {
    border-width: 0 0 520px 175px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading-triangle {
    border-width: 0 0 350px 175px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading-triangle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border-width: 0 0 20px 100vw;
    border-color: transparent transparent #7b4111 transparent;
  }
}

.inner-page__heading:not([class*="ui-pos-"]) {
  position: absolute;
}

@media (min-width: 768px) {
  .inner-page__heading:not([class*="ui-pos-"]) .container {
    padding-top: calc(100px - 50px);
  }
}

@media (max-width: 767px) {
  .inner-page__heading:not([class*="ui-pos-"]) .container {
    padding-top: calc(70px - 30px);
  }
}

.inner-page__heading.ui-pos-relative {
  background: #7b4111;
}

.inner-page__heading.ui-pos-relative:not([class*="ui-height-"]) {
  height: 100%;
}

@media (min-width: 1400px) {
  .inner-page__heading.ui-pos-relative:not([class*="ui-height-"]) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading.ui-pos-relative:not([class*="ui-height-"]) {
    padding-right: calc((100vw - 768px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading.ui-pos-relative:not([class*="ui-height-"]) {
    padding-right: calc((100vw - 992px) / 2);
  }
}

@media (min-width: 1750px) {
  .inner-page__heading.ui-pos-relative:not([class*="ui-height-"]) {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative .container.ui-txt-pos-right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .inner-page__heading.ui-pos-relative .container.ui-txt-pos-right {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative .container:not([class*="ui-padding-"]) {
    padding-top: calc(100px - 50px);
  }
}

@media (max-width: 767px) {
  .inner-page__heading.ui-pos-relative .container:not([class*="ui-padding-"]) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative .container.ui-padding-v1 {
    padding-top: calc(100px + 40px);
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading.ui-pos-relative .container.ui-padding-v1 {
    padding-top: calc(70px + 20px);
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .inner-page__heading.ui-height-header {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading.ui-height-header {
    height: 70px;
  }
}

.inner-page__heading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.inner-page__heading .container:not(.ui-no-center) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.inner-page__heading .container:not(.ui-no-center) .title {
  max-width: 900px;
}

.inner-page__heading .container:not(.ui-no-center) .text {
  max-width: 600px;
}

.inner-page__heading .container .title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .inner-page__heading .container .title {
    font-size: 27px;
    letter-spacing: 3px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading .container .title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .container .title {
    font-size: 42px;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading .container .title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading .container .title {
    font-size: 42px;
    letter-spacing: 2px;
  }
}

.inner-page__heading .container .text {
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: inherit;
}

@media (min-width: 992px) {
  .inner-page__heading .container .text {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading .container .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .container .text {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading .container .text {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading .container .text {
    font-size: 18px;
  }
}

.inner-page__wrapper {
  margin-bottom: 70px;
}

.inner-page__wrapper.ui-mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.ui-mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 1200px) {
  .inner-page__row>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }
}

@media (max-width: 767px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}

@media (min-width: 1200px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 73%);
    flex: 0 0 calc(100% - 73%);
    max-width: calc(100% - 73%);
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 67%);
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

@media (min-width: 768px) {
  .inner-page__sidebar>div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar>div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .inner-page__content:not(.ui-no-pt) {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__content:not(.ui-no-pt) {
    padding-top: 10px;
  }
}

.inner-page__content:not(.ui-no-height) {
  min-height: 700px;
}

@media (min-width: 768px) {
  .inner-page__content .timeline {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .inner-page__content .timeline {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__content [class*="page-content__sub-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

.categories-items>.categories ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .categories-items>.categories:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .categories-items>.categories:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page-content__header:not([class*="ui-view-"]) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      to(#fef3e9));
  background-image: -o-linear-gradient(left, transparent, #fef3e9);
  background-image: linear-gradient(to right, transparent, #fef3e9);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.page-content__header:not([class*="ui-view-"]) .title {
  color: #49270a;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
}

.page-content__header:not([class*="ui-view-"]) .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #934e14;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.page-content__header:not([class*="ui-view-"]) .date .icon {
  margin-right: 3px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  opacity: 0.3;
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 16px;
}

.page-content__header.ui-view-1 .small-title {
  font-size: 16px;
  color: #f8a864;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .page-content__header.ui-view-1 .small-title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .page-content__header.ui-view-1 .small-title {
    font-size: 14px;
  }
}

.page-content__header.ui-view-1 .title {
  color: #49270a;
  margin-top: 7px;
  font-weight: 800;
  line-height: 1.3;
}

@media (min-width: 480px) {
  .page-content__header.ui-view-1 .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

@media (max-width: 479px) {
  .page-content__header.ui-view-1 .title {
    font-size: 24px;
    letter-spacing: -0.75px;
  }
}

.page-content__header.ui-view-1 .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8a864;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 15px;
}

.page-content__header.ui-view-1 .date .icon {
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ac5b17;
  width: 35px;
  height: 35px;
  align-items: center;
  background: #fef3e9;
  border-radius: 50%;
  font-size: 13px;
}

.page-content__heading {
  font-weight: 800;
  font-size: 16px;
}

.page-content__heading:not(.ui-bg) {
  margin-bottom: 5px;
}

.page-content__heading:not(.ui-bg):not([class*="ui-color-"]) {
  color: #111;
}

.page-content__heading:not(.ui-bg).ui-color-1 {
  color: #c8b16f;
}

.page-content__heading:not(.ui-bg).ui-color-2 {
  color: #694a57;
}

.page-content__heading:not(.ui-bg).ui-color-3 {
  color: #f58221;
}

.page-content__heading.ui-bg {
  padding: 10px 20px;
  color: #f58221;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.page-content__heading.ui-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: currentColor;
  border-radius: 11px;
  z-index: -1;
  opacity: 0.1;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .page-content__photo {
    height: auto !important;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-content__photo.ui-small,
.page-content__photo.ui-large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.ui-small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.ui-large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.ui-large {
    height: 250px;
  }
}

.page-content__photo.ui-auto {
  height: auto;
}

.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 18px;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #57758c !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  font-family: "Cerebri Sans", sans-serif !important;
  font-style: normal !important;
}

.page-content__description * {
  color: #57758c !important;
  font-family: "Cerebri Sans", sans-serif !important;
  font-style: normal !important;
}

.page-content__description.ui-txt-center {
  text-align: center;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}

.page-content__description h5 {
  font-weight: 700;
  font-size: 14px;
}

.page-content__description>p:not(:last-child) {
  margin-bottom: 20px;
}

.page-content__description strong {
  font-weight: 800;
}

.page-content__description img {
  max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
  padding-left: 20px;
}

.page-content__description ul li {
  list-style: disc;
}

.page-content__description ol li {
  list-style: decimal;
}

.page-content__description table {
  width: 100% !important;
  border: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(87, 117, 140, 0.08) !important;
  line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
  border-right: 0 none !important;
}

.page-content__gallery {
  display: inline-block;
  width: 100%;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-content__other {
  display: inline-block;
  width: 100%;
}

.page-content__cards ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .page-content__cards ul {
    row-gap: 20px;
  }
}

.page-content__cards .card {
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.15);
  box-shadow: 0 10px 35px rgba(87, 117, 140, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  height: 430px;
  position: relative;
}

@media (min-width: 480px) {
  .page-content__cards .card {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 479px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-content__cards .card:hover .more {
  color: #fff;
}

.page-content__cards .card:hover .more::after {
  height: 100%;
}

.page-content__cards .card .figure {
  text-align: center;
}

.page-content__cards .card .figure .icon {
  color: #f58221;
  font-size: 54px;
  border-radius: 20px;
  width: 110px;
  height: 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(245, 130, 33, 0.1);
}

.page-content__cards .card .title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 25px;
  letter-spacing: -0.5px;
}

.page-content__cards .card .text {
  font-size: 14px;
  color: #57758c;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 15px;
}

.page-content__cards .card .more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  color: #f58221;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(87, 117, 140, 0.08);
  cursor: pointer;
}

.page-content__cards .card .more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f58221;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  z-index: -1;
  height: 0;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.page-content__cards .card .more .icon {
  font-size: 20px;
  margin-left: 10px;
}

.page-content__information {
  margin-top: 70px;
}

.page-content__information ul li:not(:last-child) {
  border-bottom: 1px solid rgba(125, 151, 173, 0.15);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-content__information .heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content__information .heading .icon {
  color: rgba(125, 151, 173, 0.3);
  font-size: 60px;
}

.page-content__information .heading .icon .fa-secondary {
  opacity: 0.5;
}

.page-content__information .heading .desc {
  padding-left: 20px;
  line-height: 1.4;
}

.page-content__information .heading .desc .small-title {
  color: #f8a864;
  letter-spacing: 2px;
}

.page-content__information .heading .desc .title {
  color: #7b4111;
  font-size: 32px;
  letter-spacing: -1.5px;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .page-content__information .content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .page-content__information .content {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .page-content__sub-paragraph .container {
    padding-left: 350px;
  }
}

.page-content__sub-paragraph .desc {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-content__sub-paragraph .desc {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-content__sub-paragraph .desc::before {
    content: "";
    position: absolute;
    top: 8px;
    left: calc(-1 * 350px);
    background-color: #7d97ad;
    height: 3px;
    width: calc(350px - 75px);
  }
}

.page-content__sub-image {
  position: relative;
}

@media (min-width: 1200px) {
  .page-content__sub-image {
    margin-right: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__sub-image {
    margin-right: calc((100vw - 748px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__sub-image {
    margin-right: calc((100vw - 972px) / 2);
  }
}

@media (min-width: 1750px) {
  .page-content__sub-image {
    margin-right: calc((100vw - 1230px) / 2);
  }
}

.page-content__sub-image .topwhite {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .page-content__sub-image .topwhite {
    height: 8vw;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .topwhite {
    display: none;
  }
}

.page-content__sub-image .bottomwhite {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100px;
  border-top-left-radius: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .page-content__sub-image .bottomwhite {
    height: 8vw;
    border-top-left-radius: 8vw;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .bottomwhite {
    display: none;
  }
}

.page-content__sub-image .topcorner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .page-content__sub-image .topcorner {
    width: 8vw;
    height: 8vw;
    margin-top: 8vw;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .topcorner {
    display: none;
  }
}

.page-content__sub-image .topcorner .circle {
  width: 200px;
  height: 200px;
  margin-top: -100px;
  border-top: 100px solid #fff;
  border-right: 100px solid #fff;
  border-top-right-radius: 200px;
}

@media (min-width: 1200px) {
  .page-content__sub-image .topcorner .circle {
    width: 16vw;
    height: 16vw;
    margin-top: -8vw;
    border-top-width: 8vw;
    border-right-width: 8vw;
    border-top-right-radius: 16vw;
  }
}

.page-content__sub-image .bottomcorner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 100px;
}

@media (min-width: 1200px) {
  .page-content__sub-image .bottomcorner {
    width: 8vw;
    height: 8vw;
    margin-bottom: 8vw;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .bottomcorner {
    display: none;
  }
}

.page-content__sub-image .bottomcorner .circle {
  width: 200px;
  height: 200px;
  border-right: 100px solid #fff;
  border-bottom: 100px solid #fff;
  border-bottom-right-radius: 200px;
}

@media (min-width: 1200px) {
  .page-content__sub-image .bottomcorner .circle {
    width: 16vw;
    height: 16vw;
    border-right-width: 8vw;
    border-bottom-width: 8vw;
    border-bottom-right-radius: 16vw;
  }
}

.page-content__sub-image .sub-cover img,
.page-content__sub-image .sub-cover video {
  width: 100%;
  display: block;
}

.page-content__sub-image .sub-cover.ui-video {
  background-color: #111;
}

.page-content__sub-image .sub-cover.ui-video video {
  opacity: 0.75;
}

.page-content__sub-image .sub-body {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(80%, rgba(0, 0, 0, 0.4)),
      to(transparent));
  background-image: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.4) 80%,
      transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 80%, transparent);
}

@media (min-width: 768px) {
  .page-content__sub-image .sub-body {
    position: absolute;
    padding: 60px 6vw 160px;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .sub-body {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .page-content__sub-image .sub-body {
    padding-left: calc((100vw - 390px) / 2);
    padding-right: calc((100vw - 390px) / 2);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__sub-image .sub-body {
    padding-left: calc((100vw - 600px) / 2);
    padding-right: calc((100vw - 600px) / 2);
  }
}

.page-content__sub-image .sub-body .desc {
  color: #fff !important;
  font-weight: normal;
}

.page-content__sub-image .sub-body .desc * {
  color: #fff !important;
}

@media (min-width: 768px) {
  .page-content__sub-image .sub-body .desc {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .page-content__sub-image .sub-body .desc {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .page-content__sub-image .sub-body {
    padding-bottom: 12vw;
  }
}

.sidebar-nav {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sidebar-nav {
    margin-top: 40px;
  }
}

.sidebar-nav::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#fef3e9));
  background-image: -o-linear-gradient(transparent, #fef3e9);
  background-image: linear-gradient(transparent, #fef3e9);
  z-index: -1;
  border-bottom-right-radius: 15px;
}

@media (min-width: 992px) {
  .sidebar-nav::before {
    left: calc(-1 * ((100vw - 1230px) / 2));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav::before {
    left: calc(-1 * ((100vw - 748px) / 2));
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-nav::before {
    left: calc(-1 * ((100vw - 972px) / 2));
  }
}

@media (max-width: 767px) {
  .sidebar-nav::before {
    left: 0;
    border-bottom-left-radius: 15px;
  }
}

.sidebar-nav .heading {
  font-size: 32px;
  color: #49270a;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.sidebar-nav ul li.is-current a::before,
.sidebar-nav ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.sidebar-nav ul li.is-current a {
  font-weight: 600;
}

.sidebar-nav ul li:not(.is-current):hover a::before {
  background-color: #fde6d3;
}

.sidebar-nav ul li:not(.is-current):not(:last-child) {
  border-bottom: 1px solid #f4efe2;
}

.sidebar-nav ul li a {
  color: #49270a;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .sidebar-nav ul li a {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .sidebar-nav ul li a {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.sidebar-nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  bottom: 1px;
  background-color: #fac190;
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .sidebar-nav ul li a::before {
    right: 20px;
    left: -35px;
  }
}

@media (max-width: 767px) {
  .sidebar-nav ul li a::before {
    left: 10px;
    right: 10px;
  }
}

.sidebar-box {
  color: #fff;
  border-radius: 15px;
  padding: 40px 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-box {
    padding: 30px 35px;
  }
}

.sidebar-box:not([class*="ui-color-"]) {
  background: #694a57;
}

.sidebar-box .title {
  font-size: 48px;
  font-family: "Bebas Neue", cursive;
  line-height: 1.15;
}

.sidebar-box .text {
  font-size: 14px;
  margin-top: 12px;
}

.sidebar-box .btn {
  margin-top: 25px;
}

.sidebar-boxV2 {
  text-align: center;
  border-radius: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.sidebar-boxV2:not([class*="ui-color-"]) {
  background: rgba(125, 160, 151, 0.08);
}

.sidebar-boxV2:not([class*="ui-color-"]) .photo {
  background-color: rgba(125, 160, 151, 0.3);
}

.sidebar-boxV2:not([class*="ui-color-"]) .title {
  color: #7da097;
}

.sidebar-boxV2.ui-color-1 {
  background: rgba(105, 74, 87, 0.08);
}

.sidebar-boxV2.ui-color-1 .photo {
  background-color: rgba(105, 74, 87, 0.3);
}

.sidebar-boxV2.ui-color-1 .title {
  color: #694a57;
}

.sidebar-boxV2 .small-title {
  color: #111;
  font-weight: 600;
  font-size: 14px;
}

.sidebar-boxV2 .title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
}

.sidebar-boxV2 .photo {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 95%;
}

.sidebar-boxV2 .photo img {
  width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.sidebar-boxV2 .buttons-container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 480px) {
  .contact-item .container {
    padding-top: 70px;
  }
}

@media (max-width: 479px) {
  .contact-item .container {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-address>ul>li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.contact-address__item {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
  box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
}

.contact-address__item:not([class*="ui-style-size-"]) {
  padding: 25px;
  border-radius: 15px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__header iframe {
  height: 220px;
  border-radius: 11px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information {
  padding-top: 20px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .title {
  font-size: 18px;
  letter-spacing: -0.5px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information ul {
  margin-top: 15px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information ul li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .item .icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .item .desc .small-title {
  font-size: 11px;
}

.contact-address__item.ui-style-size-large {
  border-radius: 15px;
}

@media (min-width: 480px) {
  .contact-address__item.ui-style-size-large {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .contact-address__item.ui-style-size-large {
    padding: 10px;
  }
}

.contact-address__item.ui-style-size-large .contact-address__header iframe {
  height: 300px;
  border-radius: 15px;
}

.contact-address__item.ui-style-size-large .contact-address__information {
  padding-top: 25px;
}

.contact-address__item.ui-style-size-large .contact-address__information .title {
  font-size: 22px;
  letter-spacing: -0.75px;
}

.contact-address__item.ui-style-size-large .contact-address__information ul {
  margin-top: 25px;
  row-gap: 25px;
}

@media (min-width: 1200px) {
  .contact-address__item.ui-style-size-large .contact-address__information ul li.col-12 .item .text {
    padding-right: 75px;
  }
}

.contact-address__item.ui-style-size-large .contact-address__information .item .icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.contact-address__item.ui-style-size-large .contact-address__information .item .desc .small-title {
  font-size: 12px;
}

.contact-address__header iframe {
  width: 100%;
  display: block;
}

.contact-address__information .title {
  color: #111;
  font-weight: 800;
}

.contact-address__information .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-address__information .item .icon {
  background-color: #f2f7fc;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(125, 151, 173, 0.75);
}

.contact-address__information .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.contact-address__information .item .desc .small-title {
  text-transform: uppercase;
  color: rgba(125, 151, 173, 0.6);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.contact-address__information .item .desc .text {
  color: #57758c;
  line-height: 1.4;
  margin-top: 3px;
  font-size: 14px;
}

.contact-map {
  background: #fff;
  padding: 25px;
  border-radius: 11px;
  -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
  box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

.contact-form__left .photo {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contact-form__left .photo {
    height: 680px;
  }
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
  }
}

.contact-form__left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form__right {
  background: #fff;
  -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
  box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1);
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  height: 100%;
  padding: 75px;
}

.timeline ul {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .timeline ul::before {
    content: "";
    position: absolute;
    top: calc(320px / 2);
    right: 0;
    bottom: calc(165px / 2);
    left: 0;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(200, 177, 111, 0.1);
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .timeline ul::before {
    bottom: calc(120px / 2);
    width: 90px;
  }
}

.timeline ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline ul li:not(:last-child) {
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .timeline ul li:nth-child(odd) .timeline-left {
    padding-right: 65px;
  }

  .timeline ul li:nth-child(odd) .timeline-footer {
    padding-left: 65px;
  }

  .timeline ul li:nth-child(odd) .timeline-date:not(.ui-no-shape)::before {
    right: 135px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .timeline ul li:nth-child(odd) .timeline-date:not(.ui-no-shape)::before {
    right: 100px;
  }
}

@media (min-width: 768px) {
  .timeline ul li:nth-child(odd) .timeline-date:not(.ui-no-shape)::after {
    right: -17px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e4d8b7;
  }
}

@media (min-width: 768px) {
  .timeline ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .timeline ul li:nth-child(even) .timeline-left {
    padding-left: 65px;
  }

  .timeline ul li:nth-child(even) .timeline-footer {
    text-align: right;
    padding-right: 65px;
  }

  .timeline ul li:nth-child(even) .timeline-date:not(.ui-no-shape)::before {
    left: 135px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .timeline ul li:nth-child(even) .timeline-date:not(.ui-no-shape)::before {
    left: 100px;
  }
}

@media (min-width: 768px) {
  .timeline ul li:nth-child(even) .timeline-date:not(.ui-no-shape)::after {
    left: -17px;
    border-width: 20px 20px 20px 0;
    border-color: transparent #e4d8b7 transparent transparent;
  }
}

.timeline-photo {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: rgba(200, 177, 111, 0.1);
}

@media (min-width: 768px) {
  .timeline-photo {
    border-radius: 40px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .timeline-photo {
    border-radius: 20px;
  }
}

.timeline-photo img {
  width: 100%;
  height: 100%;
}

.timeline-photo img:not(.ui-fit-contain) {
  -o-object-fit: cover;
  object-fit: cover;
}

.timeline-photo img.ui-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.timeline-photo img.ui-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.timeline-date {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  -webkit-box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
  box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-date {
    width: 120px;
    height: 120px;
  }
}

.timeline-date:not(.ui-no-shape) {
  padding-top: 5px;
}

.timeline-date:not(.ui-no-shape)::before,
.timeline-date:not(.ui-no-shape)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.timeline-date:not(.ui-no-shape)::before {
  width: 115px;
  height: 5px;
  background-color: rgba(200, 177, 111, 0.15);
}

.timeline-date::after {
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-date__wrapper {
  text-align: center;
}

@media (max-width: 767px) {
  .timeline-date__wrapper {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}

.timeline-date span {
  display: block;
  letter-spacing: -1.5px;
  padding-right: 3px;
  background: -webkit-linear-gradient(#dac58b, #aa9861);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline-date span:not([class*="ui-txt-size-"]) {
  font-size: 54px;
  line-height: 0.9;
  font-family: "Bebas Neue", cursive;
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-date span:not([class*="ui-txt-size-"]) {
    font-size: 42px;
  }
}

.timeline-date span.ui-txt-size-large {
  font-size: 120px;
  line-height: 1;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 700;
}

.timeline-footer .text {
  font-size: 24px;
  font-weight: 300;
  color: #8c7c4e;
  letter-spacing: -1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (max-width: 767px) {
  .timeline-footer .text {
    text-align: center;
  }
}

.timelineV2 ul {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .timelineV2 ul::before {
    content: "";
    position: absolute;
    top: calc(280px / 2);
    right: 0;
    bottom: calc((450px / 2) + (150px / 2));
    left: 0;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(200, 177, 111, 0.1);
  }
}

.timelineV2 ul li:nth-child(odd) .timelineV2-item {
  right: calc(-1 * 75px);
}

.timelineV2 ul li:nth-child(odd) .timelineV2-left {
  padding-right: 50px;
}

.timelineV2 ul li:nth-child(odd) .timelineV2-footer {
  padding-right: 50px;
}

.timelineV2 ul li:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.timelineV2 ul li:nth-child(even) .timelineV2-item {
  left: calc(-1 * 75px);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.timelineV2 ul li:nth-child(even) .timelineV2-left {
  padding-left: 50px;
}

.timelineV2 ul li:nth-child(even) .timelineV2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.timelineV2 ul li:nth-child(even) .timelineV2-footer {
  padding-left: 50px;
}

.timelineV2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 450px;
  position: relative;
}

.timelineV2-header {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timelineV2-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}

.timelineV2-photo {
  overflow: hidden;
  height: 280px;
  border-radius: 40px;
  width: 100%;
}

.timelineV2-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.timelineV2-date {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
  box-shadow: 0 20px 30px rgba(200, 177, 111, 0.5);
}

.timelineV2-date span {
  display: block;
  font-family: "Bebas Neue", cursive;
  line-height: 0.9;
  letter-spacing: -1.5px;
  padding-right: 3px;
  background: -webkit-linear-gradient(#dac58b, #aa9861);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}

.timelineV2-footer {
  padding-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}

.timelineV2-footer .text {
  font-size: 20px;
  font-weight: 700;
  color: #c8b16f;
  letter-spacing: -0.75px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (max-width: 767px) {
  .personnel-single {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .personnel-single {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel-single {
    max-width: 600px;
  }
}

.personnel-single ul {
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .personnel-single ul {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .personnel-single ul {
    margin-top: 10px;
  }
}

.personnel-single ul li:not(:last-child) {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__photo {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 100px;
  }
}

@media (min-width: 1750px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__description {
    padding-right: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 992px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__description {
    padding-left: 85px;
  }
}

@media (min-width: 1200px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__description {
    padding-right: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__description {
    padding-right: calc((100vw - 748px) / 2);
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .personnel-single ul li:nth-child(odd) .personnel-single__description {
    padding-right: calc((100vw - 972px) / 2);
  }
}

@media (min-width: 768px) {
  .personnel-single ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .personnel-single ul li:nth-child(even) .personnel-single__photo {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 100px;
  }
}

@media (min-width: 1750px) {
  .personnel-single ul li:nth-child(even) .personnel-single__description {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 992px) {
  .personnel-single ul li:nth-child(even) .personnel-single__description {
    padding-right: 85px;
  }
}

@media (min-width: 1200px) {
  .personnel-single ul li:nth-child(even) .personnel-single__description {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .personnel-single ul li:nth-child(even) .personnel-single__description {
    padding-left: calc((100vw - 748px) / 2);
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .personnel-single ul li:nth-child(even) .personnel-single__description {
    padding-left: calc((100vw - 972px) / 2);
  }
}

.personnel-single__photo {
  overflow: hidden;
  position: sticky;
  top: 40px;
  background-color: rgba(200, 177, 111, 0.1);
}

@media (min-width: 768px) {
  .personnel-single__photo {
    height: 42vw;
  }
}

@media (max-width: 767px) {
  .personnel-single__photo {
    border-radius: 20px;
  }
}

.personnel-single__photo img {
  width: 100%;
  height: 100%;
}

.personnel-single__photo img:not(.ui-fit-contain) {
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel-single__photo img.ui-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.personnel-single__photo img.ui-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.personnel-single__description {
  padding-top: 55px;
}

.personnel-single__description .section-header {
  border-bottom: 3px solid #e9e0c5;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .detail-product {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .detail-product {
    margin-top: 10px;
  }
}

.detail-product__materials:last-child {
  position: sticky;
  top: 30px;
}

.detail-product__materials>a {
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .detail-product__materials>a {
    padding-right: 10px;
  }
}

.detail-product__materials>a>.figure {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.detail-product__materials .figure {
  overflow: hidden;
  background-color: #f6f6f6;
}

@media (min-width: 992px) {
  .detail-product__materials .figure:not([class*="ui-size-small"]) {
    height: calc(100vh - 160px);
  }
}

@media (min-width: 992px) {
  .detail-product__materials .figure.ui-size-small {
    height: 250px;
  }
}

.detail-product__materials .figure img,
.detail-product__materials .figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1750px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 1200px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 768px) {
  .detail-product__materials-thumbnail {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 390px) / 2);
    padding-right: calc((100vw - 390px) / 2);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 600px) / 2);
    padding-right: calc((100vw - 600px) / 2);
  }
}

@media (max-width: 767px) {
  .detail-product__materials-thumbnail {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 748px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__materials-thumbnail {
    padding-left: calc((100vw - 972px) / 2);
  }
}

@media (min-width: 768px) {
  .detail-product__materials-thumbnail ul {
    row-gap: 30px;
    margin-left: calc(-1 * 15px);
    margin-right: calc(-1 * 15px);
  }
}

@media (max-width: 767px) {
  .detail-product__materials-thumbnail ul {
    row-gap: 10px;
    margin-left: calc(-1 * 5px);
    margin-right: calc(-1 * 5px);
  }
}

.detail-product__materials-thumbnail ul li {
  padding-left: 15px;
  padding-right: 15px;
}

.detail-product__materials-thumbnail .figure {
  border-radius: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__materials-thumbnail .figure {
    height: 175px;
  }
}

.detail-product__right {
  position: sticky;
  top: 0;
  padding-top: 30px;
}

@media (min-width: 1750px) {
  .detail-product__right {
    padding-right: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 1200px) {
  .detail-product__right {
    padding-right: calc((100vw - 1230px) / 2);
  }
}

@media (min-width: 992px) {
  .detail-product__right {
    padding-left: calc(30px + 20px);
  }
}

@media (max-width: 479px) {
  .detail-product__right {
    padding-left: calc((100vw - 390px) / 2);
    padding-right: calc((100vw - 390px) / 2);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__right {
    padding-left: calc((100vw - 600px) / 2);
    padding-right: calc((100vw - 600px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__right {
    padding-right: calc((100vw - 748px) / 2);
    padding-left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__right {
    padding-right: calc((100vw - 972px) / 2);
  }
}

@media (max-width: 767px) {
  .detail-product__right>div {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.detail-product__right-header .title {
  color: #111;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

.detail-product__info {
  margin-top: 20px;
  border: 1px solid rgba(87, 117, 140, 0.1);
  border-radius: 11px;
}

.detail-product__info ul li:not(:last-child) {
  border-bottom: 1px solid rgba(87, 117, 140, 0.1);
}

.detail-product__info ul li:nth-child(-n + 1) .item {
  border-right: 1px solid rgba(87, 117, 140, 0.1);
}

.detail-product__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.detail-product__info .item .icon {
  background-color: #f2f7fc;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(125, 151, 173, 0.75);
  width: 40px;
  height: 40px;
}

.detail-product__info .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}

.detail-product__info .item .desc .small-title {
  color: rgba(125, 151, 173, 0.6);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  font-size: 11px;
  margin-bottom: 3px;
}

.detail-product__info .item .desc .title {
  color: #57758c;
  font-weight: 600;
}

.detail-product__info .item .desc .title:not([class*="ui-txt-size-"]) {
  font-size: 16px;
  letter-spacing: 0.2px;
}

.detail-product__info .item .desc .title.ui-txt-size-small {
  font-size: 13px;
  line-height: 1.3;
}

.detail-product__item {
  margin-top: 30px;
}

.detail-product__item .buttons-container {
  margin-top: 20px;
}

@media (max-width: 479px) {
  .detail-product__actions ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.detail-product__other.ui-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.detail-product__other.ui-bg .section-header {
  margin-bottom: 50px;
}

.detail-product__other.ui-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 10px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#f2f7fc));
  background-image: -o-linear-gradient(#fff, #f2f7fc);
  background-image: linear-gradient(#fff, #f2f7fc);
  z-index: -1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 1750px) {
  .detail-product__other.ui-bg::after {
    right: 120px;
    left: 120px;
  }
}

@media (min-width: 1400px) {
  .detail-product__other.ui-bg::after {
    right: 50px;
    left: 50px;
  }
}

.detail-product__other:not(.ui-bg) .section-categories::after {
  display: none;
}

.ui-no-scroll {
  overflow: hidden;
}

.ui-no-scroll-y {
  overflow-y: hidden;
}

.ui-no-scroll-x {
  overflow-x: hidden;
}

.ui-pos-relative {
  position: relative;
}

.ui-pos-inherit {
  position: inherit;
}

.ui-pos-sticky {
  position: sticky;
  top: 20px;
}

.ui-text-center {
  text-align: center;
}

.ui-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ui-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ui-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ui-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ui-align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.ui-z-index {
  position: relative;
  z-index: 9;
}

.ui-hidden {
  display: none;
}

@media (max-width: 479px) {
  .ui-xs-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .ui-sm-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .ui-md-hidden {
    display: none;
  }
}

.ui-pv-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-pv-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-pv-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui-pv-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-pv-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ui-pv-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ui-pv-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ui-pv-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ui-pv-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ui-pv-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ui-pv-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ui-pv-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ui-pv-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ui-pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ui-pt-0 {
  padding-top: 0 !important;
}

.ui-pb-0 {
  padding-bottom: 0 !important;
}

.ui-pt-5px {
  padding-top: 5px !important;
}

.ui-pt-10px {
  padding-top: 10px !important;
}

.ui-pt-15px {
  padding-top: 15px !important;
}

.ui-pt-20px {
  padding-top: 20px !important;
}

.ui-pt-25px {
  padding-top: 25px !important;
}

.ui-pt-30px {
  padding-top: 30px !important;
}

.ui-pt-40px {
  padding-top: 40px !important;
}

.ui-pt-50px {
  padding-top: 50px !important;
}

.ui-pt-60px {
  padding-top: 60px !important;
}

.ui-pt-70px {
  padding-top: 70px !important;
}

.ui-pt-80px {
  padding-top: 80px !important;
}

.ui-pt-90px {
  padding-top: 90px !important;
}

.ui-pt-100px {
  padding-top: 100px !important;
}

.ui-pb-5px {
  padding-bottom: 5px;
}

.ui-pb-10px {
  padding-bottom: 10px;
}

.ui-pb-15px {
  padding-bottom: 15px;
}

.ui-pb-20px {
  padding-bottom: 20px;
}

.ui-pb-25px {
  padding-bottom: 25px;
}

.ui-pb-30px {
  padding-bottom: 30px;
}

.ui-pb-40px {
  padding-bottom: 40px;
}

.ui-pb-50px {
  padding-bottom: 50px;
}

.ui-pb-60px {
  padding-bottom: 60px;
}

.ui-pb-70px {
  padding-bottom: 70px;
}

.ui-pb-80px {
  padding-bottom: 80px;
}

.ui-pb-90px {
  padding-bottom: 90px;
}

.ui-pb-100px {
  padding-bottom: 100px;
}

.ui-mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ui-mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ui-mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ui-mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ui-mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ui-mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ui-mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ui-mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ui-mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.ui-mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-mt-0 {
  margin-top: 0 !important;
}

.ui-mb-0 {
  margin-bottom: 0 !important;
}

.ui-ml-0 {
  margin-left: 0 !important;
}

.ui-mr-0 {
  margin-right: 0 !important;
}

.ui-mt-5px {
  margin-top: 5px;
}

.ui-mt-10px {
  margin-top: 10px;
}

.ui-mt-15px {
  margin-top: 15px;
}

.ui-mt-20px {
  margin-top: 20px;
}

.ui-mt-25px {
  margin-top: 25px;
}

.ui-mt-30px {
  margin-top: 30px;
}

.ui-mt-40px {
  margin-top: 40px;
}

.ui-mt-50px {
  margin-top: 50px;
}

.ui-mt-60px {
  margin-top: 60px;
}

.ui-mt-70px {
  margin-top: 70px;
}

.ui-mt-80px {
  margin-top: 80px;
}

.ui-mt-90px {
  margin-top: 90px;
}

.ui-mt-100px {
  margin-top: 100px;
}

.ui-mb-5px {
  margin-bottom: 5px;
}

.ui-mb-10px {
  margin-bottom: 10px;
}

.ui-mb-15px {
  margin-bottom: 15px;
}

.ui-mb-20px {
  margin-bottom: 20px;
}

.ui-mb-25px {
  margin-bottom: 25px;
}

.ui-mb-30px {
  margin-bottom: 30px;
}

.ui-mb-40px {
  margin-bottom: 40px;
}

.ui-mb-50px {
  margin-bottom: 50px;
}

.ui-mb-60px {
  margin-bottom: 60px;
}

.ui-mb-70px {
  margin-bottom: 70px;
}

.ui-mb-80px {
  margin-bottom: 80px;
}

.ui-mb-90px {
  margin-bottom: 90px;
}

.ui-mb-100px {
  margin-bottom: 100px;
}

/* 11 haziran salı 2024 sonrası güncelleme.*/

.chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 22500;
  color: #fff;
}

#chat-icon {
  font-size: 30px;
  cursor: pointer;
  background-color: #1566aa;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite alternate ease-in-out;
}

#chat-icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

#chat-box {

  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: rgb(219 214 201 / 31%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

#chat-box.hidden {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 0;
  height: 0;
}

.hidden {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}

#chat-header {
  background-color: #1566aa;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  padding: 8px;
  justify-content: start;
  align-items: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#chat-header img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

#chat-content {
  padding: 10px;
  flex-grow: 1;
  overflow-y: auto;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: white;
  padding: 2rem;
}

#chat-input-container {
  display: flex;
  padding: 20px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1294117647);
  letter-spacing: 1px;
  font-size: 12px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#user-input {
  flex-grow: 1;
  padding: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-size: 13px;
  color: black;
  background: rgba(25, 27, 41, 0);
}

#send-btn {
  background-color: #1566aa;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}

#send-btn:hover {
  background-color: #0056b3;
}

.bot-response {
  padding: 10px;
  margin-top: 5px;
  background-color: #1566aa;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .4px;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.bot-response:nth-child(1) {
  max-width: 100%;
  background-color: #fff;
  color: black;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000 !important;
}

.bot-response.hidden {
  display: none !important;
}

.typing-indicator {
  display: flex;
  align-items: center;
  padding: 10px;
}

.typing-indicator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0;
  animation: typing 1s infinite;
}

.typing-indicator span:nth-child(1) {
  animation-delay: 0s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

.first-message-typing-indicator {
  display: flex;
  align-items: center;
  padding: 10px;
}

.first-message-typing-indicator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0;
  animation: typing 1s infinite;
}

.first-message-typing-indicator span:nth-child(1) {
  animation-delay: 0s;
}

.first-message-typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.first-message-typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

#first-message-typing-indicator-template.hidden {
  display: none !important;
}

#bot-message {
  padding: 10px;
  margin-top: 5px;
  background-color: #1566aa;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1.2rem;
}

.user-message {
  padding: 10px;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.5411764706) !important;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #000;
  margin-bottom: 1.2rem;
}

.bot-response label {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(32, 32, 34, 0.2039215686);
  color: gray;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
}

.bot-response a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bot-response a .icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1566aa;
  border-radius: 5px;
  color: #fff;
}

.bot-response a:hover {
  color: #1566aa;
}

@keyframes typing {

  0%,
  60%,
  100% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }
}

#close-btn {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
}

.video-popup-container {
  width: 300px;
  height: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 22000;
}

.video-popup-container .popup-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-popup-container .popup-relative .close-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #0056b3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-container .popup-relative video {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px #0000008a;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-popup-container.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

#fixed-wrapper {
  width: 100%;
}

@media(max-width:768px) {
  .video-popup-container {
    display: none !important;
  }


}

@media(max-width:600px) {
  .chat-container {
    right: 0;
    width: 100%;
    margin: auto;

  }

  #chat-icon {
    margin-left: 20px;
  }

  #chat-box {

    width: 100%;
    height: 380px;

  }


}

.video-slider-container {
  max-width: 90%;
  height: 500px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
}

.slick-list {
  height: 100%;
  padding-top: 4rem;
  margin: auto;
}

.main-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.video-slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.video-item-relative.wow.fadeInDown {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.video-slider video {
  width: 90%;
  height: 400px;
  min-height: 400px;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

.play-png {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-png:hover img {
  transform: translateY(-30px);
}

.play-png img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  z-index: 12000;
  transition: .4s;
}

.video-title {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 300;
  color: black;
}

.slider-title.wow.fadeInDown {
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: 600;
  color: gray;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a4a3a347;
  /* font-family: "Playfair Display", serif; */
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 2rem;
  /* 300px genişlik için yarısı kadar sola */
  top: calc(50% - 200px);
  /* 600px yükseklik için yarısı kadar yukarıya */
  width: 350px;
  height: 540px;
  background-color: #fff;
  border: 2px solid silver;
  border-radius: 2em;
  overflow: hidden;
  z-index: 13000;
}

.modal video {
  object-fit: cover;
}

.close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 25px;
  background-color: #444;
  font-weight: bold;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 13100;
}

#prev-btn,
#next-btn {
  margin-top: 1rem;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  background-color: #444;
  font-weight: bold;
  color: white;
  border: none;
  cursor: pointer;
}

#prev-btn {
  left: 50px;
  /* Geri butonunu sağa kaydır */
}

#next-btn:hover,
#prev-btn:hover {
  background-color: #ddd;
  /* Buton hover rengi */
}

.progress-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  z-index: 15000;
  left: 0;
}

.progress-bar-container {
  width: 100%;
  height: 100%;
  background-color: #cccccc8d;
  position: relative;
  /* İlerleme çubuğunu içerik içinde konumlandırmak için */
}

.progress-bar {
  height: 100%;
  background-color: #444;
  position: absolute;
  /* İlerleme çubuğunu ilerleme durumuna göre pozisyonlandırmak için */
  top: 0;
  left: 0;
}


.blog-page-wrapper {
  width: 100%;
  margin: auto;



  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 140px;
  position: relative;


}

.blog-page-wrapper:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7b4111;
}

.blog-page-wrapper .blog-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.blog-page-wrapper .blog-page-title .title-sec {
  display: flex;
  flex-direction: column;
}

.blog-page-wrapper .blog-page-title .title-sec .page-sub-title {
  font-size: 17px;
  font-weight: 300;
  margin-top: 0.5rem;
  color: rgba(68, 68, 68, 0.7960784314);
  letter-spacing: 1px;
}

.blog-page-wrapper .blog-page-title .title-text {
  font-size: 1.4rem;
  max-width: 60ch;
  color: rgba(68, 68, 68, 0.7960784314);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;

}

.blog-page-wrapper .blog-page-title .title-text span {
  color: #444;
  font-weight: 900;
}

.blog-page-wrapper .blog-page-title .title-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.blog-page-wrapper .blog-page-title .title-icons .icons-title {
  font-size: 13px;
  color: rgba(68, 68, 68, 0.7960784314);
  letter-spacing: 0.4px;
}

.blog-page-wrapper .blog-page-title .title-icons .users {
  display: flex;
  align-items: center;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(68, 68, 68, 0.7960784314);
  border-radius: 50%;
  overflow: hidden;
  transition: 0.4s;
  background-color: #121111;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles:hover {
  cursor: pointer;
  transform: translateY(-5px);
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles:nth-child(1) {
  z-index: 4;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles:nth-child(2) {
  z-index: 3;
  margin-left: -10px;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles:nth-child(3) {
  z-index: 2;
  margin-left: -10px;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles:nth-child(4) {
  z-index: 1;
  margin-left: -10px;
}

.blog-page-wrapper .blog-page-title .title-icons .user-profiles img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-page-wrapper .blogs-wrapper {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative:nth-child(1) {
  flex: 2 62%;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative {
  position: relative;
  flex: 1 1 30%;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-img-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative img {
  width: 100%;
  height: 400px;
  max-height: 400px !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .content-title {
  font-size: 17px;
  font-weight: 500;
  transition: 0.4s;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .content-desc {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 1rem;
  max-width: 30ch;
}

#main-page>div>div.blogs-wrapper>a:nth-child(1)>div.blog-content>div.content-desc {
  max-width: 50ch;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative .content-tag {
  font-size: 11px;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative:hover {
  cursor: pointer;
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative:hover .blog-img-wrapper img {
  transform: scale(1.1);
}

.blog-page-wrapper .blogs-wrapper .blog-item-relative:hover .content-title {
  transform: translateX(10px);
}

.best-blogs {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

.best-blogs .best-blogs-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(68, 68, 68, 0.7960784314);
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2117647059);
  width: -moz-max-content;
  width: max-content;
}

.best-blogs .best-blogs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-top: 40px;
}

.best-blogs .best-blogs-wrapper .blog-item-relative {
  position: relative;
  flex: 1 22.5%;
  min-width: 250px;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .blog-img-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .blog-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.best-blogs .best-blogs-wrapper .blog-item-relative img {
  width: 100%;
  height: 400px;
  max-height: 400px !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .content-title {
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.4s;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .content-desc {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 1rem;
  max-width: 30ch;
}

.best-blogs .best-blogs-wrapper .blog-item-relative .content-tag {
  font-size: 11px;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
}

.best-blogs .best-blogs-wrapper .blog-item-relative:hover {
  cursor: pointer;
}

.best-blogs .best-blogs-wrapper .blog-item-relative:hover .blog-img-wrapper img {
  transform: scale(1.1);
}

.best-blogs .best-blogs-wrapper .blog-item-relative:hover .content-title {
  transform: translateX(10px);
}

@media (max-width: 1200px) {
  .blog-page-wrapper .blogs-wrapper .blog-item-relative .content-desc {
    max-width: 80%;
  }

  .blog-page-wrapper .blogs-wrapper {
    padding: 30px;
    gap: 15px;
  }
}

@media (max-width: 850px) {
  .blog-page-wrapper .blog-page-title {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }

  .blog-page-wrapper .blog-page-title .title-icons {
    align-items: start;
  }

  .blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-img-wrapper {
    height: 300px;
  }

  .blog-page-wrapper .blogs-wrapper .blog-item-relative .content-desc {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .blog-page-wrapper .blogs-wrapper .blog-item-relative {
    flex: 1 1 40% !important;
  }

  .blog-page-wrapper {
    width: 100%;
  }

  .blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-img-wrapper {
    height: 240px;
  }

  .best-blogs .best-blogs-wrapper {
    margin-bottom: 50px;
  }

  .blog-page-wrapper {
    /* margin-top: 80px !important; */
    padding: 0 10px;
    padding-top: 130px;
  }
}

@media (max-width: 568px) {
  .blog-page-wrapper .blogs-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    gap: 10px;
  }

  .blog-page-wrapper .blogs-wrapper .blog-item-relative .blog-content {
    left: 0;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .blog-page-wrapper .blogs-wrapper .blog-item-relative {
    flex: 1 1 100% !important;
  }
}

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


.blog-details-wrapper {
  margin: auto;
  margin-top: 130px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 50px;
  border-radius: 20px;
}

.blog-details-wrapper .blog-title {
  width: max-content;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444444cb;
}

.blog-details-wrapper .blog-detail-row {
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .blog-details-wrapper .blog-detail-row {
    padding-bottom: 50px;
    gap: 1.5rem;
  }
}

.blog-details-wrapper .blog-detail-row .col-6 {
  flex: 1 1 calc(90% / 2);
}

@media (max-width: 768px) {
  .blog-details-wrapper .blog-detail-row .col-6 {
    flex: 1 1 calc(90% / 1);
  }
}




.blog-details-wrapper .blog-detail-row .blog-detail-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden !important;
  border-radius: 20px;
  position: relative;
}

.blog-details-wrapper:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7b4111;
}

.blog-details-wrapper .blog-detail-row .blog-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-details-wrapper .blog-detail-row .blog-detail-text {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  color: #444444ae;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.blog-details-wrapper .same-blogs {
  width: 90%;
  margin: auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-details-wrapper .same-blogs .same-blog-title {
  font-size: 2rem;
  font-weight: 600;
  color: #444444cb;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #44444454;
  width: max-content;
}

.blog-details-wrapper .same-blogs .same-blogs-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item {
  flex: 1 1 calc(90% / 5);
  position: relative;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  border-radius: 20px;
  z-index: 0;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item:hover {
  cursor: pointer;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item:hover img {
  transform: scale(1.1);
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .same-blog-img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden !important;
  border-radius: 20px;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .same-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .see-all-icon-font-awesome {
  font-size: 14px;
  color: #444444cb;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .see-all {
  margin-top: 10px;
  margin-bottom: 20px;
}

.blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .same-title {
  font-size: 14px;
  font-weight: 500;
  color: #444444cb;
  letter-spacing: 0.5px;
  padding: 1rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white !important;
  z-index: 500;
}

.same-blog-item.all-blogs {
  background-color: #444444ae;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  max-height: 200px;
}

.same-blog-item.all-blogs .see-all-icon-font-awesome i {
  color: white;
  font-size: 14px !important;
  transition: 0.4s;
}

.same-blog-item.all-blogs .see-all {
  color: white;
  font-size: 14px !important;
  transition: 0.4s;
}

.same-blog-item.all-blogs:hover {
  background-color: #444444cb;
}

.same-blog-item.all-blogs:hover .see-all-icon-font-awesome i {
  color: white;
  font-size: 14px !important;
  padding-left: 6px;
}

.same-blog-item.all-blogs:hover .see-all {
  color: white;
  font-size: 16px !important;
  padding-bottom: 6px;
}

@media (max-width: 1000px) {
  .blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item {
    flex: 1 1 calc(90% / 3) !important;
  }
}

@media (max-width: 850px) {
  .blog-details-wrapper .col-6 {
    max-width: 100%;
    gap: 1rem;
  }

  .blog-details-wrapper .blog-detail-row .blog-detail-text {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item {
    flex: 1 1 calc(90% / 2) !important;
  }

  .blog-details-wrapper {
    background-color: transparent !important;
  }

  .same-blog-item.all-blogs {
    padding: 2rem;
    margin-bottom: 2rem !important;
  }

  .blog-details-wrapper {
    margin-top: 90px !important;
    padding: 10px;
    padding-top: 60px;
    width: 100%;
  }

  .blog-details-wrapper .same-blogs .same-blog-title {
    font-size: 1.4rem;
  }

  .blog-details-wrapper .same-blogs .same-blogs-row .same-blog-item .see-all {
    margin: 0 !important;
  }
}

@media (max-width: 500px) {
  .blog-details-wrapper .same-blogs {
    width: 100%;
  }

  .blog-details-wrapper .blog-detail-row .blog-detail-text {
    text-align: justify;
  }

  .blog-details-wrapper .same-blogs {
    margin-top: 30px;

  }
}

@media (max-width: 500px) {
  .blog-details-wrapper .same-blogs {
    width: 100%;
  }

  .blog-details-wrapper .same-blogs {
    margin-top: 30px;
  }

  .blog-details-wrapper {
    padding: 0 !important;
    background-color: transparent !important;
  }
}

@media (max-width: 375px) {
  .same-blog-item {
    flex: 1 1 calc(90% / 1) !important;
  }

  .blog-details-wrapper .blog-title {
    width: 100%;
    font-size: 3rem;
  }
}


.services.referanslar.ui-list .service-cover {
  height: 260px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec !important;
}

.services.referanslar.ui-list .service-cover img {
  width: 80% !important;
  height: 56% !important;
  object-fit: contain !important;
}

.services.referanslar.ui-list .service-body {

  padding-bottom: 20px !important;
}