  .fei-tabs-section-heading {
  /* Typography */
  font-family: var(--font-family-bold);
  font-size: 32px;
  font-weight: 700;
  line-height: 34px !important;
  letter-spacing: 0px;
  text-align: left;
  /* Colors */
  color: rgba(var(--color-sky-blue), 1);
  opacity: 1;
  /* Spacing */
  margin: 0 0 16px 0;
}
.text-medium-round p:first-child {
  /* Spacing */
  margin-bottom: 35px;
}
.fei-tabs-image-scrollable {
  /* Layout */
  overflow: auto;
  padding-bottom: 16px;
}
.fei-tabs-image-scrollable img {
  /* Dimensions */
  width: 1136px;
  max-width: fit-content;
}
.fei-tabs-container {
  /* Layout */
  width: 100%;
  margin: auto;
}
.fei-tabs-content img {
  /* Dimensions */
  max-width: 100%;
}
.fei-tabs-item {
  /* Spacing */
  margin-bottom: 10px;
}
.fei-tabs-header {
  /* Typography */
  font-family: var(--font-family-bold);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px !important;
  text-align: center;
  /* Colors */
  background-color: rgba(var(--color-medium-gray), 1);
  color: rgba(var(--color-white), 1);
  /* Layout */
  cursor: pointer;
  /* Spacing */
  padding: 18px;
  /* Animation */
  transition: var(--transition);
}
.fei-tabs-header.active {
  /* Colors */
  background-color: rgba(var(--color-sky-blue), 1);
  /* Position */
  position: relative;
}
.fei-tabs-header.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 12px solid rgba(var(--color-sky-blue), 1);
  /* Animation */
  transition: transform var(--transition);
}
.fei-tabs-content {
  /* Layout */
  display: none;
  width: 100%;
  /* Spacing */
  padding: 20px;
  /* Animation */
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity var(--transition),
    transform var(--transition);
}
.fei-tabs-content.active {
  /* Display */
  display: block;
  /* Animation */
  opacity: 1;
  transform: translateY(0);
}
.fei-text-img {
  /* Flexbox */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* Spacing */
  gap: 20px;
}
.fei-text-img ul {
  /* Flexbox */
  flex: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* Dimensions */
  min-width: 320px;
  /* Spacing */
  gap: 16px;
}

.fei-text-img p {
  /* Flexbox */
  flex: 1;
  /* Dimensions */
  min-width: 275px;
}
.fei-text-img li::before {
  /* Content */
  content: "•";
  /* Layout */
  display: inline-block;
  /* Dimensions */
  width: 1em;
  /* Spacing */
  margin-right: 0px;
}

.fei-tabs-body-content ul,
.fei-tabs-body-content ol {
  /* Typography */
  font-family: var(--font-family-medium);
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  /* Colors */
  color: rgba(var(--color-near-black), 1);
  /* Layout */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* Spacing */
  gap: 10px;
  padding-left: 28px;
  margin-bottom: 32px;
}
.fei-tabs-body-content ul li::before {
  /* Content */
  content: "•";
  /* Layout */
  display: inline-block;
  /* Dimensions */
  width: 1em;
  /* Spacing */
  margin-right: 0px;
}

.text-regular-round {
  /* Typography */
  font-family: var(--font-family-medium);
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  /* Colors */
  color: rgba(var(--color-near-black), 1);
  opacity: 1;
}

.fei-tabs-body-content a {
  /* Typography */
  letter-spacing: 0px;
  text-align: left;
  line-height: 32px;
  text-decoration: none;
  /* Colors */
  color: rgba(var(--color-sky-blue), 1);
  opacity: 1;
  /* Interaction */
  cursor: pointer;
}
.fei-tabs-body-content a:hover {
  /* Typography */
  text-decoration: underline;
}
.fei-tabs-image-scrollable {
  /* Layout */
  overflow: auto;
  display: block;
  /* Spacing */
  padding-bottom: 16px;
  text-align: center;
}
.fei-tabs-image-scrollable img {
  /* Dimensions */
  width: 1136px;
  max-width: fit-content;
}
p.small-text-fei-upper {
  /* Typography */
  font-size: 15px !important;
  line-height: 14px !important;
  text-transform: uppercase !important;
  /* Spacing */
  padding-left: 5px;
  margin-bottom: 7px;
}
ol.small-text-fei-upper {
  /* Spacing */
  gap: 7px;
}
ol.small-text-fei-upper li {
  /* Typography */
  font-size: 15px !important;
  line-height: 14px !important;
  text-transform: uppercase !important;
  /* Spacing */
  padding-left: 5px;
  margin-bottom: 0;
}

