/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Roboto-Black.woff") format('woff'), url("../fonts/Roboto-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff") format('woff'), url("../fonts/Roboto-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Roboto-SemiBold.woff") format('woff'), url("../fonts/Roboto-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff") format('woff'), url("../fonts/Roboto-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff") format('woff'), url("../fonts/Roboto-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-Light.woff") format('woff'), url("../fonts/Roboto-Light.woff2") format('woff2');
}
@font-face {
  font-family: "BentonModDisp";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/BentonModDisp-Black.woff") format('woff'), url("../fonts/BentonModDisp-Black.woff2") format('woff2');
}
@font-face {
  font-family: "BentonModDisp";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/BentonModDisp-Bold.woff") format('woff'), url("../fonts/BentonModDisp-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "BentonModDisp";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/BentonModDisp-Semibold.woff") format('woff'), url("../fonts/BentonModDisp-Semibold.woff2") format('woff2');
}
@font-face {
  font-family: "BentonModDisp";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BentonModDisp-Regular.woff") format('woff'), url("../fonts/BentonModDisp-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "BentonModDisp";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/BentonModDisp-Light.woff") format('woff'), url("../fonts/BentonModDisp-Light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  display: grid;
}
.row1540, .row1480, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .grid-1 {
    grid-template-columns: 1fr;
  }
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1380px) {
  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-5 {
    grid-template-columns: 1fr;
  }
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-6 {
    grid-template-columns: 1fr;
  }
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #dc9e4a;
  color: #fff;
}
body ::selection {
  background: #dc9e4a;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #dc9e4a;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'BentonModDisp', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 40px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 80px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
a {
  color: #dc9e4a;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #dc9e4a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #d89335;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #dc9e4a;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  border: none;
  outline: 0;
  background: #dc9e4a;
  appearance: none;
  min-width: 220px;
  border: 1px solid #dc9e4a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .btn {
    font-size: 16px;
    padding: 20px 25px;
  }
}
.btn:hover {
  background: #d48b29;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #b67823;
}
.btn.black {
  background-color: #000;
  border-color: #000;
}
.btn.white {
  background-color: #fff;
  border-color: #fff !important;
}
.btn.white span {
  color: #222 !important;
}
.btn.white.transparent {
  border-color: #fff;
  color: #fff;
}
.btn.transparent {
  border-color: #fff;
  background-color: transparent;
}
.btn.transparent span {
  color: #fff;
}
.btn.transparent:hover {
  background-color: #fff !important;
}
.btn.transparent:hover span {
  color: #222 !important;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul li {
  padding-left: 20px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
}
.wys ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dc9e4a;
}
.wys ul.list-with-icon li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 0;
}
.wys ul.list-with-icon li:before {
  position: relative;
  display: inline-block;
  background-color: transparent;
  top: auto;
  left: auto;
  width: 40px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'%3E%3Ccircle cx='20' cy='20.0188' r='19.5' stroke='%23DC9E4A'/%3E%3Cpath d='M14.3093 13.9001C8.51622 16.1895 8.55793 16.1756 8.74794 16.3609C8.8638 16.4768 19.8799 20.7913 20.005 20.7728C20.2182 20.7403 31.1045 16.4258 31.1601 16.3563C31.313 16.1524 31.3779 16.1848 25.5848 13.9001C22.5308 12.6906 19.9864 11.7081 19.9355 11.7081C19.8845 11.7128 17.3541 12.6999 14.3093 13.9001Z' fill='%23DC9E4A'/%3E%3Cpath d='M29.847 17.7696L29.416 17.9364V21.2268V24.5217L29.2445 24.582C28.9804 24.6793 28.6096 25.0778 28.5123 25.3698C28.3593 25.8332 28.4381 26.4218 28.693 26.7369L28.7996 26.8759L28.6745 27.0613C28.4381 27.4228 28.4289 27.4923 28.4057 28.8965C28.3964 29.7909 28.4057 30.2729 28.4428 30.3887C28.5308 30.6853 28.6096 30.7039 29.8516 30.7039C30.4495 30.7039 30.9917 30.6853 31.0566 30.6575C31.2976 30.5695 31.3161 30.449 31.3161 29.0633C31.3161 28.3172 31.2929 27.6916 31.2651 27.5526C31.2373 27.4228 31.1446 27.2142 31.0612 27.0891C30.9361 26.8991 30.9176 26.8528 30.9732 26.8064C31.0056 26.7786 31.0937 26.6396 31.1632 26.5006C31.3393 26.1298 31.3393 25.634 31.1585 25.2679C31.0195 24.9805 30.6997 24.6654 30.4541 24.5773L30.2965 24.5217L30.2873 21.0599L30.2734 17.6028L29.847 17.7696Z' fill='%23DC9E4A'/%3E%3Cpath d='M13.2812 21.8985C13.2812 23.9978 13.2952 24.7532 13.3369 24.8412C13.4017 24.9803 13.754 25.1749 14.5233 25.4854C15.5475 25.9025 16.7246 26.2315 17.823 26.3984C18.6155 26.5188 20.46 26.5698 21.2757 26.491C22.958 26.3288 24.5615 25.8932 26.0352 25.2027C26.4013 25.0312 26.4987 24.9664 26.5543 24.8412C26.6192 24.7068 26.6284 24.3222 26.6284 21.8799C26.6284 19.7621 26.6145 19.0716 26.5728 19.0716C26.545 19.0716 25.062 19.6462 23.2824 20.346C21.5027 21.0458 20.0058 21.6204 19.9548 21.6204C19.8992 21.6204 18.4023 21.0458 16.6227 20.346C14.8431 19.6462 13.3647 19.0716 13.3369 19.0716C13.2952 19.0716 13.2812 19.7991 13.2812 21.8985Z' fill='%23DC9E4A'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Roboto', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.some .fa:hover {
  background-color: #dc9e4a;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #37444e;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #dc9e4a;
  background: #dc9e4a;
}
#top {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1280px) {
  #top {
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  #top {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 300px;
  }
}
#top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#top .section-divider {
  content: '';
  position: absolute;
  top: calc(100% - 70px);
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 150px;
  background-color: #dc9e4a;
  z-index: 5;
}
@media (max-width: 768px) {
  #top .section-divider {
    display: none;
  }
}
#top .top-hero-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
#top .top-hero-title * {
  color: #fff;
}
#top .breadcrumbs-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#top .breadcrumbs-wrapper .flex {
  justify-content: flex-end;
}
#top .breadcrumbs-wrapper .breadcrumbs {
  background-color: #fff;
  padding: 15px 35px;
  color: #dc9e4a;
}
@media (max-width: 768px) {
  #top .breadcrumbs-wrapper .breadcrumbs {
    padding: 13px 20px;
  }
}
#top .breadcrumbs-wrapper .breadcrumbs span {
  color: #dc9e4a;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #top .breadcrumbs-wrapper .breadcrumbs span {
    font-size: 15px;
  }
}
#top .breadcrumbs-wrapper .breadcrumbs a {
  color: #dc9e4a;
  text-decoration: none;
}
#top .breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #dc9e4a;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #dc9e4a;
  -webkit-box-shadow: 0 7px 0 0 #dc9e4a, 0 -7px 0 0 #dc9e4a;
  box-shadow: 0 7px 0 0 #dc9e4a, 0 -7px 0 0 #dc9e4a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #dc9e4a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #dc9e4a;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #dc9e4a;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #dc9e4a;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 30px 0;
  will-change: transform, opacity;
}
@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
}
@media (max-width: 576px) {
  header #logo {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-basis: 120px;
    flex-basis: 120px;
    max-width: 120px;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
header .phone-number {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 18px;
}
@media (max-width: 576px) {
  header .phone-number {
    grid-template-columns: 1fr;
  }
}
header .phone-number .icon {
  aspect-ratio: 1;
  background-color: #dc9e4a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 576px) {
  header .phone-number .icon {
    display: none;
  }
}
header .phone-number .phone {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
header .phone-number .phone:hover {
  color: #dc9e4a;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1380px) {
  .main_nav .level_a {
    gap: 25px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #dc9e4a;
}
.main_nav .level_a > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.main_nav .level_a > li.menu-item-has-children .fa-solid {
  display: block;
  font-size: 14px;
  color: #000;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  bottom: -15px;
  transform: translateY(110%);
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 25px;
  padding: 10px 0;
  border-top: 3px solid #e4b575;
  border-bottom: 3px solid #e4b575;
  background: #dc9e4a;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #edcc9f;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #1c242b;
  color: #fff;
}
footer .top-footer-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #dc9e4a;
}
@media (max-width: 768px) {
  footer .top-footer-wrapper {
    gap: 20px;
    padding: 20px 0;
  }
  footer .top-footer-wrapper #f-logo {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  footer .top-footer-wrapper .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .top-footer-wrapper .footer_nav .level_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1280px) {
  footer .top-footer-wrapper .footer_nav .level_a {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  footer .top-footer-wrapper .footer_nav .level_a {
    justify-content: center;
    flex-direction: column;
  }
}
footer .top-footer-wrapper .footer_nav .level_a li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
footer .top-footer-wrapper .footer_nav .level_a li a:hover {
  color: #dc9e4a;
}
footer .bottom-footer-wrapper {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
}
@media (max-width: 1280px) {
  footer .bottom-footer-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer .bottom-footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper .col {
    text-align: center;
  }
}
footer .bottom-footer-wrapper .col .col-title h4 {
  color: #dc9e4a;
  margin-bottom: 20px;
}
footer .bottom-footer-wrapper .col .links {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 15px;
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper .col .links {
    justify-content: center;
  }
}
footer .bottom-footer-wrapper .col .links a {
  color: #fff;
  text-decoration: none;
}
footer .bottom-footer-wrapper .col .links a:hover {
  color: #dc9e4a;
}
footer .bottom-footer-wrapper .col .links a.phone, footer .bottom-footer-wrapper .col .links a.mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper .col .some {
    justify-content: center;
  }
}
footer .bottom-footer-wrapper .col.last {
  text-align: right;
}
@media (max-width: 1024px) {
  footer .bottom-footer-wrapper .col.last {
    text-align: left;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper .col.last {
    text-align: center;
  }
}
footer .bottom-footer-wrapper .col.last .sec-logo {
  max-width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  footer .bottom-footer-wrapper .col.last .sec-logo {
    margin-bottom: 20px;
  }
}
footer .bottom-footer-wrapper .col.last .sec-logo img {
  max-width: 100%;
  object-fit: cover;
}
footer .bottom-footer-wrapper .col.last .copyright {
  font-size: 16px;
  color: #787f85;
  max-width: 210px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  footer .bottom-footer-wrapper .col.last .copyright {
    margin-left: 0;
    max-width: 100%;
  }
}
.accent-text {
  color: #dc9e4a !important;
}
.h-100 {
  height: 100% !important;
}
.hp-top-banner--section {
  min-height: 1000px;
  padding: 140px 0 100px;
  position: relative;
}
@media (max-width: 1480px) {
  .hp-top-banner--section {
    min-height: 700px;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--section {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--section {
    padding: 100px 0 70px;
  }
}
@media (max-width: 576px) {
  .hp-top-banner--section {
    min-height: 350px;
    padding: 100px 0 50px;
  }
}
.hp-top-banner--section.not-slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hp-top-banner--section .section-divider {
  content: '';
  position: absolute;
  top: calc(100% - 130px);
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 280px;
  background-color: #dc9e4a;
  z-index: 5;
}
@media (max-width: 768px) {
  .hp-top-banner--section .section-divider {
    display: none;
  }
}
.hp-top-banner--title {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .hp-top-banner--title {
    opacity: 1;
    visibility: visible;
  }
}
.hp-top-banner--title .wys {
  color: #fff;
}
.hp-top-banner--title .wys h1, .hp-top-banner--title .wys h2, .hp-top-banner--title .wys h3 {
  font-weight: 600;
}
.hp-top-banner--slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .hp-top-banner--slider {
    opacity: 1;
    visibility: visible;
  }
}
.hp-top-banner--slider .mySwiper .swiper-wrapper .swiper-slide .inner {
  position: relative;
}
.hp-top-banner--slider .mySwiper .swiper-wrapper .swiper-slide .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
}
@media (max-width: 576px) {
  .hp-top-banner--slider .mySwiper .swiper-wrapper .swiper-slide .inner:after {
    display: block;
  }
}
.hp-top-banner--slider .mySwiper .swiper-wrapper .swiper-slide .inner.has-overlay:after {
  display: block;
}
.hp-top-banner--slider .mySwiper .swiper-wrapper .swiper-slide .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-top-banner--slider .slider-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .hp-top-banner--slider .slider-nav {
    opacity: 1;
    visibility: visible;
  }
}
.hp-top-banner--slider .slider-nav .swiper-button-next, .hp-top-banner--slider .slider-nav .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  background-color: #f7f7f7;
  color: #000;
  width: 150px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 10;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .hp-top-banner--slider .slider-nav .swiper-button-next, .hp-top-banner--slider .slider-nav .swiper-button-prev {
    width: 120px;
    height: 70px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .hp-top-banner--slider .slider-nav .swiper-button-next, .hp-top-banner--slider .slider-nav .swiper-button-prev {
    width: 90px;
    height: 50px;
    font-size: 16px;
  }
}
.hp-top-banner--slider .slider-nav .swiper-button-next:after, .hp-top-banner--slider .slider-nav .swiper-button-prev:after {
  display: none;
}
.hp-top-banner--slider .slider-nav .swiper-button-next.swiper-button-disabled, .hp-top-banner--slider .slider-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
}
.hp-top-banner--slider .slider-nav .swiper-button-next svg, .hp-top-banner--slider .slider-nav .swiper-button-prev svg {
  width: 32px;
  height: 32px;
}
.image-with-corner {
  position: relative;
}
.image-with-corner:after {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  width: 184px;
  height: 184px;
  background-color: #37444e;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .image-with-corner:after {
    top: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
  }
}
.image-with-corner img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible {
  flex: 1;
}
.flexible .image-text-v1--wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 590px));
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .flexible .image-text-v1--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .flexible .image-text-v1--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .flexible .image-text-v1--wrapper .image {
    max-width: 600px;
    margin: 0 auto;
  }
}
.flexible .image-text-v1--wrapper .image figure {
  aspect-ratio: 0.95;
}
@media (max-width: 768px) {
  .flexible .image-text-v1--wrapper .image figure {
    aspect-ratio: 1;
  }
}
@media (max-width: 1024px) {
  .flexible .image-text-v1--wrapper .text {
    order: -1;
  }
}
.flexible .image-text-v1--wrapper .text .wys {
  max-width: 470px;
}
@media (max-width: 1024px) {
  .flexible .image-text-v1--wrapper .text .wys {
    max-width: 100%;
  }
}
.flexible .image-text-v1--wrapper .text .wys p {
  color: #111;
  line-height: 2;
  font-weight: 300;
}
.flexible .text-image-v1--section {
  background-color: #f7f7f7;
  position: relative;
}
.flexible .text-image-v1--section .section-divider {
  content: '';
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 400px;
  background-color: #dc9e4a;
  z-index: 1;
}
@media (max-width: 1024px) {
  .flexible .text-image-v1--section .section-divider {
    display: none;
  }
}
.flexible .text-image-v1--section.divide-pos-bottom .section-divider {
  top: 50%;
}
.flexible .text-image-v1--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .flexible .text-image-v1--wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .flexible .text-image-v1--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .flexible .text-image-v1--wrapper .image {
    order: -1;
  }
}
.flexible .text-image-v1--wrapper .text .wys {
  max-width: 580px;
}
@media (max-width: 1024px) {
  .flexible .text-image-v1--wrapper .text .wys {
    max-width: 100%;
  }
}
.flexible .buttons-links--top {
  margin-bottom: 45px;
  align-items: flex-end;
}
.flexible .buttons-links--top .label span {
  font-size: 17px;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.7);
}
.flexible .buttons-links--wrapper {
  gap: 15px 20px;
}
.flexible .buttons-links--wrapper .link-btn {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 17px 27px;
  border: 1px solid rgba(220, 158, 74, 0.3);
  background-color: #fff;
  min-height: 73px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.flexible .buttons-links--wrapper .link-btn:hover {
  background-color: rgba(220, 158, 74, 0.3);
}
.flexible .buttons-links--wrapper .link-btn .icon {
  border: 1px solid #dc9e4a;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #dc9e4a;
}
.flexible .buttons-links--wrapper .link-btn .icon i {
  font-size: 14px;
}
.flexible .buttons-links--wrapper .link-btn span {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.flexible .numbered-cards--section {
  background-color: #f7f7f7;
}
.flexible .numbered-cards--title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .flexible .numbered-cards--title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .flexible .numbered-cards--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 500px));
    justify-content: center;
  }
}
.flexible .numbered-cards--wrapper .card {
  padding: 40px;
  background-color: #37444e;
  position: relative;
}
@media (max-width: 576px) {
  .flexible .numbered-cards--wrapper .card {
    padding: 20px 25px;
  }
}
.flexible .numbered-cards--wrapper .card:after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 58px;
  height: 58px;
  background-color: #fff;
  opacity: 0.05;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
  z-index: 1;
}
@media (max-width: 768px) {
  .flexible .numbered-cards--wrapper .card:after {
    display: none;
  }
}
.flexible .numbered-cards--wrapper .card * {
  color: #fff;
}
.flexible .numbered-cards--wrapper .card .card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dc9e4a;
}
.flexible .numbered-cards--wrapper .card .card-top .card-number {
  font-size: 60px;
  color: #dc9e4a;
  font-weight: 600;
  font-family: 'BentonModDisp', sans-serif;
}
.flexible .numbered-cards--wrapper .card .card-content {
  display: grid;
  grid-template-columns: 80px 1fr;
}
@media (max-width: 1280px) {
  .flexible .numbered-cards--wrapper .card .card-content {
    grid-template-columns: 1fr;
  }
}
.flexible .numbered-cards--wrapper .card .card-content .wys p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.flexible .video-text-v1--section {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
}
@media (max-width: 1380px) {
  .flexible .video-text-v1--section {
    grid-template-columns: 1fr 0.7fr;
  }
}
@media (max-width: 1180px) {
  .flexible .video-text-v1--section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .flexible .video-text-v1--section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .video-text-v1--section .left .video-thumbnail {
  cursor: pointer;
}
.flexible .video-text-v1--section .left .video-thumbnail figure {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .flexible .video-text-v1--section .left .video-thumbnail figure {
    aspect-ratio: 1.7777777778;
  }
}
@media (max-width: 576px) {
  .flexible .video-text-v1--section .left .video-thumbnail figure {
    aspect-ratio: 1.5;
  }
}
.flexible .video-text-v1--section .left .video-thumbnail figure .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(220, 158, 74, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}
@media (max-width: 576px) {
  .flexible .video-text-v1--section .left .video-thumbnail figure .play-icon {
    width: 80px;
    height: 80px;
  }
}
.flexible .video-text-v1--section .left .video-thumbnail figure .play-icon:hover {
  background-color: #dc9e4a;
  color: #fff;
}
.flexible .video-text-v1--section .left .video-thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .video-text-v1--section .right {
  background-color: #111;
  padding: 100px 20px 50px 120px;
  background-image: url('../img/bg-vector.png');
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
@media (max-width: 1480px) {
  .flexible .video-text-v1--section .right {
    padding: 100px 80px 100px 50px;
  }
}
@media (max-width: 1024px) {
  .flexible .video-text-v1--section .right {
    padding: 40px 20px;
  }
}
.flexible .video-text-v1--section .right .section-divider {
  content: '';
  position: absolute;
  top: -40px;
  left: 50px;
  width: 2px;
  height: 300px;
  background-color: #dc9e4a;
  z-index: 1;
}
@media (max-width: 1480px) {
  .flexible .video-text-v1--section .right .section-divider {
    left: 25px;
  }
}
@media (max-width: 1024px) {
  .flexible .video-text-v1--section .right .section-divider {
    display: none;
  }
}
.flexible .video-text-v1--section .right .wys {
  max-width: 370px;
  position: relative;
}
@media (max-width: 1024px) {
  .flexible .video-text-v1--section .right .wys {
    max-width: 100%;
  }
}
.flexible .video-text-v1--section .right .wys * {
  color: #fff;
}
.flexible .video-text-v1--section .right .wys p {
  color: rgba(255, 255, 255, 0.7);
}
.flexible .blog-posts--title {
  margin-bottom: 40px;
}
.flexible .blog-posts--title h2 {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .flexible .blog-posts--title .btn {
    padding: 15px 25px;
    min-width: auto;
  }
}
.flexible .contact-us--wrapper {
  display: grid;
  grid-template-columns: repeat(1, 590px);
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .flexible .contact-us--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .contact-us--wrapper .form-block {
  background-color: #fff;
  padding: 60px 70px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .flexible .contact-us--wrapper .form-block {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .flexible .contact-us--wrapper .form-block {
    padding: 40px 20px;
  }
}
.flexible .contact-us--wrapper .form-block form label input, .flexible .contact-us--wrapper .form-block form label textarea {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 25px;
  color: #222;
  font-size: 19px;
}
.flexible .contact-us--wrapper .form-block form label input {
  height: 65px;
}
.flexible .contact-us--wrapper .form-block form label textarea {
  height: 170px;
}
.flexible .contact-us--wrapper .form-block form .submit-wrapper {
  margin: 30px 0;
}
.flexible .contact-us--wrapper .form-block form .submit-wrapper .btn {
  width: 100%;
}
.flexible .testimonials--section {
  background-color: #111;
  background-image: url('../img/bg-vector.png');
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
.flexible .testimonials--section .section-divider {
  content: '';
  position: absolute;
  top: -50px;
  left: 48.5%;
  transform: translateX(-50%);
  width: 2px;
  height: 240px;
  background-color: #dc9e4a;
  z-index: 1;
}
@media (max-width: 1180px) {
  .flexible .testimonials--section .section-divider {
    left: 44%;
  }
}
@media (max-width: 1024px) {
  .flexible .testimonials--section .section-divider {
    display: none;
  }
}
.flexible .testimonials--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 120px;
}
@media (max-width: 1180px) {
  .flexible .testimonials--wrapper {
    gap: 40px;
  }
}
.flexible .testimonials--wrapper .image {
  position: relative;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .flexible .testimonials--wrapper .image {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flexible .testimonials--wrapper .image {
    -webkit-flex-basis: 95%;
    -moz-flex-basis: 95%;
    -ms-flex-basis: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
.flexible .testimonials--wrapper .image:after {
  content: '';
  position: absolute;
  top: -16px;
  left: -16px;
  width: 184px;
  height: 184px;
  background-color: #dc9e4a;
  clip-path: polygon(100% 0, 0% 100%, 0% 0%);
  z-index: 1;
}
@media (max-width: 768px) {
  .flexible .testimonials--wrapper .image:after {
    top: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
  }
}
.flexible .testimonials--wrapper .image figure {
  position: relative;
  aspect-ratio: 0.8333333333;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
}
.flexible .testimonials--wrapper .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .testimonials--wrapper .right {
  flex: 1;
  max-width: 49%;
}
@media (max-width: 1180px) {
  .flexible .testimonials--wrapper .right {
    max-width: 53%;
  }
}
@media (max-width: 768px) {
  .flexible .testimonials--wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flexible .testimonials--wrapper .right .text .wys {
  max-width: 600px;
}
.flexible .testimonials--wrapper .right .text .wys p {
  font-size: 16px;
  color: #adadad;
}
.flexible .testimonials--wrapper .right .text .wys * {
  color: #fff;
}
.flexible .testimonials--wrapper .right .reviews {
  margin-top: 60px;
  margin-left: -35%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1380px) {
  .flexible .testimonials--wrapper .right .reviews {
    margin-left: -45%;
  }
}
@media (max-width: 1024px) {
  .flexible .testimonials--wrapper .right .reviews {
    margin-left: -65%;
  }
}
@media (max-width: 768px) {
  .flexible .testimonials--wrapper .right .reviews {
    margin-top: 30px;
    margin-left: 0;
  }
}
.flexible .testimonials--wrapper .right .reviews .swiper-slide .inner {
  background-color: #37444e;
  padding: 50px 45px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 230px auto;
  gap: 40px;
}
@media (max-width: 1024px) {
  .flexible .testimonials--wrapper .right .reviews .swiper-slide .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .flexible .testimonials--wrapper .right .reviews .swiper-slide .inner {
    grid-template-rows: auto;
  }
}
.flexible .testimonials--wrapper .right .reviews .swiper-slide .inner * {
  color: #fff;
}
.flexible .testimonials--wrapper .right .reviews .swiper-slide .inner .wys {
  overflow: auto;
}
.flexible .testimonials--wrapper .right .reviews .swiper-slide .inner .author .name {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.flexible .testimonials--wrapper .right .reviews .swiper-slide .inner .author .label {
  color: #dc9e4a;
  font-size: 16px;
}
.flexible .downloads-cards--wrapper {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .flexible .downloads-cards--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 500px));
    justify-content: center;
  }
}
.flexible .downloads-cards--wrapper .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px;
  min-height: 550px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 15px;
  position: relative;
  text-align: center;
}
@media (max-width: 1280px) {
  .flexible .downloads-cards--wrapper .card {
    min-height: auto;
  }
}
@media (max-width: 1180px) {
  .flexible .downloads-cards--wrapper .card {
    padding: 40px 20px;
  }
}
.flexible .downloads-cards--wrapper .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.flexible .downloads-cards--wrapper .card > div {
  position: relative;
  z-index: 2;
}
.flexible .downloads-cards--wrapper .card:nth-child(3n + 1):after {
  background-color: rgba(55, 68, 78, 0.9);
}
.flexible .downloads-cards--wrapper .card:nth-child(3n + 2):after {
  background-color: rgba(220, 158, 74, 0.9);
}
.flexible .downloads-cards--wrapper .card:nth-child(3n + 3):after {
  background-color: rgba(0, 0, 0, 0.9);
}
.flexible .downloads-cards--wrapper .card .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.flexible .downloads-cards--wrapper .card .text p {
  font-size: 14px;
}
.flexible .downloads-cards--wrapper .card .text * {
  color: #fff;
}
.flexible .downloads-cards--wrapper .card .button .btn {
  min-width: 150px;
  padding: 15px 25px;
}
.flexible .books-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media (max-width: 1280px) {
  .flexible .books-cards--wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .flexible .books-cards--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 600px));
    justify-content: center;
  }
}
.flexible .books-cards--wrapper .card {
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  color: #222;
  text-decoration: none;
}
@media (max-width: 480px) {
  .flexible .books-cards--wrapper .card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .books-cards--wrapper .card:hover .image {
  opacity: 0.8;
}
.flexible .books-cards--wrapper .card:hover .title h4 {
  color: #dc9e4a;
}
.flexible .books-cards--wrapper .card .image {
  transition: all 0.3s ease-in-out;
}
.flexible .books-cards--wrapper .card .image figure {
  position: relative;
  aspect-ratio: 0.75;
}
.flexible .books-cards--wrapper .card .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .books-cards--wrapper .card .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 20px;
}
.flexible .books-cards--wrapper .card .title .wys {
  background-color: #fff;
  padding: 70px 35px;
  max-width: 215px;
}
@media (max-width: 576px) {
  .flexible .books-cards--wrapper .card .title .wys {
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.flexible .books-cards--wrapper .card .title .wys .count span {
  color: #dc9e4a;
  font-family: 'BentonModDisp', sans-serif;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.flexible .books-cards--wrapper .card .title .wys h4 {
  transition: all 0.3s ease-in-out;
}
.flexible .media-text--title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .flexible .media-text--title {
    margin-bottom: 25px;
  }
}
.flexible .media-text--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .flexible .media-text--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .media-text--wrapper.reverse .text {
  order: -1;
}
@media (max-width: 768px) {
  .flexible .media-text--wrapper.reverse .text {
    order: 2;
  }
}
.flexible .media-text--wrapper .media-block {
  position: relative;
}
.flexible .media-text--wrapper .media-block .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(220, 158, 74, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  z-index: 5;
}
@media (max-width: 576px) {
  .flexible .media-text--wrapper .media-block .play-icon {
    width: 80px;
    height: 80px;
  }
}
.flexible .media-text--wrapper .media-block .play-icon:hover {
  background-color: #dc9e4a;
  color: #fff;
}
.flexible .media-text--wrapper .media-block .play-icon svg {
  display: block;
}
.flexible .media-text--wrapper .media-block figure {
  position: relative;
  height: 480px;
}
@media (max-width: 768px) {
  .flexible .media-text--wrapper .media-block figure {
    height: auto;
    aspect-ratio: 1.5;
  }
}
.flexible .media-text--wrapper .media-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .media-text--wrapper .text {
  background-color: #37444e;
  background-image: url('../img/bg-vector.png');
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 20px;
}
.flexible .media-text--wrapper .text .wys {
  max-width: 460px;
}
.flexible .media-text--wrapper .text .wys * {
  color: #fff;
}
.flexible .media-text--wrapper .text .wys h3 {
  margin-bottom: 15px;
}
.flexible .text-cards--section {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .flexible .text-cards--section {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .flexible .text-cards--section {
    margin-bottom: 40px;
  }
}
.flexible .text-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .flexible .text-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .flexible .text-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .text-cards--wrapper .card {
  border-left: 1px solid #dc9e4a;
  background-color: #f7f7f7;
  padding: 60px 50px;
}
@media (max-width: 1024px) {
  .flexible .text-cards--wrapper .card {
    padding: 40px 20px;
  }
}
.flexible .text-cards--wrapper .card p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .flexible .text-cards--wrapper .card p {
    font-size: 15px;
  }
}
.flexible .map-listing--title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .flexible .map-listing--title {
    margin-bottom: 30px;
  }
}
.flexible .map-listing--wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
}
@media (max-width: 1024px) {
  .flexible .map-listing--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .map-listing--wrapper .map figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 570px;
}
@media (max-width: 1024px) {
  .flexible .map-listing--wrapper .map figure {
    aspect-ratio: 1.7777777778;
    width: auto;
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .flexible .map-listing--wrapper .map figure {
    aspect-ratio: 1.3333333333;
  }
}
.flexible .map-listing--wrapper .map figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .map-listing--wrapper .statistics {
  background-color: #37444e;
  padding: 40px 75px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .flexible .map-listing--wrapper .statistics {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .flexible .map-listing--wrapper .statistics {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .flexible .map-listing--wrapper .statistics {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .map-listing--wrapper .statistics .stat {
  display: grid;
  grid-template-columns: repeat(1, 120px);
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .flexible .map-listing--wrapper .statistics .stat {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .map-listing--wrapper .statistics .stat span {
  display: block;
  color: #fff;
}
.flexible .map-listing--wrapper .statistics .stat span.value {
  font-family: 'BentonModDisp', sans-serif;
  font-size: 26px;
  font-weight: 700;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 50%;
  position: relative;
}
.flexible .map-listing--wrapper .statistics .stat span.value:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 0;
  background: conic-gradient(from 0deg, #dc9e4a 0%, rgba(220, 158, 74, 0.8) 50%, rgba(220, 158, 74, 0.2) 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 7px), black 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), black 100%);
}
.flexible .map-listing--wrapper .statistics .stat span.value.anim:before {
  animation: rotateBorder 2s linear infinite;
}
.flexible .map-listing--wrapper .statistics .stat span.value.label {
  text-align: center;
  font-size: 18px;
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.post-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto auto 1fr auto;
  gap: 15px;
}
.post-card--image {
  display: block;
  position: relative;
  aspect-ratio: 1.3333333333;
  border-radius: 6px;
  overflow: hidden;
}
.post-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card--title {
  margin-bottom: 0;
}
.post-card--title a {
  color: #222;
  font-family: 'BentonModDisp', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.post-card--title a:hover {
  color: #dc9e4a;
  text-decoration: none;
}
.post-card--meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.post-card--meta .author {
  gap: 10px;
}
.post-card--meta .author .author-avatar {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.post-card--meta .author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card--meta .author .author-name span {
  font-size: 16px;
  color: #121416;
  font-family: 'BentonModDisp', sans-serif;
  font-weight: 400;
}
.post-card--meta .date {
  font-size: 12px;
  color: #6c757d;
}
.post-card--meta .devide {
  width: 25px;
  height: 1px;
  background-color: rgba(108, 117, 125, 0.4);
}
.post-card--excerpt p {
  font-size: 14px;
  color: #6c757d;
}
.single-post #top .section-divider {
  display: none;
}
.single-post--page .content .post-thumbnail {
  position: relative;
  aspect-ratio: 1.7777777778;
  margin-bottom: 40px;
}
.single-post--page .content .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.properties-cards--filter {
  background-color: #f7f7f7;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.properties-cards--wrapper {
  margin: 50px 0;
}
.properties-cards--wrapper .search-filter-query {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.property-card {
  color: #222;
  text-decoration: none;
}
.property-card:hover {
  text-decoration: none;
}
.property-card:hover .property-card--thumb {
  opacity: 0.7;
}
.property-card--thumb {
  position: relative;
  aspect-ratio: 1.5;
  transition: all 0.3s ease-in-out;
}
.property-card--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-card--inner {
  padding: 25px;
  border: 1px solid #dc9e4a;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.property-card--inner .price span, .property-card--inner .price i {
  font-size: 30px;
}
.property-card--inner .price span {
  font-weight: 700;
}
.property-card--inner .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
.property-card--inner .info > div {
  position: relative;
}
.property-card--inner .info > div:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #b9b9b9;
}
.property-card--inner .info > div:last-child:after {
  display: none;
}
.property-card--inner .info > div span {
  font-size: 19px;
}
.property-card--inner .info > div span strong {
  font-family: 21px;
}
.property-card--inner .title h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
.contact-page--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.34fr;
  gap: 50px;
}
@media (max-width: 1480px) {
  .contact-page--wrapper {
    grid-template-columns: 1fr 0.5fr;
  }
}
@media (max-width: 1024px) {
  .contact-page--wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact-page--wrapper .left form label input, .contact-page--wrapper .left form label textarea {
  border: 1px solid #dbdbdb;
  padding: 20px 25px;
  color: #222;
  font-size: 19px;
}
.contact-page--wrapper .left form label input {
  height: 65px;
}
.contact-page--wrapper .left form label textarea {
  height: 250px;
}
.contact-page--wrapper .left form .submit-wrapper {
  margin: 30px 0;
}
.contact-page--wrapper .right {
  background-color: #37444e;
  padding: 50px 55px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  color: #fff;
}
@media (max-width: 576px) {
  .contact-page--wrapper .right {
    padding: 40px 20px;
  }
}
.contact-page--wrapper .right .col .col-title {
  margin-bottom: 20px;
}
.contact-page--wrapper .right .col a {
  display: flex;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-page--wrapper .right .col .some a {
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
}
.contact-page--wrapper .right .col .some a:hover {
  background-color: #dc9e4a;
  border-color: #dc9e4a;
}
.page-up-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .page-up-btn {
    bottom: 25px;
    right: 25px;
  }
}
.page-up-btn.show {
  opacity: 1;
  visibility: visible;
}
.fancybox__content {
  max-width: 1000px;
  padding: 0;
}
.animPath {
  fill: #fff;
}
.logoSVG {
  width: 150px;
}
.newLogo {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  pointer-events: none;
  animation: reveal 3s linear 0.5 forwards;
}
@keyframes reveal {
  0% {
    stroke: #fff;
    stroke-dashoffset: 1000;
  }
  50% {
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
}
.textLogo, .textLogo2 {
  transform: translateX(-20px);
  animation: op 1s ease forwards;
  opacity: 0;
}
.textLogo2 {
  animation: op 1.5s ease 0.05s forwards;
}
@keyframes op {
  40% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.single-listening .top-wrapper {
  height: 670px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .single-listening .top-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .single-listening .top-wrapper {
    height: auto;
    display: block;
  }
}
.single-listening .top-wrapper .buttons-wrapper {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 30px;
  font-size: 0;
}
@media (max-width: 960px) {
  .single-listening .top-wrapper .buttons-wrapper {
    left: 20px;
    top: 15px;
  }
}
.single-listening .top-wrapper .buttons-wrapper .simple-btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: rgba(17, 17, 17, 0.8);
  padding: 10px 14px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  .single-listening .top-wrapper .buttons-wrapper .simple-btn {
    font-size: 12px;
  }
}
.single-listening .top-wrapper .buttons-wrapper .simple-btn:hover {
  text-decoration: none;
  background: rgba(17, 17, 17, 1);
}
.single-listening .top-wrapper .buttons-wrapper .link-btn {
  font-size: 0;
  padding: 9px 14px;
}
.single-listening .top-wrapper .buttons-wrapper .link-btn svg {
  display: block;
}
.single-listening .top-wrapper .main-image {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  flex-basis: 66%;
  margin-right: 20px;
  position: relative;
  z-index: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .single-listening .top-wrapper .main-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-listening .top-wrapper .main-image {
    margin-bottom: 5px;
  }
}
.single-listening .top-wrapper .main-image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 4.79%, rgba(0, 0, 0, 0) 32.31%);
  z-index: 0;
}
.single-listening .top-wrapper .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-listening .top-wrapper .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-listening .top-wrapper .right-wrapper {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}
.single-listening .top-wrapper .right-wrapper .image {
  position: relative;
  z-index: 0;
  -webkit-flex-basis: calc(50% - 2px);
  -moz-flex-basis: calc(50% - 2px);
  -ms-flex-basis: calc(50% - 2px);
  flex-basis: calc(50% - 2px);
  height: calc(50% - 2px);
}
@media (max-width: 768px) {
  .single-listening .top-wrapper .right-wrapper .image {
    height: auto;
  }
}
.single-listening .top-wrapper .right-wrapper .image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 4.79%, rgba(0, 0, 0, 0) 32.31%);
}
.single-listening .top-wrapper .right-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-listening .top-wrapper .right-wrapper .image:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper {
    display: block;
  }
}
.single-listening .bottom-wrapper .article-wrapper {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  flex-basis: 66%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .single-listening .bottom-wrapper .article-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.single-listening .bottom-wrapper .article-wrapper .properties {
  border: 1px solid #dc9e4a;
  padding: 25px 40px 30px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .single-listening .bottom-wrapper .article-wrapper .properties {
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .article-wrapper .properties {
    margin-bottom: 30px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .single-listening .bottom-wrapper .article-wrapper .properties {
    margin-bottom: 20px;
    padding: 15px;
    display: block;
  }
}
.single-listening .bottom-wrapper .article-wrapper .properties .item {
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .article-wrapper .properties .item {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .single-listening .bottom-wrapper .article-wrapper .properties .item {
    margin-bottom: 20px;
  }
  .single-listening .bottom-wrapper .article-wrapper .properties .item:last-child {
    margin-bottom: 0;
  }
}
.single-listening .bottom-wrapper .article-wrapper .properties .item .value {
  display: block;
  font-family: 'BentonModDisp', sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .article-wrapper .properties .item .value {
    font-size: 20px;
  }
}
.single-listening .bottom-wrapper .article-wrapper .properties .item .label {
  text-transform: uppercase;
  font-size: 18px;
  color: #dc9e4a;
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .article-wrapper .properties .item .label {
    font-size: 16px;
  }
}
.single-listening .bottom-wrapper .article-wrapper .page-title {
  font-size: 48px;
}
@media (max-width: 768px) {
  .single-listening .bottom-wrapper .article-wrapper .page-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .single-listening .bottom-wrapper .article-wrapper .page-title {
    font-size: 30px;
  }
}
.single-listening .bottom-wrapper .article-wrapper .text p {
  font-size: 17px;
  font-weight: 300;
  color: #111;
  opacity: 0.7;
}
.single-listening .bottom-wrapper .aside-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .aside-wrapper {
    margin-top: 30px;
  }
}
.single-listening .bottom-wrapper .aside-wrapper .link-btn {
  width: 100%;
  border-radius: 3px;
}
.single-listening .bottom-wrapper .aside-wrapper .form-text {
  padding: 34px 44px 50px;
  border: 1px solid #dc9e4a;
  margin-top: 40px;
}
@media (max-width: 1366px) {
  .single-listening .bottom-wrapper .aside-wrapper .form-text {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .single-listening .bottom-wrapper .aside-wrapper .form-text {
    margin-top: 20px;
  }
}
.single-listening .bottom-wrapper .aside-wrapper .form-text h3 {
  margin-bottom: 20px;
}
.single-listening .bottom-wrapper .aside-wrapper .form-text .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
.single-listening .bottom-wrapper .aside-wrapper .form-text .btn-wrapper {
  display: block;
  position: relative;
  z-index: 0;
}
.single-listening .bottom-wrapper .aside-wrapper .form-text .btn-wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.single-listening .bottom-wrapper .aside-wrapper .form-text .btn-wrapper .btn {
  width: 100%;
  border-radius: 3px;
}
.fancybox__slide {
  background: rgba(11, 29, 54, 0.96);
}
.fancybox__slide.has-youtube > div {
  width: 100% !important;
  height: auto !important;
}
.fancybox__slide .photos-wrapper {
  max-width: 1250px;
  background: transparent;
}
.fancybox__slide .photos-wrapper .popup-image {
  overflow: hidden;
  margin: 0 10px 20px;
  -webkit-flex-basis: calc(50% - 20px);
  -moz-flex-basis: calc(50% - 20px);
  -ms-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  display: block;
}
@media (max-width: 480px) {
  .fancybox__slide .photos-wrapper .popup-image {
    margin: 0 5px 10px;
    -webkit-flex-basis: calc(50% - 10px);
    -moz-flex-basis: calc(50% - 10px);
    -ms-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
.fancybox__slide .photos-wrapper .popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
