<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#overview-17 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-17 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-17 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-17 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-17 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-17 .content-grid-item {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
  position: relative;
}
#overview-17 .content-grid-item:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.25);
}
#overview-17 .content-grid-item:hover .grid-item-icon,
#overview-17 .content-grid-item:hover h5,
#overview-17 .content-grid-item:hover p {
  color: #ffffff !important;
}
#overview-17 .grid-item-icon {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #343a40;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
#overview-17 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}



/* Section &amp; gradient background */
#category-posts-22 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #fff;
  overflow: hidden;
}

/* Floating accent circles */
#category-posts-22::before,
#category-posts-22::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s infinite ease-in-out;
}
#category-posts-22::before {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #ff6a88, #ff99ac);
  top: -100px; left: -100px;
}
#category-posts-22::after {
  width: 200px; height: 200px;
  background: radial-gradient(circle, #24c6dc, #514a9d);
  bottom: -80px; right: -80px;
  animation-duration: 20s;
}

@keyframes float {
  0%,100% { transform: translateY(0) translateX(0); }
  50%      { transform: translateY(20px) translateX(20px); }
}

/* Container */
#category-posts-22 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-22 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-22 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-22 .section-subtitle {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.85);
}

/* Grid layout */
#category-posts-22 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

/* Clickable wrapper */
.post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Glass card */
#category-posts-22 .post-card {
  position: relative;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: .75rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .5s ease, opacity .5s ease, box-shadow .3s ease;
}
#category-posts-22 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-22 .post-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.4);
}

/* Thumbnail */
#category-posts-22 .post-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

/* Card body */
#category-posts-22 .card-body {
  padding: 60px 1rem 1rem;
  text-align: center;
}
#category-posts-22 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-22 .card-meta {
  font-size: .875rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: .75rem;
}
#category-posts-22 .card-meta i {
  margin-right: .25rem;
}

/* Excerpt */
#category-posts-22 .card-excerpt {
  font-size: .95rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}

/* Read More */
#category-posts-22 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: rgba(255,255,255,0.2);
  padding: .5rem 1rem;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, transform .3s ease;
}
#category-posts-22 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-22 .btn-readmore:hover {
  background: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
#category-posts-22 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination &amp; Load More */
#category-posts-22 .pagination-wrapper,
#category-posts-22 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#timeline-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-11 .timeline-column {
  padding-right: 2rem;
}
#timeline-11 .timeline-wrapper {
  position: relative;
  padding-left: 30px;
}
#timeline-11.content-right .timeline-wrapper {
  padding-left: 0;
  padding-right: 30px;
}
#timeline-11 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e9ecef;
  top: 5px;
  bottom: 5px;
  z-index: 1;
  left: 0;
}
#timeline-11.content-right .timeline-wrapper::after {
  left: auto;
  right: 0;
}
#timeline-11 .timeline-item {
  padding: 0 0 1.8rem 25px;
  position: relative;
  width: 100%;
}
#timeline-11.content-right .timeline-item {
  padding-left: 0;
  padding-right: 25px;
}
#timeline-11 .timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#timeline-11 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  top: 3px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 3px #ffffff;
  left: -10px;
}
#timeline-11.content-right .timeline-item::after {
  left: auto;
  right: -10px;
}
#timeline-11 .timeline-content {
  position: relative;
}
#timeline-11 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.3rem;
  display: block;
  font-size: 1rem;
}
#timeline-11 .timeline-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#timeline-11 .timeline-item-title i {
  margin-right: 0.5rem;
  font-size: 1em;
  opacity: 0.8;
}
#timeline-11 .timeline-item-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#timeline-11 .map-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#timeline-11 .map-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #timeline-11 .timeline-column {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #timeline-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-11 .section-title {
    font-size: 2.1rem;
  }
  #timeline-11 .timeline-column {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  #timeline-11 .timeline-wrapper {
    padding-left: 25px;
    padding-right: 0;
  }
  #timeline-11 .timeline-wrapper::after {
    left: 0;
  }
  #timeline-11 .timeline-item {
    padding-left: 20px;
    padding-right: 0;
  }
  #timeline-11 .timeline-item::after {
    left: -10px;
  }
}



