@charset "UTF-8";
@import "../../../inc/swiper/swiper-bundle.min.css";
.wp-block-post-content, .wp-block-template-part.hmco-header-part, .wp-block-template-part.hmco-footer-part, .has-global-padding {
  padding-left: calc(50vw - 550px) !important;
  padding-right: calc(50vw - 550px) !important;
}
@media (max-width: 767.98px) {
  .wp-block-post-content, .wp-block-template-part.hmco-header-part, .wp-block-template-part.hmco-footer-part, .has-global-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-post-content, .wp-block-template-part.hmco-header-part, .wp-block-template-part.hmco-footer-part, .has-global-padding {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.alignfull {
  margin-left: calc(-50vw + 550px) !important;
  margin-right: calc(-50vw + 550px) !important;
}
.alignfull .alignfull, .alignfull .is-layout-constrained {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767.98px) {
  .alignfull {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .alignfull .alignfull, .alignfull .is-layout-constrained {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .alignfull {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .alignfull .alignfull, .alignfull .is-layout-constrained {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#editor .wp-block-post-content, #editor .wp-block-template-part.hmco-header-part, #editor .wp-block-template-part.hmco-footer-part, #editor .has-global-padding {
  padding-left: calc(50vw - 700px) !important;
  padding-right: calc(50vw - 700px) !important;
}
@media (max-width: 1530px) {
  #editor .wp-block-post-content, #editor .wp-block-template-part.hmco-header-part, #editor .wp-block-template-part.hmco-footer-part, #editor .has-global-padding {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #editor .wp-block-post-content, #editor .wp-block-template-part.hmco-header-part, #editor .wp-block-template-part.hmco-footer-part, #editor .has-global-padding {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
#editor .alignfull {
  margin-left: calc(-50vw + 700px) !important;
  margin-right: calc(-50vw + 700px) !important;
}
#editor .alignfull .alignfull, #editor .alignfull .is-layout-constrained {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1530px) {
  #editor .alignfull {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  #editor .alignfull .alignfull, #editor .alignfull .is-layout-constrained {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #editor .alignfull {
    margin-left: -32px;
    margin-right: -32px;
  }
  #editor .alignfull .alignfull, #editor .alignfull .is-layout-constrained {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.block-editor .visually-hidden,
.block-editor-iframe__body .visually-hidden {
  display: none !important;
  visibility: hidden !important;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.hmco-full-width-container,
.method-full-width-container {
  margin-left: auto;
  margin-right: auto;
  z-index: 5 !important;
  position: relative !important;
}

.editor-visual-editor__post-title-wrapper {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
}

.editor-visual-editor__post-title-wrapper h1 {
  font-size: 36px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600 !important;
  color: #1e1e1e !important;
}

.hmco-fit-img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.hmco-fit-img-contain {
  position: absolute !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: contain;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.hmco-fit-img-container {
  position: relative !important;
  z-index: 0 !important;
}

/*
BLOCK STYLES
*/
.hmco-internal-header {
  padding-top: 6rem;
  padding-bottom: 12.75rem;
  position: relative;
  background-color: #F7F7F7;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 1;
}
.hmco-internal-header-short {
  padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .hmco-internal-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.hmco-internal-header .hmco-internal-header-imgs {
  position: absolute;
  top: 8.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .hmco-internal-header .hmco-internal-header-imgs {
    position: relative;
    top: 0;
    margin-bottom: 3.5rem;
  }
}
.hmco-internal-header .hmco-internal-header-imgs .row {
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner {
  position: relative;
  padding-left: 7%;
}
@media (max-width: 991.98px) {
  .hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner {
    padding-left: 0;
  }
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-bg-img {
  margin-left: auto;
  height: 0 !important;
  padding-top: 75% !important;
  background-color: gray;
  position: relative;
  width: 75%;
  overflow: hidden !important;
}
@media (max-width: 991.98px) {
  .hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-bg-img {
    width: 85%;
    padding-top: 85% !important;
  }
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.8;
  z-index: 10;
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img {
  margin-left: auto;
  height: 0 !important;
  padding-top: 54% !important;
  background-color: gray;
  position: relative;
  width: 54%;
  margin-right: 40%;
  margin-left: auto;
  margin-top: calc(-54% + 40px);
  overflow: hidden !important;
}
@media (max-width: 991.98px) {
  .hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img {
    margin-left: 0;
  }
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  z-index: 10;
  width: 40%;
  height: 40%;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #FEDD00;
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img.hmco-fg-accent-top-right:before {
  left: auto;
  right: -2px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img.hmco-fg-accent-bottom-left:before {
  top: auto;
  bottom: -2px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img.hmco-fg-accent-bottom-right:before {
  left: auto;
  top: auto;
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.hmco-internal-header .hmco-internal-header-imgs .row .hmco-internal-header-imgs-inner .hmco-fg-img.hmco-fg-accent-none:before {
  display: none;
  visibility: hidden;
}
.hmco-internal-header.hmco-internal-header-archive .hmco-bg-img:after {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  z-index: 10;
  width: 32%;
  height: 28%;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #FEDD00;
}
.hmco-internal-header .hmco-internal-header-content-bc > p {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.hmco-internal-header .hmco-internal-header-content-bc > p:after {
  width: 225px;
  height: 3px;
  background-color: #25282A;
  content: "";
  display: block;
}
.hmco-internal-header .hmco-internal-header-content-bc p.hmco-breadcrumbs {
  font-weight: 500;
  font-size: 15px;
  color: #0085CA;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hmco-internal-header .hmco-internal-header-content-bc p.hmco-breadcrumbs a {
  text-decoration: none;
}
.hmco-internal-header .hmco-internal-header-content-main h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 991.98px) {
  .hmco-internal-header .hmco-internal-header-content-main h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}
.hmco-internal-header .hmco-internal-header-content-main h1 strong {
  font-weight: 700;
}
.hmco-internal-header .hmco-internal-header-content-main .hmco-inner-blocks {
  max-width: 430px;
}
.hmco-internal-header.hmco-internal-header-blue .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #0085CA;
}
.hmco-internal-header.hmco-internal-header-green .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #47A23F;
}
.hmco-internal-header.hmco-internal-header-red .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #DA291C;
}
.hmco-internal-header.hmco-internal-header-purple .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #582C83;
}
.hmco-internal-header.hmco-internal-header-orange .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #FFA400;
}
.hmco-internal-header.hmco-internal-header-dark .hmco-internal-header-imgs-inner .hmco-bg-img:before {
  background-color: #25282A;
}

.wp-block-hmco-links .hmco-inner-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .wp-block-hmco-links .hmco-inner-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}

div[data-type="hmco/links"] .block-editor-block-list__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.hmco-links .hmco-link,
.hmco-link-block .hmco-link,
.hmco-bio-block .hmco-link {
  color: #25282A;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.hmco-links .hmco-link .hmco-link-meta,
.hmco-link-block .hmco-link .hmco-link-meta,
.hmco-bio-block .hmco-link .hmco-link-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmco-links .hmco-link .hmco-link-meta svg,
.hmco-link-block .hmco-link .hmco-link-meta svg,
.hmco-bio-block .hmco-link .hmco-link-meta svg {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hmco-links .hmco-link.hmco-brand-blue,
.hmco-link-block .hmco-link.hmco-brand-blue,
.hmco-bio-block .hmco-link.hmco-brand-blue {
  color: #0085CA;
}
.hmco-links .hmco-link.hmco-brand-green,
.hmco-link-block .hmco-link.hmco-brand-green,
.hmco-bio-block .hmco-link.hmco-brand-green {
  color: #47A23F;
}
.hmco-links .hmco-link.hmco-brand-red,
.hmco-link-block .hmco-link.hmco-brand-red,
.hmco-bio-block .hmco-link.hmco-brand-red {
  color: #DA291C;
}
.hmco-links .hmco-link.hmco-brand-purple,
.hmco-link-block .hmco-link.hmco-brand-purple,
.hmco-bio-block .hmco-link.hmco-brand-purple {
  color: #582C83;
}
.hmco-links .hmco-link.hmco-brand-orange,
.hmco-link-block .hmco-link.hmco-brand-orange,
.hmco-bio-block .hmco-link.hmco-brand-orange {
  color: #FFA400;
}
.hmco-links .hmco-link.hmco-brand-dark,
.hmco-link-block .hmco-link.hmco-brand-dark,
.hmco-bio-block .hmco-link.hmco-brand-dark {
  color: #25282A;
}
.hmco-links .hmco-link.hmco-brand-light,
.hmco-link-block .hmco-link.hmco-brand-light,
.hmco-bio-block .hmco-link.hmco-brand-light {
  color: #fff;
}

.hmco-link-block,
.hmco-bio-block {
  display: block;
  text-decoration: none;
  position: relative;
}
.hmco-link-block .hmco-fit-img-container,
.hmco-bio-block .hmco-fit-img-container {
  width: 100%;
  padding-top: 98%;
  position: relative;
}
@media (max-width: 767.98px) {
  .hmco-link-block .hmco-fit-img-container,
  .hmco-bio-block .hmco-fit-img-container {
    padding-top: 60.6%;
  }
}
.hmco-link-block .hmco-fit-img-container.hmco-overlay-play:before,
.hmco-bio-block .hmco-fit-img-container.hmco-overlay-play:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 80%;
  width: 100%;
  background-image: url("../../../assets/images/overlay-play.png");
  background-size: 93px 93px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  z-index: 5;
}
.hmco-link-block-meta,
.hmco-bio-block-meta {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 12px;
  right: 12px;
}
.hmco-link-block-meta.hmco-meta-editor,
.hmco-bio-block-meta.hmco-meta-editor {
  left: 0;
  right: 0;
}
.hmco-link-block .hmco-link,
.hmco-bio-block .hmco-link {
  padding: 20px;
}
.hmco-link-block.hmco-brand-blue .hmco-link,
.hmco-bio-block.hmco-brand-blue .hmco-link {
  color: #0085CA;
}
.hmco-link-block.hmco-brand-green .hmco-link,
.hmco-bio-block.hmco-brand-green .hmco-link {
  color: #47A23F;
}
.hmco-link-block.hmco-brand-red .hmco-link,
.hmco-bio-block.hmco-brand-red .hmco-link {
  color: #DA291C;
}
.hmco-link-block.hmco-brand-purple .hmco-link,
.hmco-bio-block.hmco-brand-purple .hmco-link {
  color: #582C83;
}
.hmco-link-block.hmco-brand-orange .hmco-link,
.hmco-bio-block.hmco-brand-orange .hmco-link {
  color: #FFA400;
}
.hmco-link-block.hmco-brand-magenta .hmco-link,
.hmco-bio-block.hmco-brand-magenta .hmco-link {
  color: #E31C79;
}
.hmco-link-block.hmco-brand-dark .hmco-link,
.hmco-bio-block.hmco-brand-dark .hmco-link {
  color: #25282A;
}
.hmco-link-block .hmco-link .hmco-link-meta,
.hmco-bio-block .hmco-link .hmco-link-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.hmco-bio-block .hmco-fit-img-container {
  padding-top: 87.5%;
}
.hmco-bio-block .hmco-link-meta-text {
  display: block;
}
.hmco-bio-block .hmco-link-meta-text-name, .hmco-bio-block .hmco-link-meta-text-title {
  display: block;
}
.hmco-bio-block .hmco-link-meta-text-name {
  margin-bottom: 4px;
}
.hmco-bio-block .hmco-link-meta-text-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}
.hmco-bio-block .hmco-bio-block-meta {
  position: relative;
}
.hmco-bio-block .hmco-bio-block-meta:not(.hmco-meta-editor) {
  left: auto;
  right: auto;
}
.hmco-bio-block .hmco-link svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
}
.hmco-bio-block .hmco-link.collapsed svg {
  -webkit-transform: none;
          transform: none;
}

.hmco-bio-block-block {
  gap: 0;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.hmco-bio-block-meta-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
}

.hmco-internal-intro,
.hmco-internal-wide {
  color: #fff;
  position: relative;
}
.hmco-internal-intro .hmco-internal-intro-img-wrap,
.hmco-internal-wide .hmco-internal-intro-img-wrap {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 80px);
}
@media (max-width: 767.98px) {
  .hmco-internal-intro .hmco-internal-intro-img-wrap,
  .hmco-internal-wide .hmco-internal-intro-img-wrap {
    position: relative !important;
    padding-top: 100%;
    width: 100%;
  }
}
.hmco-internal-intro .hmco-internal-intro-content-main,
.hmco-internal-wide .hmco-internal-intro-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 760px;
}
@media (max-width: 767.98px) {
  .hmco-internal-intro .hmco-internal-intro-content-main,
  .hmco-internal-wide .hmco-internal-intro-content-main {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hmco-internal-intro .hmco-internal-intro-content-main h1,
.hmco-internal-wide .hmco-internal-intro-content-main h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.hmco-internal-intro .hmco-internal-intro-content-main h1 strong,
.hmco-internal-wide .hmco-internal-intro-content-main h1 strong {
  font-weight: 700;
}
.hmco-internal-intro .hmco-internal-wide-content-main,
.hmco-internal-wide .hmco-internal-wide-content-main {
  padding: 84px 0 56px 0;
}
.hmco-internal-intro .hmco-internal-wide-content-main h2,
.hmco-internal-wide .hmco-internal-wide-content-main h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 32px;
}
.hmco-internal-intro .hmco-internal-wide-content-main h2 strong,
.hmco-internal-wide .hmco-internal-wide-content-main h2 strong {
  font-weight: 700;
}
.hmco-internal-intro.hmco-brand-blue,
.hmco-internal-wide.hmco-brand-blue {
  background-color: #0085CA;
}
.hmco-internal-intro.hmco-brand-blue .hmco-link,
.hmco-internal-wide.hmco-brand-blue .hmco-link {
  color: #fff;
}
.hmco-internal-intro.hmco-brand-blue details.wp-block-details summary,
.hmco-internal-wide.hmco-brand-blue details.wp-block-details summary {
  border-bottom-color: #fff;
}
.hmco-internal-intro.hmco-brand-green,
.hmco-internal-wide.hmco-brand-green {
  background-color: #47A23F;
}
.hmco-internal-intro.hmco-brand-green .hmco-link,
.hmco-internal-wide.hmco-brand-green .hmco-link {
  color: #fff;
}
.hmco-internal-intro.hmco-brand-green details.wp-block-details summary,
.hmco-internal-wide.hmco-brand-green details.wp-block-details summary {
  border-bottom-color: #fff;
}
.hmco-internal-intro.hmco-brand-red,
.hmco-internal-wide.hmco-brand-red {
  background-color: #DA291C;
}
.hmco-internal-intro.hmco-brand-red .hmco-link,
.hmco-internal-wide.hmco-brand-red .hmco-link {
  color: #fff;
}
.hmco-internal-intro.hmco-brand-red details.wp-block-details summary,
.hmco-internal-wide.hmco-brand-red details.wp-block-details summary {
  border-bottom-color: #fff;
}
.hmco-internal-intro.hmco-brand-purple,
.hmco-internal-wide.hmco-brand-purple {
  background-color: #582C83;
}
.hmco-internal-intro.hmco-brand-purple .hmco-link,
.hmco-internal-wide.hmco-brand-purple .hmco-link {
  color: #fff;
}
.hmco-internal-intro.hmco-brand-purple details.wp-block-details summary,
.hmco-internal-wide.hmco-brand-purple details.wp-block-details summary {
  border-bottom-color: #fff;
}
.hmco-internal-intro.hmco-brand-orange,
.hmco-internal-wide.hmco-brand-orange {
  background-color: #FFA400;
  color: #25282A;
}
.hmco-internal-intro.hmco-brand-dark,
.hmco-internal-wide.hmco-brand-dark {
  background-color: #25282A;
}
.hmco-internal-intro.hmco-brand-dark .hmco-link,
.hmco-internal-wide.hmco-brand-dark .hmco-link {
  color: #fff;
}
.hmco-internal-intro.hmco-brand-dark details.wp-block-details summary,
.hmco-internal-wide.hmco-brand-dark details.wp-block-details summary {
  border-bottom-color: #fff;
}

.wp-block-method-grid,
div[data-type="method/grid"] {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
.wp-block-method-grid .method-grid-enclosed .method-full-width-container,
div[data-type="method/grid"] .method-grid-enclosed .method-full-width-container {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 64px;
}
.wp-block-method-grid h2,
div[data-type="method/grid"] h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.11;
}
.wp-block-method-grid h2 strong,
div[data-type="method/grid"] h2 strong {
  font-weight: 700;
}

.method-grid-rendered .method-inner-blocks {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.method-grid-rendered .method-inner-blocks .method-grid-item-component {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 3.5rem;
}
@media (max-width: 767.98px) {
  .method-grid-rendered .method-inner-blocks .method-grid-item-component {
    margin-bottom: 1.75rem;
  }
}
.method-grid-rendered.method-layout-two .method-inner-blocks .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991.98px) {
  .method-grid-rendered.method-layout-two .method-inner-blocks .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.method-grid-rendered.method-layout-three .method-inner-blocks .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991.98px) {
  .method-grid-rendered.method-layout-three .method-inner-blocks .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.method-grid-rendered.method-layout-four .method-inner-blocks .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991.98px) {
  .method-grid-rendered.method-layout-four .method-inner-blocks .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.method-grid-rendered.method-layout-six .method-inner-blocks .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
@media (max-width: 991.98px) {
  .method-grid-rendered.method-layout-six .method-inner-blocks .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.method-grid-rendered .method-inner-blocks .method-grid-item-component[data-gfw=true] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

div[data-type="hmco/footer-links"] .block-editor-inner-blocks {
  width: 100%;
  display: block;
}
div[data-type="hmco/footer-links"] .block-editor-block-list__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div[data-type="hmco/footer-links"] div[data-type="hmco/footer-link"] > div {
  width: 100%;
}
div[data-type="hmco/footer-links"] div[data-type="hmco/footer-link"] > div .hmco-footer-link {
  width: 100%;
}
div[data-type="hmco/footer-links"] .hmco-footer-links-one .block-editor-block-list__block {
  width: 100% !important;
}
div[data-type="hmco/footer-links"] .hmco-footer-links-two .block-editor-block-list__block {
  width: 50% !important;
}
div[data-type="hmco/footer-links"] .hmco-footer-links-three .block-editor-block-list__block {
  width: 33.33% !important;
}
div[data-type="hmco/footer-links"] .hmco-footer-links-four .block-editor-block-list__block {
  width: 25% !important;
}
div[data-type="hmco/footer-links"] .hmco-footer-links-five .block-editor-block-list__block {
  width: 20% !important;
}

div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks,
div[data-type="hmco/front-header"] .method-inner-blocks > .block-editor-inner-blocks {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout,
div[data-type="hmco/front-header"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-layout-two .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-layout-two .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991.98px) {
  div[data-type="method/grid"] .method-layout-two .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
  div[data-type="hmco/front-header"] .method-layout-two .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
div[data-type="method/grid"] .method-layout-three .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-layout-three .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991.98px) {
  div[data-type="method/grid"] .method-layout-three .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
  div[data-type="hmco/front-header"] .method-layout-three .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
div[data-type="method/grid"] .method-layout-four .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-layout-four .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991.98px) {
  div[data-type="method/grid"] .method-layout-four .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
  div[data-type="hmco/front-header"] .method-layout-four .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
div[data-type="method/grid"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
@media (max-width: 991.98px) {
  div[data-type="method/grid"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
  div[data-type="hmco/front-header"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
div[data-type="method/grid"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block .method-grid-logo .method-fit-img-container,
div[data-type="hmco/front-header"] .method-layout-six .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block .method-grid-logo .method-fit-img-container {
  padding-top: 100% !important;
}
div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(*[data-gfw=true]),
div[data-type="hmco/front-header"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(*[data-gfw=true]) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
div[data-type="hmco/front-header"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  margin-bottom: 56px;
}

.hmco-internal-cwi {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hmco-internal-cwi .hmco-fit-img-container {
  width: 100%;
  padding-top: 87.4%;
}
.hmco-internal-cwi .hmco-full-width-container {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.hmco-internal-cwi .hmco-internal-cwi-content-main-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .hmco-internal-cwi .hmco-internal-cwi-content-main-inner {
    padding: 24px;
  }
}
.hmco-internal-cwi .hmco-internal-cwi-content-main-inner h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.hmco-internal-cwi .hmco-internal-cwi-content-main-inner h1 strong {
  font-weight: 700;
}
.hmco-internal-cwi .hmco-internal-cwi-content-main-inner .hmco-link {
  color: #E31C79;
}

.hmco-internal-outro,
.hmco-content-w-bg {
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.hmco-internal-outro:before,
.hmco-content-w-bg:before {
  display: block;
  width: 750px;
  height: 1000px;
  background-color: #0085CA;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  opacity: 0.73;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .hmco-internal-outro:before,
  .hmco-content-w-bg:before {
    height: 198px;
    width: 165px;
    bottom: auto;
    top: 0;
  }
}
.hmco-internal-outro:after,
.hmco-content-w-bg:after {
  display: block;
  width: 750px;
  height: 1000px;
  background-color: #0085CA;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.73;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .hmco-internal-outro:after,
  .hmco-content-w-bg:after {
    display: none;
    visibility: hidden;
  }
}
.hmco-internal-outro.hmco-brand-green:before, .hmco-internal-outro.hmco-brand-green:after,
.hmco-content-w-bg.hmco-brand-green:before,
.hmco-content-w-bg.hmco-brand-green:after {
  background-color: #47A23F;
}
.hmco-internal-outro.hmco-brand-red:before, .hmco-internal-outro.hmco-brand-red:after,
.hmco-content-w-bg.hmco-brand-red:before,
.hmco-content-w-bg.hmco-brand-red:after {
  background-color: #DA291C;
}
.hmco-internal-outro.hmco-brand-purple:before, .hmco-internal-outro.hmco-brand-purple:after,
.hmco-content-w-bg.hmco-brand-purple:before,
.hmco-content-w-bg.hmco-brand-purple:after {
  background-color: #582C83;
}
.hmco-internal-outro.hmco-brand-orange:before, .hmco-internal-outro.hmco-brand-orange:after,
.hmco-content-w-bg.hmco-brand-orange:before,
.hmco-content-w-bg.hmco-brand-orange:after {
  background-color: #FFA400;
}
.hmco-internal-outro.hmco-brand-dark:before, .hmco-internal-outro.hmco-brand-dark:after,
.hmco-content-w-bg.hmco-brand-dark:before,
.hmco-content-w-bg.hmco-brand-dark:after {
  background-color: #25282A;
}
.hmco-internal-outro.hmco-brand-purple-blue:before,
.hmco-content-w-bg.hmco-brand-purple-blue:before {
  background-color: #582C83;
  z-index: 2;
}
.hmco-internal-outro.hmco-brand-purple-blue:after,
.hmco-content-w-bg.hmco-brand-purple-blue:after {
  background-color: #0085CA;
}
.hmco-internal-outro .row.g-0,
.hmco-content-w-bg .row.g-0 {
  min-height: 520px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .hmco-internal-outro .row.g-0,
  .hmco-content-w-bg .row.g-0 {
    min-height: 0;
  }
}
.hmco-internal-outro .hmco-internal-outro-content-main-inner,
.hmco-internal-outro .hmco-content-w-bg-content-main-inner,
.hmco-content-w-bg .hmco-internal-outro-content-main-inner,
.hmco-content-w-bg .hmco-content-w-bg-content-main-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hmco-internal-outro .hmco-internal-outro-content-main-inner h1, .hmco-internal-outro .hmco-internal-outro-content-main-inner h2,
.hmco-internal-outro .hmco-content-w-bg-content-main-inner h1,
.hmco-internal-outro .hmco-content-w-bg-content-main-inner h2,
.hmco-content-w-bg .hmco-internal-outro-content-main-inner h1,
.hmco-content-w-bg .hmco-internal-outro-content-main-inner h2,
.hmco-content-w-bg .hmco-content-w-bg-content-main-inner h1,
.hmco-content-w-bg .hmco-content-w-bg-content-main-inner h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.hmco-internal-outro .hmco-internal-outro-content-main-inner h1 strong, .hmco-internal-outro .hmco-internal-outro-content-main-inner h2 strong,
.hmco-internal-outro .hmco-content-w-bg-content-main-inner h1 strong,
.hmco-internal-outro .hmco-content-w-bg-content-main-inner h2 strong,
.hmco-content-w-bg .hmco-internal-outro-content-main-inner h1 strong,
.hmco-content-w-bg .hmco-internal-outro-content-main-inner h2 strong,
.hmco-content-w-bg .hmco-content-w-bg-content-main-inner h1 strong,
.hmco-content-w-bg .hmco-content-w-bg-content-main-inner h2 strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .hmco-internal-outro .hmco-internal-outro-content-main-inner h1, .hmco-internal-outro .hmco-internal-outro-content-main-inner h2,
  .hmco-internal-outro .hmco-content-w-bg-content-main-inner h1,
  .hmco-internal-outro .hmco-content-w-bg-content-main-inner h2,
  .hmco-content-w-bg .hmco-internal-outro-content-main-inner h1,
  .hmco-content-w-bg .hmco-internal-outro-content-main-inner h2,
  .hmco-content-w-bg .hmco-content-w-bg-content-main-inner h1,
  .hmco-content-w-bg .hmco-content-w-bg-content-main-inner h2 {
    font-size: 30px;
    padding-right: 20%;
  }
}

.hmco-content-w-bg {
  position: relative;
  background-color: #010101;
  color: #fff;
}
.hmco-content-w-bg a, .hmco-content-w-bg .hmco-link {
  color: #fff;
}
.hmco-content-w-bg:before {
  background-color: #582C83;
  z-index: 3;
}
.hmco-content-w-bg:after {
  background-color: #0085CA;
  z-index: 2;
}
.hmco-content-w-bg .hmco-fit-img-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.hmco-content-w-bg .hmco-fit-img-container:before {
  background-color: #25282A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.46;
  content: "";
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hmco-content-w-bg .hmco-fit-img-container:before {
    opacity: 0.75;
  }
}

@media (max-width: 991.98px) {
  .hmco-nav-block-wrap {
    position: relative;
    z-index: 1000;
  }
}

#hmco-nav {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 8;
}
#hmco-nav .w-100 {
  position: relative;
  z-index: 10;
  width: 100% !important;
}
#hmco-nav .hmco-inner-blocks {
  position: relative;
  z-index: 2;
}
#hmco-nav.hmco-nav-internal-post:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 5;
  background: rgb(60, 62, 62);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 62, 62, 0.42)), color-stop(75%, rgb(37, 40, 42)));
  background: linear-gradient(180deg, rgba(60, 62, 62, 0.42) 0%, rgb(37, 40, 42) 75%);
}
@media (min-width: 992px) {
  #hmco-nav .navbar-nav > .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
#hmco-nav .navbar-nav > .nav-item .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#hmco-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 991.98px) {
  #hmco-nav .navbar-nav > .nav-item {
    margin-bottom: 24px;
  }
  #hmco-nav .navbar-nav > .nav-item .dropdown-menu {
    margin: 12px 0 0 0 !important;
    position: relative;
  }
  #hmco-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#hmco-nav .navbar-nav > .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  color: #fff;
}
@media (max-width: 991.98px) {
  #hmco-nav .navbar-nav > .nav-item .nav-link {
    color: #26282A;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0;
  }
}
#hmco-nav .wp-block-navigation {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (max-width: 991.98px) {
  #hmco-nav .wp-block-navigation {
    display: block !important;
  }
}
#hmco-nav .wp-block-navigation .wp-block-navigation-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  color: #fff;
}
@media (max-width: 991.98px) {
  #hmco-nav .wp-block-navigation .wp-block-navigation-item {
    color: #26282A;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
#hmco-nav .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-submenu .wp-block-navigation-item {
  color: #26282A;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}
#hmco-nav .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-submenu .wp-block-navigation-item:first-of-type .wp-block-navigation-item__content {
  padding-top: 15px;
}
#hmco-nav .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-submenu .wp-block-navigation-item:last-of-type .wp-block-navigation-item__content {
  padding-bottom: 15px;
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  #hmco-nav .offcanvas .offcanvas-body, #hmco-nav .offcanvas .offcanvas-header {
    padding: 24px !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  #hmco-nav .offcanvas .offcanvas-body, #hmco-nav .offcanvas .offcanvas-header {
    padding: 32px !important;
  }
}
@media (max-width: 991.98px) {
  #hmco-nav .offcanvas .offcanvas-body:after {
    display: block;
    width: 100%;
    height: 500px;
    background-color: #0085CA;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.6;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

body.home #hmco-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
}
body.home #hmco-nav:before, body.home #hmco-nav .hmco-fit-img {
  display: none !important;
  visibility: hidden !important;
}
body.home .hmco-nav-block-wrap {
  position: relative;
  overflow: visible;
}

.hmco-footer-part {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.hmco-searchbar {
  background-color: #0085CA;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .hmco-searchbar .navbar-toggler {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    visibility: visible !important;
    width: 37px;
    height: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='20' viewBox='0 0 37 20'%3E%3Cg id='Group_173' data-name='Group 173' transform='translate(-301 -114)'%3E%3Crect id='Rectangle_410' data-name='Rectangle 410' width='37' height='4' transform='translate(301 114)' fill='%23fff'/%3E%3Crect id='Rectangle_411' data-name='Rectangle 411' width='37' height='4' transform='translate(301 122)' fill='%23fff'/%3E%3Crect id='Rectangle_412' data-name='Rectangle 412' width='37' height='4' transform='translate(301 130)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.hmco-searchbar .search-form {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hmco-searchbar .search-form input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  width: 450px;
  height: 40px;
}
.hmco-searchbar .search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.hmco-searchbar .search-form input[type=search]::-moz-placeholder {
  color: #fff;
}
.hmco-searchbar .search-form input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.hmco-searchbar .search-form input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.hmco-searchbar .search-form input[type=search]::placeholder {
  color: #fff;
}
.hmco-searchbar .search-form input[type=submit] {
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.564' height='19.519' viewBox='0 0 18.564 19.519'%3E%3Cg id='Group_150' data-name='Group 150' transform='translate(-572.143 -83.287)'%3E%3Cg id='Ellipse_77' data-name='Ellipse 77' transform='translate(572.143 83.287)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' stroke='none'/%3E%3Ccircle cx='6.5' cy='6.5' r='5.5' fill='none'/%3E%3C/g%3E%3Cpath id='Path_262' data-name='Path 262' d='M8501.857,32.812l-7.979-7.979' transform='translate(-7911.857 69.287)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 991.98px) {
  .hmco-searchbar .search-form {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .hmco-searchbar .navbar-toggler {
    display: none;
    visibility: hidden;
  }
}
.hmco-searchbar .hmco-searchbar-link {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}

.hmco-topbar {
  background-color: #25282A;
  color: #fff;
  line-height: 1;
}
.hmco-topbar .hmco-topbar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 155px;
  height: 40px;
  margin: 12px 0;
}
@media (max-width: 767.98px) {
  .hmco-topbar .hmco-topbar-link {
    width: 100px;
  }
}
.hmco-topbar .hmco-topbar-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 24px 0 0;
  padding: 0;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .hmco-topbar .hmco-topbar-label {
    font-size: 14px;
  }
}
.hmco-topbar .hmco-topbar-left, .hmco-topbar .hmco-topbar-right, .hmco-topbar .hmco-topbar-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmco-topbar .hmco-topbar-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .hmco-topbar .hmco-topbar-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: none;
    visibility: hidden;
  }
}

