html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;  
  vertical-align: baseline;
}

.banner_section {
  background-color: var(--primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner_section.dark {
  background-color: var(--secondary-1);
}

.banner_section .contents,
.banner_section .img-container {
  width: 50%;
}

.banner_section .img-container img {
  width: 100%;
  margin-bottom: -6px;
  border-bottom-left-radius: 90px;
}

.banner_section .contents ._headline {
  font-size: 3.75rem;
  font-weight: 300;
  color: #fff;
  font-family: FS Humana, Calibri, Helvetica, Arial, SF Pro Text, Roboto,
    sans-serif; 
  line-height: 1;
  position: relative;
}

.banner_section .contents ._des {
  margin-top: 18px;
  color: var(--white);
  font-size: 24px;
}

.banner_section .contents {
  padding: 2.938rem 1rem 3.75rem;
}

.banner_section.dark .contents ._headline::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/pattern-layer.png");
  height: 99px;
  width: 114px;
  background-size: cover;
  z-index: 0;
}

.banner_section.dark .contents ._headline::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../images/pattern-layer.png");
  height: 99px;
  width: 114px;
  background-size: cover;
  z-index: 0;
}

._headline_rel {
  position: relative;
  z-index: 1;
}

.banner_section .contents ._headline .blod_headline {
  font-weight: 700;
}

.tab_section {
  width: 100%;
  height: auto;
  padding: 2.5rem 0;
}

.tab_contain {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2.5rem;
}

.navigation_content {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.navigation_text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--font-color);
  cursor: pointer;
  padding: 1rem;
  text-align: start;
  border-radius: 0 8px 8px 0;
  text-decoration: none;
}

.active.navigation_text {
  background-color: #d9d9d9;
  color: #114a21;
  font-weight: 700;
}

.navigation_text:hover {
  background-color: #efeff1;
}

.text_content {
  width: 70%;
  display: flex;
  flex-direction: column;
  /* padding-left: 3.125rem; */
}

.about_headline {
  display: flex;
  align-items: center;
  font-size: 50px;
  color: #5c9a1b;
  font-weight: 400;
  line-height: 1;
}

.about_headline img {
  margin-right: 0.5rem;
}

.about_para {
  color: #3a3b3d;
  font-size: 1.188rem;
  line-height: 33px;
  margin: 1.5rem 0 2.5rem;
}

.about_divider {
  width: 50%;
  border-bottom: 1px solid #c8c8c8;
}

.coming-soon {
  font-size: 50px;
  color: #c4c4c4;
  padding: 38px 0;
}

.card_section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 4.938rem 0;
}