.fei-tabs-link {
  /* Colors */
  color: rgba(var(--color-sky-blue), 1);
}
.fei-multi-img {
  /* Layout */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* Spacing */
  gap: 45px;
}

.fei-page-title-description {
  /* Typography */
  font-family: var(--font-family-medium) !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: 0px !important;
  /* Colors */
  color: rgba(var(--color-near-black), 1) !important;
}
.fei-page-title-container {
  /* Layout */
  width: 100%;
  max-width: 1248px;
  box-sizing: border-box;
  /* Spacing */
  margin: 0 auto 20px;
  margin-top: 62px;
}
.fei-tabs-container {
  /* Spacing */
  margin-top: 40px !important;
}
.fei-blog-link {
  /* Layout */
  width: 100% !important;
  /* Animation */
  transition: var(--transition-base) !important;
}
.fei-blog-link:hover {
  /* Typography */
  text-decoration: underline !important;
  /* Colors */
  background: rgba(var(--color-dark-blue), 0.61) !important;
  color: rgba(var(--color-white), 1) !important;
  /* Transform */
  transform: translateY(-2px) !important;
}

.fei-blog-card-container {
  /* Layout */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Spacing */
  gap: 25px;
}

.fei-blog-card {
  /* Layout */
  width: 100%;
  /* Colors */
  background-color: rgba(var(--color-light-gray), 1);
  /* Styling */
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  /* Spacing */
  padding: 20px;
}

/* .col-d-75-t-66-m-12{
  display: grid !important;
  grid-template-columns: 60% 40% !important;
  gap: 32px !important;
} */

@media (min-width: 878px) and (max-width: 1023px) {
  /* .col-d-75-t-66-m-12{
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    gap: 32px !important;
  } */
}

@media (max-width: 877px) {
  /* .col-d-75-t-66-m-12{
    display: grid !important;
    grid-template-columns: 100% !important;
    gap: 32px !important;
  } */
}

