:root {
  --site-bg: #f2efe8;
  --surface: #ffffff;
  --ink: #1e2c3b;
  --muted: #5f6f82;
  --primary: #123a5d;
  --secondary: #d6a15d;
  --accent: #1f6f6a;
  --line: rgba(18, 58, 93, 0.16);
  --shadow-soft: 0 12px 36px rgba(15, 39, 66, 0.12);
  --shadow-strong: 0 24px 60px rgba(15, 39, 66, 0.2);
}

.siteweb-theme,
.siteweb-theme * {
  box-sizing: border-box;
}

.siteweb-theme {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(214, 161, 93, 0.2) 0, rgba(214, 161, 93, 0) 30%),
    radial-gradient(circle at 88% 12%, rgba(31, 111, 106, 0.15) 0, rgba(31, 111, 106, 0) 26%),
    linear-gradient(160deg, #f7f5ef 0%, #f2efe8 58%, #eef2f8 100%);
  line-height: 1.65;
}

.siteweb-theme::before,
.siteweb-theme::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

.siteweb-theme::before {
  top: -180px;
  left: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 111, 106, 0.16) 0, rgba(31, 111, 106, 0) 68%);
}

.siteweb-theme::after {
  right: -140px;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 58, 93, 0.2) 0, rgba(18, 58, 93, 0) 70%);
}

.siteweb-theme #wrapper {
  position: relative;
  z-index: 1;
}

.siteweb-theme h1,
.siteweb-theme h2,
.siteweb-theme h3,
.siteweb-theme h4,
.siteweb-theme h5,
.siteweb-theme h6 {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}

.siteweb-theme p {
  color: var(--muted);
}

.siteweb-theme a {
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.siteweb-theme .btn-default {
  border: 0;
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(120deg, var(--primary), #1e527e);
  box-shadow: 0 10px 24px rgba(18, 58, 93, 0.25);
}

.siteweb-theme .btn-default:hover,
.siteweb-theme .btn-default:focus,
.siteweb-theme .btn-default.active {
  color: #172536;
  background: linear-gradient(120deg, var(--secondary), #e9b97d);
  box-shadow: 0 12px 26px rgba(214, 161, 93, 0.36);
  transform: translateY(-1px);
}

.siteweb-theme #header {
  border-bottom: 1px solid var(--line);
  background: rgba(248, 250, 253, 0.92);
  box-shadow: 0 8px 24px rgba(15, 39, 66, 0.08);
  backdrop-filter: blur(8px);
}

.siteweb-theme #header .holder {
  padding-top: 15px;
  padding-bottom: 15px;
}

.siteweb-theme #header.fixed-position {
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.18);
}

.siteweb-theme #header.fixed-position .holder {
  padding-top: 12px;
  padding-bottom: 12px;
}

.siteweb-theme .header-top {
  background: linear-gradient(120deg, #0f2742 0%, #123a5d 55%, #1a4a72 100%);
}

.siteweb-theme .header-top .tell-holder {
  padding-top: 7px;
}

.siteweb-theme .header-top .tel {
  color: #d9e4f3;
  margin-left: 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.siteweb-theme .header-top .tel .fa {
  color: var(--secondary);
}

.siteweb-theme .header-top .tel a {
  color: #f3f7ff;
  pointer-events: auto;
}

.siteweb-theme .header-top .social-networks {
  margin-top: 2px;
}

.siteweb-theme .header-top .social-networks li {
  border-left: 0;
  margin-left: 8px;
}

.siteweb-theme .header-top .social-networks li a {
  width: 34px;
  height: 34px;
  padding: 0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #e7eef8;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.siteweb-theme .header-top .social-networks li a:hover {
  background: rgba(214, 161, 93, 0.95);
  border-color: rgba(214, 161, 93, 0.95);
  color: #152233;
}

.siteweb-theme .header-top .login {
  border-left: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  margin-left: 10px;
  margin-right: 4px;
  padding: 8px 17px;
  font-weight: 700;
  color: #f4f8ff;
  background: rgba(255, 255, 255, 0.02);
}

.siteweb-theme .header-top .login:hover {
  color: #152233;
  border-color: var(--secondary);
  background: var(--secondary);
}

.siteweb-theme .logo {
  width: auto;
  height: auto;
  margin: 0;
}

.siteweb-theme .logo img {
  width: 84px !important;
  border-radius: 14px;
  border: 2px solid rgba(18, 58, 93, 0.1);
  box-shadow: 0 10px 24px rgba(18, 58, 93, 0.2);
}

.siteweb-theme .nav-holder {
  max-width: 980px;
  padding-top: 18px;
}

.siteweb-theme .btn-search {
  color: var(--primary);
  margin-left: 18px;
}

.siteweb-theme .btn-search:hover {
  color: var(--secondary);
}

.siteweb-theme #nav {
  border-right: 0;
  margin-top: 0;
  padding-right: 0;
}

.siteweb-theme #nav ul {
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.siteweb-theme #nav ul li {
  margin-left: 20px;
}

.siteweb-theme #nav ul li a {
  color: var(--ink);
  padding-bottom: 10px;
}

.siteweb-theme #nav ul li a:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: linear-gradient(120deg, var(--primary), var(--secondary));
}

.siteweb-theme #nav ul li.active > a,
.siteweb-theme #nav ul li.anchor-active > a,
.siteweb-theme #nav ul li a:hover,
.siteweb-theme #nav ul li a:focus {
  color: var(--primary);
}

.siteweb-theme #nav ul li.active > a:after,
.siteweb-theme #nav ul li.anchor-active > a:after,
.siteweb-theme #nav ul li a:hover:after,
.siteweb-theme #nav ul li a:focus:after {
  width: 100%;
}

.siteweb-theme .header-searchform {
  border: 0;
  right: 2px;
  top: 122px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.98);
}

.siteweb-theme .header-searchform .submit {
  border-radius: 10px;
  background: var(--primary);
}

.siteweb-theme .header-searchform .submit:hover {
  background: #0f2f4d;
}

.siteweb-theme .main-gallery {
  border-bottom: 0;
}

.siteweb-theme .main-gallery .beans-slide {
  position: relative;
}

.siteweb-theme .main-gallery .beans-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(124deg, rgba(8, 24, 40, 0.8) 0%, rgba(11, 44, 71, 0.66) 56%, rgba(16, 58, 93, 0.36) 100%);
}

.siteweb-theme .main-gallery .container,
.siteweb-theme .main-gallery .slide-content,
.siteweb-theme .main-gallery .btn-box {
  position: relative;
  z-index: 2;
}

.siteweb-theme .slide-heading2 {
  margin: 0;
  max-height: none;
  overflow: visible;
  padding: 190px 8% 140px;
}

.siteweb-theme .slide-heading2:before {
  display: none;
}

.siteweb-theme .slide-heading2 h1 {
  margin: 0 auto;
  max-width: 980px;
  color: #f8fafc;
  text-transform: none;
  font-size: clamp(34px, 4.5vw, 74px);
  line-height: 1.12;
  font-weight: 600;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.38);
  animation: hero-reveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.siteweb-theme .main-gallery .btn-box {
  bottom: 38px;
}

.siteweb-theme .main-gallery .btn-prev,
.siteweb-theme .main-gallery .btn-next {
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid rgba(18, 58, 93, 0.25);
  color: var(--primary);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(13, 31, 51, 0.22);
}

.siteweb-theme .main-gallery .btn-prev:hover,
.siteweb-theme .main-gallery .btn-prev:focus,
.siteweb-theme .main-gallery .btn-next:hover,
.siteweb-theme .main-gallery .btn-next:focus {
  color: #1a2838;
  background: var(--secondary);
}

.siteweb-theme .home-hero .slide-heading2 {
  text-align: left;
}

.siteweb-theme .home-hero .hero-copy {
  max-width: 860px;
  margin: 0 auto;
}

.siteweb-theme .home-hero .hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f3dfbd;
  border: 1px solid rgba(243, 223, 189, 0.45);
  background: rgba(12, 33, 53, 0.35);
}

.siteweb-theme .home-hero .slide-heading2 h1 {
  margin: 0 0 18px;
  max-width: 760px;
}

.siteweb-theme .home-hero .hero-subtitle {
  max-width: 700px;
  margin: 0 0 28px;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.7;
  color: rgba(244, 249, 255, 0.9);
}

.siteweb-theme .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.siteweb-theme .hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(245, 250, 255, 0.08);
  color: #f7fbff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.siteweb-theme .hero-link:hover,
.siteweb-theme .hero-link:focus {
  text-decoration: none;
  color: #152233;
  border-color: var(--secondary);
  background: var(--secondary);
}

.siteweb-theme .home-page .container-block {
  position: relative;
  overflow: hidden;
}

.siteweb-theme .home-page .container-block::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 58, 93, 0.1), rgba(18, 58, 93, 0));
  pointer-events: none;
}

.siteweb-theme .home-page .container-block > * {
  position: relative;
  z-index: 1;
}

.siteweb-theme .home-intro-grid {
  display: flex;
  align-items: stretch;
  row-gap: 18px;
}

.siteweb-theme .home-metric-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.siteweb-theme .home-metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 39, 66, 0.08);
}

.siteweb-theme .home-metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 0.95;
}

.siteweb-theme .home-metric span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.siteweb-theme .home-signature-grid {
  row-gap: 24px;
}

.siteweb-theme .signature-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.1);
}

.siteweb-theme .signature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.siteweb-theme .signature-card-body {
  padding: 18px 16px 20px;
}

.siteweb-theme .signature-card h3 {
  margin: 0 0 8px;
  color: var(--primary);
  text-transform: none;
  font-size: 33px;
  line-height: 1.05;
}

.siteweb-theme .signature-card p {
  margin: 0;
  line-height: 1.7;
}

.siteweb-theme .home-signature-cta {
  margin-top: 26px;
  text-align: center;
}

.siteweb-theme .home-clients-intro {
  max-width: 820px;
  margin: -6px auto 22px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}