#team-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-8 .team-card-topimg {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
#team-8 .team-card-topimg:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}
#team-8 .member-image-top {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
#team-8 .member-image-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-8 .member-card-body {
  padding: 1.25rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-8 .member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-8 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-8 .member-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
  /*
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.5 * 0.9rem * 2); 
    /* */
}
#team-8 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-8 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.4rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-8 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  #team-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-8 .section-title {
    font-size: 2.1rem;
  }
  #team-8 .member-name {
    font-size: 1.1rem;
  }
  #team-8 .member-card-body {
    padding: 1rem 1.25rem;
  }
}



#press-mentions-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-4 .timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bs-primary);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#press-mentions-4 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 3rem;
}
#press-mentions-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#press-mentions-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: white;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
#press-mentions-4 .timeline-left {
  left: 0;
  padding-right: 30px;
}
#press-mentions-4 .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
}
#press-mentions-4 .timeline-left::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-right {
  left: 50%;
  padding-left: 70px;
}
#press-mentions-4 .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
}
#press-mentions-4 .timeline-right::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-content {
  padding: 20px 30px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
#press-mentions-4 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.1rem;
}
#press-mentions-4 .timeline-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-4 .timeline-item-source {
  font-style: italic;
  color: #6c757d;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.9rem;
}
#press-mentions-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#press-mentions-4 .timeline-item-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-4 .timeline-item-link a:hover {
  text-decoration: underline;
}
#press-mentions-4 .timeline-item-link i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #press-mentions-4 .timeline-wrapper::after {
    left: 31px;
  }
  #press-mentions-4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    margin-bottom: 2rem;
  }
  #press-mentions-4 .timeline-item::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #press-mentions-4 .timeline-left::after,
  #press-mentions-4 .timeline-right::after {
    left: 18px;
  }
  #press-mentions-4 .timeline-left,
  #press-mentions-4 .timeline-right {
    left: 0%;
  }
  #press-mentions-4 .timeline-content {
    padding: 15px 20px;
  }
  #press-mentions-4 .timeline-item-title {
    font-size: 1.15rem;
  }
}



#customer-support-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
#customer-support-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#customer-support-10 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#customer-support-10 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
#customer-support-10 .section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}
#customer-support-10 .search-form {
  max-width: 650px;
  margin: 0 auto 2.5rem auto;
}
#customer-support-10 .search-form .form-control {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  border: none;
}
#customer-support-10 .search-form .btn-search {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  font-weight: 500;
}
#customer-support-10 .search-form .input-group .btn {
  margin-left: -1px;
  z-index: 5;
}
#customer-support-10 .popular-topics-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .popular-topics-list a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  border-radius: 50rem;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#customer-support-10 .popular-topics-list a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
#customer-support-10 .contact-prompt {
  margin-top: 3rem;
}
#customer-support-10 .cant-find-text {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .btn-contact {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #customer-support-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-10 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-10 .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #customer-support-10 .search-form .form-control,
  #customer-support-10 .search-form .btn-search {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}



#offers-18 {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-18 .offer-glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  width: 100%;
  color: #fff;
}
#offers-18 .offer-glass-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#offers-18 .offer-glass-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#offers-18 .offer-glass-code {
  margin-bottom: 2rem;
  min-height: 40px;
}
#offers-18 .offer-glass-code strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
#offers-18 .offer-glass-code span {
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
#offers-18 .btn-glass-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #ffc107;
  border: none;
  color: #333;
  border-radius: 50rem;
}
#offers-18 .btn-glass-cta:hover {
  background-color: #ffca2c;
}
@media (max-width: 767.98px) {
  #offers-18 {
    padding: 100px 0;
    min-height: 450px;
  }
  #offers-18 .offer-glass-card {
    padding: 2rem;
  }
  #offers-18 .offer-glass-title {
    font-size: 1.8rem;
  }
}


</pre></body></html>