h1,
h2,
h3,
h4,
h6,
p {
  color: unset;
}

h1,
.heading-h1 {
  color: var(--Dark-Charcoal, #313131);
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 46.2px */
}
@media (min-width: 992px) {
  h1,
  .heading-h1 {
    font-size: 52px;
    font-weight: 700;
  }
}
h1.blog,
.heading-h1.blog {
  font-size: 54px;
  font-weight: 700;
}

h2,
.heading-h2 {
  color: var(--Dark-Charcoal, #313131);
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 33px */
}
@media (min-width: 992px) {
  h2,
  .heading-h2 {
    font-size: 38px;
  }
}

.SubHead,
h3,
.heading-h3 {
  color: var(--Dark-Charcoal, #313131);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 24.2px */
  letter-spacing: 0.44px;
}

h4,
.heading-h4 {
  color: var(--Dark-Charcoal, #313131);
  /* mH4 */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.36px;
}

h5,
.heading-h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

h6,
.heading-h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}
p.small {
  font-size: 14px;
  font-weight: 400;
}
p.bold {
  font-size: 16px;
  font-weight: 700;
}

.bold {
  font-weight: 700 !important;
}

.underline {
  text-decoration: underline !important;
}

.btn-primary {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: #0067AB;
  border-color: #0067AB;
  color: #FFFFFF;
}
.btn-primary.btn-small {
  padding: 8px 12px;
  font-size: 14px;
}
.btn-primary.btn-large {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 18px;
}
.btn-primary.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-primary:hover {
  background-color: #FFFFFF;
  border-color: #1D1D1D;
  color: #1D1D1D;
}
.btn-primary:disabled {
  background-color: rgba(0, 103, 171, 0.5);
  color: #FFFFFF;
  border-color: #0067AB;
}
.btn-primary.btn-outline {
  background-color: #FFFFFF;
  color: #1D1D1D;
  border: 2px solid #1D1D1D;
}
.btn-primary.btn-outline:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.btn-primary.btn-outline:disabled {
  background-color: transparent;
  color: rgba(29, 29, 29, 0.5);
  border: 2px solid rgba(29, 29, 29, 0.5);
}
.btn-primary.square {
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.btn-primary.square svg {
  width: 34px;
  fill: #FFFFFF;
  margin-right: 8px;
}
.btn-primary.square:hover svg {
  fill: #1D1D1D;
}

.btn-primary-alt {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: #0067AB;
  border-color: #0067AB;
  color: #FFFFFF;
}
.btn-primary-alt.btn-small {
  padding: 8px 12px;
  font-size: 14px;
}
.btn-primary-alt.btn-large {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 18px;
}
.btn-primary-alt.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-primary-alt:hover {
  background-color: #FFFFFF;
  border-color: #1D1D1D;
  color: #1D1D1D;
}
.btn-primary-alt:disabled {
  background-color: rgba(0, 103, 171, 0.5);
  color: #FFFFFF;
  border-color: #0067AB;
}
.btn-primary-alt.btn-outline {
  background-color: #FFFFFF;
  color: #1D1D1D;
  border: 2px solid #1D1D1D;
}
.btn-primary-alt.btn-outline:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.btn-primary-alt.btn-outline:disabled {
  background-color: transparent;
  color: rgba(29, 29, 29, 0.5);
  border: 2px solid rgba(29, 29, 29, 0.5);
}
.btn-primary-alt.square {
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.btn-primary-alt.square svg {
  width: 34px;
  fill: #FFFFFF;
  margin-right: 8px;
}
.btn-primary-alt.square:hover svg {
  fill: #1D1D1D;
}

.btn-secondary {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: #0067AB;
  color: #FFFFFF;
  border-color: #0067AB;
}
.btn-secondary.btn-small {
  padding: 8px 12px;
  font-size: 14px;
}
.btn-secondary.btn-large {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 18px;
}
.btn-secondary.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #1D1D1D;
  border-color: #1D1D1D;
}
.btn-secondary:disabled {
  background-color: rgba(0, 103, 171, 0.5);
  color: #FFFFFF;
  border-color: #0067AB;
}

.btn-dark-outline {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: transparent;
  color: #1D1D1D;
  border-color: #1D1D1D;
}
.btn-dark-outline.btn-small {
  padding: 8px 12px;
  font-size: 14px;
}
.btn-dark-outline.btn-large {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 18px;
}
.btn-dark-outline.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-dark-outline:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.btn-dark-outline:disabled {
  background-color: transparent;
  color: rgba(29, 29, 29, 0.5);
  border-color: rgba(29, 29, 29, 0.5);
}

.btn-white {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: #FFFFFF;
  color: #1D1D1D;
  border-color: #FFFFFF;
}
.btn-white.btn-small {
  padding: 8px 12px;
  font-size: 14px;
}
.btn-white.btn-large {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 18px;
}
.btn-white.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-white .icon {
  margin-left: 8px;
}
.btn-white .icon svg {
  width: 20px;
  fill: #1D1D1D;
}
.btn-white:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
  border-color: #1D1D1D;
}
.btn-white:hover svg {
  fill: #FFFFFF;
}
.btn-white:disabled {
  background-color: rgba(0, 103, 171, 0.5);
  color: #FFFFFF;
  border-color: #0067AB;
}

.btn-text {
  color: #1D1D1D;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
}
.btn-text svg {
  width: 14px;
}
.btn-text:active, .btn-text:hover {
  color: #0067AB;
}
.btn-text:active svg, .btn-text:hover svg {
  fill: #0067AB;
}

a {
  font-weight: 700;
  color: var(--black);
}
a.underlined {
  text-decoration: underline;
}

#desktop-header {
  display: none;
  min-height: auto;
}
@media (min-width: 992px) {
  #desktop-header {
    display: block;
  }
}
#desktop-header .nav-top .row {
  height: 45px;
  border-bottom: 1px solid #DBE7E2;
  display: flex;
  align-items: center;
}
#desktop-header .nav-top .row .nav-item {
  padding-right: 25px;
}
#desktop-header .nav-top .row .nav-item:last-child {
  padding-right: 0;
}
#desktop-header .nav-top .row .nav-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  color: #313131;
}
#desktop-header .nav-bottom .row {
  height: 75px;
  display: flex;
  align-content: center;
}
#desktop-header .nav-bottom .row .nav-item {
  padding-right: 25px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#desktop-header .nav-bottom .row .nav-item:last-child {
  padding-right: 0;
}
#desktop-header .nav-bottom .row .nav-item button {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #313131;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  border: 0;
  letter-spacing: 0.7px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#desktop-header .nav-bottom .row .nav-item button:hover {
  color: #0067AB;
}
#desktop-header .nav-bottom .row .nav-item a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #313131;
  font-size: 14px;
  line-height: 15px;
}
#desktop-header .nav-bottom .row .nav-item a:hover {
  color: #0067AB;
}
#desktop-header .nav-bottom .row .nav-item a.nav-button {
  background-color: #0067AB;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #0067AB;
  white-space: nowrap;
}
#desktop-header .nav-bottom .row .nav-item a.nav-button:hover {
  color: #1D1D1D;
  border: 2px solid #1D1D1D;
  background-color: transparent;
}
#desktop-header .nav-bottom .header-logo {
  width: 210px;
}

