/* DO NOT EDIT MANUALLY. It's content rewrites by build system. */
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  color: #2b373f;
}

h1,
.h1 {
  font-size: 2.111rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 1.777rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 1.555rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.222rem;
  font-weight: 500;
}

.btn {
  font-size: 0.833rem;
  font-weight: 500;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

ul ul {
  list-style-type: disc;
}

section header {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2b373f;
}

.font-xxl {
  font-size: 2rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-ll {
  font-size: 1.33rem;
}

.font-l {
  font-size: 1.2rem;
}

.font-m {
  font-size: 1rem;
}

.font-s {
  font-size: 0.8333rem;
}

.font-ss {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.font-xs {
  font-size: 0.667rem;
  line-height: 1rem;
}

.font-xxs {
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .font-s-md {
    font-size: 0.8333rem;
  }
}

.facebook {
  background: url("/images/footer/facebook.svg") center center no-repeat;
}

.twitter {
  background: url("/images/footer/twitter.svg") center center no-repeat;
}

.instagram {
  background: url("/images/footer/instagram.svg") center center no-repeat;
}

.linkedin {
  background: url("/images/footer/linkedin.svg") center center no-repeat;
}

.youtube {
  background: url("/images/footer/youtube.svg") center center no-repeat;
}

.background-contain {
  background-size: contain;
}

.btn-light {
  color: #2b373f;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-light:hover {
  color: #2b373f;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-outline-secondary {
  color: #2b373f;
  border-color: #2b373f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

.btn-outline-dark:hover {
  color: #2b373f;
  background-color: #fff;
  border-color: #fff;
}

.img-fluid {
  min-height: 1px;
}

a:hover {
  color: #007bff;
  text-decoration: underline;
}

.modal-open {
  padding-right: 0 !important;
}

.table {
  color: #2b373f;
}

.table th {
  font-weight: 500;
}

.table .thead-light th {
  color: #2b373f;
}

.table .thead-light th.cell-default {
  background-color: #f7f7f7;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  border-left: 1px solid #2b373f;
  padding-left: 48px;
}

.text-muted {
  color: #a5a5a5 !important;
}

@media all and (-ms-high-contrast: none) {
  .display-run-in {
    display: run-in;
  }
}

.blog-author-image-mini {
  display: block;
  object-fit: none;
  object-position: top;
}

.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-secondary {
  color: #fff;
  background-color: #ffffff00;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-close {
  background-image: url("/images/theme/cross.svg");
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  overflow: hidden;
  position: absolute;
  opacity: 0.3;
}

.btn-close:hover {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .btn-mobile {
    width: 100%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.ccs-brief {
  padding: 26px 22px;
  background: #f7f7f7;
  border-radius: 5px;
}

.ccs-header {
  font-size: 0.667rem;
  line-height: 20px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.ccs-need-contact {
  padding: 26px 22px;
  background: #2b373f;
  color: #fff;
}

.collapse-header {
  color: #2b373f;
  margin-bottom: 1em;
  margin-left: 2rem;
  display: block;
}

.collapse-header:hover {
  color: #2b373f;
  text-decoration: none;
}

.collapse-header::before {
  content: " ";
  background: url("/images/theme/chevron-collapse.svg") no-repeat center center;
  margin-left: -2rem;
  margin-right: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 0;
  display: inline-block;
  transition: transform .25s ease;
}

.collapse-header[aria-expanded="false"]::before {
  transform: rotate(-90deg);
}

.collapse-body {
  padding-left: 2rem;
  margin-bottom: 1.5em;
}

.label {
  font-size: 1.222rem;
  line-height: 1.777rem;
  font-weight: 300;
}

.ul-0 {
  padding-left: 20px;
  counter-reset: chapter;
}

.new-row {
  min-height: 2rem;
}

.bg-1 {
  background-color: #f3f3f3;
}

.bg-2 {
  background-color: #F3F9FE;
}

.bg-intro {
  background-color: #F3F9FE;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-intro.bg-intro-valign-down {
  background-position-y: bottom;
  background-color: transparent;
}

.text-color-light {
  color: #fff;
}

.text-color-dark {
  color: #2b373f;
}

.cb-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.cb-list-item {
  margin-bottom: 1rem;
  margin-left: 1.3rem;
  display: block;
  position: relative;
}

.cb-list-item::before {
  content: " ";
  background: url("/images/theme/list-buller-1.svg") no-repeat center center;
  margin-left: -1.3rem;
  margin-right: 1rem;
  width: 0.3rem;
  height: 1.5rem;
  border: 0;
  display: inline-block;
  position: absolute;
}

.text-color-gray {
  color: #a5a5a5;
}

.text-color-white {
  color: #fff;
}

.document-link-pb {
  padding-bottom: 1em;
}

.document-link-wrapper.d-none + .document-link-wrapper:not(.d-none).document-link-pb {
  padding-bottom: 0;
}

.color-bullet-1 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-radius: 1em;
  border: 0;
  display: inline-block;
  background: #60E265;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-2 {
  width: 0;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-top: 0;
  border-bottom: 1em solid #FFD305;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  display: inline-block;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-3 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border: 0;
  display: inline-block;
  background: #2378FF;
  margin-top: 0.1em;
  vertical-align: baseline;
}

footer {
  background-color: #0d1321;
  clear: both;
  font-size: 1rem;
  color: #fff;
}

footer .dropdown-chevron::after {
  background: url("/images/theme/chevron-light.svg") no-repeat center center;
}

footer h2 {
  margin-bottom: 0.5rem;
}

footer .container {
  padding-top: 90px !important;
  max-width: 1280px;
}

.footer-row-one {
  justify-content: space-between;
}

.footer-row-one .flex-column:first-of-type {
  max-width: 60%;
  flex: 0 0 60%;
}

.footer-row-one .flex-column:last-of-type {
  max-width: 40%;
  flex: 0 0 40%;
}

.footer-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: space-between;
}

.footer-list li {
  padding: 0 15px;
}

.footer-list li a {
  color: #fff;
  font-weight: 700;
}

.hubspot-form .hs-form {
  display: flex;
}

.hubspot-form .hs-form .hs-email > label {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
}

.hubspot-form .hs-form .hs-email {
  width: 100%;
}

.hubspot-form .hs-form .hs-input {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 0;
  border-color: #fff;
  border-top-left-radius: 200px;
  border-top-right-radius: 0;
  font-size: 16px;
  padding: .5em 30px;
  height: 40px;
  background-color: transparent;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-right: none;
  width: 100%;
  font-family: Noto Sans Mono, monospace;
}

.hubspot-form .hs-form input[type="submit"] {
  border-style: solid;
  background-color: #2378ff;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  border-color: #2378ff;
  border-top-left-radius: 0;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  min-width: 150px;
  padding: .5em 1em;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.hubspot-form .hs-form .hs-error-msgs {
  list-style: none;
}

.hubspot-form .hs-form .hs-error-msgs li {
  color: #f63e3e;
}

.form-column__label {
  font-weight: 700;
}

.footer .navbar-brand {
  padding-top: 0;
}

.footer .copyright {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  font-size: 12px;
  font-family: Noto Sans Mono, monospace;
}

.footer .footer-bottom {
  padding: 90px 0 45px 0;
  align-items: baseline;
}

.footer .hs_error_rollup {
  display: none;
}

.dropdown-chevron {
  display: flex;
}

.dropdown-chevron::after {
  transition: transform .25s ease;
  cursor: pointer;
  width: 0.6em;
  height: 0.6em;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  display: flex;
  margin-left: auto;
  align-self: center;
}

.dropdown-chevron.menu-mobile-chevron::after {
  width: 1em;
  height: 1em;
  background: url("/images/theme/menu-mobile-chevron.svg") no-repeat center center;
}

.dropdown-chevron[aria-expanded="true"]::after {
  content: ' ';
}

.dropdown-chevron[aria-expanded="false"]::after {
  content: ' ';
  transform: rotate(-90deg);
}

.footer-collapse {
  margin-top: 10px;
  margin-bottom: 30px;
}

.footer-collapse li {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .collapse.footer-collapse {
    display: block;
    margin-bottom: 10px;
  }
  .footer-block-title {
    pointer-events: none;
    cursor: default;
    margin-bottom: 2rem;
  }
  .dropdown-chevron.footer-block-title::after {
    display: none;
  }
}

.footer-block-title {
  color: #fff;
  font-size: 0.888rem;
  font-weight: normal;
  margin: 0 0 0.75em;
}

.footer-block-title:hover {
  color: #fff;
  text-decoration: none;
}

.footersocial {
  clear: both;
  display: block;
  min-height: 25px;
}

.footersocial-item {
  display: flex;
  margin-right: 11px;
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footersocial-item {
    margin-right: 6px;
  }
}

.footersocial-link {
  text-indent: -9999px;
  display: inline-flex;
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

.footersocial-link:hover {
  opacity: 1;
}

.footersocial .social-list {
  display: flex !important;
}

@media (max-width: 767px) {
  .footer-row-one {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .footer-row-one .flex-column:first-of-type {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-row-one .flex-column:last-of-type {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-row-one .navbar-brand {
    justify-content: center;
  }
  .footer-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-list li {
    margin-bottom: 1.5em;
  }
  .form-column__label {
    text-align: center;
  }
  .footersocial .social-list {
    justify-content: center;
    margin-top: 30px;
  }
  .copyright {
    text-align: center;
  }
}

.form-group {
  padding-bottom: 0.5em;
}

.warning-box {
  background-color: aliceblue;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #2758aa;
}

.form-popup-wrapper {
  display: none;
  z-index: 203;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.form-popup-block {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px;
  outline: 0;
  width: 400px;
}

.form-popup-block .spinner {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-cross {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 20px;
  height: 20px;
}

.form-cross:before, .form-cross:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #2871ae;
}

.form-cross:before {
  transform: rotate(45deg);
}

.form-cross:after {
  transform: rotate(-45deg);
}

.carousel-item-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 600px;
}

.carousel-item-media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-item-text {
  height: 100%;
}

.front-carousel .row {
  height: 100%;
  align-items: center;
}

.front-carousel .col {
  margin-bottom: 50px;
}

.front-carousel picture {
  position: absolute;
  top: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.carousel-item-text-pane {
  color: #fff;
}

.carousel-item-text-pane h2 {
  font-size: 2.111rem;
  color: #fff;
}

.rounded-image {
  border-radius: 4px;
}

.carousel-control-prev-icon {
  background-image: url("/images/theme/arrow-left.svg");
}

.carousel-control-next-icon {
  background-image: url("/images/theme/arrow-left.svg");
  transform: rotate(180deg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel-nav {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.carousel-nav-control {
  opacity: 0.5;
  transition: opacity 250ms;
}

.carousel-nav-control:hover {
  opacity: 0.9;
}

.image-wide {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.image-small {
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.shadow-dark {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
}

.eupopup-container {
  background-color: rgba(243, 243, 243, 0.98);
  backdrop-filter: blur(8px);
  color: #2b373f;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-y-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-py-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-t-1 {
  margin-top: 20px;
}

.container-b-1 {
  margin-bottom: 20px;
}

.container-y-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-py-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-t-2 {
  margin-top: 30px;
}

.container-b-2 {
  margin-bottom: 30px;
}

.container-y-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-py-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-t-3 {
  margin-top: 50px;
}

.container-b-3 {
  margin-bottom: 50px;
}

.container-y-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-py-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-t-4 {
  margin-top: 80px;
}

.container-b-4 {
  margin-bottom: 80px;
}

.container-y-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-py-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-t-5 {
  margin-top: 100px;
}

.container-b-5 {
  margin-bottom: 100px;
}

.row-intro {
  min-height: 550px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-cb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-header {
  color: #2b373f;
}

.link-header:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow {
  color: #2b373f;
  align-items: center;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
}

.link-with-arrow::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("/images/theme/arrow-right-plate.svg") no-repeat center center;
  width: 17px;
  height: 13px;
  vertical-align: baseline;
  content: '';
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.link-with-arrow:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow:hover::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .plate-container {
    flex-direction: column;
  }
}

.plate-with-link {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  height: 100%;
  min-height: 287px;
  width: 237px;
  margin-right: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .plate-with-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.plate-with-link:hover {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-with-link:hover .file-ext {
  color: #2b373f;
}

.plate-with-link .label {
  color: #2b373f;
}

.plate-with-link .file-ext {
  color: #2b373f;
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
}

.community-plate {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  display: block;
  color: #2b373f;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.community-plate:hover {
  text-decoration: none;
  color: #2b373f;
}

.community-plate:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.community-plate:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.nav-text {
  font-weight: 300;
  font-size: 1rem;
  transition: background-color .1s ease;
  align-content: stretch;
  display: inline-flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 0 10px;
}

@media (max-width: 1180px) {
  .nav-text {
    padding: 0;
  }
}

.nav-text-main-menu {
  font-weight: 500;
  display: flex;
}

@media (min-width: 992px) {
  .nav-text-main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-text-main-menu.active > .nav-text-main-menu-inner {
  border-bottom: 2px solid #2b373f;
}

.nav-text-main-menu-inner {
  display: inline-flex;
  height: 100px;
  align-items: center;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  align-items: center;
  flex-direction: row;
  transition: background-color .1s ease;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.nav-link:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 4px solid #2378ff;
}

.nav-link.menu-toggle::after {
  transition: transform .5s ease;
}

.nav-link.menu-toggle[aria-expanded="true"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  transform: rotate(180deg);
  border: 0;
}

.nav-link.menu-toggle[aria-expanded="false"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  border: 0;
}

.user-menu-line {
  height: 0.1px;
  width: 100%;
  background: #221F1F;
}

.dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.dropdown-item.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}

.menu-main-dropdown {
  width: 100%;
  border: 0;
  margin-top: 0;
  position: absolute;
  top: 100px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
  transform: none !important;
  z-index: 1060;
}

.main-menu-column-title {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 21px 0 21px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 15px 0 15px;
  }
}

.menu-item-mobile:not(:last-child) {
  box-shadow: 0px 1px 0px #eaeaea;
}

.dropdown-menu.show {
  border: 0;
}

#desktop-menu-darkness {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.navbar-expand-lg {
  z-index: 1060;
}

.navbar-expand-lg > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.menu-group-link {
  color: #fff;
  border-bottom: 1px solid rgba(187, 221, 229, 0.25);
  font-size: 16px;
}

.menu-group-link.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.menu-group-link:hover {
  opacity: 0.8;
  color: #fff;
}

.menu-group-link::after {
  margin-left: 10px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1M11 1H1M11 1V11' stroke='%232378FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-group-link-external {
  color: #fff;
}

.menu-group-link-external::after {
  transform: rotate(-45deg);
}

.menu-group-link-external:hover::after {
  transform: rotate(0deg);
  margin-left: 10px;
}

.d-lg-block .dropdown-menu {
  background-color: #0d1321;
  width: max-content;
  right: 0 !important;
  margin: auto;
}

.d-lg-block .dropdown-menu .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .d-lg-block .dropdown-menu .justify-content-md-center {
    gap: 60px;
  }
}

.navbar {
  padding: 0;
  background-color: #0d1321;
}

.navbar > .container {
  min-height: 100px;
  max-width: 1430px;
}

.navbar-logo {
  height: 35px;
}

.navbar-logo-overlay {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-left: -10px;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar .cta-button a {
  align-items: center;
  background-color: #2378FF;
  border: 2px solid #2378FF;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  gap: 10px;
  justify-content: center;
  line-height: 1.1;
  min-height: 40px;
  min-width: 150px;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  padding: 1em 1.5em;
  margin-right: 0;
}

.navbar .cta-button a::after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 11.5 10-10m0 0H1m10 0v10'/%3E%3C/svg%3E");
}

.navbar .cta-button a:hover {
  background-color: #0052d3;
  border-color: #0052d3;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1090px) {
  .navbar-logo {
    height: 25px;
  }
}

@media (max-width: 992px) {
  .header-right {
    display: none;
  }
}

#toggle-nav {
  cursor: pointer;
}

#toggle-nav[aria-expanded="true"] {
  background: url("/images/theme/mobile-menu-close.svg") no-repeat center center;
}

#toggle-nav[aria-expanded="false"] {
  background: url("/images/theme/hamburger.svg") no-repeat center center;
}

#navbarNav {
  background-color: #0d1321;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 1060;
}

#navbarNav .container-fluid {
  padding-bottom: 30px;
}

#navbarNav .dropdown-menu {
  background-color: #0d1321;
}

#navbarNav .mobile-menu-item {
  padding: 5px 0;
}

#navbarNav .nav-link {
  padding: 5px 0;
}

#navbarNav .nav-link:hover {
  border-bottom: 4px solid transparent;
}

#toggle-search {
  cursor: pointer;
}

#toggle-search .icon--search {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  height: 1em;
  width: 1em;
}

.navbar-icon {
  width: 15px;
  height: 100px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}

#search-panel {
  position: absolute;
  top: 100px;
  z-index: 1060;
  width: 100%;
  background: #fff;
}

#search-panel .search-panel-container {
  display: flex;
  min-height: 100px;
}

.timestamp {
  color: #abb2b7;
  font-size: 0.667rem;
  margin-left: 1em;
}

.timestamp::before {
  content: " ";
  background: url("/images/theme/timestamp-icon.svg") no-repeat center center;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border: 0;
  display: inline-block;
}

.timestamp-2 {
  font-size: 0.8333rem;
  margin-left: 1em;
}

.timestamp-2::before {
  content: " ";
  background: url("/images/theme/timestamp-icon-color-text.svg") no-repeat center center;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border: 0;
  display: inline-block;
}

.news-thumbinail {
  width: 240px;
  height: 140px;
  object-fit: cover;
}

.news-fixed {
  height: auto;
  width: 100%;
  height: 50wv;
  object-fit: cover;
}

@media (min-width: 768px) {
  .news-fixed {
    width: 50%;
  }
}

.news-featured-card {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .news-featured-card {
    position: static;
    width: 50%;
  }
}

.news-top-card {
  display: flex;
  flex: 0 0 50%;
}

.flex-50 {
  flex: 1 0 50%;
}

.xxx {
  width: 300px;
}

.top-stories {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 280px;
}

@media (max-width: 767.98px) {
  .top-stories {
    height: auto;
  }
}

.top-story {
  width: 50%;
  position: relative;
  display: flex;
}

@media (max-width: 767.98px) {
  .top-story {
    width: 100%;
    margin-bottom: 15px;
  }
}

.top-story > .top-story-image-container {
  background-size: cover;
}

.top-story > .top-story-image {
  object-fit: cover;
  border-radius: 4px;
}

.top-story > .top-story-image {
  min-width: 50%;
}

.top-story > .top-story-image.text-color-light {
  filter: brightness(50%);
}

@media (max-width: 767.98px) {
  .top-story > .top-story-image {
    width: 100%;
    height: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-story > .top-story-image {
    width: 100%;
  }
}

.top-story > .top-story-info {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .top-story > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .top-story > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .top-story > .top-story-info {
    flex-direction: row;
    align-items: center;
  }
}

.top-story:nth-child(3n+1) {
  order: 1;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+1) {
    height: 280px;
    padding-right: 20px;
  }
  .top-story:nth-child(3n+1) > .top-story-image {
    height: 280px;
  }
  .top-story:nth-child(3n+1) > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.top-story:nth-child(3n+1) > .top-story-image {
  width: 100%;
}

.top-story:nth-child(3n+2) {
  order: 2;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+2) {
    height: 130px;
    margin-bottom: 10px;
  }
  .top-story:nth-child(3n+2) > .top-story-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-story:nth-child(3n+3) {
  order: 2;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+3) {
    height: 130px;
    margin-top: 10px;
  }
  .top-story:nth-child(3n+3) > .top-story-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Force new columns */
.top-stories::before,
.top-stories::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 1;
}

.top-story-header-text {
  color: #fff;
}

.top-story-header-text:hover {
  color: #2378FF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .top-story-header-text {
    color: #2b373f;
  }
}

.news-tag {
  background: #eaeaea;
  color: #666;
  padding: 2px 10px;
  line-height: 16px;
  margin-bottom: 4px;
  font-size: 0.667rem;
  font-weight: 400;
  border-radius: 8px;
  border-radius: 4px;
  display: inline-block;
}

.news-tag:hover {
  color: #2b373f;
  background: #f3f3f3;
  text-decoration: none;
}

.license h1 {
  font-weight: bold;
  text-align: center;
}

.license .ol-a {
  padding-left: 2.5rem;
}

.license .ol-a ol {
  list-style-position: inside;
  list-style: lower-latin;
  padding-left: 0;
}

.license .ol-a ol > li {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

.community-form input[type="text"],
.community-form input[type="email"],
.community-form textarea {
  background: #F5F5F5;
  border: none;
}

.fieldname {
  font-weight: 400;
}

.license-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0.85rem 1.5em;
  background-color: #fff;
  border-radius: 4px;
  height: 90px;
  align-items: baseline;
}

.license-card .form-check-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2b373f;
  height: 100%;
}

.license-card:nth-child(4) {
  margin-right: 0;
}

.license-card .license-card-check-info {
  display: block;
  word-spacing: 100vw;
  font-weight: 300;
  font-size: 0.667rem;
  line-height: 1em;
}

.license-card.license-card-integrity {
  background: url("/images/pages/community-license/community-integrity.jpg") right center no-repeat;
  background-size: contain;
}

.license-card.license-card-alpha {
  background: url("/images/pages/community-license/community-alpha.jpg") right center no-repeat;
  background-size: contain;
}

.license-card.license-card-x86 {
  background: url("/images/pages/community-license/community-x86.jpg") right center no-repeat;
  background-size: contain;
}

.consulting-services-training-card {
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  position: relative;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1);
}

