.tm::after {
  content: 'TM';
  color: white;
  font-size: 20px;
  letter-spacing: 0.1rem;
  position: absolute;
  /* top: -20px; */
  /* right: 0px; */
  margin: -20px 0 10px 0;
}

.sm::after {
  content: 'SM';
  color: white;
  font-size: 20px;
  letter-spacing: 0.1rem;
  position: absolute;
  /* top: -20px; */
  /* right: 0px; */
  margin: -20px 0 10px 0;
}

.subtitle--hero {
  color: white;
  line-height: 2.5rem;
  font-size: 1.8rem;
}

#synergy-bg {
  background: #362f55 url(../images/synergy-hero/synergy-hero-bg.jpg);
  background-position: bottom left;
}

#myga-bg {
  background: #362f55 url(../images/wealthlock-myga/wealthlock-myga-bg.jpg);
  background-position: bottom left;
}

#accumulator-bg {
  background: #362f55 url(../images/fia-accumullator/fia-header-bg.jpg);
  background-position: bottom left;
}

#accumulator-bg sup {
  color: #fff;
}

.hero-section .img-wrap--synergy {
  margin-left: -1rem;
  width: auto !important;
  position: absolute;
  bottom: 0rem;
  height: 80%;
  right: 4rem;
  z-index: -9;
}

.hero-section .img-wrap--accumulator {
  margin-left: -1rem;
  width: auto !important;
  position: absolute;
  bottom: 0rem;
  height: 80%;
  right: -9rem;
  z-index: -9;
}

.synergy-headline {
  margin-top: 178px;
}

.synergy-headline span {
  margin-right: 1.5rem;
}

@media screen and (max-width: 1300px) {
  .hero-section .img-wrap--accumulator {
    margin-left: 4rem;
    width: 64%;
    position: absolute;
    right: -10rem;
    bottom: 0rem;
  }
}

@media screen and (max-width: 950px) {
  .hero-section .img-wrap--accumulator {
    margin-left: 4rem;
    width: 44%;
    position: absolute;
    bottom: 0rem;
    right: -15rem;
    opacity: 0.7;
  }
}

@media screen and (max-width: 896px) {
  .hero-section .img-wrap--synergy {
    margin-left: -1rem;
    width: 64%;
    position: absolute;
    bottom: 0rem;
  }
}

@media only screen and (max-width: 750px) {
  .tm::after {
    content: 'TM';
    color: white;
    font-size: 12px;
    letter-spacing: 0.1rem;
    position: absolute;
    margin: -10px 0 10px 0;
  }
  .subtitle--hero {
    color: white;
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
  .hero-section .img-wrap--synergy {
    margin-left: -1rem;
    width: auto !important;
    position: absolute;
    bottom: 0rem;
    right: 2rem;
    height: 55%;
  }
  .hero-section .img-wrap--accumulator {
    margin-left: -1rem;
    width: auto !important;
    position: absolute;
    bottom: 0rem;
    right: 2rem;
    height: 55%;
    opacity: 0.6;
  }
  .synergy-headline {
    margin-top: 128px;
  }
}

@media screen and (max-width: 575px) {
  .hero-section .img-wrap--synergy {
    bottom: 0rem;
    height: 90vw !important;
    left: 1rem !important;
    opacity: 0.5;
  }
  .hero-section .img-wrap--accumulator {
    bottom: 0rem;
    height: 90vw !important;
    left: 1rem !important;
    opacity: 0.5;
  }
  #accumulator-headline {
    font-size: 2.3rem !important;
    line-height: 2.2rem;
  }
  #accumulator-headline .sm::after {
    font-size: 0.7rem;
    letter-spacing: initial;
    position: absolute;
    margin: -12px 0 10px 0;
  }
}

/* +++++++ SYNERGY CIRCLES -- WHY SYNERGY ++++++++++ */

#whysynergy {
  margin: 5rem 0;
}

#whysynergy h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.circle-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.syn-circle {
  background-color: #5bc0be;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0.5rem;
  transition: 1s;
}

.syn-circle--bg {
  background-color: #005878;
}

.circle__content {
  display: block;
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02rem;
  width: 75%;
  text-align: center;
}

.circle__content-over {
  display: none;
  color: white;
  font-size: 0.95rem;
  width: 70%;
  text-align: center;
  margin-top: 0.5rem;
}

.syn-remove {
  display: none;
}

.circle__content-over-visible {
  display: block;
  opacity: 0;
  animation: fadeIn 1s linear forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.spanone::after {
  content: '1';
  font-size: 0.8rem;
  position: absolute;
  color: white;
}

.spantwo::after {
  content: '2';
  font-size: 0.8rem;
  position: absolute;
  color: white;
}

.circle__link {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-align: center;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg) translateY(-3px);
  -webkit-transform: rotate(-45deg) translateY(-3px);
}

