.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-2 {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
  /* Hero photograph and compact overlapping caption */
}
#custom-html-2 * {
  box-sizing: border-box;
}
#custom-html-2 a {
  text-decoration: none;
}
#custom-html-2 .hwg-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-2 .hwg-section-label,
#custom-html-2 .hwg-eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-2 .hwg-section-label {
  color: #2479a7;
}
#custom-html-2 .hwg-hero {
  background: #102b53;
  color: #ffffff;
  overflow: hidden;
  padding-top: 6.8rem;
}
#custom-html-2 .hwg-hero-grid {
  align-items: center;
  display: grid;
  gap: 6%;
  grid-template-columns: 1.05fr 0.95fr;
  padding-bottom: 5.5rem;
}
#custom-html-2 .hwg-hero-copy {
  padding: 1rem 0;
}
#custom-html-2 .hwg-eyebrow {
  color: #70d9f2;
}
#custom-html-2 .hwg-hero h1 {
  color: #ffffff;
  font-size: clamp(3.3rem, 5vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.04;
  margin: 0 0 1.7rem;
  max-width: 790px;
}
#custom-html-2 .hwg-hero h1 span {
  color: #70d9f2;
  display: block;
}
#custom-html-2 .hwg-hero-lead {
  color: #d2e2f1;
  font-size: 1.16rem;
  line-height: 1.75;
  margin: 0;
  max-width: 640px;
}
#custom-html-2 .hwg-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.8rem;
  margin-top: 2.2rem;
}
#custom-html-2 .hwg-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 1.1rem;
  justify-content: space-between;
  line-height: 1.3;
  padding: 1rem 1.3rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
#custom-html-2 .hwg-button:hover,
#custom-html-2 .hwg-button:focus {
  transform: translateY(-2px);
}
#custom-html-2 .hwg-button-light {
  background: #ffffff;
  color: #102b53 !important;
}
#custom-html-2 .hwg-button-light:hover,
#custom-html-2 .hwg-button-light:focus {
  background: #dff5fb;
}
#custom-html-2 .hwg-hero-text-link {
  color: #e0f4fa !important;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #70d9f2;
  text-underline-offset: 5px;
}
#custom-html-2 .hwg-hero-text-link:hover,
#custom-html-2 .hwg-hero-text-link:focus {
  color: #70d9f2 !important;
}
#custom-html-2 .hwg-hero-text-link span {
  margin-left: 0.35rem;
}
#custom-html-2 .hwg-hero-note {
  align-items: center;
  color: #a9bfd7;
  display: flex;
  font-size: 0.81rem;
  gap: 0.8rem;
  margin-top: 3rem;
}
#custom-html-2 .hwg-note-line {
  background: #70d9f2;
  height: 1px;
  width: 34px;
}
#custom-html-2 .hwg-hero-visual {
  position: relative;
}
#custom-html-2 .hwg-hero-image {
  aspect-ratio: 0.98;
  border-radius: 18px 18px 4px 18px;
  box-shadow: 0 28px 55px rgba(2, 15, 35, 0.22);
  display: block;
  max-height: 590px;
  object-fit: cover;
  width: 100%;
}
#custom-html-2 .hwg-visual-caption {
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
  bottom: -0.9rem;
  box-shadow: 0 12px 28px rgba(2, 15, 35, 0.15);
  color: #274158;
  display: inline-flex;
  gap: 0.75rem;
  left: 1.3rem;
  max-width: calc(97.4%);
  padding: 0.78rem 1rem;
  position: absolute;
  right: auto;
  width: max-content;
  z-index: 2;
}
#custom-html-2 .hwg-visual-caption span {
  color: #2479a7;
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}
#custom-html-2 .hwg-visual-caption strong {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}
#custom-html-2 .hwg-hero-index {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
#custom-html-2 .hwg-hero-index .hwg-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-2 .hwg-hero-index span {
  color: #a9c6dd;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 1.1rem 0;
}
#custom-html-2 .hwg-intro,
#custom-html-2 .hwg-explore,
#custom-html-2 .hwg-feature,
#custom-html-2 .hwg-decision {
  padding: 6rem 0;
}
#custom-html-2 .hwg-intro-grid {
  display: grid;
  gap: 10%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-2 .hwg-intro h2,
#custom-html-2 .hwg-heading-row h2,
#custom-html-2 .hwg-feature h2,
#custom-html-2 .hwg-decision h2,
#custom-html-2 .hwg-final h2 {
  color: #102b53;
  font-size: clamp(2.4rem, 3.6vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.12;
  margin: 0;
}
#custom-html-2 .hwg-intro-copy p,
#custom-html-2 .hwg-feature-copy > p:not(.hwg-section-label) {
  color: #526a78;
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 0 0 1.2rem;
}
#custom-html-2 .hwg-intro-copy a {
  color: #176eaa !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#custom-html-2 .hwg-intro-copy a:hover,
#custom-html-2 .hwg-intro-copy a:focus {
  color: #102b53 !important;
}
#custom-html-2 .hwg-explore {
  background: #f2f7fb;
}
#custom-html-2 .hwg-heading-row {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.3rem;
}
#custom-html-2 .hwg-heading-row > p {
  color: #617888;
  line-height: 1.7;
  margin: 0;
  max-width: 325px;
}
#custom-html-2 .hwg-guide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-2 .hwg-guide-card {
  background: #ffffff;
  border: 1px solid #ddeaf2;
  border-radius: 10px;
  color: #203941 !important;
  display: flex;
  flex-direction: column;
  min-height: 335px;
  padding: 1.7rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-2 .hwg-guide-card:hover,
#custom-html-2 .hwg-guide-card:focus {
  box-shadow: 0 16px 34px rgba(16, 43, 83, 0.1);
  transform: translateY(-4px);
}
#custom-html-2 .hwg-card-number {
  color: #7ba8c6;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 2.4rem;
}
#custom-html-2 .hwg-card-type {
  color: #227cac;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.7rem;
}
#custom-html-2 .hwg-guide-card h3 {
  color: #102b53;
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.22;
  margin: 0 0 0.8rem;
}
#custom-html-2 .hwg-guide-card p {
  color: #5c7180;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 2rem;
}
#custom-html-2 .hwg-card-arrow {
  bottom: 1.5rem;
  color: #227cac;
  font-size: 1.45rem;
  position: absolute;
  right: 1.7rem;
}
#custom-html-2 .hwg-feature-grid {
  align-items: center;
  display: grid;
  gap: 9%;
  grid-template-columns: 1fr 1fr;
}
#custom-html-2 .hwg-feature-visual {
  position: relative;
}
#custom-html-2 .hwg-detail-image {
  aspect-ratio: 1.15;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
}
#custom-html-2 .hwg-image-credit {
  background: #102b53;
  bottom: -1rem;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  left: 1.4rem;
  letter-spacing: 0.13em;
  max-width: calc(97.2%);
  padding: 0.85rem 1rem;
  position: absolute;
}
#custom-html-2 .hwg-feature h2 {
  margin-bottom: 1.5rem;
}
#custom-html-2 .hwg-inline-link {
  border-bottom: 2px solid #63c9e9;
  color: #176eaa !important;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.7rem;
  margin-top: 0.5rem;
  padding-bottom: 0.4rem;
}
#custom-html-2 .hwg-inline-link:hover,
#custom-html-2 .hwg-inline-link:focus {
  color: #102b53 !important;
}
#custom-html-2 .hwg-decision {
  background: #eaf3f9;
}
#custom-html-2 .hwg-decision-heading {
  max-width: 900px;
}
#custom-html-2 .hwg-decision h2 {
  margin-bottom: 2.8rem;
}
#custom-html-2 .hwg-decision-grid {
  border-top: 1px solid #c9dce9;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