.consulting-services-training-card:hover {
  text-decoration: none;
  transform: scale(0.99);
}

.consulting-services-training-shadow {
  padding: 26px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1);
  border-radius: 20px;
}

.consulting-services-training-shadow:hover {
  background: #000000b9;
}

.consulting-services-training-header {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
}

.consulting-services-training-header:hover {
  color: #fff;
  text-decoration: none;
}

.consulting-services-training-link {
  margin-top: auto;
  color: #fff;
}

.consulting-services-training-link:hover {
  color: #fff;
  text-decoration: underline;
}

.consulting-services-expert-bg {
  background-image: url("/images/pages/consulting-services/consulting-services-expert.png"), linear-gradient(#F3F9FE, #F3F9FE);
  background-position: right top, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  position: relative;
}

@media (min-width: 992px) {
  .consulting-services-expert-bg {
    min-height: 40vh;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .consulting-services-expert-bg {
    background: #F3F9FE;
  }
}

.cslg-license-bg {
  background-image: url("/images/products/cslg-license.png"), linear-gradient(#F3F9FE, #F3F9FE);
  background-position: right top, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  position: relative;
}

@media (min-width: 992px) {
  .cslg-license-bg {
    min-height: 40vh;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .cslg-license-bg {
    background: #F3F9FE;
  }
}

.page-contact .content-short h3 {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.page-contact p > strong {
  font-weight: 700;
}

.page-contact .contact-us-form-wrapper {
  border-radius: 8px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .page-contact .contact-us-form-wrapper {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    transition: box-shadow .15s ease-out;
    background: #FFFFFF;
    padding: 30px;
  }
}

.page-contact .contact-us-form-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  color: #2378FF;
}

.link-compass::before {
  content: '';
  background: url("/images/theme/compass.svg") no-repeat center center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.contact-us-form label {
  font-size: 0.8333rem;
  color: #2B373F;
  margin-bottom: 0;
}

.contact-us-form textarea::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #A5A5A5;
}

.contact-us-form input.form-control,
.contact-us-form textarea {
  border: none;
  border-bottom: 2px solid #D7D7D7;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.contact-us-form input.form-control:focus,
.contact-us-form textarea:focus {
  border-bottom: 2px solid #2378FF;
  box-shadow: none;
}

.contact-us-form label:focus-within {
  color: #2378FF;
}

.contact-us-form .btn {
  margin-left: auto;
  display: flex;
}

.dtj-card {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e0e0e0;
}

.dtj-card:not(.show) + .dtj-card.show, .dtj-card:first-child {
  border-top: 0;
}

.dtj-card .dtj-image {
  max-height: 400px;
  flex: 0 0 auto;
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  border-radius: 8px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .dtj-card .dtj-image {
    flex: 0 0 30%;
  }
}

@media (max-width: 575.98px) {
  .dtj-card .btn {
    padding: .25rem .25rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .2rem;
  }
}

.dtj-card .dtj-row {
  display: flex;
  justify-content: space-between;
  background-image: url("/images/theme/dots.svg");
  background-repeat: repeat-x;
  background-position: top 1rem right;
}

@media (min-width: 576px) {
  .dtj-card .dtj-row {
    width: 230px;
  }
}

@media (max-width: 575.98px) {
  .dtj-card .dtj-row {
    width: 175px;
  }
}

.dtj-card .dtj-param {
  background: #fff;
  padding-right: 5px;
}

.dtj-card .dtj-value {
  background: #fff;
  padding-left: 5px;
  font-weight: 400;
}

.dtj-list ul > li {
  line-height: initial;
}

.dtj-round {
  border-radius: 8px;
  border-radius: 4px;
}

.product-card {
  color: #2b373f;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.product-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.product-card span {
  opacity: 0;
  transition: opacity .15s ease-out;
}

@media (max-width: 991.98px) {
  .product-card span {
    opacity: 1;
  }
}

.product-download {
  font-weight: bold;
  color: #2b373f;
}

.product-card:hover span {
  opacity: 1;
}

.details {
  padding-bottom: 60px;
}

.icon-download {
  color: #2b373f;
  margin-left: 8px;
  background: url("/images/theme/download.svg") no-repeat center center;
  width: 12px;
  height: 14px;
}

.form-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.hpe-to-vsi-form-banner {
  background: #2b373f;
  color: white;
  min-width: 300px;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hpe-to-vsi-form-banner {
    display: none;
  }
}

.migration-process {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.migration-process .card-header {
  display: flex;
  font-weight: 500;
  color: #2b373f;
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
}

.migration-process .card-header:hover {
  text-decoration: none;
}

.migration-process .card-header::after {
  transition: transform .5s ease;
  cursor: pointer;
  width: 0.6em;
  height: 0.6em;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  display: flex;
  margin-left: auto;
  align-self: center;
}

.migration-card-item {
  padding: .75rem 0;
  font-weight: bold;
  font-size: 0.8125rem;
}

.migration-card-item > svg {
  margin-right: 5px;
}

.migration-phase {
  border-radius: 10px;
  padding: 2em;
  background: #fff;
  border: solid 1px #e0e0e0;
  height: 100%;
  position: relative;
  opacity: 1;
  transform: translateY(-5px);
}

.migration-phase .migration-phase-number {
  line-height: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 17px);
  border-radius: 50%;
  background-color: #2378FF;
  color: #fff;
  text-align: center;
}

.migration-phase-wrapper {
  padding: 0px 16px 24px 16px;
  height: 100%;
}

@media (max-width: 992px) {
  .migration-phase-display-large {
    display: none;
  }
}

.page-openvms h2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-openvms h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-openvms h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

.page-openvms .container-cb p {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-openvms .container-cb p {
    font-size: 18px;
    line-height: 26px;
  }
}

.page-openvms-9-1 {
  background-size: 100vw 100vh;
  background: linear-gradient(135deg, #000117 0%, #120D49 100%);
  background-repeat: no-repeat;
}

.page-openvms-9-1 hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.w-md-80 {
  width: 80%;
}

@media (max-width: 767.98px) {
  .w-md-80 {
    width: 100%;
  }
}

.console-black {
  text-align: left;
  background: #00061C;
  height: 300px;
  padding: 20px 10px;
  font-size: 0.722rem;
  box-shadow: 0px -10px 40px 10px rgba(77, 77, 77, 0.3);
  filter: drop-shadow(0px 4px 40px rgba(0, 6, 158, 0.25));
  border: 1px solid #2e2e2e;
}

@media (max-width: 991.98px) {
  .console-black {
    height: 150px;
  }
}

.line {
  margin: 0;
  border-right: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1199.98px) {
  .line {
    font-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .line {
    font-size: 70%;
  }
}

/* Animation */
.anim-typewriter-line1 {
  animation: typewriter-line1 0.2s steps(1, end) 1s 1 normal both, blinkTextCursor-line1 500ms steps(1) 1 normal;
}

@keyframes typewriter-line1 {
  from {
    width: 0;
  }
  to {
    width: 480px;
  }
}

@keyframes blinkTextCursor-line1 {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.anim-typewriter-line2 {
  animation: typewriter-line2 0.1s steps(1, end) 1.2s 1 normal both, blinkTextCursor-line2 500ms steps(12) 1.3s infinite normal;
}

@keyframes typewriter-line2 {
  from {
    width: 0;
  }
  to {
    width: 5.5em;
  }
}

@keyframes blinkTextCursor-line2 {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.anim-slidein {
  animation: slidein 0.8s, appear-opacity 0.8s;
}

@keyframes slidein {
  from {
    margin-left: 30%;
    width: 100%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes appear-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.anim-opacity {
  animation: appear-opacity 0.8s;
}

@keyframes appear-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plate-with-link-short {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 21px 30px;
  background-color: #f7f7f7;
  margin-bottom: 8px;
  transition: background-color .2s ease-in-out;
}

.plate-with-link-short:hover {
  background-color: #f3f3f3;
  color: #2b373f;
  text-decoration: none;
}

.plate-with-link-short_header {
  font-size: 0.8333rem;
  font-weight: bold;
}

.link-with-icon {
  display: flex;
  align-items: baseline;
  color: #2b373f;
}

.link-with-icon:hover {
  text-decoration: none;
  color: #2b373f;
}

.our-company-arrow-container {
  height: 150px;
  width: 205px;
}

.our-company-arrow-container:hover .our-company-arrow-down {
  top: 57px;
}

.our-company-arrow-down {
  background: url("/images/pages/our-company/arrow.svg") center center no-repeat;
  height: 25px;
  width: 8px;
  position: absolute;
  top: 47px;
  left: calc(50% - 4px);
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.triplet-container {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-self: stretch;
}

@media (max-width: 991.98px) {
  .triplet-container {
    flex-direction: column;
  }
}

.triplet-column {
  text-align: center;
  flex: 1 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .triplet-column:not(:last-child) {
    border-right: 1px solid #2b373f;
  }
}

@media (max-width: 991.98px) {
  .triplet-column {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .triplet-column:not(:last-child) {
    border-bottom: 1px solid #2b373f;
  }
}

.our-company-label {
  font-size: 1.555rem;
  line-height: 1.6em;
}

.partner-card {
  color: #2b373f;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.partner-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.partner-image-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1em;
}

.partner-card-image {
  max-width: 250px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.partner-modal .modal-content {
  border-radius: 8px;
  border-radius: 4px;
  padding: 30px 20px;
}

.partner-modal .modal-content > .flex-column > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .partner-modal .partner-card-column-1 {
    max-width: 250px;
    flex: 1 0 250px;
  }
  .partner-modal .partner-card-column-2 {
    flex: 1 0 315px;
  }
}

.product-card {
  color: #2b373f;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.product-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.change-query-message {
  text-align: center;
}

.change-query-message .message-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.background-float-bottom {
  padding-top: 260px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .background-float-bottom {
    padding-top: 260px;
    padding-bottom: 0px;
  }
}

.nav-roadmap {
  flex-flow: column;
  font-size: 0.8333rem;
}

.nav-roadmap > .nav-link {
  color: #2b373f;
  border-top: none;
  border-bottom: none;
}

.nav-roadmap > .nav-link:hover {
  background-color: #f3f3f3;
  border-top: none;
  border-bottom: none;
}

.nav-roadmap > .nav {
  flex-flow: column;
}

.nav-roadmap > .nav > .nav-link {
  padding-left: 40px;
  color: #2b373f;
  border-top: none;
  border-bottom: none;
}

.nav-roadmap > .nav > .nav-link:hover {
  background-color: #f3f3f3;
  border-top: none;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .nav-roadmap {
    border-left: none;
    background-color: #F3F9FE;
    padding: 20px;
    border-radius: 20px;
  }
  .nav-roadmap > .nav-link,
  .nav-roadmap > .nav > .nav-link {
    color: #2378FF;
  }
  .nav-roadmap > .nav-link:hover,
  .nav-roadmap > .nav > .nav-link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .nav-roadmap .nav-link {
    border-left: 2px solid #eaeaea;
  }
  .nav-roadmap .nav-link.active {
    border-left: 2px solid #2b373f;
    font-weight: bold;
  }
}

.table-roadmap-1 tbody > tr > td:first-child {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .table-roadmap-1 tbody > tr > td:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .table-roadmap-1 thead th {
    min-width: 145px;
  }
}

.table-roadmap-2 {
  table-layout: fixed;
}

.table-roadmap-2 tbody > tr > :nth-child(1) {
  background-color: #efefef;
  font-weight: 500;
}

.table-roadmap-2 tbody > tr > :nth-child(2) {
  background-color: #f7f7f7;
}

.table-roadmap-2 tbody > tr a.table-collapse-header {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2b373f;
  margin-bottom: 0;
}

.table-roadmap-2 tbody > tr a.table-collapse-header::before {
  content: " ";
  background: url("/images/theme/chevron-collapse.svg") no-repeat center center;
  margin-right: .3rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 0;
  display: inline-block;
  transition: transform .25s ease;
}

.table-roadmap-2 tbody > tr a.table-collapse-header[aria-expanded=true]::before {
  transform: scale(0.6);
}

.table-roadmap-2 tbody > tr a.table-collapse-header[aria-expanded=false]::before {
  transform: rotate(-90deg) scale(0.6);
}

.table-roadmap-2 tbody > tr .table-collapse-header + div {
  font-weight: 300;
}

.table-roadmap-2 tbody > tr ul.collapse-body {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.page-roadmap div[data-spy="scroll"] h1 {
  margin-bottom: 50px;
}

.page-roadmap div[data-spy="scroll"] h1:not(:first-child) {
  margin-top: 80px;
}

.page-roadmap div[data-spy="scroll"] h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-roadmap div[data-spy="scroll"] h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#future-releases > div {
  padding: 12px 12px 1px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.8888rem;
}

#future-releases > div .collapse-header {
  display: flex;
  align-items: baseline;
  position: relative;
}

#future-releases > div .collapse-header::before {
  position: absolute;
  top: 0.45rem;
}

#future-releases > div .collapse-header[aria-disabled=true] {
  cursor: not-allowed;
}

#future-releases > div .collapse-header[aria-disabled=true]::before {
  background: url("/images/theme/chevron-collapse-disabled.svg") no-repeat center center;
}

#future-releases > div .collapse-header > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#future-releases > div .collapse-header > div > div:first-child {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

#future-releases > div .collapse-header > div > div:first-child h6 {
  margin-bottom: 0;
  line-height: calc(26px + 0.6rem);
}

#future-releases > div .collapse-header > div > div:first-child span {
  font-size: 0.8333rem;
  font-weight: 500;
}

#future-releases > div ul.collapse-body {
  padding-left: 3rem;
}

#future-releases > div ul.collapse-body li {
  margin-bottom: 0.5rem;
}

#future-releases > div ul.collapse-body li > div {
  display: flex;
}

#future-releases > div ul.collapse-body li > div .roadmap-desc {
  font-size: 0.8333rem;
  font-weight: 300;
}

#future-releases > div:not(:last-child) {
  margin-bottom: 1rem;
}

#future-releases > div .tooltip-icon {
  height: 26px;
  width: 26px;
  color: #2b373f;
  cursor: pointer;
  position: relative;
  background: url("/images/theme/info.svg") no-repeat center center;
}

#future-releases > div .tooltip-icon .tooltip-text {
  display: none;
}