.siteweb-theme .home-client-grid {
  row-gap: 16px;
}

.siteweb-theme .home-client-logo {
  height: 118px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 39, 66, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.siteweb-theme .home-client-logo img {
  width: 100%;
  max-height: 86px;
  object-fit: contain;
  filter: saturate(0.85);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.siteweb-theme .home-client-logo:hover img {
  transform: scale(1.03);
  filter: saturate(1);
}

.siteweb-theme .home-cta {
  padding-top: 48px;
}

.siteweb-theme .home-cta .home-cta-panel {
  border-radius: 20px;
  border: 1px solid rgba(243, 223, 189, 0.4);
  background: linear-gradient(130deg, #102942 0%, #123a5d 56%, #1f6f6a 100%);
  box-shadow: var(--shadow-strong);
  text-align: center;
  padding: 44px 30px;
}

.siteweb-theme .home-cta .home-cta-panel h2 {
  margin: 0 0 12px;
  color: #f8fbff;
  text-transform: none;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
}

.siteweb-theme .home-cta .home-cta-panel p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(243, 249, 255, 0.88);
  font-size: 17px;
  line-height: 1.75;
}

.siteweb-theme .home-cta .hero-actions {
  justify-content: center;
}

.siteweb-theme .home-cta .hero-link {
  border-color: rgba(255, 255, 255, 0.5);
}

.siteweb-theme .international-page .intl-brand-stack {
  display: grid;
  gap: 14px;
}

.siteweb-theme .international-page-premium .international-hero-row {
  display: flex;
  align-items: center;
}

.siteweb-theme .international-page-premium h2 {
  text-transform: none;
}

.siteweb-theme .international-page-premium .international-brand-panel {
  padding-left: 28px;
}

.siteweb-theme .international-page-premium .international-brand-copy {
  margin-bottom: 18px;
}

.siteweb-theme .international-page-premium .international-brand-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.78;
  color: var(--muted);
}

.siteweb-theme .intl-logo-card,
.siteweb-theme .intl-media-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 39, 66, 0.12);
  overflow: hidden;
}

.siteweb-theme .intl-logo-card {
  min-height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.siteweb-theme .intl-logo-card img {
  width: 100%;
  object-fit: contain;
}

.siteweb-theme .intl-media-card {
  height: 100%;
}

.siteweb-theme .intl-media-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.siteweb-theme .intl-highlight {
  border: 1px solid rgba(18, 58, 93, 0.18);
  border-radius: 20px;
  background: linear-gradient(130deg, rgba(248, 251, 255, 0.97), rgba(236, 245, 255, 0.98));
  box-shadow: 0 16px 30px rgba(15, 39, 66, 0.12);
  padding: 32px 28px;
}

.siteweb-theme .intl-highlight h2 {
  margin: 0 0 12px;
  text-transform: none;
  color: var(--primary);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.05;
}

.siteweb-theme .intl-highlight p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.siteweb-theme .international-page-premium .premium-gallery {
  padding-top: 12px;
}

.siteweb-theme .member-profile-page .news-posts {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding-top: 38px;
}

.siteweb-theme .member-profile-page .team-details {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.siteweb-theme .member-profile-page .team-details .alignleft {
  width: 40%;
  margin-right: 34px;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(15, 39, 66, 0.18);
}

.siteweb-theme .member-profile-page .team-heading {
  margin-bottom: 12px;
}

.siteweb-theme .member-profile-page .team-heading h2 {
  margin-bottom: 16px;
}

.siteweb-theme .member-profile-page .team-nav li a {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 4px;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.siteweb-theme .member-profile-page .team-nav li a:hover {
  background: transparent;
  border-color: transparent;
}

.siteweb-theme .member-profile-page .team-txt p {
  max-width: 62ch;
  color: var(--muted);
}

.siteweb-theme .member-profile-page .team-info-section {
  margin-top: 34px;
}

.siteweb-theme .member-profile-page .team-info-cols {
  margin-bottom: 26px;
}

.siteweb-theme .member-profile-page .team-info-cols h2 {
  font-size: 28px;
  margin-bottom: 18px;
}

.siteweb-theme .member-profile-page .team-frame {
  border: 0;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 18px 0 0;
}

.siteweb-theme .member-profile-page .team-info-nav li {
  margin-bottom: 10px;
}

.siteweb-theme .member-profile-page .team-info-nav li a {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  line-height: 1.72;
}

.siteweb-theme .member-profile-page .team-info-nav li a:hover {
  background: transparent;
  border-color: transparent;
}

.siteweb-theme .blog-post.detail {
  padding-top: 26px !important;
}

.siteweb-theme .blog-post.detail .blog-article-content {
  min-height: 120px;
  color: #31455b;
}

.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html * {
  visibility: visible !important;
  opacity: 1 !important;
}

.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html {
  display: block !important;
  color: #31455b !important;
  font-size: 18px;
  line-height: 1.9;
}

.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html p,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html ul,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html ol,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html h1,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html h2,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html h3,
.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html h4 {
  color: #31455b !important;
}

.siteweb-theme .blog-post.detail .blog-article-content.force-blog-html img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

.siteweb-theme #sidebar .widget {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 18px 16px;
  box-shadow: 0 10px 22px rgba(15, 39, 66, 0.09);
  margin-bottom: 16px;
}

.siteweb-theme #sidebar .widget h2 {
  margin: 0 0 12px;
  text-transform: none;
  font-size: 32px;
  line-height: 1.04;
  color: var(--primary);
}

.siteweb-theme .categoreis-nav li,
.siteweb-theme .latest-post-nav li {
  border-top: 1px solid rgba(18, 58, 93, 0.12);
  padding: 10px 0;
}

.siteweb-theme .categoreis-nav li:first-child,
.siteweb-theme .latest-post-nav li:first-child {
  border-top: 0;
  padding-top: 0;
}

.siteweb-theme .categoreis-nav li a,
.siteweb-theme .latest-post-nav li a {
  color: var(--ink);
}

.siteweb-theme .categoreis-nav li a:hover,
.siteweb-theme .latest-post-nav li a:hover {
  color: var(--primary);
  text-decoration: none;
}

.siteweb-theme .categoreis-nav li .counter {
  float: right;
  color: var(--accent);
  font-weight: 700;
}

.siteweb-theme .team-details-block {
  margin: 0;
}

.siteweb-theme .team-details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 39, 66, 0.12);
  padding: 22px;
}

.siteweb-theme .team-details .alignleft {
  width: 38%;
  margin: 0 24px 0 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 39, 66, 0.16);
}

.siteweb-theme .team-details .alignleft img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.siteweb-theme .team-txt {
  overflow: hidden;
}

.siteweb-theme .team-heading h2 {
  margin: 0 0 12px;
  text-transform: none;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 0.98;
  color: var(--primary);
}

.siteweb-theme .team-nav {
  margin: 0 0 10px;
}

.siteweb-theme .team-nav li {
  margin: 0 8px 8px 0;
}

.siteweb-theme .team-nav li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #f4f8fe;
  color: var(--primary);
  padding: 9px 14px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.siteweb-theme .team-nav li a:hover {
  color: #172536;
  background: rgba(214, 161, 93, 0.24);
  border-color: rgba(214, 161, 93, 0.45);
  text-decoration: none;
}

.siteweb-theme .team-txt p {
  font-size: 16px;
  line-height: 1.8;
}

.siteweb-theme .team-info-section {
  margin-top: 18px;
}

.siteweb-theme .team-info-cols {
  margin-bottom: 16px;
}

.siteweb-theme .team-info-cols h2 {
  margin: 0 0 12px;
  text-transform: none;
  color: var(--primary);
  font-size: 32px;
  line-height: 1.04;
}

.siteweb-theme .team-frame {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 39, 66, 0.1);
  padding: 16px 14px;
}

.siteweb-theme .team-info-nav {
  margin: 0;
}

.siteweb-theme .team-info-nav li {
  margin-bottom: 8px;
}

.siteweb-theme .team-info-nav li a {
  display: block;
  border: 1px solid rgba(18, 58, 93, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--ink);
  line-height: 1.55;
  background: #fbfdff;
}

.siteweb-theme .team-info-nav li a:hover {
  text-decoration: none;
  color: var(--primary);
  border-color: rgba(31, 111, 106, 0.4);
  background: #f3fbfa;
}

.siteweb-theme .team-info-nav li a .fa {
  color: var(--accent);
  margin-right: 8px;
}

.siteweb-theme #main {
  overflow: visible;
  padding-bottom: 70px;
}

.siteweb-theme .container.container-block,
.siteweb-theme .container.news-posts {
  margin-top: 46px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.siteweb-theme .container.container-block {
  padding-left: 28px;
  padding-right: 28px;
}

.siteweb-theme .container.news-posts {
  padding: 72px 36px 44px;
}

.siteweb-theme .container-block {
  padding-top: 70px;
  padding-bottom: 64px;
}

.siteweb-theme .container-block.practice {
  padding-top: 56px;
  padding-bottom: 34px;
}

.siteweb-theme .container-block.practice:before {
  background: transparent;
}

.siteweb-theme .container.container-block > .col-md-12 {
  float: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.siteweb-theme .main-heading {
  text-align: center;
  margin-bottom: 34px;
}

.siteweb-theme .main-heading h2 {
  margin: 0;
  color: var(--primary);
  text-transform: none;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
}

.siteweb-theme .main-heading h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(120deg, var(--secondary), var(--primary));
}

.siteweb-theme .accueil-quotes {
  /*margin: 0 auto;*/
  max-width: 1030px;
  font-size: 18px;
  line-height: 1.9;
  color: var(--muted);
}

.siteweb-theme .practice-block {
  margin-bottom: 26px !important;
}

.siteweb-theme .practice-col {
  margin-bottom: 24px;
}

.siteweb-theme .practice-col a {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.1);
}