#custom-html-2 .hwg-decision-item {
  padding-top: 1.5rem;
}
#custom-html-2 .hwg-decision-item > span {
  color: #227cac;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-2 .hwg-decision-item h3 {
  color: #102b53;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 1.1rem 0 0.6rem;
}
#custom-html-2 .hwg-decision-item p {
  color: #5b7281;
  line-height: 1.7;
  margin: 0;
  max-width: 350px;
}
#custom-html-2 .hwg-final {
  background: #102b53;
  padding: 4.6rem 0;
}
#custom-html-2 .hwg-final-inner {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
#custom-html-2 .hwg-final .hwg-section-label {
  color: #70d9f2;
}
#custom-html-2 .hwg-final h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  max-width: 800px;
}
#custom-html-2 .hwg-final p:not(.hwg-section-label) {
  color: #c5d8e9;
  line-height: 1.75;
  margin: 1rem 0 0;
  max-width: 660px;
}
#custom-html-2 .hwg-button-blue {
  background: #70d9f2;
  color: #102b53 !important;
  flex-shrink: 0;
  max-width: 330px;
}
#custom-html-2 .hwg-button-blue:hover,
#custom-html-2 .hwg-button-blue:focus {
  background: #ffffff;
}
@media (max-width: 1100px) {
  #custom-html-2 .hwg-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-2 .hwg-guide-card {
    min-height: 285px;
  }
}
@media (max-width: 850px) {
  #custom-html-2 .hwg-hero {
    padding-top: 5.5rem;
  }
  #custom-html-2 .hwg-hero-grid,
  #custom-html-2 .hwg-intro-grid,
  #custom-html-2 .hwg-feature-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  #custom-html-2 .hwg-hero-visual,
  #custom-html-2 .hwg-feature-visual {
    max-width: 650px;
  }
  #custom-html-2 .hwg-hero-image {
    aspect-ratio: 1.4;
  }
  #custom-html-2 .hwg-intro,
  #custom-html-2 .hwg-explore,
  #custom-html-2 .hwg-feature,
  #custom-html-2 .hwg-decision {
    padding: 4.6rem 0;
  }
  #custom-html-2 .hwg-final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-2 .hwg-wrap {
    width: calc(98%);
  }
  #custom-html-2 .hwg-hero {
    padding-top: 4.7rem;
  }
  #custom-html-2 .hwg-hero-grid {
    gap: 2.5rem;
    padding-bottom: 3.5rem;
  }
  #custom-html-2 .hwg-hero h1 {
    font-size: clamp(2.6rem, 11vw, 3.5rem);
  }
  #custom-html-2 .hwg-hero-lead {
    font-size: 1.04rem;
  }
  #custom-html-2 .hwg-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  #custom-html-2 .hwg-hero-note {
    margin-top: 2rem;
  }
  #custom-html-2 .hwg-hero-image {
    aspect-ratio: 1.08;
  }
  #custom-html-2 .hwg-visual-caption {
    bottom: -0.65rem;
    gap: 0.55rem;
    left: 0.75rem;
    max-width: calc(98.5%);
    padding: 0.65rem 0.75rem;
  }
  #custom-html-2 .hwg-visual-caption strong {
    font-size: 0.7rem;
  }
  #custom-html-2 .hwg-hero-index .hwg-wrap {
    gap: 0.8rem;
    grid-template-columns: 1fr 1fr;
    padding: 0.8rem 0;
  }
  #custom-html-2 .hwg-hero-index span {
    font-size: 0.58rem;
    padding: 0.25rem 0;
  }
  #custom-html-2 .hwg-intro,
  #custom-html-2 .hwg-explore,
  #custom-html-2 .hwg-feature,
  #custom-html-2 .hwg-decision {
    padding: 3.7rem 0;
  }
  #custom-html-2 .hwg-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  #custom-html-2 .hwg-guide-grid,
  #custom-html-2 .hwg-decision-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-2 .hwg-guide-card {
    min-height: 265px;
  }
  #custom-html-2 .hwg-decision-grid {
    gap: 1.4rem;
  }
  #custom-html-2 .hwg-final {
    padding: 3.8rem 0;
  }
  #custom-html-2 .hwg-button-blue {
    max-width: 100%;
    white-space: normal;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-5 {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-5 * {
  box-sizing: border-box;
}
#custom-html-5 a {
  text-decoration: none;
}
#custom-html-5 .hc-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-5 .hc-kicker {
  color: #2479a7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-5 .hc-hero {
  background: #eef5fa;
  overflow: hidden;
  padding: 8rem 0 6rem;
}
#custom-html-5 .hc-hero-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1.05fr 0.95fr;
}
#custom-html-5 .hc-hero h1 {
  color: #102b53;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  margin: 0 0 1.7rem;
  max-width: 820px;
}
#custom-html-5 .hc-hero-lead {
  color: #4c697b;
  font-size: 1.18rem;
  line-height: 1.75;
  margin: 0;
  max-width: 690px;
}
#custom-html-5 .hc-text-link,
#custom-html-5 .hc-inline-link {
  border-bottom: 2px solid #63c9e9;
  color: #176eaa !important;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.7rem;
  padding-bottom: 0.4rem;
}
#custom-html-5 .hc-text-link {
  margin-top: 2rem;
}
#custom-html-5 .hc-inline-link {
  margin-top: 0.7rem;
}
#custom-html-5 .hc-text-link:hover,
#custom-html-5 .hc-text-link:focus,
#custom-html-5 .hc-inline-link:hover,
#custom-html-5 .hc-inline-link:focus {
  color: #102b53 !important;
}
#custom-html-5 .hc-hero-panel {
  background: #102b53;
  border-radius: 16px;
  box-shadow: 0 26px 50px rgba(16, 43, 83, 0.16);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
#custom-html-5 .hc-hero-panel::before {
  border: 1px solid rgba(112, 217, 242, 0.32);
  border-radius: 50%;
  content: "";
  height: 340px;
  position: absolute;
  right: -150px;
  top: -175px;
  width: 340px;
}
#custom-html-5 .hc-panel-top {
  align-items: center;
  color: #a9d9e9;
  display: flex;
  font-size: 0.67rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 1;
}
#custom-html-5 .hc-panel-top > span:last-child {
  color: #70d9f2;
  font-size: 1.5rem;
  line-height: 1;
}
#custom-html-5 .hc-panel-centre {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
#custom-html-5 .hc-panel-small {
  color: #70d9f2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 1.1rem;
}
#custom-html-5 .hc-panel-centre strong {
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.08;
}
#custom-html-5 .hc-panel-centre strong span {
  color: #70d9f2;
}
#custom-html-5 .hc-panel-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.3rem;
  position: relative;
  z-index: 1;
}
#custom-html-5 .hc-panel-list > span {
  color: #70d9f2;
  font-size: 0.72rem;
  font-weight: 800;
}
#custom-html-5 .hc-panel-list b {
  color: #d6e8f2;
  font-size: 0.82rem;
  font-weight: 600;
  margin-left: 0.45rem;
}
#custom-html-5 .hc-intro,
#custom-html-5 .hc-factors,
#custom-html-5 .hc-thickness,
#custom-html-5 .hc-layout,
#custom-html-5 .hc-note,
#custom-html-5 .hc-next {
  padding: 6rem 0;
}
#custom-html-5 .hc-intro-grid,
#custom-html-5 .hc-layout-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-5 .hc-intro h2,
#custom-html-5 .hc-heading-row h2,
#custom-html-5 .hc-thickness h2,
#custom-html-5 .hc-layout h2,
#custom-html-5 .hc-next h2,
#custom-html-5 .hc-cta h2 {
  color: #102b53;
  font-size: clamp(2.35rem, 3.5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0;
}
#custom-html-5 .hc-intro-copy p,
#custom-html-5 .hc-thickness-copy > p:not(.hc-kicker),
#custom-html-5 .hc-layout-copy p {
  color: #526d7d;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
#custom-html-5 .hc-factors {
  background: #f2f7fb;
}
#custom-html-5 .hc-heading-row {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
#custom-html-5 .hc-heading-row > p {
  color: #5c7686;
  line-height: 1.7;
  margin: 0;
  max-width: 370px;
}
#custom-html-5 .hc-factor-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-5 .hc-factor {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  min-height: 310px;
  padding: 1.7rem;
}
#custom-html-5 .hc-factor-no {
  color: #2479a7;
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 3rem;
}
#custom-html-5 .hc-factor h3 {
  color: #102b53;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin: 0 0 0.8rem;
}
#custom-html-5 .hc-factor p {
  color: #5c7483;
  font-size: 0.93rem;
  line-height: 1.7;
  margin: 0;
}
#custom-html-5 .hc-thickness-grid {
  align-items: center;
  display: grid;
  gap: 9%;
  grid-template-columns: 1fr 1fr;
}
#custom-html-5 .hc-thickness h2 {
  margin-bottom: 1.5rem;
}
#custom-html-5 .hc-thickness-visual {
  background: #102b53;
  border-radius: 12px;
  padding: 2.3rem;
}
#custom-html-5 .hc-visual-label {
  color: #a8d7e8;
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 2.3rem;
}
#custom-html-5 .hc-thickness-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 4rem 1fr;
  padding: 1rem 0;
}
#custom-html-5 .hc-thickness-row > span:first-child {
  color: #ffffff;
  font-size: 0.91rem;
  font-weight: 800;
  white-space: nowrap;
}
#custom-html-5 .hc-bar {
  background: #70d9f2;
  border-radius: 3px;
  display: block;
  height: 12px;
}
#custom-html-5 .hc-bar-15 {
  width: 43%;
}
#custom-html-5 .hc-bar-20 {
  width: 62%;
}
#custom-html-5 .hc-bar-25 {
  width: 81%;
}
#custom-html-5 .hc-bar-30 {
  width: 100%;
}
#custom-html-5 .hc-thickness-visual p {
  color: #b7cedf;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 1.4rem 0 0;
}
#custom-html-5 .hc-layout {
  background: #edf5fa;
}
#custom-html-5 .hc-note {
  background: #ffffff;
}
#custom-html-5 .hc-note-inner {
  align-items: start;
  border: 1px solid #cfe2ed;
  border-left: 4px solid #2479a7;
  border-radius: 8px;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 2.5rem 1fr;
  max-width: 1050px;
  padding: 2rem;
}
#custom-html-5 .hc-note-icon {
  align-items: center;
  background: #e4f3fa;
  border-radius: 50%;
  color: #176eaa;
  display: flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}
