@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
:focus,
:active,
.active {
  outline: 0 none;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-bottom: 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 {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input,
textarea,
select {
  border: 1px solid #ccc;
  padding: 10px 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-right: 0;
}
select[multiple] {
  height: 75px;
  padding: 10px 5px;
  padding-right: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td,
td {
  vertical-align: middle;
}
noscript {
  height: 100%;
}
.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  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-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  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-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
  font-family: Arimo;
  font-size: 14px;
  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-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  background: #1657a4;
  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: #1657a4;
  border-color: #1657a4;
}
.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: #1657a4;
}
.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: #1657a4;
  color: #ffffff;
  border-color: #1657a4;
}
.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: #103f77;
  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: #103f77;
  color: #ffffff;
}
.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  background: #101010;
  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: #101010;
  border-color: #101010;
}
.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: #101010;
}
.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: #101010;
}
.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: #1657a4;
}
.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: #103f77;
}
.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: #103f77;
}
.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: #1657a4;
  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: #1657a4;
  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: #1657a4;
  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: #1657a4;
  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: #1657a4;
}
.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: #101010;
  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: #101010;
  border-color: #101010;
}
.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: #101010;
}
.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: #101010;
  color: #ffffff;
  border-color: #101010;
}
.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: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h1:before,
h1:after {
  background: #101010;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h2:before,
h2:after {
  background: #101010;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18.72px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h3:before,
h3:after {
  background: #101010;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h4:before,
h4:after {
  background: #101010;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 13.28px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h5:before,
h5:after {
  background: #101010;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
h6:before,
h6:after {
  background: #101010;
}
body {
  color: #555555;
}
body .zpdark-section {
  color: #ffffff;
}
a {
  color: #0078c8;
}
a:hover {
  color: #005995;
}
.zpdark-section a {
  color: #f2ab55;
}
.zpdark-section a:hover {
  color: #ee9426;
}
h1 {
  color: #101010;
}
h1:before,
h1:after {
  background: #101010;
}
h2 {
  color: #101010;
}
h2:before,
h2:after {
  background: #101010;
}
h3 {
  color: #101010;
}
h3:before,
h3:after {
  background: #101010;
}
h4 {
  color: #101010;
}
h4:before,
h4:after {
  background: #101010;
}
h5 {
  color: #101010;
}
h5:before,
h5:after {
  background: #101010;
}
h6 {
  color: #101010;
}
h6:before,
h6:after {
  background: #101010;
}
.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: Arimo;
  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: #4b4b4b;
}
.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: #4b4b4b;
}
.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: #1657a4;
}
.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: #1657a4;
}
.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: #4b4b4b;
}
.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: #1657a4;
  color: #ffffff;
}
.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #1657a4;
}
.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: #1657a4;
}
.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: #1657a4;
}
.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #ffffff;
}
.zpicon-common svg {
  fill: #1657a4;
}
.zpicon-common.zpicon-style-bgfill,
.zpicon-common.zpicon-style-circle-fill,
.zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}
.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: #4b4b4b;
}
.zpicon-common.zpicon-style-border svg,
.zpicon-common.zpicon-style-circle svg,
.zpicon-common.zpicon-style-roundcorner svg {
  fill: #1657a4;
}
.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: #1657a4;
}
.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: Arimo;
  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: Arimo;
  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: #101010;
}
@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: #4b4b4b;
  }
}
.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: #1657a4;
  color: #ffffff;
  border-color: #1657a4;
}
.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: #4b4b4b;
  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: #101010;
  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: #1657a4;
  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: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #101010;
  border-bottom-color: #101010;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
  color: #1657a4;
  border-color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
  background: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
  color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #101010;
  border-bottom-color: #101010;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
  color: #1657a4;
  border-color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
  border-top-color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
  color: #1657a4;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #1657a4;
}
.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: RGBA(255, 255, 255, 0.25);
  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: RGBA(255, 255, 255, 0.25);
  }
}
.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: #101010;
  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: RGBA(255, 255, 255, 0.25);
  background: RGBA(255, 255, 255, 0.15);
}
.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: RGBA(255, 255, 255, 0.25);
}
@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: #101010;
}
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
  color: #101010;
}
.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-bottom-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-top-color: #ffffff;
}
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #ffffff;
  border-bottom-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-top-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-top-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 {
  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 {
  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 {
  fill: #555555;
}
.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 {
  fill: RGBA(85, 85, 85, 0.8);
}
.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: #252525;
}
.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: #252525;
  border-color: #252525;
}
.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 {
  background: RGBA(255, 255, 255, 0.3);
}
.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 {
  background: RGBA(255, 255, 255, 0.3);
}
.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 {
  fill: #555555;
}
.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 {
  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: #717171;
}
.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: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  font-family: Arimo;
  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-bottom-width: 2px;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border-width: 1px;
  border-style: solid;
  border-bottom: 0px;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border: 0px;
  border-top: 1px solid RGBA(255, 255, 255, 0.24);
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border: 0px !important;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: #ffffff;
  color: #101010;
  margin-bottom: 0;
  border-color: #4b4b4b;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  background: #ffffff;
  color: #101010;
  border-bottom: 1px solid;
  border-bottom-color: #1657a4;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #ffffff;
    color: #101010;
  }
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  background: #ffffff;
  border-top-color: transparent;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-bottom-color: #4b4b4b;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #101010;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
  color: #101010;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
    color: #101010;
  }
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: RGBA(255, 255, 255, 0.24);
  color: #ffffff;
  margin-bottom: 0;
  border-color: RGBA(255, 255, 255, 0.25);
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  background: #ffffff;
  color: #101010;
  border-bottom: 1px solid;
  border-bottom-color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #ffffff;
    color: #101010;
  }
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid RGBA(255, 255, 255, 0.25);
  border-right: 1px solid RGBA(255, 255, 255, 0.25);
  background: RGBA(255, 255, 255, 0.24);
  border-top-color: transparent;
}
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-bottom-color: RGBA(255, 255, 255, 0.25);
}
.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 textarea,
.zpform-container select {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}
.zpform-container label {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpform-container h2 {
  font-family: "Montserrat", sans-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: Arimo;
  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: Arimo;
  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;
}
.zpform-container input[type="text"],
.zpform-container input[type="email"],
.zpform-container input[type="date"],
.zpform-container input[type="file"],
.zpform-container textarea,
.zpform-container select {
  background: #ffffff;
  border-color: #4b4b4b;
  color: #555555;
}
.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 textarea:focus,
.zpform-container select:focus {
  border-color: #555555;
}
.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(85, 85, 85, 0.5);
}
.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: RGBA(85, 85, 85, 0.5);
}
.zpform-container input:-ms-input-placeholder,
.zpform-container textarea:-ms-input-placeholder,
.zpform-container select:-ms-input-placeholder {
  color: RGBA(85, 85, 85, 0.5);
}
.zpform-container .zpform-errormsg,
.zpform-container .zpform-common-errormsg {
  color: #ff4949;
}
.zpform-container .zpform-common-successmsg {
  color: #13ce66;
}
.zpform-container .zpform-mandatory:after {
  color: #ff4949;
}
.zpform-container label {
  color: #555555;
}
.zpform-container h2 {
  color: #101010;
}
.zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #1657a4;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #103f77;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #101010;
  color: #ffffff;
  border-color: transparent;
}
.zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}
.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 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 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 input:-ms-input-placeholder,
.zpdark-section .zpform-container textarea:-ms-input-placeholder,
.zpdark-section .zpform-container select:-ms-input-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 {
  color: #ffffff;
}
.zpdark-section .zpform-container h2 {
  color: #ffffff;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #ffffff;
  color: #1657a4;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #e6e6e6;
  color: #1657a4;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #101010;
  color: #ffffff;
  border-color: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}