@media only screen and (min-width: 1750px) {
  .syn-circle {
    width: 360px;
    height: 360px;
    margin: 2rem;
  }
  .circle__content-over {
    font-size: 1.15rem;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 350px) {
  .syn-circle {
    width: 280px;
    height: 280px;
  }
  .circle__content-over {
    margin-top: 2rem;
  }
}

/*  ===== NUMBER ROW ===== */

#purchasesynergy {
  margin: 3rem 0 4rem 0;
}

.syn__number-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.syn__number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem;
  width: 250px;
}

.syn__number {
  color: #3729a3;
  font-size: 10rem;
  font-weight: 700;
  line-height: 12rem;
}

.syn__number-content {
  width: 75%;
}

.syn__number-content sup {
  color: black !important;
}

@media only screen and (min-width: 1690px) {
  .syn__number-container {
    margin: 2.5rem;
    width: 350px;
  }

  .syn__number {
    font-size: 10rem;
  }

  .syn__number-content {
    width: 70%;
  }

  .syn__number-content h4 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 750px) {
  .syn__number-container {
    margin: 0rem;
  }
  .syn__number {
    line-height: 11rem;
  }
}

@media only screen and (max-width: 450px) {
  .syn__number-container {
    margin: 1rem 0;
    width: 155px !important;
  }
  .syn__number {
    line-height: 11rem;
  }
}

/*  ====== CUSTOMIZE ROW ======= */

/* === CUSTOMIZED FEATURES BLOCK === */

#customizefeatures {
  padding: 4rem 6rem;
  background-color: #f2f2f2;
}

.customizedfeatures-block--container {
  display: flex;
  margin: 4rem 0;
}

.customizedfeatures-block--container div:nth-child(1) {
  width: 60%;
}

.customizedfeatures-block--container div:nth-child(2) {
  width: 40%;
  display: flex;
  justify-content: center;
}

#customizefeatures h2 sup {
  font-size: 1.3rem;
  margin-left: 0.3rem;
  color: #464646;
  position: absolute;
  margin-top: 1.8rem;
}

#customizefeatures h4 {
  font-weight: 800;
  margin: 2rem 0 0 0;
}

#customizefeatures h4:nth-child(1) {
  margin: 0;
}

.bulb img {
  margin-left: 40%;
  width: 45%;
}

@media only screen and (max-width: 1675px) {
  .bulb img {
    margin-left: 20%;
    width: 55%;
  }
}

@media screen and (max-width: 1350px) {
  .customizedfeatures-block--container div:nth-child(2) {
    margin: 0 2rem;
  }
}

@media only screen and (max-width: 1175px) {
  .bulb img {
    margin-left: 0;
    width: 80%;
  }

  #customizefeatures {
    padding: 4rem 4rem;
  }
}

@media only screen and (max-width: 991px) {
  #customizefeatures {
    padding: 2rem;
  }

  .bulb img {
    margin-top: 3rem;
    width: 30%;
  }
  #customizefeatures h2 sup {
    font-size: 1rem;
    position: inherit;
  }
}

@media screen and (max-width: 780px) {
  .customizedfeatures-block--container div:nth-child(1) {
    width: 70%;
  }

  .customizedfeatures-block--container div:nth-child(2) {
    margin: 4rem 0;
    align-items: flex-start;
  }

  .customizedfeatures-block img {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .customizedfeatures-block--container {
    flex-direction: column;
    margin: 0;
  }

  .customizedfeatures-block--container div:nth-child(1) {
    width: 100%;
  }

  .customizedfeatures-block--container div:nth-child(2) {
    width: 100%;
    margin: 2rem 0 0 0;
    align-items: center;
    justify-content: center;
  }

  .customizedfeatures-block img {
    width: 40%;
  }
}

@media only screen and (max-width: 450px) {
  .bulb img {
    width: 45%;
  }

  .customizedfeatures-block img {
    width: 60%;
  }
}

/* ====== PARTNERS ====== */

.card-text #franklin-link {
  color: #184e9a !important;
  font-weight: 800 !important;
}

.card-text #franklin-link:hover {
  text-decoration: underline !important;
}

.card-text #lighthouse-link {
  color: #184e9a !important;
  font-weight: 800 !important;
}

.card-text #lighthouse-link:hover {
  text-decoration: underline !important;
}

.card-text #invesco-link {
  color: #184e9a !important;
  font-weight: 800 !important;
}

.card-text #invesco-link:hover {
  text-decoration: underline !important;
}

/*  ========= TAX-DEFERRED & LADDERING =========== */

