@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
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, 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,
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;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-- media queries--*/
nav ul {
  text-align: right;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  nav ul {
    text-align: center;
  }
}
nav ul li {
  display: inline-block;
  margin: 0;
}
nav ul li a {
  font-family: "Poppins", sans-serif;
  padding: 0 20px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  nav ul li a {
    padding: 5px 20px;
  }
}

@media (min-width: 370px) and (max-width: 767.98px) {
  .home .col-md-12 {
    text-align: center;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .home .col-md-12 .img-fluid {
    width: 90%;
  }
}

.home-copy-content h3 {
  font-weight: bolder;
  color: #ffffff;
  text-align: right;
  width: 130%;
  font-size: 2.1rem;
  margin-left: -31%;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .home-copy-content h3 {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .home-copy-content h3 {
    margin-left: -113px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-copy-content h3 {
    width: 100%;
    margin-left: 0px;
  }
}
.home-copy-content h5 {
  color: #DBB666;
  font-weight: 400;
  text-align: right;
  font-size: 1.8rem;
  margin-right: 10px;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .home-copy-content h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .home-copy-content h5 {
    font-size: 1.4rem;
  }
}
.home-copy-content ul.member-cards {
  text-align: center;
}
.home-copy-content ul.member-cards li {
  display: inline-block;
  margin: 0 20px;
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-copy-content ul.member-cards li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .home-copy-content ul.member-cards li {
    margin: 0 10px;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .home-copy-content ul.member-cards li {
    width: 44%;
    margin: 0 10px;
  }
}
.home-copy-content ul.member-cards li img {
  width: 100%;
  height: auto !important;
  float: left;
}
.home-copy-content ul.member-cards li span {
  width: 100%;
  text-align: center !important;
  color: #ffffff;
  float: left;
  padding: 12px 0;
}
.home-copy-content ul.member-cards li:last-child {
  margin: 0 10px 0 0;
}

.copy-side-content {
  margin-top: 0px !important;
}
.copy-side-content small {
  width: 100%;
  text-align: left !important;
  color: #DBB666;
  padding-right: 10px;
  float: right !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .copy-side-content small {
    text-align: center !important;
  }
}
@media (min-width: 414px) and (max-width: 767.98px) {
  .copy-side-content small {
    text-align: center !important;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .copy-side-content small {
    text-align: center !important;
  }
}

.socialmedia {
  margin-top: 0px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .socialmedia {
    text-align: center !important;
  }
}
@media (min-width: 414px) and (max-width: 767.98px) {
  .socialmedia {
    text-align: center !important;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .socialmedia {
    text-align: center !important;
  }
}
.socialmedia .contactus-small {
  width: 100%;
  text-align: left !important;
  color: #DBB666;
  float: right !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .socialmedia .contactus-small {
    text-align: center !important;
  }
}
@media (min-width: 414px) and (max-width: 767.98px) {
  .socialmedia .contactus-small {
    text-align: center !important;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .socialmedia .contactus-small {
    text-align: center !important;
  }
}

ul.appstore-links {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.appstore-links {
    text-align: center !important;
  }
}
@media (min-width: 414px) and (max-width: 767.98px) {
  ul.appstore-links {
    text-align: center !important;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  ul.appstore-links {
    text-align: center !important;
  }
}
ul.appstore-links li {
  display: inline-block;
  margin: 2% 2%;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.appstore-links li {
    width: 9%;
  }
}
@media (min-width: 414px) and (max-width: 767.98px) {
  ul.appstore-links li {
    width: 9%;
  }
}
@media (min-width: 370px) and (max-width: 767.98px) {
  ul.appstore-links li {
    width: 9%;
  }
}
ul.appstore-links li img {
  width: 100%;
  height: auto;
}

.w-30 {
  width: 30% !important;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .w-30 {
    width: 40% !important;
  }
}

footer {
  width: 100%;
}
footer small {
  width: 100%;
  float: left;
  text-align: center !important;
  color: #ffffff;
  margin-bottom: 12px;
}

html {
  padding: 0px;
  margin: 0px;
  background-color: #231f20;
}

body {
  background: url(../images/background_lte.jpg) top right no-repeat;
  background-attachment: fixed;
  background-color: #231f20;
}
@media only screen and (max-width: 2560px) and (min-width: 1925px) {
  body {
    background: url(../images/background_xl_lte.jpg) top left no-repeat;
    background-attachment: fixed;
  }
}

.page-id-103 {
  background: url("../images/bg-silver.jpg") top right no-repeat;
  background-attachment: fixed !important;
  background-color: #231f20;
}
@media only screen and (max-width: 2560px) and (min-width: 1925px) {
  .page-id-103 {
    background: url("../images/bg-silver.jpg") top left no-repeat;
    background-attachment: fixed !important;
    background-color: none !important;
  }
}

#silver-body {
  background: url("../images/bg-silver.jpg") top right no-repeat;
  background-attachment: fixed !important;
  background-color: #231f20;
}
@media only screen and (max-width: 2560px) and (min-width: 1925px) {
  #silver-body {
    background: url("../images/bg-silver.jpg") top left no-repeat;
    background-attachment: fixed !important;
    background-color: none !important;
  }
}

header {
  margin: 25px auto 25px auto;
  width: 100%;
}

table {
  max-width: 100%;
}

.body-content {
  margin: 25px auto 25px auto;
  width: 100%;
}

@media (min-width: 370px) and (max-width: 767.98px) {
  .left-img-content {
    margin-bottom: 25px;
  }
}

.right-content p, .right-content h2 {
  color: #ffffff;
}
.right-content h2 {
  margin-bottom: 0px !important;
  width: 100%;
}
.right-content h4 {
  font-size: 13px;
  font-weight: bolder;
  text-transform: uppercase;
}
.right-content ul {
  color: #ffffff;
  list-style-type: disc;
}

.gold-benefits .right-content h1, .diamond-benefits .right-content h1 {
  color: #DBB666 !important;
  font-size: 23px;
  font-weight: 300;
}
.gold-benefits .right-content h4, .diamond-benefits .right-content h4 {
  color: #DBB666 !important;
}
.gold-benefits .right-content h3, .diamond-benefits .right-content h3 {
  color: #ffffff !important;
  font-size: 18px;
}
.gold-benefits h4, .diamond-benefits h4 {
  color: #DBB666 !important;
}
.gold-benefits p, .diamond-benefits p {
  color: #ffffff;
}
.gold-benefits ul, .diamond-benefits ul {
  margin-left: 19px;
  list-style-type: none;
}
.gold-benefits ul li, .diamond-benefits ul li {
  position: relative;
}
.gold-benefits ul li a, .diamond-benefits ul li a {
  color: #DBB666;
  text-decoration: none;
  transition: 0.2s all ease;
  font-size: 14px;
  padding: 3px 0px;
}
.gold-benefits ul li a:hover, .diamond-benefits ul li a:hover {
  color: #ffffff;
}
.gold-benefits ul li ul li::before, .diamond-benefits ul li ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #DBB666;
  position: absolute;
  left: -12px;
  top: 9px;
}
.gold-benefits ul li::before, .diamond-benefits ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: #DBB666;
  position: absolute;
  left: -12px;
  top: 9px;
}

.gold_links {
  list-style: none !important;
  margin-left: 35px !important;
}
.gold_links li::before {
  content: none !important;
}
.gold_links li a::before {
  content: "" !important;
  background-image: url(../images/p-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 5px;
}

.silver-benefits .right-content h1 {
  color: #ccc !important;
  font-size: 23px;
  font-weight: 300;
}
.silver-benefits .right-content h4 {
  color: #ccc !important;
}
.silver-benefits .right-content h3 {
  color: #ffffff !important;
  font-size: 18px;
}
.silver-benefits h4 {
  color: #ccc !important;
}
.silver-benefits p {
  color: #ffffff;
}
.silver-benefits ul {
  margin-left: 20px !important;
  list-style-type: none;
}
.silver-benefits ul li {
  position: relative;
}
.silver-benefits ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.2s all ease;
}
.silver-benefits ul li a:hover {
  color: #ffffff;
}
.silver-benefits ul li ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #ccc;
  position: absolute;
  left: -12px;
  top: 9px;
}
.silver-benefits ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: #ccc;
  position: absolute;
  left: -12px;
  top: 9px;
}

table .gold-head {
  background: linear-gradient(315deg, #a38560 0%, #e0d4ae 74%);
  color: #000000;
  padding: 8px auto;
  border: 1px solid #DBB666;
}
table .tbody td {
  background-color: transparent !important;
  color: #ffffff !important;
  text-align: center;
  border: 1px solid #DBB666;
}
table .tbody td.gold {
  color: #DBB666 !important;
}

.silver-table table .silver-head {
  background-color: #ccc;
  color: #000000;
  padding: 8px auto;
  border: 1px solid #ccc !important;
}
.silver-table table .tbody td {
  background-color: transparent !important;
  color: #ffffff !important;
  text-align: center;
  border: 1px solid #ccc !important;
}

ul.silver_links {
  list-style: none !important;
  margin-left: 35px !important;
}
ul.silver_links li::before {
  content: none !important;
}
ul.silver_links li a {
  color: #ccc;
  font-size: 14px;
  padding: 3px 0px;
}
ul.silver_links li a::before {
  content: "" !important;
  background-image: url(../images/p-icon-silver.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 5px;
}

.silver h1, .silver h2, .silver h3, .silver h4, .silver h5, .silver h6, .silver ul {
  color: #ccc !important;
}

.accor-gold {
  --bs-accordion-bg:transparent !important;
  --bs-accordion-btn-bg:linear-gradient(315deg, #a38560 0%, #e0d4ae 74%);
  --bs-accordion-active-bg:linear-gradient(315deg, #a38560 0%, #e0d4ae 74%);
  --bs-accordion-border-color:1px solid $gold !important;
  --bs-border-color:1px solid $gold !important;
}
.accor-gold .accordion-header {
  color: #000000;
  background-color: #a38560;
  background-image: linear-gradient(315deg, #a38560 0%, #e0d4ae 74%);
}
.accor-gold .accordion-header button {
  font-weight: bolder;
  display: block;
  text-align: center;
}
.accor-gold .accordion-header button::after {
  position: absolute;
  z-index: 100;
  right: 16px;
}
.accor-gold .accordion-button, .accor-gold .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accor-silver {
  --bs-accordion-bg:transparent !important;
  --bs-accordion-btn-bg:linear-gradient(147deg, #d7d7d7 0%, #353535 74%) !important;
  --bs-accordion-active-bg:linear-gradient(147deg, #d7d7d7 0%, #353535 74%) !important;
  --bs-accordion-border-color:1px solid $silver !important;
  --bs-border-color:1px solid $silver !important;
}
.accor-silver .accordion-header {
  background-color: #d7d7d7;
  background-image: #ccc;
  color: #000000;
}
.accor-silver .accordion-header button {
  font-weight: bolder;
  display: block;
  text-align: center;
}
.accor-silver .accordion-header button::after {
  position: absolute;
  z-index: 100;
  right: 16px;
}
.accor-silver .accordion-button, .accor-silver .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.silver-bg {
  background-color: #d7d7d7;
  background-image: linear-gradient(147deg, #d7d7d7 0%, #353535 74%);
}

.accordion-body small {
  font-size: 10px;
}

.socialmedia {
  text-align: left;
}
.socialmedia li {
  display: inline-block;
}
.socialmedia li a {
  color: #DBB666;
  font-size: 30px;
  padding: 5px 5px 0px;
  transition: all ease-in 0.2s;
}
.socialmedia li a:first-child {
  padding-left: 0px !important;
}
.socialmedia li a:hover {
  color: #ffffff;
}

.body-background {
  min-height: 67vh;
}

.p-icon {
  width: 20px;
  margin-right: 5px;
}

.icon-flag {
  width: 30px;
  margin-right: 5px;
}

.table-4-column {
  table-layout: fixed;
  width: 100% !important;
}
@media (min-width: 370px) and (max-width: 767.98px) {
  .table-4-column {
    table-layout: unset;
  }
  .table-4-column td {
    font-size: 14px;
    padding: 4px;
  }
}/*# sourceMappingURL=styles.css.map */