.mega-menu {
  background-color: #F5F5F5;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  display: none;
  overflow: hidden;
}
.mega-menu .mega-menu.open-mega-menu {
  display: block;
  /* or flex/grid whatever you want */
}
.mega-menu.active {
  display: block !important;
  opacity: 1;
  z-index: 1000;
}
.mega-menu .exit-mega-menu-button-wrapper {
  position: absolute;
  right: 1rem;
}
.mega-menu .exit-mega-menu-button-wrapper .mega-menu-toggle {
  background-color: transparent;
  border: none;
}
.mega-menu .exit-mega-menu-button-wrapper .mega-menu-toggle svg {
  width: 20px;
}
.mega-menu .mega-menu-container {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.mega-menu .mega-menu-container .close-mega-menu {
  position: absolute;
  font-size: 2rem;
  top: 10px;
  right: 30px;
  background: none;
  border: none;
  color: #1D1D1D;
  cursor: pointer;
  z-index: 1001;
}
.mega-menu .mega-menu-container .menu-layout {
  display: flex;
  height: 100%;
  min-height: 0;
  position: relative;
  padding: 50px;
}
.mega-menu .mega-menu-container .menu-layout .triangle {
  position: absolute;
  left: calc(100% - 14px);
  margin-left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border: 1px solid #9BA0A6;
  border-left: none;
  border-bottom: none;
  background-color: white;
}
.mega-menu .mega-menu-container .menu-layout .content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 0px 0px 0px 100px;
}
.mega-menu .mega-menu-container .menu-layout .menu-sidebar {
  width: 15vw;
  border-right: 1px solid #9BA0A6;
  position: relative;
}
.mega-menu .mega-menu-container .menu-layout .menu-sidebar ul {
  list-style: none;
  padding: 0;
  z-index: 1500;
  position: relative;
}
.mega-menu .mega-menu-container .menu-layout .menu-sidebar ul li {
  margin-bottom: 50px;
  text-transform: uppercase;
  cursor: pointer;
  color: #9BA0A6;
  border-bottom: 3px solid transparent;
}
.mega-menu .mega-menu-container .menu-layout .menu-sidebar ul li:last-child {
  margin-bottom: 0;
}
.mega-menu .mega-menu-container .menu-layout .menu-sidebar ul li.active {
  font-weight: bold;
  border-bottom: 3px solid #0067AB;
  width: -moz-fit-content;
  width: fit-content;
  color: #313131;
}
.mega-menu .mega-menu-container .menu-layout .grid-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: 1rem 2rem;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item {
  min-width: 360px;
  max-width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .icon {
  width: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .icon svg {
  height: 32px !important;
  width: auto;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .page-title p.bold {
  font-size: 16px;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .page-title {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .page-title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #313131;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a .page-title p .bold {
  font-size: 16px;
}
.mega-menu .mega-menu-container .menu-layout .grid-content .grid-items .grid-item a:hover {
  color: #0067AB;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions {
  border-top: 1px solid #9BA0A6;
  background-color: #FFFFFF;
  padding-top: 10px;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions a {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 1rem;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions a .icon svg {
  width: auto;
  height: 30px;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions a .page-title p {
  margin-bottom: 0;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions a:hover {
  color: #0067AB;
}
.mega-menu .mega-menu-container .menu-layout .footer-actions a:hover svg {
  fill: #0067AB;
}
.mega-menu[current-section=industries] .triangle {
  top: 20px;
}
.mega-menu[current-section=products] .triangle {
  top: 105px;
}
.mega-menu[current-section=solutions] .triangle {
  top: 190px;
}
.mega-menu[current-section=company-menu-pages] .triangle {
  top: 270px;
}

.content-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.mega-menu-open {
  overflow: hidden;
}
.mega-menu-open #nav-mega-menu {
  opacity: 1;
  z-index: 1000;
}

.mobile-menu {
  position: relative;
  z-index: 99999;
}

#mobile-header {
  position: relative;
  padding-top: 10px;
  display: block;
  flex-shrink: 0;
}
#mobile-header.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
#mobile-header.menu-open #mobile-nav {
  display: flex !important;
}
#mobile-header .mobile-header-wrapper {
  border-bottom: 1px solid #9BA0A6;
  background-color: #FFFFFF;
  position: relative;
  z-index: 100000;
}
#mobile-header .mobile-header-wrapper .mobile-menu-icon {
  background-color: #FFFFFF;
  border: none;
}
#mobile-header .mobile-header-wrapper .mobile-menu-icon svg {
  fill: #1D1D1D;
  height: 22px;
  width: auto;
}
#mobile-header #mobile-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 0;
  /* Show only the active menu item */
}
#mobile-header #mobile-nav ul.ul-reset.menu {
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#mobile-header #mobile-nav li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9BA0A6;
  /* Active state */
}
#mobile-header #mobile-nav li button,
#mobile-header #mobile-nav li a {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  margin: 1rem;
  height: 15px;
}
#mobile-header #mobile-nav li button h6,
#mobile-header #mobile-nav li a h6 {
  margin: 0;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #313131 !important;
  transition: color 0.3s ease;
}
#mobile-header #mobile-nav li button svg,
#mobile-header #mobile-nav li a svg {
  height: 20px;
  width: auto;
  fill: #313131;
  transition: fill 0.3s ease;
  margin-right: 2rem;
}
#mobile-header #mobile-nav li.active {
  height: inherit;
  background-color: #0067AB;
  height: 50px;
}
#mobile-header #mobile-nav li.active button {
  margin: 0;
  padding: 1rem;
  height: 100%;
}
#mobile-header #mobile-nav li.active h6 {
  color: white !important;
}
#mobile-header #mobile-nav li.active .back-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-header #mobile-nav li.active .back-icon svg {
  fill: white !important;
  height: 20px;
  width: 20px;
  margin-right: 1rem;
}
#mobile-header #mobile-nav li.active .back-icon h5 {
  color: white;
  margin: 0;
  font-weight: 600;
}
#mobile-header #mobile-nav .ul-reset.menu > li {
  display: block;
}
#mobile-header #mobile-nav .ul-reset.menu > li.active {
  display: flex;
}
#mobile-header #mobile-nav .mobile-submenu {
  top: 100%;
  padding: 0;
  margin-left: 0;
  right: 0;
  display: none;
  width: auto;
  flex-shrink: 0;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container {
  padding: 0;
  display: none;
  overflow-y: auto;
  height: auto;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container.active {
  display: flex !important;
  flex-direction: column;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container ul {
  width: 100%;
  padding-left: 0;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container .submenu-item-container {
  display: flex;
  justify-content: start;
  align-items: center;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container .submenu-item-container .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  width: 20%;
}
#mobile-header #mobile-nav .mobile-submenu .submenu-container .submenu-item-container .icon-wrapper svg {
  display: block;
  height: 32px;
  width: auto;
  margin-right: 0;
}
#mobile-header #mobile-nav .mobile-submenu li {
  border-bottom: 1px solid #9BA0A6;
  width: 100%;
  padding: 0;
  height: 55px;
}
#mobile-header #mobile-nav .mobile-submenu.active {
  display: block !important;
}
#mobile-header #mobile-nav p {
  margin: 0;
}
#mobile-header .actions-menu-container {
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  bottom: 0;
  margin-bottom: 0;
  margin-top: auto;
  padding-bottom: 80px;
  display: flex;
  align-self: flex-end;
  z-index: 10;
}
#mobile-header .actions-menu-container .row-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #9BA0A6;
  margin-left: 0;
}
#mobile-header .actions-menu-container .row-container .action-item {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-right: 1px solid #9BA0A6;
}
#mobile-header .actions-menu-container .row-container .action-item p {
  margin-bottom: 0;
}
#mobile-header .actions-menu-container .row-container .action-item:last-child {
  border-right: none;
}
#mobile-header .actions-menu-container .row-container .action-item svg {
  height: 25px;
  width: 25px;
  fill: #313131;
  margin-bottom: 0.5rem;
}