.card_section.img-card .card_content {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.card_section.img-card .card_content .card_content_box img {
  width: 100%;
}

.card_section.img-card .card_content .card_content_box .card-body,
.card_section.img-card .card_content .card_cta {
  /* padding-left: 2.313rem; */
  /* padding-right: 2.313rem; */
  padding-left: 2.28rem;
  padding-right: 2.28rem;
}

.card_section .card_content .card_cta a {
  display: flex;
  align-items: center;
}

.card_cta a:hover {
  border-bottom: 0.125rem solid #005b68;
  border-bottom-style: dashed;
  color: #005b68;
  width: fit-content;
}

.card_section .card_content .card_cta svg {
  margin-left: 0.5rem;
}

.card_content {
  padding: 2.313rem;
  padding-bottom: 1.313rem;
  background-color: #f5f5f5;
  border-radius: 1.875rem;
  width: calc(50% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.card_section.img-card.no-btn .card_content {
  background-color: transparent;
  border-radius: 0;
}

.card_section.img-card.no-btn .card_content .card_content_box .card-body {
  padding: 0;
}

.card_logo {
  text-align: center;
}

.card_HeadLine {
  font-size: 27px;
  color: #114a21;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.438rem;
  margin-top: 1.25rem;
}
.card_HeadLine sup, .card_para sup{font-size: 14px;}
p.card_para {
  color: #3a3b3d;
  font-size: 1.188rem;
  line-height: 1.3;
}

.card_cta {
  height: 2.188rem;
}

.card_cta a {
  color: var(--action-link-default);
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 900;
}

.navigation_mobile_content {
  display: none;
}

.sitemap_wrapper {
  background-color: var(--hover-bg);
  padding-top: 30px;
  padding-bottom: 30px;
}

.sitemap_wrapper .search_Breadcrumb {
  margin-bottom: 40px;
}

.sitemap {
  /* padding: 0 1rem; */
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sitemap .title {
  font-size: 1.75rem;
  color: var(--primary-2);
  padding-bottom: 0.75rem;
  font-weight: 300;
  border-bottom: 0.0625rem solid #c8c8c8;
}

.sitemap .menus {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
}

.sitemap .menus li a {
  color: var(--font-color);
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  display: inline-block;
}

/* media */
@media all and (max-width: 1199.98px) {
  .banner_section .contents ._headline {
    font-size: 2.5rem;
  }

  .banner_section .contents ._des {
    font-size: 20px;
  }

  .banner_section.dark .contents ._headline::before,
  .banner_section.dark .contents ._headline::after {
    height: 80px;
    width: 89px;
  }
}

@media all and (max-width: 991.98px) {

  .banner_section.dark .contents ._headline::before,
  .banner_section.dark .contents ._headline::after {
    height: 65px;
    width: 72px;
  }

  .banner_section .contents ._headline {
    font-size: 2rem;
  }

  .banner_section .contents ._des {
    font-size: 16px;
  }

  .tab_section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_headline {
    font-size: 1.875rem;
  }

  .about_headline img {
    height: 70px;
    width: auto;
  }

  .tab_contain {
    flex-direction: column;
    width: 100%;
  }

  .navigation_content {
    width: 100%;
    display: none;
  }

  .navigation_mobile_content {
    display: block;
    position: relative;
  }

  .navigation_mob_selcted {
    color: #114a21;
    font-weight: 700;
    border-radius: 4.84px;
    background-color: #d9d9d9;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.188rem;
    justify-content: space-between;
    overflow: hidden;
    line-height: 1.3;
  }

  .text_content {
    width: 100%;
  }

  .navigation_mob_option_list {
    position: absolute;
    background-color: #fff;
    display: none;
    width: 100%;
    border: solid 1px var(--border-color);
    border-top: 0;
    z-index: 1;
    box-shadow: rgba(17, 74, 33, 0.2) 0px 0.5rem 1rem;
    clip-path: inset(0px -0.5rem -0.5rem -1rem);
  }

  .navigation_mobile_content.open .navigation_mob_option_list {
    display: block;
  }

  .navigation_mobile_content.open .navigation_mob_selcted {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .navigation_mobile_content .navigation_mob_selcted ._mob_selcted_arrow img {
    transform: rotate(0deg);
    transition: 0.2s transform;
    padding-left: 5px;
  }

  .navigation_mobile_content.open .navigation_mob_selcted ._mob_selcted_arrow img {
    transform: rotate(180deg);
  }

  .navigation_mob_text {
    font-size: 1.188rem;
    font-weight: 400;
    line-height: 1.3;
    color: #3a3b3d;
    cursor: pointer;
    padding: 1rem 1.5rem;
    text-align: start;
  }

  .navigation_mob_text:hover {
    color: #114a21;
    font-weight: 700;
    background-color: #d9d9d9;
  }

  .navigation_mob_text .mob_anchor {
    text-decoration: none;
    color: #3a3b3d;
    display:block;
  }
}

@media all and (max-width: 767.98px) {
  .banner_section.dark .desk-break {
    display: none;
  }

  .banner_section.dark.right .contents ._headline {
    text-transform: capitalize;
  }

  .about_headline,
  .coming-soon {
    font-size: 27px;
  }

  .card_HeadLine {
    font-size: 22px;
  }

  .card_cta a {
    color: var(--primary-2);
  }

  .card_cta a:hover {
    border-color: var(--primary-hover-1);
    color: var(--primary-hover-1);
  }

  .banner_section {
    flex-direction: column;
    width: calc(100% - 1.5rem);
    margin-left: auto;
    border-bottom-left-radius: 30px;
  }

  .banner_section .contents ._des {
    font-size: 14px;
  }

  .banner_section .contents,
  .banner_section .img-container,
  .about_divider {
    width: 100%;
  }

  .card_content {
    padding: 20px;
  }

  .card_section.img-card .card_content .card_content_box .card-body,
  .card_section.img-card .card_content .card_cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_section .contents {
    order: 2;
  }

  .banner_section .img-container {
    order: 1;
  }

  .banner_section .img-container img {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
  }

  ._headline {
    font-size: 1.625rem;
  }

  .card_section {
    padding: 2.25rem 0;
  }

  .tab_section {
    padding-bottom: 1rem;
  }
}

@media all and (max-width: 575.98px) {

  .banner_section.dark .contents ._headline::before,
  .banner_section.dark .contents ._headline::after {
    height: 60px;
    width: 35px;
  }

  .card_content {
    width: 100%;
  }

  .navigation_mob_selcted {
    /* height: 36px; */
    height: auto;
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .banner_section.dark.right {
    /* background-color: transparent; */
    height: 100%;
    align-items: unset;
  }

  .banner_section.dark.right .contents {
    order: 1;
    background-color: var(--secondary-1);
    border-bottom-left-radius: 60px;
    /* height: calc(100% + 100px); */
  }

  .banner_section.dark.right .contents ._headline {
    text-transform: uppercase;
  }

  .banner_section.dark.right .img-container img {
    border-radius: 0;
    width: calc(100% + 100px);
    height: 100%;
    object-fit: cover;
  }

  .about_headline img {
    margin-right: 20px;
  }
}
.more-humana{cursor: pointer;}