#custom-html-5 .hc-note h2 {
  color: #102b53;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 0 0 0.7rem;
}
#custom-html-5 .hc-note p {
  color: #526d7d;
  line-height: 1.75;
  margin: 0;
}
#custom-html-5 .hc-next {
  background: #f2f7fb;
}
#custom-html-5 .hc-next h2 {
  margin-bottom: 2.2rem;
  max-width: 830px;
}
#custom-html-5 .hc-next-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#custom-html-5 .hc-next-grid a {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  color: #102b53 !important;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 1.7rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-5 .hc-next-grid a:hover,
#custom-html-5 .hc-next-grid a:focus {
  box-shadow: 0 12px 28px rgba(16, 43, 83, 0.1);
  transform: translateY(-3px);
}
#custom-html-5 .hc-next-grid a > span:first-child {
  color: #2479a7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.8rem;
}
#custom-html-5 .hc-next-grid strong {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
  max-width: 380px;
}
#custom-html-5 .hc-arrow {
  bottom: 1.5rem;
  color: #2479a7;
  font-size: 1.4rem;
  position: absolute;
  right: 1.6rem;
}
#custom-html-5 .hc-cta {
  background: #102b53;
  padding: 4.5rem 0;
}
#custom-html-5 .hc-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#custom-html-5 .hc-cta .hc-kicker {
  color: #70d9f2;
}
#custom-html-5 .hc-cta h2 {
  color: #ffffff;
}
#custom-html-5 .hc-cta p:not(.hc-kicker) {
  color: #c7dbe9;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 650px;
}
#custom-html-5 .hc-cta a {
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  flex-shrink: 0;
  font-size: 0.93rem;
  font-weight: 800;
  padding: 1rem 1.3rem;
  white-space: nowrap;
}
#custom-html-5 .hc-cta a:hover,
#custom-html-5 .hc-cta a:focus {
  background: #ffffff;
}
#custom-html-5 .hc-cta a span {
  margin-left: 0.6rem;
}
@media (max-width: 1100px) {
  #custom-html-5 .hc-factor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-5 .hc-factor {
    min-height: 260px;
  }
}
@media (max-width: 850px) {
  #custom-html-5 .hc-hero {
    padding: 6.7rem 0 4.5rem;
  }
  #custom-html-5 .hc-hero-grid,
  #custom-html-5 .hc-intro-grid,
  #custom-html-5 .hc-thickness-grid,
  #custom-html-5 .hc-layout-grid {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }
  #custom-html-5 .hc-hero-panel {
    max-width: 650px;
    min-height: 420px;
  }
  #custom-html-5 .hc-intro,
  #custom-html-5 .hc-factors,
  #custom-html-5 .hc-thickness,
  #custom-html-5 .hc-layout,
  #custom-html-5 .hc-note,
  #custom-html-5 .hc-next {
    padding: 4.5rem 0;
  }
  #custom-html-5 .hc-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-5 .hc-wrap {
    width: calc(98%);
  }
  #custom-html-5 .hc-hero {
    padding: 5.9rem 0 3.7rem;
  }
  #custom-html-5 .hc-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.4rem);
  }
  #custom-html-5 .hc-hero-lead {
    font-size: 1.04rem;
  }
  #custom-html-5 .hc-hero-panel {
    min-height: 390px;
    padding: 1.5rem;
  }
  #custom-html-5 .hc-panel-centre strong {
    font-size: 2.8rem;
  }
  #custom-html-5 .hc-panel-list {
    gap: 0.75rem;
  }
  #custom-html-5 .hc-panel-list b {
    font-size: 0.7rem;
  }
  #custom-html-5 .hc-intro,
  #custom-html-5 .hc-factors,
  #custom-html-5 .hc-thickness,
  #custom-html-5 .hc-layout,
  #custom-html-5 .hc-note,
  #custom-html-5 .hc-next {
    padding: 3.7rem 0;
  }
  #custom-html-5 .hc-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  #custom-html-5 .hc-factor-grid,
  #custom-html-5 .hc-next-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-5 .hc-factor {
    min-height: 0;
  }
  #custom-html-5 .hc-factor-no {
    margin-bottom: 2rem;
  }
  #custom-html-5 .hc-thickness-visual {
    padding: 1.5rem;
  }
  #custom-html-5 .hc-note-inner {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  #custom-html-5 .hc-cta {
    padding: 3.7rem 0;
  }
  #custom-html-5 .hc-cta a {
    flex-shrink: 1;
    white-space: normal;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-8 {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-8 * {
  box-sizing: border-box;
}
#custom-html-8 a {
  text-decoration: none;
}
#custom-html-8 .hwt-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-8 .hwt-kicker,
#custom-html-8 .hwt-label {
  color: #2479a7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-8 .hwt-hero {
  background: #102b53;
  overflow: hidden;
  padding: 8rem 0 6rem;
}
#custom-html-8 .hwt-hero-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1.05fr 0.95fr;
}
#custom-html-8 .hwt-hero .hwt-kicker {
  color: #70d9f2;
}
#custom-html-8 .hwt-hero h1 {
  color: #ffffff;
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  margin: 0 0 1.6rem;
  max-width: 800px;
}
#custom-html-8 .hwt-hero h1 span {
  color: #70d9f2;
}
#custom-html-8 .hwt-hero-copy > p:not(.hwt-kicker) {
  color: #d0e2ef;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
}
#custom-html-8 .hwt-hero-link {
  border-bottom: 2px solid #70d9f2;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
}
#custom-html-8 .hwt-hero-link:hover,
#custom-html-8 .hwt-hero-link:focus {
  color: #70d9f2 !important;
}
#custom-html-8 .hwt-hero-graphic {
  background: #eaf4fa;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(3, 18, 39, 0.22);
  display: flex;
  flex-direction: column;
  min-height: 490px;
  padding: 2rem;
}
#custom-html-8 .hwt-graphic-heading {
  color: #2879a4;
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.13em;
}
#custom-html-8 .hwt-graphic-bars {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem 0;
}
#custom-html-8 .hwt-graphic-bars > div {
  align-items: center;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 3rem 1fr;
}
#custom-html-8 .hwt-graphic-bars span {
  color: #102b53;
  font-size: 0.95rem;
  font-weight: 800;
}
#custom-html-8 .hwt-graphic-bars b {
  background: #277ba9;
  border-radius: 4px;
  display: block;
  height: 20px;
}
#custom-html-8 .hwt-bar-15 {
  width: 50%;
}
#custom-html-8 .hwt-bar-20 {
  width: 67%;
}
#custom-html-8 .hwt-bar-25 {
  width: 83%;
}
#custom-html-8 .hwt-bar-30 {
  width: 100%;
}
#custom-html-8 .hwt-graphic-foot {
  align-items: end;
  border-top: 1px solid #c4dce9;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.2rem;
}
#custom-html-8 .hwt-graphic-foot strong {
  color: #102b53;
  font-size: 2.3rem;
  letter-spacing: -0.07em;
  line-height: 1;
}
#custom-html-8 .hwt-graphic-foot span {
  color: #526e7f;
  font-size: 0.76rem;
  line-height: 1.4;
  max-width: 190px;
  text-align: right;
}
#custom-html-8 .hwt-intro,
#custom-html-8 .hwt-compare,
#custom-html-8 .hwt-questions,
#custom-html-8 .hwt-layout,
#custom-html-8 .hwt-caution,
#custom-html-8 .hwt-next {
  padding: 6rem 0;
}
#custom-html-8 .hwt-intro-grid,
#custom-html-8 .hwt-layout-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-8 .hwt-intro h2,
#custom-html-8 .hwt-section-heading h2,
#custom-html-8 .hwt-questions h2,
#custom-html-8 .hwt-layout h2,
#custom-html-8 .hwt-next h2,
#custom-html-8 .hwt-cta h2 {
  color: #102b53;
  font-size: clamp(2.35rem, 3.5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0;
}
#custom-html-8 .hwt-prose p,
#custom-html-8 .hwt-layout-grid p:not(.hwt-label) {
  color: #526d7d;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