@media (max-width: 877px) {
  .tabs-header {
    /* Layout */
    display: flex;
    flex-direction: column;
  }

  .fei-tabs-item.fei-active-tab {
    order: -1;
  }

  /* Title Container */
  .fei-title-container {
    /* Spacing */
    padding: 0 20px;
    margin: 0 !important;
  }

  /* Page Title */
  .fei-page-title {
    /* Typography */
    font-size: 36px !important;
    line-height: 46px !important;
    /* Spacing */
    padding-bottom: 13px !important;
    margin: 0 !important;
  }

  /* Page Title Description */
  .fei-page-title-description {
    /* Typography */
    font-size: 15px !important;
    line-height: 21px !important;
  }

  /* Grid and Layout Containers */
  .fei-title-container .fei-title-container,
  .container-fluid,
  .row,
  [class*="col-"] {
    /* Spacing */
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Mobile Menu Navbar */
  .navbar-default.mobile-menu {
    /* Background */
    background-color: rgba(var(--color-white), 1) !important;
    /* Spacing */
    padding: 0 20px !important;
  }

  /* Tabs Body Image Content */
  .fei-tabs-body-content img {
    /* Display */
    display: block;
    /* Spacing */
    margin: 0 auto !important;
  }

  /* Tabs Container */
  .fei-tabs-container {
    /* Spacing */
    padding: 0 20px !important;
    margin: 30px auto 0 auto !important;
  }

  /* Tabs Item */
  .fei-tabs-item {
    /* Layout */
    width: 100%;
  }

  /* Tabs Content */
  .fei-tabs-content {
    /* Border */
    border-top: none;
    /* Display */
    display: none;
  }

  /* Active Tabs Content */
  .fei-tabs-content.active {
    /* Display */
    display: block;
  }

  /* Text and Image Section */
  .fei-text-img {
    /* Layout */
    flex-direction: row;
  }

  /* Text and List in Text-Image Section */
  .fei-text-img p,
  .fei-text-img ul {
    /* Layout */
    flex: auto;
  }

  /* Image in Text-Image Section */
  .fei-text-img img {
    /* Spacing */
    margin: auto;
    /* Size */
    max-width: 100%;
  }

  /* Tabs Header */
  .fei-tabs-header {
    /* Typography */
    font-size: 22px !important;
    line-height: 34px !important;
    /* Spacing */
    margin: 0 0 12px 0 !important;
  }

  /* Section Heading */
  .fei-tabs-section-heading {
    /* Typography */
    font-size: 20px !important;
    line-height: 34px !important;
  }

  /* Medium Round Text */
  .text-medium-round {
    /* Typography */
    font-size: 15px;
    line-height: 21px;
  }

  /* Section Title */
  .fei-tabs-section-title {
    /* Typography */
    font-size: 20px;
    line-height: 34px;
    /* Spacing */
    padding: 18px 0 0 0;
    margin-top: 26px;
  }

  /* Tabs Body Lists */
  .fei-tabs-body-content ul,
  .fei-tabs-body-content ol {
    /* Spacing */
    gap: 4px;
  }

  /* Tabs Body Content */
  .fei-tabs-body-content,
  .fei-tabs-body-content p,
  .fei-tabs-body-content ul li,
  .fei-tabs-body-content ol li {
    /* Typography */
    font-size: 15px !important;
    line-height: 21px !important;
    font-family: var(--font-family-medium) !important;
  }

  /* First Paragraph in Medium Round Text */
  .text-medium-round p:first-child {
    /* Spacing */
    margin-bottom: 29px;
  }

  /* Tabs Content Padding */
  .fei-tabs-content {
    /* Spacing */
    padding: 20px 0;
  }
}

@media (min-width: 878px) and (max-width: 1199px) {
  .fei-title-container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .fei-page-title {
    font-size: 60px !important;
    line-height: 64px !important;
  }

  .fei-page-title-description {
    font-size: 19px !important;
    line-height: 28px !important;
  }
  .fei-text-img ul {
    flex: 2;
  }
  .fei-text-img img {
    margin: auto;
  }
  .fei-tabs-header,
  .fei-tabs-section-heading {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .fei-text-img p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .text-medium-round {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .fei-tabs-section-title {
    font-size: 28px !important;
    line-height: 34px !important;
    padding: 15px 0 0 0;
    margin-top: 22px;
  }
  .fei-tabs-body-content,
  .fei-tabs-body-content p,
  .fei-tabs-body-content ul li,
  .fei-tabs-body-content ol li,
  .fei-tabs-body-content a {
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: var(--font-family-medium) !important;
  }
  .text-medium-round p:first-child {
    margin-bottom: 26px;
  }
  p.small-text-fei-upper,
  ol.small-text-fei-upper li {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  ol.small-text-fei-upper {
    gap: 2px;
  }
  .fei-title-container .t-text-6-5 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .faq-accordion-container,
  .question-accordion-container,
  .sub-question-accordion-container {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .question-accordion-container,
  .sub-question-accordion-container {
    padding: 6px 20px 6px !important;
  }
  .question-label,
  .sub-question-label,
  .answer-label,
  .answer-text {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .answer-text {
    padding-top: 0 !important;
  }
  .center-card-container,
  .center-card-container p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
/* Desktop view (tabs) */
@media (min-width: 1200px) {
  /* Tabs Container */
  .fei-tabs-container {
    /* Layout */
    width: 100%;
    max-width: 1248px;
    margin: auto;
    /* Box Model */
    box-sizing: border-box;
  }

  /* Tabs Container */
  .tabs-container {
    /* Layout */
    display: flex;
    flex-direction: column;
  }

  /* Tabs Header */
  .tabs-header {
    /* Layout */
    display: flex;
    justify-content: space-between;
    /* Spacing */
    margin-bottom: 20px;
  }

  /* Tabs Item */
  .fei-tabs-item {
    /* Layout */
    flex: 1;
    /* Spacing */
    margin-right: 10px;
  }

  /* Last Tabs Item */
  .fei-tabs-item:last-child {
    /* Spacing */
    margin-right: 0;
  }

  /* Tabs Content */
  .fei-tabs-content {
    /* Display */
    display: none;
    /* Spacing */
    padding: 36px;
    margin: auto;
    /* Layout */
    width: 100%;
    max-width: 1248px;
    /* Box Model */
    box-sizing: border-box;
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
  }

  /* Tabs Header in rdTable */
  .rdTable .sf_colsIn.fei-tabs-header {
    /* Display */
    display: block;
  }

  /* Tabs Content in rdTable */
  .rdTable .sf_colsIn.fei-tabs-content {
    /* Display */
    display: block;
  }

  /* Active Tabs Content */
  .fei-tabs-content.active {
    /* Display */
    display: block;
  }
}