#tax-deffered,
#laddering {
  padding: 5rem 6rem;
}

#tax-deffered h2,
#laddering h2 {
  margin-bottom: 1.5rem;
}

#tax-deffered h4,
#laddering h4 {
  font-weight: 800;
}

#laddering-access {
  margin-top: 2rem;
  display: flex;
}

.laddering-container {
  flex-grow: 2;
}

.graph {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 34%;
  margin-left: 6rem;
}

.graph img {
  width: 100%;
}

@media screen and (min-width: 2050px) {
  .graph {
    min-width: 25%;
  }
}

@media screen and (max-width: 1650px) {
  .graph {
    min-width: 40%;
  }
}

@media screen and (max-width: 1350px) {
  .graph {
    min-width: 55%;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1150px) {
  #tax-deffered,
  #laddering {
    padding: 4rem;
  }

  #laddering-access {
    flex-direction: column;
  }

  .graph {
    align-self: center;
    max-width: 75%;
    margin: 2rem 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  #tax-deffered,
  #laddering {
    padding: 4rem 2rem;
  }

  .graph {
    max-width: 100%;
  }
}

/*  ===== RESOURCES ===== */

.syn__resources-linkblock {
  display: flex;
  justify-content: space-around;
}

.syn__resources-titleblock h2 {
  font-size: calc(22px + (28 - 22) * ((100vw - 360px) / (2560 - 360))) !important;
  margin: 2rem 0 1rem 0;
}

#syn__resources {
  background-color: #3b4f6b;
}

#syn__resources h2 {
  text-align: center;
}

#syn__resources sup {
  color: white !important;
  font-size: 0.8rem;
  position: absolute;
  top: 1rem;
}

#syn__resources .btn {
  text-transform: none;
}

.syn__resources-links {
  color: #464646 !important;
  font-size: calc(14px + (21 - 14) * ((100vw - 360px) / (2560 - 360))) !important;
  width: 25%;
  display: flex;
  justify-content: flex-start;
}

.syn__resources-links a img {
  margin: 0 0.4rem 0.1rem 0;
  height: 15px;
}

.syn__second-link img {
  height: 20px !important;
  filter: brightness(0.3);
  margin: 0 0.5rem 0.2rem 0 !important;
}

.syn__resources-links a:hover {
  text-decoration: underline !important;
}

.resource-title {
  margin: 2rem auto;
  text-align: center;
}

.main-resources-title {
  margin-top: 4rem;
}

.resource-title h4 {
  font-weight: 800;
}

.accum-resources-linkblock {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

.accum-resources-btns {
  margin: 0 2rem;
}

.comp img {
  margin: 0 0.3rem 0.2rem 0;
}

.invest-link {
  /* display: flex; */
  display: none;
  flex-direction: row;
  padding-left: 1.32rem;
  padding-top: 1.3rem;
}

.invest-link a {
  color: white;
  text-decoration: none;
}
.invest-icon {
  margin: 0.2rem 0.5rem 0 0;
}
.invest-text {
  font-size: 1.3rem;
  text-transform: uppercase;
  width: 400px;
}

.resources-linkrow2 {
  margin: 2rem 0 0 0.2rem;
}

.disclosure-block {
  margin: 2rem 0 2rem 2rem;
}

#disclosures-link {
  font-size: calc(14px + (21 - 14) * ((100vw - 360px) / (2560 - 360))) !important;
}

#disclosures-link img {
  margin: 0 0.4rem -0.1rem 0;
  height: 13px;
}

#disclosures-link:hover {
  text-decoration: underline !important;
}

.fp-product-brocure-link {
  margin-left: -23px;
}

@media only screen and (max-width: 1750px) {
  .invest-text {
    font-size: 1rem;
    text-transform: uppercase;
    width: 230px;
  }
}

@media only screen and (max-width: 990px) {
  .invest-link {
    margin: 0.8rem 0;
  }

  .invest-text {
    font-size: 0.9rem;
    text-transform: uppercase;
    width: 250px;
  }

  .disclosure-block {
    margin: 2rem auto;
  }
}

@media only screen and (max-width: 750px) {
  .fp-product-brocure-link {
    margin-left: -23px !important;
    margin-bottom: 1rem !important;
    text-align: center;
  }

  .syn__resources-linkblock {
    flex-direction: column;
    margin: 0 0 0 1rem;
  }

  .syn__resources-titleblock h2 {
    margin: 0.2rem 0;
  }

  .syn__resources-links {
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 332px) {
  .resource-title span {
    display: none;
  }
}

/*  ====== FUNDS ====== */

#funds sup {
  color: #333;
}

/*  ====== DISCLAIMERS ====== */

.disclaimer-container {
  margin-top: -2rem;
  margin-bottom: -3rem;
}

