/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.about-section {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 5rem 1.25rem 0;
}
.about-section .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-section .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.about-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.about-section .text-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.12;
  margin: 0.25rem 0;
  color: #0a2540;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .about-section .text-content h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .about-section .text-content h2 {
    font-size: 3.2rem;
  }
}
.about-section .text-content h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #5ec6f2;
  margin-top: 1.25rem;
}
.about-section .tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  background: #e7f5fc;
  border-radius: 2px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0e6e96;
  margin-bottom: 1rem;
  border: 0;
}
.about-section .tag .tag-dot {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #5ec6f2;
  border-radius: 2px;
}
.about-section .gradient-text {
  color: #5ec6f2;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.about-section .pulse-line {
  display: none;
}
.about-section .description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #1f2937;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .about-section .description p {
    font-size: 1.1rem;
  }
}
.about-section .stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) {
  .about-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-section .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-section .stats-grid .stat-card {
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 2px solid #5ec6f2;
  padding: 0.4rem 0 0.4rem 1.1rem;
  border-radius: 0;
  cursor: default;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.about-section .stats-grid .stat-card:hover {
  border-left-color: #0a2540;
  transform: translateX(2px);
}
.about-section .stats-grid .stat-card .stat-title {
  font-size: 1.95rem;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 0.2rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .about-section .stats-grid .stat-card .stat-title {
    font-size: 2.25rem;
  }
}
.about-section .stats-grid .stat-card .gradient-text-small {
  color: #0a2540;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.about-section .stats-grid .stat-card .stat-subtitle {
  font-size: 0.7rem;
  color: #6b7280;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-section .stats-grid .stat-card .stat-line {
  display: none;
}
.about-section .image-wrapper {
  position: relative;
}
.about-section .image-wrapper .main-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.about-section .image-wrapper .main-image-container .main-image {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .about-section .image-wrapper .main-image-container .main-image {
    max-height: 600px;
  }
}
.about-section .image-wrapper .main-image-container .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 37, 64, 0.2), transparent 55%);
  opacity: 1;
}
.about-section .image-wrapper .floating-element {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff;
  padding: 0.5rem 0.95rem;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(10, 37, 64, 0.04);
  font-weight: 600;
}
.about-section .image-wrapper .floating-element.top-left {
  top: 1rem;
  left: 1rem;
}
.about-section .image-wrapper .floating-element .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2px;
  background-color: #5ec6f2;
}
.about-section .image-wrapper .floating-element span {
  font-size: 0.78rem;
  color: #0a2540;
}
.about-section .image-wrapper .bottom-info-card {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #ffffff;
  padding: 0.85rem 1.1rem;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(10, 37, 64, 0.04);
}
.about-section .image-wrapper .bottom-info-card .number {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0e6e96;
  margin-bottom: 0.15rem;
}
.about-section .image-wrapper .bottom-info-card .label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
}
.about-section .quote-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 5rem;
  background: #20a1d7;
  padding: 5rem 1.5rem;
  text-align: center;
}
.about-section .quote-section .quote-card {
  max-width: 52rem;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  cursor: default;
  box-shadow: none;
  transition: none;
}
.about-section .quote-section .quote-card blockquote {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}
@media (min-width: 1024px) {
  .about-section .quote-section .quote-card blockquote {
    font-size: 1.85rem;
  }
}
.about-section .quote-section .quote-card blockquote::before {
  content: "“";
  display: block;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 0.85;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 700;
}
.about-section .quote-section .quote-card .quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.about-section .quote-section .quote-card .quote-footer .line {
  height: 1px;
  flex: 0 0 44px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.45);
}
.workflow-section {
  padding: 5rem 1.25rem;
  background: #f8fafc;
}
.workflow-section .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
.workflow-section .section-header h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  color: #0a2540;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
@media (min-width: 768px) {
  .workflow-section .section-header h2 {
    font-size: 2.7rem;
  }
}
.workflow-section .section-header h2 span {
  color: #5ec6f2;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.workflow-section .section-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #5ec6f2;
  margin: 1.25rem auto 1.5rem;
}
.workflow-section .section-header p {
  margin: 0 auto;
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
}
.workflow-section .pulse-line {
  display: none;
}
.workflow-section .card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.workflow-section .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5ec6f2;
  transition: width 0.4s ease;
  z-index: 2;
}
.workflow-section .card:hover {
  border-color: #5ec6f2;
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.06);
  transform: translateY(-3px);
}
.workflow-section .card:hover::before {
  width: 100%;
}
.workflow-section .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.workflow-section .fields-card__overlay {
  display: none;
}
.workflow-section .card-content {
  padding: 1.75rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.workflow-section .card-content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.7rem;
  color: #5ec6f2;
  letter-spacing: 1px;
}
.workflow-section .card-content p {
  color: #1f2937;
  margin: 0 0 1.25rem;
  line-height: 1.65;
  font-size: 0.95rem;
  flex: 1;
}
.workflow-section .tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.workflow-section .tag, .workflow-section .tag-blue, .workflow-section .tag-purple, .workflow-section .tag-pink, .workflow-section .tag-green, .workflow-section .tag-teal {
  padding: 0.25rem 0.6rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  background: #e7f5fc;
  color: #0e6e96;
}
.workflow-section .card button {
  margin-top: 1rem;
  background: none;
  border: none;
  color: #0e6e96;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.78rem;
  text-align: left;
  padding: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.workflow-section .card button::after {
  content: " →";
  display: inline-block;
  transition: transform 0.3s ease;
}
.workflow-section .card button:hover {
  color: #0a2540;
}
.workflow-section .card button:hover::after {
  transform: translateX(4px);
}
.workflow-section .cta {
  text-align: center;
  margin-top: 4rem;
}
.workflow-section .cta-box {
  max-width: none;
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.workflow-section .cta-box h3 {
  font-size: 1.65rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
  color: #0a2540;
  letter-spacing: -0.02em;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .workflow-section .cta-box h3 {
    font-size: 2rem;
  }
}
.workflow-section .cta-box p {
  max-width: 56ch;
  margin: 0 auto 1.75rem;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.7;
}
.workflow-section .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .workflow-section .cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.workflow-section .grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.workflow-section .grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.workflow-section .grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.workflow-section .grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.workflow-section .grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  .workflow-section .grid.cols-4, .workflow-section .grid.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .workflow-section .grid.cols-2, .workflow-section .grid.cols-3, .workflow-section .grid.cols-4, .workflow-section .grid.cols-5 {
    grid-template-columns: 1fr;
  }
}
.reveal {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-left {
  transform: translateX(-60px);
}
.reveal-right {
  transform: translateX(60px);
}
.reveal-up {
  transform: translateY(60px);
}
.reveal.visible {
  opacity: 1;
  transform: translate(0, 0);
}
a.button.btn-primary, .button.btn-primary, .btn-primary, a.button.btn-outline, .button.btn-outline, .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.05rem 2rem;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
a.button.btn-primary::after, .button.btn-primary::after, .btn-primary::after, a.button.btn-outline::after, .button.btn-outline::after, .btn-outline::after {
  content: "→";
  display: inline-block;
  font-weight: 700;
  transition: transform 0.3s ease;
}
a.button.btn-primary:hover::after, .button.btn-primary:hover::after, .btn-primary:hover::after, a.button.btn-outline:hover::after, .button.btn-outline:hover::after, .btn-outline:hover::after {
  transform: translateX(5px);
}
a.button.btn-primary, .button.btn-primary, .btn-primary {
  background: #0a2540;
  color: #ffffff;
  border: 2px solid #0a2540;
}
a.button.btn-primary:hover, .button.btn-primary:hover, .btn-primary:hover {
  background: #5ec6f2;
  border-color: #5ec6f2;
  color: #0a2540;
  transform: translateY(-2px);
}
a.button.btn-outline, .button.btn-outline, .btn-outline {
  background: transparent;
  color: #0a2540;
  border: 2px solid #0a2540;
}
a.button.btn-outline:hover, .button.btn-outline:hover, .btn-outline:hover {
  background: #0a2540;
  color: #ffffff;
  transform: translateY(-2px);
}
.dh-btn-homepage a.button.btn-primary {
  background: #20a1d7;
  color: #ffffff;
  border-color: #20a1d7;
}
.dh-btn-homepage a.button.btn-primary:hover {
  background: #0a2540;
  color: #ffffff;
  border-color: #0a2540;
  transform: translateY(-2px);
}
.dh-btn-homepage a.button.btn-outline {
  color: #0a2540;
  border-color: #0a2540;
  background: transparent;
}
.dh-btn-homepage a.button.btn-outline:hover {
  background: #0a2540;
  color: #ffffff;
  border-color: #0a2540;
  transform: translateY(-2px);
}
.g-slideshow .dh-btn-homepage a.button.btn-primary:hover {
  background: #ffffff;
  color: #0a2540;
  border-color: #ffffff;
}
.g-slideshow .dh-btn-homepage a.button.btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
}
.g-slideshow .dh-btn-homepage a.button.btn-outline:hover {
  background: #ffffff;
  color: #0a2540;
  border-color: #ffffff;
}
.floating-circle {
  display: none;
}
.blognews-section {
  padding: 5rem 1.25rem;
  background: #ffffff;
}
.blognews-section .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
.blognews-section .section-header .pulse-line {
  display: none;
}
.blognews-section .section-header h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  color: #0a2540;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
@media (min-width: 768px) {
  .blognews-section .section-header h2 {
    font-size: 2.7rem;
  }
}
.blognews-section .section-header h2 span {
  color: #5ec6f2;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.blognews-section .section-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #5ec6f2;
  margin: 1.25rem auto 1.5rem;
}
.blognews-section .section-header p {
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0 auto;
  line-height: 1.7;
}
.blognews-section .news-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blognews-section .news-list .news-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.blognews-section .news-list .news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5ec6f2;
  transition: width 0.4s ease;
  z-index: 2;
}
.blognews-section .news-list .news-card:hover {
  border-color: #5ec6f2;
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.06);
  transform: translateY(-3px);
}
.blognews-section .news-list .news-card:hover::before {
  width: 100%;
}
.blognews-section .news-list .news-card .image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.blognews-section .news-list .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blognews-section .news-list .news-card .content {
  padding: 1.75rem 1.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blognews-section .news-list .news-card .news-meta {
  font-size: 0.7rem;
  color: #0e6e96;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.blognews-section .news-list .news-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
  color: #5ec6f2;
  letter-spacing: 1px;
}
.blognews-section .news-list .news-card p {
  font-size: 0.95rem;
  color: #1f2937;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
.blognews-section .news-list .news-card .news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.blognews-section .news-list .news-card .news-footer .author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.blognews-section .news-list .news-card .news-footer .author .logo {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #5ec6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a2540;
  font-size: 0.72rem;
  font-weight: 800;
}
.blognews-section .news-list .news-card .news-footer .author div {
  font-size: 0.82rem;
  color: #1f2937;
  font-weight: 600;
}
.blognews-section .news-list .news-card .news-footer button {
  background: none;
  border: none;
  color: #0e6e96;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.blognews-section .news-list .news-card .news-footer button::after {
  content: " →";
  display: inline-block;
  transition: transform 0.3s ease;
}
.blognews-section .news-list .news-card .news-footer button:hover {
  color: #0a2540;
}
.blognews-section .news-list .news-card .news-footer button:hover::after {
  transform: translateX(4px);
}
@media (min-width: 992px) {
  .blognews-section .news-list .news-card {
    flex-direction: row;
    height: 240px;
  }
  .blognews-section .news-list .news-card .image {
    width: 32%;
    height: 100%;
  }
  .blognews-section .news-list .news-card .content {
    width: 68%;
  }
}
.blognews-section .more-news {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.5rem;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .blognews-section .cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow-slider.swiper-wrapper {
    height: 675px !important;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-button-prev {
  position: relative;
  top: 30%;
  width: 23px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 1rem;
  font-size: 2.3rem;
}
.swiper-button-prev:focus {
  outline: none;
}
.navigation.horizontal .swiper-button-prev {
  height: 15px;
  margin-bottom: 0;
  margin-right: 2rem;
}
.dir-rtl .navigation.horizontal .swiper-button-prev {
  margin-right: 0;
  margin-left: 2rem;
}
.swiper-button-next {
  position: relative;
  bottom: 30%;
  width: 23px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  margin-top: -0.5rem;
  font-size: 2.3rem;
}
.swiper-button-next:focus {
  outline: none;
}
.navigation.horizontal .swiper-button-next {
  height: 15px;
  margin-top: 0;
  margin-left: 2rem;
}
.dir-rtl .navigation.horizontal .swiper-button-next {
  margin-left: 0;
  margin-right: 2rem;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  margin: auto;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.navigation.horizontal .swiper-pagination {
  display: block;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 2px;
  background: transparent;
  opacity: 1;
  border: 1px solid #ffffff;
  margin: 0.75rem 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.navigation.horizontal .swiper-pagination-bullet {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.navigation.horizontal .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.dir-rtl .navigation.horizontal .swiper-pagination-bullet:first-child {
  margin-right: 0;
}
.dir-rtl .navigation.horizontal .swiper-pagination-bullet:last-child {
  margin-right: 1.5rem;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 30px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0 1.2rem;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 2px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 4px;
  border-top-color: transparent;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
  display: none;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.g-slideshow .g-slideshow-slider .fn-slideshow-title {
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .fn-slideshow-title {
    font-size: 2rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(10, 37, 64, 0.72) 0%, rgba(10, 37, 64, 0.4) 65%, rgba(10, 37, 64, 0.15) 100%);
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  background: linear-gradient(-100deg, rgba(10, 37, 64, 0.72) 0%, rgba(10, 37, 64, 0.4) 65%, rgba(10, 37, 64, 0.15) 100%);
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container {
  width: 95rem;
  margin: 0 auto;
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide {
  position: relative;
  z-index: 3;
  width: 52%;
  margin: 0.625rem;
  padding: 20px 40px;
  background: #000000b5;
  border-radius: 5px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide {
    width: 100%;
    padding: 16px 20px;
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    border-radius: 0 !important;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide:not(:has(.fn-slideshow-title)):not(:has(.g-slideshow-top-title)) {
  display: none;
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .g-slideshow-top-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .g-slideshow-top-title {
    font-size: 1rem;
    max-width: 90%;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .fn-slideshow-title span {
  display: block;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
  max-width: 38rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .fn-slideshow-title span {
    font-size: 1rem;
    max-width: 90%;
  }
}
.g-slideshow .navigation {
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.dir-rtl .g-slideshow .navigation {
  right: auto;
  left: 50px;
}
.g-slideshow .navigation.horizontal {
  top: auto;
  bottom: 0;
  right: 2rem;
  flex-direction: row;
  transform: translateY(-100%);
}
.dir-rtl .g-slideshow .navigation.horizontal {
  right: auto;
  left: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .navigation {
    right: 25px;
  }
}
.particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media only all and (max-width: 47.99rem) {
  .particles-js-canvas-el {
    opacity: 0.5;
  }
}
.control-group {
  margin-bottom: 1rem;
}
legend.form-message {
  margin-bottom: 1rem;
}
#g-navigation .g-grid {
  align-items: center;
}
#g-navigation .g-logo img {
  max-height: 56px;
  width: auto;
}
.section-label {
  display: inline-flex;
  padding: 0.45rem 0.95rem;
  margin-bottom: 1.1rem;
  align-items: center;
  gap: 0.55rem;
  background: #e7f5fc;
  color: #0e6e96;
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.fa-icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #5ec6f2;
  border-radius: 2px;
  transition: background 0.25s ease;
  cursor: pointer;
}
.fa-icon-title .svg-inline--fa {
  color: #ffffff;
}
.fa-icon-title:hover {
  background: #3aa6d4;
}
.svg-inline--fa {
  color: currentColor;
}
svg.svg-inline--fa.fa-chevron-down {
  width: 12px;
  height: 12px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  transition: color 0.25s ease;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #5ec6f2 !important;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #5ec6f2;
  opacity: 1;
}
#g-navigation {
  border-bottom: 1px solid #e5e7eb;
}
h2.entry-title {
  line-height: normal;
  font-size: 1.25rem;
}
.footer-section {
  position: relative;
  background: #f0f8fc;
  color: #1f2937;
  padding: 5rem 1.5rem 1.5rem;
}
.footer-section .footer-container {
  border-top: 4px solid #20a1d7;
  padding-top: 5rem;
}
body.archive .footer-section .fade-in-up, body.archive .footer-section .fade-in-left, body.archive .footer-section .fade-in-right, body.search .footer-section .fade-in-up, body.search .footer-section .fade-in-left, body.search .footer-section .fade-in-right, body.search-results .footer-section .fade-in-up, body.search-results .footer-section .fade-in-left, body.search-results .footer-section .fade-in-right, body.error404 .footer-section .fade-in-up, body.error404 .footer-section .fade-in-left, body.error404 .footer-section .fade-in-right {
  animation-duration: 1.1s;
}
body.archive .footer-section .newsletter-box-container.fade-in-left, body.search .footer-section .newsletter-box-container.fade-in-left, body.search-results .footer-section .newsletter-box-container.fade-in-left, body.error404 .footer-section .newsletter-box-container.fade-in-left {
  animation-delay: 0s;
}
body.archive .footer-section .newsletter-box.fade-in-right, body.search .footer-section .newsletter-box.fade-in-right, body.search-results .footer-section .newsletter-box.fade-in-right, body.error404 .footer-section .newsletter-box.fade-in-right {
  animation-delay: 0.18s;
}
body.archive .footer-section .footer-links.fade-in-up, body.search .footer-section .footer-links.fade-in-up, body.search-results .footer-section .footer-links.fade-in-up, body.error404 .footer-section .footer-links.fade-in-up {
  animation-delay: 0.42s;
}
body.archive .footer-section .footer-social h5.fade-in-up, body.search .footer-section .footer-social h5.fade-in-up, body.search-results .footer-section .footer-social h5.fade-in-up, body.error404 .footer-section .footer-social h5.fade-in-up {
  animation-delay: 0.66s;
}
body.archive .footer-section .social-icons.fade-in-left, body.search .footer-section .social-icons.fade-in-left, body.search-results .footer-section .social-icons.fade-in-left, body.error404 .footer-section .social-icons.fade-in-left {
  animation-delay: 0.84s;
}
body.archive .footer-section .join-community.fade-in-right, body.search .footer-section .join-community.fade-in-right, body.search-results .footer-section .join-community.fade-in-right, body.error404 .footer-section .join-community.fade-in-right {
  animation-delay: 0.84s;
}
body.archive .footer-section .footer-bottom.fade-in-up, body.search .footer-section .footer-bottom.fade-in-up, body.search-results .footer-section .footer-bottom.fade-in-up, body.error404 .footer-section .footer-bottom.fade-in-up {
  animation-delay: 1.08s;
}
.footer-section .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  border-bottom: 1px solid rgba(10, 37, 64, 0.1);
  padding-bottom: 3.5rem;
  align-items: start;
}
.footer-section .footer-top h3 {
  font-size: 1.95rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0a2540;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.footer-section .footer-top p {
  color: #1f2937;
  margin: 0 0 1.5rem;
  line-height: 1.7;
  font-size: 1rem;
  max-width: 32rem;
}
.footer-section .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-section .footer-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.75rem;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #0a2540;
  color: #ffffff;
  border: 2px solid #0a2540;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.footer-section .footer-buttons a::after {
  content: "→";
  transition: transform 0.3s ease;
}
.footer-section .footer-buttons a:hover {
  background: #5ec6f2;
  border-color: #5ec6f2;
  color: #0a2540;
  transform: translateY(-2px);
}
.footer-section .footer-buttons a:hover::after {
  transform: translateX(4px);
}
.footer-section .footer-buttons a.secondary, .footer-section .footer-buttons a.outline {
  background: transparent;
  color: #0a2540;
  border-color: #0a2540;
}
.footer-section .footer-buttons a.secondary:hover, .footer-section .footer-buttons a.outline:hover {
  background: #0a2540;
  color: #ffffff;
  border-color: #0a2540;
}
.footer-section .newsletter-box {
  background: #ffffff;
  padding: 2rem 1.85rem;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  border-bottom: 4px solid #5ec6f2;
  box-shadow: 0 2px 8px rgba(10, 37, 64, 0.04);
}
.footer-section .newsletter-box h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
  color: #0a2540;
  letter-spacing: -0.01em;
}
.footer-section .newsletter-box p {
  color: #6b7280;
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.6;
}
.footer-section .newsletter-box input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #f8fafc;
  color: #0a2540;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.footer-section .newsletter-box input::placeholder {
  color: #6b7280;
}
.footer-section .newsletter-box input:focus {
  outline: none;
  border-color: #5ec6f2;
  background: #ffffff;
}
.footer-section .newsletter-box button {
  width: 100%;
  padding: 0.95rem;
  background: #20a1d7;
  border: 2px solid #20a1d7;
  border-radius: 3px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.footer-section .newsletter-box button:hover {
  background: #0a2540;
  border-color: #0a2540;
  color: #ffffff;
  transform: translateY(-2px);
}
.footer-section .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2.25rem;
  margin: 3.5rem 0;
}
.footer-section .footer-links h5 {
  position: relative;
  font-size: 0.74rem;
  font-weight: 700;
  margin: 0 0 1.1rem;
  padding-bottom: 0.65rem;
  color: #0a2540;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-section .footer-links h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #5ec6f2;
}
.footer-section .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links li {
  margin-bottom: 0.65rem;
}
.footer-section .footer-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-section .footer-links a:hover {
  color: #0e6e96;
  padding-left: 4px;
}
.footer-section .footer-social {
  text-align: center;
}
.footer-section .footer-social h5 {
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #0a2540;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-section .social-icons {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.footer-section .social-icons a, .footer-section .social-icons a.facebook, .footer-section .social-icons a.twitter, .footer-section .social-icons a.instagram, .footer-section .social-icons a.linkedin, .footer-section .social-icons a.youtube {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a2540;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.footer-section .social-icons a:hover, .footer-section .social-icons a.facebook:hover, .footer-section .social-icons a.twitter:hover, .footer-section .social-icons a.instagram:hover, .footer-section .social-icons a.linkedin:hover, .footer-section .social-icons a.youtube:hover {
  background: #5ec6f2;
  color: #0a2540;
  border-color: #5ec6f2;
  transform: translateY(-2px);
}
.footer-section .social-icons a svg {
  transition: transform 0.25s ease;
}
.footer-section .join-community {
  color: #6b7280;
  font-size: 0.85rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}
.footer-section .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #6b7280;
  border-top: 1px solid rgba(10, 37, 64, 0.1);
  padding-top: 1.5rem;
  margin-top: 1.25rem;
}
.footer-section .footer-bottom a {
  color: #6b7280;
  text-decoration: none;
  margin-left: 1rem;
  transition: color 0.2s ease;
}
.footer-section .footer-bottom a:hover {
  color: #0e6e96;
}
@media (min-width: 900px) {
  .footer-section .footer-top {
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .footer-section .footer-bottom {
    justify-content: space-between;
  }
}
#g-footer {
  background: #f0f8fc;
  color: #1f2937;
}
#g-footer p, #g-footer li, #g-footer span, #g-footer div, #g-footer label, #g-footer small, #g-footer strong, #g-footer em, #g-footer b {
  color: #1f2937;
}
#g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6 {
  color: #0a2540;
}
#g-footer a:not(.button):not(.btn):not(.btn-primary):not(.btn-outline):not(.btn-secondary) {
  color: #0e6e96;
  text-decoration: none;
}
#g-footer a:not(.button):not(.btn):not(.btn-primary):not(.btn-outline):not(.btn-secondary):hover {
  color: #0a2540;
}
#g-footer input, #g-footer textarea, #g-footer select {
  color: #0a2540;
}
#g-footer input::placeholder, #g-footer textarea::placeholder, #g-footer select::placeholder {
  color: #6b7280;
}
#g-footer .widget, #g-footer .widget_text, #g-footer .widget_nav_menu, #g-footer .widget_custom_html, #g-footer .textwidget {
  color: #1f2937;
}
#g-footer .widget a, #g-footer .widget_text a, #g-footer .widget_nav_menu a, #g-footer .widget_custom_html a, #g-footer .textwidget a {
  color: #0e6e96;
}
#g-footer .widget a:hover, #g-footer .widget_text a:hover, #g-footer .widget_nav_menu a:hover, #g-footer .widget_custom_html a:hover, #g-footer .textwidget a:hover {
  color: #0a2540;
}
#g-footer .footer-buttons a {
  color: #ffffff;
}
#g-footer .footer-buttons a:hover {
  color: #0a2540;
}
#g-footer .footer-buttons a.secondary, #g-footer .footer-buttons a.outline {
  color: #0a2540;
}
#g-footer .footer-buttons a.secondary:hover, #g-footer .footer-buttons a.outline:hover {
  color: #ffffff;
}
#g-footer .newsletter-box button {
  color: #ffffff;
}
#g-footer .newsletter-box button:hover {
  color: #ffffff;
}
#g-footer .social-icons a {
  color: #0a2540;
}
#g-footer .social-icons a:hover {
  color: #0a2540;
}
/*# sourceMappingURL=custom_contact_us.css.map */