#custom-html-8 .hwt-compare {
  background: #f2f7fb;
}
#custom-html-8 .hwt-section-heading {
  margin-bottom: 2.4rem;
  max-width: 820px;
}
#custom-html-8 .hwt-section-heading > p:last-child {
  color: #597484;
  line-height: 1.75;
  margin: 1.1rem 0 0;
}
#custom-html-8 .hwt-option-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-8 .hwt-option {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#custom-html-8 .hwt-option-head {
  background: #183c68;
  min-height: 145px;
  padding: 1.5rem;
}
#custom-html-8 .hwt-option:nth-child(2) .hwt-option-head {
  background: #205078;
}
#custom-html-8 .hwt-option:nth-child(3) .hwt-option-head {
  background: #226889;
}
#custom-html-8 .hwt-option:nth-child(4) .hwt-option-head {
  background: #187da0;
}
#custom-html-8 .hwt-option-head > span {
  color: #c9e8f4;
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
}
#custom-html-8 .hwt-option-head strong {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1;
}
#custom-html-8 .hwt-option-head strong span {
  font-size: 0.4em;
  letter-spacing: -0.02em;
  margin-left: 0.2rem;
}
#custom-html-8 .hwt-option-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}
#custom-html-8 .hwt-option h3 {
  color: #102b53;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.28;
  margin: 0 0 0.75rem;
}
#custom-html-8 .hwt-option-body > p {
  color: #5a7482;
  font-size: 0.91rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
#custom-html-8 .hwt-spec {
  border-top: 1px solid #dce8ef;
  margin-top: auto;
  padding: 1.15rem 0;
}
#custom-html-8 .hwt-spec span {
  color: #2879a4;
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.4rem;
}
#custom-html-8 .hwt-spec strong {
  color: #294859;
  font-size: 0.85rem;
  line-height: 1.4;
}
#custom-html-8 .hwt-option-body > a {
  border-top: 1px solid #dce8ef;
  color: #176eaa !important;
  display: flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 0.6rem;
  justify-content: space-between;
  padding-top: 1rem;
}
#custom-html-8 .hwt-option-body > a:hover,
#custom-html-8 .hwt-option-body > a:focus {
  color: #102b53 !important;
}
#custom-html-8 .hwt-questions-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.85fr 1.15fr;
}
#custom-html-8 .hwt-questions-lead > p:last-child {
  color: #5b7483;
  line-height: 1.75;
  margin: 1.4rem 0 0;
  max-width: 480px;
}
#custom-html-8 .hwt-question-list {
  border-top: 1px solid #d5e3ec;
}
#custom-html-8 .hwt-question {
  border-bottom: 1px solid #d5e3ec;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 2rem 1fr;
  padding: 1.45rem 0;
}
#custom-html-8 .hwt-question > span {
  color: #2782ab;
  font-size: 0.75rem;
  font-weight: 800;
  padding-top: 0.25rem;
}
#custom-html-8 .hwt-question h3 {
  color: #102b53;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 0 0 0.55rem;
}
#custom-html-8 .hwt-question p {
  color: #5a7482;
  line-height: 1.7;
  margin: 0;
}
#custom-html-8 .hwt-layout {
  background: #eaf4fa;
}
#custom-html-8 .hwt-layout-grid {
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
#custom-html-8 .hwt-layout-number {
  color: #176eaa;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
#custom-html-8 .hwt-layout-number > span {
  color: #7dbbd4;
}
#custom-html-8 .hwt-layout-number small {
  color: #53758a;
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-top: 1.2rem;
}
#custom-html-8 .hwt-layout h2 {
  margin-bottom: 1.3rem;
}
#custom-html-8 .hwt-layout a {
  color: #176eaa !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#custom-html-8 .hwt-layout a:hover,
#custom-html-8 .hwt-layout a:focus {
  color: #102b53 !important;
}
#custom-html-8 .hwt-caution {
  padding: 4rem 0;
}
#custom-html-8 .hwt-caution-inner {
  align-items: start;
  border: 1px solid #cee1eb;
  border-left: 4px solid #2479a7;
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.5rem 1fr;
  max-width: 1050px;
  padding: 1.8rem;
}
#custom-html-8 .hwt-caution-inner > span {
  align-items: center;
  background: #e5f4fa;
  border-radius: 50%;
  color: #176eaa;
  display: flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}
#custom-html-8 .hwt-caution-inner p {
  color: #526d7d;
  line-height: 1.75;
  margin: 0;
}
#custom-html-8 .hwt-caution-inner strong {
  color: #102b53;
}
#custom-html-8 .hwt-next {
  background: #f2f7fb;
}
#custom-html-8 .hwt-next h2 {
  margin-bottom: 2.2rem;
}
#custom-html-8 .hwt-next-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#custom-html-8 .hwt-next-grid a {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  color: #102b53 !important;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 1.7rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-8 .hwt-next-grid a:hover,
#custom-html-8 .hwt-next-grid a:focus {
  box-shadow: 0 12px 28px rgba(16, 43, 83, 0.1);
  transform: translateY(-3px);
}
#custom-html-8 .hwt-next-grid a > span:first-child {
  color: #2479a7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.8rem;
}
#custom-html-8 .hwt-next-grid strong {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
  max-width: 370px;
}
#custom-html-8 .hwt-arrow {
  bottom: 1.5rem;
  color: #2479a7;
  font-size: 1.4rem;
  position: absolute;
  right: 1.6rem;
}
#custom-html-8 .hwt-cta {
  background: #102b53;
  padding: 4.5rem 0;
}
#custom-html-8 .hwt-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#custom-html-8 .hwt-cta .hwt-label {
  color: #70d9f2;
}
#custom-html-8 .hwt-cta h2 {
  color: #ffffff;
}
#custom-html-8 .hwt-cta p:not(.hwt-label) {
  color: #c7dbe9;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 630px;
}
#custom-html-8 .hwt-cta a {
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  flex-shrink: 0;
  font-size: 0.93rem;
  font-weight: 800;
  padding: 1rem 1.3rem;
  white-space: nowrap;
}
#custom-html-8 .hwt-cta a:hover,
#custom-html-8 .hwt-cta a:focus {
  background: #ffffff;
}
#custom-html-8 .hwt-cta a span {
  margin-left: 0.6rem;
}
@media (max-width: 1150px) {
  #custom-html-8 .hwt-option-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  #custom-html-8 .hwt-hero {
    padding: 6.8rem 0 4.5rem;
  }
  #custom-html-8 .hwt-hero-grid,
  #custom-html-8 .hwt-intro-grid,
  #custom-html-8 .hwt-questions-grid,
  #custom-html-8 .hwt-layout-grid {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }
  #custom-html-8 .hwt-hero-graphic {
    max-width: 650px;
    min-height: 390px;
  }
  #custom-html-8 .hwt-intro,
  #custom-html-8 .hwt-compare,
  #custom-html-8 .hwt-questions,
  #custom-html-8 .hwt-layout,
  #custom-html-8 .hwt-next {
    padding: 4.5rem 0;
  }
  #custom-html-8 .hwt-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-8 .hwt-wrap {
    width: calc(98%);
  }
  #custom-html-8 .hwt-hero {
    padding: 5.9rem 0 3.7rem;
  }
  #custom-html-8 .hwt-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.4rem);
  }
  #custom-html-8 .hwt-hero-copy > p:not(.hwt-kicker) {
    font-size: 1.04rem;
  }
  #custom-html-8 .hwt-hero-graphic {
    min-height: 340px;
    padding: 1.5rem;
  }
  #custom-html-8 .hwt-intro,
  #custom-html-8 .hwt-compare,
  #custom-html-8 .hwt-questions,
  #custom-html-8 .hwt-layout,
  #custom-html-8 .hwt-next {
    padding: 3.7rem 0;
  }
  #custom-html-8 .hwt-option-grid,
  #custom-html-8 .hwt-next-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-8 .hwt-option-head {
    min-height: 125px;
  }
  #custom-html-8 .hwt-caution {
    padding: 3rem 0;
  }
  #custom-html-8 .hwt-caution-inner {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  #custom-html-8 .hwt-cta {
    padding: 3.7rem 0;
  }
  #custom-html-8 .hwt-cta a {
    flex-shrink: 1;
    white-space: normal;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-b {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-b * {
  box-sizing: border-box;
}
#custom-html-b a {
  text-decoration: none;
}
#custom-html-b .hwp-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-b .hwp-kicker,
#custom-html-b .hwp-label {
  color: #2479a7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-b .hwp-hero {
  background: #102b53;
  overflow: hidden;
  padding: 8rem 0 6rem;
}
#custom-html-b .hwp-hero-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1.05fr 0.95fr;
}
#custom-html-b .hwp-hero .hwp-kicker {
  color: #70d9f2;
}
#custom-html-b .hwp-hero h1 {
  color: #ffffff;
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  margin: 0 0 1.6rem;
  max-width: 820px;
}
#custom-html-b .hwp-hero-copy > p:not(.hwp-kicker) {
  color: #d0e2ef;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
}
#custom-html-b .hwp-hero-copy > a {
  border-bottom: 2px solid #70d9f2;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
}
#custom-html-b .hwp-hero-copy > a:hover,
#custom-html-b .hwp-hero-copy > a:focus {
  color: #70d9f2 !important;
}
#custom-html-b .hwp-hero-plan {
  background: #eaf4fa;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(3, 18, 39, 0.22);
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 2rem;
}
#custom-html-b .hwp-plan-header {
  color: #2879a4;
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.13em;
}
#custom-html-b .hwp-plan-header > span:last-child {
  font-size: 1.4rem;
  line-height: 1;
}
#custom-html-b .hwp-plan-title {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
#custom-html-b .hwp-plan-title small {
  color: #2879a4;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
