@charset "UTF-8";
.Zebra_DatePicker {
  background: #f4f4f4;
  border-radius: 4px;
  color: #fff;
  font: 13px Gadugi;
  padding: 7px 7px;
  position: absolute;
  display: table;
  *width: 255px;
  z-index: 1200;
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}
.Zebra_DatePicker * {
  padding: 0;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}
.Zebra_DatePicker th, .Zebra_DatePicker td {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}
.Zebra_DatePicker .dp_body th, .Zebra_DatePicker .dp_body td {
  border: 1px solid #f4f4f4;
}
.Zebra_DatePicker .dp_body th:first-child, .Zebra_DatePicker .dp_body td:first-child {
  border-left: none;
}
.Zebra_DatePicker .dp_body th:last-child, .Zebra_DatePicker .dp_body td:last-child {
  border-right: none;
}
.Zebra_DatePicker .dp_body tr:first-child th, .Zebra_DatePicker .dp_body tr:first-child td {
  border-top: none;
}
.Zebra_DatePicker .dp_body tr:last-child th, .Zebra_DatePicker .dp_body tr:last-child td {
  border-bottom: none;
}
.Zebra_DatePicker .dp_body td {
  color: #344048;
}
.Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
  width: 25%;
}
.Zebra_DatePicker .dp_body .dp_current {
  background: #b1b1b1;
  color: #ffffff;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #db2b20;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  color: #c7c7c7;
  cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: white;
}
.Zebra_DatePicker .dp_body .dp_hover {
  color: #fff;
  background: #00426a;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: white;
}
.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td, .Zebra_DatePicker .dp_timepicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #344048;
  font-size: 26px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: 1px solid #f4f4f4;
  font-size: 20px;
  left: 100%;
  margin-left: 2px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 7px;
}
@supports (-ms-ime-align:auto) {
  .Zebra_DatePicker .dp_header {
    font-family: "Segoe UI Symbol", Tahoma, Arial, Helvetica, sans-serif;
  }
}
.Zebra_DatePicker .dp_header tr {
  display: flex;
  justify-content: space-between;
}
.Zebra_DatePicker .dp_header tr .dp_caption {
  order: 1;
}
.Zebra_DatePicker .dp_header tr .dp_previous {
  order: 2;
  margin-right: 15px;
  margin-left: auto;
}
.Zebra_DatePicker .dp_header tr .dp_next {
  order: 3;
}
.Zebra_DatePicker .dp_footer {
  margin-top: 7px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: bold;
  width: auto;
  color: #344048;
  font-size: 16px;
  text-align: left;
}
.Zebra_DatePicker .dp_actions .dp_previous, .Zebra_DatePicker .dp_actions .dp_next {
  *padding: 0 10px;
  background-color: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.Zebra_DatePicker .dp_actions .dp_previous:hover, .Zebra_DatePicker .dp_actions .dp_next:hover {
  background-color: #db2b20;
}
.Zebra_DatePicker .dp_actions .dp_previous:hover > span svg path, .Zebra_DatePicker .dp_actions .dp_next:hover > span svg path {
  fill: #ffffff;
}
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: white;
}
.Zebra_DatePicker .dp_daypicker th {
  color: #666;
  cursor: text;
  font-weight: normal;
  font-size: 16px;
  color: #899196;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-image: url("icons.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}
button.Zebra_DatePicker_Icon {
  background: url("icons.png") no-repeat center top;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default;
}
/*!
Theme Name: Wordpress Theme 
Theme URI: https://btsbrands.com/
Author: BTS Brands
Author URI: https://btsbrands.com/
Version: 1.0.0
*/
@font-face {
  font-family: "Big Caslon";
  src: url("../assets/fonts/BigCaslon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("assets/fonts/Font Awesome 5 Free-Solid-900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Minion Pro";
  src: url("assets/fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1540px;
  }
}
.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}
.fa-solid.fa-envelope-open:before {
  content: "";
}
.fa-solid.fa-square-phone:before {
  content: "";
}
.bts-separator {
  width: 184px;
  background: #db9e28;
  height: 4px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .bts-separator {
    margin-bottom: 15px;
  }
}
.bts--tabs {
  margin: 0 0 50px;
}
.bts--tabs .bts-tab-item .bts-tab-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: "Big Caslon";
  font-size: 28px;
  cursor: pointer;
  border-bottom: 4px solid #919292;
  padding: 17px 30px 13px;
  align-items: center;
}
.bts--tabs .bts-tab-item .bts-tab-btn .bts-tab-arrow {
  display: flex;
  height: 47px;
}
.bts--tabs .bts-tab-item .bts--tab-content {
  display: none;
  font-size: 16px;
  line-height: 27px;
  font-weight: 200;
  border-top: 1px solid #818285;
  padding-top: 20px;
  margin-bottom: 20px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.bts--tabs .bts-tab-item.active {
  background: #404041;
  margin-bottom: 0;
}
.bts--tabs .bts-tab-item.active .bts-tab-btn {
  color: #db9e28;
  border-color: #404041;
}
.bts--tabs .bts-tab-item.active .bts-tab-btn svg path:first-child {
  fill: #db9e28;
}
.bts--tabs-content {
  position: relative;
  padding: 2.5em 0 3em 3em;
}
@media (max-width: 775px) {
  .bts--tabs-content {
    padding: 2.5em 0 4em 2.5em;
  }
}
.bts--tabs-content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  border-radius: 14px;
  width: 50vw;
  height: 100%;
  display: block;
  z-index: 0;
}
@media (max-width: 775px) {
  .bts--tabs-content:after {
    width: 100%;
  }
}
.bts--tabs-content .bts--tab-content {
  z-index: 1;
  position: relative;
  display: none;
}
.bts--tabs-content .bts--tab-content.active {
  display: block;
}
.bts--tabs-content .bts--tab-content h3 {
  font-size: 36px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .bts--tabs-content .bts--tab-content h3 {
    font-size: 26px;
  }
}
.bts--tabs-content .bts--tab-content .tab-properties-heading {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  color: #3b3b3d;
  font-family: "Big Caslon";
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 500 !important;
}
.fa {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}
p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
html.no-scroll, html.popup-no-scroll {
  overflow: hidden !important;
  height: 100%;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1em;
}
ul {
  list-style: square;
}
ul.check {
  list-style: none;
}
ul.check li {
  padding-left: 35px !important;
  margin-bottom: 10px;
}
ul.check li:before {
  content: "" !important;
  font-family: FontAwesome;
  display: inline-block;
}
ul.cross {
  list-style: none;
}
ul.cross li {
  padding-left: 35px !important;
  margin-bottom: 10px;
}
ul.cross li:before {
  content: "" !important;
  font-family: FontAwesome;
  display: inline-block;
}
ul.dots {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
ul.dots li {
  padding-left: 20px !important;
  margin-bottom: 10px;
  position: relative;
}
ul.dots li:before {
  content: "" !important;
  background-color: #db9e28;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
}
ul.sitemap-list {
  padding: 0 0 0 15px;
}
ul.sitemap-list ul {
  margin: 0;
}
ul.list-buttons {
  list-style: none;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 400px;
  align-self: flex-start;
}
ul.list-buttons li a {
  padding: 5px 12px 3px;
  border: solid 1px #db9e28;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #414042;
}
ul.list-buttons li a:after {
  content: "»";
  display: inline-block;
  color: #db9e28;
}
ul.list-buttons li a:hover {
  color: #ffffff;
  background: #db9e28;
}
ul.list-buttons li a:hover:after {
  color: #ffffff;
}
@media (max-width: 575px) {
  ul.list-buttons li a {
    font-size: 14px;
  }
}
ol {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 15px;
}
ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  width: 100% !important;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
#wpadminbar {
  position: absolute;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background: #db9e28;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 100px;
  height: 42px;
  text-transform: uppercase;
  display: flex;
  max-width: 215px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 575px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    font-size: 14px;
  }
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
  background: #414042;
  color: #ffffff;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  background: #db9e28;
  outline: none;
}
*:focus {
  outline: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #313234;
  border: 1px solid #bbbbbb;
  background: transparent;
  padding: 10px 15px;
  width: 100%;
  box-shadow: unset !important;
  font-size: 18px;
  font-weight: 200;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #414042;
}
input[type="text"].qty, input[type="email"].qty, input[type="url"].qty, input[type="password"].qty, input[type="search"].qty, input[type="number"].qty, input[type="tel"].qty, input[type="range"].qty, input[type="date"].qty, input[type="month"].qty, input[type="week"].qty, input[type="time"].qty, input[type="datetime"].qty, input[type="datetime-local"].qty, input[type="color"].qty, textarea.qty {
  padding: 2px;
}
@media (max-width: 575px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    font-size: 14px;
  }
}
select {
  border: 1px solid #bbbbbb;
  padding: 0.8em 1.2em 0.6em;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
select:focus {
  border-color: #414042;
}
.dropdown {
  position: relative;
  background-color: #ffffff;
}
.dropdown:before {
  background-color: #cbcbcb;
  content: "";
  display: inline-block;
  width: 2px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 53px;
  margin: auto 0;
  position: absolute;
  z-index: 5;
}
.dropdown:after {
  position: absolute;
  content: "";
  background-image: url(images/arrow-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
}
.dropdown select {
  -webkit-appearance: none;
  width: 100%;
  padding: 1em 4em 1em 1em;
  z-index: 2;
  position: relative;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
}
#searchform {
  display: flex;
  margin-bottom: 20px;
  max-width: 400px;
}
#searchform input[type="text"] {
  color: #000000;
}
#searchform input, #searchform button {
  border-radius: 0;
}
.full-width-button a {
  width: 100% !important;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.form .form-field {
  margin-bottom: 30px;
}
.form .form-radio-field {
  display: flex;
}
.form .form-radio-field .form-radio-item {
  width: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.form .form-radio-field .form-radio-item label {
  margin: 0 0 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-radio-field .form-radio-item input[type="radio"] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  border-radius: 50%;
  outline: none;
}
.form .form-radio-field .form-radio-item input[type="radio"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 18% auto 0;
  border-radius: 50%;
}
.form .form-radio-field .form-radio-item input[type="radio"]:checked:before {
  background: #db9e28;
}
.form textarea {
  height: 215px;
}
.form .required.field-error {
  border-color: #db9e28;
  color: #db9e28;
}
.form .required.field-error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #db9e28;
  opacity: 1;
  /* Firefox */
}
.form .required.field-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #db9e28;
}
.form .required.field-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #db9e28;
}
.form #cf-submit {
  font-size: 16px;
  width: 100%;
  max-width: 150px;
}
.form-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.two-columns .form-col {
  width: calc(50% - 7.5px);
  box-sizing: border-box;
}
.wpcf7-form p {
  width: 100%;
  margin: 0 0 10px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
  background: #ffffff;
  border-color: #ffffff;
}
.wpcf7-form input[type="text"]:hover, .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:hover, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:hover, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="password"]:hover, .wpcf7-form input[type="password"]:focus, .wpcf7-form input[type="search"]:hover, .wpcf7-form input[type="search"]:focus, .wpcf7-form input[type="number"]:hover, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="tel"]:hover, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="range"]:hover, .wpcf7-form input[type="range"]:focus, .wpcf7-form input[type="date"]:hover, .wpcf7-form input[type="date"]:focus, .wpcf7-form input[type="month"]:hover, .wpcf7-form input[type="month"]:focus, .wpcf7-form input[type="week"]:hover, .wpcf7-form input[type="week"]:focus, .wpcf7-form input[type="time"]:hover, .wpcf7-form input[type="time"]:focus, .wpcf7-form input[type="datetime"]:hover, .wpcf7-form input[type="datetime"]:focus, .wpcf7-form input[type="datetime-local"]:hover, .wpcf7-form input[type="datetime-local"]:focus, .wpcf7-form input[type="color"]:hover, .wpcf7-form input[type="color"]:focus, .wpcf7-form textarea:hover, .wpcf7-form textarea:focus {
  border-color: #414042;
}
.wpcf7-form .center-submit {
  margin-top: 20px;
}
.wpcf7-form .center-submit p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wpcf7-form .wpcf7-spinner {
  margin-top: 30px;
}
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"], .wpcf7-form .button {
  max-width: 332px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#breadcrumbs {
  margin: 1.2em 0 15px;
}
.menu-button {
  display: flex;
  float: right;
  justify-content: center;
  height: 40px;
  padding: 5px 10px 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10003;
  border-radius: 500px;
}
@media (min-width: 1222px) {
  .menu-button {
    display: none;
  }
}
.menu-toggle {
  display: inline-block;
  cursor: pointer;
  position: relative;
  bottom: -2.7px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #db9e28;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  border-radius: 2px;
}
.menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
.menu-toggle span:last-child {
  margin-bottom: 0;
}
.menu-toggle.toggled span {
  opacity: 1;
  transform: rotate(40deg) translate(3px, 0);
  background-color: #ffffff;
}
.menu-toggle.toggled span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu-toggle.toggled span:nth-child(3) {
  -webkit-transform: rotate(-40deg) translate(0px, 0px);
  transform: rotate(-40deg) translate(0px, 0px);
}
#primary-menu {
  height: 100%;
}
.main-navigation {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1222px) {
  .main-navigation .menu-main-menu-container {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (max-width: 1221px) {
  .main-navigation .menu-main-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 100vh;
    z-index: 15;
    background: #db9e28;
    padding: 100px 0 0 0;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .main-navigation .menu-main-menu-container.active {
    right: 0;
    moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .main-navigation .menu-main-menu-container.active a {
    color: #ffffff;
  }
}
@media (max-width: 1023px) {
  .main-navigation .menu-main-menu-container {
    width: 100vw;
    left: 0;
  }
}
.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  gap: 2px;
}
@media (max-width: 1221px) {
  .main-navigation ul {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
}
.main-navigation ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation ul li:last-child {
  padding-right: 0;
}
.main-navigation ul li:last-child:before {
  margin: unset !important;
  left: unset !important;
}
.main-navigation ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  padding: 0 10px;
  height: 100%;
  text-transform: uppercase;
  font-weight: 200;
  position: relative;
  z-index: 1;
}
.main-navigation ul li a:before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 1.5px;
  background-color: #db9e28;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li a:hover {
  color: #db9e28;
}
.main-navigation ul li a:hover:before {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 1506px) {
  .main-navigation ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .main-navigation ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1221px) {
  .main-navigation ul li a {
    font-size: 18px;
    padding: 0 20px;
    color: #ffffff;
  }
}
.main-navigation ul li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: -18%;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  margin: 0;
  background-color: #ffffff;
  padding: 12px 0;
  -webkit-box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul li ul li {
  padding: 12px 20px;
  margin: 0 20px;
  line-height: 1.5;
  display: block;
}
.main-navigation ul li ul li.current-menu-item:before {
  display: none;
}
.main-navigation ul li ul li:hover > ul, .main-navigation ul li ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li ul a {
  width: 200px;
  color: #19222b;
  font-size: 16px;
}
@media (max-width: 1221px) {
  .main-navigation ul li ul a {
    color: #ffffff;
  }
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  transform: translateZ(-200px);
}
.main-navigation ul li.current-menu-item {
  position: relative;
}
.main-navigation ul li.current-menu-item a {
  z-index: 1;
}
.main-navigation ul li.current-menu-item a:hover {
  color: #db9e28 !important;
}
.main-navigation ul li.current-menu-item ul li:before {
  display: none;
}
.main-navigation ul li.current-menu-item ul li a {
  color: #19222b;
}
.main-navigation ul li.current-menu-item ul li a:hover {
  color: #db9e28;
}
.main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 7px;
  content: "";
  position: relative;
  top: -1.5px;
  background-image: url(images/menu-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li.menu-item-has-children > a:hover:after {
  background-image: url(images/menu-arrow-red.svg);
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #db9e28;
  text-decoration: none;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
a::-moz-focus-inner {
  border: 0;
  outline: 0 !important;
}
a:visited {
  color: #db9e28;
}
a:hover, a:focus, a:active {
  color: #414042;
  text-decoration: none;
  outline: 0 !important;
}
a.button:visited {
  color: #ffffff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets & Modules
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .widget .widget-title {
    font-size: 14px;
  }
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.site-top-bar {
  background: #313234;
  display: block;
  color: #ffffff;
  padding: 20px 0;
}
.site-top-bar .top-bar-contact {
  display: flex;
  gap: 100px;
}
.site-top-bar i {
  margin-right: 3px;
}
.site-top-bar a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
}
.site-top-bar a:hover {
  color: #db9e28;
}
.site-top-bar ul {
  list-style: none;
  pading: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.admin-bar #masthead .site-header {
  margin-top: 32px;
}
.admin-bar #masthead.header-fixed .site-header {
  margin-top: 0;
}
.header-spacer {
  height: 144px;
}
@media (max-width: 1365px) {
  .header-spacer {
    height: 130px;
  }
}
@media (max-width: 1221px) {
  .header-spacer {
    display: none;
  }
}
#masthead {
  width: 100%;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (min-width: 1222px) {
  #masthead {
    z-index: 999;
    position: absolute;
    top: 0;
  }
}
#masthead .site-svg-logo svg {
  width: 100%;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#masthead .site-header {
  background: #fff;
}
#masthead .site-header .row .col-md-9 {
  display: flex;
  align-items: center;
  position: relative;
}
#masthead .site-header .row .col-md-9 .site-cta-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 30px 0 0;
  display: flex;
  gap: 12px;
}
@media (max-width: 1221px) {
  #masthead .site-header .row .col-md-9 .site-cta-container {
    padding: 0 15px 0 0;
  }
}
#masthead .site-header .row .col-md-9 .site-cta-container .site-cta-btn {
  background: #db9e28;
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  height: 30px;
  text-transform: uppercase;
  display: flex;
  max-width: 215px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#masthead .site-header .row .col-md-9 .site-cta-container .site-cta-btn:hover {
  background: #414042;
  color: #ffffff;
}
@media (max-width: 767px) {
  #masthead .site-header .row .col-md-9 .site-cta-container .site-cta-btn {
    font-size: 12px;
    height: 24px;
  }
}
@media (min-width: 1024px) {
  #masthead.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #masthead.header-fixed .site-header-content {
    border-bottom: 1px solid rgba(240, 240, 240, 0.9);
  }
  #masthead.header-fixed .site-svg-logo svg {
    max-width: 220px;
  }
}
.site-header--page .site-branding {
  padding: 20px 0;
}
.site-header--page .site-nav-container {
  background: #ffffff;
  width: 100%;
}
/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
.page-banner {
  position: relative;
  overflow: hidden;
}
.page-banner .page-banner-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.page-banner .page-banner-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 3em 5em 2em;
  max-width: 650px;
  margin: 0;
  min-height: calc(100vh - 320px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-banner .page-banner-content {
    padding: 3em 2em 2em;
  }
}
@media (max-width: 768px) {
  .page-banner .page-banner-content {
    margin: 100px 0;
    min-height: unset;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .page-banner .page-banner-content {
    margin: 50px 0;
  }
}
.page-banner .page-banner-content h1 {
  font-size: 50px;
  margin: 0 0 10px;
  align-self: flex-start;
}
@media (max-width: 670px) {
  .page-banner .page-banner-content h1 {
    font-size: 30px;
  }
}
.page-banner .page-banner-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  width: 100%;
}
.page-banner .page-banner-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 670px) {
  .page-banner .page-banner-content p {
    font-size: 14px;
  }
}
.page-banner .page-banner-content .slider-separator {
  background: #db9e28;
  height: 6px;
  width: 184px;
  margin: 2em auto 3em;
}
.page-banner .page-banner-content .section-sub-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  color: #db9e28;
  margin: 0 0 15px;
}
.page-banner .page-banner-content .page-banner-desc {
  font-size: 19px;
  line-height: 30px;
}
.page-banner .page-banner-content .page-banner-button {
  max-width: 400px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db9e28;
  border-radius: 100px;
  padding: 0 30px 0;
  margin: 0;
  align-self: flex-start;
}
.page-banner .page-banner-content .page-banner-button:hover {
  background: #414042;
}
.page-banner .page-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-banner .page-banner-image img {
  transform: translateY(0);
  width: 100%;
  height: 100vh;
  /* taller than container for parallax effect */
  object-fit: cover;
  will-change: transform;
}
.page-banner .page-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-banner .page-banner-list {
  margin: 40px 0;
}
.page-banner .banner-list-heading {
  padding-left: 1em;
  margin-bottom: 20px;
  font-size: 36px;
}
.page-banner .exchange-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-banner .exchange-benefits-list li {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1.5em 2.5em;
  font-size: 16px;
}
@media (max-width: 1120px) {
  .page-banner .exchange-benefits-list li {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 10em;
  margin: 0;
  text-align: inherit;
}
.error-404 h2 {
  font-size: 1.5em;
}
.error-404 h2:after {
  margin: 15px 0px 25px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3.5em 0 2.5em;
  color: #808285;
  background-color: #323133;
  font-weight: 200;
}
@media screen and (max-width: 1181px) {
  .site-footer {
    padding: 3em 2em 2em;
  }
}
@media screen and (max-width: 479px) {
  .site-footer {
    padding: 3em 1.5em 2em;
  }
}
@media screen and (max-width: 1181px) {
  .site-footer {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .site-footer .col-md-3, .site-footer .col-md-4, .site-footer .col-md-5 {
    max-width: 100%;
    flex: 100%;
  }
}
.site-footer .footer-content-area {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .site-footer .footer-content-area {
    max-width: 310px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-content-area {
    font-size: 14px;
  }
}
@media screen and (max-width: 1181px) {
  .site-footer .footer-content-area .col-md-3, .site-footer .footer-content-area .col-md-4, .site-footer .footer-content-area .col-md-5 {
    margin-bottom: 2em;
  }
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer a {
  color: #808285;
  font-size: 16px;
  font-weight: 200;
}
.site-footer a:hover {
  color: #db9e28;
}
@media screen and (max-width: 575px) {
  .site-footer a {
    font-size: 14px;
  }
}
.site-footer .contact-footer {
  margin-bottom: 35px;
}
.site-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .contact-info div {
  display: flex;
  font-size: 16px;
  max-width: 290px;
}
@media screen and (max-width: 575px) {
  .site-footer .contact-info div {
    font-size: 14px;
  }
}
.site-footer .contact-info svg {
  height: 25px;
  margin-right: 18px;
  flex-shrink: 0;
  margin-top: -2px;
}
.site-footer .footer-border-item {
  padding-left: 20px;
  border-left: 1px solid #db9e28;
}
.site-footer .footer-logo {
  margin-bottom: 15px;
}
.site-footer .footer-logo svg {
  width: 100%;
  max-width: 290px;
}
@media (max-width: 575px) {
  .site-footer .footer-logo svg {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }
}
.site-footer .footer-paragraph {
  max-width: 290px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .site-footer .footer-paragraph {
    font-size: 14px;
  }
}
.site-footer .footer-heading {
  color: #db9e28;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .site-footer .footer-heading {
    font-size: 22px;
  }
}
.site-footer #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 575px) and (max-width: 1181px) {
  .site-footer #footer-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media screen and (min-width: 1182px) {
  .site-footer #footer-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 12%;
  }
}
.site-footer .footer-social-heading {
  margin: 25px 0 12.5px;
}
.site-footer .social-items {
  display: flex;
  gap: 10px;
}
.site-footer .social-items a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .social-items a svg path {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.site-footer .social-items a:hover svg path {
  fill: #db9e28;
}
.site-footer .site-info {
  padding: 45px 0 15px;
}
.site-footer .site-info .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .site-info .footer-copyright p {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 575px) {
  .site-footer .site-info .footer-copyright p {
    font-size: 12px;
  }
}
.site-footer .site-info #info-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.site-footer .site-info #info-menu li {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.site-footer .site-info #info-menu li:after {
  content: "";
  background-color: #292929;
  height: 65%;
  width: 2px;
  margin-left: 5px;
  display: inline-block;
}
.site-footer .site-info #info-menu li:last-child:after {
  display: none;
}
@media screen and (max-width: 479px) {
  .site-footer .site-info #info-menu li {
    font-size: 14px;
  }
  .site-footer .site-info #info-menu li:after {
    width: 1px;
  }
}
.site-footer.site-footer-inverted {
  background: #ffffff;
}
.site-footer.site-footer-inverted svg .glf1, .site-footer.site-footer-inverted svg .glf0 {
  fill: #414042;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-caption img {
  width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home .gold {
  color: #db9e28;
}
.home h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .home h2 {
    font-size: 28px;
  }
}
.home .lion-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
}
@media (max-width: 798px) {
  .home .lion-list {
    padding: 0 0 0 2.2vw;
  }
}
.home .lion-list li {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin: 0.25rem 0;
}
.home .lion-list li:nth-child(1) {
  margin-left: calc(1.25rem * 0);
}
.home .lion-list li:nth-child(2) {
  margin-left: calc(1.25rem * 3);
}
.home .lion-list li:nth-child(3) {
  margin-left: calc(1.25rem * 6);
}
.home .lion-list li:nth-child(4) {
  margin-left: calc(1.25rem * 9);
}
@media (max-width: 798px) {
  .home .lion-list li {
    font-size: 5.5vw;
  }
}
@media (max-width: 668px) {
  .home .lion-list li:nth-child(2) {
    margin-left: calc(2vw * 3);
  }
  .home .lion-list li:nth-child(3) {
    margin-left: calc(2vw * 6);
  }
  .home .lion-list li:nth-child(4) {
    margin-left: calc(2vw * 9);
  }
}
.home .lion-list li .first {
  margin-right: 0.35ch;
}
.home .lion-list li .second:first-letter {
  color: #ffffff;
  font-weight: 800;
}
.home .lion-list li .second.indent-el {
  margin-left: 20px;
}
@media (max-width: 798px) {
  .home .lion-list li .second.indent-el {
    margin-left: 2vw;
  }
}
.home-slider {
  position: relative;
}
.home-slider .home-slider-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-slider .home-slider-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 3em 3em 5em;
  max-width: 1072px;
  text-align: center;
  margin: 8em 15px;
}
@media (max-width: 1400px) {
  .home-slider .home-slider-content {
    max-width: 770px;
    margin: 3.2em 15px;
  }
}
@media (max-width: 668px) {
  .home-slider .home-slider-content {
    padding: 3em 7.5vw 5em;
  }
}
.home-slider .home-slider-content h1 {
  font-size: 55px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1400px) {
  .home-slider .home-slider-content h1 {
    font-size: 45px;
  }
}
.home-slider .home-slider-content .slider-separator {
  background: #db9e28;
  height: 10px;
  width: 184px;
  margin: 2em auto 3em;
}
.home-slider .home-slider-content .home-slider-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  max-width: 830px;
  margin: 0 auto;
}
.home-slider .home-slider-content .home-slider-button {
  width: 272px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db9e28;
  border-radius: 100px;
  padding-top: 4px;
  margin: 40px auto 0;
}
.home-slider .home-slider-content .home-slider-button:hover {
  background: #414042;
}
@media (max-width: 575px) {
  .home-slider .home-slider-content .home-slider-button {
    font-size: 14px;
  }
}
.home-slider .home-slider-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .home-slider .home-slider-images .slick-list, .home-slider .home-slider-images .slick-track {
    height: 100% !important;
  }
}
.home-slider .home-slider-images .slick-slide {
  object-fit: cover;
}
.home-services {
  background: #f1f2f2;
  padding: 4.5em 0 5em;
}
.home-services h2 {
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.home-services .bts-services-content {
  display: flex;
  gap: 12px;
}
@media (max-width: 1023px) {
  .home-services .bts-services-content {
    flex-wrap: wrap;
  }
}
.home-services .services-item {
  background: #ffffff;
  padding: 45px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .home-services .services-item {
    width: calc(50% - 6px);
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .home-services .services-item {
    width: 100%;
  }
}
.home-services .services-item .service-icon {
  margin-bottom: 30px;
}
.home-services .services-item .service-icon img {
  max-width: 94px;
}
@media (max-width: 575px) {
  .home-services .services-item .service-icon img {
    max-width: 60px;
    margin: 0 auto;
    display: block;
  }
}
.home-services .services-item .service-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #db9e28;
  margin-bottom: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-services .services-item .service-desc {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 40px;
  font-weight: 200;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-services .services-item .service-link {
  margin-top: auto;
}
.home-services .services-item .service-link a {
  text-transform: uppercase;
  font-size: 16px;
  width: 160px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home-services .services-item .service-link a:hover {
  background: #db9e28;
  color: #ffffff;
}
.home-services .services-item:hover .service-link > a {
  border-color: #db9e28;
}
.home-mission {
  padding: 4.5em 0 5em;
}
@media (max-width: 767px) {
  .home-mission .col-5, .home-mission .col-7 {
    width: 100%;
  }
  .home-mission img {
    max-width: 300px;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .home-mission img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }
}
.home-mission .home-mission-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-mission h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .home-mission h2 {
    font-size: 30px;
  }
}
.home-mission p {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .home-mission p {
    font-size: 14px;
  }
}
.home-records {
  padding: 15em 0 10em;
  background-image: url("/wp-content/uploads/2025/06/Golden-Lion-Records-Background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media (max-width: 900px) {
  .home-records {
    padding: 10em 0 5em;
  }
}
.home-records-content {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.home-records-content p {
  margin-bottom: 30px;
  max-width: 620px;
}
.home-records-info-container {
  background: rgba(255, 255, 255, 0.76);
  padding: 50px 25px 25px;
}
.home-records-info-container h3 {
  text-align: center;
  text-transform: uppercase;
}
.home-records-info {
  display: flex;
  height: 250px;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  margin: 25px 0 30px;
}
@media (max-width: 1445px) {
  .home-records-info {
    gap: 20px;
  }
}
@media (max-width: 738px) {
  .home-records-info {
    flex-direction: column;
    height: unset;
    min-height: unset;
  }
}
.home-records-info .bts-vl-separator {
  width: 2px;
  height: 100%;
  background: #db9e28;
  display: inline-block;
}
@media (max-width: 738px) {
  .home-records-info .bts-vl-separator {
    width: 100%;
    height: 2px;
    gap: 50px;
  }
}
.home-records-info .records-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
}
@media (max-width: 738px) {
  .home-records-info .records-info-item {
    width: 100%;
  }
}
.home-records-info .records-info-numbers {
  font-family: "Big Caslon";
  font-size: 60px;
  color: #db9e28;
  line-height: 1;
}
@media (max-width: 1056px) {
  .home-records-info .records-info-numbers {
    font-size: 40px;
  }
}
.home-records-info .records-info-heading {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 1056px) {
  .home-records-info .records-info-heading {
    font-size: 20px;
  }
}
@media (max-width: 855px) {
  .home-records-info .records-info-heading {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .home-records-info .records-info-heading {
    font-size: 14px;
  }
}
.home-partners {
  width: 100%;
  margin: 0 0 -100px;
}
.home-partners .home-partners-content {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 2.5em 0 3em;
}
.home-partners .home-partners-header {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.home-partners .home-partners-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #969698;
  white-space: nowrap;
  margin: 0;
}
.home-partners .home-partners-header line {
  height: 1px;
  display: block;
  width: 100%;
  background: #969698;
}
.home-partners .home-partners-logos {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 880px) {
  .home-partners .home-partners-logos {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-partners .home-partners-logos {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.home-partners .home-partners-logos img {
  object-fit: contain;
  max-width: 180px;
}
@media (max-width: 1400px) {
  .home-partners .home-partners-logos img {
    max-width: 150px;
  }
}
@media (max-width: 880px) {
  .home-partners .home-partners-logos img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .home-partners .home-partners-logos img {
    max-width: 100px;
  }
}
.home-portfolio {
  padding: 4.5em 0 5em;
  overflow: hidden;
  background: #f0f1f1;
}
.home-portfolio .row {
  align-items: center;
}
@media (max-width: 775px) {
  .home-portfolio .col-6 {
    width: 100%;
  }
}
.home-portfolio p {
  max-width: 667px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .home-portfolio p {
    font-size: 14px;
  }
}
.home-portfolio .slick-next {
  display: none !important;
}
.home-portfolio .slick-prev, .home-portfolio .slick-next {
  border: solid 10px #ffffff;
  height: unset;
  width: unset;
  border-radius: 100px;
}
.home-portfolio .slick-prev:before, .home-portfolio .slick-next:before {
  display: none;
}
@media (max-width: 775px) {
  .home-portfolio .home-portfolio-content {
    margin: 0 0 60px;
  }
}
.home-portfolio .portfolio-container {
  position: relative;
}
@media (max-width: 775px) {
  .home-portfolio .portfolio-container {
    margin: 0 30px;
  }
}
.home-portfolio .portfolio-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  border-radius: 14px;
  width: 50vw;
  height: 100%;
  display: block;
  z-index: 0;
}
@media (max-width: 775px) {
  .home-portfolio .portfolio-container:after {
    width: 100%;
  }
}
.home-portfolio .portfolio-container .portfolio-list {
  padding: 4em 0 4em 7em;
  z-index: 1;
}
@media (max-width: 1400px) {
  .home-portfolio .portfolio-container .portfolio-list {
    padding: 4em 0 4em 3em;
  }
}
.home-portfolio .portfolio-container .slick-track {
  display: flex;
}
.home-portfolio .portfolio-container .portfolio-item {
  margin: 0 7px;
  height: unset;
}
.home-portfolio .portfolio-container .portfolio-title {
  max-width: 221px;
}
.home-portfolio .portfolio-container .portfolio-item-content {
  padding: 20px;
  background: #f3f3f4;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-portfolio .portfolio-container .portfolio-item-content .portfolio-thumbnail {
  margin-bottom: 15px;
}
.home-portfolio .portfolio-container .portfolio-item-content .portfolio-title {
  font-size: 28px;
}
@media (max-width: 575px) {
  .home-portfolio .portfolio-container .portfolio-item-content .portfolio-title {
    font-size: 22px;
  }
}
.home-portfolio .portfolio-container .portfolio-item-content .portfolio-desc {
  font-size: 21px;
  font-weight: 200;
  line-height: 27px;
}
.home-portfolio .portfolio-container .portfolio-item-content .portfolio-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  line-clamp: 5;
  overflow: hidden;
}
.home-portfolio .portfolio-container .portfolio-item-content .read-more-button {
  font-size: 21px;
  text-transform: uppercase;
  color: #818285;
  margin-top: auto;
}
.home-portfolio .portfolio-container .portfolio-item-content .read-more-button:hover {
  color: #db9e28;
}
@media (max-width: 575px) {
  .home-portfolio .portfolio-container .portfolio-item-content .read-more-button {
    font-size: 18px;
  }
}
.home-advisory {
  padding: 5em 0;
  background: #f1f2f2;
  overflow: hidden;
}
@media (max-width: 775px) {
  .home-advisory {
    padding: 4em 0;
  }
  .home-advisory .col-6 {
    width: 100%;
  }
}
.home-advisory .home-advisory-content {
  padding-right: 70px;
}
@media (max-width: 775px) {
  .home-advisory .home-advisory-content {
    margin-bottom: 80px;
    padding-right: 0;
  }
}
.home-advisory p {
  margin-bottom: 30px;
  max-width: 550px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .home-advisory p {
    font-size: 14px;
  }
}
.home-advisory .row {
  align-items: center;
}
.home-advisory .bts-tab {
  max-width: 804px;
}
.home-advisory .property--wrapper {
  width: 50vw;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (max-width: 775px) {
  .home-advisory .property--wrapper {
    width: 100%;
  }
}
.home-advisory .property-flex {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  padding-bottom: 50px;
  padding-right: 150px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .home-advisory .property-flex {
    height: 450px;
  }
}
.home-advisory .property-flex:-webkit-scrollbar {
  display: none;
  /* hide Chrome scrollbar */
}
.home-advisory .property-flex .property-card {
  border: 1px solid #818285;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  cursor: default;
  background: #f0f1f1;
  flex: 0 0 350px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 575px) {
  .home-advisory .property-flex .property-card {
    flex: 0 0 270px;
  }
}
.home-advisory .property-flex .property-card .property-image {
  margin-bottom: 20px;
  height: 185px;
  object-fit: cover;
}
.home-advisory .property-flex .property-card .property-details {
  font-size: 16px;
  font-weight: 200;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.home-advisory .property-flex .property-card .property-name {
  font-size: 26px;
  line-height: 1.2;
  max-width: 260px;
  white-space: wrap;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .home-advisory .property-flex .property-card .property-name {
    font-size: 20px;
  }
}
.home-advisory .property-flex .property-card .property-location {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-advisory .property-flex .property-card .property-size {
  font-weight: 600;
  text-transform: uppercase;
}
.home-advisory .property-flex .property-card .property-price {
  font-weight: 600;
  text-transform: uppercase;
}
.home-advisory .property-flex .property-card .property-button {
  margin: auto auto -30px;
}
.home-advisory .property-flex .property-card .property-button .btn-more {
  background: #818285;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 100px;
  height: 42px;
  text-transform: uppercase;
  display: flex;
  width: 215px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-advisory .property-flex .property-card:hover {
  border: 1px solid #db9e28;
}
.home-advisory .property-flex .property-card:hover .btn-more {
  background: #db9e28;
}
.home-advisory .custom-scrollbar {
  height: 10px;
  background: #eaebec;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home-advisory .custom-thumb {
  height: 100%;
  background: #818285;
  width: 180px !important;
  border-radius: 5px;
  position: absolute;
  left: 0;
  cursor: grab;
}
.home-advisory .custom-thumb:hover {
  color: #db9e28;
}
.home-benefits {
  padding: 7em 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-benefits {
    padding: 4em 0;
  }
}
.home-benefits .row {
  align-items: center;
}
@media (max-width: 775px) {
  .home-benefits .col-6 {
    width: 100%;
  }
}
.home-benefits p {
  margin-bottom: 30px;
  max-width: 667px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .home-benefits p {
    font-size: 14px;
  }
}
.home-benefits .benefits-container {
  position: relative;
}
.home-benefits .benefits-container:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #f3f3f4;
  border-radius: 14px;
  width: 50vw;
  height: 100%;
  display: block;
  z-index: -1;
}
@media (max-width: 775px) {
  .home-benefits .benefits-container:after {
    width: 100%;
    left: -35px;
  }
}
@media (max-width: 775px) {
  .home-benefits .benefits-container {
    margin-bottom: 80px;
  }
}
.home-benefits .benefits-container .benefits-content {
  padding: 4em 5em 4em 0;
}
.home-benefits .benefits-container .benefits-heading {
  font-family: "Big Caslon";
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .home-benefits .benefits-container .benefits-heading {
    font-size: 28px;
  }
}
.home-benefits .benefits-container .benefits-item {
  background: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
  padding: 40px 27px;
  margin-bottom: 8px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-benefits .benefits-container .benefits-item:hover {
  background: #e8e8e8;
}
@media (max-width: 575px) {
  .home-benefits .benefits-container .benefits-item {
    font-size: 14px;
    line-height: 1.4;
  }
}
.home-benefits .home-benefits-content {
  padding-left: 8em;
}
@media (max-width: 1400px) {
  .home-benefits .home-benefits-content {
    padding-left: 3em;
  }
}
@media (max-width: 775px) {
  .home-benefits .home-benefits-content {
    padding-left: 0;
  }
}
.home-benefits .home-benefits-content img {
  margin: 0 0 30px;
}
@media (max-width: 775px) {
  .home-benefits .home-benefits-content img {
    margin: 0 auto 30px;
    max-width: 450px;
  }
}
.home-legacy {
  padding: 8em 0;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
}
@media (max-width: 575px) {
  .home-legacy {
    padding: 4em 0;
  }
}
.home-legacy .row {
  align-items: center;
}
.home-legacy p {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .home-legacy p {
    font-size: 14px;
  }
}
.home-legacy .home-legacy-content {
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
}
.home-legacy .home-legacy-content .bts-separator {
  margin-left: auto;
  margin-right: auto;
}
.home-legacy .home-legacy-content a {
  margin: 0 auto;
}
.home-legacy .home-legacy-content .bts-actions {
  margin: 0 0 50px;
}
.home-legacy .home-client-images {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-legacy .home-client-images .client-image {
  background: #ffffff;
  width: calc(20% - 12px);
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #909193;
  padding: 20px;
}
@media (max-width: 1400px) {
  .home-legacy .home-client-images .client-image {
    height: 220px;
  }
}
@media (max-width: 1000px) {
  .home-legacy .home-client-images .client-image {
    height: 170px;
  }
}
@media (max-width: 900px) {
  .home-legacy .home-client-images .client-image {
    width: calc(33.333% - 12px);
  }
}
@media (max-width: 500px) {
  .home-legacy .home-client-images .client-image {
    width: calc(50% - 12px);
  }
}
.home-legacy .home-client-images .client-image img {
  max-width: 220px;
}
@media (max-width: 900px) {
  .home-legacy .home-client-images .client-image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
}
.home-properties {
  padding: 8em 0;
  display: none;
}
.home-properties .home-properties-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-properties .home-properties-content p {
  text-align: center;
  max-width: 950px;
}
.home-properties .home-properties-content .properties-nav-border {
  content: "";
  height: 7px;
  max-width: 1120px;
  background: #c7c8ca;
  width: 100%;
  margin: 40px 0 0;
}
.home-properties .home-properties-content .properties-filter {
  display: flex;
  gap: 50px;
  text-transform: uppercase;
  margin-bottom: 4em;
  margin-top: -7px;
}
.home-properties .home-properties-content .properties-filter .properties-filter-item {
  font-size: 20px;
  position: relative;
  font-weight: 200;
  cursor: pointer;
  padding: 5px 10px 0;
  border-top: 7px solid #c7c8ca;
}
.home-properties .home-properties-content .properties-filter .properties-filter-item:hover {
  color: #db9e28;
}
.home-properties .home-properties-content .properties-filter .properties-filter-item.active {
  border-top: 7px solid #db9e28;
}
@media (max-width: 575px) {
  .home-properties .home-properties-content .properties-filter .properties-filter-item {
    font-size: 14px;
  }
}
.home-properties .home-properties-content .property-flex {
  display: flex;
  gap: 12px;
}
.home-properties .home-properties-content .property-flex .property-card {
  border: 1px solid #818285;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  cursor: default;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-properties .home-properties-content .property-flex .property-card .property-image {
  margin-bottom: 20px;
}
.home-properties .home-properties-content .property-flex .property-card .property-details {
  font-size: 18px;
  font-weight: 200;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.home-properties .home-properties-content .property-flex .property-card .property-name {
  font-size: 28px;
  max-width: 260px;
  line-height: 1.2;
  white-space: wrap;
  margin-bottom: 10px;
}
.home-properties .home-properties-content .property-flex .property-card .property-button {
  margin: auto auto -30px;
}
.home-properties .home-properties-content .property-flex .property-card .property-button .btn-more {
  background: #818285;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 100px;
  height: 42px;
  text-transform: uppercase;
  display: flex;
  width: 215px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-properties .home-properties-content .property-flex .property-card:hover {
  transform: scale(1.05);
  border: 2px solid #db9e28;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.home-properties .home-properties-content .property-flex .property-card:hover .btn-more {
  background: #db9e28;
}
.home-contact {
  padding: 9em 0 5em;
  background: #f1f2f2;
}
.home-contact .home-contact-content p {
  margin-bottom: 30px;
  max-width: 380px;
}
.home-contact .home-contact-content h2 {
  line-height: 66px;
  max-width: 510px;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.core-values-section {
  background: #f0f1f1;
  padding: 4.5em 0 5em;
}
.core-values-section .section-sub-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #db9e28;
  margin: 0 0 15px;
}
.core-values-section .section-heading {
  font-size: 48px;
  text-align: center;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .core-values-section .section-heading {
    font-size: 28px;
  }
}
.core-values-section .section-paragraph {
  font-size: 16px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.42;
}
.core-values-section .core-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.core-values-section .core-values-list .item {
  display: flex;
  flex: 0 0 calc(33.3333% - 10px);
  background: #ffffff;
  height: 236px;
  padding: 45px 25px 45px 20px;
  gap: 20px;
}
@media (max-width: 1439px) {
  .core-values-section .core-values-list .item {
    height: auto;
  }
}
@media (max-width: 1180px) {
  .core-values-section .core-values-list .item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .core-values-section .core-values-list .item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .core-values-section .core-values-list .item {
    flex: 0 0 calc(100% - 10px);
  }
}
.core-values-section .core-values-list .item .item-image {
  flex: 0 0 100px;
}
@media (max-width: 1180px) {
  .core-values-section .core-values-list .item .item-image {
    display: flex;
    justify-content: center;
  }
}
.core-values-section .core-values-list .item .item-image img {
  width: 100%;
}
@media (max-width: 1180px) {
  .core-values-section .core-values-list .item .item-image img {
    max-width: 90px;
  }
}
@media (max-width: 1180px) {
  .core-values-section .core-values-list .item .item-content {
    text-align: center;
  }
}
.core-values-section .core-values-list .item .item-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #db9e28;
}
@media (max-width: 575px) {
  .core-values-section .core-values-list .item .item-title {
    font-size: 14px;
  }
}
.core-values-section .core-values-list .item .item-desc {
  font-size: 16px;
  lin-height: 1.28;
}
.teams-section {
  padding: 6em 0 6em;
  background: #FFFFFF;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
}
.teams-section .section-sub-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #db9e28;
  margin: 0 0 15px;
}
.teams-section .section-heading {
  font-size: 48px;
  text-align: center;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .teams-section .section-heading {
    font-size: 28px;
  }
}
.teams-section .section-paragraph {
  font-size: 16px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.42;
}
.teams-section .team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.teams-section .team-list .member {
  display: flex;
  flex: 0 0 calc(33.3333% - 10px);
  position: relative;
  margin: 0 0 4.5em;
}
@media (max-width: 1090px) {
  .teams-section .team-list .member {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 667px) {
  .teams-section .team-list .member {
    flex: 0 0 calc(100% - 10px);
  }
}
.teams-section .team-list .member .member-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
  padding: 15px;
}
@media (max-width: 667px) {
  .teams-section .team-list .member .member-close svg {
    width: 15px;
  }
}
.teams-section .team-list .member .member-close svg path {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.teams-section .team-list .member .member-close svg:hover path {
  fill: #db9e28;
}
.teams-section .team-list .member .member-expand {
  width: 45px;
  height: 45px;
  background: #db9e28;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -45px auto 15px;
  cursor: pointer;
  padding-top: 5px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.teams-section .team-list .member .member-expand:hover {
  background: #414042;
}
.teams-section .team-list .member .member-social-wrap {
  margin: -42px auto 15px;
  width: 100%;
  display: none;
}
.teams-section .team-list .member .member-social {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.teams-section .team-list .member .member-social svg {
  width: 40px;
}
.teams-section .team-list .member .member-social svg path, .teams-section .team-list .member .member-social svg rect {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.teams-section .team-list .member .member-social a:hover > svg > path:first-child {
  fill: #414042;
}
.teams-section .team-list .member .member-container {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.teams-section .team-list .member .member-content {
  text-align: center;
  background: #f0f1f1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
  width: 100%;
  padding: 20px;
  position: relative;
}
.teams-section .team-list .member .member-name {
  font-size: 20px;
}
@media (max-width: 575px) {
  .teams-section .team-list .member .member-name {
    font-size: 14px;
  }
}
.teams-section .team-list .member .member-role {
  font-size: 15px;
  lin-height: 1.15;
}
.teams-section .team-list .member .member-bio-wrapper {
  position: relative;
  overflow: hidden;
}
.teams-section .team-list .member .member-bio-wrapper:after {
  content: "";
  display: block;
  background-color: #f0f1f1;
  position: absolute;
  bottom: -150px;
  left: -25%;
  width: 150%;
  height: 200px;
  filter: blur(20px);
  z-index: 10;
}
.teams-section .team-list .member .member-bio {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  margin: 15px 0;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1424px) {
  .teams-section .team-list .member .member-bio {
    max-height: clamp(120px, 15vw, 300px);
  }
}
.teams-section .team-list .member .member-more-info {
  display: none;
}
.teams-section .team-list .member hr {
  background: #494949;
  opacity: 1;
}
.teams-section .team-list .member .member-phone, .teams-section .team-list .member .member-email {
  font-size: 13px;
  color: var(--bs-body-color);
}
.teams-section .team-list .member .member-phone:hover, .teams-section .team-list .member .member-email:hover {
  color: #db9e28;
}
.teams-section .team-list .member .member-image {
  width: 100%;
}
.teams-section .team-list .member .member-image img {
  width: 100%;
}
/*--------------------------------------------------------------
# Investment Portfolio
--------------------------------------------------------------*/
.section--portfolio {
  padding: 8em 0;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .section--portfolio {
    padding: 4em 0;
  }
}
.section--portfolio .portfolio-tab-flex {
  display: flex;
}
@media (max-width: 767px) {
  .section--portfolio .portfolio-tab-flex {
    flex-wrap: wrap;
  }
}
.section--portfolio .portfolio-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section--portfolio .portfolio-tabs {
    margin-bottom: 50px;
  }
}
.section--portfolio .portfolio-tab-button {
  font-size: 28px;
  font-family: "Big Caslon";
  display: flex;
  align-items: center;
  height: 95px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 575px) {
  .section--portfolio .portfolio-tab-button {
    font-size: 18px;
    height: 50px;
  }
}
.section--portfolio .portfolio-tab-button svg {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .section--portfolio .portfolio-tab-button svg {
    width: 8px;
  }
}
.section--portfolio .portfolio-tab-button svg path {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.section--portfolio .portfolio-tab-button:after {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  background: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
}
.section--portfolio .portfolio-tab-button:hover {
  background: #f5f5f5;
}
.section--portfolio .portfolio-tab-button:hover:after {
  opacity: 1;
}
.section--portfolio .portfolio-tab-button.active {
  background: #db9e28;
  color: #ffffff;
}
.section--portfolio .portfolio-tab-button.active:after {
  opacity: 1;
  background: #db9e28;
}
.section--portfolio .portfolio-tab-button.active svg path {
  fill: #ffffff;
}
.section--portfolio .portfolio-tab-contents {
  position: relative;
  height: 870px;
  background: #f0f1f1;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section--portfolio .portfolio-tab-contents:before {
  content: "";
  display: block;
  background-color: #f0f1f1;
  position: absolute;
  top: -70px;
  left: -25%;
  width: 150%;
  height: 200px;
  filter: blur(20px);
  z-index: 10;
}
.section--portfolio .portfolio-tab-contents:after {
  content: "";
  display: block;
  background-color: #f0f1f1;
  position: absolute;
  bottom: -70px;
  left: -25%;
  width: 150%;
  height: 200px;
  filter: blur(20px);
  z-index: 10;
}
@media (max-width: 767px) {
  .section--portfolio .portfolio-tab-contents {
    height: 700px;
  }
}
@media (max-width: 575px) {
  .section--portfolio .portfolio-tab-contents .portfolio-desc {
    font-size: 14px;
  }
}
.section--portfolio .portfolio-tab-flex-col {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .section--portfolio .portfolio-tab-flex-col {
    flex: 0 0 100%;
  }
}
.section--portfolio .portfolio-tab-contents-container {
  overflow: hidden;
  height: 100%;
}
.section--portfolio .portfolio-tab-contents-container:-webkit-scrollbar {
  display: none;
  /* hide Chrome scrollbar */
}
.section--portfolio .portfolio-tab-contents-wrap {
  padding: 6em 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .section--portfolio .portfolio-tab-contents-wrap {
    padding: 0 20px;
  }
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content {
  padding: 20px 0;
  border-bottom: 1px solid #db9e28;
  margin-bottom: 20px;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content .portfolio-thumbnail {
  margin-bottom: 20px;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content p {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content p {
    font-size: 14p;
  }
}
.section--portfolio .scroll-spacer {
  width: 100%;
  display: block;
  pointer-events: none;
}
/*--------------------------------------------------------------
# Brokerage & Discovery
--------------------------------------------------------------*/
#brokerage h2 {
  font-size: 48px;
  max-width: 1030px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 575px) {
  #brokerage h2 {
    font-size: 28px;
  }
}
#brokerage h3 {
  font-size: 28px;
  max-width: 330px;
  margin-bottom: 20px;
}
#brokerage .brokerage-banner {
  height: 137vh;
}
@media (max-width: 767px) {
  #brokerage .brokerage-banner {
    height: 200vh;
  }
}
#brokerage .section--oppportunities {
  padding: 8em 0 6em;
  background: #f0f1f1;
  overflow: hidden;
}
#brokerage .section--oppportunities .brokerage-flex {
  display: flex;
  gap: 12px;
  width: 100%;
}
#brokerage .section--oppportunities .brokerage-flex .brokerage-col {
  flex: 0 0 calc(50% - 12px);
  background: #ffffff;
  padding: 5em 4em;
}
#brokerage .section--oppportunities ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
#brokerage .section--oppportunities ul li {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}
#brokerage .section--oppportunities ul li:before {
  content: "";
  display: inline-block;
  background-image: url("images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 29px;
  height: 29px;
  margin-right: 15px;
}
#brokerage .section--brokerage-cta {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #brokerage .section--brokerage-cta {
    padding: 0 0 4em;
  }
}
#brokerage .section--brokerage-cta h4 {
  font-size: 24px;
  font-weight: 200;
  font-family: "Poppins";
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  #brokerage .section--brokerage-cta h4 {
    font-size: 20px;
  }
}
#brokerage .section--brokerage-cta h4 a {
  font-weight: 700;
  color: #414042;
}
#brokerage .section--brokerage-cta h4 a:hover {
  color: #db9e28;
}
@media (max-width: 575px) {
  #brokerage .section--brokerage-cta p {
    font-size: 14px;
  }
}
#brokerage .section--brokerage-cta .brokerage-cta-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 3em;
  text-align: center;
  position: relative;
  z-index: 1;
}
#brokerage .section--brokerage-cta .brokerage-cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#brokerage .section--brokerage-cta .brokerage-cta-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
#brokerage .section--transactions {
  padding: 7em 0 6em;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
}
@media (max-width: 575px) {
  #brokerage .section--transactions {
    padding: 3em 0;
  }
}
#brokerage .section--transactions p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
#brokerage .price-option-label {
  font-size: 20px;
  text-align: center;
  margin: 25px 0 7px;
}
@media (max-width: 575px) {
  #brokerage .price-option-label {
    font-size: 14px;
  }
}
#brokerage #price-bar-container {
  width: 100%;
  height: 6px;
  background: #c6c8ca;
  margin: 0 auto 20px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 1200px;
}
#brokerage #price-bar-fill {
  height: 100%;
  background-color: #db9e28;
  /* golden fill */
  width: 0%;
  transition: width 0.4s ease;
}
#brokerage #price-options {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 50px;
}
#brokerage #price-options .price-option {
  cursor: pointer;
  flex: 0 0 10%;
  text-align: center;
}
#brokerage #price-options .price-option:first-child {
  text-align: left;
}
#brokerage #price-options .price-option:last-child {
  text-align: right;
}
#brokerage #price-options .price-option:hover, #brokerage #price-options .price-option.active {
  color: #db9e28;
}
#brokerage .property-flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#brokerage .property-flex .property-card {
  border: 1px solid #818285;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  cursor: default;
  flex: 0 0 calc(25% - 12px);
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 1215px) {
  #brokerage .property-flex .property-card {
    flex: 0 0 calc(33.3333% - 12px);
  }
}
@media (max-width: 900px) {
  #brokerage .property-flex .property-card {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  #brokerage .property-flex .property-card {
    flex: 0 0 100%;
  }
}
#brokerage .property-flex .property-card .property-image {
  margin-bottom: 20px;
}
#brokerage .property-flex .property-card .property-image img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
#brokerage .property-flex .property-card .property-details {
  font-size: 18px;
  font-weight: 200;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #brokerage .property-flex .property-card .property-details {
    font-size: 14px;
  }
}
#brokerage .property-flex .property-card .property-name {
  font-size: 28px;
  line-height: 1.2;
  max-width: 260px;
  font-size: 26px;
  white-space: wrap;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  #brokerage .property-flex .property-card .property-name {
    font-size: 20px;
  }
}
#brokerage .property-flex .property-card .property-location {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#brokerage .property-flex .property-card .property-size {
  font-weight: 600;
  text-transform: uppercase;
}
#brokerage .property-flex .property-card .property-price {
  font-weight: 600;
  text-transform: uppercase;
}
#brokerage .property-flex .property-card .property-button {
  margin: auto auto -30px;
}
#brokerage .property-flex .property-card .property-button .btn-more {
  background: #818285;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 100px;
  height: 42px;
  text-transform: uppercase;
  display: flex;
  width: 215px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#brokerage .property-flex .property-card:hover {
  border: 2px solid #db9e28;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/*--------------------------------------------------------------