.zpimage-container[class*="zpimage-overlay-effect-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"] figure figcaption {
  background: RGBA(22, 87, 164, 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(22, 87, 164, 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(22, 87, 164, 0.8);
  color: #ffffff;
}
.hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: RGBA(22, 87, 164, 0.8);
  color: #ffffff;
}
[data-caption_style="hv-3"] figcaption,
.hv-3 figcaption {
  background: linear-gradient(to bottom, RGBA(255, 255, 255, 0) 0%, RGBA(22, 87, 164, 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(16, 16, 16, 0.5);
  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(16, 16, 16, 0.5);
  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(16, 16, 16, 0.5);
  color: #ffffff;
}
.zpdark-section .hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: RGBA(16, 16, 16, 0.5);
  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(16, 16, 16, 0.4) 80%);
}
.zptable table td,
.zptable table th {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.zptable {
  border-color: #4b4b4b;
}
.zptable table td,
.zptable table th {
  border-bottom-color: #4b4b4b;
  border-right-color: #4b4b4b;
  color: #101010;
}
.zptable table td {
  color: #555555;
}
.zptable.zptable-header-dark table tr th {
  background: #101010;
  color: #ffffff;
  border-right-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
.zptable.zptable-header-light table tr th {
  background: #f7f8fa;
  color: #101010;
  border-right-color: #4b4b4b;
  border-bottom-color: #4b4b4b;
}
.zptable.zptable-header-transparent table tr th {
  color: #101010;
  border-right-color: #4b4b4b;
  border-bottom-color: #4b4b4b;
}
.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: #f7f8fa;
}
.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: #f7f8fa;
}
.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(75, 75, 75, 0.6);
}
.zpdark-section .zptable table td,
.zpdark-section .zptable table th {
  border-bottom-color: RGBA(75, 75, 75, 0.6);
  border-right-color: RGBA(75, 75, 75, 0.6);
  color: #ffffff;
}
.zpdark-section .zptable table td {
  color: #ffffff;
}
.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #101010;
  color: #ffffff;
  border-right-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