#custom-html-b .hwp-plan-title strong {
  color: #102b53;
  font-size: clamp(3rem, 4vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.04;
}
#custom-html-b .hwp-plan-title strong span {
  color: #277fae;
}
#custom-html-b .hwp-plan-steps {
  border-top: 1px solid #c4dce9;
  display: grid;
  gap: 0.8rem 1rem;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.3rem;
}
#custom-html-b .hwp-plan-steps > span {
  color: #35586c;
  font-size: 0.78rem;
  font-weight: 700;
}
#custom-html-b .hwp-plan-steps b {
  color: #277fae;
  margin-right: 0.3rem;
}
#custom-html-b .hwp-intro,
#custom-html-b .hwp-survey,
#custom-html-b .hwp-layout,
#custom-html-b .hwp-details,
#custom-html-b .hwp-quantity,
#custom-html-b .hwp-check,
#custom-html-b .hwp-next {
  padding: 6rem 0;
}
#custom-html-b .hwp-intro-grid,
#custom-html-b .hwp-quantity-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-b .hwp-intro h2,
#custom-html-b .hwp-heading h2,
#custom-html-b .hwp-layout h2,
#custom-html-b .hwp-quantity h2,
#custom-html-b .hwp-check h2,
#custom-html-b .hwp-next h2,
#custom-html-b .hwp-cta h2 {
  color: #102b53;
  font-size: clamp(2.35rem, 3.5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0;
}
#custom-html-b .hwp-prose p,
#custom-html-b .hwp-layout-copy > p:not(.hwp-label) {
  color: #526d7d;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
#custom-html-b .hwp-survey {
  background: #f2f7fb;
}
#custom-html-b .hwp-heading {
  margin-bottom: 2.4rem;
  max-width: 880px;
}
#custom-html-b .hwp-heading > p:last-child:not(.hwp-label) {
  color: #5b7585;
  line-height: 1.75;
  margin: 1.1rem 0 0;
}
#custom-html-b .hwp-survey-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
#custom-html-b .hwp-survey-grid article {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  min-height: 280px;
  padding: 1.5rem;
}
#custom-html-b .hwp-survey-grid article > span,
#custom-html-b .hwp-detail > span {
  color: #2479a7;
  display: block;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 3rem;
}
#custom-html-b .hwp-survey-grid h3,
#custom-html-b .hwp-detail h3 {
  color: #102b53;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}
#custom-html-b .hwp-survey-grid p,
#custom-html-b .hwp-detail p {
  color: #5a7482;
  font-size: 0.91rem;
  line-height: 1.7;
  margin: 0;
}
#custom-html-b .hwp-layout-grid {
  align-items: center;
  display: grid;
  gap: 9%;
  grid-template-columns: 1fr 1fr;
}
#custom-html-b .hwp-layout h2 {
  margin-bottom: 1.4rem;
}
#custom-html-b .hwp-layout-copy > a,
#custom-html-b .hwp-quantity .hwp-prose > a {
  border-bottom: 2px solid #63c9e9;
  color: #176eaa !important;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 0.7rem;
  margin-top: 0.7rem;
  padding-bottom: 0.4rem;
}
#custom-html-b .hwp-layout-copy > a:hover,
#custom-html-b .hwp-layout-copy > a:focus,
#custom-html-b .hwp-quantity .hwp-prose > a:hover,
#custom-html-b .hwp-quantity .hwp-prose > a:focus {
  color: #102b53 !important;
}
#custom-html-b .hwp-layout-card {
  background: #eaf4fa;
  border: 1px solid #d0e3ee;
  border-radius: 12px;
  padding: 1.8rem;
}
#custom-html-b .hwp-layout-card-top {
  color: #2879a4;
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
}
#custom-html-b .hwp-wall-drawing {
  background: #ffffff;
  border: 3px solid #183d67;
  display: flex;
  height: 285px;
  margin: 1.8rem 0 1.2rem;
  overflow: hidden;
  position: relative;
}
#custom-html-b .hwp-sheet {
  border-right: 2px solid #287fa9;
  display: block;
  height: 100%;
}
#custom-html-b .hwp-sheet-one {
  background: #dcecf5;
  width: 32%;
}
#custom-html-b .hwp-sheet-two {
  background: #edf6fa;
  width: 34%;
}
#custom-html-b .hwp-sheet-three {
  background: #dcecf5;
  border-right: 0;
  width: 34%;
}
#custom-html-b .hwp-opening {
  background: #ffffff;
  border: 3px solid #183d67;
  border-bottom: 0;
  bottom: 0;
  height: 48%;
  position: absolute;
  right: 9%;
  width: 23%;
}
#custom-html-b .hwp-layout-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
}
#custom-html-b .hwp-layout-legend span {
  align-items: center;
  color: #456b80;
  display: inline-flex;
  font-size: 0.77rem;
  gap: 0.45rem;
}
#custom-html-b .hwp-layout-legend i {
  display: inline-block;
  height: 12px;
  width: 12px;
}
#custom-html-b .hwp-key-sheet {
  background: #dcecf5;
  border: 1px solid #287fa9;
}
#custom-html-b .hwp-key-opening {
  background: #ffffff;
  border: 2px solid #183d67;
}
#custom-html-b .hwp-layout-card > p {
  color: #5c7787;
  font-size: 0.76rem;
  line-height: 1.6;
  margin: 1.2rem 0 0;
}
#custom-html-b .hwp-details {
  background: #f2f7fb;
}
#custom-html-b .hwp-detail-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-b .hwp-detail {
  background: #ffffff;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  min-height: 265px;
  padding: 1.6rem;
}
#custom-html-b .hwp-quantity {
  background: #ffffff;
}
#custom-html-b .hwp-check {
  background: #eaf4fa;
}
#custom-html-b .hwp-check-inner {
  align-items: start;
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-b .hwp-check ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#custom-html-b .hwp-check li {
  align-items: flex-start;
  border-bottom: 1px solid #c7dce8;
  color: #355669;
  display: flex;
  gap: 0.9rem;
  line-height: 1.5;
  padding: 0.95rem 0;
}
#custom-html-b .hwp-check li:first-child {
  border-top: 1px solid #c7dce8;
}
#custom-html-b .hwp-check li span {
  color: #2479a7;
  font-weight: 800;
}
#custom-html-b .hwp-next {
  background: #ffffff;
}
#custom-html-b .hwp-next h2 {
  margin-bottom: 2.2rem;
}
#custom-html-b .hwp-next-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#custom-html-b .hwp-next-grid a {
  background: #f2f7fb;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  color: #102b53 !important;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 1.7rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-b .hwp-next-grid a:hover,