.siteweb-theme .practice-col a img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.siteweb-theme .practice-col h3 {
  margin: 0;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--primary);
  text-transform: none;
  font-size: 31px;
  line-height: 1.1;
  padding: 16px 14px 18px;
}

.siteweb-theme .practice-col .over {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: linear-gradient(156deg, rgba(10, 31, 51, 0.94), rgba(16, 58, 93, 0.9));
  font-size: 14px;
  line-height: 1.58;
  color: #f3f7ff;
}

.siteweb-theme .practice-col .over .box .block {
  padding: 20px 18px;
}

.siteweb-theme .practice-col .over .box .title {
  text-transform: none;
  font-size: 34px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 10px;
}

.siteweb-theme .practice-col:hover a img {
  transform: scale(1.08);
}

.siteweb-theme .practice-col:hover .over {
  opacity: 1;
  visibility: visible !important;
  transform: translateY(0);
  animation: none;
}

.siteweb-theme .our-stroies {
  padding-top: 10px;
  padding-bottom: 16px;
}

.siteweb-theme .story-post {
  width: 310px;
  height: 188px;
  padding: 15px 8px;
}

.siteweb-theme .story-post:before,
.siteweb-theme .story-post .strory-years,
.siteweb-theme .story-post .circle {
  display: none;
}

.siteweb-theme .story-post .stroy-box {
  position: static;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(15, 39, 66, 0.12);
}

.siteweb-theme .story-post .stroy-box .alignleft {
  float: none;
  width: 100%;
  margin: 0;
}

.siteweb-theme .story-post .stroy-box .alignleft img {
  width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.siteweb-theme .story-post:hover .stroy-box {
  transform: translateY(-2px);
  background: #f6f9ff;
  color: inherit;
}

.siteweb-theme .banner-block {
  border-bottom: 0;
}

.siteweb-theme .banner-block:after {
  background: linear-gradient(124deg, rgba(8, 24, 40, 0.84) 0%, rgba(11, 44, 71, 0.72) 58%, rgba(17, 58, 93, 0.46) 100%);
}

.siteweb-theme .banner-box {
  height: 330px;
  padding-top: 152px;
}

.siteweb-theme .banner-heading {
  margin-top: 0;
}

.siteweb-theme .banner-heading h1 {
  margin-bottom: 10px;
  font-size: clamp(36px, 4.1vw, 66px);
  line-height: 1.02;
  text-transform: none;
  color: #f8fbff;
}

.siteweb-theme .breadcrumbs {
  color: #f0c98f;
}

.siteweb-theme .breadcrumbs ul {
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}

.siteweb-theme .breadcrumbs ul li:after {
  color: #f0c98f;
}

.siteweb-theme .breadcrumbs ul li a {
  color: #f6d8ac;
}

.siteweb-theme .breadcrumbs ul li a:hover {
  color: #f8fbff;
}

.siteweb-theme .about-block .alignleft,
.siteweb-theme .site-map {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 39, 66, 0.16);
}

.siteweb-theme .about-block .alignleft img {
  width: 100%;
  min-height: 356px;
  object-fit: cover;
}

.siteweb-theme .about-block .about-heading {
  font-size: 19px;
  line-height: 1.72;
}

.siteweb-theme .about-page {
  padding-bottom: 18px;
}

.siteweb-theme .about-page-intro {
  padding-bottom: 8px;
}

.siteweb-theme .about-intro-row {
  display: flex;
  align-items: center;
}

.siteweb-theme .about-intro-copy {
  padding-top: 6px;
}

.siteweb-theme .about-page-section {
  padding-top: 18px;
  padding-bottom: 10px;
}

.siteweb-theme .about-page-heading {
  margin-bottom: 18px;
}

.siteweb-theme .about-page-grid {
  display: flex;
  flex-wrap: wrap;
}

.siteweb-theme .about-page-premium .about-copy-block,
.siteweb-theme .about-page-premium .about-statement,
.siteweb-theme .about-page-premium .about-side-note,
.siteweb-theme .about-page-premium .about-quote-block {
  max-width: 100%;
}

.siteweb-theme .about-page-premium .about-copy-block h2,
.siteweb-theme .about-page-premium .about-statement h2 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  text-transform: none;
}

.siteweb-theme .about-page-premium .about-copy-block p,
.siteweb-theme .about-page-premium .about-statement p,
.siteweb-theme .about-page-premium .about-side-note p,
.siteweb-theme .about-page-premium .about-side-note li a,
.siteweb-theme .about-page-premium .about-quote-block p {
  font-size: 17px;
  line-height: 1.82;
  color: var(--muted);
}

.siteweb-theme .about-page-premium .about-editorial {
  padding-top: 20px;
  padding-bottom: 6px;
}

.siteweb-theme .about-page-premium .about-band {
  margin-top: 12px;
  margin-bottom: 8px;
}

.siteweb-theme .about-page-premium .about-band .row {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fa 100%);
  border-radius: 22px;
  padding: 34px 26px 18px;
  box-shadow: 0 16px 36px rgba(15, 39, 66, 0.08);
}

.siteweb-theme .about-page-premium .about-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.siteweb-theme .about-page-premium .about-side-note {
  padding-left: 34px;
  border-left: 1px solid rgba(15, 39, 66, 0.12);
}

.siteweb-theme .about-page-premium .about-side-note h3 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 30px;
  line-height: 1.08;
  text-transform: none;
}

.siteweb-theme .about-page-premium .about-side-note .about-nav li {
  margin-bottom: 10px;
}

.siteweb-theme .about-page-premium .about-quote-block {
  padding: 34px 0 0 34px;
  border-left: 3px solid var(--secondary);
}

.siteweb-theme .about-page-premium .about-quote-block p {
  color: var(--primary);
  font-size: 22px;
  line-height: 1.72;
}

.siteweb-theme .about-page-premium .about-split-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.siteweb-theme .about-nav li a {
  color: var(--ink);
  line-height: 1.58;
}

.siteweb-theme .about-nav li a .fa {
  color: var(--accent);
}

.siteweb-theme .panel-group .panel {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 10px;
  box-shadow: 0 8px 20px rgba(15, 39, 66, 0.08);
}

.siteweb-theme .panel-default .panel-heading .panel-title a {
  color: #fff;
  background: var(--primary);
  text-transform: none;
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 13px 40px 13px 16px;
}

.siteweb-theme .panel-default .panel-heading .panel-title a:focus,
.siteweb-theme .panel-default .panel-heading .panel-title a:hover {
  background: #0f2f4d;
}

.siteweb-theme .panel-default .panel-heading .panel-title a.collapsed {
  color: var(--ink);
  background: #eef3f9;
}

.siteweb-theme .panel-body {
  border-top: 0;
  color: var(--muted);
  padding: 15px 16px 18px;
  background: #fbfdff;
}

.siteweb-theme .our-team {
  margin-top: 8px;
}

.siteweb-theme .about-team-section .main-heading {
  margin-bottom: 18px;
}

.siteweb-theme .about-team-intro {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--muted);
  text-align: center;
  line-height: 1.72;
}

.siteweb-theme .team-col {
  margin-bottom: 28px;
}

.siteweb-theme .team-col .img-box {
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(15, 39, 66, 0.14);
  overflow: hidden;
}

.siteweb-theme .team-col .over {
  display: block;
  position: relative;
}

.siteweb-theme .team-col .over:before {
  background: linear-gradient(0deg, rgba(15, 39, 66, 0.78), rgba(15, 39, 66, 0));
}

.siteweb-theme .team-col .btn-default {
  z-index: 2;
  left: 14px;
  bottom: 14px;
  position: absolute;
  padding: 9px 14px;
  font-size: 11px;
  letter-spacing: 0.06em;
  background: rgba(248, 251, 255, 0.94);
  color: var(--primary);
  box-shadow: 0 10px 22px rgba(13, 31, 51, 0.28);
}

.siteweb-theme .team-col .btn-default:hover {
  color: #172536;
  background: var(--secondary);
}

.siteweb-theme .team-col .btn-default .fa {
  font-size: 13px;
  margin: 0 7px 0 0;
}

.siteweb-theme .blog-article-content {
  color: #4e5965;
  line-height: 1.8;
}

.siteweb-theme .blog-article-content > *:first-child {
  margin-top: 0;
}

.siteweb-theme .blog-article-content img,
.siteweb-theme .blog-article-content figure,
.siteweb-theme .blog-article-content table,
.siteweb-theme .blog-article-content iframe {
  max-width: 100% !important;
}

.siteweb-theme .blog-article-content img {
  display: block;
  height: auto !important;
  margin: 22px auto;
  border-radius: 18px;
}

.siteweb-theme .blog-article-content table {
  width: 100% !important;
}

.siteweb-theme .blog-article-content p,
.siteweb-theme .blog-article-content ul,
.siteweb-theme .blog-article-content ol,
.siteweb-theme .blog-article-content blockquote {
  margin-bottom: 18px;
}

.siteweb-theme .blog-article-content blockquote {
  padding: 18px 20px;
  border-left: 4px solid var(--secondary);
  background: #f8fbff;
  border-radius: 0 14px 14px 0;
}

.siteweb-theme .team-col .divider-nav {
  display: none;
}

.siteweb-theme .team-info {
  padding-top: 14px;
  min-height: 158px;
}

.siteweb-theme .team-title h2 {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 1.04;
}

.siteweb-theme .team-title h2 a {
  color: var(--primary);
}