.zpdark-section .zptable.zptable-header-light table tr th {
  background: #f7f8fa;
  color: #101010;
  border-right-color: RGBA(75, 75, 75, 0.6);
  border-bottom-color: RGBA(75, 75, 75, 0.6);
}
.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-right-color: RGBA(75, 75, 75, 0.6);
  border-bottom-color: RGBA(75, 75, 75, 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: #0f3a6e;
}
.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: #0f3a6e;
}
.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: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheading .zpicon-common svg {
  fill: #1657a4;
}
.zpelem-iconheading .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheading .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}
.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: #4b4b4b;
}
.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: #1657a4;
}
.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: #1657a4;
}
.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: #101010;
}
.zpelem-iconheading h2 {
  color: #101010;
}
.zpelem-iconheading h3 {
  color: #101010;
}
.zpelem-iconheading h4 {
  color: #101010;
}
.zpelem-iconheading h5 {
  color: #101010;
}
.zpelem-iconheading h6 {
  color: #101010;
}
.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: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-iconheadingtext .zpicon-common svg {
  fill: #1657a4;
}
.zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}
.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: #4b4b4b;
}
.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: #1657a4;
}
.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: #1657a4;
}
.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: #555555;
}
.zpelem-iconheadingtext h1 {
  color: #101010;
}
.zpelem-iconheadingtext h2 {
  color: #101010;
}
.zpelem-iconheadingtext h3 {
  color: #101010;
}
.zpelem-iconheadingtext h4 {
  color: #101010;
}
.zpelem-iconheadingtext h5 {
  color: #101010;
}
.zpelem-iconheadingtext h6 {
  color: #101010;
}
.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: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imagetext .zpimage-text {
  color: #555555;
}
.zpdark-section .zpelem-imagetext .zpimage-text {
  color: #ffffff;
}
.zpelem-imageheadingtext h1.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h2.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h3.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h4.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h5.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext h6.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext .zpimage-text {
  color: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}