#custom-html-b .hwp-next-grid a:focus {
  box-shadow: 0 12px 28px rgba(16, 43, 83, 0.1);
  transform: translateY(-3px);
}
#custom-html-b .hwp-next-grid a > span:first-child {
  color: #2479a7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.8rem;
}
#custom-html-b .hwp-next-grid strong {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
  max-width: 370px;
}
#custom-html-b .hwp-next-grid a > span:last-child {
  bottom: 1.5rem;
  color: #2479a7;
  font-size: 1.4rem;
  position: absolute;
  right: 1.6rem;
}
#custom-html-b .hwp-cta {
  background: #102b53;
  padding: 4.5rem 0;
}
#custom-html-b .hwp-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#custom-html-b .hwp-cta .hwp-label {
  color: #70d9f2;
}
#custom-html-b .hwp-cta h2 {
  color: #ffffff;
}
#custom-html-b .hwp-cta p:not(.hwp-label) {
  color: #c7dbe9;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 650px;
}
#custom-html-b .hwp-cta p a {
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#custom-html-b .hwp-cta p a:hover,
#custom-html-b .hwp-cta p a:focus {
  color: #70d9f2 !important;
}
#custom-html-b .hwp-cta-links {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.7rem;
}
#custom-html-b .hwp-cta-links a {
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.95rem 1.2rem;
  text-align: center;
}
#custom-html-b .hwp-cta-links a:last-child {
  background: transparent;
  border: 1px solid #a7d5e7;
  color: #ffffff !important;
}
#custom-html-b .hwp-cta-links a:hover,
#custom-html-b .hwp-cta-links a:focus {
  background: #ffffff;
  color: #102b53 !important;
}
#custom-html-b .hwp-cta-links a span {
  margin-left: 0.4rem;
}
@media (max-width: 1150px) {
  #custom-html-b .hwp-survey-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #custom-html-b .hwp-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  #custom-html-b .hwp-hero {
    padding: 6.8rem 0 4.5rem;
  }
  #custom-html-b .hwp-hero-grid,
  #custom-html-b .hwp-intro-grid,
  #custom-html-b .hwp-layout-grid,
  #custom-html-b .hwp-quantity-grid,
  #custom-html-b .hwp-check-inner {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }
  #custom-html-b .hwp-hero-plan {
    max-width: 650px;
    min-height: 430px;
  }
  #custom-html-b .hwp-intro,
  #custom-html-b .hwp-survey,
  #custom-html-b .hwp-layout,
  #custom-html-b .hwp-details,
  #custom-html-b .hwp-quantity,
  #custom-html-b .hwp-check,
  #custom-html-b .hwp-next {
    padding: 4.5rem 0;
  }
  #custom-html-b .hwp-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-b .hwp-wrap {
    width: calc(98%);
  }
  #custom-html-b .hwp-hero {
    padding: 5.9rem 0 3.7rem;
  }
  #custom-html-b .hwp-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.4rem);
  }
  #custom-html-b .hwp-hero-copy > p:not(.hwp-kicker) {
    font-size: 1.04rem;
  }
  #custom-html-b .hwp-hero-plan {
    min-height: 390px;
    padding: 1.5rem;
  }
  #custom-html-b .hwp-plan-title strong {
    font-size: 3rem;
  }
  #custom-html-b .hwp-intro,
  #custom-html-b .hwp-survey,
  #custom-html-b .hwp-layout,
  #custom-html-b .hwp-details,
  #custom-html-b .hwp-quantity,
  #custom-html-b .hwp-check,
  #custom-html-b .hwp-next {
    padding: 3.7rem 0;
  }
  #custom-html-b .hwp-survey-grid,
  #custom-html-b .hwp-detail-grid,
  #custom-html-b .hwp-next-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-b .hwp-survey-grid article,
  #custom-html-b .hwp-detail {
    min-height: 0;
  }
  #custom-html-b .hwp-survey-grid article > span,
  #custom-html-b .hwp-detail > span {
    margin-bottom: 1.7rem;
  }
  #custom-html-b .hwp-layout-card {
    padding: 1.3rem;
  }
  #custom-html-b .hwp-wall-drawing {
    height: 210px;
  }
  #custom-html-b .hwp-cta {
    padding: 3.7rem 0;
  }
  #custom-html-b .hwp-cta-links {
    width: 100%;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-e {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-e * {
  box-sizing: border-box;
}
#custom-html-e a {
  text-decoration: none;
}
#custom-html-e .hwa-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-e .hwa-kicker,
#custom-html-e .hwa-label {
  color: #2479a7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-e .hwa-hero {
  background: #eaf4fa;
  overflow: hidden;
  padding: 8rem 0 6rem;
}
#custom-html-e .hwa-hero-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1.05fr 0.95fr;
}
#custom-html-e .hwa-hero h1 {
  color: #102b53;
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  margin: 0 0 1.6rem;
  max-width: 830px;
}
#custom-html-e .hwa-hero-lead {
  color: #4f6d7e;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
}
#custom-html-e .hwa-hero-link {
  border-bottom: 2px solid #63c9e9;
  color: #176eaa !important;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
}
#custom-html-e .hwa-hero-link:hover,
#custom-html-e .hwa-hero-link:focus {
  color: #102b53 !important;
}
#custom-html-e .hwa-hero-visual {
  background: #102b53;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(16, 43, 83, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 2rem;
}
#custom-html-e .hwa-visual-head {
  color: #a9d8e9;
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.13em;
}
#custom-html-e .hwa-visual-head > span:last-child {
  color: #70d9f2;
  font-size: 1.5rem;
  line-height: 1;
}
#custom-html-e .hwa-visual-core {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
#custom-html-e .hwa-core-label {
  color: #70d9f2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
#custom-html-e .hwa-visual-core strong {
  color: #ffffff;
  font-size: clamp(3rem, 4.2vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.04;
}
#custom-html-e .hwa-visual-core strong span {
  color: #70d9f2;
}
#custom-html-e .hwa-visual-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #bbd7e6;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-top: 1.3rem;
}
#custom-html-e .hwa-intro,
#custom-html-e .hwa-spaces,
#custom-html-e .hwa-principles,
#custom-html-e .hwa-special,
#custom-html-e .hwa-next {
  padding: 6rem 0;
}
#custom-html-e .hwa-intro-grid,
#custom-html-e .hwa-principles-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-e .hwa-intro h2,
#custom-html-e .hwa-section-heading h2,
#custom-html-e .hwa-principles h2,
#custom-html-e .hwa-special h2,
#custom-html-e .hwa-next h2,
#custom-html-e .hwa-cta h2 {
  color: #102b53;
  font-size: clamp(2.35rem, 3.5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0;
}
#custom-html-e .hwa-prose p,
#custom-html-e .hwa-special-grid p:not(.hwa-label) {
  color: #526d7d;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
#custom-html-e .hwa-prose a {
  color: #176eaa !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#custom-html-e .hwa-prose a:hover,
#custom-html-e .hwa-prose a:focus {
  color: #102b53 !important;
}
#custom-html-e .hwa-spaces {
  background: #f2f7fb;
}
#custom-html-e .hwa-section-heading {
  margin-bottom: 2.5rem;
  max-width: 880px;
}
#custom-html-e .hwa-section-heading > p:last-child {
  color: #5b7585;
  line-height: 1.75;
  margin: 1.1rem 0 0;
}
#custom-html-e .hwa-space-list {
  border-top: 1px solid #cbdce8;
}
#custom-html-e .hwa-space {
  align-items: start;
  border-bottom: 1px solid #cbdce8;
  display: grid;
  gap: 5%;
  grid-template-columns: 0.9fr 1.1fr 2rem;
  padding: 2rem 0;
}
#custom-html-e .hwa-space-name > span {
  color: #2479a7;
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 1rem;
}
#custom-html-e .hwa-space h3 {
  color: #102b53;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin: 0 0 0.7rem;
}
#custom-html-e .hwa-space-name p {
  color: #5b7483;
  line-height: 1.7;
  margin: 0;
  max-width: 390px;
}
#custom-html-e .hwa-space-detail h4 {
  color: #1c648e;
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0 0 0.7rem;
}
#custom-html-e .hwa-space-detail p {
  color: #526d7d;
  line-height: 1.75;
  margin: 0;
  max-width: 610px;
}
#custom-html-e .hwa-space-mark {
  color: #2479a7;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
}
#custom-html-e .hwa-principles {
  background: #ffffff;
}
#custom-html-e .hwa-principles-list {
  border-top: 1px solid #d3e3ec;
}
#custom-html-e .hwa-principles-list > div {
  border-bottom: 1px solid #d3e3ec;
  min-height: 105px;
  padding: 1.45rem 0 1.45rem 3.4rem;
  position: relative;
}
#custom-html-e .hwa-principles-list span {
  color: #2479a7;
  font-size: 0.75rem;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 1.72rem;
}
#custom-html-e .hwa-principles-list h3 {
  color: #102b53;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}
#custom-html-e .hwa-principles-list p {
  color: #5b7483;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}
#custom-html-e .hwa-special {
  background: #eaf4fa;
}
#custom-html-e .hwa-special-grid {
  display: grid;
  gap: 8%;
  grid-template-columns: 0.55fr 1.45fr;
}
#custom-html-e .hwa-special-symbol {
  align-items: center;
  background: #102b53;
  border-radius: 50%;
  color: #70d9f2;
  display: flex;
  font-size: 12rem;
  font-weight: 800;
  height: 280px;
  justify-content: center;
  line-height: 1;
  width: 280px;
}
#custom-html-e .hwa-special h2 {
  margin-bottom: 1.5rem;
}
#custom-html-e .hwa-next {
  background: #ffffff;
}
#custom-html-e .hwa-next h2 {
  margin-bottom: 2.2rem;
  max-width: 860px;
}
#custom-html-e .hwa-next-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#custom-html-e .hwa-next-grid a {
  background: #f2f7fb;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  color: #102b53 !important;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 1.7rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-e .hwa-next-grid a:hover,