# Philantrophy Page
--------------------------------------------------------------*/
.page-template-page-philantrophy .page-banner .page-banner-image img {
  object-position: top;
}
.page-template-page-philantrophy .section--intro {
  padding: 5em 0;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro {
    padding: 2em 0;
  }
}
.page-template-page-philantrophy .section--intro .section-intro-content {
  max-width: 630px;
}
@media (max-width: 767px) {
  .page-template-page-philantrophy .section--intro .section-intro-content {
    margin-bottom: 30px;
  }
}
.page-template-page-philantrophy .section--intro .slick-track {
  display: flex;
  align-items: center;
}
.page-template-page-philantrophy .section--intro .slick-prev {
  left: 15px;
  z-index: 1;
}
.page-template-page-philantrophy .section--intro .slick-next {
  right: 15px;
  z-index: 1;
}
.page-template-page-philantrophy .section--intro h1 {
  font-size: 50px;
  margin: 0 0 10px;
  align-self: flex-start;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro h1 {
    font-size: 28px;
  }
}
.page-template-page-philantrophy .section--intro p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro p {
    font-size: 14px;
  }
}
.page-template-page-philantrophy .section--intro .slider-separator {
  background: #db9e28;
  height: 6px;
  width: 184px;
  margin: 2em auto 3em;
}
.page-template-page-philantrophy .section--intro .section-sub-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  color: #db9e28;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro .section-sub-heading {
    font-size: 16px;
  }
}
.page-template-page-philantrophy .section--intro .section-desc {
  font-size: 19px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro .section-desc {
    font-size: 14px;
  }
}
.page-template-page-philantrophy .section--intro .section-button {
  max-width: 400px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db9e28;
  border-radius: 100px;
  padding: 0 30px 0;
  margin: 0;
  align-self: flex-start;
}
.page-template-page-philantrophy .section--intro .section-button:hover {
  background: #414042;
}
@media (max-width: 575px) {
  .page-template-page-philantrophy .section--intro .section-button {
    width: 100%;
    font-size: 14px;
  }
}
.section--partners {
  padding: 4em 0 8em;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
}
.section--partners .partners-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 900px) {
  .section--partners .partners-list {
    flex-wrap: wrap;
  }
}
.section--partners .partners-list .partner-item {
  flex: 0 0 calc(25% - 40px);
}
@media (max-width: 900px) {
  .section--partners .partners-list .partner-item {
    flex: unset;
    width: calc(50% - 40px);
  }
}
.section--partners .partners-list .partner-item .partner-image {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 10px;
}
.section--partners .partners-list .partner-item .partner-image img {
  width: 180px;
  object-fit: cover;
}
.section--partners .partners-list .partner-item .partner-name {
  font-family: "Big Caslon";
  font-size: 28px;
  line-height: 1.2;
  max-width: 220px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .section--partners .partners-list .partner-item .partner-name {
    font-size: 20px;
  }
}
.section--partners .partners-list .partner-item .partner-desc {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section--partners .partners-list .partner-item .partner-desc {
    font-size: 14px;
  }
}
.section--partners .partners-list .partner-item .partner-link {
  width: 190px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db9e28;
  border-radius: 100px;
  padding-top: 0;
  margin: 0;
  align-self: flex-start;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.section--partners .partners-list .partner-item .partner-link:hover {
  background: #414042;
}
@media (max-width: 575px) {
  .section--partners .partners-list .partner-item .partner-link {
    width: 100%;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Media Page
--------------------------------------------------------------*/
.section--posts-header {
  padding: 6em 0 0;
}
@media (max-width: 767px) {
  .section--posts-header {
    padding: 3em 0 0;
  }
}
.section--posts-header h1 {
  text-align: center;
}
.section--posts {
  padding: 3em 0 4em;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
}
.custom-post-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-post-wrapper .custom-post-card {
  border: 2px solid #b9bbbc;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  max-width: calc(33.3333% - 20px);
  display: flex;
  flex-direction: column;
}
.custom-post-wrapper .custom-post-card:hover {
  border-color: #db9e28;
}
@media (max-width: 1023px) {
  .custom-post-wrapper .custom-post-card {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .custom-post-wrapper .custom-post-card {
    max-width: 100%;
  }
}
.custom-post-wrapper .custom-post-card .custom-post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-category span {
  background: #333;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-title {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .custom-post-wrapper .custom-post-card .custom-post-content .post-title {
    font-size: 18px;
  }
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-excerpt {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .custom-post-wrapper .custom-post-card .custom-post-content .post-excerpt {
    font-size: 14px;
  }
}
.custom-post-wrapper .custom-post-card .post-actions {
  margin-top: auto;
}
.custom-post-wrapper .custom-post-card .read-more {
  font-weight: bold;
  color: #414042;
  text-decoration: none;
}
.custom-post-wrapper .custom-post-card .read-more:hover {
  color: #db9e28;
}
.custom-pagination {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination a, .custom-pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 5px;
  color: #414042;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 575px) {
  .custom-pagination a, .custom-pagination span {
    font-size: 14px;
  }
}
.custom-pagination .current {
  font-weight: 700;
  font-size: 22px;
}
.entry-content p {
  font-size: 18px;
}
.entry-footer .cat-links {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 30px 0 40px;
}
/*--------------------------------------------------------------
# Exchange Page
--------------------------------------------------------------*/
@media (max-width: 1010px) {
  #exchange .page-banner-flex {
    flex-wrap: wrap;
  }
}
@media (min-width: 1011px) {
  #exchange .page-banner-flex .page-banner-list {
    margin-left: 15px;
  }
}
@media (max-width: 1010px) {
  #exchange .page-banner-flex .page-banner-list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #exchange .page-banner-flex .page-banner-list {
    margin-top: 0;
  }
}
#exchange .page-banner-image img {
  height: 137vh;
}
@media (max-width: 767px) {
  #exchange .page-banner-image img {
    height: 200vh;
  }
}
#exchange h2.section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
#exchange h2.section-heading:after {
  content: "";
  width: 170px;
  height: 4px;
  background-color: #db9e28;
  display: inline-block;
  margin: 30px 0 30px;
}
#exchange h2.section-heading.section-align-left {
  text-align: left;
  align-items: flex-start;
}
#exchange .section-paragraph p {
  text-align: center;
}
#exchange .section-paragraph.section-align-left p {
  text-align: left;
}
#exchange .section--exchange-intro {
  padding: 6em 0;
}
#exchange .section--exchange-intro .section-heading {
  align-items: flex-start;
}
#exchange .section--exchange-intro .section-paragraph {
  max-width: 750px;
}
#exchange .section--exchange-intro .section-paragraph p {
  text-align: left;
}
@media (max-width: 767px) {
  #exchange .section--exchange-intro img {
    max-width: 360px;
    margin: 20px auto 0;
    display: block;
  }
}
#exchange .section--exchange-types {
  padding: 6em 0 0;
  background-color: #f3f4f4;
}
#exchange .section--exchange-types ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin: 50px 0 -100px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  #exchange .section--exchange-types ul {
    flex: nowrap;
    margin: 50px 0 -10%;
  }
}
#exchange .section--exchange-types ul li {
  flex: 1 0 calc(100% - 10px);
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #afb0b2;
  padding: 2.5em;
}
@media (min-width: 1024px) {
  #exchange .section--exchange-types ul li {
    flex: 1 0 calc(33.3333% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  #exchange .section--exchange-types ul li {
    font-size: 14px;
    padding: 3.5em;
  }
}
#exchange .section--exchange-types ul li strong {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #exchange .section--exchange-types ul li strong {
    font-size: 18px;
  }
}
#exchange .section--exchange-tabs {
  padding: 15em 0 6em;
}
@media (max-width: 575px) {
  #exchange .section--exchange-tabs {
    padding: 10em 0 5em;
  }
}
#exchange .section--exchange-tabs .section-heading {
  max-width: 340px;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item {
  background: #f3f4f4;
  border-bottom: 1px solid #929292;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item:last-child {
  border-bottom: 0 none;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item .tab-button {
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item .tab-button:after {
  content: "+";
  display: inline-block;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item .tab--content {
  padding: 25px 40px;
  display: none;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item.active .tab-button {
  background: #db9e28;
  color: #ffffff;
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item.active .tab-button:after {
  content: "-";
}
#exchange .section--exchange-tabs .bts--tabs-wrapper .bts-tab-item.active .tab--content {
  display: block;
}
#exchange .exchange-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#exchange .exchange-services .exchange-services-item {
  background: #f3f4f4;
  padding: 15px 20px;
}
#exchange .exchange-services .exchange-services-item .exchange-service-heading {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  #exchange .exchange-services .exchange-services-item .exchange-service-heading {
    font-size: 14px;
  }
}
#exchange .section--exchange-benefits {
  position: relative;
}
#exchange .section--exchange-benefits .benefits-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1021px) {
  #exchange .section--exchange-benefits .benefits-flex {
    flex-direction: column-reverse;
  }
}
#exchange .section--exchange-benefits .benefits-header {
  padding: 6em 3em;
  background: #f0f1f1;
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 550px;
}
@media (max-width: 1021px) {
  #exchange .section--exchange-benefits .benefits-header {
    min-height: unset;
    flex: unset;
    width: 100%;
    margin: 10px 0;
    padding: 2.5em 20px 1.5em;
  }
  #exchange .section--exchange-benefits .benefits-header br {
    display: none;
  }
}
#exchange .section--exchange-benefits .benefits-header .section-heading {
  max-width: 270px;
}
@media (max-width: 1021px) {
  #exchange .section--exchange-benefits .benefits-header .section-heading {
    max-width: 100%;
  }
}
#exchange .section--exchange-benefits .benefits-content {
  display: flex;
}
#exchange .section--exchange-benefits ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
@media (max-width: 1021px) {
  #exchange .section--exchange-benefits ul {
    margin: 0 0 10px;
  }
}
#exchange .section--exchange-benefits ul li {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
#exchange .section--exchange-benefits ul li strong {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 575px) {
  #exchange .section--exchange-benefits ul li strong {
    font-size: 14px;
  }
}
#exchange .section--exchange-benefits ul li p {
  max-width: 950px;
}
@media (max-width: 575px) {
  #exchange .section--exchange-benefits ul li p {
    font-size: 14px;
  }
}
#exchange .section--exchange-benefits .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#exchange .section--exchange-benefits .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#exchange .section--exchange-deadlines {
  padding: 4em 0;
}
#exchange .section--exchange-deadlines ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin: 30px 0 0;
}
@media (max-width: 575px) {
  #exchange .section--exchange-deadlines ul {
    flex-direction: column;
  }
}
#exchange .section--exchange-deadlines ul li {
  background: #f0f1f1;
  padding: 25px;
}
#exchange .section--exchange-deadlines ul li strong {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 575px) {
  #exchange .section--exchange-deadlines ul li strong {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #exchange .section--exchange-deadlines ul li {
    font-size: 14px;
  }
  #exchange .section--exchange-deadlines ul li br {
    display: none;
  }
}
#exchange .section--exchange-qualifications {
  padding: 4em 0;
  background: #f3f4f4;
}
#exchange .section--exchange-qualifications ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin: 60px 0 0;
}
@media (max-width: 1140px) {
  #exchange .section--exchange-qualifications ul {
    flex-wrap: wrap;
    gap: 60px;
  }
}
#exchange .section--exchange-qualifications ul li {
  padding: 0 25px;
  text-align: center;
  border-right: solid 1px #898a8a;
  flex: 0 0 calc(25% - 10px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1140px) {
  #exchange .section--exchange-qualifications ul li {
    flex: 0 0 calc(50% - 60px);
    border-right: 0;
  }
}
@media (max-width: 675px) {
  #exchange .section--exchange-qualifications ul li {
    flex: unset;
    width: 100%;
  }
}
#exchange .section--exchange-qualifications ul li:last-child {
  border-right: 0 none;
}
#exchange .section--exchange-qualifications ul li .qualification-icon {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
#exchange .section--exchange-qualifications ul li .qualification-icon img {
  height: 68px;
  width: auto;
}
#exchange .section--exchange-qualifications ul li strong {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 575px) {
  #exchange .section--exchange-qualifications ul li strong {
    font-size: 14px;
  }
}
#exchange .section--exchange-considerations {
  padding: 4em 0;
}
#exchange .section--exchange-considerations .section-heading {
  max-width: 410px;
}
#exchange .section--exchange-considerations ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin: 0;
  flex-direction: column;
}
#exchange .section--exchange-considerations ul li {
  background: #f0f1f1;
  padding: 25px 25px 10px;
  border-left: 7px solid #db9e28;
}
#exchange .section--exchange-considerations ul li strong {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 575px) {
  #exchange .section--exchange-considerations ul li strong {
    font-size: 14px;
  }
}
#exchange .section--exchange-cta {
  padding: 4em 0;
  position: relative;
}
#exchange .section--exchange-cta .section-heading {
  color: #ffffff;
  margin: 0 0 15px;
}
#exchange .section--exchange-cta .section-heading:after {
  display: none;
}
#exchange .section--exchange-cta p {
  color: #ffffff;
  margin: 0 0 30px;
}
#exchange .section--exchange-cta .section-content {
  display: flex;
  justify-content: center;
}
#exchange .section--exchange-cta .cta-button {
  width: 190px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db9e28;
  border-radius: 100px;
  padding-top: 0;
  margin: 0;
  align-self: flex-start;
}
#exchange .section--exchange-cta .cta-button:hover {
  background: #414042;
}
#exchange .section--exchange-cta .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#exchange .section--exchange-cta .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
#contact-us p {
  font-size: 18px;
}
@media (max-width: 575px) {
  #contact-us p {
    font-size: 14px;
  }
}
#contact-us h2 {
  line-height: 1.2;
  font-size: 42px;
}
#contact-us .section--contact-info {
  background: #ffffff;
  padding-bottom: 1em;
}
#contact-us .section--contact-info .contact-info-flex {
  display: flex;
  gap: 15px;
}
@media (max-width: 1023px) {
  #contact-us .section--contact-info .contact-info-flex {
    margin-top: -80px;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  #contact-us .section--contact-info .contact-info-flex {
    margin-top: -90px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  padding: 0 15px 40px;
  z-index: 400;
}
@media (min-width: 1024px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item {
    max-width: calc(33.3333% - 10px);
    margin-top: -120px;
  }
}
@media (max-width: 1023px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item {
    max-width: 500px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-icon {
  background-color: #db9e28;
  border-radius: 999px;
  padding: 20px;
  margin: -50px 0 10px;
}
@media (max-width: 575px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item .info-icon {
    margin: -25px 0 10px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-icon svg {
  width: 60px;
}
@media (max-width: 575px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item .info-icon svg {
    width: 30px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-heading {
  font-family: "Big Caslon";
  font-size: 36px;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item .info-heading {
    font-size: 28px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-content {
  font-size: 20px;
  max-width: 320px;
  text-align: center;
}
@media (max-width: 575px) {
  #contact-us .section--contact-info .contact-info-flex .contact-info-item .info-content {
    font-size: 14px;
  }
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-content a {
  color: #414042;
}
#contact-us .section--contact-info .contact-info-flex .contact-info-item .info-content a:hover {
  color: #db9e28;
}
#contact-us .section--contact {
  padding: 6em 0 3em;
}
@media (max-width: 575px) {
  #contact-us .section--contact {
    padding: 3em 0 1em;
  }
}
#contact-us .section--contact .contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-us .section--contact .contact-content p {
  margin-bottom: 50px;
  max-width: 550px;
  text-align: center;
}
#contact-us .section--contact .contact-content h2 {
  max-width: 470px;
  margin-bottom: 20px;
}
#contact-us .section--contact input, #contact-us .section--contact textarea {
  border-color: #9c9d9f;
}
#contact-us .section--contact input:hover, #contact-us .section--contact input:focus, #contact-us .section--contact textarea:hover, #contact-us .section--contact textarea:focus {
  border-color: #414042;
}
#contact-us .section--careers {
  overflow: hidden;
  background: #f3f4f4;
  padding: 6em 0;
}
#contact-us .section--careers .section-sub-heading {
  text-align: center;
  color: #db9e28;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  #contact-us .section--careers .section-sub-heading {
    font-size: 18px;
  }
}
#contact-us .section--careers h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #contact-us .section--careers h2 {
    font-size: 28px;
  }
}
#contact-us .section--careers .bts-separator {
  margin: 0 auto 30px;
}
#contact-us .section--careers .col-12 p {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
#contact-us .section--careers .careers-tabs {
  max-width: 700px;
}
#contact-us .section--careers .careers-tabs .bts--tabs-heading {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8b8b;
  margin-bottom: 50px;
}
#contact-us .section--careers .careers-tabs .bts-tab-item {
  background: unset;
}
#contact-us .section--careers .careers-tabs .bts-tab-item:last-child {
  border-bottom: 0 none;
}
#contact-us .section--careers .careers-tabs .bts-tab-item .bts-tab-btn {
  border: solid 1px transparent;
  border-radius: 100px;
  font-family: "Poppins";
  font-size: 20px;
  padding: 10px 22px 6px;
}
@media (max-width: 575px) {
  #contact-us .section--careers .careers-tabs .bts-tab-item .bts-tab-btn {
    font-size: 14px;
  }
}
#contact-us .section--careers .careers-tabs .bts-tab-item .bts-tab-arrow {
  height: 100%;
}
#contact-us .section--careers .careers-tabs .bts-tab-item .tab--content {
  padding: 25px 40px;
  display: none;
}
#contact-us .section--careers .careers-tabs .bts-tab-item.active .bts-tab-btn {
  background: unset;
  color: #414042;
  border-color: #db9e28;
}
#contact-us .section--careers .careers-tabs .bts-tab-item.active .bts-tab-btn:after {
  display: none;
}
#contact-us .section--careers .careers-tabs .bts-tab-item.active .tab--content {
  display: block;
}
#contact-us .section--careers .bts--tabs-content {
  background: #ffffff;
  padding: 2.5em 3em 4em;
}
#contact-us .section--careers .bts--tabs-content:after {
  display: none;
}
#contact-us .section--careers .bts--tabs-content h3 {
  text-align: center;
}
#contact-us .section--careers .careers-actions {
  margin-top: 4em;
  display: flex;
  justify-content: flex-end;
}
#contact-us .section--careers .careers-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#contact-us .section--careers .careers-content p {
  margin: 0 auto 15px;
}
#contact-us .section--careers .careers-content a {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  #contact-us .section--careers .careers-content a {
    font-size: 14px;
  }
}
#contact-us .section--careers h3 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  #contact-us .section--careers h3 {
    font-size: 14px;
  }
}
#contact-us .section--maps .map-flex {
  display: flex;
}
@media (min-width: 1024px) {
  #contact-us .section--maps .leaflet-marker-icon {
    margin-top: -100px !important;
  }
}
#contact-us .section--maps .leaflet-control-attribution {
  display: none !important;
}
#contact-us .bts--accordion {
  width: 100%;
  overflow: hidden;
}
#contact-us .bts--accordion-header {
  padding: 12px 15px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #989899;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
#contact-us .bts--accordion-header:after {
  content: "+";
  display: inline-block;
  height: 100%;
}
#contact-us .bts--accordion-header.bts--active:after {
  content: "-";
}
#contact-us .bts--accordion-content {
  display: none;
  padding: 12px 15px;
  background: #fff;
}
#contact-us .bts--accordion-content p {
  text-align: left;
}
/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post main {
  padding: 5em 0;
}