.zpelem-imageheadingtext .zpimage-text {
  color: #555555;
}
.zpelem-imageheadingtext h1.zpimage-heading {
  color: #101010;
}
.zpelem-imageheadingtext h2.zpimage-heading {
  color: #101010;
}
.zpelem-imageheadingtext h3.zpimage-heading {
  color: #101010;
}
.zpelem-imageheadingtext h4.zpimage-heading {
  color: #101010;
}
.zpelem-imageheadingtext h5.zpimage-heading {
  color: #101010;
}
.zpelem-imageheadingtext h6.zpimage-heading {
  color: #101010;
}
.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: #1657a4;
}
.zplight-section-bg {
  background-color: #f7f8fa;
}
.theme-footer-area {
  background-color: #101010;
}
.modal-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition:
    opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal-overlay.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.modal-container {
  width: 600px;
  border: 5px solid #1657a4;
  background-color: #f5f8fa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 30px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-figure {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7ecf0;
  border-radius: 50%;
}
.lpmodal-title {
  font-size: 24px;
  font-weight: normal;
  color: #1657a4;
  line-height: 1.8;
  margin: 25px 0 15px 0;
}
.lpmodal-caption {
  font-size: 16px;
  color: #606060;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 22px;
}
.lpclose-btn {
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #1657a4;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  outline: 0;
}
.inbox-icon {
  color: #1657a4;
}
.zpcountdown-inner-container .countdown-box .countdown-no {
  color: #1657a4;
}
.zpcountdown-inner-container .countdown-box .countdown-title {
  color: #555555;
}
.zpcountdown-inner-container.is-squared .countdown-box .countdown-no,
.zpcountdown-inner-container.is-circled .countdown-box .countdown-no,
.zpcountdown-inner-container.is-rounded .countdown-box .countdown-no {
  background-color: #1657a4;
  color: #ffffff;
}
.zpdark-section .zpcountdown-inner-container .countdown-box .countdown-no {
  color: #ffffff;
}
.zpdark-section .zpcountdown-inner-container .countdown-box .countdown-title {
  color: #ffffff;
}
.zpdark-section .zpcountdown-inner-container.is-squared .countdown-box .countdown-no,
.zpdark-section .zpcountdown-inner-container.is-circled .countdown-box .countdown-no,
.zpdark-section .zpcountdown-inner-container.is-rounded .countdown-box .countdown-no {
  background-color: #ffffff;
  color: #1657a4;
}
.theme-topband-container .zpsection {
  padding: 24px 0px;
  background: #ffffff;
}
.theme-topband-container .zpsection.zpdark-section-bg {
  background: #1657a4;
}
.theme-topband-container .theme-topband-transparent {
  background-color: RGBA(255, 255, 255, 0.9);
}
.theme-topband-container .zpdark-section.theme-topband-transparent {
  background-color: RGBA(22, 87, 164, 0.9);
}
.top_band-container .zpelem-image {
  margin-top: 0;
}
.top_band-container .zpelem-button {
  margin-top: 0;
  margin-left: auto;
}
.top_band-container .zpimage-container figure img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
@media all and (max-width: 991px) and (min-width: 768px) {
  .top_band-container [class*="zpimage-size"].zpimage-tablet-fallback-fit figure img {
    width: auto !important;
    height: 50px !important;
  }
}
@media (max-width: 767px) {
  .top_band-container [class*="zpimage-size"].zpimage-mobile-fallback-fit figure img {
    width: auto !important;
    height: 50px !important;
  }
}
@media all and (min-width: 992px) {
  .theme-topband-animate {
    right: 0;
    width: 100%;
    top: 0;
    z-index: 250;
    position: fixed;
    visibility: visible;
    -webkit-animation: headerStart 0.8s linear 1 alternate;
    -moz-animation: headerStart 0.8s linear 1 alternate;
    -ms-animation: headerStart 0.8s linear 1 alternate;
    -o-animation: headerStart 0.8s linear 1 alternate;
    animation: headerStart 0.8s linear 1 alternate;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  }
}
@-webkit-keyframes headerStart {
  from {
    top: -300px;
  }
}
@-moz-keyframes headerStart {
  from {
    top: -300px;
  }
}
@-ms-keyframes headerStart {
  from {
    top: -300px;
  }
}
@-o-keyframes headerStart {
  from {
    top: -300px;
  }
}
@keyframes headerStart {
  from {
    top: -300px;
  }
}
