@import url("https://res.cloudinary.com/dw94zcynd/raw/upload/v1785878622/site-mirror/74f38b7d-ac6b-40d2-96fe-3c45695a57ff/goldenguardian/57bb5efe0902");

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.mirror-page {
  margin: auto;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
label {
  font-weight: normal;
}
ul {
  padding-left: 0px;
  margin-left: 0px;
}
:root {
  /* ------ Color */
  --white: #ffffff;
  --cyan_blue: #0e1d32;
  --gray: #4c474c;
  --golden: #c59b42;
  --golden_dark: #735007;

  /* -------- Fonts */
  --open: "Open Sans", sans-serif;
  --josefin: "Josefin Sans", sans-serif;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none !important;
}
a:hover {
  outline: none;
  text-decoration: underline;
}
#wrapper {
  width: auto;
  height: auto;  
  padding: 15px;
}
.wrapper_container {
  max-width: 710px;
  height: auto;
  margin: auto;
}
/*============================================ Header Start ============================================*/
.top_box {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.header_container {
  background: var(--white);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
}
.header_right {
  display: flex;
  justify-content: space-between;
  width: 52%;
  align-items: center;
}
.advertorial {
  color: #000;
  text-align: justify;
  font-family: var(--josefin);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24.16px;
}
.healthy {
  font-size: clamp(16px, 4vw, 20px);
  font-style: italic;
  border-bottom: 3px solid #dbb581;
  font-weight: 600;
  color: black;
  font-family: var(--open);
}
.golden-years-banner {
  background-color: #dbb581;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-style: italic;
  font-family: var(--open);
  font-weight: 600;
  font-size: clamp(12px, 3vw, 23px);
}
.golden-years-banner strong {
  font-weight: 700;
}
.game_changing {
  display: flex;
}
.lady {
  flex: 1; /* Make this element take up as much room as it can */
  min-width: 230px;
  align-self: flex-end;
  display: flex;
}
.lady img {
  max-width: 100%;
  height: auto;
  margin-left: -28px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.g_content {
  padding-top: 40px;
}
.g_content h1 {
  color: #4a4d50;
  font-family: var(--josefin);
  font-size: clamp(36px, 4vw, 50px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: normal;
}
.g_content h1 span {
  background: linear-gradient(
    0deg,
    rgba(230, 191, 137, 1) 0%,
    rgba(230, 191, 137, 1) 30%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}
.g_content h3 {
  color: #dbb581;
  font-family: var(--josefin);
  font-size: clamp(24px, 4vw, 28px);
  font-style: normal;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 0px;
  line-height: 40px;
}
.g_content p {
  color: #4a4d50;
  font-family: var(--josefin);
  font-size: clamp(20px, 4vw, 21px);
  font-style: italic;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
/*======================================== Insu Box ===========================================*/
.insurance_box {
  padding-top: 20px;
}
.insurance_box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-left: 0px;
}
.insurance_box ul li {
  list-style: none;
}
.insurance_box ul li:nth-child(9) a::before {
  content: "";
  background: url(https://res.cloudinary.com/dw94zcynd/raw/upload/v1785878621/site-mirror/74f38b7d-ac6b-40d2-96fe-3c45695a57ff/goldenguardian/f86b366a1354.svg)
    no-repeat;
  background-size: 18px;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.insurance_box ul li:nth-child(9) a {
  background-color: #ecbc74;
}
.insurance_box ul li:nth-child(9) a img {
  margin-right: 5px;
}
.insurance_box ul li a,
.insurance_box ul li:hover a {
  color: #fff;
  font-family: var(--josefin);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.82px;
  border-radius: 12px;
  background: #d5b688;
  padding: 10px 5px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.insurance_box ul li a:hover {
  background-color: #ecbc74;
  color: #fff;
}
/*======================================== Content Box ===========================================*/
.content_box {
}
.content_box h1 {
  color: #4a4d50;
  font-family: var(--josefin);
  font-size: clamp(26px, 4vw, 38px);
  font-style: normal;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 0px;
  line-height: 40px;
}
.content_box h1 strong {
  font-style: normal;
  font-weight: 600;
  color: #d19c55;
}
.content_box img {
  display: block;
  margin: auto;
}
.content_box p {
  color: #4a4d50;
  font-family: var(--josefin);
  font-size: clamp(20px, 4vw, 24px);
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 0px;
  line-height: 36px;
}
.content_box p strong {
  font-weight: 700;
}
.content_box ul {
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
}
.content_box ul li {
  list-style: disc;
  color: #4a4d50;
  font-family: var(--josefin);
  font-size: clamp(20px, 4vw, 24px);
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
  line-height: 36px;
}
.content_box ul li a {
  font-size: clamp(20px, 4vw, 24px);
  color: #d19c55;
  font-weight: 400;
  text-decoration: underline !important;
  display: inline;
  border-radius: 0%;
  box-shadow: none;
  padding: 0px;
  background: none;
  border: none;
}
.content_box p a {
  font-size: clamp(20px, 4vw, 24px);
  color: #d19c55;
  font-weight: 500;
  text-decoration: underline !important;
  display: inline;
  border-radius: 0%;
  box-shadow: none;
  padding: 0px;
  background: none;
  border: none;
}
.content_box ul li a:hover,
.content_box p a:hover {
  display: inline;
  border-radius: 0%;
  box-shadow: none;
  padding: 0px;
  background: none;
  border: none;
  color: #d19c55;
  text-decoration: none !important;
}
.content_box a {
  color: #fff;
  text-align: center;
  font-family: var(--josefin);
  font-size: clamp(17px, 4vw, 23px);
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
  background: #27a89c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 20px 10px;
  border-top: 6px solid #2ecfc0;
  margin-top: 20px;
}
.content_box a:hover {
  background: #2ecfc0;
  border-top: 6px solid #27a89c;
  color: #fff;
}
.content_box a.gg-rewards {
  background: #d19c55;
  border-top: 6px solid #f8d7aa;
  font-size: clamp(16px, 4vw, 23px);
  color: #fff;
}
.content_box a.gg-rewards:hover {
  background: #f8d7aa;
  border-top: 6px solid #d19c55;
  color: #000;
}
hr {
  margin: 2rem 0 !important;
}
/*============================================== Footer Container Start ===============================================*/
.footer_container {
  background-color: #f9f7f4;
  text-align: center;
  padding: 50px 15px;
  margin-top: 100px;
}
.footer_container p {
  color: #938a8a;
  font-size: 13px;
  font-family: var(--josefin);
  font-weight: 400;
  line-height: 19.63px;
  word-wrap: break-word;
  max-width: 720px;
  margin: auto;
  padding-top: 20px;
}
.footer_container p a {
  color: #938a8a;
  font-size: 12px;
  font-family: var(--josefin);
  font-weight: 400;
  text-decoration: underline;
  line-height: 18.12px;
  word-wrap: break-word;
}
.footer_container p em {
  font-family: var(--josefin);
  color: #938a8a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
div.dis p {
  text-align: justify;
}
.clear {
  clear: both;
}

@media (min-width: 480px) and (max-width: 766.99px) {
  .header_container {
    display: block;
  }
  .logo {
    text-align: center;
  }
  .header_right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .advertorial {
    text-align: center;
    padding-top: 15px;
  }
  .game_changing {
    display: block;
  }
  .lady {
    border-bottom: 10px solid #dbb581;
  }
  .lady img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-left: auto;
  }
  .g_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .insurance_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .insurance_box ul li a,
  .insurance_box ul li a:hover {
    font-size: 16px;
    padding: 15px 5px;
  }
}
@media (min-width: 380px) and (max-width: 479.99px) {
  .header_container {
    display: block;
  }
  .logo {
    text-align: center;
  }
  .header_right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .advertorial {
    text-align: center;
    padding-top: 15px;
  }
  .game_changing {
    display: block;
  }
  .lady {
    border-bottom: 10px solid #dbb581;
  }
  .lady img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-left: auto;
  }
  .g_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .insurance_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .insurance_box ul li a,
  .insurance_box ul li a:hover {
    font-size: 16px;
    padding: 15px 5px;
  }
}
@media (min-width: 361px) and (max-width: 379.99px) {
  .header_container {
    display: block;
  }
  .logo {
    text-align: center;
  }
  .header_right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .advertorial {
    text-align: center;
    padding-top: 15px;
  }
  .game_changing {
    display: block;
  }
  .lady {
    border-bottom: 10px solid #dbb581;
  }
  .lady img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-left: auto;
  }
  .g_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .insurance_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .insurance_box ul li a,
  .insurance_box ul li a:hover {
    font-size: 16px;
    padding: 15px 5px;
  }
}
#primary-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wpb_content_element {
  margin-bottom: 0px;
}