#cta-section .site-container-1340 {
  padding: 0;
}
@media (min-width: 992px) {
  #cta-section .site-container-1340 {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  #cta-section {
    margin: 50px 0;
    margin-top: 30px;
  }
}
#cta-section .cta-wrapper {
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  #cta-section .cta-wrapper {
    border-radius: 10px;
  }
}
#cta-section .cta-wrapper .row {
  padding: 25px 12px;
}
@media (min-width: 992px) {
  #cta-section .cta-wrapper .row {
    padding: 50px;
  }
}

footer .footer-top {
  padding: 0 20px;
}
@media (min-width: 992px) {
  footer .footer-top {
    padding: 0 1rem;
  }
}
footer .footer-top .site-container-1340 {
  padding: 25px 0;
  border-bottom: 1px solid #DBEAF3;
}
@media (min-width: 992px) {
  footer .footer-top .site-container-1340 {
    padding: 45px 0;
    border-top: 1px solid #DBEAF3;
  }
}
footer .footer-top .footer-logo {
  width: 100%;
  max-width: 165px;
}
footer .footer-top .footer-link {
  padding-top: 12px;
}
footer .footer-top .footer-link a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  color: #313131;
}
footer .footer-top .footer-link a:hover, footer .footer-top .footer-link a:active {
  color: #0067AB;
}
footer .footer-bottom {
  padding: 0 20px;
}
@media (min-width: 992px) {
  footer .footer-bottom {
    padding: 0 1rem;
  }
}
footer .footer-bottom .site-container-1340 {
  padding: 1rem 0;
}
footer .footer-bottom .footer-social {
  padding-right: 16px;
}
footer .footer-bottom .footer-social:last-child {
  padding-right: 0;
}
footer .footer-bottom .footer-social a svg {
  fill: #313131;
  width: 20px;
}
footer .footer-bottom .footer-social a:hover svg, footer .footer-bottom .footer-social a:active svg {
  fill: #0067AB;
}

.footer-phone {
  text-decoration: none;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body.no-scroll,
#main-container.no-scroll {
  overflow: hidden !important;
  height: 100%;
}

#main-container {
  display: flex;
  flex-direction: column;
  min-height: auto;
}

main {
  flex: 1 0 auto;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ul-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.check-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.check-list li {
  position: relative;
  margin-bottom: 16px;
  margin-left: 30px;
  line-height: 19px;
}
.check-list li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 1rem;
  color: red;
  margin-right: 5px;
  position: absolute;
  left: -30px;
}

.z-15 {
  z-index: 15;
  position: relative;
}

.t-c-l {
  text-align: center !important;
}
@media (min-width: 992px) {
  .t-c-l {
    text-align: left !important;
  }
}

.hidden {
  visibility: hidden !important;
}

.site-container-1340 {
  margin: auto;
  position: relative;
  max-width: 1340px;
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .site-container-1340 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.site-container-992 {
  margin: auto;
  position: relative;
  max-width: 992px;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .site-container-992 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 992px) {
  .justify-lg-content-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20% !important;
  }
}