* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  max-inline-size: 100%;
  border: 0 none;
  vertical-align: middle;
}

ul{
list-style-type: none;
padding-left: 0px;
}



a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-block-end: 0;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  line-height: 1.42857143;
  border: 0 none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  transition: 0.3s linear;
}
button:active,
button.active,
input[type="submit"]:active,
input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
button.disabled,
button[disabled],
button fieldset[disabled],
input[type="submit"].disabled,
input[type="submit"][disabled],
input[type="submit"] fieldset[disabled],
input[type="reset"].disabled,
input[type="reset"][disabled],
input[type="reset"] fieldset[disabled],
input[type="button"].disabled,
input[type="button"][disabled],
input[type="button"] fieldset[disabled],
input.disabled,
input[disabled],
input fieldset[disabled],
textarea.disabled,
textarea[disabled],
textarea fieldset[disabled],
select.disabled,
select[disabled],
select fieldset[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
input,
textarea,
select {
  border: 1px solid #ccc;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
textarea {
  resize: none;
  height: 110px;
  display: block;
}
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  padding: 0;
  border: 0 none;
  width: auto;
}
select {
  background: #fff;
  height: 39px;
  padding-inline-end: 0;
}
select[multiple] {
  height: 75px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 5px;
  padding-inline-end: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
tr {
  vertical-align: middle;
}
noscript {
  height: 100%;
}
.theme-header-topbar {
  padding-block-start: 13px;
  padding-block-end: 13px;
  transition: 0.2s linear;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background: #f9f3eb;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  color: #02172c;
}
.theme-header-topbar .zpcontainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}
.theme-header-topbar .theme-topbar-contact-info {
  padding-inline-end: 15px;
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header-topbar .theme-topbar-contact-info {
    padding-inline-end: 0px;
    display: block;
  }
}
.theme-header-topbar .theme-topbar-contact-info ul {
  display: flex;
  padding: 0;
}
.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info {
  padding: 0;
  list-style: none;
}
.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a {
  color: #02172c;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  transition: 0.15s linear;
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info:last-child {
  margin-inline-start: 0px;
}
@media all and (min-width: 768px) {
  .theme-header-topbar
    .theme-topbar-contact-info
    ul
    .theme-topbar-info:last-child {
    padding-inline-start: 13px;
    border-inline-start: 1px dotted RGBA(2, 23, 44, 0.8);
    margin-inline-start: 13px;
  }
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info:only-child {
  padding-inline-start: 0;
  border-inline-start: 0 none;
  margin-inline-start: 0;
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  .theme-topbar-info-icon {
  margin-inline-end: 0;
  display: block;
  line-height: 0;
}
@media all and (min-width: 768px) {
  .theme-header-topbar
    .theme-topbar-contact-info
    ul
    .theme-topbar-info
    .theme-topbar-info-icon {
    margin-inline-end: 10px;
  }
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  .theme-topbar-info-icon
  svg {
  fill: currentColor;
  width: 13px;
  height: 13px;
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  .theme-topbar-info-icon {
  margin-inline-end: 15px;
}
@media all and (min-width: 768px) {
  .theme-header-topbar
    .theme-topbar-contact-info
    ul
    .theme-topbar-info
    .theme-topbar-info-icon {
    margin-inline-end: 5px;
  }
}
.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  .theme-topbar-info-icon-text {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header-topbar
    .theme-topbar-contact-info
    ul
    .theme-topbar-info
    .theme-topbar-info-icon-text {
    display: inline;
  }
}
.theme-header-topbar .theme-socialicon-parent {
  display: none;
  margin-inline-start: 13px;
  padding-inline-start: 13px;
  border-inline-start: 1px dotted RGBA(2, 23, 44, 0.8);
}
@media all and (min-width: 992px) {
  .theme-header-topbar .theme-socialicon-parent {
    display: flex;
  }
}
.theme-header-topbar .theme-socialicon-parent.theme-social-icon-space {
  margin-inline-start: 0;
  padding-inline-start: 0;
  border-inline-start: 0 none;
}
.theme-header-topbar .theme-socialicon-parent ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.theme-header-topbar .theme-socialicon-parent ul li a {
  margin-inline-start: 17px;
}
.theme-header-topbar .theme-socialicon-parent ul li a svg,
.theme-header-topbar .theme-socialicon-parent ul li a img {
  width: 13px;
  height: 13px;
  margin: 0;
  margin-block-start: 4px;
  fill: #02172c;
  transition: 0.15s linear;
  vertical-align: initial;
}
.theme-header-topbar .theme-socialicon-parent ul li:first-child a {
  margin-inline-start: 0;
}
.theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent {
  padding: 0;
  align-items: center;
}
.theme-header-topbar
  .theme-socialicon-parent
  ul.theme-scoialicon-inner-parent
  li {
  padding: 0;
  list-style: none;
}
.theme-header-topbar .theme-socialicon-parent [data-more-socialicon-parent] {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0px;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  margin-inline-start: 12px;
  cursor: pointer;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  span {
  display: flex;
  justify-content: center;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  span:after {
  content: "...";
  color: #161e2d;
  margin-block-start: -1px;
  line-height: 0;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.theme-header-topbar .theme-socialicon-parent [data-more-socialicon-parent] ul {
  display: none;
  position: absolute;
  flex-flow: row wrap;
  align-items: center;
  width: 119px;
  inset-block-start: 100%;
  inset-inline-end: 0;
  padding-block-start: 5px;
  padding-block-end: 5px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  border: 1px solid #e7e9ea;
  background: #ffffff;
  cursor: default;
  box-shadow: 0 10px 14px RGBA(98, 98, 98, 0.1);
  z-index: 1000;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul
  li {
  list-style: none;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul
  li
  a {
  margin: 0px;
  margin-inline-start: 8px;
  margin-inline-end: 8px;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul
  li
  a
  svg {
  fill: #000000;
}
.theme-header-topbar
  .theme-socialicon-parent
  [data-more-socialicon-parent]:hover
  ul {
  display: flex;
}
.theme-header-topbar.zpdark-header-portion
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  span:after {
  color: RGBA(255, 255, 255, 0.8);
}
.theme-header-topbar.zpdark-header-portion
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul
  li
  a
  svg {
  fill: #000000;
}
.theme-header-topbar .theme-portal-login {
  margin-inline-start: auto;
}
.theme-header-topbar .theme-portal-login .theme-portal-container {
  display: flex;
  align-items: center;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content {
  float: inline-start;
  text-transform: capitalize;
}
@media all and (min-width: 992px) {
  .theme-header-topbar
    .theme-portal-login
    .theme-portal-container
    .theme-portal-content:last-child:only-child,
  .theme-header-topbar
    .theme-portal-login
    .theme-portal-container
    .theme-portal-content:first-child:only-child {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content {
  position: relative;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  .theme-username-dropdown-list {
  position: absolute;
  display: none;
  inset-inline-start: 0px;
  inset-block-start: 100%;
  list-style: none;
  z-index: 285;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-block-start: 12px;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  .theme-username-dropdown-list
  li {
  min-inline-size: 140px;
  list-style: none;
  padding: 0px;
  border-block-end: 1px dotted #dcdcdc;
  background: #f9f3eb;
  word-wrap: break-word;
  word-break: break-word;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  .theme-username-dropdown-list
  li:last-child {
  border-block-end: 0 none;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  .theme-username-dropdown-list
  li
  a {
  display: block;
  padding: 10px;
  color: #02172c;
  transition: 0.2s linear;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  .theme-username-dropdown-list
  li
  a:hover {
  color: #efa548;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content:hover
  .theme-username-dropdown-list {
  display: block;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  a.theme-user-name-dropdown {
  align-items: center;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content.theme-portal-username-content
  a.theme-user-name-dropdown
  .theme-user-profile-down-arrow {
  display: block;
  height: 6px;
  width: 6px;
  border-inline-end: 1px solid;
  border-block-start: 1px solid;
  background: transparent;
  transform: rotate(135deg);
  margin-inline-start: 10px;
  margin-block-start: -1px;
}
@media all and (min-width: 992px) {
  .theme-header-topbar
    .theme-portal-login
    .theme-portal-container
    .theme-portal-content.theme-portal-username-content
    a.theme-user-name-dropdown
    .theme-user-profile-down-arrow
    + .theme-portal-content {
    margin-inline-start: 10px;
  }
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a {
  color: #02172c;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content:first-child {
  padding-inline-end: 10px;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content:last-child {
  padding-inline-start: 10px;
  border-inline-start: 1px dotted #02172c;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content:only-child {
  border-inline-start: 0 none;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a {
  display: flex;
}
.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a
  .theme-portal-username {
  max-inline-size: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.theme-header-topbar .theme-search-minicart-responsive {
  display: flex;
}
@media all and (min-width: 992px) {
  .theme-header-topbar .theme-search-minicart-responsive {
    display: none;
  }
}
.theme-header-topbar
  .theme-search-minicart-responsive
  .theme-search-and-mini-cart-group {
  display: flex;
}
@media all and (min-width: 992px) {
  .theme-header-topbar
    .theme-search-minicart-responsive
    .theme-search-and-mini-cart-group {
    display: none;
  }
}
.theme-header-topbar
  .theme-search-minicart-responsive
  .theme-search-and-mini-cart-group
  .theme-search {
  margin-inline-start: 0;
  margin-inline-end: 0;
  position: relative;
  align-self: stretch;
  display: flex;
}
.theme-header-topbar
  .theme-search-minicart-responsive
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-icon {
  padding-inline-start: 0px;
}
@media all and (min-width: 992px) {
  .theme-header-topbar
    .theme-search-minicart-responsive
    .theme-search-and-mini-cart-group
    .theme-search
    .theme-search-icon {
    padding-inline-start: 15px;
  }
}
.theme-header-topbar
  .theme-search-minicart-responsive
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-field-container {
  inset-inline-start: 0;
}
.theme-header-topbar.theme-header-topbar-responsive {
  display: block;
}
@media all and (min-width: 992px) {
  .theme-header-topbar.theme-header-topbar-responsive {
    display: none;
  }
}
.theme-header-topbar.theme-header-topbar-responsive.theme-hide-responsive-topbar {
  display: none;
}
.theme-header {
  background: #ffffff;
  display: flex;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media all and (min-width: 992px) {
  .theme-header {
    padding: 0;
  }
}
.theme-header .theme-responsive-goback {
  display: none;
  margin-inline-start: -2px;
  order: -2;
  padding-block-start: 16px;
  padding-block-end: 16px;
  padding-inline-start: 0px;
  padding-inline-end: 16px;
  align-self: center;
}
.theme-header .theme-responsive-goback a {
  display: flex;
}
.theme-header .theme-responsive-goback a svg {
  width: 24px;
  height: 24px;
  fill: #424242;
}
.theme-header .zpcontainer {
  padding: 0;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer {
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .theme-header .zpcontainer {
    position: relative;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer {
    justify-content: flex-start;
  }
}
.theme-header .zpcontainer .theme-branding-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 1 auto;
  margin-inline-end: auto;
  flex-wrap: wrap;
  min-inline-size: 1%;
  padding-block-start: 20px;
  padding-block-end: 20px;
  transition: 0.2s linear;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-branding-info {
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
  }
}
.theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  min-inline-size: 1%;
  width: 100%;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
    display: block;
    margin-block-start: 0px;
    align-items: center;
  }
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-branding-info .theme-menu-area-res {
    margin-inline-start: 0px;
  }
}
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
  padding-inline-end: 0px;
  display: flex;
  justify-content: center;
  min-inline-size: 1%;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
    height: 100%;
    padding-block-start: 0;
    flex: 1 0 auto;
    padding-inline-end: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a {
    height: auto;
    line-height: normal;
    max-inline-size: none;
  }
}
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
  max-inline-size: 500px;
  max-block-size: 500px;
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-logo-parent.theme-disable-logo-mobile {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-branding-info
    .theme-logo-parent.theme-disable-logo-mobile {
    display: flex;
  }
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name {
  color: #02172c;
  font-size: 24px;
  font-family: "Fenix", serif;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name.theme-disable-sitename-mobile {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-branding-info
    .theme-site-name-caption
    .theme-site-name.theme-disable-sitename-mobile {
    display: block;
  }
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-caption {
  color: #6a838b;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-caption.theme-disable-sitecaption-mobile {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-branding-info
    .theme-site-name-caption
    .theme-site-caption.theme-disable-sitecaption-mobile {
    display: block;
  }
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name,
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-caption {
  word-break: break-word;
  word-wrap: break-word;
  transition: 0.15s linear;
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption.theme-site-title-caption-space {
  margin-block-start: 15px;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-branding-info
    .theme-site-name-caption.theme-site-title-caption-space {
    margin-block-start: 0px;
  }
}
.theme-header .zpcontainer .theme-navigation-and-icons {
  justify-content: flex-end;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-navigation-and-icons {
    min-inline-size: 1%;
  }
}
.theme-header
  .zpcontainer
  .theme-navigation-and-icons.theme-search-cart-non-res {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-navigation-and-icons.theme-search-cart-non-res {
    display: flex;
  }
}
.theme-header
  .zpcontainer
  .theme-navigation-and-icons
  .theme-search-cart-non-res {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-navigation-and-icons
    .theme-search-cart-non-res {
    display: flex;
    align-self: stretch;
    margin-inline-end: 0px;
    margin-inline-start: auto;
  }
}
@media all and (min-width: 992px) {
  .theme-header
    .zpcontainer
    .theme-navigation-and-icons
    .theme-search-cart-non-res.theme-search-cart-scrollposition-non-responsive
    .theme-search-and-mini-cart-group
    .theme-search {
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
}
.theme-nonresponsive-portal-position-two {
  display: flex;
}
@media all and (max-width: 991px) {
  .theme-nonresponsive-portal-position-two {
    order: 3;
    margin-inline-start: auto;
  }
}
@media all and (min-width: 992px) {
  .theme-portal-position-02 {
    padding-inline-start: 15px;
  }
}
.zpheader-style-01 {
  box-shadow: 0 3px 5px RGBA(0, 0, 0, 0.05);
  position: relative;
}
@media all and (min-width: 992px) {
  .zpheader-style-01 > .theme-header-topbar {
    padding-block-start: 13px;
    padding-block-end: 13px;
  }
}
.zpheader-style-01 .theme-header .zpcontainer {
  flex-wrap: wrap;
}
.zpheader-style-01 .theme-header .zpcontainer .theme-branding-info {
  padding-inline-end: 15px;
}
@media all and (min-width: 992px) {
  .zpheader-style-01 .theme-header .zpcontainer {
    padding-block-start: 32px;
    padding-block-end: 32px;
  }
}
@media all and (min-width: 992px) {
  .zpheader-style-01 .theme-navigation-and-icons {
    flex: 1 0 1%;
  }
}
@media all and (max-width: 768px) {
  .zpheader-style-01.theme-mobile-header-fixed {
    position: sticky;
    inset-block-start: 0;
    z-index: 250;
  }
}
.zpsocialicon-floater {
  display: none;
}
@media all and (min-width: 992px) {
  .zpsocialicon-floater {
    position: fixed;
    display: block;
    inset-inline-end: 0;
    inset-block-start: 50%;
    transform: translate(0, -50%);
    border-inline-start: 0 none;
    margin-inline-start: 0;
    box-shadow: 0 0px 4px RGBA(0, 0, 0, 0.21);
    padding: 0;
    z-index: 290;
  }
}
@media all and (min-width: 992px) {
  .zpsocialicon-floater ul {
    display: block;
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .zpsocialicon-floater ul li {
    list-style: none;
    padding: 0;
  }
}
.zpsocialicon-floater ul li a {
  padding: 15px;
  display: flex;
  align-items: center;
}
.zpsocialicon-floater ul li a svg,
.zpsocialicon-floater ul li a img {
  height: 13px;
  width: 13px;
  fill: #ffffff;
  vertical-align: initial;
}
.zpsocialicon-floater ul li a.theme-linkedin-container {
  background: #007bb5;
}
.zpsocialicon-floater ul li a.theme-facebook-container {
  background: #3b5998;
}
.zpsocialicon-floater ul li a.theme-gplus-container {
  background: #dd4b39;
}
.zpsocialicon-floater ul li a.theme-twitter-container {
  background: #000000;
}
.zpsocialicon-floater ul li a.theme-pinterest-container {
  background: #cb2027;
}
.zpsocialicon-floater ul li a.theme-youtube-container {
  background: #bb0000;
}
.zpsocialicon-floater ul li a.theme-flickr-container {
  background: #0063dc;
}
.zpsocialicon-floater ul li a.theme-email-container {
  background: #848484;
}
.zpsocialicon-floater ul li a.theme-rssfeed-container {
  background: #ff6600;
}
.zpsocialicon-floater ul li a.theme-instagram-container {
  background: #e95950;
}
.zpsocialicon-floater ul li a.theme-medium-container {
  background: #32c24d;
}
.zpsocialicon-floater ul li a.theme-csp-container {
  background: #ffffff;
}
.zpsocialicon-floater ul li a.theme-snapchat-container {
  background: #fdff00;
}
.zpsocialicon-floater ul li a.theme-messenger-container {
  background: #0a93ff;
}
.zpsocialicon-floater ul li a.theme-telegram-container {
  background: #24a0dc;
}
.zpsocialicon-floater ul li a.theme-reddit-container {
  background: #ff4500;
}
.zpsocialicon-floater ul li a.theme-whatsapp-container {
  background: #26d266;
}
.zpsocialicon-floater ul li a.theme-viber-container {
  background: #7a57fb;
}
.zpsocialicon-floater ul li a.theme-skype-container {
  background: #0277de;
}
.zpsocialicon-floater ul li a.theme-vimeo-container {
  background: #00b9ef;
}
.zpsocialicon-floater ul li a.theme-tiktok-container {
  background: #000000;
}
.zpsocialicon-floater ul li a.theme-googlemap-container {
  background: #05ac47;
}
.zpsocialicon-floater ul li a.theme-quora-container {
  background: #b82c27;
}
.zpsocialicon-floater ul li a.theme-websiteurl-container {
  background: #00a1e2;
}
@media all and (min-width: 992px) {
  .zpsocialicon-floater ul li:last-child {
    margin-block-end: 0px;
  }
}
.zpsocialicon-floater
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  span {
  display: flex;
  position: relative;
  width: 43px;
  height: 43px;
  cursor: pointer;
  justify-content: center;
  background: #464040;
}
.zpsocialicon-floater
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  span:after {
  content: "...";
  color: #fff;
  position: absolute;
  inset-block-start: 14px;
  line-height: 0;
  font-size: 24px;
  letter-spacing: -1px;
}
.zpsocialicon-floater
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul {
  display: none;
  position: absolute;
  flex-flow: row wrap;
  padding: 8px;
  width: 163px;
  inset-block-end: 0;
  inset-inline-end: 43px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0 4px RGBA(0, 0, 0, 0.1);
}
.zpsocialicon-floater
  .theme-socialicon-parent
  [data-more-socialicon-parent]
  ul
  li {
  margin: 3px;
}
.zpsocialicon-floater
  .theme-socialicon-parent
  [data-more-socialicon-parent]:hover
  ul {
  display: flex;
}
@media all and (max-width: 768px) {
  .theme-checkout-topbar {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .theme-header {
    flex: 1 0 0;
  }
  .theme-header .zpcontainer {
    width: 80%;
    flex: 1 0 auto;
  }
  .theme-header .theme-responsive-menu-area.zpcontainer {
    flex: 0 1 0;
  }
}
@media all and (max-width: 768px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-block-size: 35vh;
    max-inline-size: 75vw;
  }
  .theme-header
    .zpcontainer
    .theme-branding-info
    .theme-logo-parent
    a
    img.mobileLogoAuto {
    height: auto !important;
    width: auto !important;
  }
}
.theme-loader {
  background: RGBA(255, 255, 255, 0.8);
  color: #54686e;
  justify-content: center;
  display: none;
}
.theme-loader.theme-loader-show {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 199;
  inset-block-start: 0;
  position: absolute;
}
.theme-loader.theme-loader-show span {
  margin-block-start: 80px;
}
@media all and (min-width: 992px) {
  .theme-loader.theme-loader-show.theme-temp-load-padding {
    padding-inline-start: 300px;
  }
}
.theme-vertical-header-sidebar-banner-content-container
  .theme-loader.theme-loader-show {
  height: auto;
}
.theme-searching-opacity {
  position: relative;
}
.theme-searching-opacity [data-search-result-loading] {
  opacity: 0;
}
body.theme-loader-body-hidden {
  overflow: hidden;
}
.theme-search-loader-dots {
  height: 100%;
  width: 60px;
  inset-block-start: 0px;
  inset-inline-end: 0;
  position: absolute;
  font-weight: normal;
  text-align: center;
  display: block;
  appearance: none;
  border-radius: 0px;
  display: none;
  background: #efa548;
}
.theme-search-loader-dots.theme-show-search-loader-dots {
  display: block;
}
.theme-search-loader-dots span {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 5px;
  background: RGBA(255, 255, 255, 0.8);
  animation: searchLoader 0.5s ease-in-out infinite alternate;
  border-radius: 50%;
  animation-delay: -0.16s;
}
.theme-search-loader-dots span:after,
.theme-search-loader-dots span:before {
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  background: RGBA(255, 255, 255, 0.7);
  position: absolute;
  animation: searchLoader 0.5s ease-in-out infinite alternate;
  border-radius: 50%;
  inset-inline-start: -7px;
}
.theme-search-loader-dots span:before {
  animation-delay: -0.32s;
}
.theme-search-loader-dots span:after {
  inset-inline-start: 7px;
}
@keyframes searchLoader {
  from {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  .theme-pages-full-stretch .zpcontainer {
    width: 100%;
    max-inline-size: 1440px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media all and (min-width: 992px) {
  .theme-pages-full-stretch.zphero-boxed.zpcontainer {
    width: 100%;
    max-inline-size: 1440px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
.theme-skip-to-needed-content {
  inset-inline-start: -999px;
  position: absolute;
  inset-block-start: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  background-color: #ffffff;
}
.theme-skip-to-needed-content:focus {
  width: auto;
  height: auto;
  display: block;
  inset-inline-start: 5px;
  z-index: 100000;
  padding: 10px;
  inset-block-start: 3px;
}
.theme-hide-res-topbar {
  display: block;
}
@media all and (min-width: 992px) {
  .theme-hide-res-topbar {
    display: none;
  }
}
.zpheader-style-01.theme-header-fixed {
  box-shadow: none;
}
.zpheader-style-01.theme-header-fixed
  .theme-navigation-and-icons
  .theme-menu-area
  ul
  li
  a {
  transition: 0.15s linear;
}
@media all and (min-width: 992px) {
  .zpheader-style-01
    .zpcontainer
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li {
    margin-inline-start: 0px;
    margin-inline-end: 25px;
  }
  .zpheader-style-01
    .zpcontainer
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li:last-of-type {
    margin-inline-end: 0px;
  }
  .zpheader-style-01
    .zpcontainer
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li:first-of-type {
    margin-inline-start: 0px;
  }
}
.theme-navigation-and-icons {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons {
    flex: 1 0 0px;
    max-inline-size: 100%;
    margin-inline-start: auto;
  }
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group {
  display: flex;
  align-self: stretch;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
  padding-block-start: 0;
  align-self: center;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
    display: flex;
    align-self: stretch;
    position: relative;
  }
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-icon {
  border: 0 none;
  padding-block-start: 0px;
  padding-block-end: 0px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  line-height: 0;
  display: block;
  align-self: center;
  cursor: pointer;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-icon
  svg {
  width: 17px;
  height: 17px;
  fill: #02172c;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-field-container {
  border-block-start: 3px solid #efa548;
  box-shadow: 0 5px 21px RGBA(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-end: 15px;
  z-index: 300;
  width: 300px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-search-and-mini-cart-group
    .theme-search
    .theme-search-field-container {
    width: auto;
  }
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-field-container
  input[type="text"] {
  width: 300px;
  font-size: 16px;
  border-radius: 0px;
  padding-block-start: 5px;
  padding-block-end: 5px;
  padding-inline-start: 20px;
  padding-inline-end: 60px;
  height: 50px;
  border: 0 none;
  background: #ffffff;
  font-family: "PT Sans", sans-serif;
  color: #54686e;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-search-and-mini-cart-group
    .theme-search
    .theme-search-field-container
    input[type="text"] {
    width: 474px;
    font-size: 14px;
  }
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-field-container
  .theme-search-go {
  height: 100%;
  width: 60px;
  inset-block-start: 0px;
  inset-inline-end: 0;
  position: absolute;
  background: #efa548;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  text-transform: none;
  line-height: normal;
  letter-spacing: 1.42857143;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  border-radius: 0px;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:first-child
  .theme-search-icon {
  align-items: center;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:only-child {
  margin-inline-start: 0px;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:only-child
  .theme-search-icon {
  padding-inline-end: 0;
  border-inline-end: 0 none;
  margin-inline-end: 0px;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:only-child
  .theme-search-field-container {
  inset-inline-end: 0px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-search-and-mini-cart-group
    .theme-search-and-mini-cart-group-item:only-child {
    margin-inline-start: 20px;
  }
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item
  .theme-search-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  z-index: 285;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu {
  border-block-start: 3px solid #efa548;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
  cursor: pointer;
  display: inline;
  position: absolute;
  inset-inline-end: 10px;
  text-align: center;
  line-height: 0;
  inset-block-start: 50%;
  height: 25px;
  width: 25px;
  background: #ffffff;
  transform: translate(0px, -50%);
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
    margin-inline-start: 5px;
    position: static;
    transform: translate(0px, 0px);
    background: transparent;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-down-arrow,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-up-arrow {
  border: 0 none;
  width: 35px;
  height: 80%;
  background: transparent;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-down-arrow:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-up-arrow:after {
  display: block;
  height: 6px;
  width: 6px;
  border-inline-end: 1px solid;
  border-block-start: 1px solid;
  background: transparent;
  transform: rotate(135deg);
  margin-inline-start: 10px;
  content: "";
  inset-inline-start: 5px;
  inset-block-start: 40%;
  position: absolute;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-submenu-down-arrow,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-submenu-right-arrow {
    display: block;
    height: 6px;
    width: 6px;
    border-inline-end: 1px solid;
    border-block-start: 1px solid;
    background: transparent;
    transform: rotate(135deg);
    margin-inline-start: 10px;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-submenu-down-arrow:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-submenu-right-arrow:after {
    display: none;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-up-arrow:after {
  transform: rotate(-45deg);
  inset-block-start: 50%;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-submenu-up-arrow:after {
    display: none;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-submenu-right-arrow {
  transform: rotate(45deg) translate(0, -50%);
  margin-inline-start: auto;
  position: absolute;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-responsive-menu {
  display: inline;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-responsive-menu {
    display: none;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-sub-li-menu.theme-non-responsive-menu {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-sub-li-menu.theme-non-responsive-menu {
    display: block;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-li-menu {
  display: none;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #02172c;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 40px;
  word-wrap: break-word;
  word-break: break-word;
  transition: 0.15s linear;
  -webkit-text-size-adjust: 100%;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
    color: #02172c;
    text-transform: none;
    font-weight: normal;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
  position: static;
  background: none;
  padding-block-end: 0;
  display: none;
  padding-inline-end: 0;
  max-block-size: none;
  border-radius: 4px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
    position: absolute;
    inset-inline-start: 0;
    z-index: 280;
    inset-block-start: 100%;
    min-inline-size: 228px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul.theme-sub-menu-position-change {
    inset-inline-start: auto;
    padding-inline-start: 0px;
    padding-inline-end: 3px;
    min-inline-size: 228px;
    inset-inline-end: 0px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul.theme-sub-menu-position-change
    > li {
    min-inline-size: 0px;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
  border-block-end: 0;
  margin-inline-start: 0px;
  text-align: start;
  padding-inline-start: 20px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
    min-inline-size: 250px;
    width: 100%;
    margin-block-start: 0px;
    background: #ffffff;
    box-shadow: 0 3px 3px RGBA(0, 0, 0, 0.1);
    padding-inline-start: 0;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
  padding-block-start: 8px;
  padding-block-end: 8px;
  padding-inline-start: 10px;
  padding-inline-end: 40px;
  display: block;
  color: #02172c;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  border-radius: 3px;
  -webkit-text-size-adjust: 100%;
  line-height: normal;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
    background: #ffffff;
    width: 100%;
    padding-block-start: 8px;
    padding-block-end: 8px;
    padding-inline-start: 10px;
    padding-inline-end: 20px;
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    justify-content: space-between;
    -webkit-text-size-adjust: auto;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li
    a
    .theme-sub-li-menu {
    inset-inline-end: 10px;
    inset-block-start: 50%;
    margin-inline-start: auto;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li.theme-menu-selected
  > a {
  background: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:hover
    > a,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.theme-menu-selected
    > a {
    color: #efa548;
    background: #f9f3eb;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:first-child {
    box-shadow: 0px 0px 3px RGBA(0, 0, 0, 0.1);
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:first-child
    > a {
    margin-block-start: 10px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:last-child
    > a {
    margin-block-end: 10px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-primary
    a,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-secondary
    a {
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-primary:first-child
    a,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-secondary:first-child
    a {
    margin-block-start: 10px;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-primary:last-child
    a,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.menu-highlight-secondary:last-child
    a {
    margin-block-end: 10px;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
  inset-block-start: 0;
  inset-inline-start: 100%;
  padding-block-start: 0px;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  ul.theme-sub-menu-position-change {
  inset-inline-start: -100%;
  padding-inline-start: 0px;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
  background: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul {
    display: block !important;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.theme-menu-selected
  > a {
  color: #efa548;
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-container
    .theme-navigation-and-icons
    .theme-search-and-mini-cart-group
    .theme-search-and-mini-cart-group-item:only-child {
    margin-inline-start: 0px;
  }
}
.theme-responsive-menu-area.zpcontainer {
  display: block;
  padding-block-start: 20px;
  padding-block-end: 20px;
  flex: 0 1 auto;
  margin-inline-start: auto;
  align-self: center;
}
@media all and (min-width: 992px) {
  .theme-responsive-menu-area.zpcontainer {
    display: none;
  }
}
.theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
  cursor: pointer;
  height: 20px;
  width: 23px;
  margin-block-start: -10px;
  margin-block-end: 0;
  margin-inline-start: auto;
  margin-inline-end: auto;
  position: relative;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon {
  display: block;
  width: 100%;
  height: 2px;
  background: #efa548;
  position: relative;
  margin-block-start: 15px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon:before,
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon:after {
  background: #efa548;
  content: "";
  height: 3px;
  inset-inline-start: 0;
  margin-block-end: 5px;
  position: absolute;
  inset-block-start: 8px;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon:after {
  inset-block-start: 16px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon.theme-close-icon {
  background: transparent;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon.theme-close-icon:before {
  transform: rotate(45deg);
  inset-block-start: 10px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon.theme-close-icon:after {
  transform: rotate(-45deg);
  inset-block-start: 10px;
}
@media all and (min-width: 992px) {
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
    display: none;
  }
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent {
  flex: 1 1 0px;
  display: flex;
  flex-wrap: wrap;
  padding-block-start: 18px;
  padding-block-end: 18px;
  padding-inline-start: 22px;
  padding-inline-end: 25px;
  align-items: center;
}
@media all and (max-width: 991px) {
  .theme-responsive-menu-area.zpcontainer
    .theme-responsive-menu
    .theme-menu
    ul.theme-scoialicon-inner-parent {
    margin-block-start: -8px;
  }
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent
  li {
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 4px;
  margin-inline-end: 4px;
}
@media all and (max-width: 991px) {
  .theme-responsive-menu-area.zpcontainer
    .theme-responsive-menu
    .theme-menu
    ul.theme-scoialicon-inner-parent
    li {
    margin-block-start: 8px;
  }
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent
  li
  a {
  padding: 0;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent
  li
  a
  svg,
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent
  li
  a
  img {
  width: 13px;
  height: 13px;
  fill: #02172c;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  ul.theme-scoialicon-inner-parent
  li:last-child
  a
  svg {
  margin-inline-end: 10px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-menu
  > ul {
  border-block-end: 1px solid #02172c;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-block-start: 18px;
  padding-block-end: 18px;
  padding-inline-start: 22px;
  padding-inline-end: 25px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul {
  display: flex;
  margin-inline-start: auto;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li {
  padding: 0;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li
  a {
  padding: 0;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li
  a
  svg {
  width: 13px;
  height: 13px;
  fill: #02172c;
  margin-inline-end: 10px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li
  a
  .theme-topbar-info-icon {
  display: flex;
  align-items: center;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li
  a
  .theme-topbar-info-icon-text {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-responsive-menu-area.zpcontainer
    .theme-responsive-menu
    .theme-topbar-contact-info
    ul:first-child
    li
    a
    .theme-topbar-info-icon-text {
    display: inline;
  }
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul:first-child
  li:last-child
  a
  svg {
  margin-inline-end: 0px;
}
.theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu
  .theme-topbar-contact-info
  ul.theme-scoialicon-inner-parent {
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu.theme-toggle-animate {
  visibility: visible;
  max-block-size: 50vh;
  overflow: auto;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu.theme-toggle-animate-end {
  max-block-size: 0;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  > ul
  > li.menu-highlight-primary
  > a,
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  > ul
  > li.menu-highlight-secondary
  > a {
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 20px;
  margin-inline-end: 5px;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  > ul
  > li.menu-highlight-primary
  > a
  .theme-sub-li-menu,
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  > ul
  > li.menu-highlight-secondary
  > a
  .theme-sub-li-menu {
  inset-inline-end: 10px;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  .theme-sub-li-menu.theme-responsive-menu {
  inset-inline-end: 15px;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  .menu-highlight-primary
  > a,
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  .menu-highlight-secondary
  > a {
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: 10px;
  margin-inline-end: 5px;
}
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  .menu-highlight-primary
  > a
  .theme-sub-li-menu,
.theme-responsive-menu-area.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  .theme-menu
  .menu-highlight-secondary
  > a
  .theme-sub-li-menu {
  inset-inline-end: 10px;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-res {
  padding: 0px;
  border-block-end: 1px solid #dcdcdc;
  display: flex;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-res {
    display: none;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 22px;
  padding-inline-end: 20px;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container
  .theme-currency-label {
  margin-inline-end: auto;
  color: #02172c;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  padding-inline-start: 22px;
  z-index: 300;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container
  ul {
  margin-inline-start: auto;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container
  ul
  li {
  border-block-end: 0 none;
  padding: 5px;
  color: #02172c;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container
  ul
  li:first-child {
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 5px;
  padding-inline-end: 0;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-01
    ul,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-02
    ul,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-03
    ul {
    overflow: visible;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul
  li,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul
  li,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul
  li {
  color: #02172c;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-block-start: 60px;
  z-index: 350;
  box-shadow: none;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li {
  color: #02172c;
  font-size: 13px;
  border-inline-start: 0 none;
  border-inline-end: 0 none;
  padding: 10px;
  box-shadow: none;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:first-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:last-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:last-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:first-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:last-child {
  border-block-start: 0 none;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:first-child:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:last-child:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:last-child:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:first-child:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:last-child:after {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-01
    ul.theme-currency-open
    li:first-child:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-01
    ul.theme-currency-open
    li:last-child:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:first-child:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:last-child:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:first-child:after,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:last-child:after {
    display: block;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:first-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:first-child {
  color: #efa548;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-01
  ul.theme-currency-open
  li:nth-child(2),
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:nth-child(2),
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:nth-child(2) {
  border-block-start: 0 none;
}
.zpheader-style-02
  .zpcontainer
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover
  ul
  li:hover
  > a,
.zpheader-style-03
  .zpcontainer
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover
  ul
  li:hover
  > a {
  background: #f9f3eb;
}
@media all and (min-width: 992px) {
  .zpheader-style-04
    .zpcontainer
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    ul
    .menu-highlight-primary
    > a,
  .zpheader-style-04
    .zpcontainer
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    ul
    .menu-highlight-secondary
    > a {
    margin: 0;
  }
}
@keyframes toggleAnimate {
  from {
    max-block-size: 0;
  }
}
@keyframes toggleAnimateEnd {
  from {
    max-block-size: 100vh;
    visibility: visible;
  }
}
.theme-navigation-and-icons .theme-menu-area {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .theme-navigation-and-icons .theme-menu-area {
    width: auto;
    width: 100%;
    flex: 1 0 0px;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area {
    display: flex;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu {
  width: 100%;
  background: #ffffff;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 100%;
  height: auto;
  overflow: hidden;
  z-index: 280;
  max-block-size: 0;
  box-shadow: 0 2px 10px RGBA(0, 0, 0, 0.1);
  visibility: hidden;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu.theme-change-zindex {
  z-index: auto;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
  border: 1px solid #02172c;
  border-radius: 100%;
  height: 20px;
  position: absolute;
  inset-inline-end: 13px;
  inset-block-start: 20px;
  width: 20px;
  display: block;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
    display: none;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-close-menu:before,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-close-menu:after {
  background-color: #02172c;
  content: " ";
  height: 12px;
  inset-inline-start: 8px;
  position: absolute;
  inset-block-start: 3px;
  width: 2px;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:before {
  transform: rotate(45deg);
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:after {
  transform: rotate(-45deg);
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu {
    position: static;
    background: none;
    width: auto;
    max-inline-size: 100%;
    flex: 1 0 0px;
    padding-block-start: 0px;
    visibility: visible;
    height: 100%;
    overflow: visible;
    border-block-start: none;
    box-shadow: 0 0 0 transparent;
    max-block-size: none;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-li-menu {
  display: none;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul {
  overflow: auto;
  padding: 0;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
    max-block-size: none;
    overflow: visible;
    text-align: end;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    max-inline-size: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
  position: relative;
  list-style: none;
  word-break: break-word;
  word-wrap: break-word;
  padding-block-start: 0px;
  padding-block-end: 0px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
    display: flex;
    align-items: center;
    padding: 0px;
    border-block-end: 0 none;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:last-of-type {
  border-block-end: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:first-of-type {
    margin-inline-start: 0px;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
    padding: 0;
    border-block-end: 0 none;
    position: relative;
    padding-block-start: 8px;
    padding-block-end: 8px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    color: #02172c;
    text-transform: none;
    font-weight: normal;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    -webkit-text-size-adjust: auto;
    width: 100%;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.theme-menu-selected
  > a {
  color: #efa548;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.theme-menu-selected
    > a {
    background: #efa548;
    color: #ffffff;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
  color: #efa548;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
    background: #efa548;
    color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul {
    display: block !important;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary
  > a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  background: #efa548;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.menu-highlight-primary
    > a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.menu-highlight-primary
    > a {
    padding-inline-end: 45px;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary:hover
  > a,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary.theme-menu-selected
  > a {
  color: #ffffff;
  border-color: transparent;
  background: #efa548;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary:hover
  > a:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary.theme-menu-selected
  > a:after {
  background: transparent;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary:hover:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-primary.theme-menu-selected:after {
  background: transparent;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary
  > a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: #02172c;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.menu-highlight-secondary
    > a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.menu-highlight-secondary
    > a {
    padding-inline-end: 45px;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary:hover
  > a,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary.theme-menu-selected
  > a {
  color: #ffffff;
  border-color: transparent;
  background: #02172c;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary:hover
  > a:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary.theme-menu-selected
  > a:after {
  background: transparent;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary:hover:after,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.menu-highlight-secondary.theme-menu-selected:after {
  background: transparent;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
    padding-block-start: 7px;
  }
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
    padding-block-start: 0px;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
    margin: 0;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-topbar-contact-info
  ul
  li {
  border: 0 none;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-topbar-contact-info
  ul
  li:hover
  > a {
  background: transparent;
}
.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  li
  > a
  .theme-sub-li-menu.theme-responsive-menu {
  inset-inline-end: 15px;
}
.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  li.menu-highlight-primary
  > a,
.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  li.menu-highlight-secondary
  > a {
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: 20px;
  margin-inline-end: 5px;
}
.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  li.menu-highlight-primary
  > a
  .theme-sub-li-menu,
.theme-navigation-and-icons
  .theme-menu-area.theme-responsive-menu
  li.menu-highlight-secondary
  > a
  .theme-sub-li-menu {
  inset-inline-end: 10px;
}
body.theme-body-overflowhidden {
  overflow: hidden;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  .theme-menu-content.theme-menu-icon-enabled {
  display: flex;
  align-items: center;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  .theme-menu-content.theme-menu-icon-enabled
  svg {
  fill: currentcolor;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  .theme-menu-content
  .theme-menu-icon {
  display: flex;
  align-items: center;
  margin-inline-end: 5px;
  margin-block-end: 0;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    .theme-menu-content
    .theme-menu-icon {
    margin-inline-end: 5px;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li
  .theme-menu-content.theme-menu-icon-enabled {
  display: flex;
  align-items: center;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li
  .theme-menu-content
  .theme-menu-icon {
  margin-inline-end: 5px;
  margin-block-end: 0;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li
    .theme-menu-content
    .theme-menu-icon {
    margin-inline-end: 5px;
  }
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li.menu-highlight-primary
  .theme-menu-content.theme-menu-icon-enabled,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li.menu-highlight-secondary
  .theme-menu-content.theme-menu-icon-enabled {
  align-items: center;
}
.theme-menu svg {
  transition: 0.2s linear;
}
[data-theme-menu-icon] svg {
  width: inherit;
  height: inherit;
}
.theme-menu ul li ul [data-theme-menu-icon] svg {
  width: inherit;
  height: inherit;
}
[data-theme-megamenu-icon] svg {
  transition: 0.2s linear;
  width: inherit;
  height: inherit;
}
@media (max-width: 991px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-lang-container
    ul
    li {
    border: none;
    padding-inline-start: 0px;
  }
}
@media (max-width: 991px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    .theme-lang-container
    ul
    li
    span {
    padding-block-start: 14px;
    padding-block-end: 14px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    line-height: initial;
  }
}
.theme-lang-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  z-index: 285;
  display: none;
}
.theme-lang-container-non-res {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-lang-container-non-res {
    display: flex;
    margin-inline-start: auto;
    margin-inline-end: 0px;
  }
}
@media all and (min-width: 992px) {
  .theme-lang-container-non-res.theme-lang-option-left-space {
    margin-inline-start: 13px;
    padding-inline-start: 8px;
    border-inline-start: 1px dotted #02172c;
  }
}
.theme-lang-container-res {
  display: none;
}
@media (max-width: 991px) {
  .theme-lang-container-res {
    display: flex;
    z-index: 300;
  }
  .theme-lang-container-res .theme-lang-container.theme-lang-dropdown-open {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 100vh;
    overflow: auto;
    background: #ffffff;
    z-index: 300;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-label {
    display: none;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close {
    display: flex;
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close
    .theme-lang-close-label {
    line-height: normal;
    font-size: 16px;
    color: #02172c;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close
    .theme-lang-close-icon {
    cursor: pointer;
    height: 23px;
    width: 23px;
    position: relative;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close
    .theme-lang-close-icon:after,
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close
    .theme-lang-close-icon:before {
    background: #efa548;
    content: "";
    height: 2px;
    inset-inline-start: 0;
    position: absolute;
    width: 100%;
    transform: rotate(-45deg);
    inset-block-start: 10px;
  }
  .theme-lang-container-res
    .theme-lang-container.theme-lang-dropdown-open
    .theme-lang-close
    .theme-lang-close-icon:before {
    transform: rotate(45deg);
  }
}
.theme-lang-container {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #02172c;
}
@media (max-width: 991px) {
  .theme-lang-container {
    display: flex;
    flex: 1;
    color: initial;
    border-block-end: 1px solid #dcdcdc;
  }
}
.theme-lang-container .theme-lang-close {
  display: none;
}
.theme-lang-container.theme-lang-dropdown-open .theme-lang-hide-overlay {
  display: block;
}
@media (max-width: 991px) {
  .theme-lang-container.theme-lang-dropdown-open .theme-lang-hide-overlay {
    display: none;
  }
}
.theme-lang-container.theme-lang-dropdown-open .theme-lang-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.theme-lang-container.theme-lang-dropdown-open .theme-lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}
@media (max-width: 991px) {
  .theme-lang-container.theme-lang-dropdown-open .theme-lang-dropdown {
    display: flex;
    transform: none;
  }
}
.theme-lang-container .theme-lang-label {
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .theme-lang-container .theme-lang-label {
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #02172c;
    line-height: 1.8;
    letter-spacing: normal;
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-inline-start: 10px;
    padding-inline-end: 15px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .theme-lang-container .theme-lang-label {
    color: #02172c;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    padding-block-start: 14px;
    padding-block-end: 14px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.theme-lang-container .theme-lang-label:after {
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 4px solid transparent;
  border-inline-end: 4px solid transparent;
  border-block-start: 6px solid #02172c;
  position: absolute;
  inset-inline-end: 0px;
  margin: auto;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .theme-lang-container .theme-lang-label:after {
    inset-inline-end: 25px;
  }
}
.theme-lang-container .theme-lang-dropdown {
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0 10px 14px RGBA(98, 98, 98, 0.1);
  border: 1px solid #dcdcdc;
  list-style: none;
  padding: 0px;
  min-inline-size: 120px;
  position: absolute;
  white-space: nowrap;
  inset-block-start: calc(100% + 30px);
  inset-inline-end: 0px;
  background: #ffffff;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
  .theme-lang-container .theme-lang-dropdown {
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .theme-lang-container .theme-lang-dropdown {
    flex: 1;
    position: static;
    transform: none;
    border: none;
    box-shadow: none;
    display: none;
  }
}
.theme-lang-container .theme-lang-dropdown li {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: flex;
}
.theme-lang-container .theme-lang-dropdown li span {
  flex: 1;
  padding-block-start: 5px;
  padding-block-end: 5px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
  cursor: pointer;
}
.theme-lang-container .theme-lang-dropdown li span:hover {
  color: #efa548;
  background-color: #eee;
}
@media (max-width: 991px) {
  .theme-lang-container .theme-lang-dropdown li span {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-lang-container-non-res.theme-lang-option-left-space {
    border-inline-start-color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-lang-container {
    color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-lang-container .theme-lang-label {
    color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-lang-container .theme-lang-label:after {
    border-block-start-color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .theme-header-animate {
    inset-inline-end: 0;
    width: 100%;
    inset-block-start: 0;
    z-index: 250;
    position: fixed;
    visibility: visible;
    animation: headerStart 0.8s linear 1 alternate;
    box-shadow: 0 3px 5px RGBA(0, 0, 0, 0.05);
  }
}
.zpheader-style-01 .theme-header .zpcontainer {
  transition: 0.3s linear;
}
@media all and (min-width: 992px) {
  .theme-header-transparent {
    background: RGBA(255, 255, 255, 0.9);
  }
}
@media all and (min-width: 992px) {
  .theme-header-transparent.zpdark-header-portion.theme-header {
    background: RGBA(2, 23, 44, 0.9);
  }
}
@keyframes noTopBarAni {
  from {
    inset-block-start: -300px;
  }
}
@keyframes headerStart {
  from {
    inset-block-start: -300px;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed {
    position: fixed;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 100%;
    z-index: 248;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-transparent {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header-topbar {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header {
    background: transparent;
    box-shadow: none;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed
    .theme-header
    .theme-menu-area
    .theme-menu
    > ul
    > li:hover
    > a,
  .theme-header-fixed
    .theme-header
    .theme-menu-area
    .theme-menu
    > ul
    > li.theme-menu-selected
    > a {
    background: transparent;
    color: #efa548;
  }
}
.theme-header-fixed
  .theme-header
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-primary
  > a,
.theme-header-fixed
  .theme-header
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-primary
  > a {
  color: #ffffff;
  background: #efa548;
}
.theme-header-fixed
  .theme-header
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-secondary
  > a,
.theme-header-fixed
  .theme-header
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-secondary
  > a {
  color: #ffffff;
  background: #02172c;
}
@media all and (min-width: 992px) {
  .theme-header-fixed
    .theme-header.zpdark-header-portion
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li
    a {
    color: #ffffff;
    transition: 0.15s linear;
  }
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.menu-highlight-primary
  > a {
  color: #ffffff;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.menu-highlight-secondary
  > a {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .theme-header-fixed
    .theme-header.zpdark-header-portion
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li:hover
    > a,
  .theme-header-fixed
    .theme-header.zpdark-header-portion
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li.theme-menu-selected
    > a {
    background: transparent;
    color: #ffffff;
  }
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-primary
  > a,
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-primary
  > a {
  color: #ffffff;
  background: #efa548;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-secondary
  > a,
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-secondary
  > a {
  color: #ffffff;
  background: #02172c;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li
  a {
  color: #02172c;
}
@media all and (min-width: 992px) {
  .theme-header-fixed
    .theme-header.zpdark-header-portion
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li
    ul
    li:hover
    > a,
  .theme-header-fixed
    .theme-header.zpdark-header-portion
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li
    ul
    li.theme-menu-selected
    > a {
    color: #efa548;
  }
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-primary
  > a {
  color: #ffffff;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-primary:hover
  > a,
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-primary.theme-menu-selected
  > a {
  color: #ffffff;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-secondary
  > a {
  color: #ffffff;
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-secondary:hover
  > a,
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li.menu-highlight-secondary.theme-menu-selected
  > a {
  color: #ffffff;
}
.theme-header-fixed.theme-header-animate {
  animation: none;
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate .theme-header {
    background: #ffffff;
    box-shadow: 0 0 3px RGBA(0, 0, 0, 0.1);
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate
    .theme-header.theme-header-transparent {
    background: RGBA(255, 255, 255, 0.9);
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate
    .theme-header.theme-header-transparent.zpdark-header-portion {
    background: RGBA(2, 23, 44, 0.9);
  }
}
@keyframes fixedHeaderStart {
  from {
    opacity: 0;
  }
}
@keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0;
  }
}
.zphero-full-screen .zphero {
  height: 100vh !important;
}
@media all and (min-width: 992px) {
  .zphero .zpflex-align-self-end {
    padding-block-end: 80px !important;
  }
}
.zphero .zphero-slides,
.zphero .zphero-slide {
  padding: 0;
}
.zphero .zsslider-arrows-container .zsslider-arrow-left,
.zphero .zsslider-arrows-container .zsslider-arrow-right {
  z-index: 200 !important;
}
.zphero .zsslider-arrows-container .zsslider-arrow-left svg,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg {
  transition: fill 0.5s linear;
}
@media all and (min-width: 992px) {
  .zphero-fullwidth-overlap .zphero {
    height: 72vh !important;
  }
}
.zphero-boxed .zphero ul li.zphero-slide .zphero-slider-container {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media all and (min-width: 992px) {
  .zphero-boxed .zphero ul li.zphero-slide .zphero-slider-container {
    padding-inline-start: 60px;
    padding-inline-end: 60px;
  }
}
.zphero-boxed {
  padding-block-start: 50px;
}
.zpdark-header-portion.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  a,
.zpdark-header-portion.theme-header
  .theme-topbar-contact-info
  ul
  .theme-topbar-info
  a {
  color: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar
  .theme-topbar-contact-info
  ul
  .theme-topbar-info:last-child,
.zpdark-header-portion.theme-header
  .theme-topbar-contact-info
  ul
  .theme-topbar-info:last-child {
  border-inline-start-color: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar .theme-socialicon-parent,
.zpdark-header-portion.theme-header .theme-socialicon-parent {
  border-inline-start-color: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar .theme-socialicon-parent ul li a svg,
.zpdark-header-portion.theme-header .theme-socialicon-parent ul li a svg {
  fill: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a,
.zpdark-header-portion.theme-header
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a {
  color: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content:last-child,
.zpdark-header-portion.theme-header
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content:last-child {
  border-inline-start-color: #ffffff;
  transition: 0.15s linear;
}
.zpdark-header-portion.theme-header-topbar
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name,
.zpdark-header-portion.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name {
  color: #ffffff;
}
.zpdark-header-portion.theme-header-topbar
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-caption,
.zpdark-header-portion.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-caption {
  color: #ffffff;
}
.zpdark-header-portion.theme-header {
  background: #02172c;
  flex: 1 0 auto;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion.theme-header {
    background: #02172c;
    flex: 0 1 auto;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion.theme-header
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li
    > a {
    color: #ffffff;
  }
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.menu-highlight-primary
  > a {
  color: #ffffff;
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.menu-highlight-secondary
  > a {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion.theme-header
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li:hover
    > a,
  .zpdark-header-portion.theme-header
    .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    > ul
    > li.theme-menu-selected
    > a {
    background: #064a8e;
    color: #ffffff;
  }
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-primary
  > a,
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-primary
  > a {
  color: #ffffff;
  background: #efa548;
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li:hover.menu-highlight-secondary
  > a,
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li.theme-menu-selected.menu-highlight-secondary
  > a {
  color: #ffffff;
  background: #02172c;
}
.zpdark-header-portion.theme-header-topbar {
  background: #02172c;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion.theme-header-topbar {
    background: #02172c;
  }
}
.zpdark-header-portion
  .theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon {
  background: #ffffff;
}
.zpdark-header-portion
  .theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon.theme-close-icon {
  background: transparent;
}
.zpdark-header-portion
  .theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon:before,
.zpdark-header-portion
  .theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon:after {
  background: #ffffff;
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-icon
  svg,
.zpdark-header-portion.theme-header-topbar
  .theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-icon
  svg {
  fill: #ffffff;
}
.zpdark-header-portion.theme-header
  .theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:first-child
  .theme-search-icon,
.zpdark-header-portion.theme-header-topbar
  .theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search-and-mini-cart-group-item:first-child
  .theme-search-icon {
  border-inline-end-color: #ffffff;
}
@media all and (min-width: 992px) {
  .theme-header-fixed .zpdark-header-portion.theme-header {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed .zpdark-header-portion.theme-header-topbar {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header {
    background: #02172c;
  }
}
@media (max-width: 991px) {
  .zpmm .zpcontainer {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .zpmm {
    display: none;
    max-block-size: 500px;
    overflow-y: auto;
    position: absolute;
    inset-inline-start: 0px;
    right: 0px;
    inset-block-start: 100%;
    z-index: 255;
  }
  .zpmm.mmactive {
    display: block;
  }
  .zpmm[data-megamenu-direction="right"] {
    max-block-size: initial;
  }
}
@media all and (min-width: 992px) {
  .zpmm.zpmm-container-style-02 {
    background: #ffffff;
    border-block-start: 1px solid RGBA(220, 220, 220, 0.5);
    box-shadow: 0px 5px 8px -5px #e0e0e0;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
  .zpmm.zpmm-container-style-02[data-megamenu-direction="right"] {
    border-inline-start: 1px solid RGBA(220, 220, 220, 0.5);
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpcontainer {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpcontainer-fluid {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
  }
}
.zpmm .zpcontainer-fluid .zpmm-inner {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: -15px;
  margin-inline-end: -15px;
}
.zpmm .zpmm-inner {
  width: 100%;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpelem-col {
    padding: 0px;
  }
  .zpmm .zpmm-inner .zpelem-col.seperator-divider {
    border-block-end: none;
  }
}
.zpmm .zpmm-inner .zpelem-col.seperator-divider {
  border-inline-end: 1px solid RGBA(220, 220, 220, 0.4);
}
.zpmm .zpmm-inner .zpelem-col.seperator-divider:last-child {
  border-inline-end: none;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner.seperator-divider .zpelem-col {
    border-block-end: 1px solid RGBA(220, 220, 220, 0.4);
    border: none;
  }
  .zpmm .zpmm-inner.seperator-divider .zpelem-col:last-child {
    border-block-end: none;
  }
}
.zpmm .zpmm-inner .seperator-divider .zpelem-col {
  border-inline-end: 1px solid RGBA(220, 220, 220, 0.4);
}
.zpmm .zpmm-inner .seperator-divider .zpelem-col:last-child {
  border-inline-end: none;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .seperator-divider .zpelem-col {
    border: none;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .seperator-background .zpelem-col:nth-child(odd) {
    background-color: RGBA(239, 165, 72, 0.12);
  }
  .zpmm .zpmm-inner .seperator-background .zpelem-col:nth-child(even) {
    background-color: #f9f3eb;
  }
}
.zpmm .zpmm-inner .zprow {
  margin-block-start: 10px;
}
.zpmm .zpmm-inner .zprow:first-child {
  margin-block-start: 0px;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zprow {
    margin: 0px;
  }
}
.zpmm .zpmm-inner .zpmm-element {
  margin-block-start: 5px;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpmm-element {
    margin: 0px;
    padding-block-start: 14px;
    padding-block-end: 14px;
    padding-inline-start: 40px;
    padding-inline-end: 48px;
    border-block-end: 1px solid RGBA(220, 220, 220, 0.4);
  }
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpmm-element:first-child {
    border-block-start: 1px solid RGBA(220, 220, 220, 0.4);
  }
}
.zpmm .zpmm-inner .zpmm-element:last-child {
  margin-block-end: 5px;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpmm-element:last-child {
    margin-block-end: 0px;
    border-block-end: none;
  }
}
.zpmm .zpmm-inner .zpmm-element img {
  display: none;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-image img {
  display: block;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-image .zpmm-element-textcontent {
  display: none;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-imagetext img {
  display: block;
  max-inline-size: 50%;
  width: 100%;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title a {
  padding-block-start: 4px;
  padding-block-end: 4px;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title a .zpmm-element-menu-icon {
  margin-inline-end: 5px;
  margin-block-end: 0;
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a .zpmm-element-menu-icon {
    margin-inline-end: 5px;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title a .zpmm-element-menu-icon svg {
  fill: currentcolor;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a {
    padding: 0px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a {
    color: #02172c;
    font-size: 15px;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a:hover {
    color: #efa548;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a:not([href]) {
    cursor: initial;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-title a:not([href]):hover {
    color: #02172c;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title a .zpmm-element-menu-content {
  display: flex;
  align-items: center;
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title
  a
  .zpmm-element-menu-content.zpmm-element-menu-icon-top {
  flex-flow: column;
  align-items: flex-start;
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title
  a
  .zpmm-element-menu-content.zpmm-element-menu-icon-top
  .zpmm-element-menu-icon {
  margin-block-end: 5px;
  margin-inline-end: 0;
}
@media all and (min-width: 992px) {
  .zpmm
    .zpmm-inner
    .zpmm-element.zpmm-title
    a
    .zpmm-element-menu-content.zpmm-element-menu-icon-top
    .zpmm-element-menu-icon {
    margin-block-end: 5px;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-primary a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  background: #efa548;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-primary a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-primary a {
    padding-inline-end: 45px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-primary a {
    width: max-content;
  }
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title.menu-highlight-primary
  a:not([href]):hover {
  color: #ffffff;
  border-color: transparent;
  background: #efa548;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-primary:hover a,
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title.menu-highlight-primary.theme-menu-selected
  a {
  color: #ffffff;
  border-color: transparent;
  background: #efa548;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-secondary a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: #02172c;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-secondary a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-secondary a {
    padding-inline-end: 45px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-secondary a {
    width: max-content;
  }
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title.menu-highlight-secondary
  a:not([href]):hover {
  color: #ffffff;
  border-color: transparent;
  background: #02172c;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-title.menu-highlight-secondary:hover a,
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-title.menu-highlight-secondary.theme-menu-selected
  a {
  color: #ffffff;
  border-color: transparent;
  background: #02172c;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text a {
  padding-block-start: 4px;
  padding-block-end: 4px;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text a .zpmm-element-menu-icon {
  margin-inline-end: 5px;
  margin-block-end: 0;
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a .zpmm-element-menu-icon {
    margin-inline-end: 5px;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text a .zpmm-element-menu-icon svg {
  fill: currentcolor;
}
@media (max-width: 991px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a {
    padding: 0px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a {
    color: #02172c;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a:hover {
    color: #efa548;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a:not([href]) {
    cursor: initial;
  }
  .zpmm .zpmm-inner .zpmm-element.zpmm-text a:not([href]):hover {
    color: #02172c;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text a .zpmm-element-menu-content {
  display: flex;
  align-items: center;
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text
  a
  .zpmm-element-menu-content.zpmm-element-menu-icon-top {
  flex-flow: column;
  align-items: flex-start;
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text
  a
  .zpmm-element-menu-content.zpmm-element-menu-icon-top
  .zpmm-element-menu-icon {
  margin-block-end: 5px;
  margin-inline-end: 0;
}
@media all and (min-width: 992px) {
  .zpmm
    .zpmm-inner
    .zpmm-element.zpmm-text
    a
    .zpmm-element-menu-content.zpmm-element-menu-icon-top
    .zpmm-element-menu-icon {
    margin-block-end: 5px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text .zpmm-element-textcontent {
    padding-inline-start: 0px;
  }
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-primary a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  background: #efa548;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-primary a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-primary a {
    padding-inline-end: 45px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-primary a {
    width: max-content;
  }
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text.menu-highlight-primary
  a:not([href]):hover {
  color: #ffffff;
  border-color: transparent;
  background: #efa548;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-primary:hover a,
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text.menu-highlight-primary.theme-menu-selected
  a {
  color: #ffffff;
  border-color: transparent;
  background: #efa548;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-secondary a {
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: #02172c;
  border-radius: 3px;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-secondary a {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media all and (max-width: 768px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-secondary a {
    padding-inline-end: 45px;
  }
}
@media all and (min-width: 992px) {
  .zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-secondary a {
    width: max-content;
  }
}
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text.menu-highlight-secondary
  a:not([href]):hover {
  color: #ffffff;
  border-color: transparent;
  background: #02172c;
}
.zpmm .zpmm-inner .zpmm-element.zpmm-text.menu-highlight-secondary:hover a,
.zpmm
  .zpmm-inner
  .zpmm-element.zpmm-text.menu-highlight-secondary.theme-menu-selected
  a {
  color: #ffffff;
  border-color: transparent;
  background: #02172c;
}
.zpmm .zpmm-inner .zpmm-element a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zpmm .zpmm-inner .zpmm-element.menu-highlight-primary,
.zpmm .zpmm-inner .zpmm-element.menu-highlight-secondary {
  display: flex;
}
.zpmm .zpmm-inner .zpmm-image img {
  width: auto;
  height: auto;
  max-inline-size: 100%;
}
.theme-responsive-menu-area
  .theme-responsive-menu
  .theme-menu
  ul
  li
  .theme-sub-menu
  .zpmm
  .menu-highlight-primary,
.theme-responsive-menu-area
  .theme-responsive-menu
  .theme-menu
  ul
  li
  .theme-sub-menu
  .zpmm
  .menu-highlight-secondary {
  padding-block-start: 14px;
  padding-block-end: 14px;
  padding-inline-start: 40px;
  padding-inline-end: 5px;
}
.theme-responsive-menu-area
  .theme-responsive-menu
  .theme-menu
  ul
  li
  .theme-sub-menu
  .zpmm
  .menu-highlight-primary
  > a,
.theme-responsive-menu-area
  .theme-responsive-menu
  .theme-menu
  ul
  li
  .theme-sub-menu
  .zpmm
  .menu-highlight-secondary
  > a {
  margin: 0;
  width: 100%;
}
.zpmm-backdrop {
  display: none;
  width: 0px;
  height: 0px;
}
@media all and (min-width: 992px) {
  .zpmm-backdrop {
    position: fixed;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 240;
  }
  .zpmm-backdrop.zpmm-backdrop-enabled {
    background: RGBA(255, 255, 255, 0.65);
  }
  .zpmm-backdrop.zpmm-backdrop-disabled {
    background: transparent;
  }
}
@media all and (min-width: 992px) {
  div[class^="zpheader-style-"] {
    z-index: 250;
  }
}
[data-zp-more-menu] [data-megamenu] .theme-non-responsive-menu {
  display: none !important;
}
[data-zs-display-mode="webview"] .theme-header .theme-responsive-goback {
  display: flex;
}
[data-zs-home="true"] [data-zs-mobile-header-nav] {
  display: none;
}
@media (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  font-family: "PT Sans", sans-serif;
  text-transform: none;
  font-weight: normal;
  border: 0 none;
  line-height: 1.42857143;
  letter-spacing: normal;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline,
button.zpbutton-type-primary.zpbutton-outline,
input[type="submit"].zpbutton-type-primary.zpbutton-outline,
input[type="button"].zpbutton-type-primary.zpbutton-outline {
  border: 1px solid;
}
.zpbutton.zpbutton-type-primary.zpbutton-size-sm,
button.zpbutton-type-primary.zpbutton-size-sm,
input[type="submit"].zpbutton-type-primary.zpbutton-size-sm,
input[type="button"].zpbutton-type-primary.zpbutton-size-sm {
  font-size: 13px;
}
.zpbutton.zpbutton-type-primary.zpbutton-size-md,
button.zpbutton-type-primary.zpbutton-size-md,
input[type="submit"].zpbutton-type-primary.zpbutton-size-md,
input[type="button"].zpbutton-type-primary.zpbutton-size-md {
  font-size: 14px;
}
.zpbutton.zpbutton-type-primary.zpbutton-size-lg,
button.zpbutton-type-primary.zpbutton-size-lg,
input[type="submit"].zpbutton-type-primary.zpbutton-size-lg,
input[type="button"].zpbutton-type-primary.zpbutton-size-lg {
  font-size: 18px;
}
.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  font-family: "PT Sans", sans-serif;
  text-transform: none;
  font-weight: normal;
  border: 0 none;
  line-height: 1.42857143;
  letter-spacing: normal;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline,
button.zpbutton-type-secondary.zpbutton-outline,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline,
input[type="button"].zpbutton-type-secondary.zpbutton-outline {
  border: 1px solid;
}
.zpbutton.zpbutton-type-secondary.zpbutton-size-sm,
button.zpbutton-type-secondary.zpbutton-size-sm,
input[type="submit"].zpbutton-type-secondary.zpbutton-size-sm,
input[type="button"].zpbutton-type-secondary.zpbutton-size-sm {
  font-size: 13px;
}
.zpbutton.zpbutton-type-secondary.zpbutton-size-md,
button.zpbutton-type-secondary.zpbutton-size-md,
input[type="submit"].zpbutton-type-secondary.zpbutton-size-md,
input[type="button"].zpbutton-type-secondary.zpbutton-size-md {
  font-size: 14px;
}
.zpbutton.zpbutton-type-secondary.zpbutton-size-lg,
button.zpbutton-type-secondary.zpbutton-size-lg,
input[type="submit"].zpbutton-type-secondary.zpbutton-size-lg,
input[type="button"].zpbutton-type-secondary.zpbutton-size-lg {
  font-size: 18px;
}
.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  background: transparent;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  border: 0 none;
  font-family: "PT Sans", sans-serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1.42857143;
  letter-spacing: normal;
}
.zpbutton.zpbutton-type-link.disabled:hover,
button.zpbutton-type-link.disabled:hover,
input[type="submit"].zpbutton-type-link.disabled:hover,
input[type="button"].zpbutton-type-link.disabled:hover {
  background: transparent;
}
.zpbutton.zpbutton-type-link.zpbutton-size-sm,
button.zpbutton-type-link.zpbutton-size-sm,
input[type="submit"].zpbutton-type-link.zpbutton-size-sm,
input[type="button"].zpbutton-type-link.zpbutton-size-sm {
  font-size: 13px;
}
.zpbutton.zpbutton-type-link.zpbutton-size-md,
button.zpbutton-type-link.zpbutton-size-md,
input[type="submit"].zpbutton-type-link.zpbutton-size-md,
input[type="button"].zpbutton-type-link.zpbutton-size-md {
  font-size: 14px;
}
.zpbutton.zpbutton-type-link.zpbutton-size-lg,
button.zpbutton-type-link.zpbutton-size-lg,
input[type="submit"].zpbutton-type-link.zpbutton-size-lg,
input[type="button"].zpbutton-type-link.zpbutton-size-lg {
  font-size: 18px;
}
.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  background: #efa548;
  color: #ffffff;
  border-color: transparent;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline,
button.zpbutton-type-primary.zpbutton-outline,
input[type="submit"].zpbutton-type-primary.zpbutton-outline,
input[type="button"].zpbutton-type-primary.zpbutton-outline {
  background: transparent;
  color: #efa548;
  border-color: #efa548;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
input[type="submit"].zpbutton-type-primary.zpbutton-outline.disabled:hover,
input[type="button"].zpbutton-type-primary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #ffffff;
  border-color: #efa548;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline:hover,
button.zpbutton-type-primary.zpbutton-outline:hover,
input[type="submit"].zpbutton-type-primary.zpbutton-outline:hover,
input[type="button"].zpbutton-type-primary.zpbutton-outline:hover {
  background: #efa548;
  color: #ffffff;
  border-color: #efa548;
}
.zpbutton.zpbutton-type-primary:hover,
button.zpbutton-type-primary:hover,
input[type="submit"].zpbutton-type-primary:hover,
input[type="button"].zpbutton-type-primary:hover {
  background: #eb8e19;
  color: #ffffff;
  border-color: transparent;
}
.zpbutton.zpbutton-type-primary.disabled:hover,
button.zpbutton-type-primary.disabled:hover,
input[type="submit"].zpbutton-type-primary.disabled:hover,
input[type="button"].zpbutton-type-primary.disabled:hover {
  background: #eb8e19;
  color: #ffffff;
}
.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  background: #02172c;
  color: #ffffff;
  border-color: transparent;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline,
button.zpbutton-type-secondary.zpbutton-outline,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline,
input[type="button"].zpbutton-type-secondary.zpbutton-outline {
  background: transparent;
  color: #02172c;
  border-color: #02172c;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
input[type="button"].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #ffffff;
  border-color: #02172c;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline:hover,
button.zpbutton-type-secondary.zpbutton-outline:hover,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline:hover,
input[type="button"].zpbutton-type-secondary.zpbutton-outline:hover {
  background: black;
  color: #ffffff;
  border-color: #02172c;
}
.zpbutton.zpbutton-type-secondary:hover,
button.zpbutton-type-secondary:hover,
input[type="submit"].zpbutton-type-secondary:hover,
input[type="button"].zpbutton-type-secondary:hover {
  background: black;
  color: #ffffff;
  border-color: transparent;
}
.zpbutton.zpbutton-type-secondary.disabled:hover,
button.zpbutton-type-secondary.disabled:hover,
input[type="submit"].zpbutton-type-secondary.disabled:hover,
input[type="button"].zpbutton-type-secondary.disabled:hover {
  background: black;
  color: #ffffff;
}
.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  color: #efa548;
}
.zpbutton.zpbutton-type-link.disabled:hover,
button.zpbutton-type-link.disabled:hover,
input[type="submit"].zpbutton-type-link.disabled:hover,
input[type="button"].zpbutton-type-link.disabled:hover {
  background: transparent;
  color: #eb8e19;
}
.zpbutton.zpbutton-type-link:hover,
button.zpbutton-type-link:hover,
input[type="submit"].zpbutton-type-link:hover,
input[type="button"].zpbutton-type-link:hover {
  color: #eb8e19;
}
.zpdark-section .zpbutton.zpbutton-type-primary,
.zpdark-section button.zpbutton-type-primary,
.zpdark-section input[type="submit"].zpbutton-type-primary,
.zpdark-section input[type="button"].zpbutton-type-primary {
  background: #ffffff;
  color: #efa548;
  border-color: transparent;
}
.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline,
.zpdark-section input[type="submit"].zpbutton-type-primary.zpbutton-outline,
.zpdark-section input[type="button"].zpbutton-type-primary.zpbutton-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="button"].zpbutton-type-primary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #efa548;
  border-color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section
  input[type="button"].zpbutton-type-primary.zpbutton-outline:hover {
  background: #ffffff;
  color: #efa548;
  border-color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-primary:hover,
.zpdark-section button.zpbutton-type-primary:hover,
.zpdark-section input[type="submit"].zpbutton-type-primary:hover,
.zpdark-section input[type="button"].zpbutton-type-primary:hover {
  background: #e6e6e6;
  color: #efa548;
  border-color: transparent;
}
.zpdark-section .zpbutton.zpbutton-type-primary.disabled:hover,
.zpdark-section button.zpbutton-type-primary.disabled:hover,
.zpdark-section input[type="submit"].zpbutton-type-primary.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-primary.disabled:hover {
  background: #e6e6e6;
  color: #efa548;
}
.zpdark-section .zpbutton.zpbutton-type-secondary,
.zpdark-section button.zpbutton-type-secondary,
.zpdark-section input[type="submit"].zpbutton-type-secondary,
.zpdark-section input[type="button"].zpbutton-type-secondary {
  background: #02172c;
  color: #ffffff;
  border-color: transparent;
}
.zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline,
.zpdark-section input[type="submit"].zpbutton-type-secondary.zpbutton-outline,
.zpdark-section input[type="button"].zpbutton-type-secondary.zpbutton-outline {
  background: transparent;
  color: #02172c;
  border-color: #02172c;
}
.zpdark-section
  .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="button"].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #ffffff;
  border-color: #02172c;
}
.zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section
  input[type="button"].zpbutton-type-secondary.zpbutton-outline:hover {
  background: #02172c;
  color: #ffffff;
  border-color: #02172c;
}
.zpdark-section .zpbutton.zpbutton-type-secondary:hover,
.zpdark-section button.zpbutton-type-secondary:hover,
.zpdark-section input[type="submit"].zpbutton-type-secondary:hover,
.zpdark-section input[type="button"].zpbutton-type-secondary:hover {
  background: black;
  color: #ffffff;
  border-color: transparent;
}
.zpdark-section .zpbutton.zpbutton-type-secondary.disabled:hover,
.zpdark-section button.zpbutton-type-secondary.disabled:hover,
.zpdark-section input[type="submit"].zpbutton-type-secondary.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-secondary.disabled:hover {
  background: black;
  color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-link,
.zpdark-section button.zpbutton-type-link,
.zpdark-section input[type="submit"].zpbutton-type-link,
.zpdark-section input[type="button"].zpbutton-type-link {
  color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-link.disabled:hover,
.zpdark-section button.zpbutton-type-link.disabled:hover,
.zpdark-section input[type="submit"].zpbutton-type-link.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-link.disabled:hover {
  background: transparent;
  color: #e6e6e6;
}
.zpdark-section .zpbutton.zpbutton-type-link:hover,
.zpdark-section button.zpbutton-type-link:hover,
.zpdark-section input[type="submit"].zpbutton-type-link:hover,
.zpdark-section input[type="button"].zpbutton-type-link:hover {
  color: #e6e6e6;
}
body {
  color: #54686e;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
h1 {
  font-family: "Fenix", serif;
  font-size: 38px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h1:before,
h1:after {
  background: #efa548;
}
h2 {
  font-family: "Fenix", serif;
  font-size: 34px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h2:before,
h2:after {
  background: #efa548;
}
h3 {
  font-family: "Fenix", serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h3:before,
h3:after {
  background: #efa548;
}
h4 {
  font-family: "Fenix", serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h4:before,
h4:after {
  background: #efa548;
}
h5 {
  font-family: "Fenix", serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h5:before,
h5:after {
  background: #efa548;
}
h6 {
  font-family: "Fenix", serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #efa548;
  line-height: 1.8;
  letter-spacing: normal;
}
h6:before,
h6:after {
  background: #efa548;
}
body {
  color: #54686e;
}
body .zpdark-section {
  color: #ffffff;
}
a {
  color: #efa548;
}
a:hover {
  color: #eb8e19;
}
.zpdark-section a {
  color: #ffffff;
}
.zpdark-section a:hover {
  color: #e6e6e6;
}
h1 {
  color: #efa548;
}
h1:before,
h1:after {
  background: #efa548;
}
h2 {
  color: #efa548;
}
h2:before,
h2:after {
  background: #efa548;
}
h3 {
  color: #efa548;
}
h3:before,
h3:after {
  background: #efa548;
}
h4 {
  color: #efa548;
}
h4:before,
h4:after {
  background: #efa548;
}
h5 {
  color: #efa548;
}
h5:before,
h5:after {
  background: #efa548;
}
h6 {
  color: #efa548;
}
h6:before,
h6:after {
  background: #efa548;
}
.zpdark-section h1 {
  color: #ffffff;
}
.zpdark-section h1:before,
.zpdark-section h1:after {
  background: #ffffff;
}
.zpdark-section h2 {
  color: #ffffff;
}
.zpdark-section h2:before,
.zpdark-section h2:after {
  background: #ffffff;
}
.zpdark-section h3 {
  color: #ffffff;
}
.zpdark-section h3:before,
.zpdark-section h3:after {
  background: #ffffff;
}
.zpdark-section h4 {
  color: #ffffff;
}
.zpdark-section h4:before,
.zpdark-section h4:after {
  background: #ffffff;
}
.zpdark-section h5 {
  color: #ffffff;
}
.zpdark-section h5:before,
.zpdark-section h5:after {
  background: #ffffff;
}
.zpdark-section h6 {
  color: #ffffff;
}
.zpdark-section h6:before,
.zpdark-section h6:after {
  background: #ffffff;
}
.zpdivider-container.zpdivider-text .zpdivider-common {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
}
.zpdivider-container .zpdivider-common:after,
.zpdivider-container .zpdivider-common:before {
  border-color: #dcdcdc;
}
.zpdivider-container.zpdivider-icon.zpdivider-style-border .zpdivider-common,
.zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner
  .zpdivider-common,
.zpdivider-container.zpdivider-icon.zpdivider-style-circle .zpdivider-common {
  border-color: #dcdcdc;
}
.zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common,
.zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill
  .zpdivider-common,
.zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill
  .zpdivider-common {
  background: #efa548;
}
.zpdivider-container.zpdivider-icon.zpdivider-style-bgfill
  .zpdivider-common
  svg,
.zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill
  .zpdivider-common
  svg,
.zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill
  .zpdivider-common
  svg {
  fill: #ffffff;
}
.zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #efa548;
}
.zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-roundcorner
  .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common {
  border-color: #dcdcdc;
}
.zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill
  .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-circle-fill
  .zpdivider-common {
  background: #efa548;
  color: #ffffff;
}
.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #efa548;
}
.zpdark-section .zpdivider-container .zpdivider-common:after,
.zpdark-section .zpdivider-container .zpdivider-common:before {
  border-color: RGBA(255, 255, 255, 0.7);
}
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-border
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-circle
  .zpdivider-common {
  border-color: RGBA(255, 255, 255, 0.7);
}
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill
  .zpdivider-common {
  background: #ffffff;
}
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill
  .zpdivider-common
  svg,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill
  .zpdivider-common
  svg,
.zpdark-section
  .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill
  .zpdivider-common
  svg {
  fill: #efa548;
}
.zpdark-section .zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #ffffff;
}
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-border
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-circle
  .zpdivider-common {
  border-color: RGBA(255, 255, 255, 0.7);
}
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-bgfill
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill
  .zpdivider-common,
.zpdark-section
  .zpdivider-container.zpdivider-text.zpdivider-style-circle-fill
  .zpdivider-common {
  background: #ffffff;
  color: #efa548;
}
.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #ffffff;
}
.zpicon-common svg {
  fill: #efa548;
}
.zpicon-common.zpicon-style-bgfill,
.zpicon-common.zpicon-style-circle-fill,
.zpicon-common.zpicon-style-roundcorner-fill {
  background: #efa548;
}
.zpicon-common.zpicon-style-bgfill svg,
.zpicon-common.zpicon-style-circle-fill svg,
.zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #ffffff;
}
.zpicon-common.zpicon-style-border,
.zpicon-common.zpicon-style-circle,
.zpicon-common.zpicon-style-roundcorner {
  border-color: #dcdcdc;
}
.zpicon-common.zpicon-style-border svg,
.zpicon-common.zpicon-style-circle svg,
.zpicon-common.zpicon-style-roundcorner svg {
  fill: #efa548;
}
.zpdark-section .zpicon-common svg {
  fill: #ffffff;
}
.zpdark-section .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpicon-common.zpicon-style-circle-fill,
.zpdark-section .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff;
}
.zpdark-section .zpicon-common.zpicon-style-bgfill svg,
.zpdark-section .zpicon-common.zpicon-style-circle-fill svg,
.zpdark-section .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #efa548;
}
.zpdark-section .zpicon-common.zpicon-style-border,
.zpdark-section .zpicon-common.zpicon-style-circle,
.zpdark-section .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}
.zpdark-section .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpicon-common.zpicon-style-circle svg,
.zpdark-section .zpicon-common.zpicon-style-roundcorner svg {
  fill: #ffffff;
}
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab,
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  border-color: transparent;
  background: #ffffff;
  color: #02172c;
}
@media all and (min-width: 768px) {
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
  .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab,
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
    border-color: #dcdcdc;
  }
}
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active,
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover {
  background: #efa548;
  color: #ffffff;
  border-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-01.zptab-type-01
  .zptabs-content-container
  .zptab-content,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptabs-content-container
  .zptab-content,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-color: #dcdcdc;
  background: #ffffff;
}
.zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptabs-content-container
  .zptab-content,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  background: transparent;
  border-color: transparent;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
  color: #02172c;
  background: #ffffff;
}
@media all and (min-width: 768px) {
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
    background: transparent;
  }
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
  background: #efa548;
  color: #ffffff;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab.zptab-active:hover {
  color: #ffffff;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
  color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptabs-content-container
  .zptab-content {
  border-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #02172c;
  border-block-end-color: #02172c;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
  color: #efa548;
  border-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active:after {
  background: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
  color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptabs-content-container
  .zptab-content {
  border-block-start-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #02172c;
  border-block-end-color: #02172c;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
  color: #efa548;
  border-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active:after {
  border-block-start-color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
  color: #efa548;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-block-start-color: #efa548;
}
.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptab {
  border-color: transparent;
  background: transparent;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .zpdark-section
    .zptabelem-inner-container.zptabs-style-01.zptab-type-01
    .zptab,
  .zpdark-section
    .zptabelem-inner-container.zptabs-style-01.zptab-type-02
    .zptab,
  .zpdark-section
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03
    .zptab {
    border-color: #ffffff;
  }
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01
  .zptab.zptab-active,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01
  .zptab:hover,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptab.zptab-active,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptab:hover,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptab.zptab-active,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptab:hover {
  background: #ffffff;
  color: #02172c;
  border-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01
  .zptabs-content-container
  .zptab-content,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptabs-content-container
  .zptab-content,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-color: #ffffff;
  background: transparent;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-02
  .zptabs-content-container
  .zptab-content,
.zpdark-section
  .zptabelem-inner-container.zptabs-style-01.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  background: transparent;
  border-color: transparent;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab {
  color: #ffffff;
  background: transparent;
}
@media all and (min-width: 768px) {
  .zpdark-section
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01
    .zptab {
    background: transparent;
  }
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab.zptab-active {
  background: #ffffff;
  color: #02172c;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab.zptab-active:hover {
  color: #02172c;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab:hover {
  color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptabs-content-container
  .zptab-content {
  border-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab {
  color: #ffffff;
  border-block-end-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active {
  color: #ffffff;
  border-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active:after {
  background: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab:hover {
  color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptabs-content-container
  .zptab-content {
  border-block-start-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab {
  color: #ffffff;
  border-block-end-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active {
  color: #ffffff;
  border-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active:after {
  border-block-start-color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab:hover {
  color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-block-start-color: #ffffff;
}
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right {
  background: #ebebeb;
}
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover {
  background: #ebebeb;
}
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg {
  fill: #54686e;
}
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg {
  fill: RGBA(84, 104, 110, 0.8);
}
.zpcarousel-container .zpcarousel-controller-container .zpcarousel-pause-btn,
.zpcarousel-container .zpcarousel-controller-container .zpcarousel-play-btn {
  fill: #b6b6b6;
}
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller {
  background: transparent;
  border-color: #b6b6b6;
}
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller:hover,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller.zpcarousel-controller-active,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller:hover,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller.zpcarousel-controller-active,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller:hover,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller.zpcarousel-controller-active,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller:hover,
.zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller.zpcarousel-controller-active {
  background: #b6b6b6;
  border-color: #b6b6b6;
}
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right {
  background: #ffffff;
}
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  .zpcarousel-arrow-right:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-left:hover,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  .zpcarousel-arrow-right:hover {
  background: #ffffff;
}
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-02
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-03
  svg {
  fill: #54686e;
}
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-01
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-02
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-03
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-04
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-left
  svg,
.zpdark-section
  .zpcarousel-container.zpcarousel-style-05
  .zpcarousel-arrows-container.zpcarousel-arrow-type-01
  .zpcarousel-arrow-right
  svg {
  fill: #ffffff;
}
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container
  .zpcarousel-pause-btn,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container
  .zpcarousel-play-btn {
  fill: #ffffff;
}
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller {
  background: transparent;
  border-color: #ffffff;
}
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller:hover,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-01
  .zpcarousel-controller.zpcarousel-controller-active,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller:hover,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-02
  .zpcarousel-controller.zpcarousel-controller-active,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller:hover,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-03
  .zpcarousel-controller.zpcarousel-controller-active,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller:hover,
.zpdark-section
  .zpcarousel-container
  .zpcarousel-controller-container.zpcarousel-controller-type-04
  .zpcarousel-controller.zpcarousel-controller-active {
  background: #ffffff;
  border-color: #ffffff;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border-width: 1px;
  border-style: solid;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  border-block-end-width: 2px;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border-width: 1px;
  border-style: solid;
  border-block-end: 0px;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-block-end-width: 1px;
  border-block-end-style: solid;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: #ffffff;
  color: #02172c;
  margin-block-end: 0px;
  border-color: #dcdcdc;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  background: #ffffff;
  color: #02172c;
  border-block-end: 1px solid;
  border-block-end-color: #efa548;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #ffffff;
    color: #02172c;
  }
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-block-end: 0px;
  border-inline-start: 1px solid #dcdcdc;
  border-inline-end: 1px solid #dcdcdc;
  background: #ffffff;
  border-block-start-color: transparent;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-block-end-color: #dcdcdc;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #02172c;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
  color: #02172c;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
    color: #02172c;
  }
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: transparent;
  color: #ffffff;
  margin-block-end: 0px;
  border-color: #ffffff;
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion.zpaccordion-active {
  background: #ffffff;
  color: #02172c;
  border-block-end: 1px solid;
  border-block-end-color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpdark-section
    .zpaccordion-container.zpaccordion-style-01
    .zpaccordion:hover {
    background: #ffffff;
    color: #02172c;
  }
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion-content {
  margin-block-end: 0px;
  border-inline-start: 1px solid #ffffff;
  border-inline-end: 1px solid #ffffff;
  background: transparent;
  border-block-start-color: transparent;
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion-content:last-of-type {
  border-block-end-color: #ffffff;
}
.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #ffffff;
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-02
  .zpaccordion.zpaccordion-active {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpdark-section
    .zpaccordion-container.zpaccordion-style-02
    .zpaccordion:hover {
    color: #ffffff;
  }
}
.zpform-container input[type="text"],
.zpform-container input[type="email"],
.zpform-container input[type="date"],
.zpform-container input[type="file"],
.zpform-container input[type="password"],
.zpform-container textarea,
.zpform-container select {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}
.zpform-container label,
.zpform-container .zpform-label {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpform-container h2 {
  font-family: "Fenix", serif;
  font-size: 30px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-md {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  border-width: 0;
  border-style: none;
  line-height: 1.42857143;
  letter-spacing: normal;
}
.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-sm {
  font-size: 13px;
}
.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-lg {
  font-size: 18px;
}
.zpform-container .zpbutton.zpbutton-type-secondary {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  border-width: 0;
  border-style: none;
  line-height: 1.42857143;
  letter-spacing: normal;
}
.zpform-container .zpbutton.zpbutton-type-secondary.zpbutton-size-sm {
  font-size: 13px;
}
.zpform-container .zpbutton.zpbutton-type-secondary.zpbutton-size-lg {
  font-size: 18px;
}
.theme-portal-heading,
#headtitle,
.verifytitle {
  display: block;
  font-family: "Fenix", serif;
  font-size: 30px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.signupotpcontainer .resendotp,
.change {
  color: #efa548;
  cursor: pointer;
}
.username,
#recovery_user_info .menutext,
.user_info .menutext,
.otpmobile #mobileotp {
  color: #54686e;
}
.zpform-container input[type="text"],
.zpform-container input[type="email"],
.zpform-container input[type="date"],
.zpform-container input[type="file"],
.zpform-container input[type="password"],
.zpform-container textarea,
.zpform-container select {
  background: #ffffff;
  border-color: #dcdcdc;
  color: #54686e;
}
.zpform-container input[type="text"]:focus,
.zpform-container input[type="email"]:focus,
.zpform-container input[type="date"]:focus,
.zpform-container input[type="file"]:focus,
.zpform-container input[type="password"]:focus,
.zpform-container textarea:focus,
.zpform-container select:focus {
  border-color: #54686e;
}
.zpform-container input[type="file"] {
  background: transparent;
}
.zpform-container input::-webkit-input-placeholder,
.zpform-container textarea::-webkit-input-placeholder,
.zpform-container select::-webkit-input-placeholder {
  color: RGBA(84, 104, 110, 0.5);
}
.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: RGBA(84, 104, 110, 0.5);
}
.zpform-container .zpform-errormsg,
.zpform-container .zpform-common-errormsg {
  color: #b80909;
}
.zpform-container .zpform-common-successmsg {
  color: #13ce66;
}
.zpform-container .zpform-mandatory:after {
  color: #b80909;
}
.zpform-container label,
.zpform-container .zpform-label {
  color: #54686e;
}
.zpform-container h2 {
  color: #02172c;
}
.zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #efa548;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #eb8e19;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #02172c;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .username,
.zpform-container #recovery_user_info .menutext,
.zpform-container .user_info .menutext,
.zpform-container .otpmobile #mobileotp {
  color: #54686e;
}
.zpform-container .signupotpcontainer .resendotp {
  color: #efa548;
}
.zpdark-section .zpform-container input[type="text"],
.zpdark-section .zpform-container input[type="email"],
.zpdark-section .zpform-container input[type="date"],
.zpdark-section .zpform-container input[type="file"],
.zpdark-section .zpform-container input[type="password"],
.zpdark-section .zpform-container textarea,
.zpdark-section .zpform-container select {
  background: transparent;
  border-color: RGBA(255, 255, 255, 0.5);
  color: #ffffff;
}
.zpdark-section .zpform-container input[type="text"]:focus,
.zpdark-section .zpform-container input[type="email"]:focus,
.zpdark-section .zpform-container input[type="date"]:focus,
.zpdark-section .zpform-container input[type="file"]:focus,
.zpdark-section .zpform-container input[type="password"]:focus,
.zpdark-section .zpform-container textarea:focus,
.zpdark-section .zpform-container select:focus {
  border-color: #ffffff;
}
.zpdark-section .zpform-container input[type="file"] {
  background: transparent;
}
.zpdark-section .zpform-container input::-webkit-input-placeholder,
.zpdark-section .zpform-container textarea::-webkit-input-placeholder,
.zpdark-section .zpform-container select::-webkit-input-placeholder {
  color: RGBA(255, 255, 255, 0.5);
}
.zpdark-section .zpform-container input::-moz-placeholder,
.zpdark-section .zpform-container textarea::-moz-placeholder,
.zpdark-section .zpform-container select::-moz-placeholder {
  color: RGBA(255, 255, 255, 0.5);
}
.zpdark-section .zpform-container .zpform-errormsg,
.zpdark-section .zpform-container .zpform-common-errormsg {
  color: #ffffff;
}
.zpdark-section .zpform-container .zpform-common-successmsg {
  color: #ffffff;
}
.zpdark-section .zpform-container .zpform-mandatory:after {
  color: #ffffff;
}
.zpdark-section .zpform-container label,
.zpdark-section .zpform-container .zpform-label {
  color: #ffffff;
}
.zpdark-section .zpform-container h2 {
  color: #ffffff;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #ffffff;
  color: #efa548;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #e6e6e6;
  color: #efa548;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #02172c;
  color: #ffffff;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}
.zpdark-section .zpform-container .username,
.zpdark-section .zpform-container #recovery_user_info .menutext,
.zpdark-section .zpform-container .user_info .menutext,
.zpdark-section .zpform-container .otpmobile #mobileotp {
  color: #ffffff;
}
.zpdark-section .zpform-container .signupotpcontainer .resendotp {
  color: #ffffff;
}
.zpimage-container[class*="zpimage-overlay-effect-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure
  figcaption {
  background: RGBA(239, 165, 72, 0.8);
  color: #ffffff;
}
.zpimage-container[class*="zpimage-overlay-effect-"] figure:hover figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure:hover
  figcaption {
  background: RGBA(239, 165, 72, 0.8);
  color: #ffffff;
}
.zpimage-container[class*="zpimage-overlay-effect-static-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-static-"]
  figure
  figcaption {
  background: RGBA(239, 165, 72, 0.8);
  color: #ffffff;
}
.hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: RGBA(239, 165, 72, 0.8);
  color: #ffffff;
}
.hb-grid-gallery.zpimage-overlay-effect-hv-9 .hb-grid-item {
  background: #efa548;
}
.hb-grid-gallery.zpimage-overlay-effect-hv-9 .hb-grid-item figure figcaption {
  color: #ffffff;
}
[data-caption_style="hv-3"] figcaption,
.hv-3 figcaption {
  background: linear-gradient(
    to bottom,
    RGBA(255, 255, 255, 0) 0%,
    RGBA(239, 165, 72, 0.4) 80%
  );
}
.zpdark-section
  .zpimage-container[class*="zpimage-overlay-effect-"]
  figure
  figcaption,
.zpdark-section
  .zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure
  figcaption {
  background: RGBA(2, 23, 44, 0.8);
  color: #ffffff;
}
.zpdark-section
  .zpimage-container[class*="zpimage-overlay-effect-"]
  figure:hover
  figcaption,
.zpdark-section
  .zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure:hover
  figcaption {
  background: RGBA(2, 23, 44, 0.8);
  color: #ffffff;
}
.zpdark-section
  .zpimage-container[class*="zpimage-overlay-effect-static-"]
  figure
  figcaption,
.zpdark-section
  .zpimage-with-text-container[class*="zpimage-overlay-effect-static-"]
  figure
  figcaption {
  background: RGBA(2, 23, 44, 0.8);
  color: #ffffff;
}
.zpdark-section
  .hb-grid-gallery[class*="zpimage-overlay-effect-hv-"]
  figure:hover
  figcaption {
  background: RGBA(2, 23, 44, 0.8);
  color: #ffffff;
}
.zpdark-section .hb-grid-gallery.zpimage-overlay-effect-hv-9 .hb-grid-item {
  background: #efa548;
}
.zpdark-section
  .hb-grid-gallery.zpimage-overlay-effect-hv-9
  .hb-grid-item
  figure
  figcaption {
  color: #ffffff;
}
.zpdark-section [data-caption_style="hv-3"] figcaption,
.hv-3 figcaption {
  background: linear-gradient(
    to bottom,
    RGBA(255, 255, 255, 0) 0%,
    RGBA(2, 23, 44, 0.8) 80%
  );
}
.zptable table td,
.zptable table th {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.zptable {
  border-color: #dcdcdc;
}
.zptable table td,
.zptable table th {
  border-block-end-color: #dcdcdc;
  border-inline-end-color: #dcdcdc;
  color: #02172c;
}
.zptable table td {
  color: #54686e;
}
.zptable.zptable-header-dark table tr th {
  background: #02172c;
  color: #ffffff;
  border-block-end-color: #04315d;
  border-inline-end-color: #04315d;
}
.zptable.zptable-header-light table tr th {
  background: #f9f3eb;
  color: #02172c;
  border-block-end-color: #dcdcdc;
  border-inline-end-color: #dcdcdc;
}
.zptable.zptable-header-transparent table tr th {
  color: #02172c;
  border-block-end-color: #dcdcdc;
  border-inline-end-color: #dcdcdc;
}
.zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(even)
  td,
.zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(odd) td,
.zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(odd) td {
  background: #f9f3eb;
}
.zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(odd)
  td,
.zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(even) td,
.zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(even) td {
  background: transparent;
}
.zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(even),
.zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(odd),
.zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(odd) {
  background: #f9f3eb;
}
.zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(odd),
.zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(even),
.zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(even) {
  background: transparent;
}
.zpdark-section .zptable {
  border-color: RGBA(220, 220, 220, 0.6);
}
.zpdark-section .zptable table td,
.zpdark-section .zptable table th {
  border-block-end-color: RGBA(220, 220, 220, 0.6);
  border-inline-end-color: RGBA(220, 220, 220, 0.6);
  color: #ffffff;
}
.zpdark-section .zptable table td {
  color: #ffffff;
}
.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #02172c;
  color: #ffffff;
  border-block-end-color: #04315d;
  border-inline-end-color: #04315d;
}
.zpdark-section .zptable.zptable-header-light table tr th {
  background: #f9f3eb;
  color: #02172c;
  border-block-end-color: RGBA(220, 220, 220, 0.6);
  border-inline-end-color: RGBA(220, 220, 220, 0.6);
}
.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-block-end-color: RGBA(220, 220, 220, 0.6);
  border-inline-end-color: RGBA(220, 220, 220, 0.6);
}
.zpdark-section
  .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(even)
  td,
.zpdark-section
  .zptable.zptable-zebra-style-row.zptable-header-top
  tr:nth-child(odd)
  td,
.zpdark-section
  .zptable.zptable-zebra-style-row.zptable-header-both
  tr:nth-child(odd)
  td {
  background: #e68914;
}
.zpdark-section
  .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(odd)
  td,
.zpdark-section
  .zptable.zptable-zebra-style-row.zptable-header-top
  tr:nth-child(even)
  td,
.zpdark-section
  .zptable.zptable-zebra-style-row.zptable-header-both
  tr:nth-child(even)
  td {
  background: transparent;
}
.zpdark-section
  .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(even),
.zpdark-section
  .zptable.zptable-zebra-style-column.zptable-header-left
  td:nth-child(odd),
.zpdark-section
  .zptable.zptable-zebra-style-column.zptable-header-both
  td:nth-child(odd) {
  background: #e68914;
}
.zpdark-section
  .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(odd),
.zpdark-section
  .zptable.zptable-zebra-style-column.zptable-header-left
  td:nth-child(even),
.zpdark-section
  .zptable.zptable-zebra-style-column.zptable-header-both
  td:nth-child(even) {
  background: transparent;
}
.zplight-section
  .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(even)
  td,
.zplight-section
  .zptable.zptable-zebra-style-row.zptable-header-top
  tr:nth-child(odd)
  td,
.zplight-section
  .zptable.zptable-zebra-style-row.zptable-header-both
  tr:nth-child(odd)
  td {
  background: #ffffff;
}
.zplight-section
  .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(
    .zptable-header-both
  )
  tr:nth-child(odd)
  td,
.zplight-section
  .zptable.zptable-zebra-style-row.zptable-header-top
  tr:nth-child(even)
  td,
.zplight-section
  .zptable.zptable-zebra-style-row.zptable-header-both
  tr:nth-child(even)
  td {
  background: transparent;
}
.zplight-section
  .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(even),
.zplight-section
  .zptable.zptable-zebra-style-column.zptable-header-left
  td:nth-child(odd),
.zplight-section
  .zptable.zptable-zebra-style-column.zptable-header-both
  td:nth-child(odd) {
  background: #ffffff;
}
.zplight-section
  .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(
    .zptable-header-both
  )
  td:nth-child(odd),
.zplight-section
  .zptable.zptable-zebra-style-column.zptable-header-left
  td:nth-child(even),
.zplight-section
  .zptable.zptable-zebra-style-column.zptable-header-both
  td:nth-child(even) {
  background: transparent;
}
.zpelem-box {
  padding: 0px;
  border-width: 0px;
  border-style: solid;
}
.zpelem-box {
  background-color: transparent;
  border-color: transparent;
}
.zpdark-section .zpelem-box {
  background-color: transparent;
  border-color: transparent;
}
.zpelem-iconheading h1 {
  font-family: "Fenix", serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h2 {
  font-family: "Fenix", serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h3 {
  font-family: "Fenix", serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h4 {
  font-family: "Fenix", serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h5 {
  font-family: "Fenix", serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h6 {
  font-family: "Fenix", serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading .zpicon-common svg {
  fill: #efa548;
}
.zpelem-iconheading .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheading .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill {
  background: #efa548;
}
.zpelem-iconheading .zpicon-common.zpicon-style-bgfill svg,
.zpelem-iconheading .zpicon-common.zpicon-style-circle-fill svg,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #ffffff;
}
.zpelem-iconheading .zpicon-common.zpicon-style-border,
.zpelem-iconheading .zpicon-common.zpicon-style-circle,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner {
  border-color: #dcdcdc;
}
.zpelem-iconheading .zpicon-common.zpicon-style-border svg,
.zpelem-iconheading .zpicon-common.zpicon-style-circle svg,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner svg {
  fill: #efa548;
}
.zpdark-section .zpelem-iconheading .zpicon-common svg {
  fill: #ffffff;
}
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle-fill,
.zpdark-section
  .zpelem-iconheading
  .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff;
}
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-bgfill svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle-fill svg,
.zpdark-section
  .zpelem-iconheading
  .zpicon-common.zpicon-style-roundcorner-fill
  svg {
  fill: #efa548;
}
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-border,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle svg,
.zpdark-section
  .zpelem-iconheading
  .zpicon-common.zpicon-style-roundcorner
  svg {
  fill: #ffffff;
}
.zpelem-iconheading h1 {
  color: #02172c;
}
.zpelem-iconheading h2 {
  color: #02172c;
}
.zpelem-iconheading h3 {
  color: #02172c;
}
.zpelem-iconheading h4 {
  color: #02172c;
}
.zpelem-iconheading h5 {
  color: #02172c;
}
.zpelem-iconheading h6 {
  color: #02172c;
}
.zpdark-section .zpelem-iconheading h1 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheading h2 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheading h3 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheading h4 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheading h5 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheading h6 {
  color: #ffffff;
}
.zpelem-iconheadingtext {
  color: #54686e;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h1 {
  font-family: "Fenix", serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h2 {
  font-family: "Fenix", serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h3 {
  font-family: "Fenix", serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h4 {
  font-family: "Fenix", serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h5 {
  font-family: "Fenix", serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h6 {
  font-family: "Fenix", serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext .zpicon-common svg {
  fill: #efa548;
}
.zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill {
  background: #efa548;
}
.zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #ffffff;
}
.zpelem-iconheadingtext .zpicon-common.zpicon-style-border,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner {
  border-color: #dcdcdc;
}
.zpelem-iconheadingtext .zpicon-common.zpicon-style-border svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner svg {
  fill: #efa548;
}
.zpdark-section .zpelem-iconheadingtext .zpicon-common svg {
  fill: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill,
.zpdark-section
  .zpelem-iconheadingtext
  .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill svg,
.zpdark-section
  .zpelem-iconheadingtext
  .zpicon-common.zpicon-style-circle-fill
  svg,
.zpdark-section
  .zpelem-iconheadingtext
  .zpicon-common.zpicon-style-roundcorner-fill
  svg {
  fill: #efa548;
}
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-border,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle,
.zpdark-section
  .zpelem-iconheadingtext
  .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle svg,
.zpdark-section
  .zpelem-iconheadingtext
  .zpicon-common.zpicon-style-roundcorner
  svg {
  fill: #ffffff;
}
.zpelem-iconheadingtext {
  color: #54686e;
}
.zpelem-iconheadingtext h1 {
  color: #02172c;
}
.zpelem-iconheadingtext h2 {
  color: #02172c;
}
.zpelem-iconheadingtext h3 {
  color: #02172c;
}
.zpelem-iconheadingtext h4 {
  color: #02172c;
}
.zpelem-iconheadingtext h5 {
  color: #02172c;
}
.zpelem-iconheadingtext h6 {
  color: #02172c;
}
.zpdark-section .zpelem-iconheadingtext {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h1 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h2 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h3 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h4 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h5 {
  color: #ffffff;
}
.zpdark-section .zpelem-iconheadingtext h6 {
  color: #ffffff;
}
.zpelem-imagetext .zpimage-text {
  color: #54686e;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imagetext .zpimage-text {
  color: #54686e;
}
.zpdark-section .zpelem-imagetext .zpimage-text {
  color: #ffffff;
}
.zpelem-imageheadingtext h1.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h2.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h3.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h4.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h5.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h6.zpimage-heading {
  font-family: "Fenix", serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext .zpimage-text {
  color: #54686e;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext .zpimage-text {
  color: #54686e;
}
.zpelem-imageheadingtext h1.zpimage-heading {
  color: #02172c;
}
.zpelem-imageheadingtext h2.zpimage-heading {
  color: #02172c;
}
.zpelem-imageheadingtext h3.zpimage-heading {
  color: #02172c;
}
.zpelem-imageheadingtext h4.zpimage-heading {
  color: #02172c;
}
.zpelem-imageheadingtext h5.zpimage-heading {
  color: #02172c;
}
.zpelem-imageheadingtext h6.zpimage-heading {
  color: #02172c;
}
.zpdark-section .zpelem-imageheadingtext .zpimage-text {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h1.zpimage-heading {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h2.zpimage-heading {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h3.zpimage-heading {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h4.zpimage-heading {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h5.zpimage-heading {
  color: #ffffff;
}
.zpdark-section .zpelem-imageheadingtext h6.zpimage-heading {
  color: #ffffff;
}
.zpdark-section-bg {
  background-color: #efa548;
}
.zplight-section-bg {
  background-color: #f9f3eb;
}
.theme-footer-area {
  background-color: #02172c;
}
.theme-section {
  padding-block-start: 50px;
  padding-block-end: 50px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
}
.theme-sidebar-area {
  display: none;
}
.theme-sidebar-area [data-theme-sidebar-content] {
  width: 100%;
}
@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area .theme-content-container {
    flex: 1 1 auto;
    width: calc(100% - 350px);
  }
}
@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area
    .theme-content-container
    .theme-content-area-inner
    .zpcontainer {
    width: 100%;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-inline-size: 1140px;
  }
}
@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-sidebar-enable-right {
    flex-direction: row;
  }
}
.theme-sidebar-enable .theme-sidebar-area {
  background: #f3e7d7;
  width: 100%;
  display: block;
}
@media all and (min-width: 992px) {
  .theme-sidebar-enable .theme-sidebar-area {
    width: 250px;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .theme-sidebar-enable .theme-sidebar-area {
    width: 300px;
  }
}
.theme-sidebar-enable .theme-sidebar-area .zprow {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.theme-sidebar-enable .theme-sidebar-area .zptab {
  width: 100%;
}
.theme-sidebar-enable
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab {
  border-radius: 50px;
}
.theme-sidebar-enable
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab:first-of-type,
.theme-sidebar-enable
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab:last-of-type {
  border-radius: 50px;
}
.theme-sidebar-enable .theme-sidebar-area .sidebar-container {
  width: 100%;
  display: flex;
}
.theme-sidebar-enable
  .theme-sidebar-area
  .sidebar-container
  .zpsidebar-section {
  width: 100%;
}
.theme-sidebar-enable
  .theme-sidebar-area
  .sidebar-container
  .zpsidebar-section
  .zpsidebar-container {
  padding-block-start: 20px;
  padding-block-end: 20px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container {
    display: flex;
  }
}
.theme-vertical-navigation-sidebar-container .theme-sidebar-area {
  display: block;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area.theme-vertical-header-sidebar-responsive {
  display: block;
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container
    .theme-sidebar-area.theme-vertical-header-sidebar-responsive {
    display: none;
  }
}
.theme-vertical-navigation-sidebar-container .theme-sidebar-area .zprow {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.theme-vertical-navigation-sidebar-container .theme-sidebar-area .zptab {
  width: 100%;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab {
  border-radius: 50px;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab:first-of-type,
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .zptabs-style-01.zptab-type-03
  .zptab:last-of-type {
  border-radius: 50px;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .sidebar-container {
  width: 100%;
  display: flex;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .sidebar-container
  .zpsidebar-section {
  width: 100%;
}
.theme-vertical-navigation-sidebar-container
  .theme-sidebar-area
  .sidebar-container
  .zpsidebar-section
  .zpsidebar-container {
  padding-block-start: 20px;
  padding-block-end: 20px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container
    .theme-sidebar-area
    .sidebar-container
    .zpsidebar-section
    .zpsidebar-container {
    padding: 0px;
  }
}
.theme-vertical-navigation-sidebar-container
  .theme-vertical-header-sidebar-banner-content-container {
  width: 100%;
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container
    .theme-vertical-header-sidebar-banner-content-container {
    flex: 1 1 auto;
  }
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container
    .theme-vertical-header-sidebar-banner-content-container
    .theme-content-container
    .theme-content-area-inner
    .zpcontainer {
    width: 100%;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-inline-size: 1140px;
  }
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container .zphero-boxed.zpcontainer {
    width: 100%;
  }
}
@media all and (min-width: 1500px) {
  .theme-vertical-navigation-sidebar-container .zphero-boxed.zpcontainer {
    width: 100%;
  }
}
.theme-breadcrumb-container + .zpdark-section {
  margin-block-start: 50px;
}
.theme-breadcrumb-container + .zplight-section {
  margin-block-start: 50px;
}
.theme-breadcrumb-container.theme-section {
  padding-block-end: 0px;
}
.theme-breadcrumb-container .theme-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.theme-breadcrumb-container .theme-breadcrumb .theme-breadcrumb-nav {
  font-size: 14px;
  color: #ed9931;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 13px;
  padding-inline-end: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
}
.theme-breadcrumb-container
  .theme-breadcrumb
  .theme-breadcrumb-nav:first-child {
  align-self: stretch;
  padding-inline-start: 0px;
}
.theme-breadcrumb-container .theme-breadcrumb .theme-breadcrumb-nav:hover {
  color: #ed9931;
}
.theme-breadcrumb-container
  .theme-breadcrumb
  .theme-breadcrumb-nav.theme-last-breadcrumb-nav {
  color: RGBA(2, 23, 44, 0.8);
}
.theme-breadcrumb-container
  .theme-breadcrumb
  .theme-breadcrumb-nav.theme-last-breadcrumb-nav:hover {
  color: RGBA(2, 23, 44, 0.8);
}
.theme-breadcrumb-container .theme-breadcrumb .theme-breadcrumb-nav:last-child {
  padding-inline-end: 13px;
}
.theme-breadcrumb-container
  .theme-breadcrumb
  .theme-breadcrumb-nav:last-child:after {
  display: none;
}
.theme-breadcrumb-container .theme-breadcrumb .theme-breadcrumb-divider {
  cursor: default;
  display: flex;
  align-items: center;
  align-self: stretch;
}
.theme-breadcrumb-container .theme-breadcrumb .theme-breadcrumb-divider svg g {
  fill: #02172c;
}
.theme-breadcrumb-container
  .theme-breadcrumb
  .theme-breadcrumb-divider:last-of-type {
  display: none;
}
@media all and (min-width: 992px) {
  .theme-pages-full-stretch .zpcontainer {
    width: 100%;
    max-inline-size: 1440px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
.theme-currency-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 285;
  display: none;
}
.theme-currency-option-container {
  height: 23px;
  cursor: pointer;
  position: relative;
}
.theme-currency-option-container ul {
  margin: 0;
  padding: 0;
  width: 60px;
  z-index: 300;
  position: relative;
}
.theme-currency-option-container ul li {
  list-style: none;
  margin: 0;
  padding-block-start: 5px;
  padding-block-end: 5px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  position: relative;
  align-items: center;
  display: none;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #02172c;
  line-height: 1.8;
  letter-spacing: normal;
}
.theme-currency-option-container ul li:hover {
  background: #eee;
}
.theme-currency-option-container ul li img {
  margin-inline-end: 5px;
  height: 15px;
  vertical-align: bottom;
}
.theme-currency-option-container ul li:first-child {
  display: flex;
  align-items: center;
  background: transparent;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 10px;
  padding-inline-end: 0;
}
.theme-currency-option-container ul li:first-child:after {
  content: "";
  display: inline-block;
  height: 0px;
  width: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: #02172c transparent transparent transparent;
  z-index: 2;
  margin-block-start: 2px;
  margin-block-end: 0;
  margin-inline-start: auto;
  margin-inline-end: 5px;
}
.theme-currency-option-container ul.theme-currency-open {
  background: #ffffff;
  box-shadow: 0 0 20px RGBA(98, 98, 98, 0.2);
}
.theme-currency-option-container ul.theme-currency-open li {
  font-size: 13px;
}
.theme-currency-option-container ul.theme-currency-open li:hover {
  color: #efa548;
}
.theme-currency-option-container ul.theme-currency-open li:first-child:after {
  border-color: transparent transparent #02172c transparent;
  transform: translate(0, -50%);
}
.theme-currency-option-container.theme-currency-style-02 ul {
  box-shadow: none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-02 ul {
    background: transparent;
  }
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li {
  background: #ffffff;
  box-shadow: 0 10px 14px RGBA(98, 98, 98, 0.1);
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:hover {
  color: #efa548;
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child {
  padding-block-end: 3px;
  background: transparent;
  box-shadow: none;
  border-block-end: 0 none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:first-child {
    border-block-end: 3px solid #efa548;
  }
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child:hover {
  color: #02172c;
}
.theme-currency-option-container.theme-currency-style-03 ul {
  box-shadow: none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-03 ul {
    background: transparent;
  }
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li {
  background: #ffffff;
  box-shadow: 0 10px 14px RGBA(98, 98, 98, 0.1);
  border-inline-start: 1px solid #dcdcdc;
  border-inline-end: 1px solid #dcdcdc;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:hover {
  color: #efa548;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:last-child {
  border-block-end: 0 none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:last-child {
    border-block-end: 1px solid #dcdcdc;
  }
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:nth-child(2) {
  border-block-start: 1px solid #dcdcdc;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:first-child {
  padding-block-end: 3px;
  background: transparent;
  border: 0 none;
  box-shadow: none;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:first-child:hover {
  color: #02172c;
}
.theme-currency-option-container .theme-currency-label {
  display: block;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container .theme-currency-label {
    display: none;
  }
}
.theme-close-mobile-currency {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 350;
  display: none;
  padding-block-start: 20px;
  padding-block-end: 20px;
  padding-inline-start: 28px;
  padding-inline-end: 28px;
  opacity: 1;
  font-size: 16px;
  color: #02172c;
  width: 100%;
}
.theme-close-mobile-currency .theme-currency-open-label {
  margin-inline-end: auto;
}
.theme-close-mobile-currency .theme-currency-close-icon-container {
  cursor: pointer;
  height: 23px;
  width: 23px;
  position: relative;
}
.theme-close-mobile-currency .theme-currency-close-icon-container:after,
.theme-close-mobile-currency .theme-currency-close-icon-container:before {
  background: #efa548;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transform: rotate(-45deg);
  top: 10px;
}
.theme-close-mobile-currency .theme-currency-close-icon-container:before {
  transform: rotate(45deg);
}
@media all and (min-width: 992px) {
  .theme-close-mobile-currency {
    display: none;
    opacity: 0;
    z-index: 0;
  }
}
.theme-currency-non-res {
  margin-inline-start: auto;
  margin-inline-end: 0px;
  display: none;
}
@media all and (min-width: 992px) {
  .theme-currency-non-res.theme-curency-option-left-space {
    margin-inline-start: 13px;
    padding-inline-start: 8px;
    border-inline-start: 1px dotted #02172c;
  }
}
@media all and (min-width: 992px) {
  .theme-currency-non-res {
    display: block;
    width: 60px;
    height: 23px;
  }
}
@media all and (min-width: 992px) {
  .theme-vertical-navigation-container .theme-currency-option-container {
    margin-inline-end: 15px;
  }
}
.theme-vertical-navigation-container.theme-currency-enable-vertical
  .theme-header-topbar
  .theme-portal-login
  .theme-portal-container
  .theme-portal-content
  a
  .theme-portal-username {
  max-inline-size: 70px;
}
.theme-vertical-navigation-container.theme-currency-enable-vertical
  .theme-header
  .zpcontainer
  .theme-vertical-navigation-portal
  .theme-portal-login
  .theme-portal-container {
  padding-block-start: 0px;
  padding-block-end: 0px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
.theme-currency-container-style-05-non-res {
  margin-inline-start: auto;
}
.theme-currency-container-style-05-non-res.theme-curency-option-left-space {
  margin-inline-start: auto;
}
@media all and (min-width: 992px) {
  .theme-currency-container-style-05-non-res.theme-curency-option-left-space {
    margin-inline-start: 13px;
    padding-inline-start: 8px;
    border-inline-start: 1px dotted #02172c;
  }
}
@media all and (min-width: 992px) {
  .theme-currency-container-style-05-non-res {
    height: 23px;
    width: 60px;
  }
}
.theme-currency-container-style-06-non-res {
  margin-inline-start: auto;
}
@media all and (min-width: 992px) {
  .theme-currency-container-style-06-non-res {
    height: 23px;
    width: 60px;
    margin-inline-end: 15px;
  }
}
.theme-currency-container-style-06-res {
  margin-inline-start: 20px;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-non-res.theme-curency-option-left-space {
    border-inline-start: 1px dotted #ffffff;
  }
}
.zpdark-header-portion .theme-currency-option-container ul li:first-child {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-option-container
    ul
    li:first-child:after {
    border-color: #ffffff transparent transparent transparent;
  }
}
.zpdark-header-portion
  .theme-currency-option-container
  ul.theme-currency-open
  li:first-child {
  color: #02172c;
}
.zpdark-header-portion
  .theme-currency-option-container
  ul.theme-currency-open
  li:first-child:after {
  border-color: transparent transparent #02172c transparent;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:first-child,
  .zpdark-header-portion
    .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:first-child {
    color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:first-child:after,
  .zpdark-header-portion
    .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:first-child:after {
    border-color: transparent transparent #ffffff transparent;
  }
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-container-style-05-non-res.theme-curency-option-left-space {
    border-inline-start: 1px dotted #ffffff;
  }
}
@media all and (max-width: 991px) {
  .theme-currency-container-style-05-res {
    margin-inline-start: auto;
  }
}
.theme-searchresult-container h1 {
  margin-block-end: 32px;
  font-size: 24px;
  justify-content: center;
}
.theme-searchresult {
  margin-block-end: 32px;
  display: flex;
  flex-flow: column;
}
.theme-searchresult p {
  margin-block-end: 24px;
}
.theme-searchresult:last-child {
  margin: 0;
}
.theme-searchresult-content {
  max-inline-size: 750px;
}
.theme-searchresult-heading {
  display: inline-flex;
  align-items: center;
  flex-flow: row;
}
.theme-searchresult-heading h6 {
  font-size: 110%;
}
.theme-searchresult-heading svg {
  width: 24px;
  height: 24px;
  margin-inline-end: 16px;
  flex-shrink: 0;
}
.theme-searchresult-url {
  font-size: 80%;
}
.theme-searchresult-row {
  display: flex;
  flex-flow: column;
  margin-block-end: 4px;
}
.theme-searchresult-pagination {
  display: flex;
}
.theme-searchresult-pagination a {
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 3px;
  margin: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-inline-size: 30px;
}
.theme-searchresult-pagination a:hover {
  border: 1px solid #c3c3c3;
}
.theme-searchresult-pagination a.is-selected {
  border: 1px solid #efa548;
}
