:root {
  /* Colors */
  --color-default: #094D98;
  --color-blue: #1794D1;
  --color-yellow: #F7CE46;
  --color-white: #FFFFFF;
  --color-light-blue: #C5E0EE;
  --color-light-gray: #D1D1D1;
  --color-light-gray-2: #B5B5B5;
  --color-shadow-black: #0000000A;
  --color-shadow-gray: #0000000F;
  --color-footer-bg: #2E2E2E;
  --color-bg-gray: #F2F3F7;
  --color-text-black: #333333;
  --color-text-gray: #515151;
  --color-button-default-bg: #E0E6ED;
  --color-search-bg: #FAFAFA;
  --color-search-border: #DEDEDE;
  --color-search-placeholder: #AAAAAA;
  --color-video-bar: #FFFFFFB2;
  --color-link-gray: #E4F6FF;
  /* Font sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.125rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.8125rem;
  --text-4xl: 2.125rem;
  /* Layout */
  --container-max-width: 1380px;
  --border-radius-sm: 0.75rem;
  --border-radius-lg: 1.5rem;
}

.page-banner {
  position: relative;
}
.page-banner__hero {
  position: relative;
  min-height: 520px;
  padding: 8px 0 48px;
  background-image: var(--page-banner-image);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.page-banner__hero .container {
  position: relative;
  z-index: 1;
}
.page-banner__breadcrumb .breadcrumb {
  padding: 16px 0 28px;
  margin: 0;
}
.page-banner__breadcrumb .breadcrumb--light a,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item.active,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-white);
}
.page-banner__panel-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-banner__panel-inner {
    flex: 1;
    justify-content: space-between;
  }
}
.page-banner__head {
  max-width: 715px;
}
@media (max-width: 767px) {
  .page-banner__head {
    order: 1;
    margin-bottom: 20px;
  }
}
.page-banner__title {
  margin: 0 0 16px;
  font-family: "Eurostile Extended", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 30px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}
.page-banner__subtitle {
  margin: 0;
  font-family: "MacPaw Fixel Text", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .page-banner__panel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 165px 0 91px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .page-banner__panel {
    padding: 48px 0 36px;
    background: linear-gradient(360deg, #1794D1 0%, #094D98 100%);
  }
}
.page-banner__box {
  max-width: 619px;
  padding: 26px 32px;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.2);
  font-family: "MacPaw Fixel Text", sans-serif;
  line-height: 178%;
  border: 1px solid #fff;
}
.page-banner__box p {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(12px, 2vw, 14px);
}
.page-banner__box strong,
.page-banner__box b {
  font-family: "MacPaw Fixel Bold Text", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-banner__box {
    order: 2;
    max-width: none;
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (min-width: 768px) {
  .page-banner__hero {
    min-height: 620px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .page-banner__hero {
    min-height: 360px;
    padding-bottom: 24px;
    background-image: var(--page-banner-image-mobile, var(--page-banner-image));
    background-position: center top;
    background-size: cover;
  }
  .page-banner__hero::before {
    background: linear-gradient(180deg, rgba(9, 77, 152, 0.88) 0%, rgba(9, 77, 152, 0.45) 55%, rgba(9, 77, 152, 0.2) 100%);
  }
  .page-banner__head {
    max-width: none;
    text-align: left;
  }
  .page-banner__title, .page-banner__subtitle {
    text-align: left;
  }
}

.page-template-templates-usvo-php .usvo-flow-panel,
.page-template-usvo .usvo-flow-panel {
  background-color: var(--color-link-gray);
}
.page-template-templates-usvo-php .usvo-flow-step,
.page-template-usvo .usvo-flow-step {
  background-color: #D0F0FF;
  font-size: clamp(16px, 2vw, 20px);
}
.page-template-templates-usvo-php .usvo-flow-arrow__icon,
.page-template-usvo .usvo-flow-arrow__icon {
  width: 1.875rem;
  height: auto;
}
.page-template-templates-usvo-php .usvo-flow__icon,
.page-template-usvo .usvo-flow__icon {
  width: auto;
  max-width: 6.8125rem;
  height: 4.5rem;
  object-fit: contain;
}
.page-template-templates-usvo-php .usvo-advantage__icon,
.page-template-usvo .usvo-advantage__icon {
  width: auto;
  max-width: 8.875rem;
  height: 6.25rem;
  object-fit: contain;
}
.page-template-templates-usvo-php .usvo-media,
.page-template-usvo .usvo-media {
  max-width: 28rem;
}
@media (max-width: 767px) {
  .page-template-templates-usvo-php .usvo-flow__icon,
  .page-template-usvo .usvo-flow__icon {
    max-width: 5.5rem;
    height: 3.5rem;
  }
  .page-template-templates-usvo-php .usvo-flow-step,
  .page-template-usvo .usvo-flow-step {
    font-size: 16px;
  }
  .page-template-templates-usvo-php .usvo-temp-mobile img,
  .page-template-usvo .usvo-temp-mobile img {
    border-radius: 6px;
  }
  .page-template-templates-usvo-php .usvo-advantage__icon,
  .page-template-usvo .usvo-advantage__icon {
    max-width: 7.5rem;
    height: 5.5rem;
  }
  .page-template-templates-usvo-php .usvo-advantage .text-label,
  .page-template-usvo .usvo-advantage .text-label {
    font-size: 14px;
  }
  .page-template-templates-usvo-php .usvo-media,
  .page-template-usvo .usvo-media {
    max-width: 100%;
  }
}
.page-template-templates-usvo-php .usvo-properties__left img,
.page-template-usvo .usvo-properties__left img {
  max-width: 519px;
}
.page-template-templates-usvo-php .usvo-properties__right img,
.page-template-usvo .usvo-properties__right img {
  max-width: 523px;
}