.terminal-view {
  white-space: pre-wrap;
  margin: 0;
  padding: 10px;
  height: 400px;
  max-width: 800px;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.terminal-view::-webkit-scrollbar {
  width: 5px;
}

.terminal-view::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #818181;
}

.openvms-management-expert-bg {
  background-image: url("/images/pages/openvms-management/openvms-management-bg.png"), linear-gradient(#F3F9FE, #F3F9FE);
  background-position: right top, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  position: relative;
}

@media (min-width: 992px) {
  .openvms-management-expert-bg {
    min-height: 40vh;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .openvms-management-expert-bg {
    background: #F3F9FE;
  }
}

.webinar-card {
  color: #2b373f;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.webinar-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.webinar-modal .modal-content {
  border-radius: 8px;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.webinar-modal-info {
  padding: 20px 20px 20px 20px;
}

.pagination-button {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  padding: .2rem .5rem;
  line-height: 1.5;
}

.pagination-button.pagination-link {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pagination-button.pagination-link:hover {
  color: #2b373f;
  text-decoration: underline;
}

.pagination-button.active {
  border: 0.5px solid #2b373f;
  border-radius: 3px;
  box-sizing: border-box;
}

.product-carousel {
  padding: 40px 0px 80px 0px;
}

.product-carousel .carousel-item {
  transition: none;
}

.product-carousel .carousel-inner {
  border-radius: 3px;
  overflow: hidden;
}

.product-carousel .carousel-indicators {
  bottom: 0px;
}

.product-carousel .carousel-indicators li {
  background-color: #2b373f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  margin-left: 9px;
}

.search-form {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.search-scope {
  font-size: 0.8333rem;
  text-transform: capitalize;
}

.search-scope input[type="radio"] {
  display: none;
}

.search-scope input[type="radio"]:checked + label {
  font-weight: bold;
  text-decoration: underline;
}

.search-scope label {
  display: inline-block;
  padding: 4px 11px;
  cursor: pointer;
}

.search-category {
  text-transform: capitalize;
}

.search-input-prefix {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 30px;
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7096 16.3029L13.113 11.6999C14.2288 10.2263 14.7436 8.38415 14.5535 6.54563C14.3634 4.70711 13.4826 3.00925 12.089 1.79506C10.6954 0.580866 8.8929 -0.0591508 7.04561 0.00430488C5.19833 0.0677605 3.44398 0.829958 2.13698 2.13692C0.829982 3.44388 0.0677625 5.19817 0.004305 7.0454C-0.0591525 8.89264 0.580883 10.6951 1.79511 12.0887C3.00934 13.4822 4.70725 14.363 6.54582 14.5531C8.3844 14.7432 10.2266 14.2283 11.7002 13.1126L16.2968 17.709C16.4833 17.8954 16.7362 18 16.9998 18C17.2635 18 17.5164 17.8954 17.7029 17.709C17.7964 17.6176 17.8708 17.5084 17.9218 17.388C17.9728 17.2675 17.9994 17.1382 18 17.0074C18.0006 16.8766 17.9753 16.747 17.9254 16.626C17.8755 16.5051 17.8022 16.3953 17.7096 16.3029ZM2.08265 7.34226C2.08216 6.47847 2.29442 5.62786 2.70068 4.86557C3.10694 4.10328 3.6947 3.45278 4.41202 2.97153C5.12935 2.49028 5.95416 2.1931 6.8136 2.10625C7.67303 2.0194 8.54062 2.14554 9.33974 2.47354C10.1388 2.80153 10.8449 3.32129 11.3954 3.98688C11.946 4.65247 12.3242 5.44342 12.4965 6.28983C12.6689 7.13625 12.6301 8.01209 12.3836 8.83997C12.1372 9.66784 11.6906 10.4223 11.0834 11.0366H11.037V11.0698C10.3008 11.8006 9.36474 12.2971 8.34679 12.4968C7.32885 12.6964 6.27458 12.5902 5.31691 12.1915C4.35925 11.7929 3.54105 11.1196 2.96548 10.2566C2.3899 9.39363 2.08272 8.37956 2.08265 7.34226V7.34226Z' fill='%23DEDEDE'/%3E%3C/svg%3E%0A");
}

.search-input {
  overflow: hidden;
  padding-left: 40px;
  height: 38px;
  border: 0;
  font-size: 17px;
  background: transparent;
}

@media (min-width: 992px) {
  .search-input {
    padding-right: 88px;
  }
}

.search-input-suffix {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 0.8333rem;
  line-height: 16px;
  color: #a5a5a5;
}

.search-input-suffix::after {
  display: inline-block;
  margin-left: 10px;
  background: url("/images/theme/enter.svg") no-repeat center center;
  width: 13px;
  height: 13px;
  vertical-align: baseline;
  content: '';
}

.search-input-suffix:hover {
  color: #2b373f;
}

.search-media-item {
  display: block;
  color: #2b373f;
  margin-bottom: 1.5rem;
}

.search-media-item:hover {
  color: #2378FF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .search-media-item {
    margin-bottom: 0;
  }
}

.search-see-all {
  font-size: 0.667rem;
  color: #2b373f;
  border-radius: 999px;
}

.search-see-all::after {
  display: inline-block;
  margin-left: 10px;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  width: 0.6em;
  height: 0.6em;
  vertical-align: baseline;
  content: '';
  transform: rotate(-90deg);
}

@media (min-width: 1200px) {
  .slick-3 .slick-track {
    height: 355px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slick-3 .slick-track {
    height: 295px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slick-3 .slick-track {
    height: 215px;
  }
}

@media (max-width: 767.98px) {
  .slick-3 .slick-track {
    min-height: 250px;
  }
}

.slick-3 .slick-slide:focus {
  outline: none;
}

.slick-3 .slick-slide:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .slick-3 .slick-slide {
    min-height: 250px;
  }
}

.table-headed td, .table-headed th {
  border-top: 1px solid #fff;
}

.table-headed thead th {
  border-bottom: 2px solid #fff;
}

.table-striped-cols tbody > tr > :nth-child(even) {
  background-color: #efefef;
}

.table-striped-cols tbody > tr > :nth-child(odd) {
  background-color: #f7f7f7;
}

.table-striped-rows tbody > :nth-child(even) {
  background-color: #efefef;
}

.table-striped-rows tbody > :nth-child(odd) {
  background-color: #f7f7f7;
}

.table-fixed-0 th {
  width: 1%;
}

@media (max-width: 767.98px) {
  .table-header-nowrap-sm th {
    white-space: nowrap;
  }
  .table-fixed-1 thead th {
    min-width: 100px;
  }
}

.table-test th, .table-test td {
  vertical-align: middle;
  text-align: center;
}

.table-test th.hpe-col-left, .table-test td.hpe-col-left {
  border-left: 1px solid #e0e0e0;
}

.table-test th.hpe-col-right, .table-test td.hpe-col-right {
  border-right: 1px solid #e0e0e0;
}

.table-test thead th {
  vertical-align: middle;
}

.table-test .cell-default {
  background-color: #f7f7f7;
}

.table-test .color-table-header {
  background-color: #e9ecef;
}

.table-products {
  font-size: 0.8333rem;
}

.table-products thead th {
  border-bottom: 1px;
}

.table-products tbody tr th {
  font-weight: 400;
}

.table-products tbody tr th, .table-products tbody tr td:not(:last-child) {
  border-right: 1px solid #f3f3f3;
}

.table-products .version {
  background-color: #2378FF;
  color: white;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.table-products .os-version {
  background-color: #eaeaea;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.table-products .name-col {
  width: 50%;
}

.table-products .date-col {
  width: 15%;
}

.table-products .os-version-col {
  width: 15%;
}

.table-products .version-col {
  width: 20%;
}

.ow-tab .nav-tabs {
  justify-content: center;
  border-bottom: 4px solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  border-radius: 2px;
}

.ow-tab .nav-tabs .nav-link {
  color: #9B9B9B;
  border-bottom: 4px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.2rem;
}

.ow-tab .nav-tabs .nav-link.active {
  color: #2b373f;
}

.ow-tab .nav-tabs .nav-link:hover {
  color: #2b373f;
  background-color: transparent;
  border-bottom-color: transparent;
}

@media (max-width: 991.98px) {
  .ow-tab .nav-tabs .nav-link {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .ow-tab .nav-tabs .nav-link {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ow-tab .nav-tabs .nav-link.active {
    color: #2b373f;
    background-color: transparent;
    border-color: transparent transparent #2378FF;
    margin-bottom: -4px;
  }
  .ow-tab .nav-tabs .nav-link:hover {
    border-color: transparent transparent #D1D1D1;
    margin-bottom: -4px;
  }
}

.ow-tab .tab-content {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .ow-tab .tab-content h2 {
    display: none;
  }
}

.question {
  background: #2b373f;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  width: 1.2em;
  font-size: 0.8em;
  vertical-align: 0.15em;
}

.question:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.tooltip-inner {
  text-align: left;
}