.siteweb-theme .team-title .designation {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.siteweb-theme .team-info p {
  color: var(--muted);
  line-height: 1.68;
}

.siteweb-theme .news-posts {
  padding-top: 74px;
  padding-bottom: 45px;
}

.siteweb-theme .blog-post {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 24px 24px 28px;
  box-shadow: 0 14px 30px rgba(15, 39, 66, 0.1);
}

.siteweb-theme .blog-cover-media {
  margin: 0 0 22px;
  border-radius: 18px;
  overflow: hidden;
  background: #e9eef5;
}

.siteweb-theme .blog-cover-media img {
  width: 100%;
  height: clamp(220px, 34vw, 260px);
  object-fit: cover;
  display: block;
}

.siteweb-theme .blog-cover-media.detail-cover img {
  height: clamp(260px, 42vw, 360px);
}

.siteweb-theme .blog-post h1,
.siteweb-theme .blog-post h2 {
  margin-bottom: 14px;
  text-transform: none;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.siteweb-theme .blog-post h1 a,
.siteweb-theme .blog-post h2 a {
  color: var(--primary);
}

.siteweb-theme .blog-post h1 a:hover,
.siteweb-theme .blog-post h2 a:hover {
  color: var(--secondary);
}

.siteweb-theme .blog-nav {
  margin-bottom: 14px;
}

.siteweb-theme .blog-nav li {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.siteweb-theme .blog-nav li a {
  color: var(--primary);
}

.siteweb-theme .post-pagination ul li a {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--primary);
}

.siteweb-theme .post-pagination ul li a:hover,
.siteweb-theme .post-pagination ul li a.active {
  color: #172536;
  border-color: rgba(214, 161, 93, 0.5);
  background: rgba(214, 161, 93, 0.2);
}

.siteweb-theme .team-contact.add {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.1);
}

.siteweb-theme .team-contact h2 {
  text-transform: none;
  margin-bottom: 20px;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.04;
  color: var(--primary);
}

.siteweb-theme .comments-form .form-group {
  border-color: #d2dbe7;
  border-radius: 12px;
  background: #fff;
}

.siteweb-theme .comments-form .form-control {
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
}

.siteweb-theme .comments-form .form-control::-webkit-input-placeholder {
  color: #8a98a9;
}

.siteweb-theme .comments-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #8a98a9;
}

.siteweb-theme .comments-form .form-control:-ms-input-placeholder {
  color: #8a98a9;
}

.siteweb-theme .comments-form label {
  color: var(--primary);
}

.siteweb-theme .comments-form .btn-default {
  min-width: 190px;
  height: auto;
}

.siteweb-theme .site-map iframe {
  width: 100%;
  display: block;
}

.siteweb-theme .contact-page {
  padding-top: 24px;
  padding-bottom: 32px;
}

.siteweb-theme .contact-page .contact-info-grid {
  margin-bottom: 8px;
}

.siteweb-theme .contact-page .contact-card {
  margin-bottom: 16px;
}

.siteweb-theme .contact-page .contact-card .about-info {
  height: 100%;
  margin-bottom: 0;
  padding: 24px 22px;
}

.siteweb-theme .contact-page .contact-card .about-info h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 2.8vw, 42px);
}

.siteweb-theme .contact-page .contact-card .about-info p {
  margin: 0;
  max-width: 28ch;
  line-height: 1.7;
}

.siteweb-theme .contact-page .contact-card-link {
  color: #d76549;
  font-weight: 700;
}

.siteweb-theme .contact-page .contact-card-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.siteweb-theme .contact-page .contact-content-grid {
  display: block;
}

.siteweb-theme .contact-page .contact-map-col,
.siteweb-theme .contact-page .contact-form-col {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.siteweb-theme .contact-page .contact-map-col {
  margin-bottom: 22px;
}

.siteweb-theme .contact-page .site-map {
  height: auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 39, 66, 0.12);
}

.siteweb-theme .contact-page .site-map iframe {
  min-height: 520px;
  border-radius: 14px;
}

.siteweb-theme .contact-page .team-contact.add {
  height: 100%;
  margin-top: 0;
  padding: 30px 26px;
}

.siteweb-theme .contact-page .team-contact h2 {
  margin-bottom: 18px;
}

.siteweb-theme .contact-page .comments-form {
  margin: 0;
}

.siteweb-theme .contact-page .comments-form .form-row {
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.siteweb-theme .contact-page .comments-form .form-group {
  width: auto;
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  
  border: 1px solid rgba(12, 46, 86, 0.18);
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 30, 52, 0.08);
}

.siteweb-theme .contact-page .comments-form .contact-field-full {
  grid-column: 1 / -1;
}

.siteweb-theme .contact-page .comments-form .form-row.textarea .form-group {
  align-items: flex-start;
  min-height: 220px;
  padding-top: 16px;
}

.siteweb-theme .contact-page .comments-form label {
  float: none;
  margin: 0;
  flex: 0 0 18px;
  padding-top: 0;
}

.siteweb-theme .contact-page .comments-form .form-control {
  width: 100%;
  float: none;
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.siteweb-theme .contact-page .comments-form .form-row.textarea .form-control {
  width: 100%;
  min-height: 180px;
  padding: 16px 0;
}

.siteweb-theme .contact-page .comments-form .btn-default {
  width: 100%;
  min-width: 0;
  padding: 16px 20px;
}

.siteweb-theme #footer {
  border-top: 0;
  background: linear-gradient(120deg, #0f2742 0%, #123a5d 50%, #1a4a72 100%);
}

.siteweb-theme #footer .holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.siteweb-theme #footer .copyrights p,
.siteweb-theme #footer .copyrights p a {
  color: #d8e3f2;
}

.siteweb-theme #footer .copyrights p a:hover {
  color: #f4d9ad;
}

.siteweb-theme #footer .footer-nav li {
  margin-left: 12px;
}

.siteweb-theme #footer .footer-nav li a {
  color: #f4d9ad;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
}

.siteweb-theme #footer .footer-nav li a:hover {
  color: #ffffff;
}

.siteweb-theme .pre-loader {
  background: #0f2742;
}

.siteweb-theme .reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.siteweb-theme .reveal-ready.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1199px) {
  .siteweb-theme #nav ul li {
    margin-left: 14px;
  }

  .siteweb-theme .slide-heading2 {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .siteweb-theme .home-hero .hero-copy {
    max-width: 760px;
  }

  .siteweb-theme .home-hero .slide-heading2 h1 {
    max-width: 680px;
  }

  .siteweb-theme .container.container-block,
  .siteweb-theme .container.news-posts {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .siteweb-theme .header-top .tell-holder {
    margin-bottom: 8px;
  }

  .siteweb-theme .header-top .tel {
    margin-left: 24px;
  }

  .siteweb-theme .header-top .social-networks {
    float: right;
    margin-bottom: 8px;
  }

  .siteweb-theme .header-top .login {
    float: right;
    margin-bottom: 8px;
  }

  .siteweb-theme .logo {
    display: inline-block;
  }

  .siteweb-theme .nav-holder {
    padding-top: 10px;
  }

  .siteweb-theme #nav {
    text-align: left;
  }

  .siteweb-theme #nav ul li {
    margin-left: 0;
    margin-bottom: 8px;
  }

  .siteweb-theme #nav ul li a {
    display: inline-block;
    padding: 8px 0;
  }

  .siteweb-theme .container.container-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .siteweb-theme .container.news-posts {
    padding: 60px 20px 32px;
  }

  .siteweb-theme .home-hero .slide-heading2 {
    text-align: center;
  }

  .siteweb-theme .home-hero .hero-copy {
    max-width: 710px;
  }

  .siteweb-theme .home-hero .slide-heading2 h1,
  .siteweb-theme .home-hero .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .siteweb-theme .home-hero .hero-actions {
    justify-content: center;
  }

  .siteweb-theme .home-metric-list {
    margin-top: 10px;
  }

  .siteweb-theme .contact-page .contact-card .about-info {
    padding: 22px 18px;
  }

  .siteweb-theme .contact-page .site-map iframe {
    min-height: 420px;
  }

  .siteweb-theme .contact-page .team-contact.add {
    padding: 24px 20px;
  }

  .siteweb-theme .intl-media-card img {
    min-height: 240px;
  }

  .siteweb-theme .team-details .alignleft {
    width: 45%;
    margin-right: 16px;
  }

  .siteweb-theme .practice-col .over {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
  }

  .siteweb-theme .practice-col:hover h3 {
    opacity: 1;
    visibility: visible;
  }

  .siteweb-theme .story-post {
    width: 272px;
  }
}