#disclaimers h4 {
  font-weight: 800;
}

#disclaimers h4 sup {
  color: #464646;
  font-size: 1rem;
}

.disclaimer-copy {
  font-size: 0.8rem;
}

.disclaimer-copy sup {
  color: #464646;
  margin-right: 0.1rem;
}

.quarter sup {
  color: #464646;
  font-size: 1.2rem;
  margin-right: 0.1rem;
  position: absolute;
  top: 10px;
}

.all-products {
  margin: 2rem 0 !important;
}

/*  ====== CARDS ====== */

#industryleaders .card {
  margin: 0 2rem !important;
  padding: 0 0.2rem 0.2rem 0.2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 550px) {
  #industryleaders .card {
    margin: 1rem 0 !important;
  }
  .disclaimer-copy {
    font-size: 0.7rem;
  }
}

#industryleaders .card-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

#industryleaders .card-text span {
  color: #184e9a;
  font-weight: 800;
}

/*  ==== DISCLAIMER ===== */

.disclaimer-text {
  font-size: 0.75rem !important;
  font-weight: 200 !important;
  font-style: italic !important;
  margin: 0.2rem 0;
}

/* ==== FLOAT NAV ==== */

.floatnav-container {
  z-index: 1001;
  position: absolute;
  right: 0;
  height: 100px;
  width: 100px;
}

.floatnav--navbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40px;
  border: 3px solid #ef426f;
  background-color: #ef426f;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
  height: 180px;
  right: 0;
  margin-top: 2rem;
  transition: 0.2s;
}

.floatnav--navlist {
  display: none;
  color: white;
  transition: 0.2s;
}

.floatnav--navlist > div {
  border-bottom: 2px solid #f8b4c6;
}

.floatnav--navlist h4 {
  color: white !important;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  font-weight: 800;
  padding-left: 0.5rem;
  margin-bottom: -0.3rem;
}

.floatnav--navlist li {
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.floatnav--navlist li a {
  color: white;
}

.floatnav--navlist li:hover {
  background-color: #f2698d;
}

.sticky-container {
  position: fixed;
  top: 35%;
  right: 0;
  bottom: 0;
}

.mobile-sticky-container {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.floatnav--arrow {
  border: solid #f8b4c6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  margin-left: 6px;
  transition: 0.2s;
}

.floatnav--left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.floatnav--top {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-left: 0 !important;
  margin-top: 16px;
}

.floatnav--bottom {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: -6px;
}

.floatnav--right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.floatnav--mouseover {
  width: 310px;
  background-color: #ef426f;
}

.floatnav--arrow-over {
  border-color: #f8b4c6;
  margin-right: 0.3rem;
}

.floatnav--navlist-over {
  display: block;
  width: 100%;
  opacity: 0;
  animation: fadein 0.4s ease-in forwards;
}

.floatnav--downarrow {
  background-color: #f2698d;
  width: 100%;
  height: 31px;
  text-align: center;
  margin-bottom: -9px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  ===== MOBILE NAV ===== */

@media only screen and (max-width: 750px) {
  .mobilenav--invisbox {
    width: 100%;
    height: 0%;
    bottom: 0;
    position: fixed;
  }
  .mobilenav-container {
    z-index: 1002;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mobilenav--navbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    border: 3px solid #ef426f;
    background-color: #ef426f;
    border-radius: 0.4rem 0.4rem 0rem 0rem;
    height: 40px;
    bottom: 0;
    margin-top: 2rem;
    transition: 0.2s;
  }
  .mobilenav--navlist {
    /* display: none; */
    margin-top: 126px;
    color: white;
    width: 100%;
    transition: 0.2s;
  }
  .mobilenav--navlist > div {
    display: flex;
    justify-content: space-between;
  }
  .mobilenav--navlist h4 {
    color: white !important;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    font-weight: 800;
    padding-left: 0.5rem;
    margin-bottom: -0.3rem;
  }
  .mobilenav--navlist li {
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .mobilenav--navlist li a {
    color: white;
  }
  .mobilenav--arrow {
    border: solid #f8b4c6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    margin-right: 12px;
    transition: 0.2s;
  }
}

.mobilenav--hide {
  display: none;
}

.mobilenav--show {
  display: block;
}

.mobilenav--mouseover-mobile {
  height: 175px;
  background-color: #ef426f;
  flex-direction: column;
  width: 100%;
}

.mobilenav--navlist-over {
  margin-top: -10px;
}

.mobilenav--arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 7px;
}

.mobilenav--arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 0px;
}
.mobilenav--invisbox-open {
  height: 100%;
}
.mobilenav--productbar-open {
  border-bottom: 2px solid #f8b4c6;
}