.method-sn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.method-sn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}
.method-sn li a {
  color: #fff;
}

#hmco-footer {
  padding-top: 72px;
  padding-bottom: 56px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
}
#hmco-footer:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-color: #25282A;
  opacity: 0.75;
}
#hmco-footer h2 {
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
#hmco-footer .hmco-footer-copyright {
  margin-top: 32px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
#hmco-footer .hmco-footer-contact-content a, #hmco-footer .hmco-footer-copyright a {
  color: #fff;
}
#hmco-footer .hmco-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  #hmco-footer .hmco-footer-social {
    display: block;
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
#hmco-footer .hmco-footer-member-login {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #25282A;
  line-height: 1;
  background-color: #fff;
  padding: 18px;
  display: inline-block;
  margin-top: 64px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #hmco-footer .hmco-footer-member-login {
    margin-bottom: 36px;
    margin-top: 0;
  }
}

.hmco-front-header {
  position: relative;
  z-index: 1;
}
.hmco-front-header-content {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 446px), 0 100%);
  position: relative;
  color: #fff;
}
@media (max-width: 767.98px) {
  .hmco-front-header-content {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0 100%);
  }
}
.hmco-front-header-content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0A477B;
  opacity: 0.53;
  content: "";
  z-index: 1;
}
.hmco-front-header-content-inner {
  padding-top: 350px;
  padding-bottom: 350px;
}
@media (max-width: 767.98px) {
  .hmco-front-header-content-inner {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
.hmco-front-header-content .hmco-subhead {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .hmco-front-header-content .hmco-subhead {
    font-size: 15px;
  }
}
.hmco-front-header-content h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .hmco-front-header-content h1 {
    font-size: 40px;
  }
}
.hmco-front-header .method-grid {
  margin-top: -325px !important;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .hmco-front-header .method-grid {
    margin-top: -100px !important;
  }
}

.hmco-header-part {
  position: relative;
  z-index: 20;
}

.hmco-latest-posts {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
}
.hmco-latest-posts-backer {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 775px;
  background-color: gray;
}
@media (max-width: 767.98px) {
  .hmco-latest-posts-backer {
    height: 850px;
  }
}
.hmco-latest-posts-backer:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0085CA;
  opacity: 0.83;
  content: "";
  z-index: 1;
}
.hmco-latest-posts .hmco-headline-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .hmco-latest-posts .hmco-headline-wrap {
    display: block;
    margin-bottom: 48px;
  }
}
.hmco-latest-posts .hmco-headline-wrap h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 45px;
  margin: 0;
  padding: 0;
}
.hmco-latest-posts .hmco-headline-wrap h2 strong {
  font-weight: 700;
}
.hmco-latest-posts .hmco-headline-wrap .hmco-link {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hmco-latest-posts .hmco-headline-wrap .hmco-link .hmco-link-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmco-latest-posts .hmco-headline-wrap .hmco-link .hmco-link-meta svg {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .hmco-latest-posts .hmco-headline-wrap .hmco-link {
    margin-top: 20px;
  }
}

.hmco-pg-i {
  background-color: #F2F2F2;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
}
.hmco-pg-i .hmco-fit-img-container {
  background-color: gray;
  padding-top: 75.4%;
}
.hmco-pg-i-m {
  color: #25282A;
  padding: 32px;
}
.hmco-pg-i-m p.hmco-pg-i-m-d {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hmco-pg-i-m h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 10px;
}
.hmco-pg-i-m .hmco-copy {
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .hmco-pg-i-featured {
    background-color: #fff;
  }
  .hmco-pg-i-featured .hmco-fit-img-container {
    padding-top: 70.6%;
  }
  .hmco-pg-i-featured .hmco-pg-i-m {
    padding: 0;
  }
}
.hmco-pg-i .hmco-link {
  color: #E31C79;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.hmco-pg-i .hmco-link .hmco-link-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmco-pg-i .hmco-link .hmco-link-meta svg {
  margin-left: 20px;
}

.hmco-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .hmco-footer-links {
    display: block;
  }
}
.hmco-footer-links .hmco-footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .hmco-footer-links .hmco-footer-link {
    display: block;
  }
}
.hmco-footer-links .hmco-footer-link .hmco-fit-img-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hmco-footer-links .hmco-footer-link .hmco-footer-link-meta {
  position: relative;
  z-index: 2;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.hmco-footer-links .hmco-footer-link .hmco-footer-link-meta:before {
  background-color: #582C83;
  opacity: 0.83;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.hmco-footer-links .hmco-footer-link .hmco-footer-link-meta span {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-blue .hmco-footer-link-meta:before {
  background-color: #0085CA;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-green .hmco-footer-link-meta:before {
  background-color: #47A23F;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-red .hmco-footer-link-meta:before {
  background-color: #DA291C;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-orange .hmco-footer-link-meta:before {
  background-color: #FFA400;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-magenta .hmco-footer-link-meta:before {
  background-color: #E31C79;
}
.hmco-footer-links .hmco-footer-link.hmco-brand-dark .hmco-footer-link-meta:before {
  background-color: #25282A;
}
.hmco-footer-links-rendered.hmco-footer-links-one .hmco-footer-link {
  width: 100%;
}
.hmco-footer-links-rendered.hmco-footer-links-two .hmco-footer-link {
  width: 50%;
}
@media (max-width: 767.98px) {
  .hmco-footer-links-rendered.hmco-footer-links-two .hmco-footer-link {
    width: 100%;
  }
}
.hmco-footer-links-rendered.hmco-footer-links-three .hmco-footer-link {
  width: 33%;
}
@media (max-width: 767.98px) {
  .hmco-footer-links-rendered.hmco-footer-links-three .hmco-footer-link {
    width: 100%;
  }
}
.hmco-footer-links-rendered.hmco-footer-links-three .hmco-footer-link:nth-of-type(2) {
  width: 34%;
}
@media (max-width: 767.98px) {
  .hmco-footer-links-rendered.hmco-footer-links-three .hmco-footer-link:nth-of-type(2) {
    width: 100%;
  }
}
.hmco-footer-links-rendered.hmco-footer-links-four .hmco-footer-link {
  width: 25%;
}
@media (max-width: 767.98px) {
  .hmco-footer-links-rendered.hmco-footer-links-four .hmco-footer-link {
    width: 100%;
  }
}
.hmco-footer-links-rendered.hmco-footer-links-five .hmco-footer-link {
  width: 20%;
}
@media (max-width: 767.98px) {
  .hmco-footer-links-rendered.hmco-footer-links-five .hmco-footer-link {
    width: 100%;
  }
}

.hmco-internal-cwi-s {
  padding-top: 100px;
  padding-bottom: 118px;
}
@media (max-width: 767.98px) {
  .hmco-internal-cwi-s {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap {
  height: 0 !important;
  padding-top: 100% !important;
  background-color: gray;
  position: relative;
  width: 100%;
  margin-top: calc(-100% + 40px);
  overflow: hidden !important;
}
@media (max-width: 767.98px) {
  .hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap {
    margin-top: -110px;
  }
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  z-index: 10;
  width: 40%;
  height: 40%;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #FEDD00;
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap.hmco-accent-top-right:before {
  left: auto;
  right: -2px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap.hmco-accent-bottom-left:before {
  top: auto;
  bottom: -2px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap.hmco-accent-bottom-right:before {
  left: auto;
  top: auto;
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-img-wrap.hmco-accent-none:before {
  display: none;
  visibility: hidden;
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-content-main {
  border-top: 18px solid #0085CA;
  background-color: #F7F7F7;
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-content-main > .row {
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .hmco-internal-cwi-s .hmco-internal-cwi-s-content-main > .row {
    min-height: 0;
    padding: 24px 24px 120px 24px;
  }
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-content-main-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-content-main h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 45px;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.hmco-internal-cwi-s .hmco-internal-cwi-s-content-main h2 strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .hmco-internal-cwi-s .hmco-internal-cwi-s-content-main h2 {
    font-size: 30px;
  }
}
.hmco-internal-cwi-s.hmco-brand-purple .hmco-internal-cwi-s-content-main {
  border-color: #582C83;
}
.hmco-internal-cwi-s.hmco-brand-green .hmco-internal-cwi-s-content-main {
  border-color: #47A23F;
}
.hmco-internal-cwi-s.hmco-brand-red .hmco-internal-cwi-s-content-main {
  border-color: #DA291C;
}
.hmco-internal-cwi-s.hmco-brand-orange .hmco-internal-cwi-s-content-main {
  border-color: #FFA400;
}
.hmco-internal-cwi-s.hmco-brand-magenta .hmco-internal-cwi-s-content-main {
  border-color: #E31C79;
}
.hmco-internal-cwi-s.hmco-brand-dark .hmco-internal-cwi-s-content-main {
  border-color: #25282A;
}
.hmco-internal-cwi-s.hmco-internal-cwi-s-ri .hmco-internal-cwi-s-img .hmco-full-width-container > .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hmco-internal-cwi-s.hmco-internal-cwi-s-ri .hmco-internal-cwi-s-content .justify-content-end {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

select#hmco-cats {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid #000;
  font-weight: 700;
  padding-bottom: 2px;
  margin-top: 12px;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.429' height='10' viewBox='0 0 16.429 10'%3E%3Cpath id='Polygon_143' data-name='Polygon 143' d='M8.214,0l8.214,10H0Z' transform='translate(16.429 10) rotate(180)' fill='%2325282a'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
}

details.wp-block-details {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 18px;
}
details.wp-block-details summary {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  border-bottom: 3px solid #000;
  padding: 4px 0;
  margin-bottom: 24px;
}
details.wp-block-details summary::marker {
  content: "";
}
details.wp-block-details summary::after {
  content: "▶"; /* or ▼ or any icon you like */
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

details.wp-block-details[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.hmco-ql-collapse-wrap {
  margin-bottom: 36px;
}
.hmco-ql-collapse-wrap .hmco-ql-collapse-innerblocks {
  padding-top: 28px;
}

.hmco-ql {
  display: block;
  text-decoration: none;
  position: relative;
}
.hmco-ql-collapse {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: #25282A;
}
.hmco-ql-collapse svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hmco-ql-collapse.collapsed svg {
  -webkit-transform: none;
          transform: none;
}
.hmco-ql .hmco-fit-img-container.hmco-ql-img {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hmco-ql .hmco-ql-meta {
  position: relative;
  z-index: 2;
  padding: 32px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .hmco-ql .hmco-ql-meta {
    padding: 16px 28px;
  }
}
.hmco-ql .hmco-ql-meta .hmco-ql-headline {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hmco-ql .hmco-ql-meta .hmco-ql-headline {
    font-size: 22px;
  }
}
.hmco-ql.hmco-brand-purple .hmco-ql-meta {
  background-color: #582C83;
  color: #fff;
}
.hmco-ql.hmco-brand-blue .hmco-ql-meta {
  background-color: #0085CA;
  color: #fff;
}
.hmco-ql.hmco-brand-green .hmco-ql-meta {
  background-color: #47A23F;
  color: #fff;
}
.hmco-ql.hmco-brand-red .hmco-ql-meta {
  background-color: #DA291C;
  color: #fff;
}
.hmco-ql.hmco-brand-orange .hmco-ql-meta {
  background-color: #FFA400;
  color: #010101;
}
.hmco-ql.hmco-brand-magenta .hmco-ql-meta {
  background-color: #E31C79;
  color: #fff;
}
.hmco-ql.hmco-brand-dark .hmco-ql-meta {
  background-color: #25282A;
  color: #fff;
}
.hmco-ql.hmco-brand-dark-bg .hmco-ql-meta {
  background-color: rgba(37, 40, 42, 0.5);
  color: #fff;
}

.entry-content {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.hmco-logo-block .hmco-logo-block-inner {
  padding-top: 100%;
}
.hmco-logo-block-aspect-1-1 .hmco-logo-block-inner {
  padding-top: 100%;
}
.hmco-logo-block-aspect-4-3 .hmco-logo-block-inner {
  padding-top: 75%;
}
.hmco-logo-block-aspect-3-2 .hmco-logo-block-inner {
  padding-top: 66.67%;
}
.hmco-logo-block-aspect-16-9 .hmco-logo-block-inner {
  padding-top: 56.25%;
}

div[data-type="hmco/testimonials"],
.wp-block-hmco-testimonials {
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}
div[data-type="hmco/testimonials"] .swiper,
.wp-block-hmco-testimonials .swiper {
  padding-bottom: 66px;
}
div[data-type="hmco/testimonials"] .hmco-swiper-pagination-wrap,
.wp-block-hmco-testimonials .hmco-swiper-pagination-wrap {
  text-align: center;
}
div[data-type="hmco/testimonials"] .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-swiper-pagination-wrap .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-box-shadow: inset 0 0 0 2px #0085CA;
          box-shadow: inset 0 0 0 2px #0085CA;
  background-color: transparent;
  opacity: 1;
  margin: 0 6px !important;
}
div[data-type="hmco/testimonials"] .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active {
  background-color: #0085CA !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #582C83;
          box-shadow: inset 0 0 0 2px #582C83;
}
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-demo-swiper-pagination a.active {
  background-color: #582C83 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-purple .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-purple .hmco-testimonial-item {
  border-top-color: #582C83 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #0085CA;
          box-shadow: inset 0 0 0 2px #0085CA;
}
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-demo-swiper-pagination a.active {
  background-color: #0085CA !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-blue .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-blue .hmco-testimonial-item {
  border-top-color: #0085CA !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #47A23F;
          box-shadow: inset 0 0 0 2px #47A23F;
}
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-demo-swiper-pagination a.active {
  background-color: #47A23F !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-green .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-green .hmco-testimonial-item {
  border-top-color: #47A23F !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #DA291C;
          box-shadow: inset 0 0 0 2px #DA291C;
}
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-demo-swiper-pagination a.active {
  background-color: #DA291C !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-red .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-red .hmco-testimonial-item {
  border-top-color: #DA291C !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #FFA400;
          box-shadow: inset 0 0 0 2px #FFA400;
}
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-demo-swiper-pagination a.active {
  background-color: #FFA400 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-orange .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-orange .hmco-testimonial-item {
  border-top-color: #FFA400 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #E31C79;
          box-shadow: inset 0 0 0 2px #E31C79;
}
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-demo-swiper-pagination a.active {
  background-color: #E31C79 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-magenta .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-magenta .hmco-testimonial-item {
  border-top-color: #E31C79 !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-demo-swiper-pagination a,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-demo-swiper-pagination a {
  -webkit-box-shadow: inset 0 0 0 2px #25282A;
          box-shadow: inset 0 0 0 2px #25282A;
}
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active, div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-demo-swiper-pagination a-active,
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-demo-swiper-pagination a.active,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet-active,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-swiper-pagination-wrap .swiper-pagination-bullet.active,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-demo-swiper-pagination a-active,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-demo-swiper-pagination a.active {
  background-color: #25282A !important;
}
div[data-type="hmco/testimonials"] .hmco-brand-dark .hmco-testimonial-item,
.wp-block-hmco-testimonials .hmco-brand-dark .hmco-testimonial-item {
  border-top-color: #25282A !important;
}

.hmco-demo-swiper-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.hmco-demo-swiper-pagination-wrap .hmco-demo-swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.hmco-demo-swiper-pagination-wrap .hmco-demo-swiper-pagination li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}
.hmco-demo-swiper-pagination-wrap .hmco-demo-swiper-pagination li a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-box-shadow: inset 0 0 0 2px #0085CA;
          box-shadow: inset 0 0 0 2px #0085CA;
}
.hmco-demo-swiper-pagination-wrap .hmco-demo-swiper-pagination li a.active {
  background-color: #0085CA;
}

.hmco-testimonial-item {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #F7F7F7;
  border-top: 18px solid #0085CA;
  position: relative;
}
.hmco-testimonial-item:before {
  position: absolute;
  width: 115px;
  height: 86px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115.056' height='86.574' viewBox='0 0 115.056 86.574'%3E%3Cpath id='Path_287' data-name='Path 287' d='M32.148-167.508c-3.948,0-7.332.846-9.588,2.538,2.82-13.818,14.1-27.918,28.482-33.84l-2.82-4.23C24.534-194.862,6.2-168.072,6.2-145.512c0,17.766,11.562,29.046,25.944,29.046s25.38-11,25.38-25.662A25.1,25.1,0,0,0,32.148-167.508Zm63.732,0c-3.948,0-7.332.846-9.588,2.538,3.1-13.818,14.382-27.918,28.482-33.84l-2.82-4.23c-23.688,8.178-42.018,34.968-42.018,57.528,0,17.766,11.562,29.046,25.944,29.046s25.38-11,25.38-25.662A25.1,25.1,0,0,0,95.88-167.508Z' transform='translate(-6.204 203.04)' fill='%23e0e0e0'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  top: 78px;
  left: -56px;
}
.hmco-testimonial-item:after {
  position: absolute;
  width: 115px;
  height: 86px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115.056' height='86.574' viewBox='0 0 115.056 86.574'%3E%3Cpath id='Path_288' data-name='Path 288' d='M32.148-19.492c-3.948,0-7.332-.846-9.588-2.538C25.38-8.212,36.66,5.888,51.042,11.81l-2.82,4.23C24.534,7.862,6.2-18.928,6.2-41.488c0-17.766,11.562-29.046,25.944-29.046s25.38,11,25.38,25.662A25.1,25.1,0,0,1,32.148-19.492Zm63.732,0c-3.948,0-7.332-.846-9.588-2.538,3.1,13.818,14.382,27.918,28.482,33.84l-2.82,4.23C88.266,7.862,69.936-18.928,69.936-41.488c0-17.766,11.562-29.046,25.944-29.046s25.38,11,25.38,25.662A25.1,25.1,0,0,1,95.88-19.492Z' transform='translate(121.26 16.04) rotate(180)' fill='%23e0e0e0'/%3E%3C/svg%3E%0A");
  content: "";
  bottom: 88px;
  right: -24px;
}
.hmco-testimonial-item h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
  padding: 0;
}
.hmco-testimonial-item .hmco-copy {
  font-size: 20px;
  line-height: 1.35;
  padding-bottom: 12px;
}
.hmco-testimonial-item .hmco-attr {
  font-size: 24px;
  font-weight: 700;
}

div[data-type="hmco/gallery"],
.wp-block-hmco-gallery {
  padding-top: 106px;
  padding-bottom: 160px;
}
div[data-type="hmco/gallery"] .swiper,
.wp-block-hmco-gallery .swiper {
  padding-bottom: 66px;
}
div[data-type="hmco/gallery"] .swiper-pagination,
.wp-block-hmco-gallery .swiper-pagination {
  bottom: 0 !important;
}
div[data-type="hmco/gallery"] .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-box-shadow: inset 0 0 0 2px #0085CA;
          box-shadow: inset 0 0 0 2px #0085CA;
  background-color: transparent;
  opacity: 1;
  margin: 0 6px !important;
}
div[data-type="hmco/gallery"] .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0085CA !important;
}
div[data-type="hmco/gallery"] .swiper-slide .hmco-fit-img-container,
.wp-block-hmco-gallery .swiper-slide .hmco-fit-img-container {
  padding-top: 56.9%;
}
div[data-type="hmco/gallery"] .swiper-slide .hmco-fit-img-container .hmco-gallery-img-caption,
.wp-block-hmco-gallery .swiper-slide .hmco-fit-img-container .hmco-gallery-img-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
div[data-type="hmco/gallery"] .hmco-brand-purple .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-purple .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #582C83;
          box-shadow: inset 0 0 0 2px #582C83;
}
div[data-type="hmco/gallery"] .hmco-brand-purple .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-purple .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #582C83 !important;
}
div[data-type="hmco/gallery"] .hmco-brand-blue .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-blue .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #0085CA;
          box-shadow: inset 0 0 0 2px #0085CA;
}
div[data-type="hmco/gallery"] .hmco-brand-blue .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-blue .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0085CA !important;
}
div[data-type="hmco/gallery"] .hmco-brand-green .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-green .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #47A23F;
          box-shadow: inset 0 0 0 2px #47A23F;
}
div[data-type="hmco/gallery"] .hmco-brand-green .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-green .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47A23F !important;
}
div[data-type="hmco/gallery"] .hmco-brand-red .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-red .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #DA291C;
          box-shadow: inset 0 0 0 2px #DA291C;
}
div[data-type="hmco/gallery"] .hmco-brand-red .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-red .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DA291C !important;
}
div[data-type="hmco/gallery"] .hmco-brand-orange .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-orange .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #FFA400;
          box-shadow: inset 0 0 0 2px #FFA400;
}
div[data-type="hmco/gallery"] .hmco-brand-orange .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-orange .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFA400 !important;
}
div[data-type="hmco/gallery"] .hmco-brand-magenta .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-magenta .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #E31C79;
          box-shadow: inset 0 0 0 2px #E31C79;
}
div[data-type="hmco/gallery"] .hmco-brand-magenta .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-magenta .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E31C79 !important;
}
div[data-type="hmco/gallery"] .hmco-brand-dark .swiper-pagination .swiper-pagination-bullet,
.wp-block-hmco-gallery .hmco-brand-dark .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 0 0 2px #25282A;
          box-shadow: inset 0 0 0 2px #25282A;
}
div[data-type="hmco/gallery"] .hmco-brand-dark .swiper-pagination .swiper-pagination-bullet-active,
.wp-block-hmco-gallery .hmco-brand-dark .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #25282A !important;
}