@media only screen and (max-width: 767px) {
  .siteweb-theme::before,
  .siteweb-theme::after {
    width: 240px;
    height: 240px;
  }

  .siteweb-theme #header {
    position: sticky !important;
    top: 0;
  }

  .siteweb-theme #header .holder {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .siteweb-theme #header .nav-opener {
    top: 14px;
    right: 12px;
    font-size: 34px;
    color: var(--primary);
  }

  .siteweb-theme .header-top {
    max-height: 300px;
  }

  .siteweb-theme .header-top .tell-holder {
    text-align: center;
  }

  .siteweb-theme .header-top .social-networks,
  .siteweb-theme .header-top .login {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .siteweb-theme .header-top .login {
    margin-bottom: 10px;
  }

  .siteweb-theme .btn-search {
    display: none;
  }

  .siteweb-theme .nav-holder {
    top: 84px;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid var(--line);
    box-shadow: 0 16px 32px rgba(13, 31, 51, 0.2);
  }

  .siteweb-theme #nav {
    border-bottom: 0;
  }

  .siteweb-theme #nav ul {
    padding: 14px 18px 10px;
  }

  .siteweb-theme #nav ul li {
    display: block;
    margin: 0 0 8px;
  }

  .siteweb-theme #nav ul li a {
    width: 100%;
    border-radius: 10px;
    padding: 10px 12px;
    background: #f2f6fc;
  }

  .siteweb-theme #nav ul li a:after {
    bottom: 7px;
    left: 12px;
  }

  .siteweb-theme .slide-heading2 {
    padding: 130px 4% 112px;
  }

  .siteweb-theme .home-hero .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .siteweb-theme .home-hero .hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .siteweb-theme .hero-actions {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .siteweb-theme .hero-actions .btn-default,
  .siteweb-theme .hero-actions .hero-link {
    width: 100%;
  }

  .siteweb-theme .main-gallery .btn-box {
    bottom: 18px;
  }

  .siteweb-theme .main-gallery .btn-prev,
  .siteweb-theme .main-gallery .btn-next {
    width: 38px;
    height: 38px;
    line-height: 34px;
    font-size: 21px;
  }

  .siteweb-theme .container.container-block,
  .siteweb-theme .container.news-posts {
    margin-top: 24px;
    border-radius: 16px;
  }

  .siteweb-theme .container-block {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .siteweb-theme .container.container-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .siteweb-theme .contact-page {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .siteweb-theme .contact-page .contact-card .about-info {
    padding: 18px 14px;
  }

  .siteweb-theme .contact-page .contact-card .about-info h2 {
    font-size: 28px;
  }

  .siteweb-theme .contact-page .site-map {
    padding: 10px;
    border-radius: 16px;
  }

  .siteweb-theme .contact-page .site-map iframe {
    min-height: 320px;
  }

  .siteweb-theme .contact-page .team-contact.add {
    padding: 22px 16px;
  }

  .siteweb-theme .contact-page .comments-form .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .siteweb-theme .contact-page .comments-form .form-group {
    padding: 0 12px;
    min-height: 92px;
  }

  .siteweb-theme .contact-page .comments-form .form-row.textarea .form-control {
    min-height: 150px;
    width: 100%;
  }

  .siteweb-theme .main-heading {
    margin-bottom: 24px;
  }

  .siteweb-theme .international-page-premium .international-hero-row {
    display: block;
  }

  .siteweb-theme .international-page-premium .international-brand-panel {
    padding-left: 0;
    margin-top: 20px;
  }

  .siteweb-theme .member-profile-page .team-details .alignleft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .siteweb-theme .accueil-quotes {
    font-size: 16px;
    line-height: 1.75;
  }

  .siteweb-theme .home-metric-list {
    grid-template-columns: 1fr;
  }

  .siteweb-theme .home-metric strong {
    font-size: 36px;
  }

  .siteweb-theme .signature-card img {
    height: 192px;
  }

  .siteweb-theme .signature-card h3 {
    font-size: 30px;
  }

  .siteweb-theme .home-client-logo {
    height: 102px;
  }

  .siteweb-theme .home-cta .home-cta-panel {
    padding: 30px 16px;
  }

  .siteweb-theme .intl-highlight {
    padding: 22px 14px;
  }

  .siteweb-theme .intl-highlight p {
    font-size: 16px;
  }

  .siteweb-theme .intl-logo-card,
  .siteweb-theme .intl-media-card {
    border-radius: 14px;
  }

  .siteweb-theme .intl-media-card img {
    min-height: 210px;
  }

  .siteweb-theme .team-details {
    padding: 16px 12px;
  }

  .siteweb-theme .team-details .alignleft {
    width: 100%;
    float: none;
    margin: 0 0 14px;
  }

  .siteweb-theme .team-details .alignleft img {
    min-height: 280px;
  }

  .siteweb-theme .team-heading h2 {
    font-size: 34px;
  }

  .siteweb-theme .team-nav li {
    margin-right: 0;
    display: block;
  }

  .siteweb-theme .team-nav li a {
    width: 100%;
    justify-content: flex-start;
  }

  .siteweb-theme .team-info-cols h2 {
    font-size: 30px;
  }

  .siteweb-theme #sidebar {
    margin-top: 16px;
  }

  .siteweb-theme .practice-col h3,
  .siteweb-theme .practice-col .over .box .title {
    font-size: 28px;
  }

  .siteweb-theme .banner-box {
    height: 280px;
    padding-top: 144px;
  }

  .siteweb-theme .about-block .alignleft img {
    min-height: 260px;
  }

  .siteweb-theme .about-intro-row,
  .siteweb-theme .about-page-grid,
  .siteweb-theme .about-page-premium .about-split-row {
    display: block;
  }

  .siteweb-theme .about-page-premium .about-side-note,
  .siteweb-theme .about-page-premium .about-quote-block {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }

  .siteweb-theme .about-page-premium .about-band .row {
    padding: 26px 18px 8px;
  }

  .siteweb-theme .about-page-premium .about-copy-block h2,
  .siteweb-theme .about-page-premium .about-statement h2 {
    font-size: 34px;
  }

  .siteweb-theme .about-page-premium .about-side-note h3 {
    font-size: 24px;
  }

  .siteweb-theme .about-page-premium .about-quote-block p {
    font-size: 18px;
  }

  .siteweb-theme .about-info,
  .siteweb-theme .team-contact.add {
    padding: 18px 14px;
  }

  .siteweb-theme .about-info h2,
  .siteweb-theme .team-contact h2,
  .siteweb-theme .team-title h2 {
    font-size: 30px;
  }

  .siteweb-theme .about-info h3 {
    font-size: 22px;
  }

  .siteweb-theme .team-info {
    min-height: 0;
  }

  .siteweb-theme .comments-form .form-row.textarea .form-control {
    width: 88%;
  }

  .siteweb-theme #footer .copyrights,
  .siteweb-theme #footer .copyrights p {
    text-align: center;
  }

  .siteweb-theme #footer .footer-nav {
    margin-top: 8px;
    text-align: center;
  }

  .siteweb-theme #footer .footer-nav li {
    margin: 0 6px 8px;
  }
}

