/* Site-wide responsive safeguards for the static export. */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

img, picture, video, canvas, iframe, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

picture img,
.carousel img,
.owl-carousel img,
.banner img,
.hero img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.container,
.container-fluid,
.row,
[class*="col-"] {
  min-width: 0;
}

.header-container,
.header-fixed,
.top-nav,
.global-nav,
.global-nav-content,
.menu-container,
.menu-content {
  max-width: 100%;
}

.logo-header a,
.logo-header img {
  display: block;
}

.header-container .header-fixed {
  align-items: center;
  display: flex;
  min-height: 54px;
  position: relative;
}

.header-container .header-fixed > .col-sm-4 {
  align-self: stretch;
  flex: 0 0 34%;
  position: relative;
}

.header-container .header-fixed > .col-sm-8 {
  flex: 1 1 auto;
}

.header-container .logo-header {
  align-items: center;
  bottom: auto;
  display: flex;
  height: 100%;
  left: 15px;
  max-width: 234px;
  position: absolute;
  top: 0;
}

.header-container .global-nav,
.header-container .support-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 42px;
  width: 100%;
}

.header-container .support-links .menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0 34px 0 0;
}

.header-container .support-links .menu > li {
  display: block;
  white-space: nowrap;
}

.header-container .searchDiv1,
.header-container .searchDiv {
  top: 50%;
  transform: translateY(-50%);
}

.logo-header img {
  width: clamp(138px, calc(14vw + 12px), 222px);
  max-height: 108px;
  object-fit: contain;
  object-position: left center;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  overflow-wrap: break-word;
}

table {
  max-width: 100%;
}

@media (max-width: 991px) {
  .header-container .header-fixed {
    align-items: center;
    display: flex;
    min-height: 72px;
    padding: 8px 56px 8px 18px;
    width: 100%;
  }

  .header-container .header-fixed > [class*="col-"] {
    float: none;
    padding: 0;
    width: auto;
  }

  .header-container .header-fixed > [class*="col-"]:first-child {
    flex: 1 1 auto;
  }

  .logo-header img {
    width: clamp(140px, calc(27vw + 12px), 192px);
  }

  .header-container .logo-header {
    bottom: auto;
    height: 100%;
    left: 0;
    position: relative;
    top: auto;
  }

  .header-container .header-fixed > .col-sm-8,
  .header-container .support-links {
    display: none !important;
  }

  .header-container .hamburger-container {
    display: block;
    height: 64px;
    width: 52px;
  }

  .header-container nav.pressed {
    height: 64px;
    width: 52px;
  }

  .header-container .searchDiv,
  .header-container .searchDiv1 {
    display: block;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-container .global-nav-content {
    background: linear-gradient(#00bbdc, #1287b2);
    display: none;
    height: calc(100vh - 64px);
    left: 0;
    margin: 64px 0 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .header-container .global-nav-item {
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 0 18px;
  }

  .hamburger-container,
  nav.pressed {
    right: 16px;
    z-index: 1002;
  }

  .global-nav-content,
  .menu-container.expanded {
    width: 100%;
  }

  .menu-container .row.menu-content {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-container .link-column {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-container .header-fixed {
    min-height: 64px;
    padding-left: 14px;
  }

  .logo-header img {
    max-height: 60px;
    width: 154px;
  }

  .header-container .hamburger-container,
  .header-container nav.pressed {
    height: 64px;
  }

  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

@supports not (overflow: clip) {
  html, body {
    overflow-x: hidden;
  }
}
