@charset "UTF-8";
.animated {
  opacity: 1 !important;
}

/* Unified navbar refresh for all account states */
body#admin header.blue-header {
  position: static;
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 26px rgba(0, 20, 42, 0.28);
}
body#admin header.blue-header .container .row {
  display: flex;
  justify-content: center;
}
body#admin header.blue-header .container .row .container_menu_size {
  width: min(1180px, 100%);
}
body#admin header.blue-header .navbar-brand-main {
  padding: 14px 0;
}
body#admin header.blue-header .navbar-brand-main img {
  height: 70px;
}
body#admin header.blue-header .navbar-links .navbar-space {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
body#admin header.blue-header .navbar-space .navbar-space-links {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  order: 1;
}
body#admin header.blue-header .navbar-space .navbar-language-links {
  float: none;
  position: relative;
  order: 2;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links,
body#client header.blue-header .navbar-space .navbar-space-links,
body#company header.blue-header .navbar-space .navbar-space-links {
  order: 1;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links,
body#client header.blue-header .navbar-space .navbar-language-links,
body#company header.blue-header .navbar-space .navbar-language-links {
  order: 2;
}
body#admin header.blue-header .navbar-space .navbar-space-links a,
body#admin header.blue-header .navbar-space .navbar-space-phone,
body#admin header.blue-header .navbar-space .account-gate-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
body#admin header.blue-header .navbar-space .navbar-space-links a:hover,
body#admin header.blue-header .navbar-space .navbar-space-phone:hover,
body#admin header.blue-header .navbar-space .account-gate-links a:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
}
body#admin header.blue-header .navbar-space .btn-warning {
  background: #ffb600;
  border-color: #ffb600;
  color: #002e5b !important;
  font-weight: 700;
}
body#admin header.blue-header .navbar-space .btn-warning:hover {
  background: #f3ad00;
}
body#admin header.blue-header .navbar-space .btn-danger {
  background: rgba(206, 51, 51, 0.86);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff !important;
}
body#admin header.blue-header .navbar-space .btn-danger:hover {
  background: rgba(206, 51, 51, 0.96);
}
body#admin header.blue-header .navbar-space .navbar-language-links > a {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}
body#admin header.blue-header .navbar-space .navbar-language-links ul {
  left: 50%;
  top: calc(100% - 1px);
  width: 72px;
  margin: 0;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-50%);
  box-shadow: 0 16px 30px rgba(0, 24, 49, 0.2);
}
body#admin header.blue-header .navbar-space .navbar-language-links ul li + li {
  margin-top: 6px;
}
body#admin header.blue-header .navbar-space .navbar-language-links ul a {
  width: 100%;
  height: 40px;
  margin: 0;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
}
body#admin header.blue-header .navbar-space .navbar-language-links .flag {
  width: 20px;
  height: 14px;
  border-radius: 3px;
  object-fit: cover;
}

body#client header.blue-header .bootsnav,
body#company header.blue-header .bootsnav,
body#admin header.blue-header .bootsnav {
  border: 0;
  border-radius: 0;
  background: #ffbf12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
body#client header.blue-header .bootsnav .navbar-nav > li > a,
body#company header.blue-header .bootsnav .navbar-nav > li > a,
body#admin header.blue-header .bootsnav .navbar-nav > li > a {
  color: #0a2e57;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 22px;
  border-right: 1px solid rgba(10, 46, 87, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease;
}
body#client header.blue-header .bootsnav .navbar-nav > li:first-child > a,
body#company header.blue-header .bootsnav .navbar-nav > li:first-child > a,
body#admin header.blue-header .bootsnav .navbar-nav > li:first-child > a {
  border-left: 1px solid rgba(10, 46, 87, 0.08);
}
body#client header.blue-header .bootsnav .navbar-nav > li > a:hover,
body#company header.blue-header .bootsnav .navbar-nav > li > a:hover,
body#admin header.blue-header .bootsnav .navbar-nav > li > a:hover {
  background: rgba(10, 46, 87, 0.08);
  color: #072240;
}
body#client header.blue-header .bootsnav .navbar-nav > li.active > a,
body#client header.blue-header .bootsnav .navbar-nav > li.active > a:hover,
body#company header.blue-header .bootsnav .navbar-nav > li.active > a,
body#company header.blue-header .bootsnav .navbar-nav > li.active > a:hover,
body#admin header.blue-header .bootsnav .navbar-nav > li.active > a,
body#admin header.blue-header .bootsnav .navbar-nav > li.active > a:hover {
  background: #0b3f77;
  color: #fff;
}
body#client header.blue-header .bootsnav .dropdown-menu,
body#company header.blue-header .bootsnav .dropdown-menu,
body#admin header.blue-header .bootsnav .dropdown-menu {
  border: 1px solid rgba(9, 38, 69, 0.1);
  border-radius: 12px;
  box-shadow: 0 16px 28px rgba(8, 26, 49, 0.18);
  padding: 6px 0;
}
body#client header.blue-header .bootsnav .dropdown-menu > li > a,
body#company header.blue-header .bootsnav .dropdown-menu > li > a,
body#admin header.blue-header .bootsnav .dropdown-menu > li > a {
  color: #123459;
  font-size: 14px;
  padding: 10px 16px;
}
body#client header.blue-header .bootsnav .dropdown-menu > li.active > a,
body#client header.blue-header .bootsnav .dropdown-menu > li > a:hover,
body#company header.blue-header .bootsnav .dropdown-menu > li.active > a,
body#company header.blue-header .bootsnav .dropdown-menu > li > a:hover,
body#admin header.blue-header .bootsnav .dropdown-menu > li.active > a,
body#admin header.blue-header .bootsnav .dropdown-menu > li > a:hover {
  background: rgba(11, 63, 119, 0.08);
  color: #0b3f77;
}

@media screen and (max-width: 992px) {
  body#admin header.blue-header .navbar-brand-main img {
    height: 62px;
  }
  body#admin header.blue-header .navbar-links .navbar-space {
    margin-top: 18px;
  }
  body#admin header.blue-header .navbar-space .navbar-space-links a,
  body#admin header.blue-header .navbar-space .navbar-space-phone,
  body#admin header.blue-header .navbar-space .account-gate-links a {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
  body#client header.blue-header .bootsnav .navbar-nav > li > a,
  body#company header.blue-header .bootsnav .navbar-nav > li > a,
  body#admin header.blue-header .bootsnav .navbar-nav > li > a {
    font-size: 15px;
    padding: 14px 16px;
  }
}

@media screen and (max-width: 768px) {
  body#admin header.blue-header {
    box-shadow: 0 8px 18px rgba(0, 20, 42, 0.22);
  }
  body#admin header.blue-header .navbar-brand-main {
    padding: 12px 0;
  }
  body#admin header.blue-header .navbar-brand-main img {
    height: 48px;
  }
  body#admin header.blue-header .navbar-links .navbar-space {
    margin-top: 12px;
    gap: 8px;
  }
  body#admin header.blue-header .navbar-space .navbar-space-links {
    gap: 8px;
    flex-wrap: wrap;
  }
  body#admin header.blue-header .navbar-space .navbar-space-links a,
  body#admin header.blue-header .navbar-space .account-gate-links a {
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
  }
  body#admin header.blue-header .navbar-space .navbar-language-links > a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  body#client header.blue-header .bootsnav .navbar-nav > li > a,
  body#company header.blue-header .bootsnav .navbar-nav > li > a,
  body#admin header.blue-header .bootsnav .navbar-nav > li > a {
    font-size: 14px;
    padding: 12px 14px;
    border-left: 0;
    border-right: 0;
  }
}

.Navbar_Container {
  width: auto;
}
body#www:not(.www-route-index) header.blue-header,
body#client header.blue-header,
body#company header.blue-header {
  position: static;
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 26px rgba(0, 20, 42, 0.28);
}
body#www:not(.www-route-index) header.blue-header .container,
body#client header.blue-header .container,
body#company header.blue-header .container {
  width: 100%;
}
body#client header.blue-header .container,
body#company header.blue-header .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
body#www:not(.www-route-index) header.blue-header .container .row,
body#client header.blue-header .container .row,
body#company header.blue-header .container .row {
  display: flex;
  justify-content: center;
}
body#www:not(.www-route-index) header.blue-header .container .row .container_menu_size,
body#client header.blue-header .container .row .container_menu_size,
body#company header.blue-header .container .row .container_menu_size {
  width: min(1180px, 100%);
}
body#www:not(.www-route-index) header.blue-header .navbar-brand-main,
body#client header.blue-header .navbar-brand-main,
body#company header.blue-header .navbar-brand-main {
  padding: 14px 0;
}
body#www:not(.www-route-index) header.blue-header .navbar-brand-main img,
body#client header.blue-header .navbar-brand-main img,
body#company header.blue-header .navbar-brand-main img {
  height: 70px;
}
body#www:not(.www-route-index) header.blue-header .navbar-links .navbar-space,
body#client header.blue-header .navbar-links .navbar-space,
body#company header.blue-header .navbar-links .navbar-space {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  overflow: visible;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links,
body#client header.blue-header .navbar-space .navbar-space-links,
body#company header.blue-header .navbar-space .navbar-space-links {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links,
body#client header.blue-header .navbar-space .account-gate-links,
body#company header.blue-header .navbar-space .account-gate-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space.is-guest .navbar-space-links,
body#client header.blue-header .navbar-space.is-guest .navbar-space-links,
body#company header.blue-header .navbar-space.is-guest .navbar-space-links {
  gap: 12px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space.is-authenticated .navbar-space-links,
body#client header.blue-header .navbar-space.is-authenticated .navbar-space-links,
body#company header.blue-header .navbar-space.is-authenticated .navbar-space-links {
  gap: 10px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a,
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-phone,
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links a,
body#client header.blue-header .navbar-space .navbar-space-links a,
body#client header.blue-header .navbar-space .navbar-space-phone,
body#client header.blue-header .navbar-space .account-gate-links a,
body#company header.blue-header .navbar-space .navbar-space-links a,
body#company header.blue-header .navbar-space .navbar-space-phone,
body#company header.blue-header .navbar-space .account-gate-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.12);
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a::after,
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-phone::after,
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links a::after,
body#client header.blue-header .navbar-space .navbar-space-links a::after,
body#client header.blue-header .navbar-space .navbar-space-phone::after,
body#client header.blue-header .navbar-space .account-gate-links a::after,
body#company header.blue-header .navbar-space .navbar-space-links a::after,
body#company header.blue-header .navbar-space .navbar-space-phone::after,
body#company header.blue-header .navbar-space .account-gate-links a::after {
  display: none;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a:hover,
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-phone:hover,
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links a:hover,
body#client header.blue-header .navbar-space .navbar-space-links a:hover,
body#client header.blue-header .navbar-space .navbar-space-phone:hover,
body#client header.blue-header .navbar-space .account-gate-links a:hover,
body#company header.blue-header .navbar-space .navbar-space-links a:hover,
body#company header.blue-header .navbar-space .navbar-space-phone:hover,
body#company header.blue-header .navbar-space .account-gate-links a:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
}
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-link-register,
body#www:not(.www-route-index) header.blue-header .navbar-space .btn-warning,
body#client header.blue-header .navbar-space .account-gate-link-register,
body#client header.blue-header .navbar-space .btn-warning,
body#company header.blue-header .navbar-space .account-gate-link-register,
body#company header.blue-header .navbar-space .btn-warning {
  background: #ffb600;
  border-color: #ffb600;
  color: #002e5b !important;
  font-weight: 700;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-link-register:hover,
body#www:not(.www-route-index) header.blue-header .navbar-space .btn-warning:hover,
body#client header.blue-header .navbar-space .account-gate-link-register:hover,
body#client header.blue-header .navbar-space .btn-warning:hover,
body#company header.blue-header .navbar-space .account-gate-link-register:hover,
body#company header.blue-header .navbar-space .btn-warning:hover {
  background: #f3ad00;
  color: #002e5b !important;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-profile,
body#client header.blue-header .navbar-space .navbar-space-profile,
body#company header.blue-header .navbar-space .navbar-space-profile {
  min-width: 130px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a.btn-danger,
body#client header.blue-header .navbar-space .navbar-space-links a.btn-danger,
body#company header.blue-header .navbar-space .navbar-space-links a.btn-danger {
  background: rgba(206, 51, 51, 0.86);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a.btn-danger:hover,
body#client header.blue-header .navbar-space .navbar-space-links a.btn-danger:hover,
body#company header.blue-header .navbar-space .navbar-space-links a.btn-danger:hover {
  background: rgba(206, 51, 51, 0.96);
  color: #ffffff !important;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a.disabled,
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a[disabled],
body#client header.blue-header .navbar-space .navbar-space-links a.disabled,
body#client header.blue-header .navbar-space .navbar-space-links a[disabled],
body#company header.blue-header .navbar-space .navbar-space-links a.disabled,
body#company header.blue-header .navbar-space .navbar-space-links a[disabled] {
  opacity: 0.42;
  pointer-events: none;
  filter: saturate(0.7);
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links,
body#client header.blue-header .navbar-space .navbar-language-links,
body#company header.blue-header .navbar-space .navbar-language-links {
  float: none;
  position: relative;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links > a,
body#client header.blue-header .navbar-space .navbar-language-links > a,
body#company header.blue-header .navbar-space .navbar-language-links > a {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links ul,
body#client header.blue-header .navbar-space .navbar-language-links ul,
body#company header.blue-header .navbar-space .navbar-language-links ul {
  left: 50%;
  top: calc(100% - 1px);
  width: 72px;
  margin: 0;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-50%);
  box-shadow: 0 16px 30px rgba(0, 24, 49, 0.2);
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links ul a,
body#client header.blue-header .navbar-space .navbar-language-links ul a,
body#company header.blue-header .navbar-space .navbar-language-links ul a {
  width: 100%;
  height: 40px;
  margin: 0;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links ul li + li,
body#client header.blue-header .navbar-space .navbar-language-links ul li + li,
body#company header.blue-header .navbar-space .navbar-language-links ul li + li {
  margin-top: 6px;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links .flag,
body#client header.blue-header .navbar-space .navbar-language-links .flag,
body#company header.blue-header .navbar-space .navbar-language-links .flag {
  width: 20px;
  height: 14px;
  border-radius: 3px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  body#www:not(.www-route-index) header.blue-header .navbar-brand-main img,
  body#client header.blue-header .navbar-brand-main img,
  body#company header.blue-header .navbar-brand-main img {
    height: 62px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-links .navbar-space,
  body#client header.blue-header .navbar-links .navbar-space,
  body#company header.blue-header .navbar-links .navbar-space {
    margin-top: 18px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a,
  body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-phone,
  body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links a,
  body#client header.blue-header .navbar-space .navbar-space-links a,
  body#client header.blue-header .navbar-space .navbar-space-phone,
  body#client header.blue-header .navbar-space .account-gate-links a,
  body#company header.blue-header .navbar-space .navbar-space-links a,
  body#company header.blue-header .navbar-space .navbar-space-phone,
  body#company header.blue-header .navbar-space .account-gate-links a {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  body#www:not(.www-route-index) header.blue-header,
  body#client header.blue-header,
  body#company header.blue-header {
    box-shadow: 0 8px 18px rgba(0, 20, 42, 0.22);
  }
  body#www:not(.www-route-index) header.blue-header .navbar-brand-main,
  body#client header.blue-header .navbar-brand-main,
  body#company header.blue-header .navbar-brand-main {
    padding: 12px 0;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-brand-main img,
  body#client header.blue-header .navbar-brand-main img,
  body#company header.blue-header .navbar-brand-main img {
    height: 48px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-links .navbar-space,
  body#client header.blue-header .navbar-links .navbar-space,
  body#company header.blue-header .navbar-links .navbar-space {
    margin-top: 12px;
    gap: 8px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links,
  body#client header.blue-header .navbar-space .navbar-space-links,
  body#company header.blue-header .navbar-space .navbar-space-links {
    gap: 8px;
    flex-wrap: wrap;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links,
  body#client header.blue-header .navbar-space .account-gate-links,
  body#company header.blue-header .navbar-space .account-gate-links {
    gap: 8px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links a,
  body#www:not(.www-route-index) header.blue-header .navbar-space .account-gate-links a,
  body#client header.blue-header .navbar-space .navbar-space-links a,
  body#client header.blue-header .navbar-space .account-gate-links a,
  body#company header.blue-header .navbar-space .navbar-space-links a,
  body#company header.blue-header .navbar-space .account-gate-links a {
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
  }
  body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links > a,
  body#client header.blue-header .navbar-space .navbar-language-links > a,
  body#company header.blue-header .navbar-space .navbar-language-links > a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}
.animate {
  opacity: 0;
}
/* Variables */
:root {
  --main-yellow-color: #ffb600;
  --main-blue-color: #002e5b;
}
/*General Styling*/
body {
  padding: 0;
  margin: 0;
  color: #0f0f0f;
  overflow-x: hidden;
  background-color: #e7e7e7;
}
body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  position: relative;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #aaa;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea {
  resize: vertical;
}
label {
  font-weight: normal;
  color: var(--main-blue-color);
}
label.required::before {
  content: " *";
  color: #a94442;
  margin-right: 3px;
}
label a {
  color: inherit;
  text-decoration: underline;
}
label a:hover {
  color: inherit;
  text-decoration: none;
}
label.form-check-label {
  position: relative;
  top: -3px;
}
.label-block {
  padding: 8px 0;
  display: block;
}
.anchor::before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
  pointer-events: none;
}
.form-control {
  box-shadow: 0 0;
}
.form-control:focus,
textarea:focus {
  border-color: var(--main-blue-color);
  box-shadow: 0 0;
}
.form-control.open {
  border-radius: 6px 6px 0 0;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 48px;
  font-weight: 600;
}
h2 {
  font-size: 24px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.padding {
  padding-bottom: 90px;
  padding-top: 90px;
}
.padding-top {
  padding-top: 90px;
}
.padding-bottom {
  padding-bottom: 90px;
}
.padding-bottom-half {
  padding-bottom: 45px;
}
.heading_space {
  margin-bottom: 45px;
}
.half_space {
  margin-bottom: 25px;
}
.heading_top {
  margin-top: 25px;
}
.margin_tophalf {
  margin-top: 45px;
}
.margin10 {
  margin-top: 15px;
}
.margin_top {
  margin-top: 90px;
}
.space_50 {
  margin-bottom: 45px;
}
.blue_dark {
  background: #002040;
}
.blue_light {
  background: var(--main-blue-color);
}
.bg_grey {
  background-color: #ebeff2;
}
.color {
  color: var(--main-yellow-color);
}
.bg_blue {
  background-color: #0798bc;
}
#content {
  padding: 40px 0 60px 0;
  background-color: #fefefe;
}
#www #content {
  padding: 0;
}
#www #content #information .content-with-side-menu {
  min-height: 500px;
  overflow: hidden;
}
.wallpaper {
  border-radius: 5px;
  overflow: hidden;
  background-color: #2f567d;
  margin-bottom: 40px;
}
.wallpaper .wallpaper-content {
  padding: 20px 20px 0 20px;
  text-align: justify;
}
.wallpaper .wallpaper-content * {
  color: #fff;
  font-size: 17px !important;
}
section.title {
  margin-bottom: 40px;
}
section.title h1 {
  font-size: 24px;
  border-bottom: 1px solid #dadada;
  padding: 0 0 4px 0;
  margin-bottom: 4px;
  color: #424242;
}
section.title h1 .label {
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 10px;
}
section.title h1 .border-left {
  height: 3px;
  width: 70px;
  background: var(--main-yellow-color);
  display: block;
  position: relative;
  top: 5px;
}
section.title h2 {
  color: #5f6062;
  font-size: 16px;
  margin-top: 5px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
}
.heading .divider-left,
.heading .divider-center {
  height: 4px;
  width: 70px;
  background: var(--main-yellow-color);
  display: block;
}
h1.heading {
  font-size: 30px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
}
h3.heading.secondary {
  font-size: 22px;
  margin-bottom: 10px !important;
}
h4.heading.tertiary {
  border: 0 none;
  color: #9f9f9f;
}
.heading {
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
}
.heading .divider-left,
.heading .divider-center {
  height: 4px;
  width: 70px;
  background: var(--main-yellow-color);
  display: block;
}
.heading .divider-left {
  margin: 10px 0 -2px;
}
.heading .divider-center {
  margin: 10px auto -2px;
}
/* Button */
.btn-dark,
.btn-faded,
.btn-common,
.btn-light,
.btn-danger .btn-warning {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0 none;
  border-radius: 3px;
}
.btn-smaller {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}
.btn-common {
  color: #0f0f0f;
  border: 1px solid #0f0f0f;
}
.btn-dark {
  background-color: var(--main-blue-color);
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  filter: brightness(130%);
  color: #fff;
}
.btn-warning {
  background-color: var(--main-yellow-color);
  color: #333;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus {
  color: #333;
}
.btn-light {
  background-color: var(--main-yellow-color);
  color: #333;
}
.btn-light:hover,
.btn-light:focus {
  filter: brightness(110%);
}
.btn-danger {
  vertical-align: auto;
}
.btn-faded {
  background-color: #9c9c9b;
}
.btn-faded:hover {
  background-color: #8a8a89;
  color: #eee;
}
.btn-large {
  font-size: 110%;
  padding: 20px 0;
}
/*Diagonal Hover Style*/
.btn-diagonal {
  color: #68506b;
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-diagonal:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #2e1d31 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
  transition: all ease 0.5s;
}
.btn-diagonal:hover {
  color: #d3ccd4;
  border: 1px solid transparent;
}
.btn-diagonal:hover::after {
  border-width: 190px 190px 0 0;
}
.btn-diagonal:active {
  background: #4d3151;
}
/*Button Hover*/
.button-hover,
.button-yellow,
.button-black,
#do-slider .owl-prev,
#do-slider .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next,
#director-slider .owl-prev,
#director-slider .owl-next {
  -webkit-transition: border-color 0.4s, color 0.4s;
  -ms-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  -moz-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  z-index: 1;
}
.button-yellow:before {
  background: var(--main-yellow-color);
}
.button-yellow:hover,
.button-yellow:focus {
  color: #fff;
  border-color: var(--main-yellow-color);
}
.button-black:before {
  background: #000;
}
.button-black:hover,
.button-black:focus {
  color: #fff;
  border-color: #000;
}
.button-hover:before,
#do-slider .owl-prev:before,
#do-slider .owl-next:before,
#news-slider .owl-prev:before,
#news-slider .owl-next:before,
#director-slider .owl-prev:before,
#director-slider .owl-next:before {
  background: var(--main-blue-color);
}
.button-hover:before,
.button-yellow:before,
.button-black:before,
#do-slider .owl-prev:before,
#do-slider .owl-next:before,
#news-slider .owl-prev:before,
#news-slider .owl-next:before,
#director-slider .owl-prev:before,
#director-slider .owl-next:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.button-hover,
.button-hover:before,
.button-yellow,
.button-yellow:before,
.button-black:before,
.button-black,
#do-slider .owl-prev,
#do-slider .owl-prev:before,
#do-slider .owl-next,
#do-slider .owl-next:before,
#news-slider .owl-prev,
#news-slider .owl-prev:before,
#news-slider .owl-next,
#news-slider .owl-next:before,
#director-slider .owl-prev,
#director-slider .owl-prev:before,
#director-slider .owl-next,
#director-slider .owl-next:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-hover:hover,
.button-hover:focus,
#do-slider .owl-prev:hover,
#do-slider .owl-next:hover,
#do-slider .owl-prev:focus,
#do-slider .owl-next:focus,
#news-slider .owl-prev:hover,
#news-slider .owl-next:hover,
#news-slider .owl-prev:focus,
#news-slider .owl-next:focus,
#director-slider .owl-prev:hover,
#director-slider .owl-prev:focus,
#director-slider .owl-next:hover,
#director-slider .owl-next:focus {
  color: #fff;
  border-color: var(--main-blue-color);
}
.button-hover:hover::before,
.button-hover:focus::before,
.button-yellow:hover::before,
.button-yellow:focus::before,
.button-black:hover::before,
.button-black:focus::before,
#do-slider .owl-prev:hover::before,
#do-slider .owl-next:hover:before,
#do-slider .owl-prev:focus::before,
#do-slider .owl-next:focus:before,
#news-slider .owl-prev:hover::before,
#news-slider .owl-next:hover::before,
#news-slider .owl-prev:focus::before,
#news-slider .owl-next:focus::before,
#director-slider .owl-prev:hover::before,
#director-slider .owl-prev:focus::before,
#director-slider .owl-next:hover::before,
#director-slider .owl-next:focus::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* ---------- WIDGET ---------- */
aside.sidebar {
  padding: 15px;
}
.widget p.address > i {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}
.widget ul.badge_list {
  padding: 20px 15px;
}
.widget ul.badge_list li {
  margin-left: 30px;
  margin-bottom: 25px;
}
.widget ul.badge_list li:last-child {
  margin-bottom: 0;
}
.widget ul.badge_list li > .badge {
  background: var(--main-yellow-color);
  border-radius: 50%;
  font-size: 18px;
  font-weight: normal;
  height: 30px;
  line-height: normal;
  padding: 2px;
  width: 30px;
  margin: 0 5px -10px -30px;
}
.widget ul.badge_list li strong {
  display: block;
  line-height: normal;
  margin-left: 5px;
}
.widget .tags > li {
  display: inline-block;
}
.widget .tags > li a {
  border: 1px solid #797979;
  color: #343434;
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
  padding: 5px 9px;
  background: #fff;
}
.widget .tags > li a:hover,
.widget .tags > li a:focus {
  background: var(--main-yellow-color);
  border-color: var(--main-yellow-color);
  color: #fff;
}
ul.comment li {
  display: inline-block;
  margin-left: 15px;
}
ul.comment li:first-child {
  margin-left: 0;
}
ul.comment li a {
  color: #555555;
  font-size: 12px;
  display: block;
}
ul.comment li a > i {
  font-size: 16px;
}
.widget_search {
  background: #d8dadb;
  padding: 5px;
  width: 100%;
}
.widget_search .form-control {
  height: 42px;
}
.widget_search .input-group-addon {
  background: var(--main-yellow-color);
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  margin: 5px;
  padding: 0 5px;
  cursor: pointer;
}
.category > li {
  margin-bottom: 20px;
}
.category > li:last-child {
  margin-bottom: 0;
}
.category > li a {
  display: block;
}
.category > li a:before {
  background: var(--main-yellow-color);
  content: "";
  display: inline-table;
  height: 2px;
  width: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.category > li a:hover,
.category > li a:focus,
.single_post a:hover,
.single_post a:focus {
  color: var(--main-yellow-color);
}
.scrollToTop {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  font-size: 25px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  bottom: 16px;
  right: 40px;
  display: none;
  background: var(--main-yellow-color);
}
.scrollToTop:hover,
.scrollToTop:focus {
  background: var(--main-yellow-color);
  color: #fff;
}
/* ----------- TOPBAR ------------*/
.topbar {
  color: #fff;
}
.topbar p {
  font-size: 14px;
  margin: 5px 0;
}
.topbar ul.social_top {
  text-align: right;
  display: block;
}
.topbar ul.social_top li {
  display: inline-block;
}
.topbar ul.social_top li:first-child a {
  border-left: 1px solid #334d66;
}
.topbar ul.social_top li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  width: 30px;
  height: 28px;
  text-align: center;
  border-right: 1px solid #334d66;
}
.topbar ul.social_top li a:hover,
.topbar ul.social_top li a:focus {
  color: var(--main-blue-color);
  background: var(--main-yellow-color);
  border-color: var(--main-yellow-color);
}
/* ------------ HEADER ------------- */
.disconnected-links a,
.navbar-space-phone {
  display: inline-block;
  position: relative;
}
.disconnected-links a:after,
.navbar-space-phone:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--main-yellow-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.disconnected-links a:hover:after,
.navbar-space-phone:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header.blue-header {
  position: static;
  background-color: var(--main-blue-color);
}
nav.navbar.bootsnav ul.nav > li > a.btn {
  padding: 13px 0;
}
nav.navbar.bootsnav .navbar-nav > li > a {
  border: none !important;
}
nav.navbar.bootsnav ul.nav > li > a:before,
nav.navbar ul.nav li.dropdown.on > a:before {
  content: "";
  height: 4px;
  width: 0;
  background: var(--main-blue-color);
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:before,
nav.navbar ul.nav li.dropdown.on > a:before {
  width: 100%;
  left: 0;
  right: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: 1px solid #ccc;
}
nav.navbar.bootsnav li.dropdown.open,
nav.navbar.bootsnav li.dropdown.open > a {
  background-color: #ffbf1f;
}
nav.bootsnav .megamenu-content .title {
  font-size: 16px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  color: #0f0f0f;
  font-size: 12px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:hover a {
  background-color: #fefefe;
}
header .navbar-brand-main {
  padding: 20px 0;
  display: inline-block;
}
header .navbar .navbar-brand-sub {
  display: inline-block;
  padding: 15px 0;
}
header .navbar .navbar-header {
  display: none;
  visibility: hidden;
}
header .navbar.sticked .navbar-header {
  visibility: visible;
  display: inline-block;
}
header .navbar .navbar-brand-sub img {
  width: 20px;
}
header .navbar-invite {
  float: right;
  padding: 24px;
}
nav.navbar.bootsnav .navbar-brand {
  display: inline-block;
  float: left !important;
  height: auto;
  margin-left: 0;
  padding: 14px 0;
  width: 134px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:focus {
  background-color: #efefef;
}
p.banner_title {
  font-size: 18px !important;
}
#rev_slider a {
  display: inline-block;
  margin: 5px;
  font-size: 15px;
}
/*arrows Slider*/
.tparrows {
  background: #f8c443 !important;
  -webkit-border-radius: 100%;
  border-radius: 4px;
  transform: none;
  position: absolute;
  right: 0;
}
.tparrows::before {
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "";
}
.tparrows.tp-rightarrow:before {
  content: "";
}
.tp-leftarrow,
.tp-rightarrow {
  margin: 5px;
}
.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
  background: var(--main-blue-color) !important;
}
.tparrows:hover::before,
.tparrows:focus::before {
  color: #fff;
}
/* ----- ABout US ----- */
#about .priorty .about-post,
.contact_address .address {
  margin-top: 15px;
  overflow: hidden;
}
#about .priorty .about-post a,
.contact_address .address .icon {
  background: #eaeaea;
  display: inline-block;
  float: left;
  height: 60px;
  width: 64px;
  text-align: center;
  font-size: 35px;
}
#about .priorty .about-post a > img {
  display: inline-block;
}
#about .priorty .about-post h4,
#about .priorty .about-post p {
  color: #0f0f0f;
}
#about .priorty .about-post h4,
.contact_address .address h4 {
  margin: 10px 0 0 80px;
}
#about .priorty .about-post p,
.contact_address .address p {
  display: block;
  margin: 0 0 0 80px;
}
/* ----- Feature Work ----- */
#features {
  background: url(../images/parallax1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  background-color: var(--main-blue-color);
}
.work-filter li {
  display: inline-block;
  margin: 0 10px;
}
.work-filter li a {
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  display: block;
  color: #fff;
}
.work-filter li a:before {
  content: "";
  height: 1px;
  width: 0;
  background: var(--main-yellow-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.work-filter li a:hover::before,
.work-filter li a.active:before {
  width: 100%;
  left: 0;
  right: 0;
}
.work-filter li a:hover,
.work-filter li a.active,
#projects .work-filter li a:hover,
#projects .work-filter li a.active {
  color: var(--main-yellow-color);
}
.gallery .work-item,
#ourstudio .col-1-5 {
  padding: 15px;
  position: relative;
}
.mix {
  display: none;
}
.gallery .item-container:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.overlay {
  background: rgba(255, 182, 0, 0.75);
  position: absolute;
  opacity: 0;
  top: auto;
  left: 0;
  bottom: -100%;
  height: 100%;
  width: 100%;
  color: #fff;
}
.gallery .item-container:hover .overlay,
.zerogrid .item-container:hover .overlay,
.shopping_box:hover .overlay {
  opacity: 1;
  bottom: 0;
}
.overlay .overlay-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.overlay:hover .overlay-inner {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.overlay .overlay-inner a {
  background: #fff;
  color: var(--main-yellow-color);
  font-size: 15px;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.overlay .overlay-inner h4 {
  font-size: 18px;
}
.overlay .overlay-inner p {
  margin-bottom: 0;
}
/* ----- Fun Facts ----- */
.number-counters {
  width: 1300px;
}
@media screen and (max-width: 1220px) {
  .number-counters {
    width: 100%;
  }
}
.number-counters .counters-item {
  text-align: center;
  font-size: 40px;
}
.number-counters .counters-item i {
  color: var(--main-yellow-color);
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 1220px) {
  .number-counters .counters-item {
    font-size: 25px;
  }
  .number-counters .counters-item i {
    font-size: 25px;
  }
}
.number-counters .counters-item p {
  font-size: 18px;
}
#facts .fact-image {
  width: 100%;
}
/* ----- What WE Do ----- */
#do-slider .content_wrap .image {
  margin-bottom: 20px;
}
#do-slider .item,
#news-slider .item,
#director-slider .item {
  padding: 0 15px;
}
#news-slider .item:hover h4 > a,
#do-slider .item:hover h3 > a {
  color: var(--main-yellow-color);
}
#do-slider .owl-prev,
#do-slider .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next,
#director-slider .owl-prev,
#director-slider .owl-next {
  background: #fff;
  border: 1px solid #b1bec7;
  border-radius: 5px;
  color: #555555;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -88px;
  width: 36px;
  overflow: hidden;
  z-index: 1;
}
#do-slider .owl-prev,
#news-slider .owl-prev,
#director-slider .owl-prev {
  right: 60px;
}
#do-slider .owl-next,
#news-slider .owl-next,
#director-slider .owl-next {
  right: 15px;
}
/* ----- Customers Review  ----- */
#review-slider {
  position: relative;
}
#review-slider:before {
  content: url(../images/quoteLeft.png);
  left: 0;
}
#review-slider:after {
  content: url(../images/quoteRight.png);
  right: 0;
}
#review-slider:before,
#review-slider:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: 30px;
}
#review-slider .client_name {
  font-size: 18px;
  color: var(--main-yellow-color);
}
#review-slider p {
  margin: 0 10%;
}
#review-slider img.client_pic {
  border: 3px solid #d4dfe8;
  margin: 25px 0;
}
#review-slider .owl-page span {
  position: relative;
  background: #7f7f7f;
  opacity: 1;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
    background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
#review-slider .owl-page span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  border-radius: 4px;
  background: var(--main-yellow-color);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
    visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
#review-slider .owl-page.active span:after,
#review-slider .owl-page span:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* --------------------- Services --------------------- */
.services ul.tabs li {
  display: block;
  background: var(--main-yellow-color);
  color: #fff;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-bottom: #fff solid 1px;
}
.services ul.tabs li:last-child {
  border-bottom: none;
}
.services ul.tabs li:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-table;
  vertical-align: middle;
  margin-right: 8px;
}
.services ul.tabs li.active {
  background: #fff;
  color: var(--main-blue-color);
}
.services ul.tabs li:hover,
.services ul.tabs li:focus {
  background: var(--main-blue-color);
  color: #fff;
}
.services ul.tabs,
.services .tab_container {
  display: block;
}
.services_content .items > li > a,
.faq_content .items > li > a {
  background: #fff;
  color: #0f0f0f;
  display: block;
  margin-bottom: 10px;
  padding: 15px 10px 15px 55px;
  position: relative;
  border: 1px solid #d1d1d1;
}
.services_content .items > li > a:hover,
.services_content .items > li > a.expanded,
.faq_content .items > li > a:hover,
.faq_content .items > li > a.expanded {
  background: var(--main-blue-color);
  color: #fff;
}
.services_content .items > li > a:after,
.faq_content .items > li > a:after {
  background: #fff;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 100%;
  left: 0;
  line-height: 30px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  border-right: 1px solid #d1d1d1;
}
.services_content .items > li > a.expanded:after,
.services_content .items > li > a:hover::after,
.faq_content .items > li > a.expanded:after,
.faq_content .items > li > a:hover::after {
  background: var(--main-yellow-color);
}
.services_content .sub-items,
.faq_content .sub-items {
  display: none;
  padding: 20px 15px;
  border: 1px solid #d1d1d1;
  border-top: none;
  margin-bottom: 10px;
}
.services_content .sub-items p,
.faq_content .sub-items p {
  margin: 0;
}
.services .tab_container {
  padding: 0;
}
/* if accordion mode */
.services .tab_drawer_heading.d_active {
  position: relative;
}
.services .tab_drawer_heading {
  background-color: #dcdcdc;
  padding: 20px 15px;
  margin-bottom: 10px;
  display: none;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.services .tab_drawer_heading:after,
faq_content .tab_drawer_heading:after {
  content: "";
  display: inline-block;
  right: 20px;
  position: absolute;
  font-family: "FontAwesome";
}
.services_content .items > li > a.expanded,
.faq_content .items > li > a.expanded {
  margin-bottom: 0;
}
.services_content .items > li > a.expanded:after,
.faq_content
  .items
  > li
  > a.expanded:after
  .services
  .tab_drawer_heading.d_active:after,
.faq_content .tab_drawer_heading.d_active:after {
  content: "";
}
/*SERVICE SLIDER*/
.service-slider .item img {
  display: block;
  width: 100%;
}
.service-slider .owl-prev,
.service-slider .owl-next {
  background: rgba(255, 182, 0, 0.8) !important;
  border-radius: 4px !important;
  bottom: 0;
  font-size: 20px !important;
  height: 42px;
  line-height: 38px;
  opacity: 1 !important;
  position: absolute;
  width: 42px;
}
.service-slider .owl-prev {
  right: 46px;
}
.service-slider .owl-next {
  right: 0;
}
.panel_list ul.service_feature li {
  display: block;
  margin-bottom: 10px;
  margin-left: 25px;
}
.panel_list ul.service_feature li > i {
  color: var(--main-yellow-color);
  font-size: 18px;
  margin-left: -25px;
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
/* --------------- PROJECT --------------- */
#projects .work-filter li a {
  color: #646464;
}
.pager_nav .pagination {
  margin: 0;
}
.pager_nav .pagination > li > a,
.pager_nav .pagination > li > span {
  color: #0f0f0f;
  border: none;
}
.pager_nav .pagination > li > a:focus,
.pager_nav .pagination > li > a:hover,
.pager_nav .pagination > li > span:focus,
.pager_nav .pagination > li > span:hover {
  background-color: transparent;
  color: var(--main-yellow-color);
}
.blog-reply {
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
.blog-reply h4,
.blog-reply .reply {
  text-transform: uppercase;
}
.blog-reply span {
  font-size: 12px;
  color: #767676;
}
.blog-reply .reply {
  color: var(--main-yellow-color);
  font-size: 13px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
/* --------------- PAGES (DropDown) --------------- */
/* ------- 404 ------ */
#error .error {
  position: relative;
}
#error .error h1 {
  position: relative;
  color: #ebebeb;
  font-size: 150px;
}
#error .error h2 {
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ----------------- Pricing Tables ------------------- */
#pricing .price_table {
  border: 1px solid #c8c8c8;
}
#pricing .price_table .plan {
  background: var(--main-yellow-color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 20px;
  color: #fff;
}
#pricing .price_table.active .plan {
  background: var(--main-blue-color);
}
#pricing .price_table .price p {
  font-size: 75px;
  color: var(--main-yellow-color);
}
#pricing .price_table.active .price p {
  color: var(--main-blue-color);
}
#pricing .price_table .price span.month {
  font-size: 12px;
}
#pricing .price_table .price span.dollor {
  font-size: 32px;
}
#pricing .price_table ul {
  margin-top: 20px;
}
#pricing .price_table ul li {
  display: block;
  line-height: 41px;
  border-bottom: 1px solid #c8c8c8;
}
#pricing .price_table a {
  margin: 20px 0;
}
#pricing .price_table.active a.button-hover,
#pricing .price_table:hover a.button-hover {
  background: var(--main-blue-color);
}
#pricing .price_table.active a.button-hover::before,
#pricing .price_table:hover a.button-hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* --------------- CONTACT US --------------- */
#contact .contact_img > img {
  display: block;
  width: 100%;
}
#contact .contact_img .caption-number {
  background: rgba(255, 182, 0, 0.9);
  padding: 15px;
}
#contact .contact_img .caption_link,
#contact .contact_img .caption-number {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.contact_address .address .icon {
  line-height: 60px;
}
#map_canvas {
  height: 400px;
  width: 100%;
}
.contact_address .address p > a:hover,
.contact_address .address p > a:focus {
  color: var(--main-yellow-color);
}
/* --------------- FOOTER ---------------*/
footer {
  background: #121416;
  color: #fff;
  padding: 40px 0 30px 0;
}
footer .heading {
  font-size: 21px;
  margin-bottom: 30px;
}
footer .contents {
  margin-bottom: 30px;
  overflow: hidden;
}
footer .contents p {
  color: #a1a1a1;
}
footer .contents a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: var(--main-yellow-color) !important;
}
footer .contents.who-are-we p {
  margin-bottom: 0;
}
footer .contents.links ul li {
  width: 50%;
  float: left;
}
footer .contents.links ul li a {
  line-height: 25px;
  display: block;
  font-size: 14px;
}
footer .contents.links ul li a > i {
  position: relative;
  top: 1px;
  color: #aaa;
}
footer .contents.address p {
  margin-bottom: 10px;
}
footer .contents.address p i {
  width: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
footer .contents.address p a {
  color: #a1a1a1;
}
.copyright {
  padding: 24px 0;
  color: #fff;
  background-color: #000;
}
.copyright p {
  margin: 0;
  font-size: 14px;
}
.copyright p > a:hover {
  color: var(--main-yellow-color);
}
@media screen and (max-width: 1024px) {
  nav.navbar li.dropdown ul.dropdown-menu {
    border-top: solid 5px;
  }
  nav.navbar-center .navbar-brand {
    margin: 0 !important;
  }
  #history .history_wrap .col-md-7 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  /*-- HEADER-- */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .navbar-brand {
    display: none;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 0;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus {
    color: var(--main-blue-color);
  }
  nav.navbar.bootsnav ul.nav > li > a:hover::before,
  nav.navbar.bootsnav ul.nav > li.active > a::before,
  nav.navbar ul.nav li.dropdown.on > a::before {
    width: 0;
  }
  #about .about_box .effect > img {
    margin-bottom: 10px;
    max-width: 60px;
  }
  .number-counters .counters-item strong {
    font-size: 36px;
  }
  .number-counters .counters-item p {
    font-size: 14px;
  }
  #counter .number-counters .counters-item {
    margin-bottom: 30px;
  }
  #features,
  #parallax,
  #counter {
    background-position: center center !important;
  }
  .single_post {
    font-size: 12px;
  }
  .copyright p {
    font-size: 11px;
  }
}
@media screen and (min-width: 640px) and (max-width: 992px) {
  .gallery.zerogrid .col-1-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* Feature Work */
  /* Fun Facts */
  /* Paralax */
  .topbar {
    display: none;
  }
  #about .about_box {
    top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #about .about_box:nth-child(3) {
    margin-bottom: 50px;
  }
  .about_box.active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #about .priorty {
    margin-bottom: 20px;
  }
  .work-filter li a {
    font-size: 14px;
  }
  .number-counters .counters-item {
    text-align: center;
  }
  .number-counters .counters-item.last {
    margin-bottom: 0;
  }
  .number-counters .counters-item i {
    display: block;
  }
  .padding_number_counter {
    margin-left: 0;
    margin-right: 0;
  }
  #parallax h1 {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .page_header .page-content .page_nav {
    font-size: 12px;
  }
  #history .history_wrap h3 {
    margin-top: 10px;
  }
  .services ul.tabs {
    display: none;
  }
  .services .tab_drawer_heading {
    display: block;
  }
  .blog_item .image > img {
    margin-bottom: 20px;
  }
  aside.sidebar {
    margin-top: 50px;
  }
  h1.heading {
    font-size: 26px;
  }
}
.page_header .page-content .page_nav {
  width: 100%;
}
.shop_tab .tabs li {
  padding: 15px;
}
.tab_content ol.commentlist li .comment-content .stars {
  bottom: 10px;
  top: auto;
}
.scrollToTop {
  right: 15px;
}
.copyright .col-md-12.text-center {
  text-align: left;
}
#side-menu .menu {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
#side-menu .menu li {
  line-height: 20px;
  display: block;
}
#side-menu .menu li a {
  color: #666;
  text-decoration: none;
  display: block;
}
#side-menu .menu li a:hover {
  color: #222;
}
#side-menu .menu li.active > a {
  color: var(--main-yellow-color);
  font-weight: bold;
}
#side-menu .menu li.group {
  margin-bottom: 5px;
  margin-left: 15px;
}
#side-menu .menu li.group-header {
  color: var(--main-blue-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* ====================== FORM */
form h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
form h3.anchored {
  padding-top: 90px;
  margin-top: -90px;
}
.button-container,
form .form-buttons {
  margin-top: 20px;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px 0;
}
.button-container {
  font-size: 0;
}
form .help-error {
  font-size: 14px;
  min-height: 20px;
}
form .help-error.warning-message {
  display: inline-block;
  color: #dc0000;
}
/* Fix pour les problèmes de focus sur mobile */
@media (max-width: 767px) {
  /* Assurer que les champs côte à côte ne se chevauchent pas */
  /* Améliorer la zone de clic sur les inputs */
  .form-group {
    position: relative;
    z-index: 1;
  }
  .col-xs-6 .form-group {
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input.form-control,
  select.form-control {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
p {
  margin-bottom: 20px;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.panel {
  color: #4d4e53;
  border: 1px solid #e1e1e1;
}
table td.no-entries {
  text-align: center;
  padding: 30px 0 !important;
  color: #888;
  font-size: 16px !important;
}
table.table-single-view thead th,
.panel-body table thead th {
  background-color: #aaa;
  line-height: 35px;
  color: #fff;
  padding: 0 7px;
  font-size: 14px;
}
table.table-single-view tbody td,
.panel-body table tbody td {
  font-size: 14px;
  vertical-align: middle;
}
table.table-single-view tbody a,
.panel-body table tbody a {
  color: var(--main-blue-color);
}
table.table-single-view tbody a:hover,
.panel-body table tbody a:hover {
  color: #000;
}
.panel-body table td .options {
  margin: 0 0 0 5px;
}
.panel-body table td .options .option {
  background-color: #f0f0f0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 3px 5px;
  color: #333 !important;
  margin-left: 5px;
}
.panel-body table td .options .option:hover {
  color: #000 !important;
  background-color: #e6e6e6;
}
.panel-body table td .options .option.warning {
  border: 0 none;
  background-color: #f78b00;
  color: #fff !important;
}
.panel-body table td .options .option.warning:hover {
  background-color: #ea7e00;
}
.panel-body table td .options .option.danger {
  border: 0 none;
  background-color: #e66363;
  color: #fff !important;
}
.panel-body table td .options .option.danger:hover {
  background-color: #fd5757;
}
.panel-body table td .options .option.delete {
  border: 0 none;
  background-color: #f96c69;
  color: #fff !important;
}
.panel-body table td .options .option.delete:hover {
  background-color: #de514e;
}
.panel-body table td .options .option.restore {
  border: 0 none;
  background-color: #67ca67;
  color: #fff !important;
}
.panel-body table td .options .option.restore:hover {
  background-color: #51b751;
}
.panel-body table td .options .option.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.table td a.btn {
  color: #fff;
}
.panel-heading {
  background-color: #f6f6f6;
  color: #5f6c72;
  font-weight: bold;
}
.panel-footer .pagination {
  margin: 0;
  font-size: 14px;
}
.panel-footer .pagination a {
  color: var(--main-blue-color);
}
.panel-footer .pagination > .active > a {
  background-color: var(--main-blue-color);
  border-color: var(--main-blue-color);
  color: #fff;
}
ul.panel-footer-links,
ul.panel-heading-links {
  float: right;
  color: #338f33;
  margin: 0;
}
ul.panel-footer-links li,
ul.panel-heading-links li {
  float: right;
  padding: 0 0 0 10px;
  margin: 0 10px 0 0;
  border-left: 2px solid #ddd;
  list-style-type: none;
}
ul.panel-footer-links li:last-child,
ul.panel-heading-links li:last-child {
  border-left: 0 none;
}
ul.panel-footer-links li i,
ul.panel-footer-links li a,
ul.panel-heading-links li i,
ul.panel-heading-links li a {
  color: #368566 !important;
  text-decoration: none;
}
ul.panel-heading-links li.text-warning i,
ul.panel-heading-links li.text-warning a {
  color: #da9826 !important;
  text-decoration: none;
}
ul.panel-footer-links li a:hover,
ul.panel-footer-links li a:hover i,
ul.panel-footer-links li a:hover span,
ul.panel-heading-links li a:hover i,
ul.panel-heading-links li a:hover span {
  color: #235743 !important;
}
ul.panel-heading-links li.text-warning a.text-warning i:hover,
ul.panel-heading-links
  li.text-warning
  a.text-warning:hover
  ul.panel-heading-links
  li
  a.text-warning:hover
  i,
ul.panel-heading-links li a.text-warning:hover span {
  color: #c5820e !important;
  text-decoration: none;
}
ul.panel-heading-references {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.panel-heading-references li {
  border-left: 2px solid #ddd;
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
ul.panel-heading-references li a {
  color: #206f50;
  text-decoration: none;
}
ul.panel-heading-references li a:hover {
  color: #206f50;
}
ul.panel-heading-references li a.text-warning {
  color: #da9826 !important;
}
ul.panel-heading-references li a.text-warning:hover {
  color: #c5820e !important;
}
ul.panel-heading-references li a.text-muted {
  color: #888 !important;
}
ul.panel-heading-references li a.text-muted:hover {
  color: #333 !important;
}
.document h3 {
  margin-bottom: 20px;
  color: #666;
  font-size: 22px;
}
.document p {
  margin: 0 0 20px 10px;
}
.document ol {
  margin: 0 0 20px 30px;
}
.document ol li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.document p + h3 {
  margin-top: 60px;
}
.document ol.roman {
  list-style-type: lower-roman;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after,
.swiper-button-next:after {
  color: var(--main-yellow-color);
}
.swiper-pagination,
.swiper-scrollbar {
  display: none;
}
/* ====================== cart */
.activity-sectors-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title title" "alert cart" "form cart";
  column-gap: 2em;
}
.activity-sectors-container .title {
  grid-area: title;
}
.activity-sectors-container .alert-box {
  grid-area: alert;
}
.activity-sectors-container form {
  grid-area: form;
}
#category-cart .heading {
  margin-bottom: 20px;
}
.category-cart-container {
  position: sticky;
  grid-area: cart;
  top: 55px;
  align-self: start;
  max-width: 380px;
}
.category-cart-toogler {
  position: absolute;
  z-index: 900;
  bottom: -55px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--main-yellow-color);
  color: var(--main-blue-color);
  border-radius: 100%;
}
.category-toggle-title {
  display: none;
}
.category-cart-toogler .category-cart-counter {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--main-blue-color);
  color: white;
  bottom: -5px;
  right: -5px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
}
.category-cart-content {
  /* position: fixed;
  bottom: 100px;
  right: 20px; */
  background-color: white;
  padding: 1.3em;
  min-width: 300px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  z-index: 999;
}
.category-cart-row {
  display: grid;
  grid-template-columns: 2fr auto;
  margin-bottom: 5px;
  align-items: center;
}
.category-cart-row.row-option {
  grid-template-columns: 2fr 1fr auto;
  grid-gap: 1em;
}
.category-cart-row--btn {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}
.category-cart-total {
  padding-top: 1em;
  font-size: 18px;
}
.pay-later-btn {
  color: var(--main-blue-color);
}
.cleaning-anchor {
  cursor: pointer;
  font-weight: bold;
}
.cleaning-anchor:hover {
  color: var(--main-blue-color);
}
@media only screen and (max-width: 768px) {
  .activity-sectors-container {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "alert" "form" "cart";
  }
  .category-cart-container {
    max-width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    top: initial;
    align-self: initial;
    z-index: 999;
  }
  .category-cart-toogler {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: initial;
    border-radius: initial;
    width: 100vw;
  }
  .category-toggle-title {
    display: block;
  }
  .category-cart-content {
    display: none;
  }
  .category-cart-toogler .category-cart-counter {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .number-counters .counters-item strong {
    font-size: 50px;
  }
  .number-counters .counters-item i {
    font-size: 50px;
  }
  .number-counters .counters-item p {
    font-size: 35px;
  }
}
@media screen and (min-width: 1600px) {
  #about .container_HowItWorks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#about .container_HowItWorks .HowItWorks_Content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  #about .container_HowItWorks .HowItWorks_Content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  #about .container_HowItWorks .HowItWorks_Content {
    width: 1600px;
  }
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card img {
  width: 180px;
  height: 180px;
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card p {
  font-weight: bold;
  font-size: 15px;
  margin-top: 34px;
  margin-bottom: 20px;
  text-align: center;
}
#about .container_HowItWorks .HowItWorks_Content .Custom a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .container_HowItWorks .HowItWorks_Content .Custom a span {
  position: relative;
  left: 59px;
  bottom: 235px;
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a span {
    bottom: 198px;
  }
}
#about .container_HowItWorks .HowItWorks_Content .Custom a img {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a p {
    margin-top: 0px;
  }
}
.container_MyOfferJobs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.container_MyOfferJobs .MyofferJobs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #fff;
  padding: 20px;
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs {
    width: 1200px;
    justify-items: flex-start;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
  color: #002e5b;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
    font-size: 35px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
  color: #002e5b;
  font-weight: bold;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top {
    padding-left: 50px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left h4,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right h4 {
  color: #002e5b;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left h4,
  .container_MyOfferJobs
    .MyofferJobs
    .MyOfferJobs_Bottom
    .MyOfferJobs_Right
    h4 {
    font-size: 25px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left a,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.container_MyOfferJobs
  .MyofferJobs
  .MyOfferJobs_Bottom
  .MyOfferJobs_Left
  a:hover,
.container_MyOfferJobs
  .MyofferJobs
  .MyOfferJobs_Bottom
  .MyOfferJobs_Right
  a:hover {
  background-color: #00b050;
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left a,
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left,
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right {
    padding-left: 55px;
  }
}
#facts {
  background-color: #f5f5f5;
}
#signup_bot {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#company_works_www {
  background-color: #f5f5f5;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #002e5b;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Top {
    display: flex;
    justify-content: space-between;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top
  p {
  font-weight: bold;
  color: #002e5b;
  font-size: 20px;
  margin-bottom: 0px;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top
  img {
  width: 60px;
  height: 60px;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom {
    margin-top: 40px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Img
  img {
  width: 120px;
  height: 120px;
  animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom
    .Bottom_Img
    img {
    width: 150px;
    height: 150px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  transition: 1s;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  a:hover {
  background-color: #00b050;
  transition: 1s;
}
@media screen and (min-width: 1024px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom
    .Bottom_Btn
    a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  #Custom {
  transition: 1s;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  #Custom:hover {
  background-color: #ff0000;
  transition: 1s;
}
.category-cart-container .btn-return-fixed {
  position: absolute;
  left: 2px;
  bottom: -57px;
}
@media screen and (max-width: 768px) {
  .category-cart-container .btn-return-fixed {
    display: none;
  }
}
.category-cart-container .btn-return-fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
}
.category-cart-container .btn-return-fixed a i {
  margin-right: 20px;
}
.category-cart-container .category-cart-content_Container {
  margin-bottom: 20px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed {
  background-color: white;
  padding: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed
  img {
  width: 284px;
  margin-bottom: 16px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
  width: 163px;
  font-size: 15px;
}
.title h1 {
  margin-bottom: 20px;
}
.title .container_btn_return-fixed-mob {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 365px) {
  .title .container_btn_return-fixed-mob {
    display: initial;
  }
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob {
  margin-bottom: 20px;
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
  width: 163px;
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob a i {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .title .container_btn_return-fixed-mob .btn-return-fixed-mob {
    display: none;
  }
}
.Container_Pack {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Container_Pack .Pack_Content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Container_Pack .Pack_Content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .Container_Pack .Pack_Content {
    width: 1600px;
  }
}
.Container_Pack .Pack_Content .Content_Card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 13px;
  width: 320px;
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .Container_Pack .Pack_Content .Content_Card {
    display: flex;
    justify-content: space-around;
    width: 563px;
  }
}
.Container_Pack .Pack_Content .Content_Card .Card_Top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Container_Pack .Pack_Content .Content_Card .Card_Top img {
  width: 150px;
  height: 150px;
  animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (min-width: 1280px) {
  .Container_Pack .Pack_Content .Content_Card .Card_Top img {
    width: 190px;
    height: 190px;
  }
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #002e5b;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom p {
  color: #ffb600;
  font-size: 100px;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom p span {
  color: #002e5b;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-weight: bold;
  transition: 1s;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom a:hover {
  background-color: #00b050;
  transition: 1s;
}
.jobboard_list .list_img img {
  width: 320px;
  height: 127px;
  margin-left: -41px;
}
@media screen and (max-width: 768px) {
  .jobboard_list .list_img img {
    width: 281px;
    height: 108px;
    margin-left: -18px;
  }
}
.jobboard_list2 {
  margin-bottom: 35px;
}
.jobboard_list2 .list_img {
  margin-bottom: 30px;
}
.jobboard_list2 .list_img img {
  width: 320px;
  height: 127px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .jobboard_list2 .list_img img {
    width: 281px;
    height: 108px;
    margin-left: -16px;
  }
}
.jobboard_modal .form-buttons .quote_request_view_submit a {
  cursor: pointer;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_top
  p {
  color: #002e5b;
  font-size: 30px;
  font-weight: bold;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  img {
  width: 100px;
  height: 100px;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  p {
  color: #002e5b;
  font-size: 80px;
  margin-bottom: 0px;
  font-weight: bold;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  p
  span {
  color: #ffb600;
  font-size: 80px;
  font-weight: bold;
}
.container_inscription_compagny_logo {
  margin-bottom: 20px;
}
.container_inscription_compagny_logo .logo_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .container_inscription_compagny_logo .logo_content {
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    width: 960px;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .container_inscription_compagny_logo .logo_content {
    width: 1160px;
  }
}
.container_inscription_compagny_logo .logo_content img {
  width: 325px;
  height: 131px;
}
.container_inscription_compagny_logo .logo_content #custom {
  width: 297px;
  height: 87px;
}
.container_inscription_compagny_logo .logo_content p {
  font-size: 28px;
  font-weight: bold;
  margin-left: 56px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .container_inscription_compagny_logo .logo_content p {
    margin-left: 0px;
  }
}
.Banner_Pub_Container_Web {
  margin-bottom: 275px;
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Web {
    display: none;
  }
}
.Banner_Pub_Container_Web .content {
  height: 260px;
  width: 750px;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
.Banner_Pub_Container_Web .content .images {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Web .images img {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Mob {
  margin-bottom: 275px;
  display: none;
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Mob {
    display: initial;
  }
}
.Banner_Pub_Container_Mob .content {
  height: 400px;
  width: 750px;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Mob .content {
    height: 210px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .Banner_Pub_Container_Mob .content {
    height: 410px;
    width: 700px;
  }
}
.Banner_Pub_Container_Mob .content .images {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Mob .images img {
  height: 100%;
  width: 100%;
}
/* Ajoutez des règles pour d'autres diapositives si nécessaire */
/* Ajoutez des règles pour d'autres diapositives si nécessaire */
.Navbar_Container {
  width: auto;
}
.blue-header .container {
  width: 100%;
}
.blue-header .container .row {
  display: flex;
  justify-content: center;
}
.blue-header .container .row .container_menu_size {
  width: 1180px;
}
.Container_Add_Option {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.title .Container_video iframe {
  width: 500px;
  height: 283px;
  border: none;
}
@media screen and (max-width: 528px) {
  .title .Container_video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .title .Container_video iframe {
    height: 232px;
  }
}
@media screen and (max-width: 330px) {
  .title .Container_video iframe {
    height: 190px;
  }
}
/* Admin quote request manage category selector */
#quote_request_manage_form .category-selector {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fafafa;
}
#quote_request_manage_form .category-selector-panel {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 12px 15px;
}
#quote_request_manage_form .category-selector-panel.hidden {
  display: none;
}
#quote_request_manage_form .category-selector-list {
  max-height: 320px;
  overflow-y: auto;
  padding: 0 6px;
}
#quote_request_manage_form .category-selector-group + .category-selector-group {
  margin-top: 12px;
}
#quote_request_manage_form .category-selector-group-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  margin-bottom: 6px;
}
#quote_request_manage_form .category-selector-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  cursor: pointer;
}
#quote_request_manage_form .category-selector-item input {
  margin: 0;
}
#quote_request_manage_form .category-selector-item.is-disabled {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.04em;
  cursor: default;
}
#quote_request_manage_form .category-selector-item.hidden {
  display: none;
}
#quote_request_manage_form .category-selector-group.hidden {
  display: none;
}
#quote_request_manage_form .category-selector-summary {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 12px;
  background-color: #ffffff;
  min-height: 110px;
}
#quote_request_manage_form .category-selector-summary-header {
  font-weight: 600;
  margin-bottom: 8px;
}
#quote_request_manage_form .category-selector-summary-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#quote_request_manage_form .category-selector-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-size: 12px;
}
#quote_request_manage_form .category-selector-chip-remove {
  border: 0;
  background: none;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  color: #999999;
}
#quote_request_manage_form .category-selector-chip-remove:hover {
  color: #d9534f;
}
@media (max-width: 991px) {
  #quote_request_manage_form .category-selector .row > [class*="col-"] {
    margin-bottom: 15px;
  }
}
label {
  font-weight: 400;
}
.widget ul.badge_list li > .badge {
  font-weight: 400;
}
.scrollToTop {
  font-weight: 700;
}
#side-menu .menu li.active > a {
  font-weight: 700;
}
#side-menu .menu li.group-header {
  font-weight: 700;
}
.panel-heading {
  font-weight: 700;
}
.category-cart-row--btn {
  font-weight: 700;
}
.overlay {
  background: rgba(255, 182, 0, 0.75);
}
.service-slider .owl-prev,
.service-slider .owl-next {
  background: rgba(255, 182, 0, 0.8) !important;
}
.pager_nav .pagination > li > a:focus,
.pager_nav .pagination > li > a:hover,
.pager_nav .pagination > li > span:focus,
.pager_nav .pagination > li > span:hover {
  background-color: #fff0;
}
.btn-diagonal:hover {
  border: 1px solid #fff0;
}
.btn-diagonal:after {
  border-color: #2e1d31 #fff0 #fff0 #fff0;
}
#contact .contact_img .caption-number {
  background: rgba(255, 182, 0, 0.9);
}
.category-cart-content {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}
.panel-body table td .options {
  display: flex;
  justify-content: end;
}
.panel-body table td .options .option.valide {
  border: 0 none;
  background-color: #03a603;
  color: #fff !important;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.banner-siteweb {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.banner-siteweb .banner-siteweb-web img {
  width: 1105px;
  height: 492px;
}
@media screen and (max-width: 1108px) {
  .banner-siteweb .banner-siteweb-web img {
    width: 723px;
    height: 327px;
  }
}
@media screen and (max-width: 726px) {
  .banner-siteweb .banner-siteweb-web img {
    width: 487px;
    height: 232px;
  }
}
@media screen and (max-width: 486px) {
  .banner-siteweb .banner-siteweb-web img {
    display: none;
  }
}
.banner-siteweb .banner-siteweb-mob img {
  display: none;
}
@media screen and (max-width: 486px) {
  .banner-siteweb .banner-siteweb-mob img {
    display: initial;
    width: 100%;
  }
}
.cleaning-anchor {
  cursor: pointer;
  font-weight: 700;
}
.cleaning-anchor:hover {
  color: var(--main-blue-color);
}
.container_MyOfferJobs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.container_MyOfferJobs .MyofferJobs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #fff;
  padding: 20px;
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs {
    width: 1200px;
    justify-items: flex-start;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
  color: #002e5b;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top h3 {
    font-size: 35px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
  color: #002e5b;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top p {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Top {
    padding-left: 50px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left h4,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right h4 {
  color: #002e5b;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left h4,
  .container_MyOfferJobs
    .MyofferJobs
    .MyOfferJobs_Bottom
    .MyOfferJobs_Right
    h4 {
    font-size: 25px;
  }
}
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left a,
.container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.container_MyOfferJobs
  .MyofferJobs
  .MyOfferJobs_Bottom
  .MyOfferJobs_Left
  a:hover,
.container_MyOfferJobs
  .MyofferJobs
  .MyOfferJobs_Bottom
  .MyOfferJobs_Right
  a:hover {
  background-color: #00b050;
}
@media screen and (min-width: 1024px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left a,
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Left,
  .container_MyOfferJobs .MyofferJobs .MyOfferJobs_Bottom .MyOfferJobs_Right {
    padding-left: 55px;
  }
}
.Container_Add_Option {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.link-reseaux {
  display: flex;
  justify-content: center;
  width: 100%;
}
.link-reseaux a {
  width: 70px;
}
.link-reseaux a img {
  width: 34px;
}
.company_perso_page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.company_perso_page .company_perso_page_content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container-page .company_perso_page2 {
  padding-top: 45px;
  padding-bottom: 30px;
}
.container-page .company_perso_page2 .company_perso_page_content2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container-page .company_space2 {
  margin-top: 50px;
}
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #002e5b;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Top {
    display: flex;
    justify-content: space-between;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top
  p {
  font-weight: 700;
  color: #002e5b;
  font-size: 20px;
  margin-bottom: 0;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Top
  img {
  width: 60px;
  height: 60px;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom {
    margin-top: 40px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Img
  img {
  width: 120px;
  height: 120px;
  animation: wiggle 2s linear infinite;
}
@media screen and (min-width: 768px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom
    .Bottom_Img
    img {
    width: 150px;
    height: 150px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  transition: 1s;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  a:hover {
  background-color: #00b050;
  transition: 1s;
}
@media screen and (min-width: 1024px) {
  .Container_Modal_Announcement
    .modal-dialog
    .modal-content
    .modal-body
    .body_Bottom
    .Bottom_Btn
    a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  #Custom {
  transition: 1s;
}
.Container_Modal_Announcement
  .modal-dialog
  .modal-content
  .modal-body
  .body_Bottom
  .Bottom_Btn
  #Custom:hover {
  background-color: red;
  transition: 1s;
}
@media screen and (min-width: 1600px) {
  #about .container_HowItWorks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#about .container_HowItWorks .HowItWorks_Content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  #about .container_HowItWorks .HowItWorks_Content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  #about .container_HowItWorks .HowItWorks_Content {
    width: 1600px;
  }
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card img {
  width: 180px;
  height: 180px;
}
#about .container_HowItWorks .HowItWorks_Content .Content_Card p {
  font-weight: 700;
  font-size: 15px;
  margin-top: 34px;
  margin-bottom: 20px;
  text-align: center;
}
#about .container_HowItWorks .HowItWorks_Content .Custom a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .container_HowItWorks .HowItWorks_Content .Custom a span {
  position: relative;
  left: 119px;
  bottom: 255px;
  padding: 10px;
  background-color: red;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  animation: wiggle 2s linear infinite;
}
@media screen and (max-width: 775px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a span {
    bottom: 198px;
  }
}
#about .container_HowItWorks .HowItWorks_Content .Custom a img {
  width: 300px;
  height: 182px;
  margin-bottom: 30px;
  margin-top: 42px;
}
@media screen and (min-width: 775px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .container_HowItWorks .HowItWorks_Content .Custom a p {
    margin-top: 0;
  }
}
#facts {
  background-color: #f5f5f5;
}
#signup_bot {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#company_works_www {
  background-color: #f5f5f5;
}
.category-cart-container .btn-return-fixed {
  position: absolute;
  left: 2px;
  bottom: -57px;
}
@media screen and (max-width: 768px) {
  .category-cart-container .btn-return-fixed {
    display: none;
  }
}
.category-cart-container .btn-return-fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
}
.category-cart-container .btn-return-fixed a i {
  margin-right: 20px;
}
.category-cart-container .category-cart-content_Container {
  margin-bottom: 20px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed
  img {
  width: 284px;
  margin-bottom: 16px;
}
.category-cart-container
  .category-cart-content_Container
  .Mynewjobs_container_fixed
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
  width: 163px;
  font-size: 15px;
}
.title h1 {
  margin-bottom: 20px;
}
.title .container_btn_return-fixed-mob {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 365px) {
  .title .container_btn_return-fixed-mob {
    display: initial;
  }
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob {
  margin-bottom: 20px;
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #ffb600;
  width: 163px;
}
.title .container_btn_return-fixed-mob .btn-return-fixed-mob a i {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .title .container_btn_return-fixed-mob .btn-return-fixed-mob {
    display: none;
  }
}
.title .Container_video iframe {
  width: 500px;
  height: 283px;
  border: none;
}
@media screen and (max-width: 528px) {
  .title .Container_video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .title .Container_video iframe {
    height: 232px;
  }
}
@media screen and (max-width: 330px) {
  .title .Container_video iframe {
    height: 190px;
  }
}
.Container_Pack {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Container_Pack .Pack_Content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Container_Pack .Pack_Content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .Container_Pack .Pack_Content {
    width: 1600px;
  }
}
.Container_Pack .Pack_Content .Content_Card {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border-radius: 13px;
  width: 320px;
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .Container_Pack .Pack_Content .Content_Card {
    display: flex;
    justify-content: space-around;
    width: 563px;
  }
}
.Container_Pack .Pack_Content .Content_Card .Card_Top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Container_Pack .Pack_Content .Content_Card .Card_Top img {
  width: 150px;
  height: 150px;
  animation: wiggle 2s linear infinite;
}
@media screen and (min-width: 1280px) {
  .Container_Pack .Pack_Content .Content_Card .Card_Top img {
    width: 190px;
    height: 190px;
  }
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom h2 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #002e5b;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom p {
  color: #ffb600;
  font-size: 100px;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom p span {
  color: #002e5b;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom a {
  background-color: #ffb600;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-weight: 700;
  transition: 1s;
}
.Container_Pack .Pack_Content .Content_Card .Card_Bottom a:hover {
  background-color: #00b050;
  transition: 1s;
}
.container_inscription_compagny_logo {
  margin-bottom: 20px;
}
.container_inscription_compagny_logo .logo_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .container_inscription_compagny_logo .logo_content {
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    width: 960px;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .container_inscription_compagny_logo .logo_content {
    width: 1160px;
  }
}
.container_inscription_compagny_logo .logo_content img {
  width: 325px;
  height: 131px;
}
.container_inscription_compagny_logo .logo_content #custom {
  width: 297px;
  height: 87px;
}
.container_inscription_compagny_logo .logo_content p {
  font-size: 28px;
  font-weight: 700;
  margin-left: 56px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .container_inscription_compagny_logo .logo_content p {
    margin-left: 0;
  }
}
.Navbar_Container {
  width: auto;
}
.blue-header .container {
  width: 100%;
}
.blue-header .container .row {
  display: flex;
  justify-content: center;
}
.blue-header .container .row .container_menu_size {
  width: 1180px;
}
.jobboard_list .list_img img {
  width: 320px;
  height: 127px;
  margin-left: -41px;
}
@media screen and (max-width: 768px) {
  .jobboard_list .list_img img {
    width: 281px;
    height: 108px;
    margin-left: -18px;
  }
}
.jobboard_list2 {
  margin-bottom: 35px;
}
.jobboard_list2 .list_img {
  margin-bottom: 30px;
}
.jobboard_list2 .list_img img {
  width: 320px;
  height: 127px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .jobboard_list2 .list_img img {
    width: 281px;
    height: 108px;
    margin-left: -16px;
  }
}
.jobboard_modal .form-buttons .quote_request_view_submit a {
  cursor: pointer;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_top
  p {
  color: #002e5b;
  font-size: 30px;
  font-weight: 700;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  img {
  width: 100px;
  height: 100px;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  p {
  color: #002e5b;
  font-size: 80px;
  margin-bottom: 0;
  font-weight: 700;
}
.jobboard_modal
  .form-buttons
  .quote_request_view_submit
  .container_modal
  .modal-content
  .modal-body
  .body_footer
  p
  span {
  color: #ffb600;
  font-size: 80px;
  font-weight: 700;
}
.Banner_Pub_Container_Web {
  margin-bottom: 275px;
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Web {
    display: none;
  }
}
.Banner_Pub_Container_Web .content {
  height: 260px;
  width: 750px;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
.Banner_Pub_Container_Web .content .images {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Web .images img {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Mob {
  margin-bottom: 275px;
  display: none;
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Mob {
    display: initial;
  }
}
.Banner_Pub_Container_Mob .content {
  height: 400px;
  width: 750px;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .Banner_Pub_Container_Mob .content {
    height: 210px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .Banner_Pub_Container_Mob .content {
    height: 410px;
    width: 700px;
  }
}
.Banner_Pub_Container_Mob .content .images {
  height: 100%;
  width: 100%;
}
.Banner_Pub_Container_Mob .images img {
  height: 100%;
  width: 100%;
}
.container_digital_pub .pub_content {
  display: grid;
  grid-template-columns: repeat(1fr);
  justify-items: center;
  align-items: center;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .container_digital_pub .pub_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container_digital_pub .pub_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1024px;
  }
}
.container_digital_pub .pub_content .content_item {
  width: 300px;
  height: 430px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container_digital_pub .pub_content .content_item h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 30px;
  margin-left: 15px;
}
.container_digital_pub .pub_content .content_item .item_check p i {
  margin-right: 10px;
  margin-left: 10px;
}
.container_digital_pub .pub_content .content_item .item_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}
.container_digital_pub .pub_content .content_item .item_btn a {
  background-color: #f0f4f8;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #002e5b;
  font-weight: 700;
  border-radius: 5px;
}
.container_digital_pub .pub_content .content_item .item_btn a i {
  margin-left: 20px;
}
.container_digital_pub .pub_content .content_item .item_btn .item_price span {
  font-size: 13px;
}
.container_digital_pub .pub_content .content_item .item_btn .item_price p {
  font-weight: 700;
  font-size: 20px;
}
.container_global_pub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container_global_pub .content_item_custom1 a img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.container_global_pub .content_item_custom2 a img {
  margin-top: 60px;
  margin-bottom: 70px;
  display: none;
}
@media screen and (min-width: 768px) {
  .container_global_pub .content_item_custom1 a img {
    display: none;
  }
  .container_global_pub .content_item_custom2 a img {
    display: initial;
    width: 100%;
  }
}
.title_page_faq {
  text-align: center;
  margin: 40px 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.title_page_faq h1 {
  font-size: 36px;
  color: #333;
  margin: 0;
}
.section_faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.faq_entreprise,
.faq_particulier {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .faq_entreprise,
  .faq_particulier {
    width: 100%;
  }
}
.entreprise_title,
.particulier_title {
  padding: 20px;
  text-align: center;
}
.entreprise_title h2,
.particulier_title h2 {
  margin: 0;
  font-size: 24px;
}
.entreprise_title {
  background-color: #002e5b;
  color: #fff;
}
.particulier_title {
  background-color: #ffb600;
  color: #fff;
}
.items_question {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.items_question p {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
}
.items_question span {
  font-size: 16px;
  color: #666;
}
.faq_contact {
  background-color: #4caf50;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
  margin: 40px auto;
  max-width: 600px;
}
.faq_contact h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.faq_contact a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #4caf50;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.faq_contact a:hover {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .faq_contact {
    padding: 30px 10px;
  }
}
.demand-count {
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid var(--main-yellow-color);
  background-color: #fff8e6;
}
.demand-count i {
  margin-right: 8px;
  color: var(--main-yellow-color);
}
.demand-count .demand-period {
  margin-left: 5px;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .demand-count {
    display: block;
    margin: 5px 0 0 0;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .demand-count {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 10px;
    white-space: nowrap;
  }
  .demand-count i {
    font-size: 14px;
    margin-right: 6px;
  }
  .demand-count .demand-period {
    font-size: 13px;
    color: #333;
  }
}
@media screen and (max-width: 480px) {
  .demand-count {
    padding: 6px 10px;
    font-size: 13px;
  }
  .demand-count i {
    font-size: 12px;
  }
  .demand-count .demand-period {
    font-size: 12px;
  }
}
.category-demands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .category-demands-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .category-demands-grid {
    padding: 0 5px;
  }
}
.category-demand-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.category-demand-item:hover {
  transform: translateY(-3px);
}
.category-demand-item h3 {
  color: var(--main-blue-color);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .category-demand-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .category-demand-item h3 {
    font-size: 16px;
    margin: 0;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .category-demand-item {
    padding: 10px 12px;
  }
  .category-demand-item h3 {
    font-size: 14px;
  }
}
.category-group-header {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .category-group-header {
    padding: 8px;
  }
}
.category-toggle {
  display: block;
  color: #333;
  text-decoration: none;
}
.category-toggle:hover {
  text-decoration: none;
  color: #333;
}
.category-toggle h3 {
  margin: 0;
}
.category-toggle .glyphicon-chevron-down {
  transition: transform 0.3s ease;
}
.category-toggle.collapsed .glyphicon-chevron-down {
  transform: rotate(-90deg);
}
.percentage {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  cursor: help;
}
.percentage i {
  margin-right: 5px;
}
.percentage.high {
  background-color: rgba(76, 175, 80, 0.1);
  color: #2e7d32;
}
.percentage.high i {
  color: #2e7d32;
}
.percentage.low {
  background-color: rgba(244, 67, 54, 0.1);
  color: #c62828;
}
.percentage.low i {
  color: #c62828;
}
.percentage.equal {
  background-color: rgba(255, 235, 59, 0.1);
  color: #f9a825;
}
.percentage.equal i {
  color: #f9a825;
}
@media screen and (max-width: 768px) {
  .percentage {
    padding: 1px 6px;
    font-size: 0.9em;
  }
}
.btn-link {
  color: var(--main-blue-color);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--main-yellow-color);
  text-decoration: none;
}
.hidden {
  display: none;
}
.legend-item {
  padding: 10px;
  text-align: center;
}
.legend-item .percentage {
  margin-bottom: 10px;
}
.recommendation {
  font-size: 18px;
  cursor: help;
}
@media screen and (max-width: 768px) {
  .recommendation {
    font-size: 16px;
  }
}
.subcategory-indent {
  padding-left: 20px !important;
}
.custom-file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-upload label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  width: 100%;
}
.custom-file-upload .file-upload-text {
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.custom-file-upload .file-upload-button {
  background-color: #f0f0f0;
  border-left: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
}

@keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body#www.www-route-index {
  --home-hero-actions-width: 720px;
  background: linear-gradient(180deg, #f3f6fb 0%, #ffffff 34%, #f4f6f8 100%);
}
body#www.www-route-index #content {
  padding-top: 0;
  padding-bottom: 0;
}
body#www.www-route-index header {
  z-index: 20;
}
body#www.www-route-index header .navbar-brand-main img {
  height: 84px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
}
body#www.www-route-index header .navbar-links .navbar-space {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  gap: 18px;
  width: 100%;
}
body#www.www-route-index header .navbar-space .navbar-space-links {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  order: 1;
  width: min(var(--home-hero-actions-width), 100%);
}
body#www.www-route-index header .navbar-space .account-gate-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
body#www.www-route-index header .navbar-space .account-gate-links a::after,
body#www.www-route-index header .navbar-space .navbar-space-phone::after {
  display: none;
}
body#www.www-route-index header .navbar-space .navbar-space-links a,
body#www.www-route-index header .navbar-space .navbar-space-phone,
body#www.www-route-index header .navbar-space .account-gate-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  height: 60px;
  min-width: 150px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 46, 91, 0.56);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
body#www.www-route-index header .navbar-space .navbar-space-links a:hover,
body#www.www-route-index header .navbar-space .navbar-space-phone:hover,
body#www.www-route-index header .navbar-space .account-gate-links a:hover {
  transform: translateY(-1px);
  background: rgba(0, 46, 91, 0.72);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
body#www.www-route-index header .navbar-space .account-gate-links .account-gate-link-register,
body#www.www-route-index header .navbar-space .navbar-space-links a.btn-warning {
  background: #ffb600;
  color: #002e5b;
  border-color: #ffb600;
  font-weight: 700;
}
body#www.www-route-index header .navbar-space .account-gate-links .account-gate-link-register:hover,
body#www.www-route-index header .navbar-space .navbar-space-links a.btn-warning:hover {
  background: #f5ad00;
  color: #002e5b;
}
body#www.www-route-index header .navbar-space .navbar-space-links a.btn-danger {
  background: rgba(206, 51, 51, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
}
body#www.www-route-index header .navbar-space .navbar-language-links {
  float: none;
  position: relative;
  order: 2;
  margin-left: 6px;
}
body#www.www-route-index header .navbar-space .navbar-language-links > a {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body#www.www-route-index header .navbar-space .navbar-language-links:hover > a {
  background: rgba(0, 46, 91, 0.68);
  border-radius: 18px;
}
body#www.www-route-index header .navbar-space .navbar-language-links ul {
  top: calc(100% - 1px);
  left: 50%;
  width: 76px;
  margin: 0;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(0, 24, 49, 0.2);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  z-index: 1005;
}
body#www.www-route-index header .navbar-space .navbar-language-links ul li + li {
  margin-top: 6px;
}
body#www.www-route-index header .navbar-space .navbar-language-links ul a {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
  box-shadow: inset 0 0 0 1px rgba(12, 35, 58, 0.06);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
body#www.www-route-index header .navbar-space .navbar-language-links ul a:hover {
  background: #ebf1f8;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0, 46, 91, 0.08);
}
body#www.www-route-index header .navbar-space .navbar-language-links .flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(15, 42, 71, 0.14);
}
body#www.www-route-index #top-scraper {
  position: relative;
  min-height: 700px;
  padding: 170px 0 140px;
  border-bottom: 0;
  overflow: hidden;
}
body#www.www-route-index #top-scraper::before {
  background: linear-gradient(115deg, rgba(0, 46, 91, 0.82) 0%, rgba(0, 46, 91, 0.52) 34%, rgba(0, 46, 91, 0.06) 100%);
}
body#www.www-route-index #top-scraper::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 182, 0, 0.26) 0%, rgba(255, 182, 0, 0) 68%);
  pointer-events: none;
}
body#www.www-route-index #top-scraper .container {
  position: relative;
  z-index: 2;
}
body#www.www-route-index #top-scraper-search {
  max-width: 1080px;
  margin: 62px auto 0;
  padding: 42px 38px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 34px 80px rgba(0, 24, 49, 0.24);
  backdrop-filter: blur(16px);
  animation: home-fade-up 0.8s ease both;
}
body#www.www-route-index #top-scraper #autocomplete_container {
  max-width: var(--home-hero-actions-width);
  margin: 0 auto;
}
body#www.www-route-index #top-scraper .about_header {
  max-width: 760px;
  margin: 0 auto;
}
body#www.www-route-index #top-scraper h3 {
  margin: 0;
  color: #002e5b;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
body#www.www-route-index #top-scraper h5 {
  margin: 16px auto 0;
  color: #42566f;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.65;
  max-width: 580px;
}
body#www.www-route-index #top-scraper .form-group {
  margin-top: 28px;
  margin-bottom: 0;
}
body#www.www-route-index #top-scraper .form-group .form-control {
  height: 68px;
  padding: 0 74px 0 30px;
  border: 1px solid #d9e2ec;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 17px;
}
body#www.www-route-index #top-scraper .form-group .form-control:focus {
  border-color: rgba(0, 46, 91, 0.45);
  box-shadow: 0 0 0 6px rgba(255, 182, 0, 0.16);
}
body#www.www-route-index #top-scraper .form-group .form-control-feedback {
  right: 10px;
  width: 54px;
  height: 54px;
  margin-top: 7px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffb600 0%, #ffd36a 100%);
  box-shadow: 0 10px 18px rgba(255, 182, 0, 0.24);
}
body#www.www-route-index #top-scraper .form-group .form-control-feedback i {
  top: 0;
  color: #002e5b;
  font-size: 24px;
  line-height: 54px;
}
body#www.www-route-index #autocomplete_container .acWrap,
body#www.www-route-index #autocomplete_container .form-group {
  width: 100%;
}
body#www.www-route-index .home-section {
  position: relative;
  padding: 78px 0;
}
body#www.www-route-index .home-section-title {
  margin: 0 0 34px;
  color: #10263d;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
body#www.www-route-index .home-section-title .divider-left,
body#www.www-route-index .home-section-title .divider-center {
  position: static;
  display: block;
  width: 88px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #ffb600;
}
body#www.www-route-index .home-section--how {
  margin: 0;
  padding-top: 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
body#www.www-route-index .home-section--how .container_HowItWorks {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
body#www.www-route-index .home-section--how .HowItWorks_Content {
  gap: 28px;
}
body#www.www-route-index .home-how-card {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 320px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 42, 71, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: home-fade-up 0.8s ease both;
}
body#www.www-route-index .home-how-card:nth-child(2) {
  animation-delay: 0.08s;
}
body#www.www-route-index .home-how-card:nth-child(3) {
  animation-delay: 0.16s;
}
body#www.www-route-index .home-how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(15, 42, 71, 0.16);
}
body#www.www-route-index .home-how-card-step {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 182, 0, 0.16);
  color: #002e5b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body#www.www-route-index .home-how-card img {
  width: 180px;
  height: 180px;
  margin-top: 14px;
  object-fit: contain;
}
body#www.www-route-index .home-how-card p {
  margin: 24px 0 0;
  color: #24364c;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}
body#www.www-route-index .home-section--eco {
  overflow: hidden;
  padding: 74px 0 78px;
  background: radial-gradient(circle at top left, rgba(255, 182, 0, 0.12) 0%, rgba(255, 182, 0, 0) 28%), radial-gradient(circle at top right, rgba(0, 46, 91, 0.08) 0%, rgba(0, 46, 91, 0) 34%), linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}
body#www.www-route-index .home-section--eco::before {
  display: none;
}
body#www.www-route-index .home-section--eco > .container {
  position: relative;
  z-index: 1;
}
body#www.www-route-index .home-section-header--eco {
  max-width: 760px;
  margin-bottom: 38px;
}
body#www.www-route-index .home-section-kicker--eco {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(79, 148, 104, 0.18);
  background: linear-gradient(135deg, rgba(79, 148, 104, 0.12) 0%, rgba(255, 182, 0, 0.1) 100%);
  color: #2d6f53;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body#www.www-route-index .home-section-kicker--eco i {
  color: #4f9468;
  font-size: 14px;
}
body#www.www-route-index .home-section--eco .home-section-title {
  color: #10263d;
  margin-bottom: 14px;
}
body#www.www-route-index .home-section--eco .home-section-title .divider-left {
  background: #ffb600;
}
body#www.www-route-index .home-section-lead--eco {
  max-width: 680px;
  margin: 0;
  color: #58697c;
  font-size: 18px;
  line-height: 1.65;
}
body#www.www-route-index .home-section--eco .home-category-grid {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body#www.www-route-index .home-section--eco .home-category-grid-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
body#www.www-route-index .home-category-card--eco.home-category-card--project:hover,
body#www.www-route-index .home-category-card--eco.home-category-card--project.selected-category {
  border-color: rgba(79, 148, 104, 0.22);
}
body#www.www-route-index .home-category-card--eco.home-category-card--project .category-img-container::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(79, 148, 104, 0.16) 100%);
}
body#www.www-route-index .home-category-grid {
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(0, 15, 32, 0.14);
  backdrop-filter: blur(10px);
}
body#www.www-route-index .home-section--projects .home-category-grid {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body#www.www-route-index .home-section--projects .home-category-grid-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
body#www.www-route-index .home-category-grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  min-height: 0;
  text-align: left;
}
body#www.www-route-index .home-category-card {
  width: auto;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 42, 71, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: home-fade-up 0.75s ease both;
}
body#www.www-route-index .home-category-card:hover,
body#www.www-route-index .home-category-card.selected-category {
  color: inherit;
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 42, 71, 0.18);
}
body#www.www-route-index .home-category-card .delete-subcategory {
  display: none !important;
}
body#www.www-route-index .home-category-card .category-img-container {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 186px;
  flex: 0 0 186px;
  align-self: stretch;
  flex-shrink: 0;
  border-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50%;
}
body#www.www-route-index .home-category-card .category-img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 46, 91, 0.18) 100%);
}
body#www.www-route-index .home-category-card .category-name {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 88px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  text-align: center;
}
body#www.www-route-index .home-category-card .category-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(12, 35, 58, 0.08);
}
body#www.www-route-index .home-category-card .category-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
body#www.www-route-index .home-category-card:hover .category-name::after,
body#www.www-route-index .home-category-card.selected-category .category-name::after {
  transform: scaleX(1);
}
body#www.www-route-index .home-category-card .category-description {
  display: block;
}
body#www.www-route-index .home-category-card .category-description span {
  display: block;
  height: auto;
  padding: 0;
  background: none !important;
  color: #10263d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
body#www.www-route-index .home-category-card--more {
  background: linear-gradient(160deg, #002e5b 0%, #18467b 100%);
  border-color: rgba(0, 46, 91, 0.2);
}
body#www.www-route-index .home-category-card--more:hover {
  background: linear-gradient(160deg, #002e5b 0%, #18467b 100%);
}
body#www.www-route-index .home-category-card--more .category-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #002e5b 0%, #18467b 100%) !important;
}
body#www.www-route-index .home-category-card--more .category-img-container::before {
  content: "+";
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 76px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.06);
}
body#www.www-route-index .home-category-card--more .category-img-container::after {
  display: none;
}
body#www.www-route-index .home-category-card--more .category-name {
  justify-content: center;
  text-align: center;
}
body#www.www-route-index .home-category-card--more .category-name::before {
  left: 18px;
  right: 18px;
  background: rgba(12, 35, 58, 0.08);
}
body#www.www-route-index .home-category-card--more .category-description span {
  color: #10263d;
  text-align: center;
  font-size: 16px;
}
body#www.www-route-index .home-section--projects {
  padding-top: 38px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}
body#www.www-route-index .home-category-card--project {
  min-height: 0;
  border-radius: 12px;
  border-color: #ccd9e7;
  box-shadow: 0 10px 22px rgba(15, 42, 71, 0.1);
}
body#www.www-route-index .home-category-card--project:hover,
body#www.www-route-index .home-category-card--project.selected-category {
  transform: none;
  box-shadow: 0 14px 28px rgba(15, 42, 71, 0.14);
  border-color: #b8cce1;
}
body#www.www-route-index .home-category-card--project .category-img-container {
  width: 100%;
  min-width: 100%;
  height: 136px;
  flex: 0 0 136px;
  align-self: stretch;
  background-size: cover !important;
  background-position: 50% 50%;
  transform: scale(1);
  transition: none;
}
body#www.www-route-index .home-category-card--project .category-img-container::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 46, 91, 0.12) 100%);
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
body#www.www-route-index .home-category-card--project:hover .category-img-container {
  transform: scale(1);
}
body#www.www-route-index .home-category-card--project:hover .category-img-container::after {
  opacity: 1;
}
body#www.www-route-index .home-category-card--project .category-name {
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  text-align: center;
}
body#www.www-route-index .home-category-card--project .category-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(12, 35, 58, 0.08);
}
body#www.www-route-index .home-category-card--project .category-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
body#www.www-route-index .home-category-card--project:hover .category-name::after,
body#www.www-route-index .home-category-card--project.selected-category .category-name::after {
  transform: scaleX(1);
}
body#www.www-route-index .home-category-card--project .category-description span {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}
body#www.www-route-index .home-category-card--project.home-category-card--more {
  background: #ffffff;
  border-color: rgba(0, 46, 91, 0.14);
}
body#www.www-route-index .home-category-card--project.home-category-card--more:hover {
  background: #ffffff;
}
body#www.www-route-index .home-category-card--project.home-category-card--more .category-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #18467b 0%, #2f639c 100%) !important;
}
body#www.www-route-index .home-category-card--project.home-category-card--more .category-img-container::before {
  width: 96px;
  height: 96px;
  font-size: 60px;
}
body#www.www-route-index .home-category-card--project.home-category-card--more .category-name {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  justify-content: center;
  text-align: center;
}
body#www.www-route-index .home-category-card--project.home-category-card--more .category-name::before {
  left: 18px;
  right: 18px;
  background: rgba(12, 35, 58, 0.08);
}
body#www.www-route-index .home-category-card--project.home-category-card--more .category-description span {
  color: #10263d;
  font-size: 16px;
  text-align: center;
}
body#www.www-route-index .home-section--custom-block,
body#www.www-route-index .home-section--partner-banner {
  padding-top: 14px;
  padding-bottom: 22px;
}
body#www.www-route-index .banner-siteweb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body#www.www-route-index .banner-siteweb a {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
body#www.www-route-index .banner-siteweb .banner-siteweb-web,
body#www.www-route-index .banner-siteweb .banner-siteweb-mob {
  width: 100%;
}
body#www.www-route-index .banner-siteweb .banner-siteweb-web img,
body#www.www-route-index .banner-siteweb .banner-siteweb-mob img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
body#www.www-route-index .banner-siteweb .banner-siteweb-mob {
  display: none;
}
body#www.www-route-index .banner-siteweb img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(15, 42, 71, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body#www.www-route-index .banner-siteweb img:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 42, 71, 0.22);
}
body#www.www-route-index .home-section--trust {
  padding-top: 74px;
  padding-bottom: 78px;
  background: radial-gradient(circle at top left, rgba(255, 182, 0, 0.08) 0%, rgba(255, 182, 0, 0) 24%), radial-gradient(circle at bottom right, rgba(0, 46, 91, 0.08) 0%, rgba(0, 46, 91, 0) 34%), linear-gradient(180deg, #f7faff 0%, #ffffff 52%, #f8fbff 100%);
}
body#www.www-route-index .home-facts-intro {
  max-width: 900px;
  margin: 0 auto 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body#www.www-route-index .home-section-kicker--trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 46, 91, 0.06);
  color: #002e5b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
body#www.www-route-index .home-section-kicker--trust i {
  display: none;
}
body#www.www-route-index .home-section--trust .home-section-title--trust {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
body#www.www-route-index .home-section--trust .home-section-title--trust .divider-center {
  margin-left: auto;
  margin-right: auto;
}
body#www.www-route-index .home-section-lead--trust {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5b6d82;
  font-size: 18px;
  line-height: 1.7;
}
body#www.www-route-index .home-facts-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  width: 100%;
  align-items: stretch;
  gap: 42px;
}
body#www.www-route-index .home-facts-media,
body#www.www-route-index .home-facts-stats {
  min-width: 0;
}
body#www.www-route-index .home-facts-media {
  position: relative;
}
body#www.www-route-index .home-facts-media::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -18px;
  right: 56px;
  bottom: -24px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(0, 46, 91, 0.1) 0%, rgba(0, 46, 91, 0.02) 100%);
  z-index: 0;
}
body#www.www-route-index .home-facts-visual-frame {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  min-height: 500px;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 72px rgba(15, 42, 71, 0.16);
  background: #dfe7f0;
}
body#www.www-route-index .home-facts-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 34, 0.02) 12%, rgba(0, 46, 91, 0.28) 100%);
  pointer-events: none;
}
body#www.www-route-index .home-facts-visual .slider_fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.8s ease;
}
body#www.www-route-index .home-facts-visual .slider_fade_hidden {
  opacity: 0;
}
body#www.www-route-index .home-facts-visual-frame:hover .slider_fade {
  transform: scale(1.035);
}
body#www.www-route-index .home-facts-visual .facts_main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#www.www-route-index .home-facts-highlight {
  position: absolute;
  left: 26px;
  right: auto;
  bottom: 24px;
  z-index: 2;
  max-width: 300px;
  padding: 18px 20px 17px;
  border-radius: 24px;
  background: rgba(0, 46, 91, 0.8);
  box-shadow: 0 18px 40px rgba(0, 24, 49, 0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
}
body#www.www-route-index .home-facts-highlight-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body#www.www-route-index .home-facts-highlight strong {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
body#www.www-route-index .home-facts-highlight p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}
body#www.www-route-index .home-facts-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
body#www.www-route-index .home-facts-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 126px;
  padding: 26px 28px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(12, 35, 58, 0.04);
  box-shadow: 0 20px 46px rgba(15, 42, 71, 0.1);
  color: #16324d;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
body#www.www-route-index .home-facts-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
body#www.www-route-index .home-facts-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(15, 42, 71, 0.14);
  border-color: rgba(255, 182, 0, 0.28);
  color: #16324d;
  text-decoration: none;
}
body#www.www-route-index .home-facts-card:hover::after,
  body#www.www-route-index .home-facts-card:focus::after {
  transform: scaleX(1);
}
body#www.www-route-index .home-facts-card i {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255, 182, 0, 0.18) 0%, rgba(255, 182, 0, 0.08) 100%);
  color: #ffb600;
  font-size: 31px;
}
body#www.www-route-index .home-facts-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
body#www.www-route-index .home-facts-card strong {
  display: block;
  color: #002e5b;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
body#www.www-route-index .home-facts-card p {
  margin: 0;
  color: #55677d;
  font-size: 16px;
  line-height: 1.45;
}
@media screen and (max-width: 991px) {
  body#www.www-route-index .home-section--trust {
    padding-top: 82px;
    padding-bottom: 88px;
  }
  body#www.www-route-index .home-facts-intro {
    margin-bottom: 34px;
  }
  body#www.www-route-index .home-facts-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body#www.www-route-index .home-facts-media::before {
    top: 18px;
    left: -10px;
    right: 40px;
    bottom: -14px;
  }
  body#www.www-route-index .home-facts-visual-frame {
    min-height: 380px;
  }
}
body#www.www-route-index .home-section--cta {
  padding-top: 20px;
  padding-bottom: 24px;
  background: transparent;
}
body#www.www-route-index .home-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid rgba(12, 35, 58, 0.08);
  box-shadow: 0 20px 50px rgba(15, 42, 71, 0.12);
}
body#www.www-route-index .home-cta-action {
  flex: 1 1 0;
  text-align: center;
}
body#www.www-route-index .home-cta-brand {
  flex: 0 0 auto;
  padding: 0 18px;
}
body#www.www-route-index .home-cta-brand img {
  max-width: 260px;
}
body#www.www-route-index .home-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  min-height: 62px;
  padding: 16px 22px;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(15, 42, 71, 0.12);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
body#www.www-route-index .home-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(15, 42, 71, 0.16);
}
body#www.www-route-index .home-cta-button--primary {
  background: linear-gradient(135deg, #ffb600 0%, #ffd36a 100%);
  color: #002e5b;
}
body#www.www-route-index .home-cta-button--secondary {
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
  color: #fff;
}
body#www.www-route-index .home-section--works {
  padding-top: 18px;
  padding-bottom: 50px;
  background: transparent;
}
body#www.www-route-index .home-works-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
body#www.www-route-index .home-works-title-wrap {
  min-width: 0;
  flex: 1 1 auto;
}
body#www.www-route-index .home-section--works .home-section-title {
  margin-bottom: 0;
}
body#www.www-route-index .home-section-link {
  flex: 0 0 auto;
  margin-top: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
  box-shadow: 0 16px 28px rgba(15, 42, 71, 0.14);
  font-size: 14px;
  font-weight: 700;
}
body#www.www-route-index .home-section-link:hover,
body#www.www-route-index .home-section-link:focus {
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
}
body#www.www-route-index #company-works-slider .m-r-20 {
  margin-right: 0;
  height: 100%;
}
body#www.www-route-index #company-works-slider .owl-stage {
  display: flex;
  align-items: stretch;
}
body#www.www-route-index #company-works-slider .owl-item {
  height: auto;
}
body#www.www-route-index #company_works_www .tile.company_work_tile {
  height: 100%;
  padding: 10px 6px 14px;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 42, 71, 0.08);
  border: 1px solid rgba(12, 35, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
body#www.www-route-index #company_works_www .tile.company_work_tile:hover .wrapper {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 42, 71, 0.1);
  border-color: rgba(0, 46, 91, 0.12);
}
body#www.www-route-index #company_works_www .tile.company_work_tile .image,
body#www.www-route-index #company_works_www .tile.company_work_tile .image > a {
  display: block;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .image-container {
  position: relative;
  display: block;
  min-height: 260px;
  height: 260px;
  background-color: #dfe8f1;
  background-size: cover;
  background-position: 50% 50%;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 20%, rgba(0, 46, 91, 0.45) 100%);
}
body#www.www-route-index #company_works_www .tile.company_work_tile .views {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  gap: 8px;
  pointer-events: none;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .views-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  color: #002e5b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .image > a:hover .views,
body#www.www-route-index #company_works_www .tile.company_work_tile .image > a:focus .views,
body#www.www-route-index #company_works_www .tile.company_work_tile:hover .views {
  background: transparent;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .image > a:hover .views-item,
body#www.www-route-index #company_works_www .tile.company_work_tile .image > a:focus .views-item,
body#www.www-route-index #company_works_www .tile.company_work_tile:hover .views-item {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
  color: #002e5b !important;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .views-item i {
  font-size: 12px;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .work {
  display: flex;
  flex: 1 1 auto;
  padding: 18px 20px 22px;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .company a,
body#www.www-route-index #company_works_www .tile.company_work_tile .sector a {
  color: #10263d;
  display: block;
  text-decoration: none;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .company {
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #6d7d90;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .sector {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}
body#www.www-route-index #company_works_www .tile.company_work_tile .sector span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body#www.www-route-index .account-gate-modal-dialog {
  width: min(760px, calc(100vw - 32px));
  margin: 8vh auto;
}
body#www.www-route-index .account-gate-modal .modal-content {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 34px 80px rgba(0, 24, 49, 0.28);
}
body#www.www-route-index .account-gate-modal-body {
  padding: 30px 30px 32px;
  position: relative;
}
body#www.www-route-index .account-gate-modal-title {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  color: #10263d;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
body#www.www-route-index .account-gate-modal-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #ffb600;
}
body#www.www-route-index .account-gate-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #eef3f8;
  color: #5d7088;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
body#www.www-route-index .account-gate-modal-close:hover {
  background: #e4ebf3;
  color: #10263d;
  transform: translateY(-1px);
}
body#www.www-route-index .account-gate-modal-choices {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}
body#www.www-route-index .account-gate-modal-col {
  min-width: 0;
}
body#www.www-route-index .account-gate-modal-choice {
  position: relative;
  min-height: 248px;
  padding: 30px 24px 28px;
  border-radius: 24px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 40px rgba(15, 42, 71, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #24364c;
  opacity: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
body#www.www-route-index .login-choice-client.account-gate-modal-choice {
  background: linear-gradient(180deg, rgba(255, 182, 0, 0.16) 0%, #ffffff 28%, #f8fafc 100%);
}
body#www.www-route-index .login-choice-company.account-gate-modal-choice {
  background: linear-gradient(180deg, rgba(0, 46, 91, 0.12) 0%, #ffffff 28%, #f8fafc 100%);
}
body#www.www-route-index .account-gate-modal-choice:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(15, 42, 71, 0.18);
  opacity: 1;
}
body#www.www-route-index .login-choice-client.account-gate-modal-choice:hover {
  border-color: rgba(255, 182, 0, 0.46);
}
body#www.www-route-index .login-choice-company.account-gate-modal-choice:hover {
  border-color: rgba(0, 46, 91, 0.24);
}
body#www.www-route-index .account-gate-modal-choice img {
  width: 124px;
  height: 124px;
  object-fit: contain;
  display: block;
}
body#www.www-route-index .account-gate-modal-choice .caption {
  display: block;
  margin-top: 0;
  color: #55677d;
  font-size: 16px;
  line-height: 1.55;
}
body#www.www-route-index .account-gate-modal-choice .caption strong {
  display: block;
  margin-top: 4px;
  color: #10263d;
  font-size: 24px;
  line-height: 1.2;
}
body#www.www-route-index .account-gate-modal-choice .caption br {
  display: none;
}
body#www.www-route-index .Container_Modal_Announcement .modal-content {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 42, 71, 0.22);
}
body#www.www-route-index .Container_Modal_Announcement .modal-body {
  padding: 0;
}
body#www.www-route-index .Container_Modal_Announcement .body_Top {
  padding: 24px 28px;
  background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
  border-bottom: 0;
}
body#www.www-route-index .Container_Modal_Announcement .body_Top p {
  color: #fff;
}
body#www.www-route-index .Container_Modal_Announcement .body_Bottom {
  padding: 26px 28px 28px;
  background: #ffffff;
}
body#www.www-route-index .Container_Modal_Announcement .Bottom_Btn a {
  border-radius: 999px;
}
body#www.www-route-index #top_button_container {
  display: none;
}
@media screen and (max-width: 1280px) {
  body#www.www-route-index {
    --home-hero-actions-width: 640px;
  }
  body#www.www-route-index header .navbar-brand-main img {
    height: 72px;
  }
  body#www.www-route-index header .navbar-space .navbar-space-links a,
  body#www.www-route-index header .navbar-space .navbar-space-phone,
  body#www.www-route-index header .navbar-space .account-gate-links a {
    height: 56px;
    min-width: 136px;
    padding: 0 16px;
    font-size: 13px;
  }
  body#www.www-route-index header .navbar-space .navbar-language-links > a {
    width: 56px;
    height: 56px;
  }
  body#www.www-route-index #top-scraper {
    min-height: 640px;
    padding-top: 156px;
  }
  body#www.www-route-index #top-scraper-search {
    max-width: 980px;
    padding: 36px 34px;
  }
  body#www.www-route-index .home-cta-shell {
    padding: 24px;
  }
  body#www.www-route-index .home-cta-brand img {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  body#www.www-route-index {
    --home-hero-actions-width: 100%;
  }
  body#www.www-route-index header > .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  body#www.www-route-index header > .container > .row > .col-xs-2 {
    width: auto;
    padding-right: 8px;
  }
  body#www.www-route-index header > .container > .row > .col-xs-10 {
    width: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
  body#www.www-route-index header .navbar-brand-main {
    display: flex;
    align-items: center;
    height: 48px;
  }
  body#www.www-route-index header {
    padding-top: 12px;
  }
  body#www.www-route-index header .navbar-brand-main img {
    height: 48px;
  }
  body#www.www-route-index header .navbar-links .navbar-space {
    margin-top: 0;
    gap: 10px;
    width: auto;
  }
  body#www.www-route-index header .navbar-space .navbar-space-links {
    gap: 10px;
    order: 2;
    width: auto;
  }
  body#www.www-route-index header .navbar-space .account-gate-links {
    gap: 10px;
  }
  body#www.www-route-index header .navbar-space .navbar-language-links {
    order: 1;
    margin-left: 0;
  }
  body#www.www-route-index header .navbar-space .navbar-space-links a,
  body#www.www-route-index header .navbar-space .account-gate-links a {
    height: 48px;
    min-width: 0;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 14px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  }
  body#www.www-route-index header .navbar-space .navbar-language-links > a {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
  }
  body#www.www-route-index header .navbar-space .navbar-language-links ul {
    width: 68px;
    padding: 6px;
    border-radius: 18px;
  }
  body#www.www-route-index header .navbar-space .navbar-language-links ul a {
    height: 40px;
    border-radius: 12px;
  }
  body#www.www-route-index #top-scraper {
    min-height: 560px;
    padding: 116px 0 72px;
  }
  body#www.www-route-index #top-scraper::after {
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -60px;
  }
  body#www.www-route-index #top-scraper-search {
    margin-top: 46px;
    padding: 24px 20px;
    border-radius: 20px;
  }
  body#www.www-route-index #top-scraper h3 {
    font-size: 29px;
    white-space: normal;
  }
  body#www.www-route-index #top-scraper h5 {
    font-size: 15px;
    line-height: 1.5;
  }
  body#www.www-route-index #top-scraper .form-group .form-control {
    height: 60px;
    padding-left: 22px;
    padding-right: 64px;
    font-size: 16px;
    border-radius: 18px;
  }
  body#www.www-route-index #top-scraper .form-group .form-control-feedback {
    width: 48px;
    height: 48px;
    margin-top: 6px;
    border-radius: 14px;
  }
  body#www.www-route-index #top-scraper .form-group .form-control-feedback i {
    line-height: 48px;
    font-size: 22px;
  }
  body#www.www-route-index .account-gate-modal-dialog {
    width: calc(100vw - 32px);
    margin: 7vh auto 0;
  }
  body#www.www-route-index .account-gate-modal-body {
    padding: 18px 14px 16px;
  }
  body#www.www-route-index .account-gate-modal-title {
    max-width: 250px;
    font-size: 18px;
    line-height: 1.22;
  }
  body#www.www-route-index .account-gate-modal-title::after {
    width: 56px;
    margin-top: 14px;
  }
  body#www.www-route-index .account-gate-modal-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 22px;
  }
  body#www.www-route-index .account-gate-modal-choices {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#www.www-route-index .account-gate-modal-choice {
    min-height: 0;
    padding: 16px 14px 14px;
    border-radius: 18px;
    gap: 10px;
  }
  body#www.www-route-index .account-gate-modal-choice img {
    width: 68px;
    height: 68px;
  }
  body#www.www-route-index .account-gate-modal-choice .caption {
    font-size: 14px;
    line-height: 1.4;
  }
  body#www.www-route-index .account-gate-modal-choice .caption strong {
    font-size: 17px;
    margin-top: 2px;
  }
  body#www.www-route-index .home-section {
    padding: 56px 0;
  }
  body#www.www-route-index .home-section-title {
    margin-bottom: 28px;
    font-size: 28px;
  }
  body#www.www-route-index .home-how-card {
    min-height: 0;
    padding: 30px 22px 24px;
  }
  body#www.www-route-index .home-how-card img {
    width: 150px;
    height: 150px;
    margin-top: 20px;
  }
  body#www.www-route-index .home-how-card p {
    font-size: 16px;
  }
  body#www.www-route-index .home-category-grid {
    padding: 20px;
    border-radius: 24px;
  }
  body#www.www-route-index .home-category-grid-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body#www.www-route-index .home-category-card .category-img-container {
    height: 170px;
    flex-basis: 170px;
    width: 100%;
    min-width: 100%;
    align-self: stretch;
  }
  body#www.www-route-index .home-category-card .category-name {
    min-height: 0;
    padding: 16px 16px 14px;
  }
  body#www.www-route-index .home-category-card .category-name::before {
    left: 16px;
    right: 16px;
  }
  body#www.www-route-index .home-section--projects {
    padding-top: 28px;
    padding-bottom: 44px;
  }
  body#www.www-route-index .home-section--projects .home-category-grid-list {
    gap: 14px;
  }
  body#www.www-route-index .home-section--eco {
    padding: 58px 0 60px;
  }
  body#www.www-route-index .home-section-header--eco {
    margin-bottom: 28px;
  }
  body#www.www-route-index .home-section-kicker--eco {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  body#www.www-route-index .home-section-lead--eco {
    max-width: none;
    font-size: 15px;
    line-height: 1.6;
  }
  body#www.www-route-index .home-section--eco .home-category-grid-list {
    gap: 14px;
  }
  body#www.www-route-index .home-category-card--project {
    min-height: 0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    overflow: hidden;
  }
  body#www.www-route-index .home-category-card--project .category-img-container {
    width: 92px;
    min-width: 92px;
    height: auto;
    min-height: 94px;
    flex: 0 0 92px;
    border-bottom: 0;
    border-right: 1px solid #d7e4f2;
    grid-column: 1;
    grid-row: 1;
  }
  body#www.www-route-index .home-category-card--project .category-name {
    min-height: 94px;
    padding: 10px 12px;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body#www.www-route-index .home-category-card--project .category-name::before {
    display: none;
  }
  body#www.www-route-index .home-category-card--project .category-name::after {
    left: 0;
    right: 0;
  }
  body#www.www-route-index .home-category-card--project .category-description span {
    font-size: 11px;
    line-height: 1.28;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  body#www.www-route-index .home-category-card--project.home-category-card--more .category-img-container::before {
    width: 34px;
    height: 34px;
    font-size: 24px;
    border-width: 1px;
  }
  body#www.www-route-index .home-category-card--project.home-category-card--more .category-description span {
    font-size: 15px;
  }
  body#www.www-route-index #content {
    padding-bottom: 96px;
  }
  body#www.www-route-index .home-section--trust {
    padding-top: 56px;
    padding-bottom: 58px;
  }
  body#www.www-route-index .home-facts-intro {
    margin-bottom: 28px;
  }
  body#www.www-route-index .home-section-kicker--trust {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 11px;
  }
  body#www.www-route-index .home-section--trust .home-section-title--trust {
    max-width: none;
  }
  body#www.www-route-index .home-section-lead--trust {
    margin-top: 14px;
    max-width: none;
    font-size: 15px;
    line-height: 1.6;
  }
  body#www.www-route-index .home-facts-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body#www.www-route-index .home-facts-media::before {
    display: none;
  }
  body#www.www-route-index .home-facts-visual-frame {
    min-height: 300px;
    height: 300px;
    border-radius: 26px;
  }
  body#www.www-route-index .home-facts-visual .facts_main_image {
    min-height: 0;
    height: 100%;
    border-radius: 26px;
  }
  body#www.www-route-index .home-facts-highlight {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 14px 16px 13px;
    border-radius: 18px;
  }
  body#www.www-route-index .home-facts-highlight-label {
    font-size: 10px;
  }
  body#www.www-route-index .home-facts-highlight strong {
    font-size: 24px;
  }
  body#www.www-route-index .home-facts-highlight p {
    font-size: 13px;
  }
  body#www.www-route-index .banner-siteweb .banner-siteweb-web {
    display: none;
  }
  body#www.www-route-index .banner-siteweb .banner-siteweb-mob {
    display: block;
    width: 100%;
  }
  body#www.www-route-index .home-section--partner-banner {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  body#www.www-route-index .banner-siteweb {
    padding: 0 6px;
  }
  body#www.www-route-index .banner-siteweb a {
    max-width: 320px;
  }
  body#www.www-route-index .banner-siteweb img {
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(15, 42, 71, 0.14);
  }
  body#www.www-route-index .home-facts-card {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 18px 16px;
    border-radius: 22px;
  }
  body#www.www-route-index .home-facts-card i {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 16px;
    font-size: 26px;
  }
  body#www.www-route-index .home-facts-card strong {
    font-size: 26px;
  }
  body#www.www-route-index .home-facts-card p {
    font-size: 14px;
    line-height: 1.4;
  }
  body#www.www-route-index .home-cta-shell {
    flex-direction: column;
    padding: 22px 20px;
    border-radius: 24px;
  }
  body#www.www-route-index .home-cta-brand {
    order: -1;
    padding: 0;
  }
  body#www.www-route-index .home-cta-brand img {
    max-width: 200px;
  }
  body#www.www-route-index .home-cta-button {
    max-width: none;
    font-size: 14px;
  }
  body#www.www-route-index .home-section-link {
    float: none !important;
    display: inline-flex;
    margin-top: 0;
  }
  body#www.www-route-index .home-works-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 20px;
  }
  body#www.www-route-index .home-section-link {
    width: 100%;
    justify-content: center;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 12px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .wrapper {
    min-height: 0;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .image-container {
    min-height: 220px;
    height: 220px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .views {
    left: 12px;
    bottom: 12px;
    gap: 6px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .views-item {
    min-height: 34px;
    padding: 0 12px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .work {
    padding: 16px 16px 18px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .company {
    margin-bottom: 6px;
    font-size: 13px;
  }
  body#www.www-route-index #company_works_www .tile.company_work_tile .sector {
    font-size: 17px;
  }
  body#www.www-route-index #top_button_container {
    display: block;
    top: auto;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 0;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  body#www.www-route-index #top_button_container.top_button_container_sticky {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  body#www.www-route-index #top_button_container .container {
    width: auto;
    padding: 0;
  }
  body#www.www-route-index #top_button_container .home-sticky-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  body#www.www-route-index #top_button_container .row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  body#www.www-route-index #top_button_container [class*="col-"] {
    width: auto;
    padding: 0;
    text-align: inherit;
    float: none;
    display: flex;
    align-items: stretch;
  }
  body#www.www-route-index #top_button_container .text-right {
    text-align: inherit !important;
  }
  body#www.www-route-index .home-sticky-button {
    display: flex !important;
    width: 100%;
    margin: 0 !important;
    min-height: 52px;
    min-width: 0;
    padding: 12px 14px !important;
    border-radius: 999px;
    border: 1px solid rgba(12, 35, 58, 0.08);
    box-shadow: 0 20px 40px rgba(15, 42, 71, 0.16);
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
  }
  body#www.www-route-index .home-sticky-button--primary {
    background: linear-gradient(135deg, #ffb600 0%, #ffd36a 100%);
    color: #002e5b;
  }
  body#www.www-route-index .home-sticky-button--secondary {
    background: linear-gradient(135deg, #002e5b 0%, #18467b 100%);
    color: #fff;
  }
}

/* navbar-final-overrides */
body#client header.blue-header .bootsnav,
body#company header.blue-header .bootsnav,
body#admin header.blue-header .bootsnav {
  background: #ffbf12 !important;
}
body#client header.blue-header .bootsnav .navbar-nav > li > a,
body#company header.blue-header .bootsnav .navbar-nav > li > a,
body#admin header.blue-header .bootsnav .navbar-nav > li > a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #0a2e57 !important;
}
body#client header.blue-header .bootsnav .navbar-nav > li.active > a,
body#company header.blue-header .bootsnav .navbar-nav > li.active > a,
body#admin header.blue-header .bootsnav .navbar-nav > li.active > a {
  background: #0b3f77 !important;
  color: #fff !important;
}
body#admin header.blue-header .navbar-space {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}
body#admin header.blue-header .navbar-space .navbar-space-links {
  order: 1 !important;
}
body#admin header.blue-header .navbar-space .navbar-language-links {
  order: 2 !important;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-space-links,
body#client header.blue-header .navbar-space .navbar-space-links,
body#company header.blue-header .navbar-space .navbar-space-links {
  order: 1 !important;
}
body#www:not(.www-route-index) header.blue-header .navbar-space .navbar-language-links,
body#client header.blue-header .navbar-space .navbar-language-links,
body#company header.blue-header .navbar-space .navbar-language-links {
  order: 2 !important;
}

@media screen and (max-width: 768px) {
  body#client header.blue-header .bootsnav .navbar-toggle,
  body#company header.blue-header .bootsnav .navbar-toggle,
  body#admin header.blue-header .bootsnav .navbar-toggle {
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #ffbf12;
    color: #0a2e57;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
  }
  body#client header.blue-header .bootsnav .navbar-collapse,
  body#company header.blue-header .bootsnav .navbar-collapse,
  body#admin header.blue-header .bootsnav .navbar-collapse {
    border-top: 1px solid rgba(10, 46, 87, 0.16);
    background: #ffbf12;
    box-shadow: none;
    max-height: 72vh;
    overflow-y: auto;
  }
  body#client header.blue-header .bootsnav ul.nav.navbar-center,
  body#company header.blue-header .bootsnav ul.nav.navbar-center,
  body#admin header.blue-header .bootsnav ul.nav.navbar-center {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    display: block;
  }
  body#client header.blue-header .bootsnav ul.nav.navbar-center > li,
  body#company header.blue-header .bootsnav ul.nav.navbar-center > li,
  body#admin header.blue-header .bootsnav ul.nav.navbar-center > li {
    float: none !important;
    width: 100% !important;
    display: block;
    border-top: 1px solid rgba(10, 46, 87, 0.08);
  }
  body#client header.blue-header .bootsnav ul.nav.navbar-center > li > a,
  body#company header.blue-header .bootsnav ul.nav.navbar-center > li > a,
  body#admin header.blue-header .bootsnav ul.nav.navbar-center > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    color: #0a2e57;
    background: transparent;
  }
  body#client header.blue-header .bootsnav ul.nav.navbar-center > li.active > a,
  body#company header.blue-header .bootsnav ul.nav.navbar-center > li.active > a,
  body#admin header.blue-header .bootsnav ul.nav.navbar-center > li.active > a {
    background: #0b3f77 !important;
    color: #fff !important;
  }
  body#client header.blue-header .bootsnav li.dropdown > a.dropdown-toggle::after,
  body#company header.blue-header .bootsnav li.dropdown > a.dropdown-toggle::after,
  body#admin header.blue-header .bootsnav li.dropdown > a.dropdown-toggle::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 10px;
  }
  body#client header.blue-header .bootsnav li.dropdown.open > a.dropdown-toggle::after,
  body#company header.blue-header .bootsnav li.dropdown.open > a.dropdown-toggle::after,
  body#admin header.blue-header .bootsnav li.dropdown.open > a.dropdown-toggle::after {
    content: "\f107";
  }
  body#client header.blue-header .bootsnav li.dropdown ul.dropdown-menu,
  body#company header.blue-header .bootsnav li.dropdown ul.dropdown-menu,
  body#admin header.blue-header .bootsnav li.dropdown ul.dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0;
    border-top: 1px solid rgba(10, 46, 87, 0.08);
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.34);
    padding: 0;
  }
  body#client header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li,
  body#company header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li,
  body#admin header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li {
    border-top: 1px solid rgba(10, 46, 87, 0.06);
  }
  body#client header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li > a,
  body#company header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li > a,
  body#admin header.blue-header .bootsnav li.dropdown ul.dropdown-menu > li > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 18px 10px 28px;
    color: #0a2e57;
    background: transparent;
    font-size: 13px;
    line-height: 1.3;
  }
}

body#client header.blue-header .menu-modern .container,
body#company header.blue-header .menu-modern .container,
body#admin header.blue-header .menu-modern .container {
  width: min(1180px, 100%);
}
body#client header.blue-header .menu-modern .navbar-collapse,
body#company header.blue-header .menu-modern .navbar-collapse,
body#admin header.blue-header .menu-modern .navbar-collapse {
  border: 0;
}
body#client header.blue-header .menu-modern ul.navbar-center,
body#company header.blue-header .menu-modern ul.navbar-center,
body#admin header.blue-header .menu-modern ul.navbar-center {
  float: none;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
body#client header.blue-header .menu-modern ul.navbar-center > li,
body#company header.blue-header .menu-modern ul.navbar-center > li,
body#admin header.blue-header .menu-modern ul.navbar-center > li {
  float: none;
}
body#client header.blue-header .menu-modern ul.navbar-center > li > a,
body#company header.blue-header .menu-modern ul.navbar-center > li > a,
body#admin header.blue-header .menu-modern ul.navbar-center > li > a {
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
}

@media screen and (max-width: 768px) {
  body#client header.blue-header .menu-modern .navbar-header,
  body#company header.blue-header .menu-modern .navbar-header,
  body#admin header.blue-header .menu-modern .navbar-header {
    float: none !important;
    width: 100%;
    display: block;
  }
  body#client header.blue-header .menu-modern .navbar-brand-sub-collapse,
  body#company header.blue-header .menu-modern .navbar-brand-sub-collapse,
  body#admin header.blue-header .menu-modern .navbar-brand-sub-collapse {
    display: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-toggle,
  body#company header.blue-header .menu-modern .navbar-toggle,
  body#admin header.blue-header .menu-modern .navbar-toggle {
    width: 100% !important;
    float: none !important;
    min-height: 52px;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  body#client header.blue-header .menu-modern .navbar-collapse,
  body#company header.blue-header .menu-modern .navbar-collapse,
  body#admin header.blue-header .menu-modern .navbar-collapse {
    float: none !important;
    width: 100% !important;
    clear: both;
    padding: 0 !important;
    border-top: 1px solid rgba(10, 46, 87, 0.12);
  }
  body#client header.blue-header .menu-modern .navbar-collapse.collapse,
  body#company header.blue-header .menu-modern .navbar-collapse.collapse,
  body#admin header.blue-header .menu-modern .navbar-collapse.collapse {
    display: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse.collapse.in,
  body#company header.blue-header .menu-modern .navbar-collapse.collapse.in,
  body#admin header.blue-header .menu-modern .navbar-collapse.collapse.in {
    display: block !important;
  }
  body#client header.blue-header .menu-modern ul.navbar-center,
  body#company header.blue-header .menu-modern ul.navbar-center,
  body#admin header.blue-header .menu-modern ul.navbar-center {
    display: block;
    padding: 0;
    gap: 0;
  }
  body#client header.blue-header .menu-modern ul.navbar-center > li,
  body#company header.blue-header .menu-modern ul.navbar-center > li,
  body#admin header.blue-header .menu-modern ul.navbar-center > li {
    width: 100%;
    border-top: 1px solid rgba(10, 46, 87, 0.08);
  }
  body#client header.blue-header .menu-modern ul.navbar-center > li > a,
  body#company header.blue-header .menu-modern ul.navbar-center > li > a,
  body#admin header.blue-header .menu-modern ul.navbar-center > li > a {
    border-radius: 0;
    min-height: 52px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 993px) {
  body#client header.blue-header .menu-modern .navbar-toggle,
  body#company header.blue-header .menu-modern .navbar-toggle,
  body#admin header.blue-header .menu-modern .navbar-toggle {
    display: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse,
  body#company header.blue-header .menu-modern .navbar-collapse,
  body#admin header.blue-header .menu-modern .navbar-collapse {
    display: block !important;
    text-align: initial !important;
    padding: 0 18px !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    gap: 10px !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: none !important;
    border: 0 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li:not(.active) + li:not(.active),
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li:not(.active) + li:not(.active),
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li:not(.active) + li:not(.active) {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: #0a2e57 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a:hover,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a:hover,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a:hover {
    background: rgba(10, 46, 87, 0.08) !important;
    color: #082746 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover {
    background: #0b3f77 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(8, 29, 52, 0.2) !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 240px !important;
    margin: 10px 0 0 !important;
    padding: 8px !important;
    border: 1px solid rgba(11, 39, 67, 0.08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 20px 40px rgba(7, 26, 48, 0.18) !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #123459 !important;
    font-size: 13px !important;
    background: transparent !important;
  }
}

@media screen and (max-width: 992px) {
  body#client header.blue-header .menu-modern,
  body#company header.blue-header .menu-modern,
  body#admin header.blue-header .menu-modern {
    background: transparent !important;
    box-shadow: none !important;
  }
  body#client header.blue-header .menu-modern .container,
  body#company header.blue-header .menu-modern .container,
  body#admin header.blue-header .menu-modern .container {
    width: 100% !important;
    padding: 0 !important;
  }
  body#client header.blue-header .menu-modern .navbar-header,
  body#company header.blue-header .menu-modern .navbar-header,
  body#admin header.blue-header .menu-modern .navbar-header {
    display: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-toggle,
  body#company header.blue-header .menu-modern .navbar-toggle,
  body#admin header.blue-header .menu-modern .navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 24px) !important;
    min-height: 56px !important;
    margin: 12px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(8, 29, 52, 0.08) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    color: #0a2e57 !important;
    box-shadow: 0 16px 36px rgba(8, 29, 52, 0.12) !important;
  }
  body#client header.blue-header .menu-modern .navbar-toggle > span,
  body#company header.blue-header .menu-modern .navbar-toggle > span,
  body#admin header.blue-header .menu-modern .navbar-toggle > span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse,
  body#company header.blue-header .menu-modern .navbar-collapse,
  body#admin header.blue-header .menu-modern .navbar-collapse {
    float: none !important;
    width: calc(100% - 24px) !important;
    margin: 0 12px 12px !important;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 44px rgba(8, 29, 52, 0.16) !important;
    max-height: calc(100vh - 180px) !important;
    overflow-y: auto !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse.collapse,
  body#company header.blue-header .menu-modern .navbar-collapse.collapse,
  body#admin header.blue-header .menu-modern .navbar-collapse.collapse {
    display: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse.collapse.in,
  body#company header.blue-header .menu-modern .navbar-collapse.collapse.in,
  body#admin header.blue-header .menu-modern .navbar-collapse.collapse.in {
    display: block !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-height: none !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li + li,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li + li,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li + li {
    margin-top: 6px !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 52px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(11, 39, 67, 0.08) !important;
    border-radius: 14px !important;
    background: #f4f7fb !important;
    color: #0a2e57 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#client header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#company header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a,
  body#admin header.blue-header .menu-modern .navbar-collapse > ul.nav.navbar-center > li.active > a:hover {
    background: #0b3f77 !important;
    color: #ffffff !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu {
    position: static !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 0 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  body#client header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a,
  body#company header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a,
  body#admin header.blue-header .menu-modern li.dropdown ul.dropdown-menu > li > a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    width: 100% !important;
    padding: 0 14px !important;
    border: 1px solid rgba(11, 39, 67, 0.06) !important;
    border-radius: 12px !important;
    background: #eef3f8 !important;
    color: #123459 !important;
    font-size: 13px !important;
  }
}

header.blue-header.header-reboot {
  position: relative;
  z-index: 20;
  background: linear-gradient(135deg, #0b3666 0%, #134d86 100%);
  box-shadow: 0 20px 44px rgba(8, 29, 52, 0.18);
}
header.blue-header.header-reboot .container_menu_size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 108px;
  padding: 24px 0 18px;
}
header.blue-header.header-reboot .container_menu_size > [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
header.blue-header.header-reboot .navbar-brand-main {
  display: inline-flex;
  align-items: center;
}
header.blue-header.header-reboot .navbar-brand-main img.hidden-xs,
header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
  max-height: 78px;
  width: auto;
}
header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
  height: 56px;
  width: auto;
}
header.blue-header.header-reboot .navbar-links {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header.blue-header.header-reboot .navbar-space {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
  margin-top: 0 !important;
  overflow: visible !important;
}
header.blue-header.header-reboot .navbar-space-links {
  float: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  order: 1;
  text-align: right;
}
header.blue-header.header-reboot .navbar-space-links .disconnected-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
header.blue-header.header-reboot .navbar-language-links {
  float: none !important;
  position: relative;
  order: 2;
  margin-left: 2px;
}
header.blue-header.header-reboot .navbar-space-links a,
header.blue-header.header-reboot .navbar-space-phone,
header.blue-header.header-reboot .navbar-language-links > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
header.blue-header.header-reboot .navbar-space-links a:hover,
header.blue-header.header-reboot .navbar-space-phone:hover,
header.blue-header.header-reboot .navbar-language-links > a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 26px rgba(6, 20, 38, 0.18);
}
header.blue-header.header-reboot .navbar-space-links a.btn-warning,
header.blue-header.header-reboot .navbar-space-links a.account-gate-link-register,
header.blue-header.header-reboot .navbar-space-links a.navbar-space-profile {
  border-color: transparent;
  background: linear-gradient(135deg, #f4b100 0%, #ffd154 100%);
  color: #0a2442 !important;
  box-shadow: 0 16px 28px rgba(244, 177, 0, 0.24);
}
header.blue-header.header-reboot .navbar-space-links a.btn-warning:hover,
header.blue-header.header-reboot .navbar-space-links a.account-gate-link-register:hover,
header.blue-header.header-reboot .navbar-space-links a.navbar-space-profile:hover {
  background: linear-gradient(135deg, #ffc624 0%, #ffdc72 100%);
  color: #081d34 !important;
}
header.blue-header.header-reboot .navbar-space-links a.btn-danger {
  border-color: rgba(255, 123, 123, 0.2);
  background: rgba(226, 89, 89, 0.18);
  color: #ffffff !important;
}
header.blue-header.header-reboot .navbar-space-links a.btn-danger:hover {
  background: rgba(226, 89, 89, 0.3);
}
header.blue-header.header-reboot .navbar-space-links a.disabled,
header.blue-header.header-reboot .navbar-space-links a[disabled],
header.blue-header.header-reboot .navbar-space-links a[aria-disabled="true"] {
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: none;
  pointer-events: none;
}
header.blue-header.header-reboot .navbar-space-phone {
  white-space: nowrap;
}
header.blue-header.header-reboot .navbar-language-links > a {
  width: 52px;
  padding: 0 !important;
}
header.blue-header.header-reboot .navbar-language-links .flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 999px;
}
header.blue-header.header-reboot .navbar-language-links ul.language_selection {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  min-width: 70px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(11, 39, 67, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 40px rgba(7, 26, 48, 0.18);
}
header.blue-header.header-reboot .navbar-language-links.is-open ul.language_selection,
header.blue-header.header-reboot .navbar-language-links:hover ul.language_selection {
  display: block;
}
header.blue-header.header-reboot .navbar-language-links ul.language_selection li + li {
  margin-top: 8px;
}
header.blue-header.header-reboot .navbar-language-links ul.language_selection a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 14px;
  background: #f4f7fb;
  transition: background-color 0.18s ease, transform 0.18s ease;
}
header.blue-header.header-reboot .navbar-language-links ul.language_selection a:hover {
  background: #ebf1f8;
  transform: translateY(-1px);
}
header.blue-header.header-reboot .menu-reboot {
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #f4b108 0%, #ffc933 100%);
  box-shadow: none;
}
header.blue-header.header-reboot .menu-reboot .container {
  width: min(1200px, 100%);
  padding: 0 18px 22px;
}
header.blue-header.header-reboot .menu-reboot .navbar-header {
  display: none !important;
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
header.blue-header.header-reboot .menu-reboot .navbar-nav {
  margin: 0;
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 14px;
  list-style: none;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 48px rgba(8, 29, 52, 0.2);
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li {
  position: relative;
  float: none !important;
  margin: 0 !important;
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 16px;
  background: transparent;
  color: #0a2e57 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li.dropdown > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
}
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a:hover,
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li.open > a,
header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li.active > a {
  transform: translateY(-1px);
  background: #0c447d;
  color: #ffffff !important;
  box-shadow: 0 16px 28px rgba(10, 46, 87, 0.2);
}
header.blue-header.header-reboot .menu-reboot .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  min-width: 270px;
  max-width: 360px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(11, 39, 67, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 40px rgba(7, 26, 48, 0.18);
  transform: translateX(-50%);
}
header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu,
header.blue-header.header-reboot .menu-reboot .dropdown:hover > .dropdown-menu {
  display: block;
}
header.blue-header.header-reboot .menu-reboot .dropdown-menu > li {
  margin: 0;
}
header.blue-header.header-reboot .menu-reboot .dropdown-menu > li + li {
  margin-top: 6px;
}
header.blue-header.header-reboot .menu-reboot .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px !important;
  border-radius: 14px;
  color: #123459 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  text-decoration: none !important;
}
header.blue-header.header-reboot .menu-reboot .dropdown-menu > li > a:hover,
header.blue-header.header-reboot .menu-reboot .dropdown-menu > li.active > a {
  background: #f3f7fc;
  color: #0c447d !important;
}
@media screen and (max-width: 992px) {
  header.blue-header.header-reboot {
    box-shadow: none;
  }
  header.blue-header.header-reboot .container_menu_size {
    gap: 14px;
    min-height: 86px;
    padding: 16px 0 12px;
  }
  header.blue-header.header-reboot .container_menu_size > [class*="col-"]:first-child {
    flex: 0 0 auto;
  }
  header.blue-header.header-reboot .container_menu_size > [class*="col-"]:last-child {
    flex: 1 1 auto;
  }
  header.blue-header.header-reboot .navbar-brand-main img.hidden-xs,
  header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    max-height: 64px;
  }
  header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    height: 48px;
  }
  header.blue-header.header-reboot .navbar-space {
    gap: 10px;
  }
  header.blue-header.header-reboot .navbar-space-links {
    gap: 8px;
  }
  header.blue-header.header-reboot .navbar-space-links a,
  header.blue-header.header-reboot .navbar-space-phone,
  header.blue-header.header-reboot .navbar-language-links > a {
    min-height: 46px;
    padding: 0 14px !important;
    border-radius: 14px;
    font-size: 14px;
  }
  header.blue-header.header-reboot .navbar-language-links > a {
    width: 46px;
  }
  header.blue-header.header-reboot .menu-reboot {
    padding-bottom: 16px;
    background: transparent;
  }
  header.blue-header.header-reboot .menu-reboot .container {
    width: 100% !important;
    padding: 0 15px 0 !important;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(6, 20, 38, 0.18);
  }
  header.blue-header.header-reboot .menu-reboot .navbar-toggle > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-toggle .fa-chevron-down {
    transition: transform 0.18s ease;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
  }
  header.blue-header.header-reboot .menu-reboot .navbar-collapse {
    display: none !important;
    width: 100%;
    margin-top: 12px;
    padding: 12px !important;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 40px rgba(8, 29, 52, 0.18) !important;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-collapse.in {
    display: block !important;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li {
    width: 100%;
  }
  header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 0 16px !important;
    border-radius: 16px;
    background: #f4f7fb;
    box-shadow: none;
    transform: none;
  }
  header.blue-header.header-reboot .menu-reboot .dropdown-menu {
    position: static;
    min-width: 0;
    max-width: none;
    margin-top: 8px;
    padding: 10px;
    border-radius: 18px;
    box-shadow: none;
    transform: none;
    background: #f7f9fc;
  }
}

/* Final fixes after visual QA */
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
  display: inline-flex;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-profile,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-profile,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-profile {
  min-width: 0 !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled],
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a[aria-disabled="true"],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a[aria-disabled="true"],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a[aria-disabled="true"] {
  opacity: 1 !important;
  filter: none !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled] {
  background: rgba(255, 196, 36, 0.22) !important;
  border-color: rgba(255, 196, 36, 0.3) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}
body#client header.blue-header.header-reboot .menu-reboot,
body#company header.blue-header.header-reboot .menu-reboot,
body#admin header.blue-header.header-reboot .menu-reboot {
  background: linear-gradient(135deg, #f4b108 0%, #ffc933 100%);
}
body#client header.blue-header.header-reboot .menu-reboot .container,
body#company header.blue-header.header-reboot .menu-reboot .container,
body#admin header.blue-header.header-reboot .menu-reboot .container {
  padding-bottom: 14px;
}
body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav,
body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a,
body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav > li > a {
  min-height: 50px;
}
body#client header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu,
body#company header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu,
body#admin header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu {
  display: block !important;
}
body#client header.blue-header.header-reboot .menu-reboot .dropdown:hover > .dropdown-menu,
body#company header.blue-header.header-reboot .menu-reboot .dropdown:hover > .dropdown-menu,
body#admin header.blue-header.header-reboot .menu-reboot .dropdown:hover > .dropdown-menu {
  display: none;
}
@media screen and (min-width: 993px) {
  body#client header.blue-header.header-reboot .menu-reboot .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .dropdown-menu {
    top: calc(100% + 6px);
  }
}
@media screen and (max-width: 992px) {
  body#client header.blue-header.header-reboot .container_menu_size,
  body#company header.blue-header.header-reboot .container_menu_size,
  body#admin header.blue-header.header-reboot .container_menu_size {
    align-items: flex-start;
  }
  body#client header.blue-header.header-reboot .navbar-links,
  body#company header.blue-header.header-reboot .navbar-links,
  body#admin header.blue-header.header-reboot .navbar-links {
    justify-content: flex-end;
  }
  body#client header.blue-header.header-reboot .navbar-space,
  body#company header.blue-header.header-reboot .navbar-space,
  body#admin header.blue-header.header-reboot .navbar-space {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
  }
  body#client header.blue-header.header-reboot .navbar-space-links,
  body#company header.blue-header.header-reboot .navbar-space-links,
  body#admin header.blue-header.header-reboot .navbar-space-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 100%;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone {
    display: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse {
    margin-top: 10px;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    max-height: none;
    overflow: visible;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav {
    padding: 12px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 40px rgba(8, 29, 52, 0.18);
  }
  body#client header.blue-header.header-reboot .menu-reboot .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .dropdown-menu {
    display: none !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #f5f8fc !important;
    box-shadow: inset 0 0 0 1px rgba(11, 39, 67, 0.08) !important;
    transform: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .dropdown.open > .dropdown-menu {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    height: 42px;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
    min-height: 42px;
    padding: 0 12px !important;
    border-radius: 12px;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-profile,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-profile,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-profile {
    width: 42px;
    padding: 0 !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-toggle {
    min-height: 52px;
    padding: 0 16px;
  }
}

/* Menu reboot hard reset */
body#client header.blue-header.header-reboot,
body#company header.blue-header.header-reboot,
body#admin header.blue-header.header-reboot {
  overflow: visible !important;
}
body#client header.blue-header.header-reboot .container_menu_size,
body#company header.blue-header.header-reboot .container_menu_size,
body#admin header.blue-header.header-reboot .container_menu_size {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center !important;
  gap: 28px !important;
  min-height: 104px !important;
  padding: 22px 0 18px !important;
}
body#client header.blue-header.header-reboot .container_menu_size > [class*="col-"],
body#company header.blue-header.header-reboot .container_menu_size > [class*="col-"],
body#admin header.blue-header.header-reboot .container_menu_size > [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
body#client header.blue-header.header-reboot .navbar-links,
body#company header.blue-header.header-reboot .navbar-links,
body#admin header.blue-header.header-reboot .navbar-links {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}
body#client header.blue-header.header-reboot .navbar-space,
body#company header.blue-header.header-reboot .navbar-space,
body#admin header.blue-header.header-reboot .navbar-space {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
}
body#client header.blue-header.header-reboot .navbar-space-links,
body#company header.blue-header.header-reboot .navbar-space-links,
body#admin header.blue-header.header-reboot .navbar-space-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  order: 1;
  text-align: right !important;
}
body#client header.blue-header.header-reboot .navbar-space-links .disconnected-links,
body#company header.blue-header.header-reboot .navbar-space-links .disconnected-links,
body#admin header.blue-header.header-reboot .navbar-space-links .disconnected-links {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
/* Admin-only: force the yellow nav band to span full width */
body#admin header.blue-header.header-reboot .menu-reboot {
  position: relative !important;
  background: transparent !important;
}
body#admin header.blue-header.header-reboot .menu-reboot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f4b108 0%, #ffc933 100%);
  z-index: 0;
}
body#admin header.blue-header.header-reboot .menu-reboot > .container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse > ul.nav {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
body#admin header.blue-header.header-reboot > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#admin header.blue-header.header-reboot > .container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body#client header.blue-header.header-reboot .navbar-language-links,
body#company header.blue-header.header-reboot .navbar-language-links,
body#admin header.blue-header.header-reboot .navbar-language-links {
  order: 2;
  flex: 0 0 auto;
  margin: 0 0 0 2px !important;
  position: relative !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone,
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 50px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  opacity: 1 !important;
  filter: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a:hover,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a:hover,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a:hover,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone:hover,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone:hover,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone:hover,
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a:hover,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a:hover,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a:hover {
  transform: translateY(-1px) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  box-shadow: 0 14px 28px rgba(6, 20, 38, 0.18) !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.account-gate-link-register,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.account-gate-link-register,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.account-gate-link-register,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.navbar-space-profile,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.navbar-space-profile,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.navbar-space-profile {
  background: linear-gradient(135deg, #f4b100 0%, #ffd761 100%) !important;
  border-color: transparent !important;
  color: #0a2442 !important;
  box-shadow: 0 16px 28px rgba(244, 177, 0, 0.24) !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-danger,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-danger,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-danger {
  background: #cf4949 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 28px rgba(160, 35, 35, 0.2) !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.disabled,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a[disabled] {
  opacity: 1 !important;
  filter: none !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone {
  white-space: nowrap !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
  width: 50px !important;
  padding: 0 !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links ul.language_selection,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links ul.language_selection,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links ul.language_selection {
  display: none !important;
}
body#client header.blue-header.header-reboot .navbar-space .navbar-language-links.is-open ul.language_selection,
body#company header.blue-header.header-reboot .navbar-space .navbar-language-links.is-open ul.language_selection,
body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links.is-open ul.language_selection {
  display: block !important;
}
body#client header.blue-header.header-reboot .menu-reboot,
body#company header.blue-header.header-reboot .menu-reboot,
body#admin header.blue-header.header-reboot .menu-reboot {
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #f4b108 0%, #ffc933 100%) !important;
  box-shadow: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .container,
body#company header.blue-header.header-reboot .menu-reboot .container,
body#admin header.blue-header.header-reboot .menu-reboot .container {
  width: min(1180px, 100%) !important;
  padding: 10px 18px 14px !important;
}
body#client header.blue-header.header-reboot .menu-reboot .navbar-header,
body#company header.blue-header.header-reboot .menu-reboot .navbar-header,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-header {
  display: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse,
body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse,
body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body#client header.blue-header.header-reboot .menu-reboot .navbar-toggle,
body#company header.blue-header.header-reboot .menu-reboot .navbar-toggle,
body#admin header.blue-header.header-reboot .menu-reboot .navbar-toggle {
  display: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li {
  position: relative !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 50px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: transparent !important;
  color: #0c2f57 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  transition: transform 0.18s ease;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a::after,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a::after,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a::after {
  transform: rotate(180deg);
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a:hover,
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a,
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.active > a,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a:hover,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.active > a,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a:hover,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > a,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.active > a {
  transform: translateY(-1px) !important;
  background: #0f437b !important;
  color: #ffffff !important;
  box-shadow: 0 14px 24px rgba(10, 46, 87, 0.18) !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  right: auto !important;
  float: none !important;
  min-width: 270px !important;
  max-width: 340px !important;
  margin: 0 !important;
  padding: 10px !important;
  list-style: none !important;
  border: 1px solid rgba(11, 39, 67, 0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 34px rgba(7, 26, 48, 0.18) !important;
  transform: translateX(-50%) !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu {
  display: block !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li:not(.open):hover > .dropdown-menu,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li:not(.open):hover > .dropdown-menu,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li:not(.open):hover > .dropdown-menu {
  display: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li {
  margin: 0 !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li + li,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li + li,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li + li {
  margin-top: 6px !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #11375f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  text-decoration: none !important;
}
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a:hover,
body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li.active > a,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a:hover,
body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li.active > a,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a:hover,
body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li.active > a {
  background: #f3f7fc !important;
  color: #0f437b !important;
}
@media screen and (max-width: 992px) {
  body#client header.blue-header.header-reboot,
  body#company header.blue-header.header-reboot,
  body#admin header.blue-header.header-reboot {
    box-shadow: none !important;
  }
  body#client header.blue-header.header-reboot .container_menu_size,
  body#company header.blue-header.header-reboot .container_menu_size,
  body#admin header.blue-header.header-reboot .container_menu_size {
    gap: 12px !important;
    min-height: auto !important;
    padding: 16px 0 12px !important;
    align-items: start !important;
  }
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    height: 44px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space,
  body#company header.blue-header.header-reboot .navbar-space,
  body#admin header.blue-header.header-reboot .navbar-space {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space-links,
  body#company header.blue-header.header-reboot .navbar-space-links,
  body#admin header.blue-header.header-reboot .navbar-space-links {
    flex-wrap: wrap !important;
    gap: 8px !important;
    max-width: 100% !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone {
    display: none !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
    min-height: 44px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot,
  body#company header.blue-header.header-reboot .menu-reboot,
  body#admin header.blue-header.header-reboot .menu-reboot {
    background: transparent !important;
    padding: 0 0 16px !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .container,
  body#company header.blue-header.header-reboot .menu-reboot .container,
  body#admin header.blue-header.header-reboot .menu-reboot .container {
    width: 100% !important;
    padding: 0 15px !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 30px rgba(6, 20, 38, 0.18) !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse {
    display: none !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.in,
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse.in,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.in,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse.in,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.in,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse.in {
    display: block !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 36px rgba(8, 29, 52, 0.18) !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li {
    width: 100% !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a {
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    background: #f4f7fb !important;
    box-shadow: none !important;
    transform: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 10px 0 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #eef4fa !important;
    box-shadow: inset 0 0 0 1px rgba(11, 39, 67, 0.08) !important;
    transform: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a {
    min-height: 44px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
  }
}

/* Final mobile/header cleanup */
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[aria-disabled="true"],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[aria-disabled="true"],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning.disabled,
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[disabled],
body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a.btn-warning[aria-disabled="true"] {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

@media screen and (min-width: 993px) {
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown:hover > .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown:hover > .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown:hover > .dropdown-menu {
    display: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown.open > .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown.open > .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown.open > .dropdown-menu {
    display: block !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > .dropdown-menu {
    top: calc(100% + 2px) !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  body#client header.blue-header.header-reboot .container_menu_size,
  body#company header.blue-header.header-reboot .container_menu_size,
  body#admin header.blue-header.header-reboot .container_menu_size {
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }
  body#client header.blue-header.header-reboot .container_menu_size > [class*="col-"]:first-child,
  body#company header.blue-header.header-reboot .container_menu_size > [class*="col-"]:first-child,
  body#admin header.blue-header.header-reboot .container_menu_size > [class*="col-"]:first-child {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
  }
  body#client header.blue-header.header-reboot .container_menu_size > [class*="col-"]:last-child,
  body#company header.blue-header.header-reboot .container_menu_size > [class*="col-"]:last-child,
  body#admin header.blue-header.header-reboot .container_menu_size > [class*="col-"]:last-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  body#client header.blue-header.header-reboot .navbar-brand-main,
  body#company header.blue-header.header-reboot .navbar-brand-main,
  body#admin header.blue-header.header-reboot .navbar-brand-main {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
  }
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    display: block !important;
    height: 42px !important;
  }
  body#client header.blue-header.header-reboot .navbar-links,
  body#company header.blue-header.header-reboot .navbar-links,
  body#admin header.blue-header.header-reboot .navbar-links,
  body#client header.blue-header.header-reboot .navbar-space,
  body#company header.blue-header.header-reboot .navbar-space,
  body#admin header.blue-header.header-reboot .navbar-space {
    align-items: center !important;
  }
  body#client header.blue-header.header-reboot .navbar-space,
  body#company header.blue-header.header-reboot .navbar-space,
  body#admin header.blue-header.header-reboot .navbar-space {
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space-links,
  body#company header.blue-header.header-reboot .navbar-space-links,
  body#admin header.blue-header.header-reboot .navbar-space-links {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-phone {
    display: none !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
    min-height: 44px !important;
    height: 44px !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    list-style: none !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li {
    float: none !important;
    width: 100% !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 16px !important;
    text-align: left !important;
    white-space: normal !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a > i,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a > i,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li > a > i {
    flex: 0 0 18px !important;
    width: 18px !important;
    text-align: center !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.dropdown > a::after {
    margin-left: auto !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu {
    display: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot > li.open > .dropdown-menu {
    display: block !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li {
    width: 100% !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 14px !important;
    text-align: left !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a > i,
  body#company header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a > i,
  body#admin header.blue-header.header-reboot .menu-reboot .menu-list-reboot .dropdown-menu > li > a > i {
    flex: 0 0 16px !important;
    width: 16px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 575px) {
  body#client header.blue-header.header-reboot .navbar-space-links,
  body#company header.blue-header.header-reboot .navbar-space-links,
  body#admin header.blue-header.header-reboot .navbar-space-links {
    gap: 6px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#company header.blue-header.header-reboot .navbar-space .navbar-language-links > a,
  body#admin header.blue-header.header-reboot .navbar-space .navbar-language-links > a {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space .account-gate-link-login,
  body#client header.blue-header.header-reboot .navbar-space .account-gate-link-register,
  body#company header.blue-header.header-reboot .navbar-space .account-gate-link-login,
  body#company header.blue-header.header-reboot .navbar-space .account-gate-link-register,
  body#admin header.blue-header.header-reboot .navbar-space .account-gate-link-login,
  body#admin header.blue-header.header-reboot .navbar-space .account-gate-link-register {
    font-size: 13px !important;
    padding: 0 10px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space.is-guest,
  body#company header.blue-header.header-reboot .navbar-space.is-guest,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest {
    justify-content: flex-end !important;
    gap: 6px !important;
  }
  body#client header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  body#client header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links .disconnected-links,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links .disconnected-links,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .navbar-space-links .disconnected-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  body#client header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#client header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register {
    min-width: 0 !important;
    max-width: 46% !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  body#client header.blue-header.header-reboot .navbar-language-links,
  body#company header.blue-header.header-reboot .navbar-language-links,
  body#admin header.blue-header.header-reboot .navbar-language-links {
    flex: 0 0 42px !important;
  }
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot .navbar-brand-main img.hidden-sm {
    height: 38px !important;
  }
}

@media screen and (max-width: 389px) {
  body#client header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#client header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#company header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-login,
  body#admin header.blue-header.header-reboot .navbar-space.is-guest .account-gate-link-register {
    max-width: 44% !important;
    padding: 0 8px !important;
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1199px) {
  body#client header.blue-header.header-reboot .navbar-space-phone,
  body#client header.blue-header.header-reboot .navbar-space-links .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space-links .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space-links .navbar-space-phone {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1199px) {
  body#client header.blue-header.header-reboot .navbar-space-phone,
  body#company header.blue-header.header-reboot .navbar-space-phone,
  body#admin header.blue-header.header-reboot .navbar-space-phone {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  body#client header.blue-header.header-reboot > .container > .row,
  body#company header.blue-header.header-reboot > .container > .row,
  body#admin header.blue-header.header-reboot > .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body#client header.blue-header.header-reboot > .container,
  body#company header.blue-header.header-reboot > .container,
  body#admin header.blue-header.header-reboot > .container,
  body#client header.blue-header.header-reboot .menu-reboot .container,
  body#company header.blue-header.header-reboot .menu-reboot .container,
  body#admin header.blue-header.header-reboot .menu-reboot .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  body#client header.blue-header.header-reboot .container_menu_size,
  body#company header.blue-header.header-reboot .container_menu_size,
  body#admin header.blue-header.header-reboot .container_menu_size {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body#client header.blue-header.header-reboot .navbar-brand-main,
  body#company header.blue-header.header-reboot .navbar-brand-main,
  body#admin header.blue-header.header-reboot .navbar-brand-main {
    margin-left: 0 !important;
  }
  body#client header.blue-header.header-reboot .navbar-space,
  body#company header.blue-header.header-reboot .navbar-space,
  body#admin header.blue-header.header-reboot .navbar-space {
    margin-right: 0 !important;
  }
  body#client header.blue-header.header-reboot .navbar-space-links .disconnected-links,
  body#company header.blue-header.header-reboot .navbar-space-links .disconnected-links,
  body#admin header.blue-header.header-reboot .navbar-space-links .disconnected-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
  }
  body#client header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-toggle,
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#client header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#company header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse,
  body#admin header.blue-header.header-reboot .menu-reboot .navbar-collapse.collapse {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Guest header on gated pages: match homepage spacing and button rhythm */
body#client header.blue-header.header-reboot.header-reboot--guest > .container,
body#company header.blue-header.header-reboot.header-reboot--guest > .container,
body#admin header.blue-header.header-reboot.header-reboot--guest > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest > .container > .row,
body#company header.blue-header.header-reboot.header-reboot--guest > .container > .row,
body#admin header.blue-header.header-reboot.header-reboot--guest > .container > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex !important;
  align-items: center !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
body#company header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
body#admin header.blue-header.header-reboot.header-reboot--guest .container_menu_size {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 15px !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"],
body#company header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"],
body#admin header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"]:last-child,
body#company header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"]:last-child,
body#admin header.blue-header.header-reboot.header-reboot--guest .container_menu_size > [class*="col-"]:last-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-links,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-links,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-links {
  width: 100% !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space {
  margin-top: 24px !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 18px !important;
  width: 100% !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links {
  float: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  order: 1 !important;
  width: auto !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-phone,
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-phone,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-phone,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  height: 60px !important;
  min-width: 150px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: rgba(0, 46, 91, 0.56) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links {
  order: 2 !important;
  margin-left: 6px !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.14) !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-link-register,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-link-register,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-link-register,
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-warning,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-warning,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-warning {
  background: #ffb600 !important;
  color: #002e5b !important;
  border-color: #ffb600 !important;
  font-weight: 700 !important;
}
body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-danger,
body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-danger,
body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a.btn-danger {
  background: rgba(206, 51, 51, 0.88) !important;
}
@media screen and (min-width: 768px) {
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body#client header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
  body#company header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
  body#admin header.blue-header.header-reboot.header-reboot--guest .container_menu_size {
    padding: 12px 15px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-xs,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-xs,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-xs {
    display: none !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-lg,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-md,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-brand-main img.hidden-sm {
    display: block !important;
    height: 48px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space {
    margin-top: 0 !important;
    gap: 10px !important;
    width: auto !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links {
    gap: 10px !important;
    order: 2 !important;
    width: auto !important;
    min-width: 0 !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links {
    gap: 10px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links {
    order: 1 !important;
    margin-left: 0 !important;
    flex: 0 0 48px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a {
    height: 48px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    border-radius: 14px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-language-links > a {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 14px !important;
  }
}
@media screen and (max-width: 389px) {
  body#client header.blue-header.header-reboot.header-reboot--guest > .container,
  body#company header.blue-header.header-reboot.header-reboot--guest > .container,
  body#admin header.blue-header.header-reboot.header-reboot--guest > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest > .container > .row,
  body#company header.blue-header.header-reboot.header-reboot--guest > .container > .row,
  body#admin header.blue-header.header-reboot.header-reboot--guest > .container > .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
  body#company header.blue-header.header-reboot.header-reboot--guest .container_menu_size,
  body#admin header.blue-header.header-reboot.header-reboot--guest .container_menu_size {
    padding: 10px 12px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-links .navbar-space,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links {
    gap: 8px !important;
  }
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .navbar-space-links a,
  body#admin header.blue-header.header-reboot.header-reboot--guest .navbar-space .account-gate-links a {
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

/* Company authenticated topbar stabilization (do not impact guest/home/admin). */
body#company header.blue-header.header-reboot:not(.header-reboot--guest) > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) > .container > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 15px !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"] {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"]:first-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"]:last-child {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
  display: block !important;
  height: 64px !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
  display: none !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links {
  width: 100% !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links .navbar-space {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: 100% !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links a,
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone,
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links > a {
  min-height: 44px !important;
  height: 44px !important;
}
body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links {
  margin-left: 0 !important;
  flex: 0 0 44px !important;
}
@media screen and (max-width: 1199px) {
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
    display: block !important;
    height: 56px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) > .container > .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size {
    padding: 10px 12px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
    display: none !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
    display: block !important;
    height: 42px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links .navbar-space {
    gap: 6px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links {
    gap: 6px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links a,
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links > a {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border-radius: 12px !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone {
    display: none !important;
  }
  body#company header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links {
    flex: 0 0 40px !important;
  }
}

/* Client authenticated topbar stabilization (do not impact guest/home/admin/company). */
body#client header.blue-header.header-reboot:not(.header-reboot--guest) > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) > .container > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 15px !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"] {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"]:first-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size > [class*="col-"]:last-child {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
  display: block !important;
  height: 64px !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
  display: none !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links {
  width: 100% !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links .navbar-space {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: 100% !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links a,
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone,
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links > a {
  min-height: 44px !important;
  height: 44px !important;
}
body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links {
  margin-left: 0 !important;
  flex: 0 0 44px !important;
}
@media screen and (max-width: 1199px) {
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
    display: block !important;
    height: 56px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) > .container > .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .container_menu_size {
    padding: 10px 12px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-xs {
    display: none !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-lg,
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-md,
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-brand-main img.hidden-sm {
    display: block !important;
    height: 42px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-links .navbar-space {
    gap: 6px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links {
    gap: 6px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-links a,
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links > a {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border-radius: 12px !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-space-phone {
    display: none !important;
  }
  body#client header.blue-header.header-reboot:not(.header-reboot--guest) .navbar-space .navbar-language-links {
    flex: 0 0 40px !important;
  }
}

/* Keep client/company blue header capped on large desktop screens (same behavior as admin). */
@media screen and (min-width: 1200px) {
  body#client header.blue-header.header-reboot > .container,
  body#company header.blue-header.header-reboot > .container {
    width: 100% !important;
    max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Dropdown stacking fix: keep nav menus above page CTAs/components, below Bootstrap modals. */
body#client header.blue-header.header-reboot,
body#company header.blue-header.header-reboot,
body#admin header.blue-header.header-reboot {
  position: relative !important;
  z-index: 1020 !important;
}

body#client header.blue-header .menu-reboot,
body#company header.blue-header .menu-reboot,
body#admin header.blue-header .menu-reboot {
  position: relative !important;
  z-index: 1021 !important;
}

body#client header.blue-header .menu-reboot li.dropdown,
body#company header.blue-header .menu-reboot li.dropdown,
body#admin header.blue-header .menu-reboot li.dropdown,
body#client header.blue-header .bootsnav li.dropdown,
body#company header.blue-header .bootsnav li.dropdown,
body#admin header.blue-header .bootsnav li.dropdown,
body#client header.blue-header .menu-modern li.dropdown,
body#company header.blue-header .menu-modern li.dropdown,
body#admin header.blue-header .menu-modern li.dropdown {
  position: relative;
}

body#client header.blue-header .menu-reboot .dropdown-menu,
body#company header.blue-header .menu-reboot .dropdown-menu,
body#admin header.blue-header .menu-reboot .dropdown-menu,
body#client header.blue-header .bootsnav .dropdown-menu,
body#company header.blue-header .bootsnav .dropdown-menu,
body#admin header.blue-header .bootsnav .dropdown-menu,
body#client header.blue-header .menu-modern .dropdown-menu,
body#company header.blue-header .menu-modern .dropdown-menu,
body#admin header.blue-header .menu-modern .dropdown-menu {
  z-index: 1030 !important;
}

body#client header.blue-header .navbar-language-links ul,
body#company header.blue-header .navbar-language-links ul,
body#admin header.blue-header .navbar-language-links ul,
body#client header.blue-header .navbar-language-links ul.language_selection,
body#company header.blue-header .navbar-language-links ul.language_selection,
body#admin header.blue-header .navbar-language-links ul.language_selection {
  z-index: 1031 !important;
}

/* Prevent content buttons from creating stacking conflicts above nav dropdowns. */
body#client #content .btn,
body#company #content .btn,
body#admin #content .btn,
body#client #content .btn-dark,
body#company #content .btn-dark,
body#admin #content .btn-dark,
body#client #content .btn-light,
body#company #content .btn-light,
body#admin #content .btn-light,
body#client #content .btn-primary,
body#company #content .btn-primary,
body#admin #content .btn-primary,
body#client #content .btn-success,
body#company #content .btn-success,
body#admin #content .btn-success,
body#client #content .btn-warning,
body#company #content .btn-warning,
body#admin #content .btn-warning,
body#client #content .btn-danger,
body#company #content .btn-danger,
body#admin #content .btn-danger {
  z-index: auto !important;
}


.auth-refresh {
  --auth-ink: #0c2f57;
  --auth-ink-soft: #3a5573;
  --auth-line: #d4dfec;
  --auth-shell: #f5f8fd;
  --auth-accent: #ffb600;
  --auth-accent-dark: #f0ab00;
  --auth-primary: #0d4a87;
  --auth-primary-dark: #0a3a6b;
  --auth-error-bg: #fff3f1;
  --auth-error-line: #f2c6c1;
  --auth-error-txt: #9e2a22;
  position: relative;
  padding: 42px 16px 56px;
  overflow: hidden;
}

.auth-refresh::before,
.auth-refresh::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.auth-refresh::before {
  width: 340px;
  height: 340px;
  top: -170px;
  left: -120px;
  background: radial-gradient(circle, rgba(13, 74, 135, 0.14) 0%, rgba(13, 74, 135, 0) 74%);
}

.auth-refresh::after {
  width: 380px;
  height: 380px;
  right: -160px;
  bottom: -190px;
  background: radial-gradient(circle, rgba(255, 182, 0, 0.2) 0%, rgba(255, 182, 0, 0) 70%);
}

.auth-refresh .auth-refresh__layout {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.auth-refresh .auth-refresh__panel {
  border-radius: 26px;
  overflow: hidden;
}

.auth-refresh .auth-refresh__panel--form {
  border: 1px solid var(--auth-line);
  background: linear-gradient(180deg, #ffffff 0%, var(--auth-shell) 100%);
  box-shadow: 0 20px 38px rgba(6, 29, 54, 0.1);
  padding: 34px 34px 28px;
  display: flex;
  flex-direction: column;
}

.auth-refresh .auth-refresh__panel--side {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(160deg, #0c3b6e 0%, #12518e 55%, #1e67ad 100%);
  box-shadow: 0 28px 44px rgba(8, 33, 61, 0.22);
  padding: 34px 32px 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.auth-refresh--company .auth-refresh__panel--side {
  background: linear-gradient(150deg, #082f58 0%, #0f4378 52%, #1a5f9e 100%);
}

.auth-refresh .auth-refresh__header {
  margin-bottom: 24px;
}

.auth-refresh .auth-refresh__header h1 {
  margin: 0;
  color: var(--auth-ink);
  font-family: "Noto Sans", "Roboto", sans-serif;
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.auth-refresh .auth-refresh__header h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--auth-accent);
}

.auth-refresh .auth-refresh__header p {
  margin: 12px 0 0;
  color: var(--auth-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.auth-refresh .auth-refresh__alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid var(--auth-error-line);
  border-radius: 14px;
  background: var(--auth-error-bg);
  color: var(--auth-error-txt);
  font-size: 14px;
  font-weight: 700;
}

.auth-refresh .auth-refresh__field {
  margin-bottom: 16px;
}

.auth-refresh .auth-refresh__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--auth-ink);
  font-size: 16px;
  font-weight: 700;
}

.auth-refresh .auth-refresh__field input[type="text"],
.auth-refresh .auth-refresh__field input[type="password"] {
  width: 100%;
  height: 54px;
  border: 1px solid #c8d6e7;
  border-radius: 15px;
  background: #ffffff;
  color: #163b63;
  font-size: 16px;
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.auth-refresh .auth-refresh__field input[type="text"]:focus,
.auth-refresh .auth-refresh__field input[type="password"]:focus {
  border-color: #0f5a9e;
  box-shadow: 0 0 0 4px rgba(15, 90, 158, 0.12);
  background: #ffffff;
}

.auth-refresh .auth-refresh__field.has-error input[type="text"],
.auth-refresh .auth-refresh__field.has-error input[type="password"] {
  border-color: #d8847d;
}

.auth-refresh .auth-refresh__field-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.auth-refresh .auth-refresh__forgot {
  color: #1e7a45;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.auth-refresh .auth-refresh__forgot:hover {
  color: #155f34;
  text-decoration: underline;
}

.auth-refresh .auth-refresh__error {
  display: block;
  margin-top: 7px;
  color: #b33b32;
  font-size: 13px;
  font-weight: 600;
}

.auth-refresh .auth-refresh__check {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-refresh .auth-refresh__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.auth-refresh .auth-refresh__check label {
  margin: 0;
  color: #1d3f66;
  font-size: 16px;
  font-weight: 600;
}

.auth-refresh .auth-refresh__actions {
  margin-top: auto;
  padding-top: 24px;
}

.auth-refresh .auth-refresh__submit {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--auth-primary) 0%, var(--auth-primary-dark) 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 30px rgba(11, 59, 108, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.auth-refresh .auth-refresh__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(11, 59, 108, 0.33);
  filter: brightness(1.02);
}

.auth-refresh .auth-refresh__panel--side h2 {
  margin: 0;
  font-family: "Noto Sans", "Roboto", sans-serif;
  font-size: clamp(30px, 2.4vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.auth-refresh .auth-refresh__panel--side h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--auth-accent);
}

.auth-refresh .auth-refresh__panel--side h3 {
  margin: 22px 0 12px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.auth-refresh .auth-refresh__panel--side p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
}

.auth-refresh .auth-refresh__cta {
  margin-top: auto;
  width: 100%;
  min-height: 54px;
  border-radius: 15px;
  border: 1px solid var(--auth-accent);
  background: var(--auth-accent);
  color: #123b66 !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 28px rgba(255, 182, 0, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-refresh .auth-refresh__cta:hover {
  background: var(--auth-accent-dark);
  color: #123b66 !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(255, 182, 0, 0.28);
}

@media screen and (max-width: 1100px) {
  .auth-refresh .auth-refresh__layout {
    grid-template-columns: 1fr;
    max-width: 860px;
  }

  .auth-refresh .auth-refresh__panel--side h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .auth-refresh {
    padding: 20px 10px 30px;
  }

  .auth-refresh .auth-refresh__layout {
    gap: 14px;
  }

  .auth-refresh .auth-refresh__panel--form,
  .auth-refresh .auth-refresh__panel--side {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .auth-refresh .auth-refresh__header h1,
  .auth-refresh .auth-refresh__panel--side h2 {
    font-size: 34px;
  }

  .auth-refresh .auth-refresh__panel--side h3 {
    font-size: 28px;
    margin-top: 18px;
  }

  .auth-refresh .auth-refresh__field-head {
    display: block;
  }

  .auth-refresh .auth-refresh__forgot {
    display: inline-block;
    margin-bottom: 8px;
  }

  .auth-refresh .auth-refresh__submit,
  .auth-refresh .auth-refresh__cta {
    min-height: 50px;
    height: 50px;
    font-size: 16px;
  }
}

.signup-refresh {
  --sr-ink: #0d315a;
  --sr-ink-soft: #3c5878;
  --sr-line: #d3dfec;
  --sr-shell: #f7fafd;
  --sr-accent: #ffb600;
  --sr-accent-dark: #f0ab00;
  --sr-primary: #0f4f8f;
  --sr-primary-dark: #0a3b6e;
  --sr-error: #b1342d;
  max-width: 1180px;
  margin: 34px auto 56px;
  padding: 0 14px;
}

.signup-refresh .signup-refresh__intro h1 {
  margin: 0;
  color: var(--sr-ink);
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.signup-refresh .signup-refresh__intro h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--sr-accent);
}

.signup-refresh .signup-refresh__intro p {
  margin: 12px 0 0;
  color: var(--sr-ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.signup-refresh .signup-refresh__form {
  margin-top: 18px;
}

.signup-refresh .signup-refresh__panel {
  border: 1px solid var(--sr-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, var(--sr-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.08);
  padding: 28px 26px 22px;
}

.signup-refresh .signup-refresh__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 14px;
}

.signup-refresh .signup-refresh__field {
  min-width: 0;
}

.signup-refresh .signup-refresh__field--col-3 {
  grid-column: span 3;
}

.signup-refresh .signup-refresh__field--col-4 {
  grid-column: span 4;
}

.signup-refresh .signup-refresh__field--col-5 {
  grid-column: span 5;
}

.signup-refresh .signup-refresh__field--col-6 {
  grid-column: span 6;
}

.signup-refresh .signup-refresh__field--col-7 {
  grid-column: span 7;
}

.signup-refresh .signup-refresh__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--sr-ink);
  font-size: 16px;
  font-weight: 700;
}

.signup-refresh .signup-refresh__field input[type="text"],
.signup-refresh .signup-refresh__field select {
  width: 100%;
  height: 52px;
  border: 1px solid #c8d7e9;
  border-radius: 14px;
  background: #ffffff;
  color: #163b63;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.signup-refresh .signup-refresh__field input[type="text"]:focus,
.signup-refresh .signup-refresh__field select:focus {
  border-color: #145d9f;
  box-shadow: 0 0 0 4px rgba(20, 93, 159, 0.12);
}

.signup-refresh .signup-refresh__field.has-error input[type="text"],
.signup-refresh .signup-refresh__field.has-error select {
  border-color: #d9857d;
}

.signup-refresh .signup-refresh__consent {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #d6e1ee;
  border-radius: 18px;
  background: #f2f7fc;
}

.signup-refresh .signup-refresh__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.signup-refresh .signup-refresh__check + .signup-refresh__check {
  margin-top: 12px;
}

.signup-refresh .signup-refresh__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.signup-refresh .signup-refresh__check label {
  margin: 0;
  color: #1c426d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.signup-refresh .signup-refresh__check label a {
  color: #0f538f;
  text-decoration: underline;
}

.signup-refresh .signup-refresh__error {
  display: block;
  margin-top: 6px;
  color: var(--sr-error);
  font-size: 13px;
  font-weight: 600;
}

.signup-refresh .signup-refresh__actions {
  margin-top: 18px;
}

.signup-refresh .signup-refresh__submit {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sr-primary) 0%, var(--sr-primary-dark) 100%);
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(11, 61, 111, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.signup-refresh .signup-refresh__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(11, 61, 111, 0.33);
  filter: brightness(1.03);
}

@media screen and (max-width: 900px) {
  .signup-refresh .signup-refresh__field--col-3,
  .signup-refresh .signup-refresh__field--col-4,
  .signup-refresh .signup-refresh__field--col-5,
  .signup-refresh .signup-refresh__field--col-6,
  .signup-refresh .signup-refresh__field--col-7 {
    grid-column: span 6;
  }
}

@media screen and (max-width: 640px) {
  .signup-refresh {
    margin: 20px auto 34px;
    padding: 0 10px;
  }

  .signup-refresh .signup-refresh__intro h1 {
    font-size: 34px;
  }

  .signup-refresh .signup-refresh__panel {
    border-radius: 18px;
    padding: 18px 14px 14px;
  }

  .signup-refresh .signup-refresh__grid {
    column-gap: 10px;
    row-gap: 12px;
  }

  .signup-refresh .signup-refresh__field--col-3,
  .signup-refresh .signup-refresh__field--col-4,
  .signup-refresh .signup-refresh__field--col-5,
  .signup-refresh .signup-refresh__field--col-6,
  .signup-refresh .signup-refresh__field--col-7 {
    grid-column: 1 / -1;
  }

  .signup-refresh .signup-refresh__field input[type="text"],
  .signup-refresh .signup-refresh__field select {
    height: 48px;
    font-size: 15px;
  }

  .signup-refresh .signup-refresh__consent {
    padding: 12px 12px;
    border-radius: 14px;
  }

  .signup-refresh .signup-refresh__check label {
    font-size: 14px;
  }

  .signup-refresh .signup-refresh__submit {
    height: 50px;
    font-size: 16px;
  }
}

.company-signup-refresh {
  --csr-ink: #0d315a;
  --csr-ink-soft: #395777;
  --csr-line: #d4e0ec;
  --csr-shell: #f4f8fd;
  --csr-accent: #ffb600;
  --csr-primary: #0f4f8f;
  --csr-primary-dark: #0a3b6e;
  --csr-deep: #0a3967;
  --csr-error: #b1342d;
  max-width: 1220px;
  margin: 34px auto 56px;
  padding: 0 14px;
}

.company-signup-refresh .company-signup-refresh__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 18px;
}

.company-signup-refresh .company-signup-refresh__intro {
  border-radius: 26px;
  border: 1px solid var(--csr-line);
  background: linear-gradient(160deg, #ffffff 0%, #eef5fc 100%);
  padding: 28px;
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.08);
}

.company-signup-refresh .company-signup-refresh__intro h1 {
  margin: 0;
  color: var(--csr-ink);
  font-size: clamp(31px, 2.7vw, 47px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.company-signup-refresh .company-signup-refresh__intro h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--csr-accent);
}

.company-signup-refresh .company-signup-refresh__intro p {
  margin: 12px 0 0;
  color: var(--csr-ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.company-signup-refresh .company-signup-refresh__pills {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-signup-refresh .company-signup-refresh__pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #bfd2e6;
  background: #ffffff;
  color: #1a4877;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
}

.company-signup-refresh .company-signup-refresh__pills i {
  color: var(--csr-accent);
}

.company-signup-refresh .company-signup-refresh__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.company-signup-refresh .company-signup-refresh__category-card {
  border-radius: 20px;
  border: 1px solid #1d4f83;
  background: linear-gradient(165deg, #114b83 0%, #0a3967 100%);
  color: #e8f1fc;
  padding: 18px;
  box-shadow: 0 18px 30px rgba(9, 44, 81, 0.28);
}

.company-signup-refresh .company-signup-refresh__category-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.company-signup-refresh .company-signup-refresh__category-card p {
  margin: 13px 0 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  color: #d7e8fa;
  font-size: 14px;
  font-weight: 600;
}

.company-signup-refresh .company-signup-refresh__category-card i {
  color: var(--csr-accent);
}

.company-signup-refresh .company-signup-refresh__category-card strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.company-signup-refresh .company-signup-refresh__form {
  margin-top: 20px;
}

.company-signup-refresh .company-signup-refresh__panel {
  border-radius: 26px;
  border: 1px solid var(--csr-line);
  background: linear-gradient(180deg, #ffffff 0%, var(--csr-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.1);
  padding: 24px;
  display: block;
}

.company-signup-refresh .company-signup-refresh__content {
  min-width: 0;
}

.company-signup-refresh .company-signup-refresh__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 14px;
}

.company-signup-refresh .company-signup-refresh__field {
  min-width: 0;
}

.company-signup-refresh .company-signup-refresh__field--col-6 {
  grid-column: span 6;
}

.company-signup-refresh .company-signup-refresh__field--col-12 {
  grid-column: span 12;
}

.company-signup-refresh .company-signup-refresh__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--csr-ink);
  font-size: 16px;
  font-weight: 700;
}

.company-signup-refresh .company-signup-refresh__field input[type="text"],
.company-signup-refresh .company-signup-refresh__field select {
  width: 100%;
  height: 52px;
  border: 1px solid #c8d7e9;
  border-radius: 14px;
  background: #ffffff;
  color: #163b63;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.company-signup-refresh .company-signup-refresh__field input[type="text"]::placeholder {
  color: #7d95ad;
}

.company-signup-refresh .company-signup-refresh__field input[type="text"]:focus,
.company-signup-refresh .company-signup-refresh__field select:focus {
  border-color: #145d9f;
  box-shadow: 0 0 0 4px rgba(20, 93, 159, 0.12);
}

.company-signup-refresh .company-signup-refresh__field.has-error input[type="text"],
.company-signup-refresh .company-signup-refresh__field.has-error select,
.company-signup-refresh .company-signup-refresh__consent.has-error {
  border-color: #d9857d;
}

.company-signup-refresh .company-signup-refresh__consent {
  margin-top: 16px;
  border: 1px solid #d5e2ef;
  border-radius: 16px;
  background: #f1f7fd;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.company-signup-refresh .company-signup-refresh__consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.company-signup-refresh .company-signup-refresh__consent label {
  margin: 0;
  color: #1c426d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.company-signup-refresh .company-signup-refresh__consent a {
  color: #0f538f;
  text-decoration: underline;
}

.company-signup-refresh .company-signup-refresh__error {
  display: block;
  margin-top: 6px;
  color: var(--csr-error);
  font-size: 13px;
  font-weight: 600;
}

.company-signup-refresh .company-signup-refresh__actions {
  margin-top: 16px;
}

.company-signup-refresh .company-signup-refresh__submit {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--csr-primary) 0%, var(--csr-primary-dark) 100%);
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(11, 61, 111, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.company-signup-refresh .company-signup-refresh__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(11, 61, 111, 0.33);
  filter: brightness(1.03);
}

.company-signup-refresh .company-signup-refresh__latest-container {
  margin-top: 24px;
}

@media screen and (max-width: 900px) {
  .company-signup-refresh .company-signup-refresh__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-signup-refresh .company-signup-refresh__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-signup-refresh .company-signup-refresh__field--col-6,
  .company-signup-refresh .company-signup-refresh__field--col-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 640px) {
  .company-signup-refresh {
    margin: 20px auto 34px;
    padding: 0 10px;
  }

  .company-signup-refresh .company-signup-refresh__intro {
    border-radius: 18px;
    padding: 18px 14px;
  }

  .company-signup-refresh .company-signup-refresh__intro h1 {
    font-size: 34px;
  }

  .company-signup-refresh .company-signup-refresh__intro p {
    font-size: 15px;
  }

  .company-signup-refresh .company-signup-refresh__pills span {
    width: 100%;
    justify-content: flex-start;
  }

  .company-signup-refresh .company-signup-refresh__categories {
    grid-template-columns: 1fr;
  }

  .company-signup-refresh .company-signup-refresh__category-card {
    border-radius: 16px;
    padding: 14px;
  }

  .company-signup-refresh .company-signup-refresh__category-card h3 {
    font-size: 18px;
  }

  .company-signup-refresh .company-signup-refresh__category-card strong {
    font-size: 24px;
  }

  .company-signup-refresh .company-signup-refresh__panel {
    border-radius: 18px;
    padding: 14px;
  }

  .company-signup-refresh .company-signup-refresh__grid {
    column-gap: 10px;
    row-gap: 12px;
  }

  .company-signup-refresh .company-signup-refresh__field input[type="text"],
  .company-signup-refresh .company-signup-refresh__field select {
    height: 48px;
    font-size: 15px;
  }

  .company-signup-refresh .company-signup-refresh__consent {
    border-radius: 14px;
    padding: 12px;
  }

  .company-signup-refresh .company-signup-refresh__consent label {
    font-size: 14px;
  }

  .company-signup-refresh .company-signup-refresh__submit {
    height: 50px;
    font-size: 16px;
  }
}

.reset-refresh {
  --rr-ink: #0d315a;
  --rr-ink-soft: #3b5878;
  --rr-line: #d3dfec;
  --rr-shell: #f6faff;
  --rr-accent: #ffb600;
  --rr-primary: #0f4f8f;
  --rr-primary-dark: #0a3b6e;
  --rr-success-bg: #e8f6ed;
  --rr-success-line: #b7dfc3;
  --rr-success-ink: #1f6a3c;
  --rr-error: #b1342d;
  max-width: 980px;
  margin: 34px auto 56px;
  padding: 0 14px;
}

.reset-refresh .reset-refresh__intro {
  border: 1px solid var(--rr-line);
  border-radius: 24px;
  background: linear-gradient(165deg, #ffffff 0%, var(--rr-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.08);
  padding: 24px 24px 20px;
}

.reset-refresh .reset-refresh__intro h1 {
  margin: 0;
  color: var(--rr-ink);
  font-size: clamp(32px, 2.7vw, 46px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.reset-refresh .reset-refresh__intro h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--rr-accent);
}

.reset-refresh .reset-refresh__intro p {
  margin: 12px 0 0;
  color: var(--rr-ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.reset-refresh .reset-refresh__alert {
  margin: 16px 0 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.reset-refresh .reset-refresh__alert--success {
  border: 1px solid var(--rr-success-line);
  background: var(--rr-success-bg);
  color: var(--rr-success-ink);
}

.reset-refresh .reset-refresh__card {
  margin-top: 16px;
  border: 1px solid var(--rr-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, var(--rr-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.1);
  padding: 22px;
}

.reset-refresh .reset-refresh__card--success {
  text-align: center;
}

.reset-refresh .reset-refresh__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reset-refresh .reset-refresh__field {
  min-width: 0;
}

.reset-refresh .reset-refresh__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--rr-ink);
  font-size: 16px;
  font-weight: 700;
}

.reset-refresh .reset-refresh__field input[type="text"] {
  width: 100%;
  height: 52px;
  border: 1px solid #c8d7e9;
  border-radius: 14px;
  background: #ffffff;
  color: #163b63;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reset-refresh .reset-refresh__field input[type="text"]::placeholder {
  color: #7d95ad;
}

.reset-refresh .reset-refresh__field input[type="text"]:focus {
  border-color: #145d9f;
  box-shadow: 0 0 0 4px rgba(20, 93, 159, 0.12);
}

.reset-refresh .reset-refresh__field.has-error input[type="text"] {
  border-color: #d9857d;
}

.reset-refresh .reset-refresh__captcha-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.reset-refresh .reset-refresh__captcha-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid #ccd9e8;
  border-radius: 14px;
  background: #ffffff;
  padding: 4px 8px;
}

.reset-refresh .reset-refresh__captcha-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.reset-refresh .reset-refresh__captcha-input-wrap {
  min-width: 0;
}

.reset-refresh .reset-refresh__error {
  display: block;
  margin-top: 6px;
  color: var(--rr-error);
  font-size: 13px;
  font-weight: 600;
}

.reset-refresh .reset-refresh__actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.reset-refresh .reset-refresh__submit,
.reset-refresh .reset-refresh__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 54px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--rr-primary) 0%, var(--rr-primary-dark) 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(11, 61, 111, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  padding: 0 22px;
}

.reset-refresh .reset-refresh__submit:hover,
.reset-refresh .reset-refresh__back:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(11, 61, 111, 0.33);
  filter: brightness(1.03);
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .reset-refresh .reset-refresh__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .reset-refresh {
    margin: 20px auto 34px;
    padding: 0 10px;
  }

  .reset-refresh .reset-refresh__intro {
    border-radius: 18px;
    padding: 18px 14px 14px;
  }

  .reset-refresh .reset-refresh__intro h1 {
    font-size: 34px;
  }

  .reset-refresh .reset-refresh__intro p {
    font-size: 15px;
  }

  .reset-refresh .reset-refresh__card {
    border-radius: 18px;
    padding: 14px;
  }

  .reset-refresh .reset-refresh__captcha-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .reset-refresh .reset-refresh__captcha-image {
    min-height: 48px;
  }

  .reset-refresh .reset-refresh__field input[type="text"] {
    height: 48px;
    font-size: 15px;
  }

  .reset-refresh .reset-refresh__submit,
  .reset-refresh .reset-refresh__back {
    min-width: 100%;
    height: 50px;
    font-size: 16px;
  }
}

.admin-auth-refresh {
  --aar-ink: #0d315a;
  --aar-ink-soft: #3b5878;
  --aar-line: #d3dfec;
  --aar-shell: #f6faff;
  --aar-accent: #ffb600;
  --aar-primary: #0f4f8f;
  --aar-primary-dark: #0a3b6e;
  --aar-error: #b1342d;
  max-width: 980px;
  margin: 34px auto 56px;
  padding: 0 14px;
}

.admin-auth-refresh .admin-auth-refresh__intro {
  border: 1px solid var(--aar-line);
  border-radius: 24px;
  background: linear-gradient(165deg, #ffffff 0%, var(--aar-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.08);
  padding: 24px 24px 20px;
}

.admin-auth-refresh .admin-auth-refresh__intro h1 {
  margin: 0;
  color: var(--aar-ink);
  font-size: clamp(32px, 2.7vw, 46px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.admin-auth-refresh .admin-auth-refresh__intro h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--aar-accent);
}

.admin-auth-refresh .admin-auth-refresh__intro p {
  margin: 12px 0 0;
  color: var(--aar-ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.admin-auth-refresh .admin-auth-refresh__form {
  margin-top: 16px;
}

.admin-auth-refresh .admin-auth-refresh__card {
  border: 1px solid var(--aar-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, var(--aar-shell) 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.1);
  padding: 22px;
}

.admin-auth-refresh .admin-auth-refresh__alert {
  margin: 0 0 14px;
  border: 1px solid #e2b9b6;
  border-radius: 14px;
  background: #fdeeee;
  color: #8c2a24;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  padding: 11px 13px;
}

.admin-auth-refresh .admin-auth-refresh__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-auth-refresh .admin-auth-refresh__field {
  min-width: 0;
}

.admin-auth-refresh .admin-auth-refresh__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--aar-ink);
  font-size: 16px;
  font-weight: 700;
}

.admin-auth-refresh .admin-auth-refresh__field input[type="text"],
.admin-auth-refresh .admin-auth-refresh__field input[type="password"] {
  width: 100%;
  height: 52px;
  border: 1px solid #c8d7e9;
  border-radius: 14px;
  background: #ffffff;
  color: #163b63;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-auth-refresh .admin-auth-refresh__field input[type="text"]:focus,
.admin-auth-refresh .admin-auth-refresh__field input[type="password"]:focus {
  border-color: #145d9f;
  box-shadow: 0 0 0 4px rgba(20, 93, 159, 0.12);
}

.admin-auth-refresh .admin-auth-refresh__field.has-error input[type="text"],
.admin-auth-refresh .admin-auth-refresh__field.has-error input[type="password"] {
  border-color: #d9857d;
}

.admin-auth-refresh .admin-auth-refresh__field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-auth-refresh .admin-auth-refresh__forgot {
  color: #2b7a3d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.admin-auth-refresh .admin-auth-refresh__forgot:hover {
  color: #226231;
  text-decoration: underline;
}

.admin-auth-refresh .admin-auth-refresh__error {
  display: block;
  margin-top: 6px;
  color: var(--aar-error);
  font-size: 13px;
  font-weight: 600;
}

.admin-auth-refresh .admin-auth-refresh__check {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.admin-auth-refresh .admin-auth-refresh__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.admin-auth-refresh .admin-auth-refresh__check label {
  margin: 0;
  color: #1c426d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.admin-auth-refresh .admin-auth-refresh__actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.admin-auth-refresh .admin-auth-refresh__submit {
  min-width: 280px;
  height: 54px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--aar-primary) 0%, var(--aar-primary-dark) 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(11, 61, 111, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  padding: 0 22px;
}

.admin-auth-refresh .admin-auth-refresh__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(11, 61, 111, 0.33);
  filter: brightness(1.03);
}

@media screen and (max-width: 900px) {
  .admin-auth-refresh .admin-auth-refresh__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .admin-auth-refresh {
    margin: 20px auto 34px;
    padding: 0 10px;
  }

  .admin-auth-refresh .admin-auth-refresh__intro {
    border-radius: 18px;
    padding: 18px 14px 14px;
  }

  .admin-auth-refresh .admin-auth-refresh__intro h1 {
    font-size: 34px;
  }

  .admin-auth-refresh .admin-auth-refresh__intro p {
    font-size: 15px;
  }

  .admin-auth-refresh .admin-auth-refresh__card {
    border-radius: 18px;
    padding: 14px;
  }

  .admin-auth-refresh .admin-auth-refresh__field input[type="text"],
  .admin-auth-refresh .admin-auth-refresh__field input[type="password"] {
    height: 48px;
    font-size: 15px;
  }

  .admin-auth-refresh .admin-auth-refresh__check label {
    font-size: 14px;
  }

  .admin-auth-refresh .admin-auth-refresh__submit {
    min-width: 100%;
    height: 50px;
    font-size: 16px;
  }
}

.quote-requests .swiper {
  position: relative;
  padding: 8px 58px 20px;
}

.quote-requests .swiper .swiper-wrapper {
  align-items: stretch;
}

.quote-requests .swiper .swiper-slide {
  height: auto;
  display: flex;
}

.quote-requests .swiper .swiper-slide > .tile {
  width: 100%;
}

.quote-requests .swiper .tile {
  height: 100%;
}

.quote-requests .swiper .wrapper {
  height: 100%;
  margin-bottom: 0;
  border-radius: 20px;
  border: 1px solid #d1deeb;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 14px 28px rgba(10, 41, 75, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.quote-requests .swiper .wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(10, 41, 75, 0.17);
}

.quote-requests .swiper .wrapper.wrapper-achieved {
  border-color: #5cb85c;
}

.quote-requests .swiper .wrapper.wrapper-urgent {
  border-color: #dc3545;
}

.quote-requests .swiper .wrapper.wrapper-viewed {
  border-color: #c9d7e6;
}

.quote-requests .swiper .wrapper.wrapper-max-contact-views {
  border-color: #f0b44f;
}

.quote-requests .swiper .wrapper.wrapper-contact-received {
  border-color: #0f4f8f;
}

.quote-requests .swiper .wrapper.wrapper-quote-sent {
  border-color: #ffb600;
}

.quote-requests .swiper .wrapper .image {
  margin: 0;
}

.quote-requests .swiper .wrapper .image .image-container {
  border: 0;
  border-bottom: 1px solid #d7e4f2;
  background-color: #e9f0f8;
  height: clamp(170px, 16vw, 214px);
}

.quote-requests .swiper .wrapper .request {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.quote-requests .swiper .wrapper .request .meta {
  margin-bottom: 0;
  padding: 14px 14px 0;
}

.quote-requests .swiper .wrapper .request .meta .title {
  margin: 0;
  color: #0f4f8f;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1.18;
  font-weight: 700;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
}

.quote-requests .swiper .wrapper .request .meta .title a {
  color: inherit;
}

.quote-requests .swiper .wrapper .request .meta .title a:hover {
  color: #0c3c6d;
}

.quote-requests .swiper .wrapper .request .meta .location {
  margin-top: 7px;
  color: #1f4369;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.quote-requests .swiper .wrapper .request .description {
  margin: 12px 14px 16px;
  border-radius: 14px;
  border: 1px solid #dbe6f3;
  background: #f9fbff;
  color: #253f5a;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  padding: 12px;
  flex: 1 1 auto;
  min-height: 96px;
}

.quote-requests .swiper .wrapper .admin {
  margin-top: auto;
}

.quote-requests .swiper .corner-ribbon {
  width: auto;
  left: 12px !important;
  top: 12px !important;
  padding: 7px 12px;
  border-radius: 999px;
  line-height: 1;
  font-size: 12px;
  font-weight: 800;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 6px 14px rgba(8, 20, 41, 0.24);
}

.quote-requests .swiper .corner-ribbon::before,
.quote-requests .swiper .corner-ribbon::after {
  display: none;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-achieved {
  background-color: #2c9640;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-urgent {
  background-color: #cf2938;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-max-contact-views {
  background-color: #f0a42d;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-viewed {
  background-color: #eff3f8;
  color: #3c556e;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-quote-sent {
  background-color: #ffb600;
  color: #11375f;
}

.quote-requests .swiper .corner-ribbon.corner-ribbon-contact-received {
  background-color: #0f4f8f;
}

.quote-requests .swiper .swiper-button-prev,
.quote-requests .swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  top: 50%;
  margin-top: -22px;
  border: 1px solid #0c3f72;
  background: linear-gradient(160deg, #145d9f 0%, #0a3b6e 100%);
  box-shadow: 0 10px 22px rgba(10, 43, 79, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.quote-requests .swiper .swiper-button-prev {
  left: 6px;
}

.quote-requests .swiper .swiper-button-next {
  right: 6px;
}

.quote-requests .swiper .swiper-button-prev::after,
.quote-requests .swiper .swiper-button-next::after {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.quote-requests .swiper .swiper-button-prev:hover,
.quote-requests .swiper .swiper-button-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 43, 79, 0.4);
}

.quote-requests .swiper .swiper-button-prev.swiper-button-disabled,
.quote-requests .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.38;
  cursor: default;
}

.quote-requests .swiper .swiper-pagination {
  display: none;
}

@media screen and (max-width: 992px) {
  .quote-requests .swiper {
    padding: 8px 10px 26px;
  }

  .quote-requests .swiper .wrapper .request .meta .title {
    font-size: 18px;
    min-height: 40px;
  }

  .quote-requests .swiper .wrapper .request .meta .location {
    font-size: 12px;
  }

  .quote-requests .swiper .swiper-button-prev,
  .quote-requests .swiper .swiper-button-next {
    display: none;
  }

  .quote-requests .swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .quote-requests .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #86a3c0;
    opacity: 1;
  }

  .quote-requests .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 999px;
    background: #0f4f8f;
  }
}

@media screen and (max-width: 640px) {
  .quote-requests .swiper .wrapper {
    border-radius: 16px;
  }

  .quote-requests .swiper .wrapper .image .image-container {
    height: 180px;
  }

  .quote-requests .swiper .wrapper .request .meta {
    padding: 12px 12px 0;
  }

  .quote-requests .swiper .wrapper .request .meta .title {
    font-size: 17px;
    min-height: 38px;
  }

  .quote-requests .swiper .wrapper .request .meta .location {
    font-size: 12px;
  }

  .quote-requests .swiper .wrapper .request .description {
    margin: 10px 12px 14px;
    min-height: 88px;
    font-size: 14px;
    padding: 11px;
  }
}

.quote-create-refresh {
  --qcr-ink: #0f3e6b;
  --qcr-ink-soft: #3f607f;
  --qcr-line: #d2e0ee;
  --qcr-shell: #f3f8ff;
  --qcr-accent: #ffb600;
  --qcr-primary: #0f4f8f;
  --qcr-primary-dark: #0a3b6e;
  max-width: 1220px;
  margin: 28px auto 48px;
  padding: 0 14px;
}

.quote-create-refresh .quote-create-refresh__title {
  margin: 0 0 18px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--qcr-line);
  background: linear-gradient(165deg, #ffffff 0%, #edf5fd 100%);
  box-shadow: 0 20px 40px rgba(8, 30, 56, 0.08);
}

.quote-create-refresh .quote-create-refresh__title h1 {
  margin: 0;
  color: var(--qcr-ink);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.quote-create-refresh .quote-create-refresh__title .border-left {
  width: 78px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--qcr-accent);
}

.quote-create-refresh .quote-create-refresh__title h2 {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--qcr-ink-soft);
}

.quote-create-refresh #create_quote_request_categories {
  border-radius: 24px;
  border: 1px solid var(--qcr-line);
  background: linear-gradient(180deg, #ffffff 0%, var(--qcr-shell) 100%);
  box-shadow: 0 22px 44px rgba(8, 30, 56, 0.1);
  padding: 24px;
}

.quote-create-refresh .quote-create-refresh__question {
  margin: 0;
  color: var(--qcr-ink);
  font-size: clamp(16px, 1.4vw, 23px);
  font-weight: 800;
  line-height: 1.2;
}

.quote-create-refresh #autocomplete_container {
  margin-top: 14px;
}

.quote-create-refresh #autocomplete_container .form-group {
  margin-top: 18px;
  margin-bottom: 0;
}

.quote-create-refresh #autocomplete_container .form-control-feedback {
  right: 10px;
  left: auto;
  top: 0;
  width: 54px;
  height: 54px;
  margin-top: 7px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffb600 0%, #ffd36a 100%);
  box-shadow: 0 10px 18px rgba(255, 182, 0, 0.24);
}

.quote-create-refresh #autocomplete_container .form-control-feedback i {
  top: 0;
  color: #002e5b;
  font-size: 24px;
  line-height: 54px;
}

.quote-create-refresh #autocomplete_categories {
  height: 68px;
  padding: 0 74px 0 30px;
  border: 1px solid #d9e2ec;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #18446f;
  font-size: 17px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-create-refresh #autocomplete_categories::placeholder {
  color: #829ab2;
}

.quote-create-refresh #autocomplete_categories:focus {
  border-color: rgba(0, 46, 91, 0.45);
  box-shadow: 0 0 0 6px rgba(255, 182, 0, 0.16);
}

.quote-create-refresh #autocomplete_container .ui-autocomplete {
  top: calc(100% + 8px) !important;
  left: 0;
  z-index: 998;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 8px;
  background: #002d5c;
  color: #ffffff;
  border: 0;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 16px 30px rgba(10, 42, 76, 0.22);
}

.quote-create-refresh #autocomplete_container .ui-autocomplete li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.quote-create-refresh #autocomplete_container .ui-autocomplete li a {
  display: block;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}

.quote-create-refresh #autocomplete_container .ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
  border: 0;
}

.quote-create-refresh #autocomplete_container .ui-autocomplete li.ui-state-focus a,
.quote-create-refresh #autocomplete_container .ui-autocomplete li a:hover,
.quote-create-refresh #autocomplete_container .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.quote-create-refresh #autocomplete_container .ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #0f2d4f;
  background: #ffb600;
}

.quote-create-refresh #autocomplete_container .acWrap .acSuggest {
  top: calc(100% + 8px);
  border: 0;
  border-radius: 14px;
  background: #002d5c;
  box-shadow: 0 16px 30px rgba(10, 42, 76, 0.22);
  overflow: hidden;
}

.quote-create-refresh #autocomplete_container .acWrap .acSuggest ul {
  margin: 0;
  padding: 0;
}

.quote-create-refresh #autocomplete_container .acWrap .acSuggest ul li {
  color: #ffffff;
  background: #002d5c;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 14px;
}

.quote-create-refresh #autocomplete_container .acWrap .acSuggest ul li:first-child {
  border-top: 0;
}

.quote-create-refresh #autocomplete_container .acWrap .acSuggest ul li:hover {
  color: #0f2d4f;
  background: #ffb600;
}

.quote-create-refresh .quote-create-refresh__group {
  margin-top: 22px !important;
}

.quote-create-refresh .category-group-title {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--qcr-primary) 0%, var(--qcr-primary-dark) 100%);
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.005em;
  box-shadow: 0 14px 26px rgba(10, 53, 94, 0.25);
}

.quote-create-refresh #subcategories_container {
  margin-top: 0 !important;
}

.quote-create-refresh #subcategories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 80px;
}

.quote-create-refresh #subcategories .category.subcategory {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  border-radius: 12px;
  border: 1px solid #ccd9e7;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 42, 71, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.quote-create-refresh #subcategories .category.subcategory:hover {
  transform: none;
  border-color: #b8cce1;
  box-shadow: 0 14px 28px rgba(15, 42, 71, 0.14);
}

.quote-create-refresh #subcategories .category.subcategory.selected-category {
  border-color: #b8cce1;
  box-shadow: 0 14px 28px rgba(15, 42, 71, 0.16);
}

.quote-create-refresh #subcategories .category.subcategory .category-img-container {
  width: 100%;
  height: 136px;
  border-bottom: 1px solid #d7e4f2;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50%;
}

.quote-create-refresh #subcategories .category.subcategory .category-img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 46, 91, 0.12) 100%);
}

.quote-create-refresh #subcategories .category.subcategory .category-name {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  text-align: center;
  float: none;
}

.quote-create-refresh #subcategories .category.subcategory .category-description {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.quote-create-refresh #subcategories .category.subcategory .category-description span {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: none !important;
  color: #10263d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
}

.quote-create-refresh #subcategories .category.subcategory .delete-subcategory {
  display: none !important;
}

.quote-create-refresh #subcategories .category.subcategory .category-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: rgba(12, 35, 58, 0.08);
}

.quote-create-refresh #subcategories .category.subcategory .category-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.quote-create-refresh #subcategories .category.subcategory:hover .category-name::after,
.quote-create-refresh #subcategories .category.subcategory.selected-category .category-name::after {
  transform: scaleX(1);
}

.quote-create-refresh #subcategory-spinner {
  color: #0f4f8f;
}

.quote-create-refresh #main_category_container {
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--qcr-primary) 0%, var(--qcr-primary-dark) 100%);
  box-shadow: 0 12px 24px rgba(10, 53, 94, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.quote-create-refresh #main_category_container a {
  color: #ffffff;
}

.quote-create-refresh #main_category_container a.pull-left {
  float: none !important;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 1;
}

.quote-create-refresh #main_category_container a i {
  font-size: 22px;
  line-height: 1;
}

.quote-create-refresh #categories #main_category_container {
  margin-bottom: 16px;
  position: relative;
  z-index: 6;
}

.quote-create-refresh #categories.form-part {
  margin-top: 10px !important;
}

.quote-create-refresh #categories #subcategories {
  position: relative;
  z-index: 1;
}

.quote-create-refresh #categories > .m-t-10 {
  margin-top: 22px !important;
}

.quote-create-refresh #categories > .quote-create-refresh__question {
  margin-top: 18px !important;
  margin-bottom: 24px;
  line-height: 1.25;
}

.quote-create-refresh #categories #subcategories_container {
  margin-top: 8px !important;
}

.quote-create-refresh #categories #subcategories .category.subcategory {
  border-color: #cbd9e8;
}

.quote-create-refresh #categories #subcategories .category.subcategory:hover {
  transform: none;
}

.quote-create-refresh #categories #subcategories .category.subcategory .category-description {
  position: relative;
  padding-left: 0;
}

.quote-create-refresh #categories #subcategories .category.subcategory.selected-category {
  border-color: #cbd9e8;
  box-shadow: 0 14px 30px rgba(15, 42, 71, 0.18);
}

.quote-create-refresh #categories #subcategories .category.subcategory.selected-category::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #0f4f8f;
  box-shadow: 0 8px 16px rgba(10, 56, 101, 0.35);
  z-index: 3;
}

.quote-create-refresh #categories #subcategories .category.subcategory.selected-category::after {
  content: "\2713";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transform: none;
  z-index: 4;
}

.quote-create-refresh #categories #subcategories .category.subcategory.selected-category .category-name {
  background: linear-gradient(180deg, #ffffff 0%, #f0f6ff 100%);
}

.quote-create-refresh #categories #subcategories .category.subcategory.selected-category .category-description span {
  color: #0f4f8f;
}

.quote-create-refresh .alert-no-categories {
  border-radius: 14px;
}

.quote-create-refresh .form-buttons {
  text-align: center;
}

.quote-create-refresh .form-buttons .btn.btn-success {
  min-width: 260px;
  height: 54px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--qcr-primary) 0%, var(--qcr-primary-dark) 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(11, 61, 111, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-create-refresh .form-buttons .btn.btn-success:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(11, 61, 111, 0.33);
}

.quote-create-refresh .quote-create-refresh__seo {
  margin-top: 34px !important;
}

.quote-create-refresh .quote-create-refresh__seo-content {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #cddfed;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 38px rgba(8, 30, 56, 0.1);
  padding: 26px 30px;
  color: #19334d;
  font-size: 18px;
  line-height: 1.72;
}

.quote-create-refresh .quote-create-refresh__seo-content > :first-child {
  margin-top: 0 !important;
}

.quote-create-refresh .quote-create-refresh__seo-content > :last-child {
  margin-bottom: 0 !important;
}

.quote-create-refresh .quote-create-refresh__seo-content h1,
.quote-create-refresh .quote-create-refresh__seo-content h2,
.quote-create-refresh .quote-create-refresh__seo-content h3,
.quote-create-refresh .quote-create-refresh__seo-content h4 {
  margin: 1.3em 0 0.62em;
  padding-left: 12px;
  border-left: 4px solid rgba(255, 182, 0, 0.88);
  color: #0f3e6b;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.quote-create-refresh .quote-create-refresh__seo-content h1 {
  font-size: clamp(26px, 2.3vw, 36px);
}

.quote-create-refresh .quote-create-refresh__seo-content h2 {
  font-size: clamp(24px, 2vw, 32px);
}

.quote-create-refresh .quote-create-refresh__seo-content h3 {
  font-size: clamp(20px, 1.6vw, 27px);
}

.quote-create-refresh .quote-create-refresh__seo-content h4 {
  font-size: clamp(18px, 1.35vw, 23px);
}

.quote-create-refresh .quote-create-refresh__seo-content p {
  margin: 0 0 1.02em;
  color: #234661;
}

.quote-create-refresh .quote-create-refresh__seo-content h1 + p,
.quote-create-refresh .quote-create-refresh__seo-content h2 + p,
.quote-create-refresh .quote-create-refresh__seo-content h3 + p {
  color: #1c4d78;
  font-size: clamp(18px, 1.18vw, 20px);
  line-height: 1.64;
}

.quote-create-refresh .quote-create-refresh__seo-content ul,
.quote-create-refresh .quote-create-refresh__seo-content ol {
  margin: 0 0 1.1em;
  padding-left: 1.4em;
}

.quote-create-refresh .quote-create-refresh__seo-content li + li {
  margin-top: 0.35em;
}

.quote-create-refresh .quote-create-refresh__seo-content li::marker {
  color: #0f4f8f;
}

.quote-create-refresh .quote-create-refresh__seo-content a {
  color: #0f4f8f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(15, 79, 143, 0.42);
  font-weight: 700;
}

.quote-create-refresh .quote-create-refresh__seo-content blockquote {
  margin: 1.3em 0;
  padding: 12px 16px;
  border: 1px solid #cfdff0;
  border-left: 5px solid #ffb600;
  border-radius: 12px;
  background: #f6fbff;
  box-shadow: 0 10px 20px rgba(8, 30, 56, 0.06);
}

.quote-create-refresh .quote-create-refresh__seo-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.quote-create-refresh .quote-create-refresh__seo-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
}

.quote-create-refresh .quote-create-refresh__seo-content th,
.quote-create-refresh .quote-create-refresh__seo-content td {
  border: 1px solid #d7e4f2;
  padding: 10px 12px;
  vertical-align: top;
}

.quote-create-refresh .quote-create-refresh__seo-content th {
  background: #f1f7ff;
  color: #0f3e6b;
  font-weight: 700;
}

/* Neutralize noisy inline formatting from legacy WYSIWYG content. */
.quote-create-refresh .quote-create-refresh__seo-content [style*="font-family"] {
  font-family: inherit !important;
}

.quote-create-refresh .quote-create-refresh__seo-content [style*="font-size"] {
  font-size: inherit !important;
  line-height: inherit !important;
}

.quote-create-refresh .quote-create-refresh__seo-content [style*="color"] {
  color: inherit !important;
}

.quote-create-refresh .quote-create-refresh__seo-content [style*="background-color"] {
  display: block !important;
  margin: 1.15em 0 0.55em !important;
  padding: 0 0 0 12px !important;
  background: transparent !important;
  color: #0f3e6b !important;
  font-size: clamp(20px, 1.45vw, 26px) !important;
  font-weight: 800 !important;
  line-height: 1.34 !important;
  border-left: 4px solid rgba(255, 182, 0, 0.88);
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1100px) {
  .quote-create-refresh #subcategories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .quote-create-refresh {
    margin: 16px auto 32px;
    padding: 0 10px;
  }

  .quote-create-refresh .quote-create-refresh__title {
    border-radius: 18px;
    padding: 16px 14px;
  }

  .quote-create-refresh .quote-create-refresh__title h1 {
    font-size: 28px;
  }

  .quote-create-refresh .quote-create-refresh__title h2 {
    font-size: 14px;
  }

  .quote-create-refresh #create_quote_request_categories {
    border-radius: 18px;
    padding: 14px;
  }

  .quote-create-refresh .quote-create-refresh__question {
    font-size: 22px;
  }

  .quote-create-refresh #autocomplete_categories {
    height: 54px;
    font-size: 17px;
    padding: 0 62px 0 16px;
    border-radius: 16px;
  }

  .quote-create-refresh #autocomplete_container .form-control-feedback {
    width: 44px;
    height: 44px;
    margin-top: 5px;
    font-size: 18px;
    border-radius: 12px;
  }

  .quote-create-refresh #autocomplete_container .form-control-feedback i {
    font-size: 20px;
    line-height: 44px;
  }

  .quote-create-refresh .category-group-title {
    font-size: 17px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .quote-create-refresh #subcategories {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quote-create-refresh #subcategories .category.subcategory,
  .quote-create-refresh #subcategories .category.subcategory.main-category,
  .quote-create-refresh #subcategories .category.subcategory.subcategory-final {
    width: 100% !important;
    height: auto !important;
    min-height: 94px !important;
    margin: 0 !important;
    border-radius: 12px;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    align-items: stretch;
    overflow: hidden;
  }

  .quote-create-refresh #subcategories .category.subcategory .category-img-container {
    width: 92px !important;
    height: auto !important;
    min-height: 94px !important;
    margin: 0 !important;
    grid-column: 1;
    grid-row: 1;
    border-bottom: 0 !important;
    border-right: 1px solid #d7e4f2;
    display: block !important;
    float: none !important;
  }

  .quote-create-refresh #subcategories .category.subcategory .category-description {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .quote-create-refresh #subcategories .category.subcategory .category-name,
  .quote-create-refresh #subcategories .category.subcategory .category-name.category-name-without-input {
    width: auto !important;
    min-height: 94px !important;
    height: auto !important;
    padding: 10px 12px !important;
    grid-column: 2;
    grid-row: 1;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .quote-create-refresh #subcategories .category.subcategory .category-name::before {
    display: none;
  }

  .quote-create-refresh #subcategories .category.subcategory .category-description span {
    height: auto !important;
    padding: 0 !important;
    font-size: 11px;
    line-height: 1.28;
    letter-spacing: 0.02em;
    white-space: normal !important;
  }

  .quote-create-refresh #main_category_container {
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 11px;
    text-align: center;
  }

  .quote-create-refresh #main_category_container a.pull-left {
    left: 10px;
  }

  .quote-create-refresh #main_category_container a i {
    font-size: 17px;
  }

  .quote-create-refresh #categories #main_category_container {
    margin-bottom: 12px;
  }

  .quote-create-refresh #categories.form-part {
    margin-top: 6px !important;
  }

  .quote-create-refresh #categories > .m-t-10 {
    margin-top: 16px !important;
  }

  .quote-create-refresh #categories > .quote-create-refresh__question {
    margin-top: 12px !important;
    margin-bottom: 16px;
  }

  .quote-create-refresh #categories #subcategories_container {
    margin-top: 6px !important;
  }

  .quote-create-refresh #categories #subcategories .category.subcategory.selected-category::before {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .quote-create-refresh #categories #subcategories .category.subcategory.selected-category::after {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .quote-create-refresh .form-buttons .btn.btn-success {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 18px;
  }

  .quote-create-refresh .quote-create-refresh__seo {
    margin-top: 24px !important;
  }

  .quote-create-refresh .quote-create-refresh__seo-content {
    border-radius: 16px;
    padding: 16px 14px;
    font-size: 16px;
    line-height: 1.62;
  }

  .quote-create-refresh .quote-create-refresh__seo-content h1 {
    font-size: 28px;
  }

  .quote-create-refresh .quote-create-refresh__seo-content h2 {
    font-size: 24px;
  }

  .quote-create-refresh .quote-create-refresh__seo-content h3 {
    font-size: 21px;
  }

  .quote-create-refresh .quote-create-refresh__seo-content h4 {
    font-size: 19px;
  }

  .quote-create-refresh .quote-create-refresh__seo-content h1,
  .quote-create-refresh .quote-create-refresh__seo-content h2,
  .quote-create-refresh .quote-create-refresh__seo-content h3,
  .quote-create-refresh .quote-create-refresh__seo-content h4 {
    padding-left: 10px;
    border-left-width: 3px;
  }

  .quote-create-refresh .quote-create-refresh__seo-content [style*="background-color"] {
    margin: 1em 0 0.45em !important;
    padding-left: 10px !important;
    font-size: 21px !important;
    border-left-width: 3px;
  }
}

.quote-detail-refresh {
  --qdr-primary: #0f4f8f;
  --qdr-primary-dark: #0b3f77;
  --qdr-border: #cad9e9;
  --qdr-bg-soft: #eef4fb;

  margin: 24px auto 48px;
  padding: 0 12px;
}

.quote-detail-refresh .quote-detail-refresh__title {
  margin: 0 0 18px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid #c8d8e8;
  background: linear-gradient(180deg, #edf4fb 0%, #e6eff9 100%);
  box-shadow: 0 14px 30px rgba(14, 48, 84, 0.1);
}

.quote-detail-refresh .quote-detail-refresh__title h1 {
  margin: 0;
  color: #0f2d4f;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.quote-detail-refresh .quote-detail-refresh__title .border-left {
  width: 76px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: #ffb600;
  display: block;
}

.quote-detail-refresh .quote-detail-refresh__title h2 {
  margin: 14px 0 0;
  color: #3d5e80;
  font-size: clamp(12px, 0.85vw, 15px);
  line-height: 1.55;
}

.quote-detail-refresh .alert.alert-danger {
  margin-bottom: 18px;
  border: 1px solid #f4c9cd;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff5f6 0%, #ffeef0 100%);
  color: #a33f4b;
}

.quote-detail-refresh #create_quote_request_details {
  border-radius: 24px;
  border: 1px solid #d4e1ef;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(10, 44, 80, 0.08);
  padding: 22px;
}

.quote-detail-refresh #details.form-part {
  margin-top: 0 !important;
}

.quote-detail-refresh #main_category_container {
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 700;
  background: linear-gradient(135deg, var(--qdr-primary) 0%, var(--qdr-primary-dark) 100%);
  box-shadow: 0 12px 24px rgba(10, 53, 94, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.quote-detail-refresh #main_category_container a {
  color: #ffffff;
}

.quote-detail-refresh #main_category_container a.pull-left {
  float: none !important;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.quote-detail-refresh #main_category_container a i {
  font-size: 18px;
  line-height: 1;
}

.quote-detail-refresh #category_values_container {
  margin-bottom: 8px;
}

.quote-detail-refresh .sub_category_container {
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #d4e2f0;
  background: linear-gradient(180deg, #f7fafe 0%, #f1f6fc 100%);
  box-shadow: 0 8px 18px rgba(14, 48, 84, 0.06);
}

.quote-detail-refresh .sub_category_container .form-group {
  margin-bottom: 0;
}

.quote-detail-refresh .sub_category_container label {
  margin: 0;
  color: #173857;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.quote-detail-refresh .sub_category_container .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quote-detail-refresh .sub_category_container .input-group-addon {
  border-color: #c7d8e9;
  border-radius: 0 12px 12px 0;
  background: #edf4fb;
  color: #173857;
  font-weight: 700;
}

.quote-detail-refresh #details > .m-t-40 {
  margin-top: 22px !important;
}

.quote-detail-refresh .form-group {
  margin-bottom: 14px;
}

.quote-detail-refresh .control-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #123459;
  font-size: 15px;
  font-weight: 700;
}

.quote-detail-refresh .form-control {
  height: 48px;
  border: 1px solid #c4d5e7;
  border-radius: 12px;
  background: #ffffff;
  color: #123459;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: none;
}

.quote-detail-refresh textarea.form-control {
  height: auto;
  min-height: 126px;
  padding: 12px 14px;
  resize: vertical;
}

.quote-detail-refresh .form-control:focus {
  border-color: #8db0d5;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.12);
}

.quote-detail-refresh .has-error .form-control,
.quote-detail-refresh .has-error .form-control:focus {
  border-color: #d46a74;
  box-shadow: 0 0 0 3px rgba(212, 106, 116, 0.12);
}

.quote-detail-refresh .help-block.help-error {
  margin-top: 6px;
  margin-bottom: 0;
  color: #c84f5b;
  font-size: 13px;
}

.quote-detail-refresh .form-group.well {
  margin-top: 6px;
  margin-bottom: 0;
  padding: 18px 16px 14px;
  border-radius: 16px;
  border: 1px dashed #c2d4e7;
  background: linear-gradient(180deg, #f7fbff 0%, #eff5fc 100%);
  box-shadow: none;
}

.quote-detail-refresh .form-group.well p {
  margin-bottom: 8px;
  color: #173857;
  font-size: 16px;
  line-height: 1.45;
}

.quote-detail-refresh .form-group.well p.text-muted {
  color: #6f859c;
}

.quote-detail-refresh .custom-file-upload {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 8px;
  border: 0 !important;
  border-radius: 12px;
  background: transparent;
  overflow: visible;
}

.quote-detail-refresh .custom-file-upload input[type="file"] {
  display: none;
}

.quote-detail-refresh .custom-file-upload label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  margin: 0;
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-detail-refresh .custom-file-upload label:hover {
  border-color: #8fb1d4;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.08);
}

.quote-detail-refresh .custom-file-upload .file-upload-text {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 12px;
  color: #4d6278;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 11px 0 0 11px;
}

.quote-detail-refresh .custom-file-upload .file-upload-button {
  flex: 0 0 auto;
  height: 100%;
  min-width: 90px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c5d6e8;
  background: #edf4fb;
  color: #123459;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 11px 11px 0;
}

.quote-detail-refresh #contact {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9e5f1;
}

.quote-detail-refresh #contact h3 {
  margin: 0;
  color: #123459;
  font-size: clamp(14px, 0.95vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.quote-detail-refresh #contact .m-t-40 {
  margin-top: 18px !important;
}

.quote-detail-refresh #cgv_row_container {
  margin-top: 8px !important;
}

.quote-detail-refresh #cgv_row_container .form-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.quote-detail-refresh #cgv_row_container input[type="checkbox"] {
  margin: 3px 0 0;
  width: 18px;
  height: 18px;
  accent-color: var(--qdr-primary);
  flex: 0 0 18px;
}

.quote-detail-refresh #cgv_row_container label {
  margin: 0;
  color: #173857;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.quote-detail-refresh #cgv_row_container label a {
  color: #123f70;
  font-weight: 700;
}

.quote-detail-refresh .form-buttons {
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d4e2f0;
  background: linear-gradient(180deg, #f6f9fd 0%, #eef4fb 100%);
  text-align: center;
}

.quote-detail-refresh .form-buttons .btn.btn-success {
  min-width: 360px;
  height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--qdr-primary) 0%, var(--qdr-primary-dark) 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(10, 56, 101, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-detail-refresh .form-buttons .btn.btn-success:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(10, 56, 101, 0.3);
}

@media screen and (max-width: 992px) {
  .quote-detail-refresh #main_category_container {
    font-size: clamp(14px, 1.9vw, 18px);
  }

  .quote-detail-refresh .form-buttons .btn.btn-success {
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .quote-detail-refresh {
    margin: 16px auto 34px;
    padding: 0 10px;
  }

  .quote-detail-refresh .quote-detail-refresh__title {
    padding: 16px 14px;
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .quote-detail-refresh .quote-detail-refresh__title h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .quote-detail-refresh .quote-detail-refresh__title h2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .quote-detail-refresh #create_quote_request_details {
    padding: 14px;
    border-radius: 16px;
  }

  .quote-detail-refresh #main_category_container {
    font-size: 13px;
    padding: 10px 40px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .quote-detail-refresh #main_category_container a.pull-left {
    left: 10px;
    width: 28px;
    height: 28px;
  }

  .quote-detail-refresh #main_category_container a i {
    font-size: 14px;
  }

  .quote-detail-refresh .sub_category_container {
    padding: 10px 12px;
    border-radius: 12px;
  }

  .quote-detail-refresh .sub_category_container label {
    font-size: 14px;
    line-height: 1.35;
  }

  .quote-detail-refresh #details > .m-t-40 {
    margin-top: 14px !important;
  }

  .quote-detail-refresh .control-label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .quote-detail-refresh .form-control {
    height: 44px;
    font-size: 14px;
    border-radius: 10px;
  }

  .quote-detail-refresh textarea.form-control {
    min-height: 112px;
    padding: 10px 12px;
  }

  .quote-detail-refresh .form-group.well {
    padding: 14px 12px 12px;
    border-radius: 12px;
  }

  .quote-detail-refresh .form-group.well p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .quote-detail-refresh .custom-file-upload label {
    height: 42px;
    border-radius: 10px;
  }

  .quote-detail-refresh .custom-file-upload .file-upload-text {
    font-size: 13px;
    border-radius: 9px 0 0 9px;
  }

  .quote-detail-refresh .custom-file-upload .file-upload-button {
    min-width: 82px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 0 9px 9px 0;
  }

  .quote-detail-refresh #contact {
    margin-top: 18px;
    padding-top: 16px;
  }

  .quote-detail-refresh #contact h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .quote-detail-refresh #contact .m-t-40 {
    margin-top: 12px !important;
  }

  .quote-detail-refresh #cgv_row_container .form-group {
    gap: 8px;
    margin-bottom: 6px;
  }

  .quote-detail-refresh #cgv_row_container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .quote-detail-refresh #cgv_row_container label {
    font-size: 14px;
    line-height: 1.4;
  }

  .quote-detail-refresh .form-buttons {
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
  }

  .quote-detail-refresh .form-buttons .btn.btn-success {
    height: 48px;
    font-size: 15px;
    border-radius: 11px;
  }
}
.quote-search-refresh {
  --qsr-primary: #0f4f8f;
  --qsr-primary-dark: #0b3f77;
  --qsr-ink: #123b66;
  --qsr-ink-soft: #496684;
  --qsr-border: #c9daec;
  --qsr-shell: #f4f8fc;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.quote-search-refresh .quote-search-refresh__recent-title {
  margin: 0 0 12px;
}

.quote-search-refresh .quote-search-refresh__recent-title .h1-style {
  margin: 0;
  padding: 0 0 6px;
  border-bottom: 1px solid #d6e3f0;
  color: var(--qsr-ink);
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

.quote-search-refresh .quote-search-refresh__recent-title .h1-style .border-left {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 8px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.quote-search-refresh .quote-search-refresh__title-card {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--qsr-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
}

.quote-search-refresh .quote-search-refresh__title-card h1 {
  margin: 0;
  color: var(--qsr-ink);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 1.14;
}

.quote-search-refresh .quote-search-refresh__title-card h1 .border-left {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 11px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.quote-search-refresh .quote-search-refresh__title-card h2 {
  margin: 12px 0 0;
  color: var(--qsr-ink-soft);
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.55;
}

.quote-search-refresh .quote-search-refresh__notice {
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid #b9d4eb;
  border-radius: 18px;
  background: linear-gradient(180deg, #edf6ff 0%, #e6f1fc 100%);
  color: #1c466d;
  box-shadow: 0 12px 24px rgba(11, 51, 90, 0.1);
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head,
.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-body {
  margin-left: 0;
  margin-right: 0;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head > [class*="col-"] {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head > [class*="col-"]:first-child {
  flex: 1 1 auto;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head > [class*="col-"]:last-child {
  flex: 0 0 auto;
  margin-left: auto;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-body {
  margin-top: 8px;
}

.quote-search-refresh .quote-search-refresh__notice h4 {
  margin: 0;
  color: #124168;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.quote-search-refresh .quote-search-refresh__notice hr {
  margin-top: 10px;
  margin-bottom: 12px;
  border-top-color: #bed8ed;
}

.quote-search-refresh .quote-search-refresh__notice .btn.btn-info {
  min-height: 40px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--qsr-primary) 0%, var(--qsr-primary-dark) 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(10, 56, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  gap: 0;
}

.quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__contact-btn i {
  margin-right: 7px;
  line-height: 1;
}

.quote-search-refresh .quote-search-refresh__notice .btn.btn-info:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(10, 56, 101, 0.24);
}

.quote-search-refresh .quote-search-refresh__filters-wrap {
  margin-bottom: 4px;
}

.quote-search-refresh .quote-search-refresh__filters {
  margin-bottom: 0;
  padding: 16px 16px 4px;
  border: 1px solid #cfdfef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--qsr-shell) 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.08);
}

.quote-search-refresh .quote-search-refresh__filters .quote-search-refresh__filter-group {
  margin-bottom: 12px;
}

.quote-search-refresh .quote-search-refresh__filters .quote-search-refresh__control {
  height: 48px;
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  background: #ffffff;
  color: #133c64;
  font-size: 14px;
  box-shadow: none;
}

.quote-search-refresh .quote-search-refresh__filters .quote-search-refresh__control:focus {
  border-color: #8db0d4;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.12);
}

.quote-search-refresh .quote-search-refresh__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.quote-search-refresh .quote-search-refresh__actions .quote-search-refresh__submit {
  min-width: 146px;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--qsr-primary) 0%, var(--qsr-primary-dark) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-search-refresh .quote-search-refresh__actions .quote-search-refresh__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

.quote-search-refresh .quote-search-refresh__reset-row {
  margin-top: -4px;
  margin-bottom: 8px;
}

.quote-search-refresh .quote-search-refresh__reset-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  color: #8a6721;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: #fff3cf;
  border: 1px solid #efd28d;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.quote-search-refresh .quote-search-refresh__reset-link:hover,
.quote-search-refresh .quote-search-refresh__reset-link:focus {
  color: #724f0a;
  text-decoration: none;
  background: #ffe9b0;
  border-color: #e8c36d;
}

.quote-search-refresh .quote-search-refresh__reset-link i {
  font-size: 12px;
}

.quote-search-refresh .quote-search-refresh__results {
  margin-top: 0;
}

.quote-search-refresh .quote-search-refresh__cards {
  margin-top: 2px;
}

.quote-search-refresh .quote-requests .wrapper {
  height: 100%;
  margin-bottom: 22px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.quote-search-refresh .quote-requests .wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.quote-search-refresh .quote-requests .wrapper.wrapper-achieved {
  border-color: #4fa364;
}

.quote-search-refresh .quote-requests .wrapper.wrapper-urgent {
  border-color: #d74c58;
}

.quote-search-refresh .quote-requests .wrapper.wrapper-viewed {
  border-color: #d4e0eb;
}

.quote-search-refresh .quote-requests .wrapper.wrapper-max-contact-views {
  border-color: #efb657;
}

.quote-search-refresh .quote-requests .wrapper.wrapper-contact-received {
  border-color: #0f4f8f;
}

.quote-search-refresh .quote-requests .wrapper.wrapper-quote-sent {
  border-color: #ffb600;
}

.quote-search-refresh .quote-requests .wrapper .image {
  margin: 0;
}

.quote-search-refresh .quote-requests .wrapper .image .image-container {
  height: 194px;
  border: 0;
  border-bottom: 1px solid #d8e5f3;
  background-color: #e9f0f8;
}

.quote-search-refresh .quote-requests .wrapper .request .meta {
  margin-bottom: 0;
  padding: 12px 12px 0;
}

.quote-search-refresh .quote-requests .wrapper .request .meta .title {
  margin: 0;
  min-height: 44px;
  color: #0e4b85;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote-search-refresh .quote-requests .wrapper .request .meta .title a {
  color: inherit;
}

.quote-search-refresh .quote-requests .wrapper .request .meta .title a:hover {
  color: #0a3b6e;
}

.quote-search-refresh .quote-requests .wrapper .request .meta .location {
  margin-top: 6px;
  color: #234a6f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.quote-search-refresh .quote-requests .wrapper .request .description {
  margin: 10px 12px 14px;
  min-height: 94px;
  height: auto;
  border: 1px solid #d8e5f3;
  border-radius: 12px;
  background: #f8fbff;
  color: #294560;
  font-size: 14px;
  line-height: 1.48;
  text-align: left;
  padding: 10px 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.quote-search-refresh .quote-requests .corner-ribbon {
  width: auto;
  left: 10px !important;
  top: 10px !important;
  padding: 6px 11px;
  border-radius: 999px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 800;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 8px 14px rgba(8, 20, 41, 0.22);
}

.quote-search-refresh .quote-requests .corner-ribbon::before,
.quote-search-refresh .quote-requests .corner-ribbon::after {
  display: none;
}

.quote-search-refresh .quote-search-refresh__empty-alert {
  margin-bottom: 14px;
  border: 1px solid #e7d8ae;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf4 0%, #fff8dd 100%);
  color: #7a6220;
  font-weight: 600;
}

.quote-search-refresh .quote-search-refresh__pagination {
  margin-top: 0;
}

.quote-search-refresh .quote-search-refresh__pagination .pagination {
  margin: 0;
}

.quote-search-refresh .quote-search-refresh__pagination .pagination > li > a,
.quote-search-refresh .quote-search-refresh__pagination .pagination > li > span {
  min-width: 40px;
  height: 40px;
  margin: 0 3px;
  border: 1px solid #c7d8e8;
  border-radius: 10px !important;
  background: #ffffff;
  color: #123b63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > a,
.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > a:focus,
.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > a:hover,
.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > span,
.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > span:focus,
.quote-search-refresh .quote-search-refresh__pagination .pagination > .active > span:hover {
  border-color: var(--qsr-primary);
  background: var(--qsr-primary);
  color: #ffffff;
}

.quote-search-refresh .quote-search-refresh__empty-actions .btn-large {
  min-height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 992px) {
  .quote-search-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .quote-search-refresh .quote-search-refresh__title-card,
  .quote-search-refresh .quote-search-refresh__notice,
  .quote-search-refresh .quote-search-refresh__filters {
    border-radius: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .quote-search-refresh .quote-search-refresh__actions {
    justify-content: flex-start;
  }

  .quote-search-refresh .quote-search-refresh__actions .quote-search-refresh__submit {
    min-width: 0;
    flex: 1 1 auto;
  }

  .quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-head > [class*="col-"] {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .quote-search-refresh .quote-search-refresh__title-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .quote-search-refresh .quote-search-refresh__title-card h1 {
    font-size: 21px;
  }

  .quote-search-refresh .quote-search-refresh__title-card h2 {
    font-size: 13px;
    margin-top: 10px;
  }

  .quote-search-refresh .quote-search-refresh__notice h4 {
    font-size: 15px;
    text-align: center;
  }

  .quote-search-refresh .quote-search-refresh__notice .btn.btn-info {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  .quote-search-refresh .quote-search-refresh__notice .quote-search-refresh__notice-body {
    text-align: center;
  }

  .quote-search-refresh .quote-search-refresh__actions {
    justify-content: center;
    gap: 10px;
  }

  .quote-search-refresh .quote-search-refresh__actions .quote-search-refresh__submit {
    width: 100%;
    min-height: 44px;
  }

  .quote-search-refresh .quote-search-refresh__reset-row {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .quote-search-refresh .quote-search-refresh__reset-row .text-right {
    text-align: center;
  }

  .quote-search-refresh .quote-search-refresh__reset-link {
    width: 100%;
    min-height: 38px;
    border-radius: 10px;
    font-size: 12px;
  }

  .quote-search-refresh .quote-requests .wrapper {
    border-radius: 15px;
  }

  .quote-search-refresh .quote-requests .wrapper .image .image-container {
    height: 176px;
  }

  .quote-search-refresh .quote-requests .wrapper .request .meta .title {
    min-height: 40px;
    font-size: 16px;
  }

  .quote-search-refresh .quote-requests .wrapper .request .description {
    min-height: 86px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 540px) {
  .quote-search-refresh .quote-search-refresh__empty-actions > [class*="col-"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .quote-search-refresh .quote-search-refresh__empty-actions > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
.quote-contacts-refresh {
  --qcrf-primary: #0f4f8f;
  --qcrf-primary-dark: #0b3f77;
  --qcrf-ink: #123b66;
  --qcrf-ink-soft: #496684;
  --qcrf-border: #c9daec;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.quote-contacts-refresh .quote-contacts-refresh__title {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--qcrf-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
}

.quote-contacts-refresh .quote-contacts-refresh__title h1 {
  margin: 0;
  color: var(--qcrf-ink);
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.quote-contacts-refresh .quote-contacts-refresh__title h1 .border-left {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 11px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.quote-contacts-refresh .quote-contacts-refresh__title h2 {
  margin: 12px 0 0;
  color: var(--qcrf-ink-soft);
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.55;
}

.quote-contacts-refresh .well.quote-contacts-refresh__stats {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #cfdfef;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.08);
}

.quote-contacts-refresh .quote-contacts-refresh__stats .row {
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
  flex-wrap: wrap;
}

.quote-contacts-refresh .quote-contacts-refresh__stats .row > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.quote-contacts-refresh .quote-contacts-refresh__stats-item {
  min-height: 56px;
  padding: 12px 10px;
  border: 1px solid #d4e2ef;
  border-radius: 12px;
  background: #ffffff;
  color: #244767;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.quote-contacts-refresh .quote-contacts-refresh__stats-item strong {
  color: #0f4f8f;
  font-weight: 800;
}

.quote-contacts-refresh .quote-contacts-refresh__stats-item i {
  margin-right: 5px;
  color: #0f4f8f;
}

.quote-contacts-refresh .quote-contacts-refresh__results {
  margin-top: 0;
}

.quote-contacts-refresh .quote-contacts-refresh__cards {
  margin-top: 2px;
}

.quote-contacts-refresh .quote-requests .wrapper {
  height: 100%;
  margin-bottom: 22px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.quote-contacts-refresh .quote-requests .wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-achieved {
  border-color: #4fa364;
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-urgent {
  border-color: #d74c58;
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-viewed {
  border-color: #d4e0eb;
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-max-contact-views {
  border-color: #efb657;
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-contact-received {
  border-color: #0f4f8f;
}

.quote-contacts-refresh .quote-requests .wrapper.wrapper-quote-sent {
  border-color: #ffb600;
}

.quote-contacts-refresh .quote-requests .wrapper .image {
  margin: 0;
}

.quote-contacts-refresh .quote-requests .wrapper .image .image-container {
  height: 194px;
  border: 0;
  border-bottom: 1px solid #d8e5f3;
  background-color: #e9f0f8;
}

.quote-contacts-refresh .quote-requests .wrapper .request .meta {
  margin-bottom: 0;
  padding: 12px 12px 0;
}

.quote-contacts-refresh .quote-requests .wrapper .request .meta .title {
  margin: 0;
  min-height: 44px;
  color: #0e4b85;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote-contacts-refresh .quote-requests .wrapper .request .meta .title a {
  color: inherit;
}

.quote-contacts-refresh .quote-requests .wrapper .request .meta .title a:hover {
  color: #0a3b6e;
}

.quote-contacts-refresh .quote-requests .wrapper .request .meta .location {
  margin-top: 6px;
  color: #234a6f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.quote-contacts-refresh .quote-requests .wrapper .request .description {
  margin: 10px 12px 14px;
  min-height: 94px;
  height: auto;
  border: 1px solid #d8e5f3;
  border-radius: 12px;
  background: #f8fbff;
  color: #294560;
  font-size: 14px;
  line-height: 1.48;
  text-align: left;
  padding: 10px 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.quote-contacts-refresh .quote-requests .corner-ribbon {
  width: auto;
  left: 10px !important;
  top: 10px !important;
  padding: 6px 11px;
  border-radius: 999px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 800;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 8px 14px rgba(8, 20, 41, 0.22);
}

.quote-contacts-refresh .quote-requests .corner-ribbon::before,
.quote-contacts-refresh .quote-requests .corner-ribbon::after {
  display: none;
}

.quote-contacts-refresh .quote-contacts-refresh__empty {
  margin-bottom: 14px;
  padding: 28px 20px;
  border: 1px solid #c4d9ed;
  border-radius: 18px;
  background: linear-gradient(180deg, #eaf4fd 0%, #e2effb 100%);
  color: #2d4f70;
  box-shadow: 0 14px 26px rgba(10, 42, 74, 0.1);
}

.quote-contacts-refresh .quote-contacts-refresh__empty h4 {
  margin: 0;
  color: #1a466f;
  font-size: clamp(18px, 1.2vw, 25px);
  line-height: 1.4;
  font-weight: 700;
}

.quote-contacts-refresh .quote-contacts-refresh__empty .m-t-20 {
  margin-top: 16px !important;
}

.quote-contacts-refresh .quote-contacts-refresh__empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(135deg, var(--qcrf-primary) 0%, var(--qcrf-primary-dark) 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-contacts-refresh .quote-contacts-refresh__empty-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

.quote-contacts-refresh .quote-contacts-refresh__pagination {
  margin-top: 0;
}

.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination {
  margin: 0;
}

.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > li > a,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > li > span {
  min-width: 40px;
  height: 40px;
  margin: 0 3px;
  border: 1px solid #c7d8e8;
  border-radius: 10px !important;
  background: #ffffff;
  color: #123b63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > a,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > a:focus,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > a:hover,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > span,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > span:focus,
.quote-contacts-refresh .quote-contacts-refresh__pagination .pagination > .active > span:hover {
  border-color: var(--qcrf-primary);
  background: var(--qcrf-primary);
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .quote-contacts-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__title {
    border-radius: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__stats .row > [class*="col-"] {
    margin-bottom: 10px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__stats .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .quote-contacts-refresh .quote-contacts-refresh__title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__title h1 {
    font-size: 21px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__title h2 {
    font-size: 13px;
    margin-top: 10px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__stats-item {
    min-height: 50px;
    font-size: 13px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__empty {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .quote-contacts-refresh .quote-contacts-refresh__empty h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  .quote-contacts-refresh .quote-contacts-refresh__empty-cta {
    width: 100%;
    min-height: 44px;
    border-radius: 11px;
    font-size: 14px;
  }

  .quote-contacts-refresh .quote-requests .wrapper {
    border-radius: 15px;
  }

  .quote-contacts-refresh .quote-requests .wrapper .image .image-container {
    height: 176px;
  }

  .quote-contacts-refresh .quote-requests .wrapper .request .meta .title {
    min-height: 40px;
    font-size: 16px;
  }

  .quote-contacts-refresh .quote-requests .wrapper .request .description {
    min-height: 86px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

.company-subscription-refresh {
  --csrf-primary: #0f4f8f;
  --csrf-primary-dark: #0b3f77;
  --csrf-success: #1c8a4e;
  --csrf-success-dark: #137042;
  --csrf-danger: #d64556;
  --csrf-danger-dark: #b53443;
  --csrf-ink: #123b66;
  --csrf-ink-soft: #4f6b88;
  --csrf-border: #c9daec;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-subscription-refresh .company-subscription-refresh__hero {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--csrf-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
}

.company-subscription-refresh .company-subscription-refresh__title {
  margin: 0;
  color: var(--csrf-ink);
  font-size: clamp(27px, 2.3vw, 40px);
  font-weight: 800;
  line-height: 1.16;
}

.company-subscription-refresh .company-subscription-refresh__title .company-subscription-refresh__plan-name {
  font-weight: 800;
}

.company-subscription-refresh .company-subscription-refresh__title .company-subscription-refresh__period {
  font-size: clamp(17px, 1.3vw, 34px);
  color: #4d5f75;
  font-weight: 500;
}

.company-subscription-refresh .company-subscription-refresh__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-left: 10px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.company-subscription-refresh .company-subscription-refresh__status--inactive {
  background: #fce7ea;
  color: #b83444;
  border: 1px solid #f3bec6;
}

.company-subscription-refresh .company-subscription-refresh__actions-row {
  margin-top: 16px;
}

.company-subscription-refresh .company-subscription-refresh__action-col {
  margin-bottom: 8px;
}

.company-subscription-refresh .company-subscription-refresh__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(10, 56, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-subscription-refresh .company-subscription-refresh__btn:hover,
.company-subscription-refresh .company-subscription-refresh__btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.company-subscription-refresh .company-subscription-refresh__btn i {
  line-height: 1;
}

.company-subscription-refresh .company-subscription-refresh__btn--primary,
.company-subscription-refresh .company-subscription-refresh__btn--add {
  background: linear-gradient(135deg, var(--csrf-primary) 0%, var(--csrf-primary-dark) 100%);
  color: #ffffff;
}

.company-subscription-refresh .company-subscription-refresh__btn--add {
  margin-top: 12px;
}

.company-subscription-refresh .company-subscription-refresh__btn--primary:hover,
.company-subscription-refresh .company-subscription-refresh__btn--primary:focus,
.company-subscription-refresh .company-subscription-refresh__btn--add:hover,
.company-subscription-refresh .company-subscription-refresh__btn--add:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(10, 56, 101, 0.28);
}

.company-subscription-refresh .company-subscription-refresh__btn--success {
  background: linear-gradient(135deg, var(--csrf-success) 0%, var(--csrf-success-dark) 100%);
  color: #ffffff;
}

.company-subscription-refresh .company-subscription-refresh__btn--success:hover,
.company-subscription-refresh .company-subscription-refresh__btn--success:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(19, 112, 66, 0.26);
}

.company-subscription-refresh .company-subscription-refresh__btn--danger {
  background: linear-gradient(135deg, var(--csrf-danger) 0%, var(--csrf-danger-dark) 100%);
  color: #ffffff;
}

.company-subscription-refresh .company-subscription-refresh__btn--danger:hover,
.company-subscription-refresh .company-subscription-refresh__btn--danger:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(181, 52, 67, 0.25);
}

.company-subscription-refresh .company-subscription-refresh__anniversary {
  margin: 8px 0 0;
  color: #5f7085;
  font-size: 13px;
  font-weight: 700;
}

.company-subscription-refresh .company-subscription-refresh__content-row {
  margin-top: 4px;
}

.company-subscription-refresh .company-subscription-refresh__panel-col {
  margin-bottom: 10px;
}

.company-subscription-refresh .company-subscription-refresh__panel {
  margin-bottom: 0;
  border: 1px solid var(--csrf-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.1);
}

.company-subscription-refresh .company-subscription-refresh__panel-heading {
  padding: 14px 16px;
  border-bottom: 1px solid #d5e4f2;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

.company-subscription-refresh .company-subscription-refresh__panel-heading .panel-title {
  color: var(--csrf-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.company-subscription-refresh .company-subscription-refresh__badge {
  margin-left: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #0f4f8f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.company-subscription-refresh .company-subscription-refresh__panel-body {
  padding: 14px 14px 16px;
  background: #ffffff;
}

.company-subscription-refresh .company-subscription-refresh__list {
  margin: 0;
}

.company-subscription-refresh .company-subscription-refresh__list-item {
  border: 1px solid #d7e4f2;
  border-radius: 11px;
  color: #204868;
  font-size: 14px;
  font-weight: 600;
  background: #f8fbff;
}

.company-subscription-refresh .company-subscription-refresh__list-item + .company-subscription-refresh__list-item {
  margin-top: 8px;
}

.company-subscription-refresh .company-subscription-refresh__list-item--option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.company-subscription-refresh .company-subscription-refresh__remove-form {
  margin: 0;
  flex: 0 0 auto;
}

.company-subscription-refresh .company-subscription-refresh__remove-btn {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.company-subscription-refresh .company-subscription-refresh__empty {
  margin: 0 0 14px;
  border: 1px solid #bfd8eb;
  border-radius: 14px;
  background: linear-gradient(180deg, #edf6ff 0%, #e6f1fc 100%);
  color: #27507a;
}

.company-subscription-refresh .company-subscription-refresh__empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.company-subscription-refresh .company-subscription-refresh__empty p + p {
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .company-subscription-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .company-subscription-refresh .company-subscription-refresh__hero {
    border-radius: 16px;
    padding: 16px 14px;
  }

  .company-subscription-refresh .company-subscription-refresh__panel {
    border-radius: 16px;
  }

  .company-subscription-refresh .company-subscription-refresh__panel-heading .panel-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .company-subscription-refresh .company-subscription-refresh__title {
    font-size: 26px;
  }

  .company-subscription-refresh .company-subscription-refresh__title .company-subscription-refresh__plan-name,
  .company-subscription-refresh .company-subscription-refresh__title .company-subscription-refresh__period {
    display: inline;
  }

  .company-subscription-refresh .company-subscription-refresh__status {
    margin-top: 8px;
    margin-left: 0;
  }

  .company-subscription-refresh .company-subscription-refresh__action-col {
    margin-bottom: 10px;
  }

  .company-subscription-refresh .company-subscription-refresh__btn {
    width: 100%;
    min-height: 43px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .company-subscription-refresh .company-subscription-refresh__anniversary {
    text-align: center;
  }

  .company-subscription-refresh .company-subscription-refresh__panel-heading,
  .company-subscription-refresh .company-subscription-refresh__panel-body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .company-subscription-refresh .company-subscription-refresh__panel-heading .panel-title {
    font-size: 17px;
  }

  .company-subscription-refresh .company-subscription-refresh__list-item {
    font-size: 13px;
  }

  .company-subscription-refresh .company-subscription-refresh__list-item--option {
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
  }

  .company-subscription-refresh .company-subscription-refresh__remove-form,
  .company-subscription-refresh .company-subscription-refresh__remove-btn {
    width: 100%;
  }
}

.company-work-manage-refresh {
  --cwmr-primary: #0f4f8f;
  --cwmr-primary-dark: #0b3f77;
  --cwmr-ink: #123b66;
  --cwmr-ink-soft: #4e6c8a;
  --cwmr-border: #c9daec;
  --cwmr-surface: #f7fbff;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-work-manage-refresh .company-work-manage-refresh__title-card {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--cwmr-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
}

.company-work-manage-refresh .company-work-manage-refresh__title {
  margin: 0;
  color: var(--cwmr-ink);
  font-size: clamp(22px, 1.8vw, 31px);
  font-weight: 800;
  line-height: 1.18;
}

.company-work-manage-refresh .company-work-manage-refresh__title .border-left {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 11px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.company-work-manage-refresh .company-work-manage-refresh__title-actions {
  margin-left: 12px;
}

.company-work-manage-refresh .company-work-manage-refresh__delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(186, 58, 73, 0.22);
}

.company-work-manage-refresh .company-work-manage-refresh__delete-btn:hover,
.company-work-manage-refresh .company-work-manage-refresh__delete-btn:focus {
  text-decoration: none;
}

.company-work-manage-refresh .company-work-manage-refresh__pending-alert {
  margin: 0 0 16px;
  border: 1px solid #efbfca;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff3f5 0%, #ffecef 100%);
  color: #9f3241;
  font-weight: 600;
}

.company-work-manage-refresh .company-work-manage-refresh__meta-card,
.company-work-manage-refresh .company-work-manage-refresh__photos-card,
.company-work-manage-refresh .company-work-manage-refresh__description-card {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #cfdfef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cwmr-surface) 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.08);
}

.company-work-manage-refresh .company-work-manage-refresh__group {
  margin-bottom: 12px;
}

.company-work-manage-refresh .company-work-manage-refresh__group .control-label {
  color: var(--cwmr-ink);
  font-size: 14px;
  font-weight: 700;
}

.company-work-manage-refresh .company-work-manage-refresh__group .required.control-label::before,
.company-work-manage-refresh .company-work-manage-refresh__group .required.control-label::after {
  color: #c54957;
}

.company-work-manage-refresh .company-work-manage-refresh__control,
.company-work-manage-refresh .company-work-manage-refresh__textarea {
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  background: #ffffff;
  color: #133c64;
  box-shadow: none;
}

.company-work-manage-refresh .company-work-manage-refresh__control {
  height: 46px;
  font-size: 14px;
}

.company-work-manage-refresh .company-work-manage-refresh__textarea {
  min-height: 232px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.55;
  resize: vertical;
}

.company-work-manage-refresh .company-work-manage-refresh__control:focus,
.company-work-manage-refresh .company-work-manage-refresh__textarea:focus {
  border-color: #8db0d4;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.12);
}

.company-work-manage-refresh .company-work-manage-refresh__section-title {
  margin-top: 0 !important;
  margin-bottom: 8px;
  color: var(--cwmr-ink);
  font-size: clamp(18px, 1.15vw, 23px);
  font-weight: 700;
}

.company-work-manage-refresh .company-work-manage-refresh__section-title .divider-left {
  width: 64px;
  border-top-color: #ffb600;
}

.company-work-manage-refresh .company-work-manage-refresh__hint {
  margin-bottom: 10px;
  color: var(--cwmr-ink-soft);
}

.company-work-manage-refresh [data-error-for='company_work_files'] {
  margin: 0 0 8px;
  color: #ab3446;
  font-size: 13px;
  font-weight: 700;
}

.company-work-manage-refresh [data-error-for='company_work_files']:not(:empty) {
  padding: 10px 12px;
  border: 1px solid #f0bcca;
  border-radius: 10px;
  background: #fff0f4;
}

.company-work-manage-refresh .company-work-manage-refresh__files-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.company-work-manage-refresh .company-work-manage-refresh__files-grid > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-work-manage-refresh .my-company-work-files {
  margin-top: 0;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file {
  margin-bottom: 16px;
  padding: 1px;
  border: 1px solid #d2e0ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(11, 46, 80, 0.08);
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .my-company-work-file-container {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  border-radius: 13px;
  background-color: #e9f0f8;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading .file-upload {
  position: absolute;
  left: 10px;
  right: auto;
  bottom: 10px;
  width: auto;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 6px;
  border: 1px dashed #bbcfdf;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: transparent;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading .file-upload::file-selector-button {
  margin-right: 0;
  padding: 4px 10px;
  border: 0;
  border-radius: 8px;
  background: #0f4f8f;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading .file-upload::-webkit-file-upload-button {
  margin-right: 0;
  padding: 4px 10px;
  border: 0;
  border-radius: 8px;
  background: #0f4f8f;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading .file-remove-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d64556;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 14px rgba(144, 37, 50, 0.3);
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading.previewing .file-upload {
  display: none;
}

.company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading.previewing .file-remove-toggle {
  display: inline-block;
}

.company-work-manage-refresh .my-company-work-description {
  margin-top: 0;
  margin-bottom: 0;
}

.company-work-manage-refresh .company-work-manage-refresh__actions {
  margin-top: 8px;
  margin-bottom: 0;
}

.company-work-manage-refresh .company-work-manage-refresh__submit {
  min-height: 48px;
  min-width: 270px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cwmr-primary) 0%, var(--cwmr-primary-dark) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-work-manage-refresh .company-work-manage-refresh__submit:hover,
.company-work-manage-refresh .company-work-manage-refresh__submit:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

@media screen and (max-width: 992px) {
  .company-work-manage-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__title-card,
  .company-work-manage-refresh .company-work-manage-refresh__meta-card,
  .company-work-manage-refresh .company-work-manage-refresh__photos-card,
  .company-work-manage-refresh .company-work-manage-refresh__description-card {
    border-radius: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__title-actions {
    float: none !important;
    display: block;
    margin: 10px 0 0;
  }

  .company-work-manage-refresh .company-work-manage-refresh__delete-btn {
    min-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .company-work-manage-refresh .company-work-manage-refresh__title {
    font-size: 21px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__delete-btn {
    width: 100%;
  }

  .company-work-manage-refresh .company-work-manage-refresh__meta-card,
  .company-work-manage-refresh .company-work-manage-refresh__photos-card,
  .company-work-manage-refresh .company-work-manage-refresh__description-card {
    padding: 12px;
    border-radius: 14px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__group {
    margin-bottom: 10px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__control {
    height: 44px;
    font-size: 13px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__section-title {
    font-size: 17px;
  }

  .company-work-manage-refresh .my-company-work-files .my-company-work-file {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .company-work-manage-refresh .my-company-work-files .my-company-work-file .my-company-work-file-container {
    border-radius: 11px;
    padding-bottom: 74%;
  }

  .company-work-manage-refresh .my-company-work-files .my-company-work-file .uploading .file-upload {
    left: 8px;
    right: auto;
    bottom: 8px;
    font-size: 0;
  }

  .company-work-manage-refresh .company-work-manage-refresh__textarea {
    min-height: 184px;
    font-size: 13px;
  }

  .company-work-manage-refresh .company-work-manage-refresh__submit {
    width: 100%;
    min-width: 0;
    min-height: 45px;
    font-size: 14px;
  }
}

/* company-my-page-refresh */
.company-page-manage-refresh {
  --cpmr-primary: #0f4f8f;
  --cpmr-primary-dark: #0b3f77;
  --cpmr-success: #19814b;
  --cpmr-success-dark: #14673c;
  --cpmr-warning: #c38b19;
  --cpmr-warning-dark: #9d7014;
  --cpmr-danger: #d64556;
  --cpmr-danger-dark: #b53443;
  --cpmr-ink: #123b66;
  --cpmr-ink-soft: #4d6b88;
  --cpmr-border: #c9daec;
  --cpmr-shell: #f4f8fc;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-page-manage-refresh #my-company-page.editing #my-company-summary {
  display: none;
}

.company-page-manage-refresh #my-company-page.editing #my-company-editor.hidden {
  display: block !important;
}

.company-page-manage-refresh #my-company-page.editing .my-company-toggle-editor-modify {
  display: none;
}

.company-page-manage-refresh #my-company-page.editing .my-company-toggle-editor-cancel.hidden {
  display: inline-flex !important;
}

.company-page-manage-refresh .company-page-manage-refresh__title {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--cpmr-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
}

.company-page-manage-refresh .company-page-manage-refresh__notice {
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid #b9d4eb;
  border-radius: 18px;
  background: linear-gradient(180deg, #edf6ff 0%, #e6f1fc 100%);
  color: #1c466d;
  box-shadow: 0 12px 24px rgba(11, 51, 90, 0.1);
}

.company-page-manage-refresh .company-page-manage-refresh__notice-head,
.company-page-manage-refresh .company-page-manage-refresh__notice-body {
  margin-left: 0;
  margin-right: 0;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-head > [class*='col-'] {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-head > [class*='col-']:first-child {
  flex: 1 1 auto;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-head > [class*='col-']:last-child {
  flex: 0 0 auto;
  margin-left: auto;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-title {
  margin: 0;
  color: #124168;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-body {
  margin-top: 8px;
}

.company-page-manage-refresh .company-page-manage-refresh__notice hr {
  margin-top: 10px;
  margin-bottom: 12px;
  border-top-color: #bed8ed;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 176px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--cpmr-primary) 0%, var(--cpmr-primary-dark) 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(10, 56, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-page-manage-refresh .company-page-manage-refresh__notice-btn:hover,
.company-page-manage-refresh .company-page-manage-refresh__notice-btn:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(10, 56, 101, 0.24);
}

.company-page-manage-refresh .company-page-manage-refresh__notice-btn i,
.company-page-manage-refresh .company-page-manage-refresh__title-btn i {
  margin-right: 7px;
  line-height: 1;
}

.company-page-manage-refresh .company-page-manage-refresh__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  color: var(--cpmr-ink);
  font-size: clamp(24px, 2vw, 35px);
  font-weight: 800;
  line-height: 1.16;
}

.company-page-manage-refresh .company-page-manage-refresh__heading-border {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: -2px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
  flex: 0 0 100%;
  order: 3;
}

.company-page-manage-refresh .company-page-manage-refresh__title-actions {
  float: none !important;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(10, 56, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn:hover,
.company-page-manage-refresh .company-page-manage-refresh__title-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--public {
  background: linear-gradient(135deg, #49b2d8 0%, #2f93bf 100%);
  color: #ffffff;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--public:hover,
.company-page-manage-refresh .company-page-manage-refresh__title-btn--public:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(43, 131, 174, 0.28);
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--edit {
  background: linear-gradient(135deg, var(--cpmr-success) 0%, var(--cpmr-success-dark) 100%);
  color: #ffffff;
  position: relative;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--edit:hover,
.company-page-manage-refresh .company-page-manage-refresh__title-btn--edit:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(19, 112, 66, 0.26);
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--edit i {
  display: none;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--edit::before {
  content: "\270E";
  display: inline-block;
  margin-right: 7px;
  font-size: 13px;
  line-height: 1;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--cancel {
  background: linear-gradient(135deg, var(--cpmr-warning) 0%, var(--cpmr-warning-dark) 100%);
  color: #ffffff;
}

.company-page-manage-refresh .company-page-manage-refresh__title-btn--cancel:hover,
.company-page-manage-refresh .company-page-manage-refresh__title-btn--cancel:focus {
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(157, 112, 20, 0.27);
}

.company-page-manage-refresh .company-page-manage-refresh__subheading {
  margin: 4px 0 0;
  color: var(--cpmr-ink-soft);
  font-size: clamp(13px, 0.95vw, 17px);
  line-height: 1.55;
}

.company-page-manage-refresh .company-page-manage-refresh__stats {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid #cfdfef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  color: #123b66;
}

.company-page-manage-refresh .company-page-manage-refresh__stat {
  margin: 0;
  min-height: 58px;
  padding: 12px 10px;
  border: 1px solid #d4e2ef;
  border-radius: 12px;
  background: #ffffff;
  color: #244767;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
}

.company-page-manage-refresh .company-page-manage-refresh__stat strong {
  color: #0f4f8f;
  font-weight: 800;
}

.company-page-manage-refresh .company-page-manage-refresh__stat i {
  margin-right: 5px;
  color: #0f4f8f;
}

.company-page-manage-refresh .company-page-manage-refresh__summary-wrap {
  margin-bottom: 16px;
}

.company-page-manage-refresh #my-company-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: start;
}

.company-page-manage-refresh #my-company-summary .my-company-left-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  grid-template-areas:
    'logo name'
    'about about'
    'categories categories'
    'works works';
  gap: 14px;
  padding: 18px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
}

.company-page-manage-refresh #my-company-summary .my-company-logo {
  margin: 0;
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.company-page-manage-refresh #my-company-summary .my-company-logo img {
  width: 100%;
  max-width: 178px;
  height: 132px;
  object-fit: contain;
  border: 1px solid #d5e4f1;
  border-radius: 14px;
  background: #e9f0f8;
  padding: 5px;
}

.company-page-manage-refresh #my-company-summary .my-company-name {
  margin: 0;
  grid-area: name;
  align-self: center;
}

.company-page-manage-refresh #my-company-summary .my-company-name h1 {
  margin: 0;
  color: var(--cpmr-ink);
  font-size: clamp(27px, 2.2vw, 40px);
  font-weight: 800;
  line-height: 1.14;
}

.company-page-manage-refresh #my-company-summary .my-company-name .subtitle {
  margin-top: 8px;
  color: #1f7e47;
  font-size: 18px;
  font-weight: 600;
}

.company-page-manage-refresh #my-company-summary .my-company-name .subtitle .text-success {
  color: #1f7e47;
}

.company-page-manage-refresh #my-company-summary .my-company-about,
.company-page-manage-refresh #my-company-summary .my-company-categories,
.company-page-manage-refresh .company-page-manage-refresh__works {
  margin-top: 0;
  padding: 18px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.company-page-manage-refresh #my-company-summary .my-company-about .heading.secondary,
.company-page-manage-refresh #my-company-summary .my-company-categories .heading.secondary,
.company-page-manage-refresh .company-page-manage-refresh__works-title {
  margin: 0 0 12px !important;
  padding: 0 0 8px;
  border-bottom: 1px solid #d6e3f0;
  color: var(--cpmr-ink);
  font-size: clamp(20px, 1.3vw, 27px);
  font-weight: 700;
  line-height: 1.2;
}

.company-page-manage-refresh #my-company-summary .my-company-about .heading.secondary .divider-left,
.company-page-manage-refresh #my-company-summary .my-company-categories .heading.secondary .divider-left,
.company-page-manage-refresh .company-page-manage-refresh__works-title .divider-left {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 8px;
  border-top-color: #ffb600;
}

.company-page-manage-refresh #my-company-summary .my-company-about p {
  margin-bottom: 0;
  color: #284866;
  font-size: 15px;
  line-height: 1.6;
}

.company-page-manage-refresh #my-company-summary .my-company-about .alert,
.company-page-manage-refresh #my-company-summary .my-company-categories .alert {
  margin: 0;
  border: 1px solid #f1d7a4;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff9eb 0%, #fff5de 100%);
  color: #886524;
  font-size: 14px;
}

.company-page-manage-refresh #my-company-summary .btn-dark.js-readmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #c6d8ea;
  border-radius: 999px;
  background: #f2f7fd;
  color: #194a78;
  font-size: 13px;
  font-weight: 700;
}

.company-page-manage-refresh #my-company-summary .btn-dark.js-readmore-btn:hover,
.company-page-manage-refresh #my-company-summary .btn-dark.js-readmore-btn:focus {
  border-color: #b4cce3;
  background: #e8f1fb;
  color: #123d68;
}

.company-page-manage-refresh #my-company-summary .my-company-categories-block {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-page-manage-refresh #my-company-summary .my-company-category {
  margin: 0;
}

.company-page-manage-refresh #my-company-summary .my-company-category hr {
  display: none;
}

.company-page-manage-refresh #my-company-summary .category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffb600;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.company-page-manage-refresh #my-company-summary .category-badge:hover,
.company-page-manage-refresh #my-company-summary .category-badge:focus {
  color: #ffffff;
  transform: translateY(-1px);
  filter: brightness(0.95);
}

.company-page-manage-refresh #my-company-summary .my-company-contact {
  margin-left: 0;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container {
  display: block;
  position: static;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container h4 {
  margin: 0;
  min-height: 66px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123b66;
  font-size: clamp(20px, 1.1vw, 27px);
  font-weight: 800;
  text-align: center;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container hr {
  margin: 0;
  border-top-color: #dbe6f2;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container > div {
  min-height: 66px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container > div a,
.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container > div span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #163f66;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container > div a:hover,
.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container > div a:focus {
  color: #0f4f8f;
  text-decoration: none;
}

.company-page-manage-refresh #my-company-summary .my-company-contact .sticky-container i {
  margin-right: 0;
  color: #0f4f8f;
  font-size: 24px;
}

.company-page-manage-refresh #my-company-summary .my-company-contact-mobile {
  display: none;
}

.company-page-manage-refresh #my-company-editor {
  margin-bottom: 12px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-main,
.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-side,
.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-col {
  margin-bottom: 14px;
  padding: 28px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.08);
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-grid,
.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-row {
  margin-left: -7px;
  margin-right: -7px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-grid > [class*='col-'],
.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-row > [class*='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-main > .row,
.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-side > .row {
  margin-left: 0;
  margin-right: 0;
}

.company-page-manage-refresh #my-company-editor .form-group {
  margin-bottom: 14px;
}

.company-page-manage-refresh #my-company-editor .control-label {
  display: block;
  margin-bottom: 7px;
  color: #123b66;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.company-page-manage-refresh #my-company-editor .help-block.help-error {
  margin-top: 4px;
  margin-bottom: 0;
  color: #ab3446;
  font-size: 12px;
  font-weight: 700;
}

.company-page-manage-refresh #my-company-editor .has-error .form-control {
  border-color: #d47c91;
  background: #fff9fb;
}

.company-page-manage-refresh #my-company-editor .form-control {
  height: 46px;
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  background: #ffffff;
  color: #133c64;
  font-size: 14px;
  box-shadow: none;
}

.company-page-manage-refresh #my-company-editor .form-control:focus {
  border-color: #8db0d4;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.12);
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-group {
  margin-bottom: 0;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-textarea {
  height: auto;
  min-height: 210px;
  resize: vertical;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-group {
  margin-bottom: 10px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-group .text-muted {
  margin-bottom: 12px;
  color: var(--cpmr-ink-soft);
  line-height: 1.45;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload {
  min-height: 252px;
  border: 1px dashed #bed2e5;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload #new_upload_file1 {
  display: block;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-input {
  width: 100%;
  margin: 0;
  padding: 8px;
  border: 1px dashed #bbcfdf;
  border-radius: 10px;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-input::file-selector-button {
  margin-right: 0;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #0f4f8f;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-input::-webkit-file-upload-button {
  margin-right: 0;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #0f4f8f;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload .uploaded-file {
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
  height: auto;
  border: 1px solid #d6e3f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload .uploaded-file-container {
  width: 100%;
  height: 170px;
  line-height: 170px;
  border-radius: 10px;
  background: #edf4fc;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload .uploaded-file-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload .remove-file {
  right: -9px;
  top: -9px;
  font-size: 20px;
  color: #0f4f8f;
  background: #ffce55;
}

.company-page-manage-refresh .company-page-manage-refresh__actions {
  margin-top: 4px;
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
}

.company-page-manage-refresh .company-page-manage-refresh__submit {
  min-height: 48px;
  min-width: 320px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cpmr-primary) 0%, var(--cpmr-primary-dark) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-page-manage-refresh .company-page-manage-refresh__submit:hover,
.company-page-manage-refresh .company-page-manage-refresh__submit:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

.company-page-manage-refresh .company-page-manage-refresh__works {
  margin-top: 12px;
  padding-bottom: 8px;
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.08);
}

.company-page-manage-refresh #my-company-editor + #my-company-constructions {
  margin-top: 24px;
}

.company-page-manage-refresh .company-page-manage-refresh__works-title {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.company-page-manage-refresh .company-page-manage-refresh__works-title-actions {
  float: none !important;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  order: 2;
}

.company-page-manage-refresh .company-page-manage-refresh__works-title .divider-left {
  flex: 0 0 100%;
  order: 3;
}

.company-page-manage-refresh .company-page-manage-refresh__works-add-btn,
.company-page-manage-refresh .company-page-manage-refresh__works-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--cpmr-success) 0%, var(--cpmr-success-dark) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(19, 112, 66, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-page-manage-refresh .company-page-manage-refresh__works-add-btn:hover,
.company-page-manage-refresh .company-page-manage-refresh__works-add-btn:focus,
.company-page-manage-refresh .company-page-manage-refresh__works-empty-btn:hover,
.company-page-manage-refresh .company-page-manage-refresh__works-empty-btn:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(19, 112, 66, 0.28);
}

.company-page-manage-refresh .company-page-manage-refresh__works-add-btn i,
.company-page-manage-refresh .company-page-manage-refresh__works-empty-btn i {
  margin-right: 7px;
}

.company-page-manage-refresh .company-page-manage-refresh__works-empty-row {
  margin-top: 8px;
}

.company-page-manage-refresh .company-page-manage-refresh__works-list {
  margin-top: 2px;
}

.company-page-manage-refresh .company-page-manage-refresh__works-grid {
  background: transparent;
  padding: 0;
}

.company-page-manage-refresh .company-page-manage-refresh__work-col {
  margin-bottom: 14px;
}

.company-page-manage-refresh .company_work_tile {
  margin-bottom: 0;
}

.company-page-manage-refresh .company_work_tile .wrapper {
  height: 100%;
  border: 1px solid #cfdeec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.company-page-manage-refresh .company_work_tile .wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.company-page-manage-refresh .company_work_tile .image {
  margin: 0;
}

.company-page-manage-refresh .company_work_tile .image .image-container {
  display: block;
  position: relative;
  min-height: 196px;
  background-color: #e9f0f8;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 1px solid #d8e5f3;
}

.company-page-manage-refresh .company_work_tile .image .views {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.company-page-manage-refresh .company_work_tile .image .views .views-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(15, 79, 143, 0.88);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.company-page-manage-refresh .company_work_tile .work {
  padding: 12px 12px 14px;
}

.company-page-manage-refresh .company_work_tile .work .meta {
  margin-bottom: 0;
}

.company-page-manage-refresh .company_work_tile .work .meta .company {
  margin: 0;
  color: #0e4b85;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.company-page-manage-refresh .company_work_tile .work .meta .sector {
  margin-top: 6px;
  color: #234a6f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.company-page-manage-refresh .company_work_tile .work .meta .sector a,
.company-page-manage-refresh .company_work_tile .work .meta .sector a:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .company-page-manage-refresh #my-company-summary .my-company-name h1 {
    font-size: clamp(24px, 2vw, 34px);
  }
}

@media screen and (max-width: 992px) {
  .company-page-manage-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__title,
  .company-page-manage-refresh .company-page-manage-refresh__works {
    border-radius: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
    padding: 12px;
  }

  .company-page-manage-refresh #my-company-summary {
    grid-template-columns: 1fr;
  }

  .company-page-manage-refresh #my-company-summary .my-company-contact {
    display: none;
  }

  .company-page-manage-refresh #my-company-summary .my-company-contact-mobile {
    display: flex;
    position: static;
    width: auto;
    min-height: 52px;
    margin-top: 10px;
    padding: 0 8px;
    border: 1px solid #efdca9;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff6df 0%, #ffefcb 100%);
    justify-content: space-around;
    z-index: auto;
  }

  .company-page-manage-refresh #my-company-summary .my-company-contact-mobile a,
  .company-page-manage-refresh #my-company-summary .my-company-contact-mobile span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    color: #0f4f8f;
    font-size: 20px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-contact-mobile i {
    font-size: 20px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-left-grid {
    border-radius: 16px;
    padding: 14px;
    grid-template-columns: 146px minmax(0, 1fr);
  }

  .company-page-manage-refresh #my-company-summary .my-company-about,
  .company-page-manage-refresh #my-company-summary .my-company-categories {
    border-radius: 14px;
    padding: 14px;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-main,
  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-side,
  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-col {
    border-radius: 16px;
    padding: 16px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__submit {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (min-width: 993px) {
  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-grid > [class*='col-'] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-main {
    width: calc(58.33333333% - 8px);
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-side {
    width: calc(41.66666667% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .company-page-manage-refresh .company-page-manage-refresh__notice {
    border-radius: 14px;
    padding: 14px 12px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__notice-head {
    display: block;
  }

  .company-page-manage-refresh .company-page-manage-refresh__notice-head > [class*='col-'] {
    width: 100%;
    text-align: left;
  }

  .company-page-manage-refresh .company-page-manage-refresh__notice-head > [class*='col-']:last-child {
    margin-top: 10px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__notice-btn {
    width: 100%;
    min-width: 0;
  }

  .company-page-manage-refresh .company-page-manage-refresh__heading {
    font-size: 24px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__title-actions {
    width: 100%;
    margin-left: 0;
    justify-content: stretch;
  }

  .company-page-manage-refresh .company-page-manage-refresh__title-btn {
    width: 100%;
  }

  .company-page-manage-refresh .company-page-manage-refresh__subheading {
    font-size: 13px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__stats {
    grid-template-columns: 1fr;
  }

  .company-page-manage-refresh #my-company-summary .my-company-left-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      'logo'
      'name'
      'about'
      'categories'
      'works';
    gap: 12px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-logo {
    justify-content: center;
  }

  .company-page-manage-refresh #my-company-summary .my-company-logo img {
    max-width: 208px;
    height: 140px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-name {
    text-align: center;
  }

  .company-page-manage-refresh #my-company-summary .my-company-name h1 {
    font-size: 30px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-name .subtitle {
    font-size: 17px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-about .heading.secondary,
  .company-page-manage-refresh #my-company-summary .my-company-categories .heading.secondary,
  .company-page-manage-refresh .company-page-manage-refresh__works-title {
    font-size: 20px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-about,
  .company-page-manage-refresh #my-company-summary .my-company-categories,
  .company-page-manage-refresh .company-page-manage-refresh__works {
    border-radius: 14px;
    padding: 12px;
  }

  .company-page-manage-refresh #my-company-editor .form-control {
    height: 44px;
    font-size: 13px;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-textarea {
    min-height: 190px;
    font-size: 13px;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__logo-upload {
    min-height: 214px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__works-title-actions {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }

  .company-page-manage-refresh .company-page-manage-refresh__works-add-btn,
  .company-page-manage-refresh .company-page-manage-refresh__works-empty-btn {
    width: 100%;
  }

  .company-page-manage-refresh .company_work_tile .image .image-container {
    min-height: 168px;
  }
}

@media screen and (max-width: 420px) {
  .company-page-manage-refresh .company-page-manage-refresh__title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .company-page-manage-refresh .company-page-manage-refresh__heading {
    font-size: 22px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-name h1 {
    font-size: 26px;
  }

  .company-page-manage-refresh #my-company-summary .my-company-about .heading.secondary,
  .company-page-manage-refresh #my-company-summary .my-company-categories .heading.secondary,
  .company-page-manage-refresh .company-page-manage-refresh__works-title {
    font-size: 19px;
  }

  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-main,
  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__editor-side,
  .company-page-manage-refresh #my-company-editor .company-page-manage-refresh__about-col {
    padding: 12px;
  }
}

.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper .image .image-container {
  position: relative;
}

.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper .image .image-container .views {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 12px;
  left: 12px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: normal;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  z-index: 2;
}

.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper .image .image-container .views .views-item {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 79, 143, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper .image .image-container .views .views-item i {
  margin-left: 4px;
  font-size: 11px;
}

.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper .image .image-container:hover .views,
.company-page-manage-refresh .company-page-manage-refresh__works .company-works .company_work_tile .wrapper:hover .image .image-container .views {
  background: transparent;
  color: inherit;
}

.company-public-profile-refresh.company-page-manage-refresh {
  margin-top: 20px;
  margin-bottom: 44px;
}

.company-public-profile-refresh #my-company-summary .my-company-works {
  margin-top: 0;
  padding: 18px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.company-public-profile-refresh #my-company-summary .my-company-works .heading.secondary {
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 1px solid #d6e3f0;
  color: #123b66;
  font-size: clamp(20px, 1.3vw, 27px);
  font-weight: 700;
  line-height: 1.2;
}

.company-public-profile-refresh #my-company-summary .my-company-works .heading.secondary .divider-left {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 8px;
  border-top-color: #ffb600;
}

.company-public-profile-refresh #my-company-summary .company-works-list {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 12px;
  justify-content: stretch;
}

.company-public-profile-refresh #my-company-summary .company-work-tile {
  margin: 0;
  height: auto;
  min-height: 0;
  border: 1px solid #cfdeec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.company-public-profile-refresh #my-company-summary .company-work-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image {
  display: block;
  flex-basis: auto;
  max-height: none;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image-block {
  position: relative;
  min-height: 182px;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  border-radius: 0;
  border-bottom: 1px solid #d8e5f3;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image .views {
  position: absolute;
  left: 10px;
  right: auto;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image .views .views-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 79, 143, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image .views .views-item i {
  margin-left: 4px;
  font-size: 11px;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image:hover .views,
.company-public-profile-refresh #my-company-summary .company-work-tile:hover .company-work-image .views {
  background: transparent;
  color: inherit;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property {
  min-height: 92px;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property p {
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property .company {
  color: #0e4b85;
  font-size: 16px;
  font-weight: 700;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property .sector {
  color: #234a6f;
  font-size: 14px;
  font-weight: 700;
}

.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property .sector a,
.company-public-profile-refresh #my-company-summary .company-work-tile .company-work-property .sector a:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .company-public-profile-refresh #my-company-summary .company-works-list {
    grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .company-public-profile-refresh #my-company-summary .my-company-works {
    padding: 12px;
  }

  .company-public-profile-refresh #my-company-summary .my-company-works .heading.secondary {
    font-size: 20px;
  }

  .company-public-profile-refresh #my-company-summary .company-works-list {
    grid-template-columns: 1fr;
  }

  .company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image-block,
  .company-public-profile-refresh #my-company-summary .company-work-tile .company-work-image img {
    height: 196px;
    min-height: 196px;
  }
}

body#www:not(.www-route-index) {
  --home-hero-actions-width: 720px;
}

body#www:not(.www-route-index) #top-scraper > header {
  z-index: 20;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body#www:not(.www-route-index) #top-scraper {
  position: relative;
  min-height: 700px;
  padding: 170px 0 140px;
  border-bottom: 0;
  overflow: hidden;
}

body#www:not(.www-route-index) #top-scraper::before {
  background: linear-gradient(115deg, rgba(0, 46, 91, 0.82) 0%, rgba(0, 46, 91, 0.52) 34%, rgba(0, 46, 91, 0.06) 100%);
}

body#www:not(.www-route-index) #top-scraper::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 182, 0, 0.26) 0%, rgba(255, 182, 0, 0) 68%);
  pointer-events: none;
}

body#www:not(.www-route-index) #top-scraper .container {
  position: relative;
  z-index: 2;
}

body#www:not(.www-route-index) #top-scraper-search {
  max-width: 1080px;
  margin: 62px auto 0;
  padding: 42px 38px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 34px 80px rgba(0, 24, 49, 0.24);
  backdrop-filter: blur(16px);
  animation: home-fade-up 0.8s ease both;
}

body#www:not(.www-route-index) #top-scraper #autocomplete_container {
  max-width: var(--home-hero-actions-width);
  margin: 0 auto;
}

body#www:not(.www-route-index) #top-scraper .about_header {
  max-width: 760px;
  margin: 0 auto;
}

body#www:not(.www-route-index) #top-scraper h3 {
  margin: 0;
  color: #002e5b;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

body#www:not(.www-route-index) #top-scraper h5 {
  margin: 16px auto 0;
  color: #42566f;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.65;
  max-width: 580px;
}

body#www:not(.www-route-index) #top-scraper .form-group {
  margin-top: 28px;
  margin-bottom: 0;
}

body#www:not(.www-route-index) #top-scraper .form-group .form-control {
  height: 68px;
  padding: 0 74px 0 30px;
  border: 1px solid #d9e2ec;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 17px;
}

body#www:not(.www-route-index) #top-scraper .form-group .form-control:focus {
  border-color: rgba(0, 46, 91, 0.45);
  box-shadow: 0 0 0 6px rgba(255, 182, 0, 0.16);
}

body#www:not(.www-route-index) #top-scraper .form-group .form-control-feedback {
  right: 10px;
  width: 54px;
  height: 54px;
  margin-top: 7px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffb600 0%, #ffd36a 100%);
  box-shadow: 0 10px 18px rgba(255, 182, 0, 0.24);
}

body#www:not(.www-route-index) #top-scraper .form-group .form-control-feedback i {
  top: 0;
  color: #002e5b;
  font-size: 24px;
  line-height: 54px;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-brand-main img {
  height: 84px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
}

body#www:not(.www-route-index) #top-scraper > header .navbar-links .navbar-space {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  gap: 18px;
  width: 100%;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  order: 1;
  width: min(var(--home-hero-actions-width), 100%);
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links a::after,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-phone::after {
  display: none;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-phone,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  height: 60px;
  min-width: 150px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 46, 91, 0.56);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a:hover,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-phone:hover,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links a:hover {
  transform: translateY(-1px);
  background: rgba(0, 46, 91, 0.72);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links .account-gate-link-register,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a.btn-warning {
  background: #ffb600;
  color: #002e5b;
  border-color: #ffb600;
  font-weight: 700;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links .account-gate-link-register:hover,
body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a.btn-warning:hover {
  background: #f5ad00;
  color: #002e5b;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a.btn-danger {
  background: rgba(206, 51, 51, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links {
  float: none;
  position: relative;
  order: 2;
  margin-left: 6px;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links > a {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links:hover > a {
  background: rgba(0, 46, 91, 0.68);
  border-radius: 18px;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul {
  top: calc(100% - 1px);
  left: 50%;
  width: 76px;
  margin: 0;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(0, 24, 49, 0.2);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  z-index: 1005;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul li + li {
  margin-top: 6px;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul a {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
  box-shadow: inset 0 0 0 1px rgba(12, 35, 58, 0.06);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul a:hover {
  background: #ebf1f8;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0, 46, 91, 0.08);
}

body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links .flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  body#www:not(.www-route-index) {
    --home-hero-actions-width: 640px;
  }
  body#www:not(.www-route-index) #top-scraper {
    min-height: 640px;
    padding-top: 156px;
  }
  body#www:not(.www-route-index) #top-scraper-search {
    max-width: 980px;
    padding: 36px 34px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-brand-main img {
    height: 72px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a,
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-phone,
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links a {
    height: 56px;
    min-width: 136px;
    padding: 0 16px;
    font-size: 13px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links > a {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 768px) {
  body#www:not(.www-route-index) {
    --home-hero-actions-width: 100%;
  }
  body#www:not(.www-route-index) #top-scraper {
    min-height: 560px;
    padding: 116px 0 72px;
  }
  body#www:not(.www-route-index) #top-scraper::after {
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -60px;
  }
  body#www:not(.www-route-index) #top-scraper-search {
    margin-top: 46px;
    padding: 24px 20px;
    border-radius: 20px;
  }
  body#www:not(.www-route-index) #top-scraper h3 {
    font-size: 29px;
    white-space: normal;
  }
  body#www:not(.www-route-index) #top-scraper h5 {
    font-size: 15px;
    line-height: 1.5;
  }
  body#www:not(.www-route-index) #top-scraper .form-group .form-control {
    height: 60px;
    padding-left: 22px;
    padding-right: 64px;
    font-size: 16px;
    border-radius: 18px;
  }
  body#www:not(.www-route-index) #top-scraper .form-group .form-control-feedback {
    width: 48px;
    height: 48px;
    margin-top: 6px;
    border-radius: 14px;
  }
  body#www:not(.www-route-index) #top-scraper .form-group .form-control-feedback i {
    line-height: 48px;
    font-size: 22px;
  }
  body#www:not(.www-route-index) #top-scraper > header > .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  body#www:not(.www-route-index) #top-scraper > header > .container > .row > .col-xs-2 {
    width: auto;
    padding-right: 8px;
  }
  body#www:not(.www-route-index) #top-scraper > header > .container > .row > .col-xs-10 {
    width: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-brand-main {
    display: flex;
    align-items: center;
    height: 48px;
  }
  body#www:not(.www-route-index) #top-scraper > header {
    padding-top: 12px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-brand-main img {
    height: 48px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-links .navbar-space {
    margin-top: 0;
    gap: 10px;
    width: auto;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links {
    gap: 10px;
    order: 2;
    width: auto;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links {
    gap: 10px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links {
    order: 1;
    margin-left: 0;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-space-links a,
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .account-gate-links a {
    height: 48px;
    min-width: 0;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 14px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links > a {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul {
    width: 68px;
    padding: 6px;
    border-radius: 18px;
  }
  body#www:not(.www-route-index) #top-scraper > header .navbar-space .navbar-language-links ul a {
    height: 40px;
    border-radius: 12px;
  }
}

.company-works-search-refresh .company-works > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.company-works-search-refresh .company-works > .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  display: flex;
}

.company-works-search-refresh .company-works > .row > [class*="col-"] > .tile {
  width: 100%;
}

.company-works-search-refresh .tile.company_work_tile,
.company-works-search-refresh .tile.company-work-ad-tile {
  margin-bottom: 0;
}

.company-works-search-refresh .tile.company_work_tile .wrapper,
.company-works-search-refresh .tile.company-work-ad-tile .wrapper {
  height: 100%;
  border: 1px solid #cfdeec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.company-works-search-refresh .tile.company_work_tile .wrapper:hover,
.company-works-search-refresh .tile.company-work-ad-tile .wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.company-works-search-refresh .tile.company_work_tile .image,
.company-works-search-refresh .tile.company_work_tile .image > a {
  display: block;
}

.company-works-search-refresh .tile.company_work_tile .image .image-container {
  display: block;
  position: relative;
  min-height: 220px;
  background-color: #e9f0f8;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 1px solid #d8e5f3;
}

.company-works-search-refresh .tile.company_work_tile .image .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 34, 61, 0) 45%, rgba(8, 34, 61, 0.42) 100%);
}

.company-works-search-refresh .tile.company_work_tile .image .views {
  position: absolute !important;
  top: auto !important;
  left: 12px !important;
  right: auto !important;
  bottom: 12px !important;
  float: none !important;
  line-height: normal !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  width: auto;
  max-width: calc(100% - 24px);
  overflow: visible;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 2;
}

.company-works-search-refresh .tile.company_work_tile .image .views .views-item {
  margin-left: 0 !important;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 79, 143, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
}

.company-works-search-refresh .tile.company_work_tile .image .views .views-item i {
  margin-left: 4px;
  font-size: 11px;
}

.company-works-search-refresh .tile.company_work_tile .image .image-container:hover .views,
.company-works-search-refresh .tile.company_work_tile .wrapper:hover .image .image-container .views {
  background: transparent;
  color: inherit;
}

.company-works-search-refresh .tile.company_work_tile .work {
  padding: 12px 12px 14px;
}

.company-works-search-refresh .tile.company_work_tile .work .meta {
  margin-bottom: 0;
}

.company-works-search-refresh .tile.company_work_tile .work .meta .company {
  margin: 0;
  color: #0e4b85;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.company-works-search-refresh .tile.company_work_tile .work .meta .company a,
.company-works-search-refresh .tile.company_work_tile .work .meta .company a:hover {
  color: inherit;
  text-decoration: none;
}

.company-works-search-refresh .tile.company_work_tile .work .meta .sector {
  margin-top: 6px;
  color: #234a6f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.company-works-search-refresh .tile.company_work_tile .work .meta .sector a,
.company-works-search-refresh .tile.company_work_tile .work .meta .sector a:hover {
  color: inherit;
  text-decoration: none;
}

.company-works-search-refresh .tile.company_work_tile .work .meta .sector span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company-works-search-refresh .tile.company-work-ad-tile .image {
  display: block;
  min-height: 304px;
  padding: 0;
}

.company-works-search-refresh .tile.company-work-ad-tile .image .image-container {
  display: block;
  min-height: 304px;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 992px) {
  .company-works-search-refresh .company-works > .row > [class*="col-"] {
    margin-bottom: 14px;
  }

  .company-works-search-refresh .tile.company_work_tile .image .image-container {
    min-height: 198px;
  }

  .company-works-search-refresh .tile.company-work-ad-tile .image,
  .company-works-search-refresh .tile.company-work-ad-tile .image .image-container {
    min-height: 276px;
  }
}

@media screen and (max-width: 768px) {
  .company-works-search-refresh .company-works > .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .company-works-search-refresh .company-works > .row > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  .company-works-search-refresh .tile.company_work_tile .image .image-container {
    min-height: 212px;
  }

  .company-works-search-refresh .tile.company-work-ad-tile .image,
  .company-works-search-refresh .tile.company-work-ad-tile .image .image-container {
    min-height: 240px;
  }
}

.company-works-search-refresh {
  margin-top: 20px;
  margin-bottom: 40px;
}

.company-works-search-refresh .title {
  margin-bottom: 16px;
  padding: 18px 18px 16px;
  border: 1px solid #c9dced;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
}

.company-works-search-refresh .title h1 {
  margin: 0;
  color: #133d69;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.1;
}

.company-works-search-refresh .title h1 .border-left {
  position: static;
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  border-top: 0;
  background: #ffb600;
}

.company-works-search-refresh .title h2 {
  margin: 10px 0 0;
  color: #4b6786;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.company-works-search-refresh .search_form {
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid #d0deee;
  border-radius: 16px;
  background: #f5f9ff;
}

.company-works-search-refresh .search_form .form-group {
  margin-bottom: 0;
}

.company-works-search-refresh .search_form .form-control {
  height: 48px;
  border: 1px solid #b8cfe6;
  border-radius: 12px;
  background: #ffffff;
  color: #173f69;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.company-works-search-refresh .search_form .form-control:focus {
  border-color: rgba(0, 46, 91, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 182, 0, 0.18);
}

.company-works-search-refresh .search_form .button_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-works-search-refresh .search_form .button_form .btn {
  height: 48px;
  min-width: 132px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d9958 0%, #137d47 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(20, 100, 59, 0.24);
}

.company-works-search-refresh .search_form .button_form .btn:hover,
.company-works-search-refresh .search_form .button_form .btn:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #1d9958 0%, #137d47 100%);
  color: #ffffff;
}

.company-works-search-refresh .tile.company_work_tile .image .views {
  position: absolute !important;
  top: auto !important;
  left: 12px !important;
  right: auto !important;
  bottom: 12px !important;
  float: none !important;
  line-height: normal !important;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  display: inline-flex !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

.company-works-search-refresh .tile.company_work_tile .image .views .views-item {
  margin-left: 0 !important;
  flex: 0 0 auto !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

@media screen and (max-width: 992px) {
  .company-works-search-refresh .title {
    padding: 16px 14px;
  }

  .company-works-search-refresh .title h2 {
    font-size: 20px;
  }

  .company-works-search-refresh .search_form {
    padding: 12px;
  }

  .company-works-search-refresh .search_form .button_form {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .company-works-search-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
  }

  .company-works-search-refresh .title {
    margin-bottom: 12px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .company-works-search-refresh .title h1 {
    font-size: 30px;
  }

  .company-works-search-refresh .title h2 {
    font-size: 18px;
  }

  .company-works-search-refresh .search_form {
    padding: 10px;
    border-radius: 12px;
  }

  .company-works-search-refresh .search_form .button_form {
    margin-top: 8px;
  }

  .company-works-search-refresh .search_form .button_form .btn {
    width: 100%;
  }
}

.company-works-search-refresh .tile.company_work_tile .image,
.company-works-search-refresh .tile.company_work_tile .image > a {
  overflow: visible;
}

.company-works-search-refresh .tile.company_work_tile .image .image-container {
  overflow: visible;
}

body#www.www-route-companies-company-company-work .account-gate-modal-dialog,
body#www.www-route-company-works-search .account-gate-modal-dialog,
body#www.www-route-companies-company-work-search .account-gate-modal-dialog,
body#www.www-route-companies-company-works-search .account-gate-modal-dialog {
  width: min(760px, calc(100vw - 32px));
  margin: 8vh auto;
}

body#www.www-route-companies-company-company-work .account-gate-modal .modal-content,
body#www.www-route-company-works-search .account-gate-modal .modal-content,
body#www.www-route-companies-company-work-search .account-gate-modal .modal-content,
body#www.www-route-companies-company-works-search .account-gate-modal .modal-content {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 34px 80px rgba(0, 24, 49, 0.28);
}

body#www.www-route-companies-company-company-work .account-gate-modal-body,
body#www.www-route-company-works-search .account-gate-modal-body,
body#www.www-route-companies-company-work-search .account-gate-modal-body,
body#www.www-route-companies-company-works-search .account-gate-modal-body {
  padding: 30px 30px 32px;
  position: relative;
}

body#www.www-route-companies-company-company-work .account-gate-modal-title,
body#www.www-route-company-works-search .account-gate-modal-title,
body#www.www-route-companies-company-work-search .account-gate-modal-title,
body#www.www-route-companies-company-works-search .account-gate-modal-title {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  color: #10263d;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body#www.www-route-companies-company-company-work .account-gate-modal-title::after,
body#www.www-route-company-works-search .account-gate-modal-title::after,
body#www.www-route-companies-company-work-search .account-gate-modal-title::after,
body#www.www-route-companies-company-works-search .account-gate-modal-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #ffb600;
}

body#www.www-route-companies-company-company-work .account-gate-modal-close,
body#www.www-route-company-works-search .account-gate-modal-close,
body#www.www-route-companies-company-work-search .account-gate-modal-close,
body#www.www-route-companies-company-works-search .account-gate-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #eef3f8;
  color: #5d7088;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body#www.www-route-companies-company-company-work .account-gate-modal-close:hover,
body#www.www-route-company-works-search .account-gate-modal-close:hover,
body#www.www-route-companies-company-work-search .account-gate-modal-close:hover,
body#www.www-route-companies-company-works-search .account-gate-modal-close:hover {
  background: #e4ebf3;
  color: #10263d;
  transform: translateY(-1px);
}

body#www.www-route-companies-company-company-work .account-gate-modal-choices,
body#www.www-route-company-works-search .account-gate-modal-choices,
body#www.www-route-companies-company-work-search .account-gate-modal-choices,
body#www.www-route-companies-company-works-search .account-gate-modal-choices {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

body#www.www-route-companies-company-company-work .account-gate-modal-col,
body#www.www-route-company-works-search .account-gate-modal-col,
body#www.www-route-companies-company-work-search .account-gate-modal-col,
body#www.www-route-companies-company-works-search .account-gate-modal-col {
  min-width: 0;
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice,
body#www.www-route-company-works-search .account-gate-modal-choice,
body#www.www-route-companies-company-work-search .account-gate-modal-choice,
body#www.www-route-companies-company-works-search .account-gate-modal-choice {
  position: relative;
  min-height: 248px;
  padding: 30px 24px 28px;
  border-radius: 24px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 40px rgba(15, 42, 71, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #24364c;
  opacity: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body#www.www-route-companies-company-company-work .login-choice-client.account-gate-modal-choice,
body#www.www-route-company-works-search .login-choice-client.account-gate-modal-choice,
body#www.www-route-companies-company-work-search .login-choice-client.account-gate-modal-choice,
body#www.www-route-companies-company-works-search .login-choice-client.account-gate-modal-choice {
  background: linear-gradient(180deg, rgba(255, 182, 0, 0.16) 0%, #ffffff 28%, #f8fafc 100%);
}

body#www.www-route-companies-company-company-work .login-choice-company.account-gate-modal-choice,
body#www.www-route-company-works-search .login-choice-company.account-gate-modal-choice,
body#www.www-route-companies-company-work-search .login-choice-company.account-gate-modal-choice,
body#www.www-route-companies-company-works-search .login-choice-company.account-gate-modal-choice {
  background: linear-gradient(180deg, rgba(0, 46, 91, 0.12) 0%, #ffffff 28%, #f8fafc 100%);
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice:hover,
body#www.www-route-company-works-search .account-gate-modal-choice:hover,
body#www.www-route-companies-company-work-search .account-gate-modal-choice:hover,
body#www.www-route-companies-company-works-search .account-gate-modal-choice:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(15, 42, 71, 0.18);
  opacity: 1;
}

body#www.www-route-companies-company-company-work .login-choice-client.account-gate-modal-choice:hover,
body#www.www-route-company-works-search .login-choice-client.account-gate-modal-choice:hover,
body#www.www-route-companies-company-work-search .login-choice-client.account-gate-modal-choice:hover,
body#www.www-route-companies-company-works-search .login-choice-client.account-gate-modal-choice:hover {
  border-color: rgba(255, 182, 0, 0.46);
}

body#www.www-route-companies-company-company-work .login-choice-company.account-gate-modal-choice:hover,
body#www.www-route-company-works-search .login-choice-company.account-gate-modal-choice:hover,
body#www.www-route-companies-company-work-search .login-choice-company.account-gate-modal-choice:hover,
body#www.www-route-companies-company-works-search .login-choice-company.account-gate-modal-choice:hover {
  border-color: rgba(0, 46, 91, 0.24);
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice img,
body#www.www-route-company-works-search .account-gate-modal-choice img,
body#www.www-route-companies-company-work-search .account-gate-modal-choice img,
body#www.www-route-companies-company-works-search .account-gate-modal-choice img {
  width: 124px;
  height: 124px;
  object-fit: contain;
  display: block;
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice .caption,
body#www.www-route-company-works-search .account-gate-modal-choice .caption,
body#www.www-route-companies-company-work-search .account-gate-modal-choice .caption,
body#www.www-route-companies-company-works-search .account-gate-modal-choice .caption {
  display: block;
  margin-top: 0;
  color: #55677d;
  font-size: 16px;
  line-height: 1.55;
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice .caption strong,
body#www.www-route-company-works-search .account-gate-modal-choice .caption strong,
body#www.www-route-companies-company-work-search .account-gate-modal-choice .caption strong,
body#www.www-route-companies-company-works-search .account-gate-modal-choice .caption strong {
  display: block;
  margin-top: 4px;
  color: #10263d;
  font-size: 24px;
  line-height: 1.2;
}

body#www.www-route-companies-company-company-work .account-gate-modal-choice .caption br,
body#www.www-route-company-works-search .account-gate-modal-choice .caption br,
body#www.www-route-companies-company-work-search .account-gate-modal-choice .caption br,
body#www.www-route-companies-company-works-search .account-gate-modal-choice .caption br {
  display: none;
}

@media screen and (max-width: 992px) {
  .company-works-search-refresh .company-works > .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .company-works-search-refresh .company-works > .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-dialog,
  body#www.www-route-company-works-search .account-gate-modal-dialog,
  body#www.www-route-companies-company-work-search .account-gate-modal-dialog,
  body#www.www-route-companies-company-works-search .account-gate-modal-dialog {
    width: calc(100vw - 32px);
    margin: 7vh auto 0;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-body,
  body#www.www-route-company-works-search .account-gate-modal-body,
  body#www.www-route-companies-company-work-search .account-gate-modal-body,
  body#www.www-route-companies-company-works-search .account-gate-modal-body {
    padding: 18px 14px 16px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-title,
  body#www.www-route-company-works-search .account-gate-modal-title,
  body#www.www-route-companies-company-work-search .account-gate-modal-title,
  body#www.www-route-companies-company-works-search .account-gate-modal-title {
    max-width: 250px;
    font-size: 18px;
    line-height: 1.22;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-title::after,
  body#www.www-route-company-works-search .account-gate-modal-title::after,
  body#www.www-route-companies-company-work-search .account-gate-modal-title::after,
  body#www.www-route-companies-company-works-search .account-gate-modal-title::after {
    width: 56px;
    margin-top: 14px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-close,
  body#www.www-route-company-works-search .account-gate-modal-close,
  body#www.www-route-companies-company-work-search .account-gate-modal-close,
  body#www.www-route-companies-company-works-search .account-gate-modal-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 22px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-choices,
  body#www.www-route-company-works-search .account-gate-modal-choices,
  body#www.www-route-companies-company-work-search .account-gate-modal-choices,
  body#www.www-route-companies-company-works-search .account-gate-modal-choices {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-choice,
  body#www.www-route-company-works-search .account-gate-modal-choice,
  body#www.www-route-companies-company-work-search .account-gate-modal-choice,
  body#www.www-route-companies-company-works-search .account-gate-modal-choice {
    min-height: 0;
    padding: 16px 14px 14px;
    border-radius: 18px;
    gap: 10px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-choice img,
  body#www.www-route-company-works-search .account-gate-modal-choice img,
  body#www.www-route-companies-company-work-search .account-gate-modal-choice img,
  body#www.www-route-companies-company-works-search .account-gate-modal-choice img {
    width: 68px;
    height: 68px;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-choice .caption,
  body#www.www-route-company-works-search .account-gate-modal-choice .caption,
  body#www.www-route-companies-company-work-search .account-gate-modal-choice .caption,
  body#www.www-route-companies-company-works-search .account-gate-modal-choice .caption {
    font-size: 14px;
    line-height: 1.4;
  }

  body#www.www-route-companies-company-company-work .account-gate-modal-choice .caption strong,
  body#www.www-route-company-works-search .account-gate-modal-choice .caption strong,
  body#www.www-route-companies-company-work-search .account-gate-modal-choice .caption strong,
  body#www.www-route-companies-company-works-search .account-gate-modal-choice .caption strong {
    font-size: 17px;
    margin-top: 2px;
  }
}

body#www.www-route-companies-company-company-work .company-work-view-refresh {
  margin-top: 18px !important;
  padding: 18px;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__heading.company_perso_page2 {
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid #d6e3f0;
  color: #123b66;
  font-size: clamp(20px, 1.3vw, 27px);
  font-weight: 700;
  line-height: 1.2;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__heading .divider-left {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 8px;
  border-top-color: #ffb600;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__back-link.company_perso_page_content2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  margin: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #ffffff;
  font-weight: 700;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__content {
  margin-top: 14px;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work {
  margin-top: 0;
  padding: 16px;
  border: 1px solid #cfdeec;
  border-radius: 16px;
  background: #ffffff;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work > h3 {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #d8e5f3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #123b66;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work > h3 .nb-views {
  margin-left: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 79, 143, 0.9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work > h3 .pull-right {
  float: none !important;
  margin-left: auto;
  color: #5c6f85 !important;
  font-size: 15px;
  font-weight: 600;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-files {
  margin-top: 14px;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-files .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-files .row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-files .my-company-work-file {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #d6e3f0;
  border-radius: 12px;
  overflow: hidden;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-files .my-company-work-file .my-company-work-file-container {
  padding-bottom: 66%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #e6eef7;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-description {
  margin: 4px 0 0;
  padding: 14px;
  border: 1px solid #d8e5f3;
  border-radius: 12px;
  background: #f8fbff;
  color: #234a6f;
  font-size: 15px;
  line-height: 1.6;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__ads.container_global_pub {
  margin-top: 16px;
}

body#www.www-route-companies-company-company-work .company-work-view-refresh__ads .content_item_custom1 a img,
body#www.www-route-companies-company-company-work .company-work-view-refresh__ads .content_item_custom2 a img {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #cfdeec;
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  body#www.www-route-companies-company-company-work .company-work-view-refresh {
    padding: 12px;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh__heading.company_perso_page2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh__back-link.company_perso_page_content2 {
    width: 100%;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work {
    padding: 12px;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work > h3 {
    font-size: 24px;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work > h3 .pull-right {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }

  body#www.www-route-companies-company-company-work .company-work-view-refresh .my-company-work-description {
    padding: 12px;
    font-size: 14px;
  }
}

.quote-view-refresh {
  --qvr-primary: #0f4f8f;
  --qvr-primary-dark: #0b3f77;
  --qvr-ink: #123b66;
  --qvr-ink-soft: #496684;
  --qvr-border: #c9daec;
  --qvr-shell: #f4f8fc;
  margin: 24px auto 42px;
  padding: 0 12px;
}

.quote-view-refresh .quote-view-refresh__title {
  margin: 0 0 14px;
}

.quote-view-refresh .quote-view-refresh__title h1 {
  margin: 0;
  padding: 20px 22px 14px;
  border: 1px solid var(--qvr-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 32px rgba(9, 42, 77, 0.1);
  color: var(--qvr-ink);
  font-size: clamp(18px, 1.3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.quote-view-refresh .quote-view-refresh__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.quote-view-refresh .quote-view-refresh__title-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-view-refresh .quote-view-refresh__title-meta {
  color: var(--qvr-ink);
  font-size: clamp(18px, 1.3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.quote-view-refresh .quote-view-refresh__title-meta a {
  color: inherit;
}

.quote-view-refresh .quote-view-refresh__title .border-left {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 11px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn,
.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(10, 56, 101, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn i,
.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn i {
  margin: 0;
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn:hover,
.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 24px rgba(10, 56, 101, 0.25);
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn.btn-info {
  background: linear-gradient(135deg, #2a8cc2 0%, #2079ad 100%);
  color: #ffffff;
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn.btn-success,
.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn.btn-success {
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
}

.quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta {
  float: none !important;
  margin-top: 0;
  min-height: 46px;
  padding: 0 18px;
}

.quote-view-refresh .alert {
  margin-bottom: 14px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.08);
}

.quote-view-refresh .quote-work.quote-view-refresh__work {
  margin: 0 0 14px;
  border: 1px solid var(--qvr-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--qvr-shell) 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.08);
}

.quote-view-refresh .quote-work .quote-work-title {
  padding: 12px 16px;
  margin: 0;
  border-bottom: 1px solid #d5e3f1;
  background: linear-gradient(135deg, var(--qvr-primary) 0%, var(--qvr-primary-dark) 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.quote-view-refresh .quote-work .quote-categories {
  padding: 12px 12px 2px;
}

.quote-view-refresh .quote-work .quote-categories .quote-category {
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #d6e3f0;
  border-radius: 13px;
  background: #ffffff;
}

.quote-view-refresh .quote-work .quote-categories .quote-category .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.quote-view-refresh .quote-work .quote-categories .quote-category .row > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-3 {
  width: 120px;
  flex: 0 0 120px;
}

.quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-9 {
  flex: 1 1 calc(100% - 120px);
  width: auto;
}

.quote-view-refresh .quote-work .quote-categories .category-img-container.category-img-container-s {
  height: 92px;
  border: 1px solid #d6e3f0;
  border-radius: 10px;
}

.quote-view-refresh .quote-work .quote-categories .category-name-container h4 {
  margin: 0 0 5px;
  color: var(--qvr-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
}

.quote-view-refresh .quote-work .quote-categories .category-name-container div {
  color: #2a4f73;
  font-size: 14px;
  line-height: 1.45;
}

.quote-view-refresh .quote-work .quote-categories .category-name-container .text-info {
  color: var(--qvr-primary) !important;
  font-size: 14px;
  font-weight: 700;
}

.quote-view-refresh .quote-work .quote-description {
  margin: 0 12px 12px;
  padding: 14px;
  border: 1px solid #d8e5f3;
  border-radius: 12px;
  background: #ffffff;
  max-height: none;
  color: #234a6f;
  font-size: 14px;
  line-height: 1.6;
}

.quote-view-refresh .quote-request-attachments.quote-view-refresh__attachments {
  margin: 0 0 2px;
  padding: 12px 12px 0;
  border: 1px solid #cfdfef;
  border-radius: 16px;
  background: #f8fbff;
}

.quote-view-refresh .quote-request-attachments .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.quote-view-refresh .quote-request-attachments .row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.quote-view-refresh .quote-request-attachment {
  height: 100%;
  padding: 0;
  border: 1px solid #d6e3f0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.quote-view-refresh .quote-request-attachment .quote-request-attachment-file {
  display: block;
  width: 100%;
  padding-bottom: 67%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #e6eef7;
}

.quote-view-refresh .quote-request-attachment .quote-request-attachment-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-top: 1px solid #dce8f4;
  color: var(--qvr-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
}

.quote-view-refresh .quote-request-attachment .quote-request-attachment-download i {
  margin-right: 6px;
}

.quote-view-refresh .quote-request-attachment .quote-request-attachment-download:hover {
  color: var(--qvr-primary-dark);
  background: #f1f7fd;
}

.quote-view-refresh .quote-request-description.quote-view-refresh__meta-card {
  margin: 0 0 12px;
  padding: 14px 15px;
  border: 1px solid #0d3f70;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #e6eff9;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.2);
}

.quote-view-refresh .quote-request-description .quote-request-description-value {
  color: #ffffff;
  font-weight: 700;
}

.quote-view-refresh .quote-view-refresh__similar-heading.heading {
  margin: 6px 0 12px;
  color: var(--qvr-ink);
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}

.quote-view-refresh .quote-view-refresh__similar-heading.heading .divider-left {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 9px;
  border-top-color: #ffb600;
}

.quote-view-refresh .quote-view-refresh__similar-requests {
  padding-left: 0;
  padding-right: 0;
}

.quote-view-refresh .quote-view-refresh__bottom-zone {
  margin-top: 16px;
}

.quote-view-refresh .quote-request-map {
  margin-top: 10px;
  border: 1px solid #cfdfef !important;
  border-radius: 16px;
  box-shadow: 0 16px 28px rgba(9, 42, 77, 0.1);
  height: 320px !important;
}

.quote-view-refresh #contact_client.quote-view-refresh__contact-card {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #c9daec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 16px 28px rgba(9, 42, 77, 0.09);
}

.quote-view-refresh #contact_client .caption.quote-view-refresh__contact-caption,
.quote-view-refresh #contact_client h3 {
  margin: 0;
  color: var(--qvr-ink);
  font-size: clamp(17px, 1.1vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.quote-view-refresh #contact_client .details.quote-view-refresh__contact-details,
.quote-view-refresh #contact_client > .m-t-10 {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #d7e5f2;
  border-radius: 12px;
  background: #ffffff;
  color: #2a4f73;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.quote-view-refresh #contact_client .contact_client_link {
  color: var(--qvr-primary);
  font-weight: 700;
  text-decoration: none;
}

.quote-view-refresh #contact_client .contact_client_link:hover {
  color: var(--qvr-primary-dark);
  text-decoration: underline;
}

.quote-view-refresh #contact_client .details .row {
  margin-left: -8px;
  margin-right: -8px;
}

.quote-view-refresh #contact_client .details .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.quote-view-refresh #contact_client .details .text-center {
  padding: 8px 6px;
  border: 1px solid #e0eaf5;
  border-radius: 10px;
  background: #f9fcff;
}

.quote-view-refresh .quote-view-refresh__contact-cta {
  max-width: 560px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid #ccdbeb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  box-shadow: 0 14px 26px rgba(9, 42, 77, 0.1);
}

.quote-view-refresh .quote-view-refresh__contact-cta-text {
  margin: 0 0 12px;
  color: var(--qvr-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.quote-view-refresh .quote-view-refresh__upload {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d8e5f3;
}

.quote-view-refresh .quote-view-refresh__upload #add_quote_select {
  padding: 4px 0 2px;
  text-align: center;
}

.quote-view-refresh .quote-view-refresh__upload #add_quote_select .row,
.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.quote-view-refresh .quote-view-refresh__upload #add_quote_select [class*="col-"],
.quote-view-refresh .quote-view-refresh__upload #upload_quote_form [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.quote-view-refresh .quote-view-refresh__upload #add_quote_select #upload_quote.btn,
.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 20px rgba(9, 42, 77, 0.16);
}

.quote-view-refresh .quote-view-refresh__upload #add_quote_select #upload_quote.btn {
  min-width: 280px;
  padding: 0 22px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #d8e5f3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-intro {
  color: #355476;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-file-group {
  margin: 0;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .text-muted {
  margin-bottom: 8px;
  color: #4d6a88;
  font-size: 14px;
  font-weight: 600;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 14px;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form input[type="file"]::file-selector-button {
  margin-right: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #e6eef7;
  color: #123b66;
  font-weight: 700;
  cursor: pointer;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form input[type="file"]::-webkit-file-upload-button {
  margin-right: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #e6eef7;
  color: #123b66;
  font-weight: 700;
  cursor: pointer;
}

.quote-view-refresh .form-buttons {
  margin-top: 8px;
  text-align: center;
}

.quote-view-refresh .form-buttons .quote_request_view_submit {
  display: block;
  margin: 0 auto;
}

.quote-view-refresh .form-buttons #contact_client_button.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  min-width: 280px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-view-refresh .form-buttons #contact_client_button.btn-dark i {
  margin: 0;
}

.quote-view-refresh .form-buttons #contact_client_button.btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.3);
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-actions {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 1px;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-actions .btn.btn-success {
  min-width: 170px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-actions #cancel_upload_quote.btn.btn-warning {
  min-width: 120px;
  background: #eef3f8;
  color: #1f3d5c;
  box-shadow: none;
}

.quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-actions #cancel_upload_quote.btn.btn-warning:hover {
  background: #e3ebf3;
}

.quote-view-refresh .quote-view-refresh__quotes-panel.panel {
  margin-top: 14px;
  border: 1px solid #cfdfef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(9, 42, 77, 0.08);
}

.quote-view-refresh .quote-view-refresh__quotes-panel .panel-heading {
  padding: 12px 16px;
  border: 0;
  background: linear-gradient(135deg, var(--qvr-primary) 0%, var(--qvr-primary-dark) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .panel-body {
  padding: 14px;
  background: #ffffff;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .table {
  margin-bottom: 0;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .table > thead > tr > th {
  border-bottom: 1px solid #d7e5f2;
  color: var(--qvr-ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .table > tbody > tr > td {
  border-top: 1px solid #e5edf6;
  vertical-align: middle;
  color: #2a4f73;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .label.label-block {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .options .option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.quote-view-refresh .quote-view-refresh__quotes-panel .options .option + .option {
  margin-left: 6px;
}

@media screen and (max-width: 992px) {
  .quote-view-refresh {
    margin-top: 18px;
    padding: 0 8px;
  }

  .quote-view-refresh .quote-view-refresh__title h1 {
    padding: 16px 16px 12px;
    border-radius: 16px;
  }

  .quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-3 {
    width: 96px;
    flex: 0 0 96px;
  }

  .quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-9 {
    flex: 1 1 calc(100% - 96px);
  }

  .quote-view-refresh .quote-work .quote-categories .category-name-container h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .quote-view-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .quote-view-refresh .quote-view-refresh__title h1 {
    padding: 14px 12px 10px;
    font-size: 18px;
  }

  .quote-view-refresh .quote-view-refresh__title-meta {
    width: 100%;
    font-size: 18px;
  }

  .quote-view-refresh .quote-view-refresh__title-actions {
    width: 100%;
    gap: 8px;
    justify-content: stretch;
  }

  .quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn,
  .quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn {
    width: 100%;
    min-height: 40px;
    margin-left: 0 !important;
  }

  .quote-view-refresh .quote-view-refresh__title .quote-view-refresh__primary-cta.btn {
    order: 1;
  }

  .quote-view-refresh .quote-view-refresh__title .quote-view-refresh__top-action.btn {
    order: 2;
  }

  .quote-view-refresh .quote-work .quote-work-title {
    font-size: 16px;
  }

  .quote-view-refresh .quote-work .quote-categories {
    padding: 10px 10px 2px;
  }

  .quote-view-refresh .quote-work .quote-categories .quote-category {
    padding: 10px;
  }

  .quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-3,
  .quote-view-refresh .quote-work .quote-categories .quote-category .row > .col-lg-9 {
    width: 100%;
    flex: 0 0 100%;
  }

  .quote-view-refresh .quote-work .quote-categories .category-img-container.category-img-container-s {
    height: 120px;
    margin-bottom: 10px;
  }

  .quote-view-refresh .quote-work .quote-categories .category-name-container h4 {
    font-size: 18px;
  }

  .quote-view-refresh .quote-work .quote-categories .category-name-container h4 .m-l-20 {
    display: block;
    margin-left: 0 !important;
    margin-top: 4px;
  }

  .quote-view-refresh .quote-work .quote-description {
    margin: 0 10px 10px;
    padding: 12px;
    font-size: 14px;
  }

  .quote-view-refresh .quote-request-description.quote-view-refresh__meta-card {
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
  }

  .quote-view-refresh .quote-view-refresh__similar-heading.heading {
    font-size: 18px;
  }

  .quote-view-refresh .quote-request-map {
    height: 240px !important;
  }

  .quote-view-refresh #contact_client.quote-view-refresh__contact-card {
    padding: 12px;
    border-radius: 14px;
  }

  .quote-view-refresh #contact_client .caption.quote-view-refresh__contact-caption,
  .quote-view-refresh #contact_client h3 {
    font-size: 17px;
  }

  .quote-view-refresh #contact_client .details.quote-view-refresh__contact-details,
  .quote-view-refresh #contact_client > .m-t-10 {
    margin-top: 10px;
    padding: 11px;
    font-size: 14px;
  }

  .quote-view-refresh .quote-view-refresh__contact-cta {
    padding: 12px;
    border-radius: 14px;
  }

  .quote-view-refresh .quote-view-refresh__contact-cta-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .quote-view-refresh .form-buttons #contact_client_button.btn-dark {
    min-width: 0;
    width: 100%;
    font-size: 15px;
  }

  .quote-view-refresh .quote-view-refresh__upload #add_quote_select #upload_quote.btn,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .btn {
    width: 100%;
    margin-bottom: 8px;
  }

  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .quote-view-refresh__upload-actions {
    margin-top: 8px;
    justify-content: stretch;
  }

  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-lg-6,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-md-6,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-sm-6,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-lg-5,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-md-5,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-sm-5,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-lg-7,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-md-7,
  .quote-view-refresh .quote-view-refresh__upload #upload_quote_form .col-sm-7 {
    margin-top: 8px;
  }
}

.company-profile-edit-refresh {
  --cpe-primary: #0f4f8f;
  --cpe-primary-dark: #0b3f77;
  --cpe-ink: #123b66;
  --cpe-ink-soft: #4e6984;
  --cpe-border: #c9daec;
  --cpe-shell: #f4f8fc;
  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title {
  margin: 0 0 14px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title h1 {
  margin: 0;
  padding: 18px 20px 12px;
  border: 1px solid var(--cpe-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-text {
  color: var(--cpe-ink);
  font-size: clamp(28px, 1.6vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-btn.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 10px;
  border: 1px solid #c3d4e6;
  background: #ffffff;
  color: var(--cpe-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(9, 42, 77, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-btn.btn i {
  margin: 0;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-btn.btn:hover,
.company-profile-edit-refresh .company-profile-edit-refresh__title-btn.btn:focus {
  transform: translateY(-1px);
  background: #f4f8fd;
  box-shadow: 0 11px 22px rgba(9, 42, 77, 0.12);
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-btn--password.btn {
  border-color: transparent;
  background: linear-gradient(135deg, #2a8cc2 0%, #2079ad 100%);
  color: #ffffff;
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-btn--password.btn:hover,
.company-profile-edit-refresh .company-profile-edit-refresh__title-btn--password.btn:focus {
  background: linear-gradient(135deg, #2283b9 0%, #1a6c9f 100%);
}

.company-profile-edit-refresh .company-profile-edit-refresh__title-border.border-left,
.company-profile-edit-refresh .company-profile-edit-refresh__title .border-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form {
  padding: 18px;
  border: 1px solid var(--cpe-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cpe-shell) 100%);
  box-shadow: 0 16px 28px rgba(9, 42, 77, 0.08);
}

.company-profile-edit-refresh .company-profile-edit-refresh__form > h3 {
  margin: 8px 0 14px;
  color: var(--cpe-ink);
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form > hr {
  margin: 14px 0 14px;
  border-color: #d6e3f1;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .form-group {
  margin-bottom: 14px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .control-label {
  margin-bottom: 5px;
  color: var(--cpe-ink);
  font-size: 15px;
  font-weight: 700;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .control-label.required::before {
  color: #d05050;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .form-control {
  height: 46px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(9, 42, 77, 0.04);
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .form-control:focus {
  border-color: #7ea8cf;
  box-shadow: 0 0 0 3px rgba(42, 125, 173, 0.14);
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .help-block.help-error {
  margin-top: 6px;
  font-size: 13px;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .help-block.help-error:empty {
  display: none;
}

.company-profile-edit-refresh .company-profile-edit-refresh__form .alert.alert-info {
  margin-top: 12px;
  margin-bottom: 10px;
  border: 1px solid #c9dcf0;
  border-radius: 12px;
  background: #edf5fd;
  color: #2a4f73;
  box-shadow: none;
}

.company-profile-edit-refresh .company-profile-edit-refresh__actions.form-buttons {
  margin-top: 18px;
  text-align: center;
}

.company-profile-edit-refresh .company-profile-edit-refresh__submit.btn.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 280px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-profile-edit-refresh .company-profile-edit-refresh__submit.btn.btn-success:hover,
.company-profile-edit-refresh .company-profile-edit-refresh__submit.btn.btn-success:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.3);
}

@media screen and (max-width: 992px) {
  .company-profile-edit-refresh {
    margin-top: 18px;
    padding: 0 8px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title h1 {
    padding: 15px 16px 11px;
    border-radius: 16px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title-text {
    font-size: 30px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .company-profile-edit-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title h1 {
    padding: 13px 12px 10px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title-text {
    font-size: 26px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title-actions {
    width: 100%;
    gap: 7px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__title-btn.btn {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__form {
    padding: 12px;
    border-radius: 14px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__form > h3 {
    margin-top: 4px;
    font-size: 23px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__form .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__form .form-control {
    height: 44px;
    font-size: 14px;
  }

  .company-profile-edit-refresh .company-profile-edit-refresh__submit.btn.btn-success {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}

.company-billing-edit-refresh {
  --cbe-primary: #0f4f8f;
  --cbe-primary-dark: #0b3f77;
  --cbe-ink: #123b66;
  --cbe-ink-soft: #4e6984;
  --cbe-border: #c9daec;
  --cbe-shell: #f4f8fc;
  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__title {
  margin: 0 0 14px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__title h1 {
  margin: 0;
  padding: 18px 20px 12px;
  border: 1px solid var(--cbe-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
}

.company-billing-edit-refresh .company-billing-edit-refresh__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__back-link {
  color: var(--cbe-primary);
  font-size: clamp(27px, 1.5vw, 33px);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.company-billing-edit-refresh .company-billing-edit-refresh__back-link:hover,
.company-billing-edit-refresh .company-billing-edit-refresh__back-link:focus {
  color: var(--cbe-primary-dark);
}

.company-billing-edit-refresh .company-billing-edit-refresh__title-separator {
  color: #5d7690;
  font-size: clamp(24px, 1.3vw, 29px);
  font-weight: 700;
  line-height: 1;
}

.company-billing-edit-refresh .company-billing-edit-refresh__title-text {
  color: var(--cbe-ink);
  font-size: clamp(27px, 1.5vw, 33px);
  font-weight: 800;
  line-height: 1.2;
}

.company-billing-edit-refresh .company-billing-edit-refresh__title-border.border-left,
.company-billing-edit-refresh .company-billing-edit-refresh__title .border-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.company-billing-edit-refresh .company-billing-edit-refresh__form {
  padding: 18px;
  border: 1px solid var(--cbe-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cbe-shell) 100%);
  box-shadow: 0 16px 28px rgba(9, 42, 77, 0.08);
}

.company-billing-edit-refresh .company-billing-edit-refresh__card {
  border: 1px solid #cfdeed;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(9, 42, 77, 0.07);
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-header {
  padding: 12px 16px;
  border-bottom: 1px solid #d7e4f2;
  background: linear-gradient(135deg, var(--cbe-primary) 0%, var(--cbe-primary-dark) 100%);
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body {
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .row {
  margin-left: -8px;
  margin-right: -8px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .form-group {
  margin-bottom: 14px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .control-label {
  margin-bottom: 5px;
  color: var(--cbe-ink);
  font-size: 15px;
  font-weight: 700;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .form-control {
  height: 46px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(9, 42, 77, 0.04);
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .form-control:focus {
  border-color: #7ea8cf;
  box-shadow: 0 0 0 3px rgba(42, 125, 173, 0.14);
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .help-block.help-error {
  margin-top: 6px;
  font-size: 13px;
}

.company-billing-edit-refresh .company-billing-edit-refresh__card-body .help-block.help-error:empty {
  display: none;
}

.company-billing-edit-refresh .company-billing-edit-refresh__actions.form-buttons {
  margin-top: 14px;
  text-align: center;
}

.company-billing-edit-refresh .company-billing-edit-refresh__submit.btn.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 320px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-billing-edit-refresh .company-billing-edit-refresh__submit.btn.btn-success:hover,
.company-billing-edit-refresh .company-billing-edit-refresh__submit.btn.btn-success:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.3);
}

@media screen and (max-width: 992px) {
  .company-billing-edit-refresh {
    margin-top: 18px;
    padding: 0 8px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__title h1 {
    padding: 15px 16px 11px;
    border-radius: 16px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__back-link,
  .company-billing-edit-refresh .company-billing-edit-refresh__title-text {
    font-size: 29px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__title-separator {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .company-billing-edit-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__title h1 {
    padding: 13px 12px 10px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__back-link,
  .company-billing-edit-refresh .company-billing-edit-refresh__title-text {
    font-size: 25px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__title-separator {
    font-size: 22px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__form {
    padding: 12px;
    border-radius: 14px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__card {
    border-radius: 14px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__card-header {
    padding: 11px 12px;
    font-size: 22px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__card-body {
    padding: 10px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__card-body .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__card-body .form-control {
    height: 44px;
    font-size: 14px;
  }

  .company-billing-edit-refresh .company-billing-edit-refresh__submit.btn.btn-success {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}

.company-password-edit-refresh {
  --cpwr-primary: #0f4f8f;
  --cpwr-primary-dark: #0b3f77;
  --cpwr-ink: #123b66;
  --cpwr-ink-soft: #4e6984;
  --cpwr-border: #c9daec;
  --cpwr-shell: #f4f8fc;
  margin: 24px auto 42px;
  padding: 0 12px;
}

.company-password-edit-refresh .company-password-edit-refresh__title {
  margin: 0 0 14px;
}

.company-password-edit-refresh .company-password-edit-refresh__title h1 {
  margin: 0;
  padding: 18px 20px 12px;
  border: 1px solid var(--cpwr-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
}

.company-password-edit-refresh .company-password-edit-refresh__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.company-password-edit-refresh .company-password-edit-refresh__back-link {
  color: var(--cpwr-primary);
  font-size: clamp(27px, 1.5vw, 33px);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.company-password-edit-refresh .company-password-edit-refresh__back-link:hover,
.company-password-edit-refresh .company-password-edit-refresh__back-link:focus {
  color: var(--cpwr-primary-dark);
}

.company-password-edit-refresh .company-password-edit-refresh__title-separator {
  color: #5d7690;
  font-size: clamp(24px, 1.3vw, 29px);
  font-weight: 700;
  line-height: 1;
}

.company-password-edit-refresh .company-password-edit-refresh__title-text {
  color: var(--cpwr-ink);
  font-size: clamp(27px, 1.5vw, 33px);
  font-weight: 800;
  line-height: 1.2;
}

.company-password-edit-refresh .company-password-edit-refresh__title-border.border-left,
.company-password-edit-refresh .company-password-edit-refresh__title .border-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.company-password-edit-refresh .company-password-edit-refresh__form {
  padding: 18px;
  border: 1px solid var(--cpwr-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cpwr-shell) 100%);
  box-shadow: 0 16px 28px rgba(9, 42, 77, 0.08);
}

.company-password-edit-refresh .company-password-edit-refresh__alert.alert.alert-info {
  margin: 0 0 14px;
  border: 1px solid #c9dcf0;
  border-radius: 12px;
  background: #edf5fd;
  color: #2a4f73;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: none;
}

.company-password-edit-refresh .company-password-edit-refresh__row {
  margin-left: -8px;
  margin-right: -8px;
}

.company-password-edit-refresh .company-password-edit-refresh__row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-password-edit-refresh .company-password-edit-refresh__form .form-group {
  margin-bottom: 14px;
}

.company-password-edit-refresh .company-password-edit-refresh__form .control-label {
  margin-bottom: 5px;
  color: var(--cpwr-ink);
  font-size: 15px;
  font-weight: 700;
}

.company-password-edit-refresh .company-password-edit-refresh__form .form-control {
  height: 46px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(9, 42, 77, 0.04);
}

.company-password-edit-refresh .company-password-edit-refresh__form .form-control:focus {
  border-color: #7ea8cf;
  box-shadow: 0 0 0 3px rgba(42, 125, 173, 0.14);
}

.company-password-edit-refresh .company-password-edit-refresh__form .help-block.help-error {
  margin-top: 6px;
  font-size: 13px;
}

.company-password-edit-refresh .company-password-edit-refresh__form .help-block.help-error:empty {
  display: none;
}

.company-password-edit-refresh .company-password-edit-refresh__actions.form-buttons {
  margin-top: 18px;
  text-align: center;
}

.company-password-edit-refresh .company-password-edit-refresh__submit.btn.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 290px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-password-edit-refresh .company-password-edit-refresh__submit.btn.btn-success:hover,
.company-password-edit-refresh .company-password-edit-refresh__submit.btn.btn-success:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.3);
}

@media screen and (max-width: 992px) {
  .company-password-edit-refresh {
    margin-top: 18px;
    padding: 0 8px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__title h1 {
    padding: 15px 16px 11px;
    border-radius: 16px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__back-link,
  .company-password-edit-refresh .company-password-edit-refresh__title-text {
    font-size: 29px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__title-separator {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .company-password-edit-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__title h1 {
    padding: 13px 12px 10px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__back-link,
  .company-password-edit-refresh .company-password-edit-refresh__title-text {
    font-size: 25px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__title-separator {
    font-size: 22px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__form {
    padding: 12px;
    border-radius: 14px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__alert.alert.alert-info {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .company-password-edit-refresh .company-password-edit-refresh__row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .company-password-edit-refresh .company-password-edit-refresh__form .form-control {
    height: 44px;
    font-size: 14px;
  }

  .company-password-edit-refresh .company-password-edit-refresh__submit.btn.btn-success {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}

.client-quote-requests-refresh {
  --cqrr-primary: #0f4f8f;
  --cqrr-primary-dark: #0b3f77;
  --cqrr-ink: #123b66;
  --cqrr-ink-soft: #496684;
  --cqrr-border: #c9daec;
  --cqrr-shell: #f4f8fc;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__title {
  margin: 0 0 14px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__title h1 {
  margin: 0;
  padding: 18px 20px 12px;
  border: 1px solid var(--cqrr-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
  color: var(--cqrr-ink);
  font-size: clamp(25px, 1.45vw, 32px);
  font-weight: 800;
  line-height: 1.18;
}

.client-quote-requests-refresh .client-quote-requests-refresh__title h1 .hidden-xs,
.client-quote-requests-refresh .client-quote-requests-refresh__title h1 .hidden-sm {
  color: inherit;
}

.client-quote-requests-refresh .client-quote-requests-refresh__title h1 .border-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.client-quote-requests-refresh .client-quote-requests-refresh__notice.alert.alert-success {
  margin-bottom: 18px !important;
  padding: 16px 18px;
  border: 1px solid #c8dfc8;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef8eb 0%, #e6f4e2 100%);
  color: #2f6a43;
  box-shadow: 0 12px 24px rgba(14, 58, 31, 0.1);
}

.client-quote-requests-refresh .client-quote-requests-refresh__notice .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-quote-requests-refresh .client-quote-requests-refresh__notice-text {
  color: #1f5b37;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.client-quote-requests-refresh .client-quote-requests-refresh__notice-action {
  text-align: right;
}

.client-quote-requests-refresh .client-quote-requests-refresh__add-btn.btn.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(8, 61, 36, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-quote-requests-refresh .client-quote-requests-refresh__add-btn.btn.btn-success:hover,
.client-quote-requests-refresh .client-quote-requests-refresh__add-btn.btn.btn-success:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.28);
}

.client-quote-requests-refresh .client-quote-requests-refresh__filters-wrap {
  margin-bottom: 10px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__filters.search_form {
  margin-bottom: 0;
  padding: 16px 16px 4px;
  border: 1px solid #cfdfef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cqrr-shell) 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.08);
}

.client-quote-requests-refresh .client-quote-requests-refresh__filter-group {
  margin-bottom: 12px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__control.form-control {
  height: 48px;
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  background: #ffffff;
  color: #133c64;
  font-size: 14px;
  box-shadow: none;
}

.client-quote-requests-refresh .client-quote-requests-refresh__control.form-control:focus {
  border-color: #8db0d4;
  box-shadow: 0 0 0 3px rgba(15, 79, 143, 0.12);
}

.client-quote-requests-refresh .client-quote-requests-refresh__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__submit.btn.btn-primary {
  min-width: 166px;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cqrr-primary) 0%, var(--cqrr-primary-dark) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-quote-requests-refresh .client-quote-requests-refresh__submit.btn.btn-primary:hover,
.client-quote-requests-refresh .client-quote-requests-refresh__submit.btn.btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

.client-quote-requests-refresh .client-quote-requests-refresh__results {
  margin-top: 0 !important;
}

.client-quote-requests-refresh .client-quote-requests-refresh__cards {
  margin-top: 2px;
}

.client-quote-requests-refresh .client-quote-requests-refresh__cards > [class*="col-"] {
  margin-bottom: 22px;
}

.client-quote-requests-refresh .quote-requests .tile {
  margin-bottom: 0;
}

.client-quote-requests-refresh .quote-requests .wrapper {
  height: 100%;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.11);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: column;
}

.client-quote-requests-refresh .quote-requests .wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 42, 77, 0.16);
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-achieved {
  border-color: #4fa364;
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-urgent {
  border-color: #d74c58;
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-viewed {
  border-color: #d4e0eb;
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-max-contact-views {
  border-color: #efb657;
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-contact-received {
  border-color: #0f4f8f;
}

.client-quote-requests-refresh .quote-requests .wrapper.wrapper-quote-sent {
  border-color: #ffb600;
}

.client-quote-requests-refresh .quote-requests .wrapper .image {
  margin: 0;
}

.client-quote-requests-refresh .quote-requests .wrapper .image .image-container {
  height: 194px;
  border: 0;
  border-bottom: 1px solid #d8e5f3;
  background-color: #e9f0f8;
}

.client-quote-requests-refresh .quote-requests .wrapper .request {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .meta {
  margin-bottom: 0;
  padding: 12px 12px 0;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .meta .title {
  margin: 0;
  min-height: 44px;
  color: #0e4b85;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .meta .title a {
  color: inherit;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .meta .title a:hover {
  color: #0a3b6e;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .meta .location {
  margin-top: 6px;
  color: #234a6f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.client-quote-requests-refresh .quote-requests .wrapper .request .description {
  margin: 10px 12px 14px;
  min-height: 94px;
  height: auto;
  border: 1px solid #d8e5f3;
  border-radius: 12px;
  background: #f8fbff;
  color: #294560;
  font-size: 14px;
  line-height: 1.48;
  text-align: left;
  padding: 10px 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.client-quote-requests-refresh .quote-requests .corner-ribbon {
  width: auto;
  left: 10px !important;
  top: 10px !important;
  padding: 6px 11px;
  border-radius: 999px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 800;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 8px 14px rgba(8, 20, 41, 0.22);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon::before,
.client-quote-requests-refresh .quote-requests .corner-ribbon::after {
  display: none;
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-achieved {
  background: linear-gradient(135deg, #23975f 0%, #1b7a4c 100%);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-urgent {
  background: linear-gradient(135deg, #d64b57 0%, #b73b46 100%);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-max-contact-views {
  background: linear-gradient(135deg, #efb85b 0%, #d89c39 100%);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-viewed {
  background: linear-gradient(135deg, #7e94aa 0%, #687d93 100%);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-quote-sent {
  background: linear-gradient(135deg, #2f86c9 0%, #246ca7 100%);
}

.client-quote-requests-refresh .quote-requests .corner-ribbon.corner-ribbon-contact-received {
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
}

.client-quote-requests-refresh .quote-requests .wrapper .admin {
  margin-top: auto;
  border-top: 1px solid #d7e4f2;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fc 100%);
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .status {
  padding: 10px;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag {
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag .label {
  margin-left: 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag-not-validated {
  background: #8f9fb0;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag-refused {
  background: #d64b57;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag-paused {
  background: #cf9740;
}

.client-quote-requests-refresh .quote-requests .wrapper .admin .flag-accepted {
  background: linear-gradient(135deg, #26a461 0%, #1c854d 100%);
}

.client-quote-requests-refresh .client-quote-requests-refresh__empty-results.alert.alert-warning {
  margin-bottom: 10px;
  border: 1px solid #edd9a8;
  border-radius: 14px;
  background: #fff6de;
  color: #735923;
}

.client-quote-requests-refresh .client-quote-requests-refresh__empty.alert.alert-info {
  margin-bottom: 14px;
  padding: 28px 20px;
  border: 1px solid #c4d9ed;
  border-radius: 18px;
  background: linear-gradient(180deg, #eaf4fd 0%, #e2effb 100%);
  color: #2d4f70;
  box-shadow: 0 14px 26px rgba(10, 42, 74, 0.1);
}

.client-quote-requests-refresh .client-quote-requests-refresh__empty h4 {
  margin: 0;
  color: #1a466f;
  font-size: clamp(18px, 1.2vw, 25px);
  line-height: 1.4;
  font-weight: 700;
}

.client-quote-requests-refresh .client-quote-requests-refresh__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(135deg, var(--cqrr-primary) 0%, var(--cqrr-primary-dark) 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-quote-requests-refresh .client-quote-requests-refresh__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 56, 101, 0.28);
}

.client-quote-requests-refresh .client-quote-requests-refresh__pagination {
  margin-top: 0 !important;
}

.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination {
  margin: 0;
}

.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > li > a,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > li > span {
  min-width: 40px;
  height: 40px;
  margin: 0 3px;
  border: 1px solid #c7d8e8;
  border-radius: 10px !important;
  background: #ffffff;
  color: #123b63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > a,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > a:focus,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > a:hover,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > span,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > span:focus,
.client-quote-requests-refresh .client-quote-requests-refresh__pagination .pagination > .active > span:hover {
  border-color: var(--cqrr-primary);
  background: var(--cqrr-primary);
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .client-quote-requests-refresh {
    margin: 18px auto 34px;
    padding: 0 8px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__title h1 {
    padding: 15px 16px 11px;
    border-radius: 16px;
    font-size: 28px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__notice .row > [class*="col-"] {
    width: 100%;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__notice-action {
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .client-quote-requests-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__title h1 {
    padding: 13px 12px 10px;
    font-size: 24px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__notice {
    padding: 12px;
    border-radius: 14px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__notice-text {
    font-size: 15px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__add-btn.btn.btn-success {
    width: 100%;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__filters.search_form {
    padding: 12px 12px 4px;
    border-radius: 14px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__actions {
    margin-top: 2px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__submit.btn.btn-primary {
    width: 100%;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__cards > [class*="col-"] {
    margin-bottom: 14px;
  }

  .client-quote-requests-refresh .quote-requests .wrapper .image .image-container {
    height: 172px;
  }

  .client-quote-requests-refresh .quote-requests .wrapper .request .meta .title {
    min-height: 42px;
    font-size: 19px;
  }

  .client-quote-requests-refresh .quote-requests .wrapper .request .description {
    min-height: 84px;
    font-size: 13px;
  }

  .client-quote-requests-refresh .quote-requests .wrapper .admin .flag {
    font-size: 13px;
  }

  .client-quote-requests-refresh .client-quote-requests-refresh__cta {
    width: 100%;
  }
}

.client-quote-view-refresh {
  --cqvr-danger: #cf4956;
}

.client-quote-view-refresh .client-quote-view-refresh__title-actions {
  gap: 8px;
}

.client-quote-view-refresh .client-quote-view-refresh__top-action {
  min-width: 126px;
}

.client-quote-view-refresh .client-quote-view-refresh__top-action--danger.btn.btn-danger {
  min-width: 42px;
  width: 42px;
  padding: 0;
  background: linear-gradient(135deg, #de5a66 0%, var(--cqvr-danger) 100%);
  color: #ffffff;
}

.client-quote-view-refresh .client-quote-view-refresh__panel.panel {
  margin: 0 0 14px;
  border: 1px solid #cfdfef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(9, 42, 77, 0.08);
}

.client-quote-view-refresh .client-quote-view-refresh__panel-heading {
  padding: 12px 16px;
  border: 0;
  background: linear-gradient(135deg, var(--qvr-primary) 0%, var(--qvr-primary-dark) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.client-quote-view-refresh .client-quote-view-refresh__panel-body {
  padding: 14px;
  background: #ffffff;
}

.client-quote-view-refresh .client-quote-view-refresh__table {
  margin-bottom: 0;
}

.client-quote-view-refresh .client-quote-view-refresh__table > thead > tr > th {
  border-bottom: 1px solid #d7e5f2;
  color: var(--qvr-ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.client-quote-view-refresh .client-quote-view-refresh__table > tbody > tr > td {
  border-top: 1px solid #e5edf6;
  vertical-align: middle;
  color: #2a4f73;
}

.client-quote-view-refresh .client-quote-view-refresh__table .label.label-block {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}

.client-quote-view-refresh .client-quote-view-refresh__options {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.client-quote-view-refresh .client-quote-view-refresh__options .option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #d5e3f1;
  background: #f4f8fd;
  color: #123b66;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.client-quote-view-refresh .client-quote-view-refresh__options .option i,
.client-quote-view-refresh .client-quote-view-refresh__options .option span {
  margin-right: 6px;
}

.client-quote-view-refresh .client-quote-view-refresh__options .option.restore {
  border-color: rgba(30, 157, 91, 0.24);
  background: #eaf8f1;
  color: #1f7e47;
}

.client-quote-view-refresh .client-quote-view-refresh__options .option.delete {
  border-color: rgba(207, 73, 86, 0.22);
  background: #fdeff1;
  color: #b93f4c;
}

.client-quote-view-refresh .client-quote-view-refresh__options .option:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(9, 42, 77, 0.12);
  text-decoration: none;
}

.client-quote-view-refresh .quote-request-map {
  margin-top: 8px;
}

@media screen and (max-width: 992px) {
  .client-quote-view-refresh .client-quote-view-refresh__table > thead > tr > th {
    font-size: 12px;
  }

  .client-quote-view-refresh .client-quote-view-refresh__options {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .client-quote-view-refresh .client-quote-view-refresh__title-actions {
    width: 100%;
  }

  .client-quote-view-refresh .client-quote-view-refresh__top-action,
  .client-quote-view-refresh .client-quote-view-refresh__top-action--danger.btn.btn-danger {
    width: 100%;
    min-width: 0;
  }

  .client-quote-view-refresh .client-quote-view-refresh__panel-heading {
    font-size: 15px;
  }

  .client-quote-view-refresh .client-quote-view-refresh__panel-body {
    padding: 10px;
  }

  .client-quote-view-refresh .client-quote-view-refresh__options {
    width: 100%;
    justify-content: stretch;
  }

  .client-quote-view-refresh .client-quote-view-refresh__options .option {
    width: 100%;
  }
}

.client-quote-update-refresh .quote-detail-refresh__title h1 a {
  color: inherit;
  text-decoration: none;
}

.client-quote-update-refresh .quote-detail-refresh__title h1 a:hover,
.client-quote-update-refresh .quote-detail-refresh__title h1 a:focus {
  color: #0a3b6e;
}

.client-quote-update-refresh .client-quote-update-refresh__details-block .row > [class*="col-"] {
  margin-bottom: 0;
}

.client-quote-update-refresh .client-quote-update-refresh__files-well .row > [class*="col-"] {
  margin-bottom: 10px;
}

.client-quote-update-refresh .client-quote-update-refresh__files-well .row {
  display: flex;
  flex-wrap: wrap;
}

.client-quote-update-refresh input[type="file"].file-upload,
.client-quote-update-refresh .client-quote-update-refresh__file-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #c5d6e8;
  border-radius: 12px;
  background: #ffffff;
  color: #123459;
  font-size: 14px;
  line-height: 1.35;
}

.client-quote-update-refresh input[type="file"].file-upload::file-selector-button,
.client-quote-update-refresh .client-quote-update-refresh__file-input::file-selector-button {
  margin-right: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #e6eef7;
  color: #123b66;
  font-weight: 700;
  cursor: pointer;
}

.client-quote-update-refresh input[type="file"].file-upload::-webkit-file-upload-button,
.client-quote-update-refresh .client-quote-update-refresh__file-input::-webkit-file-upload-button {
  margin-right: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #e6eef7;
  color: #123b66;
  font-weight: 700;
  cursor: pointer;
}

.client-quote-update-refresh .uploaded-file {
  height: auto;
  min-height: 228px;
  margin: 0;
  padding: 8px;
  border: 1px solid #d6e3f0;
  border-radius: 12px;
  background: #ffffff;
}

.client-quote-update-refresh .uploaded-file-container {
  width: 100%;
  height: 180px;
  line-height: 180px;
  border-radius: 10px;
  background: #e9f0f8;
  overflow: hidden;
}

.client-quote-update-refresh .uploaded-file-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.client-quote-update-refresh .remove-file {
  right: 6px;
  top: 6px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.client-quote-update-refresh .client-quote-update-refresh__actions.form-buttons {
  margin-top: 22px;
}

.client-quote-update-refresh .client-quote-update-refresh__submit.btn.btn-success {
  min-width: 360px;
  height: 56px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .client-quote-update-refresh .quote-detail-refresh__title h1 {
    font-size: 23px;
  }

  .client-quote-update-refresh .uploaded-file {
    min-height: 214px;
  }
}

@media screen and (max-width: 768px) {
  .client-quote-update-refresh .quote-detail-refresh__title h1 {
    font-size: 20px;
    line-height: 1.25;
  }

  .client-quote-update-refresh .client-quote-update-refresh__details-block .row > [class*="col-"] {
    margin-bottom: 6px;
  }

  .client-quote-update-refresh .client-quote-update-refresh__submit.btn.btn-success {
    min-width: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .client-quote-update-refresh .uploaded-file {
    min-height: 198px;
  }

  .client-quote-update-refresh .uploaded-file-container {
    height: 152px;
    line-height: 152px;
  }
}

.client-profile-edit-refresh {
  --clpr-primary: #0f4f8f;
  --clpr-primary-dark: #0b3f77;
  --clpr-ink: #123b66;
  --clpr-ink-soft: #4f6b86;
  --clpr-border: #c9daec;
  --clpr-shell: #f4f8fc;

  margin: 24px auto 42px;
  padding: 0 12px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__title {
  margin: 0 0 14px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__title h1 {
  margin: 0;
  padding: 18px 20px 12px;
  border: 1px solid var(--clpr-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
  color: var(--clpr-ink);
  font-size: clamp(30px, 1.75vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.client-profile-edit-refresh .client-profile-edit-refresh__title-border.border-left,
.client-profile-edit-refresh .client-profile-edit-refresh__title .border-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-left: 0 !important;
  border-radius: 999px;
  background: #ffb600;
}

.client-profile-edit-refresh .client-profile-edit-refresh__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__section {
  padding: 18px;
  border: 1px solid var(--clpr-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--clpr-shell) 100%);
  box-shadow: 0 14px 24px rgba(9, 42, 77, 0.08);
}

.client-profile-edit-refresh .client-profile-edit-refresh__section--compact {
  max-width: 760px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__section-title {
  margin: 0 0 14px;
  color: var(--clpr-ink);
  font-size: clamp(24px, 1.4vw, 31px);
  font-weight: 700;
  line-height: 1.25;
}

.client-profile-edit-refresh .client-profile-edit-refresh__row {
  margin-left: -8px;
  margin-right: -8px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .form-group {
  margin-bottom: 14px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .control-label {
  margin-bottom: 5px;
  color: var(--clpr-ink);
  font-size: 15px;
  font-weight: 700;
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .form-control {
  height: 46px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(9, 42, 77, 0.04);
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .form-control:focus {
  border-color: #7ea8cf;
  box-shadow: 0 0 0 3px rgba(42, 125, 173, 0.14);
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .help-block.help-error {
  margin-top: 6px;
  font-size: 13px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__form .help-block.help-error:empty {
  display: none;
}

.client-profile-edit-refresh .client-profile-edit-refresh__newsletter-row {
  margin-top: -2px;
}

.client-profile-edit-refresh .client-profile-edit-refresh__newsletter.form-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 10px 14px;
  border: 1px solid #cfe0f1;
  border-radius: 12px;
  background: #edf5fd;
}

.client-profile-edit-refresh .client-profile-edit-refresh__newsletter input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--clpr-primary);
}

.client-profile-edit-refresh .client-profile-edit-refresh__newsletter label.control-label {
  margin: 0;
  color: #20486f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.client-profile-edit-refresh .client-profile-edit-refresh__info.alert.alert-info {
  margin: 0 0 12px;
  border: 1px solid #c9dcf0;
  border-radius: 12px;
  background: #edf5fd;
  color: #2a4f73;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: none;
}

.client-profile-edit-refresh .client-profile-edit-refresh__actions.form-buttons {
  margin-top: 2px;
  margin-bottom: 0;
  text-align: center;
}

.client-profile-edit-refresh .client-profile-edit-refresh__submit.btn.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 280px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-profile-edit-refresh .client-profile-edit-refresh__submit.btn.btn-success:hover,
.client-profile-edit-refresh .client-profile-edit-refresh__submit.btn.btn-success:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 61, 36, 0.3);
}

@media screen and (max-width: 992px) {
  .client-profile-edit-refresh {
    margin-top: 18px;
    padding: 0 8px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__title h1 {
    padding: 15px 16px 11px;
    border-radius: 16px;
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .client-profile-edit-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__title h1 {
    padding: 13px 12px 10px;
    font-size: 27px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__section {
    padding: 12px;
    border-radius: 14px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__section-title {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__newsletter.form-group {
    align-items: flex-start;
    padding: 10px 12px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__newsletter label.control-label {
    font-size: 14px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__form .form-control {
    height: 44px;
    font-size: 14px;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__info.alert.alert-info {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .client-profile-edit-refresh .client-profile-edit-refresh__submit.btn.btn-success {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}

.activity-sectors-refresh {
  --asr-primary: #0f4f8f;
  --asr-primary-dark: #0b3f77;
  --asr-ink: #123b66;
  --asr-ink-soft: #4f6b86;
  --asr-border: #c9daec;
  --asr-shell: #f4f8fc;

  margin: 20px auto 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  grid-template-areas:
    "title title"
    "alert cart"
    "form cart";
  gap: 14px 22px;
}

.activity-sectors-refresh .title {
  grid-area: title;
  margin: 0;
}

.activity-sectors-refresh .alert-box,
.activity-sectors-refresh > .alert {
  grid-area: alert;
  margin: 0;
}

.activity-sectors-refresh form {
  grid-area: form;
  min-width: 0;
}

.activity-sectors-refresh .Container_video iframe {
  width: min(100%, 560px);
  height: clamp(210px, 33vw, 316px);
  border: 1px solid #c7d9eb;
  border-radius: 18px;
  box-shadow: 0 18px 28px rgba(10, 44, 80, 0.1);
}

.activity-sectors-refresh .heading {
  margin: 10px 0 14px;
  color: #0f2e50;
  font-size: clamp(30px, 2.05vw, 40px);
  font-weight: 800;
  line-height: 1.17;
}

.activity-sectors-refresh .heading .divider-left {
  width: 70px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: #ffb600;
  display: block;
}

.activity-sectors-refresh .subscription-flow-nav {
  margin: 4px 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.activity-sectors-refresh .subscription-flow-nav__item {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #cddded;
  border-radius: 999px;
  background: #f3f8fe;
  color: #1a436c;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.activity-sectors-refresh .subscription-flow-nav__item.is-active {
  border-color: #0f4f8f;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #ffffff;
}

.activity-sectors-refresh .subscription-flow-nav__item.is-disabled {
  border-color: #d8e2ec;
  background: #f2f5f8;
  color: #93a6b9;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.activity-sectors-refresh .subscription-flow-nav a.subscription-flow-nav__item:hover {
  background: #e7f1fb;
  color: #12375d;
}

.activity-sectors-refresh .alert.alert-info,
.activity-sectors-refresh .alert.alert-danger {
  border-radius: 14px;
  border-width: 1px;
  margin-bottom: 10px;
  box-shadow: none;
}

.activity-sectors-refresh .alert.alert-info {
  border-color: #c8dbef;
  background: #ebf4fd;
  color: #275279;
}

.activity-sectors-refresh .alert.alert-danger {
  border-color: #f2c7cc;
  background: #fff1f3;
  color: #a33f4b;
}

.activity-sectors-refresh .cleaning-anchor.btn.btn-info {
  margin-left: 6px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(135deg, #3ca8d4 0%, #2d8db6 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.activity-sectors-refresh .tabs > h2 {
  margin-top: 18px !important;
  margin-bottom: 10px !important;
}

.activity-sectors-refresh .group-title {
  margin: 0;
  color: #0f2e50;
  font-size: clamp(27px, 1.7vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}

.activity-sectors-refresh .demand-count {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border: 1px solid #f3bf42;
  border-radius: 8px;
  background: #fff7e1;
  color: #705203;
  font-size: 15px;
  font-weight: 700;
}

.activity-sectors-refresh .demand-count .demand-period {
  font-weight: 600;
  color: #8b6a14;
}

.activity-sectors-refresh .tabs-top-level {
  margin-bottom: 9px;
  border: 1px solid #d3e1ee;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
  box-shadow: 0 8px 18px rgba(11, 47, 83, 0.08);
}

.activity-sectors-refresh .tabs-top-level > div {
  gap: 8px;
}

.activity-sectors-refresh .tabs-top-level .category-img-container-xs {
  width: 52px;
  height: 52px;
  margin: 0 12px 0 0;
  border-radius: 10px;
  background-color: #dce9f7;
}

.activity-sectors-refresh .tabs-top-level .top-level-title {
  margin: 0;
  color: #11365c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.activity-sectors-refresh .tabs-low-level {
  margin-bottom: 11px;
  border: 1px solid #d7e4f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(11, 47, 83, 0.06);
}

.activity-sectors-refresh .tabs-low-level label {
  margin: 0;
  min-height: 52px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #eef3f8;
  color: #12375d;
  font-size: 16px;
  font-weight: 600;
}

.activity-sectors-refresh .tabs-low-level label:last-child {
  border-bottom: 0;
}

.activity-sectors-refresh .tabs-low-level input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #1a8f52;
}

.activity-sectors-refresh .tabs-low-level label.label-option {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
}

.activity-sectors-refresh .tabs-low-level .category_option_price {
  font-size: 15px;
  font-weight: 700;
  color: #1c8f52;
  white-space: nowrap;
}

.activity-sectors-refresh .category-cart-container {
  grid-area: cart;
  position: sticky;
  top: 26px;
  align-self: start;
  max-width: 330px;
  z-index: 50;
}

.activity-sectors-refresh .category-cart-toogler {
  display: none;
}

.activity-sectors-refresh .category-cart-content {
  border: 1px solid #d3e1ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(11, 47, 83, 0.12);
  padding: 16px;
  width: 100%;
  min-width: 0;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.activity-sectors-refresh .category-cart-content_Container {
  margin-bottom: 0;
  overflow-x: hidden;
}

.activity-sectors-refresh #category-cart .heading {
  margin-bottom: 10px;
  color: #12375d;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.15;
}

.activity-sectors-refresh #category-cart .heading .divider-left {
  width: 58px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: #ffb600;
  display: block;
}

.activity-sectors-refresh .category-cart-row {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eef3f8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  color: #1d3554;
  font-size: 16px;
  font-weight: 600;
}

.activity-sectors-refresh .category-cart-row--name,
.activity-sectors-refresh #subscriptionPlan-name,
.activity-sectors-refresh #subscriptionPlan-categories-left {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.activity-sectors-refresh .category-cart-row.row-option {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.activity-sectors-refresh .category-cart-row--btn {
  width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #c84f5b;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.activity-sectors-refresh .category-cart-total {
  margin: 14px 0 0;
  padding-top: 0;
  color: #12375d;
  font-size: 16px;
  font-weight: 700;
}

.activity-sectors-refresh .category-cart-total-breakdown {
  display: grid;
  gap: 6px;
}

.activity-sectors-refresh .category-cart-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: #12375d;
  font-size: 14px;
  font-weight: 600;
}

.activity-sectors-refresh .category-cart-total-row strong {
  text-align: right;
  font-size: 14px;
}

.activity-sectors-refresh .category-cart-total-row.is-grand-total {
  margin-top: 2px;
  padding-top: 7px;
  border-top: 1px solid #d7e3ef;
  font-size: 15px;
  font-weight: 800;
}

.activity-sectors-refresh .category-cart-total-note {
  color: #6a8099;
  font-size: 12px;
  font-weight: 500;
}

.activity-sectors-refresh .category-cart-error {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.activity-sectors-refresh .subscription-submit .btn {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.activity-sectors-refresh .subscription-submit .btn.btn-block {
  min-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: normal;
  word-break: break-word;
}

.activity-sectors-refresh .subscription-submit .btn.btn-lg {
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}

.activity-sectors-refresh .subscription-submit .btn.is-disabled {
  border-color: #d8e2ec;
  background: #eef2f6;
  color: #8ea2b6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.activity-sectors-refresh .subscription-submit .form-buttons {
  margin-top: 12px;
  padding: 0;
  background: transparent;
}

.activity-sectors-refresh .subscription-submit .form-buttons .m-t-10 {
  margin-top: 8px !important;
}

.activity-sectors-refresh .pay-later-btn {
  color: #12375d;
  background: #e8f0f9;
  border: 1px solid #d3e1ee;
}

.activity-sectors-refresh .subscription-submit .btn-switch-sectors {
  color: #0f3f70;
  background: #d8e8f8;
  border: 1px solid #bdd4ea;
}

.activity-sectors-refresh .subscription-submit .btn-switch-sectors:hover {
  background: #cce1f5;
}

.activity-sectors-refresh .category-cart-backdrop {
  display: none;
}

.activity-sectors-refresh .category-cart-close {
  display: none;
}

.activity-sectors-refresh .btn-return-fixed {
  display: none !important;
}

.activity-sectors-refresh .btn-return-fixed a,
.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a {
  border-radius: 10px;
  background: #ffb600;
  color: #18375d;
  font-size: 14px;
  font-weight: 700;
}

.activity-sectors-refresh .container_btn_return-fixed-mob {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob {
  margin-bottom: 0;
  display: block;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a {
  width: auto;
  min-width: 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(11, 47, 83, 0.14);
}

@media screen and (max-width: 991px) {
  .activity-sectors-refresh {
    margin-top: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "alert"
      "form";
    gap: 12px;
  }

  .activity-sectors-refresh .heading {
    font-size: 33px;
  }

  .activity-sectors-refresh .subscription-flow-nav {
    margin-top: 0;
    margin-bottom: 8px;
    gap: 6px;
  }

  .activity-sectors-refresh .subscription-flow-nav__item {
    font-size: 12px;
    padding: 6px 10px;
  }

  .activity-sectors-refresh .group-title {
    font-size: 28px;
  }

  .activity-sectors-refresh .tabs-top-level .top-level-title {
    font-size: 18px;
  }

  .activity-sectors-refresh .tabs-low-level label {
    min-height: 50px;
    font-size: 15px;
  }

  .activity-sectors-refresh .category-cart-container {
    position: fixed;
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    left: auto;
    width: auto;
    max-width: none;
    z-index: 1044;
  }

  .activity-sectors-refresh .category-cart-container .btn-return-fixed {
    display: none;
  }

  .activity-sectors-refresh .category-cart-toogler {
    margin: 0;
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
    color: #12375d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    pointer-events: auto;
    box-shadow: 0 14px 26px rgba(7, 34, 63, 0.34);
  }

  .activity-sectors-refresh .category-cart-toogler > span {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
  }

  .activity-sectors-refresh .category-toggle-title {
    display: none;
  }

  .activity-sectors-refresh .category-cart-toogler .category-cart-counter {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ffb600;
    border: 2px solid #ffffff;
    color: #12375d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .activity-sectors-refresh .category-cart-content {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 84px);
    max-height: 72vh;
    border-radius: 18px;
    padding: 16px;
    border: 1px solid #d5e3f1;
    box-shadow: 0 22px 44px rgba(6, 28, 52, 0.35);
    pointer-events: auto;
    z-index: 1041;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .activity-sectors-refresh .category-cart-container.is-open .category-cart-content {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .activity-sectors-refresh #category-cart .heading {
    margin: 0 34px 10px 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .activity-sectors-refresh .category-cart-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #edf4fb;
    color: #12375d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .activity-sectors-refresh .category-cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 34, 63, 0.46);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 1039;
  }

  .activity-sectors-refresh .category-cart-container.is-open .category-cart-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.activity-cart-modal-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .activity-sectors-refresh .Container_video iframe {
    border-radius: 14px;
    height: clamp(180px, 50vw, 250px);
  }

  .activity-sectors-refresh .heading {
    font-size: 29px;
  }

  .activity-sectors-refresh .subscription-flow-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .activity-sectors-refresh .subscription-flow-nav__item {
    width: 100%;
    justify-content: center;
  }

  .activity-sectors-refresh .group-title {
    font-size: 25px;
  }

  .activity-sectors-refresh .demand-count {
    margin-top: 4px;
    font-size: 14px;
  }

  .activity-sectors-refresh .tabs-low-level label,
  .activity-sectors-refresh .tabs-low-level label.label-option {
    grid-template-columns: minmax(0, 1fr) auto;
    font-size: 14px;
  }

  .activity-sectors-refresh .tabs-low-level .category_option_price {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: -4px;
  }

  .activity-sectors-refresh .container_btn_return-fixed-mob {
    gap: 8px;
  }

  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob,
  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a {
    width: 100%;
  }

  .activity-sectors-refresh .category-cart-content {
    left: 10px;
    right: 10px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 80px);
    max-height: 75vh;
  }
}

@media screen and (max-width: 991px) {
  .container.activity-sectors-refresh {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .activity-sectors-refresh {
    overflow-x: hidden;
  }

  .activity-sectors-refresh .category-cart-container {
    position: fixed;
    inset: 0;
    width: 0;
    height: 0;
    max-width: none;
    z-index: 1044;
    grid-area: auto;
  }

  .activity-sectors-refresh .category-cart-toogler {
    position: fixed;
    right: calc(env(safe-area-inset-right, 0px) + 12px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    z-index: 1044;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .activity-sectors-refresh .category-cart-container.is-open .category-cart-toogler {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.88);
  }

  .activity-sectors-refresh .category-cart-content {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: min(92vw, 420px);
    max-width: 420px;
    max-height: min(78vh, 620px);
    transform: translate(-50%, -46%) scale(0.98);
  }

  .activity-sectors-refresh .category-cart-container.is-open .category-cart-content {
    transform: translate(-50%, -50%) scale(1);
  }

  .activity-sectors-refresh .category-cart-backdrop {
    z-index: 1042;
  }

  .activity-sectors-refresh .category-cart-content {
    z-index: 1043;
  }

  .activity-sectors-refresh .category-cart-toogler .category-cart-counter {
    top: 2px;
    right: 2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1;
  }

  .activity-sectors-refresh .title,
  .activity-sectors-refresh form,
  .activity-sectors-refresh > .alert-box,
  .activity-sectors-refresh > .alert {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .activity-sectors-refresh--options .category-cart-toogler {
    overflow: visible;
  }

  .activity-sectors-refresh--options .category-cart-toogler .category-cart-counter {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    border: 2px solid #ffffff !important;
    background: #ffb600 !important;
    color: #12375d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(7, 34, 63, 0.25);
  }
}

@media screen and (max-width: 768px) {
  .activity-sectors-refresh .category-cart-toogler {
    right: calc(env(safe-area-inset-right, 0px) + 10px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .activity-sectors-refresh .category-cart-content {
    width: calc(100vw - 20px);
    max-width: 420px;
    max-height: 80vh;
  }

  .activity-sectors-refresh .category-cart-total-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .activity-sectors-refresh .category-cart-total-row strong {
    text-align: left;
  }
}

/* Final polish overrides to resolve cross-style conflicts */
.activity-sectors-refresh .subscription-flow-toolbar {
  margin: 6px 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.activity-sectors-refresh .subscription-flow-toolbar .subscription-flow-nav {
  margin: 0;
  flex: 1 1 auto;
}

.activity-sectors-refresh .subscription-flow-nav {
  padding: 10px;
  border: 1px solid #c6d9ec;
  border-radius: 14px;
  background: linear-gradient(180deg, #f3f9ff 0%, #e7f1fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 16px rgba(12, 53, 95, 0.08);
}

.activity-sectors-refresh .subscription-flow-nav__item {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #b7cde2;
  border-radius: 11px;
  background: #ffffff;
  color: #123f6c;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(12, 53, 95, 0.08);
}

.activity-sectors-refresh .subscription-flow-nav__item.is-active {
  border-color: #0f4f8f;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #ffffff;
}

.activity-sectors-refresh .subscription-flow-nav__item.is-disabled {
  border-color: #d8e2ec;
  background: #f2f5f8;
  color: #93a6b9;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.activity-sectors-refresh .container_btn_return-fixed-mob {
  width: auto;
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob {
  margin: 0;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide {
  margin: 0;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a {
  min-width: 220px;
  min-height: 42px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a i {
  grid-column: 1;
  justify-self: start;
  margin-right: 0 !important;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a .btn-return-label {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide__trigger {
  min-width: 156px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #bfd3e7;
  border-radius: 10px;
  background: #ffffff;
  color: #16406a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(11, 47, 83, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide__trigger:hover,
.activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide__trigger:focus {
  background: #eef5fc;
  border-color: #a9c3dd;
  color: #12375d;
  transform: translateY(-1px);
}

.activity-guide-modal[hidden] {
  display: none !important;
}

.activity-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 1060;
}

.activity-guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 34, 63, 0.56);
  backdrop-filter: blur(3px);
}

.activity-guide-modal__dialog {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  margin: 56px auto;
  padding: 18px;
  border: 1px solid #cfe0f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 46px rgba(8, 34, 63, 0.32);
}

.activity-guide-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #edf4fb;
  color: #12375d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.activity-guide-modal__header h3 {
  margin: 0;
  color: #11365c;
  font-size: 25px;
  font-weight: 800;
}

.activity-guide-modal__header p {
  margin: 8px 0 0;
  color: #567391;
  font-size: 15px;
  font-weight: 500;
}

.activity-guide-modal__body {
  margin-top: 16px;
}

.activity-guide-modal__frame-shell {
  overflow: hidden;
  border: 1px solid #d6e3ef;
  border-radius: 16px;
  background: #eff5fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.activity-guide-modal__frame-shell iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

body.activity-guide-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .activity-sectors-refresh .category-cart-toogler {
    overflow: visible !important;
  }

  .activity-sectors-refresh .category-cart-toogler .category-cart-counter,
  .activity-sectors-refresh--sectors .category-cart-toogler .category-cart-counter {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    border: 2px solid #ffffff !important;
    background: #ffb600 !important;
    color: #12375d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 4px 10px rgba(7, 34, 63, 0.25);
    transform: none !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .activity-sectors-refresh .subscription-flow-toolbar {
    margin: 4px 0 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .activity-sectors-refresh .subscription-flow-nav {
    padding: 7px;
  }

  .activity-sectors-refresh .subscription-flow-nav__item {
    min-height: 40px;
    font-size: 13px;
  }

  .activity-sectors-refresh .container_btn_return-fixed-mob {
    width: 100%;
    align-self: auto;
  }

  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide,
  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob,
  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-video-guide__trigger,
  .activity-sectors-refresh .container_btn_return-fixed-mob .btn-return-fixed-mob a {
    width: 100%;
    min-width: 0;
  }

  .activity-guide-modal__dialog {
    width: calc(100vw - 20px);
    margin: 24px auto;
    padding: 14px;
  }

  .activity-guide-modal__header h3 {
    font-size: 22px;
  }

  .activity-sectors-refresh--options .tabs-low-level label.label-option {
    grid-template-columns: minmax(0, 1fr) auto 24px;
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
  }

  .activity-sectors-refresh--options .tabs-low-level label.label-option .category_name {
    grid-column: 1;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .activity-sectors-refresh--options .tabs-low-level label.label-option .category_option_price {
    grid-column: 2;
    justify-self: end;
    align-self: center;
    margin-top: 0;
    font-size: 14px;
    white-space: nowrap;
  }

  .activity-sectors-refresh--options .tabs-low-level label.label-option input[type="checkbox"] {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    margin: 0;
  }
}

.company-cart-refresh {
  --ccr-primary: #0f4f8f;
  --ccr-primary-dark: #0b3f77;
  --ccr-ink: #123b66;
  --ccr-ink-soft: #55708a;
  --ccr-border: #c9daec;
  --ccr-shell: #f4f8fc;
  margin: 24px auto 44px;
  padding: 0 12px;
}

.company-cart-refresh .company-cart-refresh__title {
  margin: 0 0 14px;
}

.company-cart-refresh .company-cart-refresh__title .heading {
  margin: 0;
  padding: 18px 20px 14px;
  border: 1px solid var(--ccr-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.1);
  color: var(--ccr-ink);
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 800;
  line-height: 1.18;
}

.company-cart-refresh .company-cart-refresh__title .divider-left {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 11px;
  border-radius: 999px;
  background: #ffb600;
}

.company-cart-refresh .company-cart-refresh__flow {
  margin: 10px 0 0;
  padding: 8px;
  border: 1px solid #cfe0f1;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.company-cart-refresh .company-cart-refresh__flow-item {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #bfd5ea;
  border-radius: 10px;
  background: #ffffff;
  color: #17466f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 6px 12px rgba(12, 53, 95, 0.08);
}

.company-cart-refresh .company-cart-refresh__flow-item:hover,
.company-cart-refresh .company-cart-refresh__flow-item:focus {
  color: #113f69;
  background: #f1f7fd;
  text-decoration: none;
}

.company-cart-refresh .company-cart-refresh__flow-item.is-active {
  border-color: #0f4f8f;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #ffffff;
}

.company-cart-refresh .company-cart-refresh__flow-item.is-disabled {
  opacity: 0.62;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.company-cart-refresh .alert.alert-warning {
  margin-bottom: 14px;
  border-radius: 12px;
  border-color: #f1d39a;
  background: #fff8e8;
  color: #7a5a15;
}

.company-cart-refresh .company-cart-refresh__form {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--ccr-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--ccr-shell) 100%);
  box-shadow: 0 16px 30px rgba(9, 42, 77, 0.08);
}

.company-cart-refresh .company-cart-refresh__layout {
  margin-left: -8px;
  margin-right: -8px;
}

.company-cart-refresh .company-cart-refresh__layout > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-cart-refresh .company-cart-refresh__billing-col {
  border: 1px solid #cfdeed;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.06);
  padding: 14px;
}

.company-cart-refresh .company-cart-refresh__section-title {
  margin: 0 0 12px !important;
  color: var(--ccr-ink);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}

.company-cart-refresh .company-cart-refresh__billing-col .row {
  margin-left: -8px;
  margin-right: -8px;
}

.company-cart-refresh .company-cart-refresh__billing-col .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.company-cart-refresh .company-cart-refresh__billing-col .control-label {
  margin-bottom: 6px;
  color: var(--ccr-ink);
  font-size: 15px;
  font-weight: 700;
}

.company-cart-refresh .company-cart-refresh__billing-col .form-control {
  height: 46px;
  border: 1px solid #c9daec;
  border-radius: 10px;
  background: #ffffff;
  color: #1f3d5c;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(9, 42, 77, 0.04);
}

.company-cart-refresh .company-cart-refresh__billing-col .form-control:focus {
  border-color: #7ea8cf;
  box-shadow: 0 0 0 3px rgba(42, 125, 173, 0.14);
}

.company-cart-refresh .company-cart-refresh__billing-col .help-error.warning-message {
  margin-top: 6px;
  font-size: 13px;
}

.company-cart-refresh .company-cart-refresh__billing-col .help-error.warning-message:empty {
  display: none;
}

.company-cart-refresh .company-cart-refresh__summary-col {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.company-cart-refresh .company-cart-refresh__summary-title {
  margin: 0 0 8px !important;
  padding: 10px 12px;
  border: 1px solid #cfdeed;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  color: var(--ccr-ink);
  font-size: 20px;
  font-weight: 800;
}

.company-cart-refresh .company-cart-refresh__summary-title .text-muted {
  color: var(--ccr-ink-soft) !important;
  font-weight: 700;
}

.company-cart-refresh .company-cart-refresh__summary-title .badge {
  min-width: 24px;
  min-height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.company-cart-refresh .company-cart-refresh__list {
  margin-bottom: 12px !important;
  border: 1px solid #cfdeed;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(9, 42, 77, 0.06);
}

.company-cart-refresh .company-cart-refresh__list-item {
  border-left: 0;
  border-right: 0;
  border-color: #e3edf6;
  background: #ffffff;
}

.company-cart-refresh .company-cart-refresh__list-item:first-child {
  border-top: 0;
}

.company-cart-refresh .company-cart-refresh__list-item:last-child {
  border-bottom: 0;
}

.company-cart-refresh .company-cart-refresh__list-item h6 {
  color: #1d4468;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.company-cart-refresh .company-cart-refresh__list-item--plan {
  background: #f5fbf6;
}

.company-cart-refresh .company-cart-refresh__list-item--plan .text-success {
  color: #1c8a4e;
}

.company-cart-refresh .company-cart-refresh__payment-info.alert.alert-info {
  margin-bottom: 12px !important;
  border-radius: 12px;
  border-color: #bfd9ec;
  background: #eaf4fe;
  color: #24527a;
}

.company-cart-refresh .company-cart-refresh__total-row {
  align-items: center;
  background: #f8fbff;
}

.company-cart-refresh .company-cart-refresh__total-row > span {
  color: #123b66;
  font-size: 14px;
  font-weight: 700;
}

.company-cart-refresh .company-cart-refresh__total-row strong {
  color: #123b66;
  font-size: 16px;
  font-weight: 800;
}

.company-cart-refresh .company-cart-refresh__terms.checkbox {
  margin-bottom: 12px !important;
  padding: 11px 12px;
  border: 1px solid #d2e1ef;
  border-radius: 12px;
  background: #f8fbff;
}

.company-cart-refresh .company-cart-refresh__terms.checkbox label {
  margin: 0;
  color: #1e486d;
  font-size: 14px;
  line-height: 1.5;
}

.company-cart-refresh .company-cart-refresh__terms.checkbox input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #1b8f52;
}

.company-cart-refresh .company-cart-refresh__terms .small.text-muted {
  margin-left: 24px !important;
}

.company-cart-refresh .company-cart-refresh__pay-btn.btn,
.company-cart-refresh .company-cart-refresh__later-btn.btn {
  min-height: 46px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.company-cart-refresh .company-cart-refresh__pay-btn.btn {
  margin-bottom: 8px;
  border: 0;
  background: linear-gradient(135deg, #1e9d5b 0%, #18834b 100%);
  box-shadow: 0 12px 24px rgba(8, 61, 36, 0.24);
}

.company-cart-refresh .company-cart-refresh__pay-btn.btn:hover,
.company-cart-refresh .company-cart-refresh__pay-btn.btn:focus {
  background: linear-gradient(135deg, #1b9557 0%, #167746 100%);
}

.company-cart-refresh .company-cart-refresh__later-btn.btn {
  color: #12375d;
  border: 1px solid #c9daec;
  background: #e7f0f9;
}

.company-cart-refresh .company-cart-refresh__later-btn.btn:hover,
.company-cart-refresh .company-cart-refresh__later-btn.btn:focus {
  color: #103255;
  background: #dce9f6;
}

.company-cart-refresh .company-cart-refresh__back-link.btn.btn-secondary {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #c4d8eb;
  background: #ebf4fd;
  color: #123b66;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  margin-right: 8px;
  max-width: calc(100% - 16px);
}

.company-cart-refresh .company-cart-refresh__back-cell {
  padding-top: 4px;
}

.company-cart-refresh .company-cart-refresh__back-link.btn.btn-secondary:hover,
.company-cart-refresh .company-cart-refresh__back-link.btn.btn-secondary:focus {
  background: #deecf9;
  color: #103255;
}

.company-cart-refresh .company-cart-refresh__empty.alert.alert-info {
  border-radius: 14px;
  border-color: #bfd8eb;
  background: #ebf4fd;
  color: #2b557e;
}

@media screen and (max-width: 992px) {
  .company-cart-refresh {
    margin: 16px auto 34px;
    padding: 0 8px;
  }

  .company-cart-refresh .company-cart-refresh__title .heading {
    padding: 15px 16px 12px;
    border-radius: 16px;
    font-size: 31px;
  }

  .company-cart-refresh .company-cart-refresh__form {
    padding: 12px;
    border-radius: 16px;
  }

  .company-cart-refresh .company-cart-refresh__summary-col {
    margin-top: 12px;
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .company-cart-refresh {
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .company-cart-refresh .company-cart-refresh__title .heading {
    padding: 13px 12px 10px;
    font-size: 27px;
  }

  .company-cart-refresh .company-cart-refresh__flow {
    margin-top: 8px;
    padding: 6px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-cart-refresh .company-cart-refresh__flow-item {
    width: 100%;
    justify-content: center;
    min-height: 39px;
    font-size: 13px;
  }

  .company-cart-refresh .company-cart-refresh__form {
    padding: 10px;
    border-radius: 14px;
  }

  .company-cart-refresh .company-cart-refresh__billing-col,
  .company-cart-refresh .company-cart-refresh__summary-col {
    border-radius: 14px;
    padding: 10px;
  }

  .company-cart-refresh .company-cart-refresh__section-title {
    font-size: 24px;
  }

  .company-cart-refresh .company-cart-refresh__summary-title {
    padding: 9px 10px;
    font-size: 19px;
  }

  .company-cart-refresh .company-cart-refresh__billing-col .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .company-cart-refresh .company-cart-refresh__billing-col .form-control {
    height: 44px;
    font-size: 14px;
  }

  .company-cart-refresh .company-cart-refresh__pay-btn.btn,
  .company-cart-refresh .company-cart-refresh__later-btn.btn {
    width: 100%;
  }

  .company-cart-refresh .company-cart-refresh__back-link.btn.btn-secondary {
    width: calc(100% - 16px);
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
    justify-content: center;
  }

  .company-cart-refresh .company-cart-refresh__terms .small.text-muted {
    margin-left: 0 !important;
    margin-top: 8px !important;
    display: block;
  }
}

.landing-category-refresh {
  --lcr-blue: #0f4f8f;
  --lcr-blue-deep: #0a3c6a;
  --lcr-blue-soft: #eaf2fb;
  --lcr-ink: #123b66;
  --lcr-ink-soft: #4e6985;
  --lcr-border: #cdddee;
  --lcr-shell: #f5f9fe;
  --lcr-accent: #ffb600;
  --lcr-success: #1b8f52;

  background: linear-gradient(180deg, #f3f7fc 0%, #ffffff 28%, #f3f6fa 100%);
}

.landing-category-refresh .landing-category-refresh__hero {
  position: relative;
  margin: 0;
  padding: 72px 0 56px;
  min-height: 460px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.landing-category-refresh .landing-category-refresh__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8, 34, 61, 0.78) 0%, rgba(8, 34, 61, 0.48) 40%, rgba(8, 34, 61, 0.3) 100%);
}

.landing-category-refresh .landing-category-refresh__hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(7, 31, 55, 0.46);
  box-shadow: 0 28px 44px rgba(3, 14, 27, 0.35);
  text-align: center;
}

.landing-category-refresh .landing-category-refresh__hero-kicker {
  margin: 0 0 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-category-refresh .landing-category-refresh__hero-kicker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-category-refresh .landing-category-refresh__hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3.9vw, 58px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.landing-category-refresh .landing-category-refresh__hero-description {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.5;
}

.landing-category-refresh .landing-category-refresh__hero-actions {
  margin-top: 24px;
}

.landing-category-refresh .landing-category-refresh__hero-button.btn.btn-success {
  min-height: 56px;
  min-width: 320px;
  max-width: 100%;
  padding: 12px 28px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1da25f 0%, #147a46 100%);
  color: #ffffff;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 16px 30px rgba(8, 53, 31, 0.36);
}

.landing-category-refresh .landing-category-refresh__hero-button.btn.btn-success:hover,
.landing-category-refresh .landing-category-refresh__hero-button.btn.btn-success:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #1e9f5d 0%, #126f40 100%);
  color: #ffffff;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs {
  margin: -20px 0 0;
  padding-bottom: 0;
  background: transparent;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs .container {
  position: relative;
  z-index: 2;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs-inner {
  padding: 13px 16px;
  border: 1px solid var(--lcr-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(9, 42, 77, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs-main {
  color: var(--lcr-ink-soft);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs-main a {
  color: var(--lcr-blue);
  font-weight: 700;
}

.landing-category-refresh .landing-category-refresh__crumb-sep {
  color: #8ba2b8;
}

.landing-category-refresh .landing-category-refresh__breadcrumbs-translate {
  color: var(--lcr-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.landing-category-refresh .landing-category-refresh__request,
.landing-category-refresh .landing-category-refresh__quote-requests,
.landing-category-refresh .landing-category-refresh__companies,
.landing-category-refresh .landing-category-refresh__seo,
.landing-category-refresh .landing-category-refresh__municipalities {
  margin-top: 24px;
  padding: 0;
}

.landing-category-refresh .landing-category-refresh__section-title.heading {
  margin: 0 0 16px;
  padding: 18px 20px 14px;
  border: 1px solid var(--lcr-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--lcr-shell) 100%);
  color: var(--lcr-ink);
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 800;
  line-height: 1.16;
}

.landing-category-refresh .landing-category-refresh__section-title .divider-left {
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--lcr-accent);
}

.landing-category-refresh .landing-category-refresh__alert.alert {
  margin-bottom: 0;
  border-radius: 14px;
  border-width: 1px;
  font-size: 17px;
  line-height: 1.6;
}

.landing-category-refresh .landing-category-refresh__alert--info.alert {
  border-color: #bfd8ed;
  background: #eaf4ff;
  color: #1c4a74;
}

.landing-category-refresh .landing-category-refresh__request .home-category-grid {
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(0, 15, 32, 0.14);
  backdrop-filter: blur(10px);
}

.landing-category-refresh .landing-category-refresh__request.home-section--eco .home-category-grid {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.landing-category-refresh .landing-category-refresh__request .home-category-grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  min-height: 0;
  text-align: left;
}

.landing-category-refresh .landing-category-refresh__request.home-section--eco .home-category-grid-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card {
  width: auto;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(12, 35, 58, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 42, 71, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: home-fade-up 0.75s ease both;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card:hover,
.landing-category-refresh .landing-category-refresh__request .home-category-card.selected-category {
  color: inherit;
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 42, 71, 0.18);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .delete-subcategory {
  display: none !important;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-img-container {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 186px;
  flex: 0 0 186px;
  align-self: stretch;
  flex-shrink: 0;
  border-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50%;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 46, 91, 0.18) 100%);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-name {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 88px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  text-align: center;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(12, 35, 58, 0.08);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card:hover .category-name::after,
.landing-category-refresh .landing-category-refresh__request .home-category-card.selected-category .category-name::after {
  transform: scaleX(1);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-description {
  display: block;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card .category-description span {
  display: block;
  height: auto;
  padding: 0;
  background: none !important;
  color: #10263d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project {
  min-height: 0;
  border-radius: 12px;
  border-color: #ccd9e7;
  box-shadow: 0 10px 22px rgba(15, 42, 71, 0.1);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project:hover,
.landing-category-refresh .landing-category-refresh__request .home-category-card--project.selected-category {
  transform: none;
  box-shadow: 0 14px 28px rgba(15, 42, 71, 0.14);
  border-color: #b8cce1;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--eco.home-category-card--project:hover,
.landing-category-refresh .landing-category-refresh__request .home-category-card--eco.home-category-card--project.selected-category {
  border-color: rgba(79, 148, 104, 0.22);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-img-container {
  width: 100%;
  min-width: 100%;
  height: 136px;
  flex: 0 0 136px;
  align-self: stretch;
  background-size: cover !important;
  background-position: 50% 50%;
  transform: scale(1);
  transition: none;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-img-container::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 46, 91, 0.12) 100%);
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--eco.home-category-card--project .category-img-container::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(79, 148, 104, 0.16) 100%);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project:hover .category-img-container::after {
  opacity: 1;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name {
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  text-align: center;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(12, 35, 58, 0.08);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ffb600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project:hover .category-name::after,
.landing-category-refresh .landing-category-refresh__request .home-category-card--project.selected-category .category-name::after {
  transform: scaleX(1);
}

.landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-description span {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}

.landing-category-refresh .landing-category-refresh__seo .container,
.landing-category-refresh .landing-category-refresh__quote-requests .container,
.landing-category-refresh .landing-category-refresh__companies .container,
.landing-category-refresh .landing-category-refresh__municipalities .container {
  padding-top: 10px;
  padding-bottom: 6px;
}

.landing-category-refresh .landing-category-refresh__seo .container {
  border: 1px solid var(--lcr-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(9, 42, 77, 0.08);
}

@media screen and (max-width: 992px) {
  .landing-category-refresh .landing-category-refresh__hero {
    min-height: 0;
    padding: 44px 0 36px;
  }

  .landing-category-refresh .landing-category-refresh__hero-content {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .landing-category-refresh .landing-category-refresh__hero-title {
    font-size: 39px;
  }

  .landing-category-refresh .landing-category-refresh__hero-description {
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.45;
  }

  .landing-category-refresh .landing-category-refresh__hero-button.btn.btn-success {
    min-height: 50px;
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }

  .landing-category-refresh .landing-category-refresh__breadcrumbs-inner {
    border-radius: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-category-refresh .landing-category-refresh__section-title.heading {
    padding: 14px 14px 12px;
    border-radius: 14px;
    font-size: 34px;
  }

  .landing-category-refresh .landing-category-refresh__alert.alert {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .landing-category-refresh .landing-category-refresh__hero {
    padding: 34px 0 30px;
  }

  .landing-category-refresh .landing-category-refresh__hero-content {
    padding: 16px 12px;
    border-radius: 14px;
  }

  .landing-category-refresh .landing-category-refresh__hero-kicker span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .landing-category-refresh .landing-category-refresh__hero-title {
    font-size: 32px;
  }

  .landing-category-refresh .landing-category-refresh__hero-description {
    font-size: 18px;
  }

  .landing-category-refresh .landing-category-refresh__hero-button.btn.btn-success {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 12px;
  }

  .landing-category-refresh .landing-category-refresh__breadcrumbs {
    margin-top: -14px;
  }

  .landing-category-refresh .landing-category-refresh__breadcrumbs-inner {
    padding: 10px 12px;
  }

  .landing-category-refresh .landing-category-refresh__breadcrumbs-main {
    font-size: 13px;
  }

  .landing-category-refresh .landing-category-refresh__section-title.heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .landing-category-refresh .landing-category-refresh__alert.alert {
    font-size: 14px;
    line-height: 1.45;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-grid {
    padding: 20px;
    border-radius: 24px;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-grid-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .landing-category-refresh .landing-category-refresh__request.home-section--eco .home-category-grid-list {
    gap: 14px;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card .category-img-container {
    height: 170px;
    flex-basis: 170px;
    width: 100%;
    min-width: 100%;
    align-self: stretch;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card .category-name {
    min-height: 0;
    padding: 16px 16px 14px;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card .category-name::before {
    left: 16px;
    right: 16px;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project {
    min-height: 0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    overflow: hidden;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-img-container {
    width: 92px;
    min-width: 92px;
    height: auto;
    min-height: 94px;
    flex: 0 0 92px;
    border-bottom: 0;
    border-right: 1px solid #d7e4f2;
    grid-column: 1;
    grid-row: 1;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name {
    min-height: 94px;
    padding: 10px 12px;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name::before {
    display: none;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-name::after {
    left: 0;
    right: 0;
  }

  .landing-category-refresh .landing-category-refresh__request .home-category-card--project .category-description span {
    font-size: 11px;
    line-height: 1.28;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .category-description,
  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .cfgcategory-category,
  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .category-description span,
  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .cfgcategory-category span {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
  }

  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .category-name {
    width: auto !important;
    min-height: 94px !important;
    height: auto !important;
    padding: 10px 12px !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    overflow: visible !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .category-description span,
  .landing-category-refresh .landing-category-refresh__request #subcategories .home-category-card--project .cfgcategory-category span {
    height: auto !important;
    padding: 0 !important;
    white-space: normal !important;
  }
}
