.elementor-12 .elementor-element.elementor-element-cf2445c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #071748;
  --blue: #1453ba;
  --blue-dark: #0b3e96;
  --green: #2eaa4b;
  --green-dark: #178738;
  --text: #101b43;
  --muted: #68708a;
  --line: #e4e9f2;
  --soft-blue: #f3f7ff;
  --soft-green: #f5fbf3;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(21, 54, 111, 0.09);
  --shadow-small: 0 5px 16px rgba(21, 54, 111, 0.08);
  --radius: 16px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-width {
  width: min(calc(100% - 48px), var(--container));
  margin-right: auto;
  margin-left: auto;
}

.section-kicker {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading-row .section-title {
  font-size: 20px;
  text-transform: uppercase;
}

.view-all {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.view-all.green {
  color: var(--green-dark);
}

.btn {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #1558c8, #093b94);
  color: var(--white);
  box-shadow: 0 7px 17px rgba(20, 83, 186, 0.22);
}

.btn-outline {
  border-color: #b8c5dd;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
}

.btn-green {
  background: linear-gradient(135deg, #39bc52, #15953d);
  color: var(--white);
}

.btn-dark-outline {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #ffffff;
}

.circle-icon {
  display: flex;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5f5;
  border-radius: 50%;
  background: #f5f8ff;
  color: var(--blue);
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(14, 65, 159, 0.06);
}

.small-circle-icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e8f3;
  border-radius: 50%;
  background: #ffffff;
  color: var(--green);
  font-size: 16px;
  box-shadow: var(--shadow-small);
}

.site-header {
  display: flex;
  min-height: 76px;
  align-items: center;
  border-bottom: 1px solid #e6eaf1;
  background: rgba(255, 255, 255, 0.98);
  position: relative;
  z-index: 20;
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand-group {
  display: flex;
  width: 235px;
  flex: 0 0 235px;
  align-items: center;
  gap: 13px;
}

.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

.brand-logo-main {
  color: var(--blue);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand-logo-sub {
  margin-top: 3px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-divider {
  width: 1px;
  height: 37px;
  flex: 0 0 1px;
  background: #d9deea;
}

.brand-description {
  color: #30364e;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.main-nav a {
  display: flex;
  min-height: 76px;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #151c3d;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a.active {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.header-actions .btn {
  min-height: 36px;
  padding: 0 15px;
  font-size: 11px;
}

.search-glyph {
  color: var(--blue);
  font-size: 16px;
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  background:
    radial-gradient(circle at 15% 12%, rgba(26, 105, 218, 0.08), transparent 35%),
    linear-gradient(110deg, #f9fbff 0%, #ffffff 48%, #eef5ff 100%);
}

.hero-section::before {
  content: "";
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 170, 75, 0.07), transparent 66%);
  position: absolute;
  top: 40px;
  left: -75px;
}

.hero-main {
  display: flex;
  min-height: 535px;
  position: relative;
}

.hero-copy {
  display: flex;
  width: 46%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px 35px 102px 0;
  position: relative;
  z-index: 3;
}

.hero-badge {
  display: flex;
  align-items: center;
  min-height: 29px;
  margin-bottom: 22px;
  padding: 0 14px;
  border: 1px solid #c9d4e5;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  margin: 0 0 19px;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.hero-heading span {
  display: flex;
}

.hero-heading .blue {
  color: var(--blue);
}

.hero-heading .green {
  color: var(--green);
}

.hero-copy p {
  max-width: 530px;
  margin: 0 0 26px;
  color: #4d5672;
  font-size: 14px;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-visual {
  display: flex;
  width: 59%;
  height: 535px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: calc((100vw - min(calc(100vw - 48px), var(--container))) / -2);
  bottom: 0;
}

.hero-visual::before {
  content: "";
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-visual::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 37, 83, 0.02), rgba(8, 37, 83, 0.11));
  position: absolute;
  inset: 0;
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.stats-strip {
  display: flex;
  min-height: 102px;
  align-items: stretch;
  margin-top: -77px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(224, 229, 238, 0.85);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 34px rgba(29, 56, 106, 0.13);
  position: relative;
  z-index: 5;
}

.stat-item {
  display: flex;
  width: 25%;
  align-items: center;
  gap: 15px;
  padding: 20px 27px;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 47px;
  background: #e5e9f0;
  position: absolute;
  top: 27px;
  right: 0;
}

.stat-icon {
  display: flex;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 23px;
}

.stat-text {
  display: flex;
  flex-direction: column;
}

.stat-number {
  color: var(--navy);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}

.stat-label {
  margin-top: 4px;
  color: #293252;
  font-size: 11px;
  font-weight: 600;
}

.about-section {
  display: flex;
  padding: 48px 0 54px;
  background:
    radial-gradient(circle at 82% 50%, rgba(44, 172, 79, 0.05), transparent 28%),
    #ffffff;
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 31px;
}

.about-image {
  display: flex;
  width: 29%;
  height: 237px;
  flex: 0 0 29%;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.about-image img {
  height: 100%;
  object-fit: cover;
}

.about-copy {
  display: flex;
  width: 33%;
  flex: 0 0 33%;
  flex-direction: column;
}

.about-copy .section-title {
  margin-bottom: 17px;
  font-size: 24px;
}

.about-copy p {
  margin: 0 0 19px;
  color: #646c83;
  font-size: 12px;
  line-height: 1.8;
}

.text-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.about-values {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 25px;
}

.value-top {
  display: flex;
  width: 100%;
}

.value-bottom {
  display: flex;
  gap: 25px;
}

.value-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.value-top .value-box {
  width: 56%;
}

.value-bottom .value-box {
  width: 50%;
}

.value-content {
  display: flex;
  flex-direction: column;
}

.value-content h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.value-content p {
  margin: 0;
  color: #71788d;
  font-size: 10px;
  line-height: 1.75;
}

.core-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.core-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #616a82;
  font-size: 10px;
}

.core-check {
  display: flex;
  width: 14px;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.benefits-section {
  display: flex;
  padding: 10px 0 54px;
}

.benefits-inner {
  display: flex;
  flex-direction: column;
}

.centered-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
  text-align: center;
}

.centered-heading .section-title {
  font-size: 18px;
  text-transform: uppercase;
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.benefit-card {
  display: flex;
  width: calc(25% - 11.25px);
  min-height: 82px;
  align-items: center;
  gap: 17px;
  padding: 15px 22px;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.benefit-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.activity-events-section {
  display: flex;
  padding: 0 0 39px;
}

.activity-events-inner {
  display: flex;
  align-items: stretch;
  gap: 22px;
}

.featured-panel,
.events-panel {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #e5eaf2;
  border-radius: 17px;
  box-shadow: var(--shadow-small);
}

.featured-panel {
  width: 57%;
  background: linear-gradient(135deg, #f6f9ff, #fbfdff);
}

.events-panel {
  width: 43%;
  background: linear-gradient(135deg, #fbfef9, #f5fbf2);
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.panel-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-content {
  display: flex;
  min-height: 286px;
  gap: 17px;
}

.feature-main-card {
  display: flex;
  width: 55%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.feature-main-image {
  display: flex;
  height: 155px;
  overflow: hidden;
}

.feature-main-image img {
  height: 100%;
  object-fit: cover;
}

.feature-main-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 11px 14px 13px;
}

.category-pill {
  display: flex;
  width: max-content;
  align-items: center;
  min-height: 19px;
  padding: 0 7px;
  border-radius: 3px;
  background: #e6efff;
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-main-body h3 {
  margin: 7px 0 6px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.card-date {
  color: #81889a;
  font-size: 9px;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}

.feature-side-list {
  display: flex;
  width: 45%;
  flex-direction: column;
  gap: 12px;
}

.feature-list-card {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #e4e8ef;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.feature-list-card img {
  width: 76px;
  height: 65px;
  flex: 0 0 76px;
  border-radius: 7px;
  object-fit: cover;
}

.feature-list-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.feature-list-copy h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.feature-list-copy span {
  color: #81889a;
  font-size: 9px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.event-card {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 15px;
  padding: 10px 12px;
  border: 1px solid #dfe8dc;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.event-date {
  display: flex;
  width: 68px;
  height: 64px;
  flex: 0 0 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe4d8;
  border-radius: 8px;
  background: #ffffff;
}

.event-day {
  color: var(--navy);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.event-month {
  margin-top: 5px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.event-copy h3 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.event-copy span {
  color: #747d90;
  font-size: 8px;
  line-height: 1.55;
}

.event-location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #637668;
}

.event-card .btn {
  min-height: 29px;
  padding: 0 12px;
  border-radius: 5px;
  font-size: 8px;
}

.members-section {
  display: flex;
  padding: 0 0 39px;
}

.members-inner {
  display: flex;
  flex-direction: column;
}

.members-inner .centered-heading {
  margin-bottom: 17px;
}

.member-logo-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.member-logo {
  display: flex;
  width: calc(12.5% - 10.5px);
  height: 81px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #e5e9f0;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.member-logo img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}

.products-section {
  display: flex;
  padding: 0 0 42px;
}

.products-inner {
  display: flex;
  flex-direction: column;
}

.product-list {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.product-card {
  display: flex;
  width: calc(20% - 11.2px);
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e3e8ef;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.product-image {
  display: flex;
  height: 151px;
  overflow: hidden;
  position: relative;
}

.product-image img {
  height: 100%;
  object-fit: cover;
}

.product-category {
  display: flex;
  min-height: 19px;
  align-items: center;
  padding: 0 7px;
  border-radius: 3px 3px 0 0;
  background: rgba(4, 40, 92, 0.83);
  color: #ffffff;
  font-size: 7px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 9px;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  min-height: 112px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 11px 12px 12px;
}

.product-body h3 {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.product-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}

.product-price {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
}

.media-news-section {
  display: flex;
  padding: 0 0 48px;
}

.media-news-inner {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

.gallery-column,
.news-column {
  display: flex;
  width: 50%;
  flex-direction: column;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-image {
  display: flex;
  width: calc(33.333% - 6.7px);
  height: 126px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-small);
}

.gallery-image img {
  height: 100%;
  object-fit: cover;
}

.news-feature {
  display: flex;
  gap: 18px;
  margin-bottom: 15px;
}

.news-feature-image {
  display: flex;
  width: 42%;
  height: 159px;
  flex: 0 0 42%;
  overflow: hidden;
  border-radius: 9px;
}

.news-feature-image img {
  height: 100%;
  object-fit: cover;
}

.news-feature-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.news-feature-copy h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.news-feature-copy .date {
  margin-bottom: 7px;
  color: #81899a;
  font-size: 9px;
}

.news-feature-copy p {
  margin: 0 0 7px;
  color: #72798b;
  font-size: 9px;
  line-height: 1.65;
}

.news-small-list {
  display: flex;
  gap: 12px;
}

.news-small-card {
  display: flex;
  width: calc(33.333% - 8px);
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.news-small-card img {
  width: 50px;
  height: 43px;
  flex: 0 0 50px;
  border-radius: 5px;
  object-fit: cover;
}

.news-small-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.news-small-copy h4 {
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
}

.news-small-copy span {
  color: #8a90a0;
  font-size: 7px;
}

.cta-section {
  display: flex;
  min-height: 133px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 55%, rgba(20, 96, 194, 0.5) 0 1px, transparent 2px) 0 0 / 13px 13px,
    radial-gradient(circle at 97% 46%, rgba(40, 181, 95, 0.35) 0 1px, transparent 2px) 0 0 / 14px 14px,
    linear-gradient(110deg, #07225c, #061446);
  color: #ffffff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cta-copy {
  display: flex;
  flex-direction: column;
}

.cta-copy h2 {
  margin: 0 0 7px;
  font-size: 21px;
  font-weight: 700;
}

.cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-buttons .btn {
  min-width: 173px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.footer-main {
  display: flex;
  padding: 34px 0 25px;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  width: 27%;
  flex-direction: column;
  padding-right: 30px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.footer-logo .brand-logo-main {
  font-size: 35px;
}

.footer-logo .brand-logo-sub {
  font-size: 11px;
}

.footer-brand-description {
  margin-top: 10px;
  color: #687084;
  font-size: 8px;
  line-height: 1.65;
  text-transform: uppercase;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.social-icon {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7deea;
  border-radius: 50%;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}

.footer-column {
  display: flex;
  min-height: 127px;
  flex-direction: column;
  padding: 0 34px;
  border-left: 1px solid #e1e5ec;
}

.footer-links {
  width: 23%;
}

.footer-contact {
  width: 27%;
}

.footer-newsletter {
  width: 23%;
}

.footer-column h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.quick-links {
  display: flex;
  gap: 37px;
}

.quick-links-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.quick-links a,
.footer-contact p,
.footer-newsletter p {
  margin: 0;
  color: #6d7487;
  font-size: 9px;
  line-height: 1.65;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #6d7487;
  font-size: 9px;
}

.contact-symbol {
  display: flex;
  width: 14px;
  flex: 0 0 14px;
  justify-content: center;
  color: var(--navy);
}

.newsletter-form {
  display: flex;
  height: 34px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 5px;
}

.newsletter-form input {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 10px;
  border: 0;
  outline: 0;
  color: #4f5669;
  font-size: 8px;
}

.newsletter-form button {
  display: flex;
  width: 78px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--blue);
  color: #ffffff;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e9ef;
  color: #9297a4;
  font-size: 7px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1100px) {
  .site-width {
    width: min(calc(100% - 34px), var(--container));
  }

  .header-inner {
    gap: 12px;
  }

  .brand-group {
    width: 184px;
    flex-basis: 184px;
    gap: 8px;
  }

  .brand-logo-main {
    font-size: 27px;
  }

  .brand-description {
    font-size: 6px;
  }

  .main-nav {
    gap: 12px;
  }

  .main-nav a {
    font-size: 9px;
  }

  .header-actions {
    gap: 7px;
  }

  .header-actions .btn {
    padding: 0 10px;
    font-size: 9px;
  }

  .hero-visual {
    right: -17px;
  }

  .stat-item {
    padding: 18px;
  }

  .about-inner {
    gap: 22px;
  }

  .about-copy .section-title {
    font-size: 20px;
  }

  .benefit-card {
    padding: 14px;
  }

  .footer-column {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 800px) {
  .site-width {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    min-height: auto;
  }

  .header-inner {
    min-height: auto;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brand-group {
    width: auto;
    flex-basis: auto;
  }

  .main-nav {
    width: 100%;
    order: 3;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .main-nav a {
    min-height: 38px;
  }

  .hero-main {
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    padding: 48px 0 28px;
  }

  .hero-visual {
    width: 100%;
    height: 390px;
    position: relative;
    right: auto;
  }

  .hero-visual::before {
    display: none;
  }

  .stats-strip {
    flex-wrap: wrap;
    margin-top: -30px;
  }

  .stat-item {
    width: 50%;
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .about-inner,
  .activity-events-inner,
  .media-news-inner,
  .footer-main {
    flex-direction: column;
  }

  .about-image,
  .about-copy,
  .featured-panel,
  .events-panel,
  .gallery-column,
  .news-column,
  .footer-brand,
  .footer-links,
  .footer-contact,
  .footer-newsletter {
    width: 100%;
    flex-basis: auto;
  }

  .about-values {
    width: 100%;
  }

  .benefit-card {
    width: calc(50% - 7.5px);
  }

  .member-logo-row,
  .product-list {
    flex-wrap: wrap;
  }

  .member-logo {
    width: calc(25% - 9px);
  }

  .product-card {
    width: calc(50% - 7px);
  }

  .footer-column {
    min-height: auto;
    padding: 22px 0 0;
    border-top: 1px solid #e1e5ec;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .header-actions .btn-outline {
    display: none;
  }

  .hero-heading {
    font-size: 34px;
  }

  .hero-buttons,
  .cta-inner,
  .cta-buttons,
  .value-bottom,
  .featured-content,
  .news-feature {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-buttons .btn,
  .cta-buttons .btn {
    width: 100%;
  }

  .stat-item,
  .benefit-card,
  .value-bottom .value-box,
  .feature-main-card,
  .feature-side-list,
  .news-feature-image {
    width: 100%;
  }

  .stat-item::after {
    display: none;
  }

  .member-logo {
    width: calc(50% - 6px);
  }

  .product-card {
    width: 100%;
  }

  .gallery-image {
    width: calc(50% - 5px);
  }

  .news-small-list {
    flex-direction: column;
  }

  .news-small-card {
    width: 100%;
  }

  .cta-section {
    padding: 30px 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 13px 0;
  }
}/* End custom CSS */