@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
.font-bold {
  font-weight: 500;
}
.font-reg {
  font-weight: 300;
}
.font-med {
  font-weight: 400;
}
.font-lite {
  font-weight: 100;
}
.font-family-primary {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
body {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  body {
    font-size: 13px;
  }
}
@media (min-width:1200px) {
  body {
    font-size: 14px;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 15px;
  }
}
@media (min-width:1800px) {
  body {
    font-size: 16px;
  }
}
.btn {
  transition: all 0.5s ease;
}
.btn.btn-primary {
  background: #27A5DE;
  border-color: #27A5DE;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #f1f1f1;
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background-color: #125574;
  border-color: #1876a0;
  color: #ffffff;
}
.btn.btn-lg {
  font-size: 1.25em;
}
.btn.btn-xl {
  font-size: 1.5em;
}
.btn.btn-outline-primary {
  border-color: #27A5DE;
  color: #27A5DE;
}
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover {
  background-color: #27A5DE;
  border-color: #1876a0;
  color: #ffffff;
}
.darkenScroll:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
/* SETTING THE BASE WIDTH */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.scroll-y {
  overflow-y: auto;
}
.scroll-y:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.flex-full-core {
  width: 100%;
  height: 100%;
}
.flex-full-w-core {
  width: 100%;
}
.flex-column,
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-column-full,
.flex-col-full {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.flex-column-w,
.flex-col-w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-full,
.flex-row-full {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.flex-row-w {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.flex-row-rev {
  display: flex;
  flex-direction: row-reverse;
}
.flex-row-rev-full {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
}
.flex-row-rev-w {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.gap-sm {
  gap: 0.5em;
}
.gap-md {
  gap: 1em;
}
.gap-lg {
  gap: 2em;
}
.gap-xl {
  gap: 4em;
}
.gap-xxl {
  gap: 8em;
}
.vr-delete {
  display: none !important;
}
.smooth-ultra {
  transition: all 0.05s ease;
}
.smooth-fast {
  transition: all 0.15s ease;
}
.smooth {
  transition: all 0.5s ease;
}
.smooth-long {
  transition: all 1s ease;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.box-shadow {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.box-shadow-blue {
  box-shadow: 0px 0px 12px rgba(39, 165, 222, 0.25);
}
.pad-xs {
  padding: 0.5em;
}
.pad-sm {
  padding: 1em;
}
.pad-md {
  padding: 1.5em;
}
.pad-lg {
  padding: 2em;
}
.pad-xl {
  padding: 2.5em;
}
.pad-xxl {
  padding: 3em;
}
.mar-t-sm {
  margin-top: 0.5em;
}
.mar-t-md {
  margin-top: 1em;
}
.mar-t-lg {
  margin-top: 1.5em;
}
.mar-t-xl {
  margin-top: 2em;
}
.mar-t-xxl {
  margin-top: 2.5em;
}
.mar-b-sm {
  margin-bottom: 0.5em;
}
.mar-b-md {
  margin-bottom: 1em;
}
.mar-b-lg {
  margin-bottom: 1.5em;
}
.mar-b-xl {
  margin-bottom: 2em;
}
.mar-b-xxl {
  margin-bottom: 2.5em;
}
.mar-lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.unit-core .unit-col-w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.unit-core .unit-row-w {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.unit-core .unit {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 0.5em;
}
.unit-core .unit.clear {
  flex: unset;
}
.unit-core .unit.end {
  flex: unset;
  margin-left: auto;
}
.unit-core .unit.center {
  justify-content: center;
}
.unit-core .unit-col {
  display: flex;
  flex-direction: column;
}
.unit-core .unit-col.start {
  align-items: flex-start;
}
.unit-core .unit-col.flex {
  flex: 1;
}
.unit-core .unit.col-sm {
  display: flex;
  flex-direction: column;
}
@media (min-width:992px) {
  .unit-core .unit.col-sm {
    display: flex;
    flex-direction: row;
  }
}
.unit-core .unit.flex {
  flex: 1;
}
.show-md,
.show-lg,
.show-xl {
  display: none;
}
@media (min-width:992px) {
  .show-md {
    display: unset;
  }
  .show-sm,
  .show-lg,
  .show-xl {
    display: none;
  }
}
@media (min-width:1200px) {
  .show-lg {
    display: unset;
  }
  .show-sm,
  .show-md,
  .show-xl {
    display: none;
  }
}
@media (min-width:1600px) {
  .show-xl {
    display: unset;
  }
  .show-sm,
  .show-lg,
  .show-md {
    display: none;
  }
}
.is-cms .cms-editable {
  border: 1px #ea5eda solid;
}
.is-cms .cms-repeatable,
.is-cms .repeatable {
  border: 3px dashed cyan;
}
.is-cms .blog-card-unit {
  padding: 1em;
  border: 5px solid tomato;
}
.system-message {
  width: 100%;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #65799b 0%, #5e2563 100%);
  background: -webkit-linear-gradient(-45deg, #65799b 0%, #5e2563 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #65799b), color-stop(1, #5e2563));
  background: -o-linear-gradient(-45deg, #65799b 0%, #5e2563 100%);
  background: -ms-linear-gradient(-45deg, #65799b 0%, #5e2563 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#65799B', endColorstr='#5E2563' ,GradientType=0)";
  background: linear-gradient(135deg, #65799b 0%, #5e2563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65799B', endColorstr='#5E2563', GradientType=1);
  display: block;
}
.system-message .message-unit {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.system-message .message-unit > :first-child {
  padding-top: 1.5rem;
}
.system-message .message-unit h1,
.system-message .message-unit h2,
.system-message .message-unit h3,
.system-message .message-unit h4,
.system-message .message-unit h5,
.system-message .message-unit h6 {
  text-align: center;
  padding: 0.25rem 1rem;
}
.system-message .message-unit p {
  text-align: center;
  font-weight: 100;
  padding: 0 1rem 1rem;
}
.system-message .message-unit h1,
.system-message .message-unit h2,
.system-message .message-unit h3,
.system-message .message-unit h4,
.system-message .message-unit h5,
.system-message .message-unit h6,
.system-message .message-unit p {
  text-wrap: pretty;
}
.socal-navbar .navbar.bg-dark .navbar-brand .logo-1 {
  display: none;
}
@media (min-width:992px) {
  .socal-navbar .navbar.bg-dark .navbar-brand .logo-1 {
    display: unset;
  }
}
@media (min-width:992px) {
  .socal-navbar .navbar.bg-dark .navbar-brand .logo-2 {
    display: none;
  }
}
.socal-navbar .navbar.bg-dark .navbar-nav {
  gap: 1rem;
}
.socal-navbar .navbar.bg-dark .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml,%3csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"%230d6efd\"%3e%3cpath fill-rule=\"evenodd\" d=\"M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708\"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 0;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.socal-navbar .navbar.bg-dark .navbar-nav .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 80vw;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion {
  display: flex;
  flex-direction: column;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item {
  display: flex;
  flex-direction: column;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item .accordion-header {
  display: flex;
  flex-direction: row;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1.5rem;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item .accordion-header .accordion-button:after {
  margin-left: auto;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 0;
}
.socal-navbar .navbar.bg-dark .navbar-nav .dropdown-menu .accordion .accordion-item .accordion-collapse .accordion-body ul.dropdown-child-list {
  list-style: none;
}
.socal-navbar .navbar.bg-dark .navbar-nav:nth-child(2) {
  margin-left: auto;
}
@media (max-width:767.98px) {
  .socal-navbar .navbar .navbar-nav .nav-item {
    font-size: 1rem;
  }
  .socal-navbar .navbar .navbar-nav .dropdown-menu.show {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media (min-width:768px) {
  .socal-navbar .navbar .navbar-nav .nav-item {
    font-size: 1rem;
  }
  .socal-navbar .navbar .navbar-nav .dropdown-menu.show {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media (min-width:992px) {
  .socal-navbar .navbar .navbar-nav .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    width: max-content !important;
    max-width: 80vw !important;
  }
}
.mkt-zone-intro-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #555555;
  min-height: 25rem;
  background-image: url("/_core_images/bg/home-hero-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .mkt-zone-intro-head {
    height: 50vh;
    justify-content: center;
  }
}
.mkt-zone-intro-head .bg-tint {
  background: rgba(18, 85, 116, 0.65);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  justify-content: center;
}
.mkt-zone-intro-head .bg-treatment {
  padding: 1rem;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .mkt-zone-intro-head .bg-treatment {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width:1200px) {
  .mkt-zone-intro-head .bg-treatment {
    padding: 3rem 2rem;
  }
}
@media (min-width:1600px) {
  .mkt-zone-intro-head .bg-treatment {
    padding: 3.5rem 2.5rem;
  }
}
@media (min-width:1600px) {
  .mkt-zone-intro-head .bg-treatment {
    padding: 4rem 3rem;
  }
}
@media (min-width:1800px) {
  .mkt-zone-intro-head .bg-treatment {
    padding: 4.5rem 3.5rem;
  }
}
.mkt-zone-intro-head .bg-treatment .header {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 1rem auto;
  align-items: center;
}
.mkt-zone-intro-head .bg-treatment .header h1 {
  font-weight: 500;
}
.mkt-zone-intro-head .bg-treatment .header p {
  font-weight: 400;
  font-size: 1.5rem;
}
.mkt-zone-intro-head .bg-treatment .header h1,
.mkt-zone-intro-head .bg-treatment .header p {
  color: #ffffff;
  text-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.25);
  text-align: center;
  text-wrap: pretty;
}
.mkt-zone-cta-get-quote {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #27A5DE;
  height: 5px;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.mkt-zone-cta-get-quote .cta-btn {
  display: flex;
  flex-direction: column;
}
.mktz-zone-product-matrix {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f1f1f1;
  padding: 1.5rem;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .mktz-zone-product-matrix {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width:1200px) {
  .mktz-zone-product-matrix {
    padding: 4rem 1.5rem;
  }
}
.mktz-zone-product-matrix .product-matrix-card-master {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
@media (min-width:992px) {
  .mktz-zone-product-matrix .product-matrix-card-master {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 1rem auto;
  }
}
.mktz-zone-product-matrix .product-matrix-card-master .product-card-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 0.5rem;
  min-height: 100px;
  align-items: center;
  transition: all 0.5s ease;
  overflow: clip;
  border-bottom: 5px solid #ffffff;
  max-width: 500px;
}
@media (min-width:992px) {
  .mktz-zone-product-matrix .product-matrix-card-master .product-card-item {
    width: calc(50% - 1rem);
  }
}
@media (min-width:1200px) {
  .mktz-zone-product-matrix .product-matrix-card-master .product-card-item {
    width: calc(25% - 1.25rem);
  }
}
.mktz-zone-product-matrix .product-matrix-card-master .product-card-item .header {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.mktz-zone-product-matrix .product-matrix-card-master .product-card-item h3 {
  font-weight: 300;
}
.mktz-zone-product-matrix .product-matrix-card-master .product-card-item .image {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  padding: 1rem;
}
.mktz-zone-product-matrix .product-matrix-card-master .product-card-item:hover {
  box-shadow: 2px 2px 1rem rgba(39, 165, 222, 0.45);
  cursor: pointer;
  border-bottom: 5px solid #27A5DE;
  background: linear-gradient(to top, #53b7e5 0%, #ffffff 50%, #ffffff 100%);
}
.mktz-zone-get-started {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #d7edf8;
}
.mktz-zone-get-started .get-started-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.mktz-zone-get-started .get-started-main .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-block: 3rem;
}
.mktz-zone-get-started .get-started-main .header h2 {
  font-weight: 500;
}
.mktz-zone-get-started .get-started-main .steps-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
}
@media (min-width:992px) {
  .mktz-zone-get-started .get-started-main .steps-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
.mktz-zone-get-started .get-started-main .steps-container .step-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  background: #cee9f6;
  border-radius: 2rem;
  padding: 1rem;
  transition: all 0.5s ease;
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .header h3 {
  font-weight: 500;
  color: #27A5DE;
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .header p {
  font-weight: 300;
  font-size: 1.25rem;
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .icon {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .header {
  order: 2;
}
@media (min-width:992px) {
  .mktz-zone-get-started .get-started-main .steps-container .step-card .header {
    order: 1;
  }
}
.mktz-zone-get-started .get-started-main .steps-container .step-card .icon {
  order: 1;
}
@media (min-width:992px) {
  .mktz-zone-get-started .get-started-main .steps-container .step-card .icon {
    order: 2;
  }
}
.mktz-zone-get-started .get-started-main .steps-container .step-card:hover {
  background: #ffffff;
  cursor: pointer;
}