#custom-html-e .hwa-next-grid a:focus {
  box-shadow: 0 12px 28px rgba(16, 43, 83, 0.1);
  transform: translateY(-3px);
}
#custom-html-e .hwa-next-grid a > span:first-child {
  color: #2479a7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.8rem;
}
#custom-html-e .hwa-next-grid strong {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
  max-width: 390px;
}
#custom-html-e .hwa-arrow {
  bottom: 1.5rem;
  color: #2479a7;
  font-size: 1.4rem;
  position: absolute;
  right: 1.6rem;
}
#custom-html-e .hwa-cta {
  background: #102b53;
  padding: 4.5rem 0;
}
#custom-html-e .hwa-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#custom-html-e .hwa-cta .hwa-label {
  color: #70d9f2;
}
#custom-html-e .hwa-cta h2 {
  color: #ffffff;
}
#custom-html-e .hwa-cta p:not(.hwa-label) {
  color: #c7dbe9;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 650px;
}
#custom-html-e .hwa-cta a {
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  flex-shrink: 0;
  font-size: 0.93rem;
  font-weight: 800;
  padding: 1rem 1.3rem;
  white-space: nowrap;
}
#custom-html-e .hwa-cta a:hover,
#custom-html-e .hwa-cta a:focus {
  background: #ffffff;
}
#custom-html-e .hwa-cta a span {
  margin-left: 0.6rem;
}
@media (max-width: 850px) {
  #custom-html-e .hwa-hero {
    padding: 6.8rem 0 4.5rem;
  }
  #custom-html-e .hwa-hero-grid,
  #custom-html-e .hwa-intro-grid,
  #custom-html-e .hwa-principles-grid,
  #custom-html-e .hwa-special-grid {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }
  #custom-html-e .hwa-hero-visual {
    max-width: 650px;
    min-height: 420px;
  }
  #custom-html-e .hwa-special-symbol {
    font-size: 7rem;
    height: 170px;
    width: 170px;
  }
  #custom-html-e .hwa-intro,
  #custom-html-e .hwa-spaces,
  #custom-html-e .hwa-principles,
  #custom-html-e .hwa-special,
  #custom-html-e .hwa-next {
    padding: 4.5rem 0;
  }
  #custom-html-e .hwa-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-e .hwa-wrap {
    width: calc(98%);
  }
  #custom-html-e .hwa-hero {
    padding: 5.9rem 0 3.7rem;
  }
  #custom-html-e .hwa-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.4rem);
  }
  #custom-html-e .hwa-hero-lead {
    font-size: 1.04rem;
  }
  #custom-html-e .hwa-hero-visual {
    min-height: 370px;
    padding: 1.5rem;
  }
  #custom-html-e .hwa-visual-core strong {
    font-size: 3rem;
  }
  #custom-html-e .hwa-intro,
  #custom-html-e .hwa-spaces,
  #custom-html-e .hwa-principles,
  #custom-html-e .hwa-special,
  #custom-html-e .hwa-next {
    padding: 3.7rem 0;
  }
  #custom-html-e .hwa-space {
    gap: 1.2rem;
    grid-template-columns: 1fr;
    padding: 1.8rem 0;
    position: relative;
  }
  #custom-html-e .hwa-space h3 {
    font-size: 1.6rem;
  }
  #custom-html-e .hwa-space-mark {
    position: absolute;
    right: 0;
    top: 1.7rem;
  }
  #custom-html-e .hwa-next-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-e .hwa-cta {
    padding: 3.7rem 0;
  }
  #custom-html-e .hwa-cta a {
    flex-shrink: 1;
    white-space: normal;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
.cid-vwdNuprm8y {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNuprm8y .navbar {
  background: #102b53 !important;
  box-shadow: 0 6px 24px rgba(8, 31, 63, 0.2);
  padding: 0.68rem 0;
}
.cid-vwdNuprm8y .navbar .container {
  align-items: center;
  display: flex;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNuprm8y .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0;
}
.cid-vwdNuprm8y .hwg-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .hwg-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  position: relative;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNuprm8y .hwg-brand-icon::after {
  background: #70d9f2;
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  width: 7px;
}
.cid-vwdNuprm8y .hwg-brand-icon span {
  transform: rotate(6deg);
}
.cid-vwdNuprm8y .hwg-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
}
.cid-vwdNuprm8y .hwg-brand-top {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNuprm8y .hwg-brand-dot {
  color: #70d9f2;
}
.cid-vwdNuprm8y .hwg-brand-bottom {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNuprm8y .navbar-collapse {
  justify-content: flex-end;
  margin-left: auto;
}
.cid-vwdNuprm8y .navbar-nav {
  align-items: center;
  gap: 0.05rem;
  margin-left: auto !important;
  margin-right: 0.8rem !important;
}
.cid-vwdNuprm8y .nav-link {
  color: #dceaf6 !important;
  font-size: 0.87rem;
  font-weight: 650;
  padding: 0.68rem 0.52rem !important;
  white-space: nowrap;
}
.cid-vwdNuprm8y .nav-link:hover,
.cid-vwdNuprm8y .nav-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNuprm8y .navbar-buttons {
  flex-shrink: 0;
  margin: 0;
}
.cid-vwdNuprm8y .navbar-buttons .btn {
  background: #63c9e9 !important;
  border: 1px solid #63c9e9 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #102b53 !important;
  font-size: 0.87rem;
  font-weight: 800;
  margin: 0 !important;
  padding: 0.77rem 1.05rem;
  white-space: nowrap;
}
.cid-vwdNuprm8y .navbar-buttons .btn:hover,
.cid-vwdNuprm8y .navbar-buttons .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #102b53 !important;
}
.cid-vwdNuprm8y .navbar-buttons .btn span {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  .cid-vwdNuprm8y .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cid-vwdNuprm8y .navbar .container {
    flex-wrap: wrap;
  }
  .cid-vwdNuprm8y .navbar-brand {
    max-width: calc(42%);
    min-width: 0;
    margin-right: 0;
  }
  .cid-vwdNuprm8y .navbar-toggler {
    align-items: center;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9px;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    width: 46px;
    z-index: 1001;
  }
  .cid-vwdNuprm8y .navbar-toggler:focus-visible {
    outline: 2px solid #70d9f2;
    outline-offset: 3px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 22px;
  }
  .cid-vwdNuprm8y .hwg-toggle-lines span {
    background: #ffffff !important;
    border-radius: 2px;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }
  .cid-vwdNuprm8y .navbar-collapse {
    flex-basis: 100%;
    margin: 0;
    order: 3;
    padding: 0.9rem 0 0.4rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }
  .cid-vwdNuprm8y .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
    font-size: 1rem;
    padding: 0.85rem 0.2rem !important;
    white-space: normal;
  }
  .cid-vwdNuprm8y .navbar-buttons {
    margin-top: 1.15rem;
    width: 100%;
  }
  .cid-vwdNuprm8y .navbar-buttons .btn {
    display: inline-block;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cid-vwdNuprm8y .navbar {
    padding: 0.58rem 0;
  }
  .cid-vwdNuprm8y .navbar .container {
    width: calc(98%);
  }
  .cid-vwdNuprm8y .hwg-brand {
    gap: 0.6rem;
  }
  .cid-vwdNuprm8y .hwg-brand-icon {
    flex-basis: 36px;
    font-size: 1.15rem;
    height: 36px;
    width: 36px;
  }
  .cid-vwdNuprm8y .hwg-brand-top {
    font-size: 1.12rem;
  }
  .cid-vwdNuprm8y .hwg-brand-bottom {
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }
}
#custom-html-h {
  background: #ffffff;
  color: #203941;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-h * {
  box-sizing: border-box;
}
#custom-html-h a {
  text-decoration: none;
}
#custom-html-h .hwabout-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
#custom-html-h .hwabout-kicker,
#custom-html-h .hwabout-label {
  color: #2479a7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
#custom-html-h .hwabout-hero {
  background: #102b53;
  overflow: hidden;
  padding: 8rem 0 6rem;
}
#custom-html-h .hwabout-hero-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1.05fr 0.95fr;
}
#custom-html-h .hwabout-hero .hwabout-kicker {
  color: #70d9f2;
}
#custom-html-h .hwabout-hero h1 {
  color: #ffffff;
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  margin: 0 0 1.6rem;
  max-width: 780px;
}
#custom-html-h .hwabout-hero-lead {
  color: #d0e2ef;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
}
#custom-html-h .hwabout-hero-card {
  background: #eaf4fa;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(3, 18, 39, 0.22);
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 2rem;
}
#custom-html-h .hwabout-hero-card > span {
  color: #2479a7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
#custom-html-h .hwabout-hero-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
#custom-html-h .hwabout-hero-card strong {
  color: #102b53;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.15;
}
#custom-html-h .hwabout-hero-card strong span {
  color: #2780ad;
}
#custom-html-h .hwabout-hero-card p {
  border-top: 1px solid #c7dfeb;
  color: #4f7082;
  font-size: 0.87rem;
  font-weight: 700;
  margin: 0;
  padding-top: 1.2rem;
}
#custom-html-h .hwabout-purpose,
#custom-html-h .hwabout-relationship,
#custom-html-h .hwabout-use,
#custom-html-h .hwabout-limits {
  padding: 6rem 0;
}
#custom-html-h .hwabout-purpose-grid,
#custom-html-h .hwabout-limits-grid {
  display: grid;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}