/* Premium Editorial Override */
.siteweb-theme {
  background:
    linear-gradient(180deg, #f6f1e8 0%, #f3eee5 46%, #f8f5ef 100%);
}

.siteweb-theme::before,
.siteweb-theme::after,
.siteweb-theme .home-page .container-block::before {
  display: none;
}

.siteweb-theme .btn-default,
.siteweb-theme .hero-link,
.siteweb-theme .header-top .login,
.siteweb-theme .header-top .social-networks li a,
.siteweb-theme .main-gallery .btn-prev,
.siteweb-theme .main-gallery .btn-next,
.siteweb-theme .logo img,
.siteweb-theme .header-searchform,
.siteweb-theme .header-searchform .submit,
.siteweb-theme .container.container-block,
.siteweb-theme .container.news-posts,
.siteweb-theme .home-metric,
.siteweb-theme .signature-card,
.siteweb-theme .home-client-logo,
.siteweb-theme .home-cta .home-cta-panel,
.siteweb-theme .about-block .alignleft,
.siteweb-theme .site-map,
.siteweb-theme .team-col .img-box,
.siteweb-theme .intl-logo-card,
.siteweb-theme .intl-media-card,
.siteweb-theme .intl-highlight,
.siteweb-theme .contact-page .contact-card > div,
.siteweb-theme .contact-page .team-contact.add,
.siteweb-theme .contact-page .comments-form .form-group,
.siteweb-theme .about-page-premium .about-band .row,
.siteweb-theme .member-profile-page .team-details .alignleft,
.siteweb-theme .member-profile-page .team-frame {
  border-radius: 0;
  box-shadow: none;
}

.siteweb-theme .btn-default {
  border: 1px solid rgba(18, 58, 93, 0.8);
  background: var(--primary);
  padding: 14px 24px;
}

.siteweb-theme .btn-default:hover,
.siteweb-theme .btn-default:focus,
.siteweb-theme .btn-default.active {
  color: #fff;
  background: #0f2f4d;
  border-color: #0f2f4d;
  transform: none;
  box-shadow: none;
}

.siteweb-theme .hero-link {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.siteweb-theme .header-top .social-networks li a,
.siteweb-theme .header-top .login,
.siteweb-theme .main-gallery .btn-prev,
.siteweb-theme .main-gallery .btn-next {
  background: transparent;
}

.siteweb-theme .logo img {
  border: 0;
}

.siteweb-theme .main-gallery .btn-prev,
.siteweb-theme .main-gallery .btn-next {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.siteweb-theme .main-gallery .btn-prev:hover,
.siteweb-theme .main-gallery .btn-prev:focus,
.siteweb-theme .main-gallery .btn-next:hover,
.siteweb-theme .main-gallery .btn-next:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.siteweb-theme #header {
  box-shadow: none;
  background: rgba(249, 247, 242, 0.94);
}

.siteweb-theme .header-top {
  background: #10273f;
}

.siteweb-theme .container.container-block,
.siteweb-theme .container.news-posts {
  margin-top: 0;
  border: 0;
  background: transparent;
}

.siteweb-theme .container.container-block {
  padding-left: 18px;
  padding-right: 18px;
}

.siteweb-theme .container.news-posts {
  padding: 58px 18px 26px;
}

.siteweb-theme .container-block {
  padding-top: 82px;
  padding-bottom: 44px;
}

.siteweb-theme #main > section.container.container-block,
.siteweb-theme #main > div.container.container-block,
.siteweb-theme #main > div.container.news-posts {
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme #main > section.container.container-block:first-child,
.siteweb-theme #main > div.container.container-block:first-child,
.siteweb-theme #main > div.container.news-posts:first-child {
  border-top: 0;
}

.siteweb-theme .main-heading {
  margin-bottom: 28px;
}

.siteweb-theme .main-heading h2::after {
  width: 84px;
  height: 1px;
  margin-top: 18px;
  background: rgba(18, 58, 93, 0.38);
}

.siteweb-theme .home-metric-list {
  gap: 0;
  border-top: 1px solid rgba(18, 58, 93, 0.14);
  border-bottom: 1px solid rgba(18, 58, 93, 0.14);
}

.siteweb-theme .home-metric {
  border: 0;
  border-left: 1px solid rgba(18, 58, 93, 0.14);
  padding: 22px 18px;
  background: transparent;
}

.siteweb-theme .home-metric:nth-child(2n + 1) {
  border-left: 0;
}

.siteweb-theme .home-metric strong {
  margin-bottom: 10px;
}

.siteweb-theme .signature-card {
  border: 0;
  background: transparent;
  overflow: visible;
}

.siteweb-theme .signature-card img {
  height: 228px;
}

.siteweb-theme .signature-card-body {
  padding: 18px 0 0;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .signature-card h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.siteweb-theme .home-client-grid {
  row-gap: 26px;
}

.siteweb-theme .home-client-logo {
  height: 96px;
  border: 0;
  border-bottom: 1px solid rgba(18, 58, 93, 0.12);
  background: transparent;
  padding: 0 12px 16px;
}

.siteweb-theme .home-client-logo img {
  max-height: 74px;
  filter: grayscale(1) contrast(0.92);
}

.siteweb-theme .home-client-logo:hover img {
  transform: none;
  filter: grayscale(0.22) contrast(1);
}

.siteweb-theme .home-cta {
  padding-top: 54px;
}

.siteweb-theme .home-cta .home-cta-panel {
  border: 0;
  border-top: 1px solid rgba(243, 223, 189, 0.46);
  border-bottom: 1px solid rgba(243, 223, 189, 0.46);
  background: linear-gradient(180deg, #102942 0%, #123a5d 100%);
  padding: 46px 0;
}

.siteweb-theme .about-block .alignleft,
.siteweb-theme .site-map,
.siteweb-theme .team-col .img-box,
.siteweb-theme .member-profile-page .team-details .alignleft {
  border: 0;
}

.siteweb-theme .about-page-premium .about-band .row {
  border-top: 1px solid rgba(18, 58, 93, 0.16);
  border-bottom: 1px solid rgba(18, 58, 93, 0.16);
  background: transparent;
  padding: 34px 0 12px;
}

.siteweb-theme .about-page-premium .about-side-note {
  padding-left: 30px;
  border-left: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .about-page-premium .about-quote-block {
  padding: 20px 0 0 30px;
  border-left: 1px solid rgba(214, 161, 93, 0.8);
}

.siteweb-theme .about-page-premium .about-copy-block p,
.siteweb-theme .about-page-premium .about-statement p,
.siteweb-theme .about-page-premium .about-side-note li a,
.siteweb-theme .about-page-premium .about-quote-block p {
  font-size: 17px;
}

.siteweb-theme .about-team-section .team-col .img-box {
  margin-bottom: 18px;
}

.siteweb-theme .about-team-section .team-info {
  padding-top: 18px;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
  min-height: 0;
}

.siteweb-theme .about-team-section .team-title h2 {
  font-size: 28px;
}

.siteweb-theme .international-page-premium .international-brand-panel {
  padding-left: 28px;
  border-left: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .intl-logo-card,
.siteweb-theme .intl-media-card {
  border: 0;
  background: transparent;
}

.siteweb-theme .intl-logo-card {
  min-height: 140px;
  justify-content: flex-start;
  padding: 0;
}

.siteweb-theme .intl-logo-card + .intl-logo-card {
  padding-top: 18px;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .intl-highlight {
  border: 0;
  border-top: 1px solid rgba(18, 58, 93, 0.16);
  border-bottom: 1px solid rgba(18, 58, 93, 0.16);
  background: transparent;
  padding: 34px 0;
}

.siteweb-theme .member-profile-page .team-details .alignleft {
  width: 40%;
  margin-right: 34px;
}

.siteweb-theme .member-profile-page .team-info-section {
  margin-top: 40px;
  padding-top: 8px;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .member-profile-page .team-frame {
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .contact-page .contact-card > div {
  padding: 18px 0 18px;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .contact-page .contact-card:first-child > div {
  border-top: 1px solid rgba(18, 58, 93, 0.12);
}

.siteweb-theme .contact-page .contact-card h2 {
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.06;
  color: var(--primary);
}

.siteweb-theme .contact-page .contact-card p {
  max-width: 29ch;
  margin: 0;
  line-height: 1.78;
}

.siteweb-theme .contact-page .site-map {
  padding: 0;
  border: 0;
  background: transparent;
}

.siteweb-theme .contact-page .site-map iframe {
  border-radius: 0;
}

.siteweb-theme .contact-page .team-contact.add {
  padding: 24px 0 0;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
  background: transparent;
}

.siteweb-theme .contact-page .comments-form .form-group {
  border: 0;
  border-bottom: 1px solid rgba(18, 58, 93, 0.18);
  background: #ffffff;
  padding: 0;
}

.siteweb-theme .contact-page .comments-form .form-row.textarea .form-group {
  min-height: 190px;
}

.siteweb-theme .contact-page .comments-form label {
  color: var(--primary);
}

.siteweb-theme .contact-page .comments-form .form-control {
  padding: 16px 0;
}

.siteweb-theme .contact-page .comments-form .btn-default {
  width: auto;
  min-width: 210px;
  margin-top: 14px;
}

.siteweb-theme .contact-page .team-contact.add .about-info {
  border: 0;
  border-top: 1px solid rgba(18, 58, 93, 0.12);
  margin-top: 28px;
  padding: 22px 0 0;
  background: transparent;
  box-shadow: none;
}

.siteweb-theme .contact-page .team-contact.add .about-info h2 {
  padding-bottom: 0;
}

.siteweb-theme .contact-page .team-contact.add .about-info h2:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .siteweb-theme .container-block {
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .siteweb-theme .home-metric-list {
    grid-template-columns: 1fr;
  }

  .siteweb-theme .home-metric {
    border-left: 0;
    border-top: 1px solid rgba(18, 58, 93, 0.14);
    padding-left: 0;
    padding-right: 0;
  }

  .siteweb-theme .home-metric:first-child {
    border-top: 0;
  }

  .siteweb-theme .international-page-premium .international-brand-panel,
  .siteweb-theme .about-page-premium .about-side-note,
  .siteweb-theme .about-page-premium .about-quote-block {
    padding-left: 0;
    border-left: 0;
  }

  .siteweb-theme .member-profile-page .team-details .alignleft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .siteweb-theme .container.container-block,
  .siteweb-theme .container.news-posts {
    padding-left: 12px;
    padding-right: 12px;
  }

  .siteweb-theme .btn-default,
  .siteweb-theme .hero-link {
    width: 100%;
    justify-content: center;
  }

  .siteweb-theme .signature-card img,
  .siteweb-theme .intl-media-card img {
    height: auto;
    min-height: 220px;
  }

  .siteweb-theme .contact-page .comments-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* Final Fine Tuning */
.siteweb-theme .slide-heading2 {
  padding: 178px 6% 126px;
}

.siteweb-theme .home-hero .hero-copy {
  max-width: 900px;
}

.siteweb-theme .home-hero .slide-heading2 h1 {
  max-width: 780px;
  margin-bottom: 22px;
}

.siteweb-theme .home-hero .hero-subtitle {
  max-width: 720px;
  margin-bottom: 34px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.78;
}

.siteweb-theme .btn-default,
.siteweb-theme .hero-link {
  min-height: 50px;
  border-radius: 2px;
  padding: 14px 22px;
}

.siteweb-theme .home-page .home-intro .main-heading,
.siteweb-theme .home-page .home-signature .main-heading,
.siteweb-theme .home-page .home-clients .main-heading {
  text-align: left;
}

.siteweb-theme .home-page .home-intro .main-heading h2::after,
.siteweb-theme .home-page .home-signature .main-heading h2::after,
.siteweb-theme .home-page .home-clients .main-heading h2::after {
  margin-left: 0;
  margin-right: 0;
}

.siteweb-theme .home-intro-grid > [class*="col-"] .accueil-quotes,
.siteweb-theme .about-page-premium .about-copy-block p,
.siteweb-theme .about-page-premium .about-statement p,
.siteweb-theme .international-page-premium .accueil-quotes,
.siteweb-theme .member-profile-page .team-txt p,
.siteweb-theme .contact-page .team-contact > p {
  max-width: 42em;
}

.siteweb-theme .home-signature-grid {
  row-gap: 38px;
}

.siteweb-theme .signature-card img {
  margin-bottom: 20px;
}

.siteweb-theme .signature-card-body {
  padding-top: 16px;
}

.siteweb-theme .signature-card h3 {
  margin-bottom: 10px;
  /*max-width: 13ch;*/
}

.siteweb-theme .signature-card p {
  max-width: 34ch;
  margin-bottom: 30px;
}

.siteweb-theme .about-page-premium .about-copy-block,
.siteweb-theme .about-page-premium .about-statement {
  max-width: 43rem;
}

.siteweb-theme .about-page-premium .about-copy-block h2,
.siteweb-theme .about-page-premium .about-statement h2 {
  max-width: 14ch;
}

.siteweb-theme .about-page-premium .about-kicker {
  margin-bottom: 14px;
  letter-spacing: 0.16em;
}

.siteweb-theme .about-page-premium .about-side-note .about-nav {
  max-width: 31rem;
}

.siteweb-theme .about-page-premium .about-side-note .about-nav li {
  margin-bottom: 12px;
}



.siteweb-theme .about-page-premium .about-quote-block p {
  max-width: 18ch;
}

.siteweb-theme .about-team-section .main-heading {
  margin-bottom: 30px;
}

.siteweb-theme .about-team-section .team-col {
  margin-bottom: 36px;
}

.siteweb-theme .about-team-section .team-title h2 {
  font-size: 30px;
}

.siteweb-theme .about-team-section .team-info p {
  max-width: 28ch;
}





.siteweb-theme .international-page-premium .intl-highlight {
  max-width: 1000px;
}

.siteweb-theme .member-profile-page .team-txt {
  max-width: 680px;
}

.siteweb-theme .member-profile-page .team-nav {
  margin-bottom: 14px;
}

.siteweb-theme .member-profile-page .team-info-cols {
  padding-right: 26px;
}

.siteweb-theme .contact-page .contact-info-grid {
  margin-bottom: 24px;
}

.siteweb-theme .contact-page .contact-content-grid {
  padding-top: 6px;
}



.siteweb-theme .contact-page .comments-form .form-row {
  gap: 24px;
}

.siteweb-theme .contact-page .comments-form .form-group {
  min-height: 72px;
}

.siteweb-theme .contact-page .comments-form .form-row.textarea .form-group {
  min-height: 178px;
}

@media only screen and (max-width: 991px) {
  .siteweb-theme .slide-heading2 {
    padding: 150px 18px 108px;
  }

  .siteweb-theme .home-page .home-intro .main-heading,
  .siteweb-theme .home-page .home-signature .main-heading,
  .siteweb-theme .home-page .home-clients .main-heading {
    text-align: center;
  }

  .siteweb-theme .home-page .home-intro .main-heading h2::after,
  .siteweb-theme .home-page .home-signature .main-heading h2::after,
  .siteweb-theme .home-page .home-clients .main-heading h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .siteweb-theme .signature-card h3,
  .siteweb-theme .signature-card p,
  .siteweb-theme .about-page-premium .about-copy-block h2,
  .siteweb-theme .about-page-premium .about-statement h2,
  .siteweb-theme .about-page-premium .about-quote-block p,
  .siteweb-theme .about-team-section .team-info p,
  .siteweb-theme .contact-page .team-contact.add,
  .siteweb-theme .member-profile-page .team-txt {
    max-width: none;
  }

  .siteweb-theme .member-profile-page .team-info-cols {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .siteweb-theme .slide-heading2 {
    padding: 138px 14px 94px;
  }

  .siteweb-theme .btn-default,
  .siteweb-theme .hero-link {
    min-height: 48px;
  }

  .siteweb-theme .home-signature-grid {
    row-gap: 28px;
  }

  .siteweb-theme .signature-card img {
    margin-bottom: 16px;
  }

  .siteweb-theme .contact-page .comments-form .form-row {
    gap: 16px;
  }
}

/* Motion And Section Surfaces */
.siteweb-theme .section-tone-warm,
.siteweb-theme .section-tone-mist,
.siteweb-theme .section-tone-paper,
.siteweb-theme .section-tone-slate,
.siteweb-theme .section-tone-ivory,
.siteweb-theme .section-tone-sage {
  position: relative;
  isolation: isolate;
}

.siteweb-theme .section-tone-warm::before,
.siteweb-theme .section-tone-mist::before,
.siteweb-theme .section-tone-paper::before,
.siteweb-theme .section-tone-slate::before,
.siteweb-theme .section-tone-ivory::before,
.siteweb-theme .section-tone-sage::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}

.siteweb-theme .section-tone-warm::before {
  background:
    linear-gradient(180deg, rgba(250, 244, 235, 0.98) 0%, rgba(246, 239, 230, 0.98) 100%);
}

.siteweb-theme .section-tone-mist::before {
  background:
    linear-gradient(180deg, rgba(239, 244, 247, 0.96) 0%, rgba(233, 240, 245, 0.98) 100%);
}

.siteweb-theme .section-tone-paper::before {
  background:
    linear-gradient(180deg, rgba(249, 246, 239, 0.98) 0%, rgba(245, 241, 233, 0.98) 100%);
}

.siteweb-theme .section-tone-slate::before {
  background:
    linear-gradient(180deg, rgba(232, 238, 242, 0.98) 0%, rgba(238, 243, 247, 0.98) 100%);
}

.siteweb-theme .section-tone-ivory::before {
  background:
    linear-gradient(180deg, rgba(252, 248, 241, 0.98) 0%, rgba(247, 243, 236, 0.98) 100%);
}

.siteweb-theme .section-tone-sage::before {
  background:
    linear-gradient(180deg, rgba(240, 245, 242, 0.97) 0%, rgba(234, 241, 238, 0.98) 100%);
}

.siteweb-theme .section-tone-warm::after,
.siteweb-theme .section-tone-mist::after,
.siteweb-theme .section-tone-paper::after,
.siteweb-theme .section-tone-slate::after,
.siteweb-theme .section-tone-ivory::after,
.siteweb-theme .section-tone-sage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1120px, calc(100vw - 44px));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(18, 58, 93, 0.1);
  z-index: -1;
}

.siteweb-theme .home-page .container-block > *,
.siteweb-theme .about-page-premium > .container-block > *,
.siteweb-theme .international-page-premium > .container-block > *,
.siteweb-theme .contact-page > * {
  position: relative;
  z-index: 1;
}

.siteweb-theme .main-gallery .bg-stretch img {
  animation: hero-pan 18s ease-in-out infinite alternate;
  transform: scale(1.06);
  transform-origin: center center;
}

.siteweb-theme .about-block .alignleft img,
.siteweb-theme .signature-card img,
.siteweb-theme .team-col .img-box img,
.siteweb-theme .intl-media-card img,
.siteweb-theme .home-client-logo img {
  transition:
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.45s ease,
    opacity 0.45s ease;
}

.siteweb-theme .signature-card:hover img,
.siteweb-theme .team-col:hover .img-box img,
.siteweb-theme .intl-media-card:hover img {
  transform: scale(1.035);
}

.siteweb-theme .about-block .alignleft:hover img {
  transform: scale(1.025);
}

.siteweb-theme .home-page .main-heading,
.siteweb-theme .about-page-premium .about-copy-block,
.siteweb-theme .about-page-premium .about-side-note,
.siteweb-theme .about-page-premium .about-statement,
.siteweb-theme .about-page-premium .about-quote-block,
.siteweb-theme .international-page-premium .international-brand-panel,
.siteweb-theme .member-profile-page .team-txt,
.siteweb-theme .contact-page .team-contact.add {
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.siteweb-theme .reveal-ready {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.siteweb-theme .reveal-ready.reveal-left {
  transform: translate3d(-38px, 18px, 0);
}

.siteweb-theme .reveal-ready.reveal-right {
  transform: translate3d(38px, 18px, 0);
}

.siteweb-theme .reveal-ready.reveal-scale {
  transform: scale(0.96) translate3d(0, 18px, 0);
}

.siteweb-theme .reveal-ready.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes hero-pan {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.11) translate3d(0, -10px, 0);
  }
}

@media only screen and (max-width: 991px) {
  .siteweb-theme .section-tone-warm::after,
  .siteweb-theme .section-tone-mist::after,
  .siteweb-theme .section-tone-paper::after,
  .siteweb-theme .section-tone-slate::after,
  .siteweb-theme .section-tone-ivory::after,
  .siteweb-theme .section-tone-sage::after {
    width: calc(100vw - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .siteweb-theme .main-gallery .bg-stretch img {
    animation: none;
    transform: none;
  }

  .siteweb-theme .about-block .alignleft img,
  .siteweb-theme .signature-card img,
  .siteweb-theme .team-col .img-box img,
  .siteweb-theme .intl-media-card img,
  .siteweb-theme .home-client-logo img,
  .siteweb-theme .reveal-ready {
    transition: none;
    transform: none;
    filter: none;
  }

  .siteweb-theme .reveal-ready {
    opacity: 1;
  }
}

/* Global Typography And Layout Corrections */
.siteweb-theme .banner-heading h1 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.siteweb-theme .slide-heading2 h1 {
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  max-width: 13ch;
}

.siteweb-theme .home-hero .slide-heading2 h1 {
  font-size: clamp(46px, 5vw, 84px);
  line-height: 0.95;
}

.siteweb-theme .home-page .main-heading h2,
.siteweb-theme .about-page-premium .about-copy-block h2,
.siteweb-theme .about-page-premium .about-statement h2,
.siteweb-theme .international-page-premium .txt-box h2,
.siteweb-theme .international-page-premium .intl-highlight h2,
.siteweb-theme .home-cta .home-cta-panel h2,
.siteweb-theme .team-heading h2,
.siteweb-theme .main-heading h2,
.siteweb-theme .blog-post h1,
.siteweb-theme .blog-post h2 {
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.022em;
}

.siteweb-theme .contact-page .contact-card h2,
.siteweb-theme .about-team-section .team-title h2,
.siteweb-theme .member-profile-page .team-heading h2 {
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.018em;
}

.siteweb-theme .home-page .accueil-quotes,
.siteweb-theme .about-page-premium .about-copy-block p,
.siteweb-theme .about-page-premium .about-statement p,
.siteweb-theme .about-page-premium .about-side-note p,
.siteweb-theme .about-page-premium .about-side-note li a,
.siteweb-theme .about-page-premium .about-quote-block p,
.siteweb-theme .international-page-premium .accueil-quotes,
.siteweb-theme .international-page-premium .international-brand-copy p,
.siteweb-theme .international-page-premium .intl-highlight p,
.siteweb-theme .contact-page .contact-card p,
.siteweb-theme .member-profile-page .team-txt p,
.siteweb-theme .blog-post p {
  font-size: 18px;
  line-height: 1.88;
}

.siteweb-theme .about-kicker,
.siteweb-theme .about-page-premium .about-kicker {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.siteweb-theme .container-block {
  padding-top: 92px;
  padding-bottom: 48px;
}

.siteweb-theme .home-page .main-heading,
.siteweb-theme .about-page-premium .main-heading,
.siteweb-theme .international-page-premium .main-heading {
  margin-bottom: 28px;
}

.siteweb-theme .home-intro-grid,
.siteweb-theme .about-intro-row,
.siteweb-theme .about-page-premium .about-split-row,
.siteweb-theme .international-page-premium .international-hero-row,
.siteweb-theme .international-page-premium .premium-gallery .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.siteweb-theme .home-intro-grid > [class*="col-"],
.siteweb-theme .about-intro-row > [class*="col-"],
.siteweb-theme .about-page-premium .about-split-row > [class*="col-"],
.siteweb-theme .international-page-premium .international-hero-row > [class*="col-"],
.siteweb-theme .international-page-premium .premium-gallery .row > [class*="col-"] {
  margin-bottom: 22px;
}

.siteweb-theme .home-intro-grid > [class*="col-"]:last-child,
.siteweb-theme .about-intro-row > [class*="col-"]:last-child,
.siteweb-theme .about-page-premium .about-split-row > [class*="col-"]:last-child,
.siteweb-theme .international-page-premium .international-hero-row > [class*="col-"]:last-child,
.siteweb-theme .international-page-premium .premium-gallery .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.siteweb-theme .about-intro-row,
.siteweb-theme .international-page-premium .international-hero-row {
  align-items: center;
}

.siteweb-theme .about-intro-copy,
.siteweb-theme .international-page-premium .txt-box {
  padding-right: 28px;
}

.siteweb-theme .home-page .main-heading,
.siteweb-theme .about-page-premium .about-copy-block,
.siteweb-theme .about-page-premium .about-statement,
.siteweb-theme .international-page-premium .txt-box,
.siteweb-theme .international-page-premium .intl-highlight,
.siteweb-theme .home-cta .home-cta-panel {
  max-width: 980px;
}

.siteweb-theme .about-page-premium .about-copy-block,
.siteweb-theme .about-page-premium .about-statement,
.siteweb-theme .international-page-premium .txt-box,
.siteweb-theme .international-page-premium .intl-highlight {
  padding-right: 18px;
}

.siteweb-theme .about-page-premium .about-side-note,
.siteweb-theme .about-page-premium .about-quote-block,
.siteweb-theme .international-page-premium .international-brand-panel {
  padding-left: 36px;
}

.siteweb-theme .about-page-premium .about-side-note h3 {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
}

.siteweb-theme .about-page-premium .about-quote-block p {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.5;
  max-width: 22ch;
}

.siteweb-theme .international-page-premium .international-brand-panel {
  max-width: 500px;
  margin-left: auto;
  border-left: 1px solid rgba(18, 58, 93, 0.14);
}



.siteweb-theme .international-page .intl-brand-stack {
  gap: 18px;
}

.siteweb-theme .intl-logo-card {
  min-height: 124px;
}

.siteweb-theme .intl-logo-card img {
  width: auto;
  max-width: 100%;
}

.siteweb-theme .intl-media-card {
  height: 100%;
}

.siteweb-theme .intl-media-card img {
  width: 100%;
  min-height: 360px;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  object-position: center;
}

.siteweb-theme .intl-highlight {
  padding-top: 44px;
  padding-bottom: 44px;
}

.siteweb-theme .hero-actions {
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.siteweb-theme .hero-actions .btn-default,
.siteweb-theme .hero-actions .hero-link {
  min-height: 58px;
}

.siteweb-theme .home-metric strong {
  font-size: clamp(46px, 4vw, 62px);
}

.siteweb-theme .signature-card h3 {
  font-size: clamp(31px, 2.3vw, 40px);
  line-height: 1.05;
}

.siteweb-theme .team-col .team-title h2,
.siteweb-theme .team-col .team-title h2 a {
  font-size: 20px;
  
}

.siteweb-theme .team-col .team-info p,
.siteweb-theme .home-clients-intro {
  font-size: 14px;
  line-height: 1.8;
}

.siteweb-theme .contact-page .comments-form {
  margin-top: 28px;
}

.siteweb-theme .contact-page .comments-form .form-control {
  font-size: 17px;
}

@media only screen and (max-width: 1199px) {
  .siteweb-theme .home-page .main-heading h2,
  .siteweb-theme .about-page-premium .about-copy-block h2,
  .siteweb-theme .about-page-premium .about-statement h2,
  .siteweb-theme .international-page-premium .txt-box h2,
  .siteweb-theme .international-page-premium .intl-highlight h2,
  .siteweb-theme .home-cta .home-cta-panel h2,
  .siteweb-theme .main-heading h2,
  .siteweb-theme .blog-post h1,
  .siteweb-theme .blog-post h2 {
    font-size: clamp(38px, 4.3vw, 62px);
  }

  .siteweb-theme .about-intro-copy,
  .siteweb-theme .international-page-premium .txt-box {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .siteweb-theme .container-block {
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .siteweb-theme .slide-heading2 h1,
  .siteweb-theme .home-hero .slide-heading2 h1,
  .siteweb-theme .banner-heading h1,
  .siteweb-theme .home-page .main-heading h2,
  .siteweb-theme .about-page-premium .about-copy-block h2,
  .siteweb-theme .about-page-premium .about-statement h2,
  .siteweb-theme .international-page-premium .txt-box h2,
  .siteweb-theme .international-page-premium .intl-highlight h2,
  .siteweb-theme .home-cta .home-cta-panel h2,
  .siteweb-theme .main-heading h2,
  .siteweb-theme .blog-post h1,
  .siteweb-theme .blog-post h2 {
    font-size: clamp(34px, 6vw, 54px);
    line-height: 1;
  }

  .siteweb-theme .about-intro-copy,
  .siteweb-theme .international-page-premium .txt-box,
  .siteweb-theme .about-page-premium .about-copy-block,
  .siteweb-theme .about-page-premium .about-statement,
  .siteweb-theme .international-page-premium .intl-highlight {
    padding-right: 0;
  }

  .siteweb-theme .about-page-premium .about-side-note,
  .siteweb-theme .about-page-premium .about-quote-block,
  .siteweb-theme .international-page-premium .international-brand-panel {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(18, 58, 93, 0.12);
  }

  .siteweb-theme .international-page-premium .intl-brand-stack {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .siteweb-theme .intl-logo-card + .intl-logo-card {
    padding-top: 0;
    border-top: 0;
  }

  .siteweb-theme .intl-media-card img {
    min-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .siteweb-theme .slide-heading2 h1,
  .siteweb-theme .home-hero .slide-heading2 h1,
  .siteweb-theme .banner-heading h1,
  .siteweb-theme .home-page .main-heading h2,
  .siteweb-theme .about-page-premium .about-copy-block h2,
  .siteweb-theme .about-page-premium .about-statement h2,
  .siteweb-theme .international-page-premium .txt-box h2,
  .siteweb-theme .international-page-premium .intl-highlight h2,
  .siteweb-theme .home-cta .home-cta-panel h2,
  .siteweb-theme .main-heading h2,
  .siteweb-theme .blog-post h1,
  .siteweb-theme .blog-post h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.02;
  }

  .siteweb-theme .home-page .accueil-quotes,
  .siteweb-theme .about-page-premium .about-copy-block p,
  .siteweb-theme .about-page-premium .about-statement p,
  .siteweb-theme .about-page-premium .about-side-note p,
  .siteweb-theme .about-page-premium .about-side-note li a,
  .siteweb-theme .about-page-premium .about-quote-block p,
  .siteweb-theme .international-page-premium .accueil-quotes,
  .siteweb-theme .international-page-premium .international-brand-copy p,
  .siteweb-theme .international-page-premium .intl-highlight p,
  .siteweb-theme .contact-page .contact-card p,
  .siteweb-theme .member-profile-page .team-txt p,
  .siteweb-theme .blog-post p {
    font-size: 17px;
    line-height: 1.78;
  }

  .siteweb-theme .international-page-premium .intl-brand-stack {
    grid-template-columns: 1fr;
  }

  .siteweb-theme .intl-media-card img {
    min-height: 220px;
    aspect-ratio: auto;
  }
}

/* Blog Listing Editorial Layout */
.siteweb-theme .blog-list-page .news-posts {
  padding-top: 68px;
  padding-bottom: 52px;
}

.siteweb-theme .blog-list-page .blog-post-featured {
  max-width: 960px;
  margin: 0 auto 34px;
  padding: 18px 18px 22px;
  border: 0;
  background: #efefef;
  box-shadow: none;
}

.siteweb-theme .blog-list-page .blog-post-featured:last-child {
  margin-bottom: 0;
}

.siteweb-theme .blog-list-page .blog-nav {
  margin-bottom: 10px;
}

.siteweb-theme .blog-list-page .blog-nav li {
  color: #4e5f72;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.siteweb-theme .blog-list-page .blog-nav li + li {
  position: relative;
  margin-left: 10px;
  padding-left: 12px;
}

.siteweb-theme .blog-list-page .blog-nav li + li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  color: #7a8998;
}

.siteweb-theme .blog-list-page .blog-nav li a {
  color: #31455b;
}

.siteweb-theme .blog-list-page .blog-post h1 {
  margin: 0 0 12px;
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.siteweb-theme .blog-list-page .blog-post h1 a {
  color: #ec5b34;
}

.siteweb-theme .blog-list-page .blog-post h1 a:hover {
  color: #d24c28;
}

.siteweb-theme .blog-list-page .blog-cover-media {
  margin: 0 0 18px;
  border-radius: 0;
  background: #e4e1db;
}

.siteweb-theme .blog-list-page .blog-cover-media img {
  height: clamp(260px, 46vw, 520px);
  object-fit: cover;
}

.siteweb-theme .blog-list-page .blog-content-preview {
  margin: 0 0 18px;
  min-height: clamp(220px, 28vw, 320px);
  padding: 22px 20px;
  background: #f7f6f2;
  border-left: 4px solid #ec5b34;
  display: flex;
  align-items: flex-start;
}

.siteweb-theme .blog-list-page .blog-content-preview p {
  max-width: 78ch;
  margin: 0;
  color: #33465a;
  font-size: 15px;
  line-height: 1.85;
}

.siteweb-theme .blog-list-page .blog-post p {

  margin: 0 0 18px;
  color: #3f4f61;
  font-size: auto;
  line-height: 1.7;
}

.siteweb-theme .blog-list-page .blog-post .btn-default {
  min-width: 126px;
  min-height: 38px;
  padding: 10px 18px;
  border-color: #8db43f;
  background: #8db43f;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.siteweb-theme .blog-list-page .blog-post .btn-default:hover,
.siteweb-theme .blog-list-page .blog-post .btn-default:focus {
  border-color: #789b33;
  background: #789b33;
  color: #fff;
}

.siteweb-theme .blog-list-page .blog-post-empty {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .siteweb-theme .blog-list-page .news-posts {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .siteweb-theme .blog-list-page .blog-post-featured {
    padding: 16px 14px 18px;
  }

  .siteweb-theme .blog-list-page .blog-post h1 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .siteweb-theme .blog-list-page .blog-cover-media img {
    height: 240px;
  }

  .siteweb-theme .blog-list-page .blog-content-preview {
    min-height: 0;
    padding: 18px 16px;
  }

  .siteweb-theme .blog-list-page .blog-content-preview p {
    font-size: 14px;
  }
}