.hmco-front-investors {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .hmco-front-investors {
    padding-top: 54px;
    padding-bottom: 54px;
    text-align: center;
  }
}
.hmco-front-investors h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  margin: 0 0 6px 0;
  padding: 0;
}
.hmco-front-investors h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hmco-front-investors h3 {
    letter-spacing: 0;
  }
}
.hmco-front-investors .hmco-links {
  padding-top: 16px;
}
.hmco-front-investors .hmco-tier {
  padding: 12px 0;
}
@media (max-width: 767.98px) {
  .hmco-front-investors .hmco-tier {
    padding: 18px 0;
  }
}
.hmco-front-investors .hmco-tier-logo {
  padding-top: 40%;
  display: block;
}
@media (max-width: 767.98px) {
  .hmco-front-investors .hmco-front-investors-headline {
    margin-bottom: 24px;
  }
}
.hmco-profile .hmco-fit-img-container {
  padding-top: 100%;
  background-color: #F7F7F7;
}
.hmco-profile-horizontal p.hmco-profile-info {
  margin-bottom: 0;
}
.hmco-profile-vertical p.hmco-profile-info {
  margin-bottom: 54px;
}

.hmco-highlight {
  padding: 32px 72px;
  background-color: #F7F7F7;
}
.hmco-highlight .hmco-highlight-img-wrap {
  width: 92px;
  height: 92px;
  border: 1px solid #707070;
  border-radius: 46px;
  margin: 0 auto 36px auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.hmco-highlight .hmco-highlight-img-wrap .hmco-fit-img-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hmco-highlight .hmco-highlight-img-wrap-padded .hmco-fit-img-container {
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
}
.hmco-highlight h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05em;
}

.hmco-editing-quicklinks-body .block-editor-iframe__scale-container {
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto;
}

h1.hmco-post-headline {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  h1.hmco-post-headline {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

.hmco-post-date {
  font-size: 24px;
  font-weight: 700;
  color: #0085CA;
}

.hmco-search-h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .hmco-search-h1 {
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

.hmco-search-results .hmco-search-result {
  font-size: 18px;
  padding: 32px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 32px;
}
.hmco-search-results .hmco-search-result h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

div[data-type="hmco/cm-content"],
div.wp-block-hmco-cm-content {
  padding-top: 80px;
  padding-bottom: 80px;
}