#custom-html-h .hwabout-purpose h2,
#custom-html-h .hwabout-relationship h2,
#custom-html-h .hwabout-heading h2,
#custom-html-h .hwabout-limits h2,
#custom-html-h .hwabout-cta h2 {
  color: #102b53;
  font-size: clamp(2.35rem, 3.5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 0;
}
#custom-html-h .hwabout-prose p,
#custom-html-h .hwabout-relationship-grid p:not(.hwabout-label) {
  color: #526d7d;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
#custom-html-h .hwabout-relationship {
  background: #eaf4fa;
}
#custom-html-h .hwabout-relationship-grid {
  align-items: center;
  display: grid;
  gap: 9%;
  grid-template-columns: 0.55fr 1.45fr;
}
#custom-html-h .hwabout-relationship-mark {
  align-items: center;
  background: #102b53;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  font-size: 9rem;
  font-weight: 800;
  height: 275px;
  justify-content: center;
  letter-spacing: -0.12em;
  line-height: 1;
  transform: rotate(-4deg);
  width: 275px;
}
#custom-html-h .hwabout-relationship-mark span {
  color: #70d9f2;
}
#custom-html-h .hwabout-relationship h2 {
  margin-bottom: 1.4rem;
}
#custom-html-h .hwabout-relationship-grid a {
  color: #176eaa !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#custom-html-h .hwabout-relationship-grid a:hover,
#custom-html-h .hwabout-relationship-grid a:focus {
  color: #102b53 !important;
}
#custom-html-h .hwabout-heading {
  margin-bottom: 2.3rem;
}
#custom-html-h .hwabout-use-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-h .hwabout-use-grid a {
  background: #f2f7fb;
  border: 1px solid #dbe9f1;
  border-radius: 10px;
  color: #102b53 !important;
  display: flex;
  flex-direction: column;
  min-height: 305px;
  padding: 1.6rem;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#custom-html-h .hwabout-use-grid a:hover,
#custom-html-h .hwabout-use-grid a:focus {
  box-shadow: 0 12px 28px rgba(16, 43, 83, 0.1);
  transform: translateY(-3px);
}
#custom-html-h .hwabout-use-grid a > span {
  color: #2479a7;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 2.7rem;
}
#custom-html-h .hwabout-use-grid h3 {
  color: #102b53;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
}
#custom-html-h .hwabout-use-grid p {
  color: #5a7482;
  font-size: 0.93rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
#custom-html-h .hwabout-use-grid strong {
  bottom: 1.3rem;
  color: #2479a7;
  font-size: 1.4rem;
  position: absolute;
  right: 1.5rem;
}
#custom-html-h .hwabout-limits {
  background: #f2f7fb;
}
#custom-html-h .hwabout-cta {
  background: #102b53;
  padding: 4.5rem 0;
}
#custom-html-h .hwabout-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#custom-html-h .hwabout-cta .hwabout-label {
  color: #70d9f2;
}
#custom-html-h .hwabout-cta h2 {
  color: #ffffff;
}
#custom-html-h .hwabout-cta p:not(.hwabout-label) {
  color: #c7dbe9;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 620px;
}
#custom-html-h .hwabout-cta-links {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.7rem;
}
#custom-html-h .hwabout-cta-links a {
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.95rem 1.2rem;
  text-align: center;
}
#custom-html-h .hwabout-cta-links a:last-child {
  background: transparent;
  border: 1px solid #a7d5e7;
  color: #ffffff !important;
}
#custom-html-h .hwabout-cta-links a:hover,
#custom-html-h .hwabout-cta-links a:focus {
  background: #ffffff;
  color: #102b53 !important;
}
#custom-html-h .hwabout-cta-links a span {
  margin-left: 0.4rem;
}
@media (max-width: 1100px) {
  #custom-html-h .hwabout-use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-h .hwabout-use-grid a {
    min-height: 260px;
  }
}
@media (max-width: 850px) {
  #custom-html-h .hwabout-hero {
    padding: 6.8rem 0 4.5rem;
  }
  #custom-html-h .hwabout-hero-grid,
  #custom-html-h .hwabout-purpose-grid,
  #custom-html-h .hwabout-relationship-grid,
  #custom-html-h .hwabout-limits-grid {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }
  #custom-html-h .hwabout-hero-card {
    max-width: 650px;
    min-height: 390px;
  }
  #custom-html-h .hwabout-relationship-mark {
    font-size: 6rem;
    height: 180px;
    width: 180px;
  }
  #custom-html-h .hwabout-purpose,
  #custom-html-h .hwabout-relationship,
  #custom-html-h .hwabout-use,
  #custom-html-h .hwabout-limits {
    padding: 4.5rem 0;
  }
  #custom-html-h .hwabout-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #custom-html-h .hwabout-wrap {
    width: calc(98%);
  }
  #custom-html-h .hwabout-hero {
    padding: 5.9rem 0 3.7rem;
  }
  #custom-html-h .hwabout-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.4rem);
  }
  #custom-html-h .hwabout-hero-lead {
    font-size: 1.04rem;
  }
  #custom-html-h .hwabout-hero-card {
    min-height: 350px;
    padding: 1.5rem;
  }
  #custom-html-h .hwabout-hero-card strong {
    font-size: 2.7rem;
  }
  #custom-html-h .hwabout-purpose,
  #custom-html-h .hwabout-relationship,
  #custom-html-h .hwabout-use,
  #custom-html-h .hwabout-limits {
    padding: 3.7rem 0;
  }
  #custom-html-h .hwabout-use-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-h .hwabout-use-grid a {
    min-height: 255px;
  }
  #custom-html-h .hwabout-cta {
    padding: 3.7rem 0;
  }
  #custom-html-h .hwabout-cta-links {
    width: 100%;
  }
}
.cid-vwdNvY1mY8 {
  background: #0b2445;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vwdNvY1mY8 * {
  box-sizing: border-box;
}
.cid-vwdNvY1mY8 a {
  text-decoration: none;
}
.cid-vwdNvY1mY8 .hwg-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: calc(97%);
}
.cid-vwdNvY1mY8 .hwg-footer-main {
  background: radial-gradient(circle at 4% 10%, rgba(99, 201, 233, 0.1), transparent 28%), #0b2445;
  padding: 5rem 0 4.5rem;
}
.cid-vwdNvY1mY8 .hwg-footer-grid {
  display: grid;
  gap: 6%;
  grid-template-columns: 1.25fr 0.8fr 1fr;
}
.cid-vwdNvY1mY8 .hwg-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-icon {
  align-items: center;
  border: 2px solid #70d9f2;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.38rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 1;
  transform: rotate(-6deg);
  width: 42px;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text strong span {
  color: #70d9f2;
}
.cid-vwdNvY1mY8 .hwg-footer-brand-text small {
  color: #b8d6ed;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cid-vwdNvY1mY8 .hwg-footer-about > p {
  color: #b9cede;
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 1.8rem 0 1.3rem;
  max-width: 390px;
}
.cid-vwdNvY1mY8 .hwg-footer-byline {
  border-left: 2px solid #70d9f2;
  color: #d8e8f3;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links h2,
.cid-vwdNvY1mY8 .hwg-footer-next h2 {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.cid-vwdNvY1mY8 .hwg-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-links li {
  margin: 0 0 0.85rem;
}
.cid-vwdNvY1mY8 .hwg-footer-links a,
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  color: #bfd3e2 !important;
  font-size: 0.94rem;
  line-height: 1.5;
}
.cid-vwdNvY1mY8 .hwg-footer-links a:hover,
.cid-vwdNvY1mY8 .hwg-footer-links a:focus,
.cid-vwdNvY1mY8 .hwg-footer-home-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-home-link:focus {
  color: #70d9f2 !important;
}
.cid-vwdNvY1mY8 .hwg-footer-next > p {
  color: #b9cede;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 350px;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link {
  align-items: center;
  background: #70d9f2;
  border-radius: 8px;
  color: #102b53 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 1.3rem;
  justify-content: space-between;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.9rem 1rem;
}
.cid-vwdNvY1mY8 .hwg-footer-product-link:hover,
.cid-vwdNvY1mY8 .hwg-footer-product-link:focus {
  background: #ffffff;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link {
  display: block;
  font-weight: 700;
  margin-top: 1.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-home-link span {
  margin-left: 0.3rem;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom {
  background: #081c35;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom p {
  color: #9fb9cb;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a {
  color: #cbe4f1 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vwdNvY1mY8 .hwg-footer-bottom a:hover,
.cid-vwdNvY1mY8 .hwg-footer-bottom a:focus {
  color: #70d9f2 !important;
}
@media (max-width: 900px) {
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: -1;
  }
}
@media (max-width: 600px) {
  .cid-vwdNvY1mY8 .hwg-footer-wrap {
    width: calc(98%);
  }
  .cid-vwdNvY1mY8 .hwg-footer-main {
    padding: 3.8rem 0;
  }
  .cid-vwdNvY1mY8 .hwg-footer-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
  .cid-vwdNvY1mY8 .hwg-footer-about {
    grid-column: auto;
  }
  .cid-vwdNvY1mY8 .hwg-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}
