/* IE/Edge Responsive Viewport */
@-ms-viewport {
  width: device-width;
}

/* ROOT COLOR STYLE VARS */
:root {
  /* Circle of Success core palette */
  --cosNavy: #082b55;
  --cosNavyDark: #061d38;
  --cosCream: #f7f2e9;
  --cosBronze: #a45f26;
  --cosBronzeDark: #7a4218;
  --cosBronzeSoft: #f6e9de;
  --cosSilver: #686d72;
  --cosSilverDark: #555a5f;
  --cosSilverSoft: #f0f1f1;
  --cosGold: #c9982a;
  --cosGoldDark: #8a5a05;
  --cosGoldSoft: #fff3d2;
  /* Base */
  --colorBody: #252525;
  --colorBg: #fff;
  /* Headline / subhead — matches the navy title in the supplied medallion art */
  --colorHeadline: var(--cosNavy);
  --colorSubhead: var(--cosNavy);
  --headline: var(--colorHeadline);
  /* compatibility with existing heading rule */
  /* Bullet colors: restrained bronze + navy rather than legacy greens */
  --color1Bullet: var(--cosBronze);
  --color2Bullet: var(--cosNavy);
  /* Boxes & Quotes */
  --colorCallout: #f2f2f0;
  --colorBox1: var(--cosSilverSoft);
  --colorBox2: var(--cosBronzeSoft);
  --colorBox3: var(--cosGoldSoft);
  /* Tier color sets: Bronze / Silver / Gold */
  --color1: var(--cosBronze);
  --color1Alt: var(--cosBronzeDark);
  --color1SetBullet: var(--cosBronzeDark);
  --color1Bg: var(--cosBronzeSoft);
  --color1BgAlt: #efd8c5;
  --color2: var(--cosSilver);
  --color2Alt: var(--cosSilverDark);
  --color2Inverse: #f2d889;
  --color2SetBullet: var(--cosSilverDark);
  --color2Bg: var(--cosSilverSoft);
  --color2BgAlt: #e2e4e5;
  --color3: var(--cosGoldDark);
  --color3Alt: #704800;
  --color3SetBullet: var(--cosGoldDark);
  --color3Bg: var(--cosGoldSoft);
  --color3BgAlt: #f9e4af;
  /* Highlighters: warm, quiet tier tints */
  --highlight1: #fff7da;
  --highlight1Brdr: #e7c66d;
  /* use for <u> decoration */
  --highlight2: #f3f4f4;
  --highlight2Brdr: var(--cosSilver);
  /* use for <u> decoration */
  --highlight3: #f8ece3;
  --highlight3Brdr: var(--cosBronze);
  /* use for <u> decoration */
  --highlight4: #fff2cf;
  --highlight4Brdr: var(--cosGold);
  /* use for <u> decoration */
  /* Footer */
  --footer: #bfc5cc;
  --footerBg: #222222;
  /* BREAKPOINTS*/
}

/* Basic Document Setup Rules */
/*****************/
html {
  font-size: 100%;
}

body {
  color: var(--colorBody);
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

body p,
body li {
  line-height: 1.5;
}

@media screen and (min-width: 35.75em) {

  /*Desktop*/
  body {
    font-size: 1.33em;
    line-height: 1.2;
  }

  body p {
    line-height: 1.5;
  }

  .content ul {
    margin: 0 3em;
  }
}

/* Layout Rules & Framing */
.content {
  /* AWAI Content Area Reset*/
  margin: 0 auto;
  padding: 0;
}

header .container,
.headerContainer {
  margin: 0 auto 0;
  padding: 20px 10px 20px 20px;
}

.container {
  padding: 0 10px;
}

@media screen and (min-width: 35.75em) {

  /*Desktop*/
  .container {
    margin: auto;
    max-width: 35em;
  }

  /*Desktop*/
  header .container,
  .headerContainer {
    margin: 0 auto 0;
    max-width: 48em;
    padding: 50px 10px 90px 10px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--colorHeadline);
  font-family: "DM Serif Display", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.content h1,
.content .h1 {
  font-size: 2.5em;
}

.content h2,
.content .h2 {
  color: var(--colorSubhead);
  font-size: 1.33em;
  font-weight: 700;
  text-align: center;
  /*border-bottom: 3px solid var(--color1Alt); */
}

.content h3,
.content .h3 {
  color: var(--colorSubhead);
  font-size: 1.15;
  font-weight: 700;
  text-align: center;
  /*margin: 32px 5px 24px;*/
}

@media screen and (min-width: 26.5em) {

  /*Mobile*/
  .content h1,
  .content .h1 {
    font-size: 2.5em;
  }

  .content h2,
  .content .h2 {
    font-size: 1.6em;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

@media screen and (min-width: 30em) {

  .content h2,
  .content .h2 {
    color: var(--colorSubhead);
    font-size: 1.8em;
    margin: 48px auto 32px;
    text-align: center;
    /*border-bottom: 3px solid var(--color1Alt); */
  }

  .content h3,
  .content .h3 {
    font-size: 1.5em;
    /* margin: 32px 60px 24px; */
  }

  h2.-underscore::after,
  h3.-underscore::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 20em;
    height: 0.08em;
    margin: 0.75em auto 0;
    padding: 0;
    border-radius: 100em;
    background: linear-gradient(90deg, rgba(198, 145, 60, 0) 0%, rgba(198, 145, 60, 0.45) 18%, var(--cosGold) 50%, rgba(198, 145, 60, 0.45) 82%, rgba(198, 145, 60, 0) 100%);
  }
}

.content u {
  text-decoration-thickness: 2px;
}

.content u.-thick {
  text-decoration-thickness: 4px;
}

u.underscore {
  text-decoration-thickness: 2px;
  text-decoration-color: var(--colorBody);
}

u.underscore.-blue {
  text-decoration-thickness: 3px;
  background-color: var(--cosSilverSoft);
  text-decoration-color: var(--cosNavy);
}

u.underscore.-yellow {
  text-decoration-thickness: 3px;
  background-color: transparent;
  text-decoration-color: var(--cosGold);
}

/* FontAwesome UL Bullets */
.ul2col {
  columns: 2;
}

.ul2col li {
  margin: 0 0 0.75em 0;
  line-height: 1.1;
}

ul.fa-ez {
  margin: 0 1em 0 2em;
}

ul.fa-ez li {
  list-style: none;
}

ul.fa-ez li:before {
  font-family: "FontAwesome";
  float: left;
}

ul.fa-ez li::before {
  /* DEFAULT - Bullet */
  content: "\f111";
  font-size: 0.66em;
  margin-left: -2em;
  margin-top: 6px;
  color: var(--color1Bullet);
}

ul.fa-ez.-strike li:before {
  /*EXTRA - STRKE X */
  content: "\f057";
  font-size: 1.25em;
  margin-left: -1.5em;
  margin-top: -1px;
  color: #990000;
}

ul.fa-ez.-cert li:before {
  /*EXTRA - Burst or Certificate Star */
  content: "\f0a3";
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);
}

ul.fa-ez.-check li:before {
  /*EXTRA - CHECKMARK */
  content: "\f00c";
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);
}

ul.fa-ez.-asterisk li:before {
  /* EXTRA - ASTERISK */
  content: "\f069";
  /*asterisk*/
  font-size: 0.9em;
  margin-left: -1.5em;
  margin-top: 1px;
  color: var(--color1Bullet);
}

ul.fa-ez.-dash li:before {
  /* EXTRA - DASH */
  content: "\f068";
  /*dash*/
  font-size: 0.8em;
  margin-left: -1.75em;
  margin-top: 8px;
  color: var(--color1Bullet);
}

ul.fa-ez.-forward-arrow li:before {
  /* EXTRA - Arrow */
  content: "\f064";
  /*right arrow*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: 4px;
  color: var(--color1Bullet);
}

ul.fa-ez.-gift li::before {
  /* EXTRA - Giftbox */
  content: "\f06b";
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-question li::before {
  /* EXTRA - Question */
  content: "\f059";
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -3px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-user li::before {
  /* EXTRA - User Icon */
  content: "\f007";
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-user-o li::before {
  content: "\f2be";
  font-size: 0.9em;
  margin-left: -1.75em;
  margin-top: 1px;
  color: var(--color2Inverse);
}

ul.fa-ez li {
  list-style-image: none;
}

ul.fa-ez.-li-blue li:before {
  color: var(--cosNavy) !important;
}

ul.fa-ez.-li-green li:before {
  color: var(--cosBronze) !important;
}

ul.fa-ez.-li-orange li:before {
  color: var(--cosBronze) !important;
}

ul.fa-ez.-li-wine li:before {
  color: #990000 !important;
}

@media screen and (min-width: 33em) {
  ul.fa-ez {
    margin: 0 2em 0 3em;
  }
}

/* inline Highlight styles*/
.highlight {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
  display: inline-block;
  padding: 0 6px 0 6px;
  border-radius: 3px;
}

.highlight.-style2 {
  background-color: var(--highlight2);
  border-bottom: 2px solid var(--highlight2Brdr);
  display: inline-block;
}

.highlight.-style3 {
  background-color: var(--highlight3);
  border-bottom: 2px solid var(--highlight3Brdr);
  display: inline-block;
}

.highlight.-style4 {
  background-color: var(--highlight4);
  border-bottom: 2px solid var(--highlight4Brdr);
  display: inline-block;
}

blockquote {
  margin: 1.4em 2em 1.4em 2em;
  padding: 0;
}

/* General Images */
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

/* Reset default browser values */
figure,
picture {
  margin: 0 auto;
  padding: 0;
  max-width: 380px;
}

figure img,
picture img {
  display: block;
  margin: auto;
  max-width: 330px;
}

figure.-border img,
picture.-border img {
  border: 1px solid #ededed;
}

figure.-shadow img,
picture.-shadow img {
  box-shadow: 0 12px 16px -16px #666;
}

figure.-rounded img,
picture.-rounded {
  border-radius: 8px;
}

figure.-inset {
  margin: 0 1em;
}

.-left,
.-right {
  float: none;
}

@media screen and (min-width: 35.75em) {

  /*Desktop*/
  figure {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
  }

  figure img,
  picture img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }

  figure.-full img {
    margin: 0 auto;
  }

  figure.-inset {
    margin: 0 2.5em;
  }

  figure.-left {
    float: right;
    margin: 0 16px 16px 0;
    max-width: 300px;
  }

  figure.-right {
    float: right;
    margin: 0 0 16px 16px;
    max-width: 260px;
  }
}

@media screen and (min-width: 55em) {
  figure.-oversize {
    /*makes Image wider than content*/
    width: auto;
    margin: 30px -50px 30px;
    overflow: visible;
    max-width: none;
  }

  figure.spread {
    /*makes Image wider than content*/
    width: auto;
    margin: 0 -100px;
    overflow: visible;
  }

  figure.-border img,
  picture.-border img {
    border: 12px solid #ededed;
    border-radius: 8px;
  }

  figure.-border1px img {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
}

/** Portrait Styles **/
.portrait {
  margin: 1em auto;
}

.portraitImage {
  /*img must be 1:1 square*/
  border: 8px solid #aaa;
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 220px;
}

.portraitCaption {
  display: none;
  /* Hidden for Mobile*/
  font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.portrait .-title {
  display: block;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .portrait {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 250px;
  }

  .portrait.-left {
    float: left;
    margin: 0 1em 1em 0;
  }

  .portrait.-center {
    float: none;
    margin: 1em auto 1em;
  }

  .portraitCaption {
    display: block;
  }
}

/** Section/Block Styles **/
/** Banner/Ribbon **/
.ribbon {
  background-color: #082b55e8;
  color: #f7f2e9;
}

.ribbon .container {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.1;
  max-width: 30em;
  padding: 15px 20px;
  text-align: center;
  margin: 0 auto 15px auto;
  /*border-bottom: 4px dashed #d8b36a;*/
}

/** MAIN HEADER **/
.header {
  margin: 0 0 10px;
  padding: 0;
  background-color: #faf6f0;
  background-image: url("/_img/toolbox/p/cos/cos_ivory_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headerPreHeadline {
  color: var(--color2Inverse);
  font-size: 1.25em;
  font-weight: 600;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
}

h1.headerHeadline {
  border-radius: 15px;
  color: var(--colorHeadline);
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 20px 15px;
  text-align: center;
  /* text-transform: uppercase; */
  text-shadow: 00px 00px 90px #ffffff33;
  /* transform: rotate(0.5deg); */
  /* box-shadow: 0 16px 12px -12px #999; */
}

.headerHeadline.-alt {
  font-size: 2em;
  line-height: 1;
  margin: 15px 0 35px;
}

.headerHeadline .-eyebrow {
  display: block;
  font-size: 85%;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 25px 0;
}

.headerHeadline .-chin {
  display: block;
  font-size: 85%;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 25px 0 10px 0;
}

.headerPostHeadline {
  color: var(--colorHeadline);
  font-size: 1.3em;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0.5em auto 0.5em;
  padding: 0;
  text-align: center;
}

.header .icon {
  display: block;
  color: var(--color1Bullet);
  font-size: 2em;
  line-height: 1;
}

.leadHeadline,
h2.leadHeadline {
  color: var(--colorBody);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1;
  margin: 10px 0 30px;
  text-align: center;
}
  .headerlist {
    display: block;
    font-size: 1.1em;
    margin: 0 auto 20px;
    padding-left:20px !important; 
  }

@media screen and (min-width: 760px) {
  h1.headerHeadline {
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1;
    /* margin: 0 300px 10px 10px; */
    margin: 0 0 10px 0;
    padding: 30px 10 30px;
  }
}

@media screen and (min-width: 900px) {

  /*Desktop*/
  /** MAIN HEADER  **/
  .header {
    /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);*/
    /*border-bottom: 10px solid #f5f5f5;*/
    /* background-image: linear-gradient(#e8f3ff, #fff); */
    padding: 0;
  }

  .header:after {
    background: transparent url(/_img/content/cos/separator-down.svg) bottom center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    /* width: 100%; */
    min-height: 45px;
    margin: -30px 0 60px 0;
  }

  .headerPreHeadline {
    font-size: 1.4em;
    letter-spacing: -1px;
    line-height: 1.2;
    padding: 0 10px 0;
    margin: 0 auto 10px;
    /*border-bottom: 4px solid #eee;*/
  }

  h1.headerHeadline {
    font-size: 3.3em;
  }

  .headerHeadline .-eyebrow {
    font-size: 85%;
    margin: 0 0 20px 0;
    line-height: 1.2;
  }

  .headerHeadline .-chin {
    font-size: 85%;
    padding: 25px 0 0;
    line-height: 1.2;
  }

  .headerPostHeadline {
    font-size: 2em;
    line-height: 1.2;
    max-width: 23em;
  }

  .headerlist {
    display: block;
    font-size: 1.1em;
    margin: 0 auto 20px;
    width: 31em;
  }

  .headerList ul {
    margin: 40px 50px 0 100px;
  }

  .headerList ul li {
    line-height: 1.25;
  }

  .headerList ul.asterisk li:before {
    font-size: 1.1em;
    margin-left: -2em;
    margin-top: 0.2em;
    color: var(--color2Bullet);
  }

  .header .icon {
    /* fro sizing Emojis in headline */
    font-size: 4.5em;
  }
}

/* General Text Enhancements*/
/***************************/
.-eyebrow,
.-chin {
  /* small text eyebrows for HXs*/
  color: inherit;
  display: block;
  font-size: 0.85em;
}

blockquote {
  border-left: 8px solid var(--color2BgAlt);
  background-color: var(--color2Bg);
  background-image: linear-gradient(90deg, var(--color2Bg), #ffffff);
  padding: 0.25em 0.5em;
  margin: 1.4em 1em;
}

/* "From the Desk of" banner */
.stationary {
  color: #666;
  border-top: 2px double #aaa;
  border-bottom: 2px double #aaa;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.15;
  margin: 2em 0 2em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 26.5em) {

  /*Mobile*/
  .stationary {
    font-size: 1em;
  }

  blockquote {
    margin: 1.4em 2em;
  }
}

.strike {
  line-height: 1em;
  position: relative;
  text-decoration: none !important;
}

.strike::after {
  border-bottom: 0.3em solid #d11414d7;
  content: "";
  left: 0;
  margin-top: calc(0.3em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-20deg);
}

/** Lead Styles **/
/* This section immediately follows the header */
.lead {
  padding-top: 10px;
}

.section.lead {
  background-color: #fff;
  padding: 20px 20px;
}

@media screen and (min-width: 30em) {
  .section.lead {
    margin: 0 auto;
    padding: 170px 10px 0;
  }

  .lead .container {
    margin: 0 auto;
    max-width: 43.5em;
  }

  .lead h2 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.33;
  }
}

/** Section Base Styles **/
/* Colored Sections -- Spacing & Colors */
.section {
  /*no change from base*/
  margin: 0;
  padding: 0;
}

/*******************/
/** CTA/Button Styles **/
.cta.-eyebrow {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.cta.-button {
  background: #fea815;
  border: 5px solid #fea815;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.2;
  margin: 10px auto;
  width: auto;
  padding: 8px 20px 12px;
  transition: all 200ms ease-out;
  text-align: center;
}

:link.cta.-button,
:visited.cta.-button {
  color: #fff;
}

:hover.cta.-button,
:active.cta.-button {
  background: #fea815;
  border: 5px solid #ffd48a;
  color: #fff;
  box-shadow: 0 6px 10px -7px #333;
  text-shadow: 0 0 25px #fff;
  box-shadow: 0 8px 6px -5px #333;
  text-shadow: 0px 0px 25px #fff;
}

@media screen and (min-width:35.75em) {

  /*Desktop*/
  .cta.-button {
    font-size: 1.5em;
    max-width: 400px;
    padding: 12px 20px 12px;
  }
}

footer {
  color: #d7dbe0;
  background-color: var(--footerBg);
  font-size: 1.15em;
  line-height: 1.33em;
  margin-top: 0px;
  padding: 50px 0;
  text-align: center;
}

footer a:link,
footer a:visited {
  color: #d7dde4;
}

footer a:hover,
footer a:active {
  color: var(--cosGold);
}

/** MODULES **/
/* Full Width Background color */
.module {
  /* this is set along with .section */
  background-color: var(--color1Bg);
}

.module .container {
  /* this is set along with .container */
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  /* padding-bottom: 50px; Removed for nested .numbered sections */
  padding-bottom: 30px;
}

.module .label {
  background-color: var(--color1Alt);
  border: 15px solid var(--color1Bg);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1.5px;
  max-width: 280px;
  margin: -180px auto 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.module ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

.label .-icon {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin: 0 0 0.25em;
}

.module .title {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 48em) {

  /*Tablet*/
  .module .label {
    margin: -180px auto -20px;
  }

  .module .title {
    font-size: 1.1em;
    margin: 30px 0 20px;
  }
}

.module.-set1 {
  background-color: var(--color1Bg);
}

.moduleItem.-set1 .label {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.module.-set1 ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

.module.-set2 {
  background-color: var(--color2Bg);
}

.module.-set2 .label {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.module.-set2 ul.fa-ez li:before {
  color: var(--color2SetBullet);
}

.module.-set3 {
  background-color: var(--color3Bg);
}

.module.-set3 .label {
  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

.module.-set3 ul.fa-ez li:before {
  color: var(--color3SetBullet);
}

.module.-last {
  margin-bottom: 0;
  padding-bottom: 100px;
}

/* Basic Callout Box + Variants*/
.callout {
  background-color: var(--colorCallout);
  border-radius: 3px;
  margin: 20px auto 20px;
  padding: 10px 10px 10px;
  position: relative;
}

.-module .callout,
.-bg-bronze .callout,
.-bg-silver .callout,
.-bg-gold .callout {
  background-color: #fff;
  border: 1px solid #ccc;
}

.callout .step {
  display: block;
  font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  text-align: center;
}

.callout.-full {
  margin: 20px 5px;
}

.callout.-mentors {
  background-color: var(--cosSilverSoft);
}

.callout.-mentors .portraitImage {
  border-color: #fff;
}

.callout .-label {
  border-bottom: 3px solid var(--color1);
  font-size: 1.5em;
  margin: 10px auto 20px;
}

.callout.-dark {
  background-color: #222222;
}

.callout.-style2 {
  background-color: #eee9df;
}

.callout.-mentors {
  background-color: var(--cosSilverSoft);
  margin: 20px 40px;
}

.callout h2 {
  border: none;
}

.callout.-shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

.callout.-right {
  float: none;
}

.callout>* {
  margin-top: 0;
}

@media screen and (max-width: 30em) {
  .callout ul.fa-ez {
    margin: 0 0.5em 0 1.5em;
  }
}

/* Callout Style VAriations*/
.callout.-breakthrough {
  color: #fff;
  background-color: var(--cosSilverSoft);
  background-image: linear-gradient(222deg, rgba(137, 137, 137, 0.02) 0%, rgba(137, 137, 137, 0.02) 21%, transparent 21%, transparent 63%, rgba(101, 101, 101, 0.02) 63%, rgba(101, 101, 101, 0.02) 99%, rgba(35, 35, 35, 0.02) 99%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(267deg, rgba(40, 40, 40, 0.02) 0%, rgba(40, 40, 40, 0.02) 23%, transparent 23%, transparent 48%, rgba(87, 87, 87, 0.02) 48%, rgba(87, 87, 87, 0.02) 98%, rgba(47, 47, 47, 0.02) 98%, rgba(47, 47, 47, 0.02) 100%), linear-gradient(78deg, rgba(103, 103, 103, 0.02) 0%, rgba(103, 103, 103, 0.02) 40%, transparent 40%, transparent 64%, rgba(100, 100, 100, 0.02) 64%, rgba(100, 100, 100, 0.02) 84%, rgba(35, 35, 35, 0.02) 84%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(136deg, rgba(135, 135, 135, 0.02) 0%, rgba(135, 135, 135, 0.02) 14%, transparent 14%, transparent 67%, rgba(51, 51, 51, 0.02) 67%, rgba(51, 51, 51, 0.02) 68%, rgba(178, 178, 178, 0.02) 68%, rgba(178, 178, 178, 0.02) 100%), linear-gradient(90deg, rgb(212, 238, 248), rgb(212, 238, 248));
  background-image: linear-gradient(222deg, rgba(137, 137, 137, 0.02) 0%, rgba(137, 137, 137, 0.02) 21%, transparent 21%, transparent 63%, rgba(101, 101, 101, 0.02) 63%, rgba(101, 101, 101, 0.02) 99%, rgba(35, 35, 35, 0.02) 99%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(267deg, rgba(40, 40, 40, 0.02) 0%, rgba(40, 40, 40, 0.02) 23%, transparent 23%, transparent 48%, rgba(87, 87, 87, 0.02) 48%, rgba(87, 87, 87, 0.02) 98%, rgba(47, 47, 47, 0.02) 98%, rgba(47, 47, 47, 0.02) 100%), linear-gradient(78deg, rgba(103, 103, 103, 0.02) 0%, rgba(103, 103, 103, 0.02) 40%, transparent 40%, transparent 64%, rgba(100, 100, 100, 0.02) 64%, rgba(100, 100, 100, 0.02) 84%, rgba(35, 35, 35, 0.02) 84%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(136deg, rgba(135, 135, 135, 0.02) 0%, rgba(135, 135, 135, 0.02) 14%, transparent 14%, transparent 67%, rgba(51, 51, 51, 0.02) 67%, rgba(51, 51, 51, 0.02) 68%, rgba(178, 178, 178, 0.02) 68%, rgba(178, 178, 178, 0.02) 100%), linear-gradient(90deg, rgb(221, 244, 255), rgb(221, 244, 255));
  background-image: linear-gradient(161deg, rgba(117, 117, 117, 0.03) 0%, rgba(117, 117, 117, 0.03) 50%, rgba(8, 8, 8, 0.03) 50%, rgba(8, 8, 8, 0.03) 100%), linear-gradient(59deg, rgba(245, 245, 245, 0.05) 0%, rgba(245, 245, 245, 0.05) 50%, rgba(68, 68, 68, 0.05) 50%, rgba(68, 68, 68, 0.05) 100%), linear-gradient(286deg, rgba(107, 107, 107, 0.07) 0%, rgba(107, 107, 107, 0.07) 50%, rgba(7, 7, 7, 0.07) 50%, rgba(7, 7, 7, 0.07) 100%), linear-gradient(123deg, rgba(9, 9, 9, 0.09) 0%, rgba(9, 9, 9, 0.09) 50%, rgba(120, 120, 120, 0.09) 50%, rgba(120, 120, 120, 0.09) 100%), linear-gradient(170deg, rgba(202, 202, 202, 0.01) 0%, rgba(202, 202, 202, 0.01) 50%, rgba(19, 19, 19, 0.01) 50%, rgba(19, 19, 19, 0.01) 100%), linear-gradient(210deg, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(4, 4, 4, 0.04) 50%, rgba(4, 4, 4, 0.04) 100%), linear-gradient(90deg, rgb(249, 17, 190), rgb(100, 28, 213));
  background-image: linear-gradient(230deg, rgba(93, 93, 93, 0.03) 0%, rgba(93, 93, 93, 0.03) 50%, rgba(78, 78, 78, 0.03) 50%, rgba(78, 78, 78, 0.03) 100%), linear-gradient(107deg, rgba(55, 55, 55, 0.01) 0%, rgba(55, 55, 55, 0.01) 50%, rgba(170, 170, 170, 0.01) 50%, rgba(170, 170, 170, 0.01) 100%), linear-gradient(278deg, rgba(16, 16, 16, 0.03) 0%, rgba(16, 16, 16, 0.03) 50%, rgba(24, 24, 24, 0.03) 50%, rgba(24, 24, 24, 0.03) 100%), linear-gradient(205deg, rgba(116, 116, 116, 0.03) 0%, rgba(116, 116, 116, 0.03) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(150deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.03) 50%, rgba(80, 80, 80, 0.03) 50%, rgba(80, 80, 80, 0.03) 100%), linear-gradient(198deg, rgba(231, 231, 231, 0.03) 0%, rgba(231, 231, 231, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(278deg, rgba(89, 89, 89, 0.03) 0%, rgba(89, 89, 89, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(217deg, rgba(28, 28, 28, 0.03) 0%, rgba(28, 28, 28, 0.03) 50%, rgba(202, 202, 202, 0.03) 50%, rgba(202, 202, 202, 0.03) 100%), linear-gradient(129deg, rgba(23, 23, 23, 0.03) 0%, rgba(23, 23, 23, 0.03) 50%, rgba(244, 244, 244, 0.03) 50%, rgba(244, 244, 244, 0.03) 100%), linear-gradient(90deg, rgb(1, 64, 149), rgb(198, 5, 91));
  border-radius: 12px;
  /*border: 8px solid #8a235d;*/
  box-shadow: 0 12px 12px -12px #00000044;
  margin: 20px auto 50px auto;
  z-index: 99;
  max-width: 30em;
  text-align: center;
}

.callout.-breakthrough h2 {
  color: #f2d889;
  font-size: 1.3em;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
  text-align: center;
}

.callout.-breakthrough p {
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 1em auto 1em;
}

.callout.-breakthrough p:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 30em) {
  .callout.-breakthrough h2 {
    font-size: 1.9em;
  }

  .callout.-breakthrough {
    margin: -140px auto 50px;
  }

  .callout.-breakthrough p {
    font-size: 1.15em;
    line-height: 1.1;
    margin-bottom: 0;
    max-width: 24em;
  }

  .callout.-breakthrough p:last-child {
    margin-bottom: 0;
  }
}

.callout.-dialog {
  background-color: var(--cosBronzeSoft);
  background-image: none;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-dialog::before {
  color: #c18b60;
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-email {
  background-color: #f2f2f2;
  font-family: monospace;
  font-size: 1.2em;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.-email ul.fa-ez.bullet li:before {
  /* EXTRA - BULLET */
  content: "\f111";
  /*bullet*/
  font-size: 0.2em;
  margin-left: -1.5em;
  margin-top: 0;
  color: var(--color1);
}

.callout.-example {
  background-color: #f5f5f5;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  font-size: 0.95em;
}

.callout.-feature,
.callout.-staff {
  background-color: #f3f4f5;
  background-image: linear-gradient(428deg, rgba(162, 162, 162, 0.04) 0%, rgba(162, 162, 162, 0.04) 25%, rgba(156, 156, 156, 0.04) 25%, rgba(156, 156, 156, 0.04) 50%, rgba(52, 52, 52, 0.04) 50%, rgba(52, 52, 52, 0.04) 75%, rgba(75, 75, 75, 0.04) 75%, rgba(75, 75, 75, 0.04) 100%), linear-gradient(421deg, rgba(63, 63, 63, 0.04) 0%, rgba(63, 63, 63, 0.04) 25%, rgba(197, 197, 197, 0.04) 25%, rgba(197, 197, 197, 0.04) 50%, rgba(242, 242, 242, 0.04) 50%, rgba(242, 242, 242, 0.04) 75%, rgba(154, 154, 154, 0.04) 75%, rgba(154, 154, 154, 0.04) 100%), linear-gradient(379deg, rgba(73, 73, 73, 0.04) 0%, rgba(73, 73, 73, 0.04) 25%, rgba(100, 100, 100, 0.04) 25%, rgba(100, 100, 100, 0.04) 50%, rgba(240, 240, 240, 0.04) 50%, rgba(240, 240, 240, 0.04) 75%, rgba(126, 126, 126, 0.04) 75%, rgba(126, 126, 126, 0.04) 100%), linear-gradient(204deg, rgba(32, 32, 32, 0.04) 0%, rgba(32, 32, 32, 0.04) 25%, rgba(36, 36, 36, 0.04) 25%, rgba(36, 36, 36, 0.04) 50%, rgba(224, 224, 224, 0.04) 50%, rgba(224, 224, 224, 0.04) 75%, rgba(162, 162, 162, 0.04) 75%, rgba(162, 162, 162, 0.04) 100%), linear-gradient(216deg, #eef0f2 0%, #f8f9fa 42%, #e4e7ea 100%);
  border-radius: 12px;
  border: 1px solid #d9dcdf;
  box-shadow: 0 12px 12px -12px #00000044;
}

@media screen and (min-width: 30em) {
  .callout.-staff {
    margin: 15px 65px 20px;
  }
}

.callout.-faq {
  background-color: #f5eee4;
  background-image: linear-gradient(428deg, rgba(132, 111, 87, 0.03) 0%, rgba(132, 111, 87, 0.03) 25%, rgba(188, 169, 142, 0.03) 25%, rgba(188, 169, 142, 0.03) 50%, rgba(108, 91, 72, 0.03) 50%, rgba(108, 91, 72, 0.03) 75%, rgba(166, 146, 119, 0.03) 75%, rgba(166, 146, 119, 0.03) 100%), linear-gradient(421deg, rgba(116, 96, 74, 0.028) 0%, rgba(116, 96, 74, 0.028) 25%, rgba(210, 194, 169, 0.028) 25%, rgba(210, 194, 169, 0.028) 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, rgba(176, 154, 126, 0.028) 75%, rgba(176, 154, 126, 0.028) 100%), linear-gradient(379deg, rgba(128, 108, 83, 0.025) 0%, rgba(128, 108, 83, 0.025) 25%, rgba(182, 163, 137, 0.028) 25%, rgba(182, 163, 137, 0.028) 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, rgba(151, 130, 104, 0.025) 75%, rgba(151, 130, 104, 0.025) 100%), linear-gradient(204deg, rgba(103, 86, 67, 0.025) 0%, rgba(103, 86, 67, 0.025) 25%, rgba(127, 106, 82, 0.025) 25%, rgba(127, 106, 82, 0.025) 50%, rgba(247, 239, 226, 0.05) 50%, rgba(247, 239, 226, 0.05) 75%, rgba(171, 148, 117, 0.028) 75%, rgba(171, 148, 117, 0.028) 100%), linear-gradient(216deg, #f1e7d7 0%, #faf5ed 42%, #f5eee4 68%, #eee2cf 100%);
  border-radius: 12px;
  border: 1px solid #e7dccb;
  box-shadow: 0 12px 12px -12px #00000026;
}

@media screen and (min-width: 30em) {
  .callout.-faq {
    margin: 15px 65px 20px;
  }
}

.-staff .portraitImage {
  border-color: #fff;
}

.callout.-feature h3 {
  font-size: 1.3em;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: left;
}

.callout.-win {
  background-color: var(--cosSilverSoft);
  background-image: linear-gradient(222deg, rgba(137, 137, 137, 0.02) 0%, rgba(137, 137, 137, 0.02) 21%, transparent 21%, transparent 63%, rgba(101, 101, 101, 0.02) 63%, rgba(101, 101, 101, 0.02) 99%, rgba(35, 35, 35, 0.02) 99%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(267deg, rgba(40, 40, 40, 0.02) 0%, rgba(40, 40, 40, 0.02) 23%, transparent 23%, transparent 48%, rgba(87, 87, 87, 0.02) 48%, rgba(87, 87, 87, 0.02) 98%, rgba(47, 47, 47, 0.02) 98%, rgba(47, 47, 47, 0.02) 100%), linear-gradient(78deg, rgba(103, 103, 103, 0.02) 0%, rgba(103, 103, 103, 0.02) 40%, transparent 40%, transparent 64%, rgba(100, 100, 100, 0.02) 64%, rgba(100, 100, 100, 0.02) 84%, rgba(35, 35, 35, 0.02) 84%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(136deg, rgba(135, 135, 135, 0.02) 0%, rgba(135, 135, 135, 0.02) 14%, transparent 14%, transparent 67%, rgba(51, 51, 51, 0.02) 67%, rgba(51, 51, 51, 0.02) 68%, rgba(178, 178, 178, 0.02) 68%, rgba(178, 178, 178, 0.02) 100%), linear-gradient(90deg, rgb(212, 238, 248), rgb(212, 238, 248));
  background-image: linear-gradient(222deg, rgba(137, 137, 137, 0.02) 0%, rgba(137, 137, 137, 0.02) 21%, transparent 21%, transparent 63%, rgba(101, 101, 101, 0.02) 63%, rgba(101, 101, 101, 0.02) 99%, rgba(35, 35, 35, 0.02) 99%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(267deg, rgba(40, 40, 40, 0.02) 0%, rgba(40, 40, 40, 0.02) 23%, transparent 23%, transparent 48%, rgba(87, 87, 87, 0.02) 48%, rgba(87, 87, 87, 0.02) 98%, rgba(47, 47, 47, 0.02) 98%, rgba(47, 47, 47, 0.02) 100%), linear-gradient(78deg, rgba(103, 103, 103, 0.02) 0%, rgba(103, 103, 103, 0.02) 40%, transparent 40%, transparent 64%, rgba(100, 100, 100, 0.02) 64%, rgba(100, 100, 100, 0.02) 84%, rgba(35, 35, 35, 0.02) 84%, rgba(35, 35, 35, 0.02) 100%), linear-gradient(136deg, rgba(135, 135, 135, 0.02) 0%, rgba(135, 135, 135, 0.02) 14%, transparent 14%, transparent 67%, rgba(51, 51, 51, 0.02) 67%, rgba(51, 51, 51, 0.02) 68%, rgba(178, 178, 178, 0.02) 68%, rgba(178, 178, 178, 0.02) 100%), linear-gradient(90deg, rgb(221, 244, 255), rgb(221, 244, 255));
  border-radius: 12px;
  margin: 20px 5px 40px;
}

.callout.-win h2 {
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: center;
}

.callout.-guarantee {
  margin: 60px auto 15px;
  padding: 20px 25px 10px;
  background-image: linear-gradient(164deg, #e6fce7 66%, var(--cosBronzeSoft));
  border: 4px solid var(--cosBronzeSoft);
  box-shadow: 0 8px 8px -6px #33333355;
}

.-guarantee h2 {
  letter-spacing: -1px;
}

.-guarantee figure {
  margin: -130px auto 20px;
}

.callout.-golden {
  background-color: var(--colorBox1);
  background-color: #eadda7;
  background: radial-gradient(ellipse farthest-corner at right bottom, rgba(255, 233, 128, 0.6) 0%, rgba(255, 198, 84, 0.6) 8%, rgba(203, 170, 101, 0.6) 30%, rgba(200, 170, 105, 0.6) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 172, 0.6) 8%, rgba(209, 180, 100, 0.6) 25%, rgba(126, 105, 58, 0.6) 62.5%, rgba(147, 117, 48, 0.6) 100%);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 2em auto;
  padding: 20px 30px 20px;
  box-shadow: 0.5em 0.5em 1em -0.5em rgba(0, 0, 0, 0.5);
}

.callout.-important {
  background-color: rgb(253, 231, 231);
  padding: 10px 20px 10px;
  line-height: 1.2;
}

.callout.-phase {
  background-color: #f5f5f5;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.02) 96%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.02) 0%, rgba(148, 148, 148, 0.02) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.02) 0%, rgba(16, 16, 16, 0.02) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.02) 71%, rgba(181, 181, 181, 0.02) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0 12px 12px -12px #00000044;
}

.-mentor .portraitImage {
  border: 5px solid #00000011;
}

.callout.-phase h2 {
  margin: 0 0 0.5em 0;
}

.callout.-output {
  background-color: var(--cosSilverSoft);
  border: solid #d8f0fa;
  border-width: 1px 0;
  color: #444;
  /*font-family: 'Roboto', Courier, monospace;*/
  font-size: 1em;
  line-height: 1.4;
}

.callout.-output .highlight {
  display: inline;
  background-color: var(--highlight1);
}

.callout.-phase {
  background-color: #F0F0F0;
  margin: 40px 35px 30px;
  padding: 20px 20px 20px;
  position: relative;
  box-shadow: 0 12px 12px -12px #00000048;
}

.callout.-phase h2 {
  font-size: 1.6em;
}

.callout.-question {
  background-color: var(--cosSilverSoft);
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-question::before {
  color: #aeb4ba;
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-screen {
  background-color: #273544;
  border: 5px solid #172331;
  border-radius: 9px;
  color: #f0f0f9;
  font-family: "Roboto", Courier, monospace;
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 10px 15px;
}

.callout.-screen h3,
.callout.-screen h4 {
  font-weight: 600;
  letter-spacing: 0;
}

.callout.-screen ul.fa-ez.-bullet {
  margin: 20px 11px 30px;
}

.callout.-screen .highlight {
  display: inline;
  background-color: var(--highlight1);
}

.callout.-screen ul.fa-ez.-bullet li::before {
  color: #f0f0f9;
  content: "\f111";
  font-size: 0.33em;
  margin-left: -2em;
  margin-top: -2px;
  /* margin-left: ; */
}

.callout.-summary {
  /* used inside .callout.-mentor */
  background-color: #fbfbfb;
  border-top: 5px solid #f1f1f1e2;
  border-bottom: 5px solid #f1f1f1e2;
  border-right: 4px solid #ffffff00;
  border-left: 4px solid #ffffff00;
  font-size: 0.95em;
}

/** Testimonial **/
.callout.-testimonial {
  /*background-color: #eadda7;     (background: radial-gradient(ellipse farthest-corner at right bottom, rgba(255, 233, 128, 0.6) 0%, rgba(255, 198, 84, 0.6) 8%, rgba(203, 170, 101, 0.6) 30%, rgba(200, 170, 105, 0.6) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 172, 0.6) 8%, rgba(209, 180, 100, 0.6) 25%, rgba(126, 105, 58, 0.6) 62.5%, rgba(147, 117, 48, 0.6) 100%);*/
  /*box-shadow: 0.5em 0.5em 1em -0.5em rgba(0, 0, 0, 0.5);*/
  background-color: var(--colorBox1);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 2em 2em;
  padding: 20px 30px 20px;
  box-shadow: 0px 6px 6px -6px #333333;
}

.callout.-testimonial .cited:before {
  color: #33333333;
  content: "\f075 ";
  font-family: "FontAwesome";
  padding-right: 0.5em;
}

.callout.-testimonial .cited {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.callout.-ticket {
  background: #e8cf92;
  background: linear-gradient(135deg, #fff7df 0%, #efd28b 45%, #d9ae4f 100%);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 30px 30px 30px;
  /*box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.5), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.5);*/
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 30em) {

  .callout.-dialog,
  .callout.-question {
    padding: 30px;
    margin: 2em 2em;
  }

  .callout.-dialog::before,
  .callout.-question::before {
    display: block;
    position: absolute;
    top: -45px;
    right: -20px;
    margin: 0 0 0;
  }

  .callout.-output {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
  }

  .callout.-output .highlight {
    display: inline;
    background-color: var(--highlight1);
  }

  .callout.-screen {
    background: #273544 url(/_img/toolbox/p/aic/cgpt_icon.png) no-repeat;
    background-position: 20px 20px;
    background-size: 40px;
    margin: 20px 0 0 0;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    padding-right: 105px;
  }

  .callout.-screen::before {
    content: "";
    display: block;
    background: transparent url(/_img/toolbox/p/aic/cgpt_thumbs.png) top right no-repeat;
    background-size: 90px 25px;
    height: 25px;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 0 -30px 0;
  }
}

@media screen and (min-width: 55em) {
  .callout.-screen {
    border: 25px solid #172331;
    margin: 25px -80px;
    overflow: visible;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    max-width: 600px;
  }
}

/****/
@media screen and (min-width: 26.5em) {

  /*Mobile*/
  .callout {
    margin: 15px 20px 20px;
    padding: 25px 20px;
  }

  .calloutLabel {
    font-size: 1em;
    margin: 10px auto 20px;
  }

  .callout.-email {
    font-size: 1.33em;
  }

  .callout.-right {
    float: right;
    max-width: 16em;
    margin: 0 -50px 20px 25px;
  }

  .-testimonial.-right {
    transform: rotate(1deg);
  }
}

.callout.-pointer::before {
  color: var(--color1Bullet);
  display: block;
  content: "\f01a";
  font-size: 2.5em;
  font-family: "FontAwesome";
  margin: auto;
  text-align: center;
  width: 100px;
}

.callout.-pointer {
  font-size: 1.1em;
  padding: 15px 15px;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .callout.-pointer::before {
    display: inline;
    content: "\f064";
    font-size: 2.5em;
    font-family: "FontAwesome";
    margin: 0;
    position: absolute;
    left: -21px;
    top: 4px;
    width: unset;
  }

  .callout.-pointer {
    padding: 20px 30px 20px 55px;
    text-align: left;
  }
}

/* COS Bio Box Testimonial */
.testimonial {
  display: block;
  margin: 0 auto 2em;
}

.testimonialPortrait {
  border: 4px solid #fff;
  /*creates white ring style*/
  border-radius: 100%;
  margin: auto;
  max-width: 232px;
  position: relative;
  z-index: 1;
}

.testimonialImage {
  border-radius: 100%;
  border: 16px solid var(--colorBox1);
  display: block;
  margin: 0 auto 5px;
  max-width: 200px;
}

.testimonialText {
  color: var(--colorBody);
  display: block;
  background-color: var(--colorBox1);
  border-radius: 12px;
  font-weight: 500;
  padding: 64px 20px 15px;
  margin: -84px 15px 0;
  /* lifts text box into portrait for conjoined look*/
}

@media screen and (min-width: 37.5em) {
  .testimonialText {
    margin: -84px 50px 0;
  }
}

/** MODULES **/
.tabbed {
  /* background: var(--color1Bg) url(/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  background-color: var(--cosGoldSoft);
  background-image: linear-gradient(175deg, var(--cosGoldSoft), #f0d796);
  border-radius: 12px;
  margin: 40px auto 0;
  padding: 15px 20px 20px;
  max-width: 30em;
}

.tabbed.-shadow {
  box-shadow: 0 12px 12px -12px #555;
}

.tabbed h3 {
  text-align: center;
}

.tabbed .label {
  background-color: #efd28b;
  /* border: 8px solid var(--color1Bg); */
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  font-family: "Courier Prime", monospace;
  max-width: 300px;
  margin: -78px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.tabbed ul.fa-ez li:before {
  color: var(--cosGoldDark);
}

.tabbed .title {
  display: block;
  font-family: "DM Serif Display", Helvetica, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .tabbed {
    margin: 60px auto 0;
    padding: 20px 30px 20px;
  }

  .tabbed .label {
    /* border: 20px solid var(--color1Bg); */
    border-radius: 5px;
    font-size: 0.9em;
    margin: -84px auto 15px;
    padding: 10px 20px;
  }

  .tabbed .title {
    font-size: 1em;
    margin: 15px 0 20px;
  }
}

.tabbed.-set1 {
  background-color: var(--color2Bg);
}

.tabbed.-set1 .label {
  border-color: var(--color2);
  background-color: var(--color2);
}

.-tabbed.-set2 {
  background-color: var(--color2Bg);
}

.tabbed.-set2 .label {
  border-color: var(--color2);
  background-color: var(--color2Alt);
}

.tabbed.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/* Line Height Override*/
.lh1,
.lh-xs {
  line-height: 1 !important;
}

.lh1-1,
.lh-sm {
  line-height: 1.1 !important;
}

.lh1-2,
.lh-md {
  line-height: 1.2 !important;
}

/* Artificial Break */
.alb {
  display: none;
}

.no-mo,
.-nomo {
  display: none;
}

.mblock {
  display: block;
}

@media screen and (min-width: 800px) {
  .no-tab {
    display: none;
  }
}

@media screen and (min-width: 980px) {

  /*Desktop*/
  .mblock {
    display: inline;
  }

  .no-mo,
  .-nomo {
    display: initial;
  }

  .alb {
    display: block;
  }
}

/* Basic Colors */
.-color1 {
  color: var(--color1) !important;
}

.-color2Inverse {
  color: var(--color2Inverse) !important;
}

/* Color Sets: Bronze / Silver / Gold */
.section.-colorSet1,
.-colorSet1 {
  color: var(--colorBody);
  background-color: var(--color1Bg);
  /*background-image: url("/_img/toolbox/p/cos/cos_bronze_bg.webp");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 20px 0;
}

.section.-colorSet1 h2,
.section.-colorSet1 .h2,
.-colorSet1 h2,
.-colorSet1 .h2 {
  color: var(--color1);
}

.section.-colorSet1 ul.fa-ez li:before,
.-colorSet1 ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

.section.-colorSet1 h2.-underscore::after,
.section.-colorSet1 .h2.-underscore::after,
.-colorSet1 h2.-underscore::after,
.-colorSet1 .h2.-underscore::after {
  background: linear-gradient(90deg, rgba(164, 95, 38, 0) 0%, rgba(164, 95, 38, 0.42) 18%, var(--cosBronze) 50%, rgba(164, 95, 38, 0.42) 82%, rgba(164, 95, 38, 0) 100%);
}

.-colorSet1Alt {
  color: var(--colorBody);
  background-color: var(--color1BgAlt);
  padding: 1px 0 20px 0;
}

.section.-colorSet2,
.-colorSet2 {
  color: var(--colorBody);
  background-color: var(--color2Bg);
  /*background-image: url("/_img/toolbox/p/cos/cos_silver_bg.webp");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 20px 0;
}

.section.-colorSet2 h2,
.section.-colorSet2 .h2,
.-colorSet2 h2,
.-colorSet2 .h2 {
  color: var(--color2);
}

.section.-colorSet2 ul.fa-ez li:before,
.-colorSet2 ul.fa-ez li:before {
  color: var(--color2SetBullet);
}

.section.-colorSet2 h2.-underscore::after,
.section.-colorSet2 .h2.-underscore::after,
.-colorSet2 h2.-underscore::after,
.-colorSet2 .h2.-underscore::after {
  background: linear-gradient(90deg, rgba(104, 109, 114, 0) 0%, rgba(104, 109, 114, 0.42) 18%, var(--cosSilver) 50%, rgba(104, 109, 114, 0.42) 82%, rgba(104, 109, 114, 0) 100%);
}

.section.-colorSet3,
.-colorSet3 {
  color: var(--colorBody);
  background-color: var(--color3Bg);
  /*background-image: url("/_img/toolbox/p/cos/cos_gold_bg.webp");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 20px 0;
}

.section.-colorSet3 h2,
.section.-colorSet3 .h2,
.-colorSet3 h2,
.-colorSet3 .h2 {
  color: var(--color3);
}

.section.-colorSet3 ul.fa-ez li:before,
.-colorSet3 ul.fa-ez li:before {
  color: var(--color3SetBullet);
}

.section.-colorSet3 h2.-underscore::after,
.section.-colorSet3 .h2.-underscore::after,
.-colorSet3 h2.-underscore::after,
.-colorSet3 .h2.-underscore::after {
  background: linear-gradient(90deg, rgba(201, 152, 42, 0) 0%, rgba(201, 152, 42, 0.42) 18%, var(--cosGold) 50%, rgba(201, 152, 42, 0.42) 82%, rgba(201, 152, 42, 0) 100%);
}


.fontBody {
  font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
}
.-colorBody,
.-textColor {
  color: var(--colorBody) !important;
}

.color1 {
  color: var(--color1) !important;
}

.color1Alt {
  color: var(--color1Alt) !important;
}

.color2 {
  color: var(--color2) !important;
}

.color2Alt {
  color: var(--color2Alt) !important;
}

.colorBronze {
  color: var(--cosBronzeDark) !important;
}
.colorSilver {
  color: var(--cosSilverDark) !important;
}
.colorGold {
  color: var(--cosGoldDark) !important;
}

/** OLD or UNVERIFIED **/
.numbered h2 {
  border: none;
}

.numbered h3 {
  text-align: center;
}

.numbered .label {
  /* border-top: 4px solid var(--color1Alt); */
  /* border-bottom: 2px solid #7bc6bd; */
  color: #352500;
  background-color: var(--color1);
  background: radial-gradient(ellipse farthest-corner at right bottom, rgba(255, 233, 128, 0.6) 0%, rgba(255, 198, 84, 0.6) 8%, rgba(203, 170, 101, 0.6) 30%, rgba(200, 170, 105, 0.6) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 172, 0.6) 8%, rgba(209, 180, 100, 0.6) 25%, rgba(126, 105, 58, 0.6) 62.5%, rgba(147, 117, 48, 0.6) 100%);
  border: 1px solid var(--color1Alt);
  border-radius: 7px;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 74px;
  padding: 12px 17px 14px 17px;
  text-align: center;
  text-transform: uppercase;
}

.numbered .label::before,
.numbered .label::after {
  display: inline-block;
  content: "-";
  font-family: "FontAwesome";
  font-size: 1.1em;
  padding: 0 10px 0 0;
}

.numbered .label::after {
  content: "-";
  padding: 0 0 0 10px;
}

.numbered.step .label {
  background-color: var(--highlight1Brdr);
  border: none;
  color: var(--colorSubhead);
  display: block;
  font-size: 1em;
  font-family: "Courier Prime", monospace;
  letter-spacing: -1px;
  margin: 0 auto 8px;
  max-width: 380px;
  padding: 7px 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

/** Numbered Box - Left FLoating Cirlce Digit/Icon **/
.numberbox {
  background-color: #e9e9e9;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.02) 96%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.02) 0%, rgba(148, 148, 148, 0.02) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.02) 0%, rgba(16, 16, 16, 0.02) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.02) 71%, rgba(181, 181, 181, 0.02) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 12px;
  padding: 30px 20px 45px;
  margin: 50px 10px 40px;
  box-shadow: 0 12px 12px -12px #00000044;
}

.numberbox h2,
.numberbox h3 {
  color: var(--colorBody);
  font-size: 1.1em;
  line-height: 1;
  margin: 0 0 1em;
  position: relative;
  padding: 10px 0 0;
  text-align: left;
}

.numberbox ul.fa-ez li:before {
  color: var(--color3Bullet);
}

.numberbox .label {
  border: 5px solid #f4f4f4;
  background-color: #fdfdfd;
  border-radius: 50px;
  display: block;
  font-size: 1.5em;
  margin: -75px auto 30px;
  padding: 20px;
  text-align: center;
  max-width: 80px;
}

.numberbox .title {
  display: block;
  margin: 4px 5px 20px 0;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .numbered .title {
    font-size: 1.1em;
  }

  .numberbox {
    padding: 0 30px 5px 55px;
    margin: 20px 30px 40px 36px;
  }

  .numberbox .label {
    border: 5px solid #e9e9e9;
    border-radius: 100%;
    display: block;
    font-size: 1.25em;
    margin: 0 0 0 0;
    padding: 16px 18px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }

  .numberbox h2 {
    font-size: 1.5em;
  }

  .numberbox h2 {
    font-size: 1.2em;
  }

  .numberbox .title {
    margin: 10px 5px 10px 0;
    text-align: left;
  }
}

/** end Numbered Box **/
.emoji {
  font-size: 1.2em;
}

.emoji.-subhead {
  display: block;
  font-size: 3.5em;
  text-align: center;
}

h2 .icon {
  display: block;
  margin: 0 auto -0.25em;
  max-width: 4em;
  opacity: 0.75;
}

.-notice {
  display: inline-block;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
  font-size: 2em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 5px 10px;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .emoji.-subhead {
    font-size: 4.5em;
  }
}

/* NEW to thhis iteration */
/* VIDEO PLAYER */
.player {
  margin: auto;
  max-width: 350px;
}

.player iframe {
  border: none;
  border-radius: 10px;
}

@media screen and (min-width: 780px) {
  .player {
    margin: auto;
    max-width: 700px;
  }

  .player iframe {
    border-radius: 10px;
    box-shadow: 0 16px 16px -18px #333;
    /*border: 8px solid #cacfd6;*/
  }

  .player.-wistia {
    border-radius: 26px;
    box-shadow: 0 16px 16px -18px #333;
    border: 12px solid #ffffff6d;
    margin: 30px 5px 30px;
  }
}

@media screen and (min-width: 780px) {
  .player {
    margin: auto;
    max-width: 700px;
  }

  .player iframe {
    border-radius: 10px;
    box-shadow: 0 16px 16px -18px #333;
    /*border: 8px solid #cacfd6;*/
  }

  .-modsub {
    padding: 0 10px 100px;
    margin: 30px auto -150px;
  }
}

.indent {
  margin-left: 1.5em !important;
}

/* Offer Expired Resets */
.offer-expired {
  background: url(/_img/toolbox/icons/icon_important-60.png) no-repeat center 15px, linear-gradient(#d00, #800);
  border: 0 none;
  border-radius: 0;
  padding: 80px 1em 1em;
  text-align: center;
  width: auto;
  min-height: 0;
}

.colorSubhead {
  color: var(--colorSubhead) !important;
}

.colorBody {
  color: var(--colorBody) !important;
}

.-cos-blue {
  color: var(--cosNavy) !important;
}

.-cos-ltblue {
  color: #7bd7ff !important;
}

.-cos-green {
  color: var(--cosBronze) !important;
}

.-cos-orange {
  color: var(--cosBronze) !important;
}

.-cos-yellow {
  color: var(--cosGold) !important;
}

.mono {
  font-family: "Courier Prime", monospace;
  letter-spacing: -1px;
}

.flex.-reverse {
  flex-direction: row;
}

/* Flex rules from singles.css */
@media screen and (min-width: 30em) {
  .flex {
    display: flex;
    gap: 1em;
    margin: 1.4em auto;
  }

  .flex.-centered {
    justify-content: center !important;
    align-items: center !important;
  }

  .flex.-gap-large {
    gap: 2em !important;
  }

  .flex.-wrap {
    flex-wrap: wrap !important;
  }

  .flex.-reverse,
  .-reverse {
    flex-direction: row-reverse;
  }
}

.flex .bioText> :first-child {
  margin-top: 0;
}

.flex .bioText> :last-child {
  margin-bottom: 0;
}

.flex.-middle {
  align-items: center;
}

/* Prototype Separator*/
hr.fadedx {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: 1px !important;
  margin: 1.4em auto !important;
  border: none !important;
  background-color: transparent;
  background-image: linear-gradient(90deg, #dddddd00, #ddd 5%, #ddd 95%, #dddddd00);
}

hr.fadedx.-thick {
  height: 2px !important;
}

hr.fadedx.-white {
  background-image: linear-gradient(90deg, #ffffff00, #fff 5%, #fff 95%, #ffffff00);
}

hr.fadedx.-dark {
  background-image: linear-gradient(90deg, #88888800, #888 5%, #888 95%, #88888800);
}

hr.fadedx.-tall {
  margin: 50px 0 !important;
}

.sectionHeader {
  background-color: var(--cosNavy);
  background-image: linear-gradient(200deg, rgba(171, 171, 171, 0.05) 0%, rgba(171, 171, 171, 0.05) 23%, rgba(90, 90, 90, 0.05) 23%, rgba(90, 90, 90, 0.05) 48%, rgba(65, 65, 65, 0.05) 48%, rgba(65, 65, 65, 0.05) 61%, rgba(232, 232, 232, 0.05) 61%, rgba(232, 232, 232, 0.05) 100%), linear-gradient(126deg, rgba(194, 194, 194, 0.05) 0%, rgba(194, 194, 194, 0.05) 11%, rgba(127, 127, 127, 0.05) 11%, rgba(127, 127, 127, 0.05) 33%, rgba(117, 117, 117, 0.05) 33%, rgba(117, 117, 117, 0.05) 99%, rgba(248, 248, 248, 0.05) 99%, rgba(248, 248, 248, 0.05) 100%), linear-gradient(144deg, rgba(64, 64, 64, 0.05) 0%, rgba(64, 64, 64, 0.05) 33%, rgba(211, 211, 211, 0.05) 33%, rgba(211, 211, 211, 0.05) 50%, rgba(53, 53, 53, 0.05) 50%, rgba(53, 53, 53, 0.05) 75%, rgba(144, 144, 144, 0.05) 75%, rgba(144, 144, 144, 0.05) 100%), linear-gradient(329deg, rgb(2, 25, 51), rgb(2, 25, 51));
}

.sectionHeader::after {
  background: transparent url(/_img/content/cos/separator-down.svg) bottom center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  /* width: 100%; */
  min-height: 45px;
  margin: -30px 0 60px 0;
}

.sectionHeader .container {
  padding: 15px 10px 15px 10px;
}

.sectionHeader h2 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0;
}

@media screen and (min-width: 30em) {
  .sectionHeader .container {
    padding: 40px 0 40px 0;
    max-width: 44em;
  }

  .sectionHeader h2 {
    font-size: 1.7em;
    margin: 20px 0;
  }
}

.leftSideBorder {
  border-left: var(--color2) 5px solid;
  padding-left: 1em;
}

.item-container {
  display: flex;
}

.item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.item.-style1 {
  background-color: #f4f4f4;
  border-radius: 18px;
  gap: 20px 20px;
  margin: 0 0 35px 0;
  padding: 40px 20px 0 20px;
}

.item.-style2 {
  align-items: center;
  gap: 20px 30px;
}

.item h2 {
  font-size: 1.4em;
  margin-top: 0;
  text-align: left;
}

.item .icon {
  max-width: 200px;
  margin: 0 auto;
}

.item .text {
  max-width: 25em;
}

.card-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 15px auto 30px;
}

.card {
  background-color: #f4f4f4;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 20px 20px 10px;
  max-width: 300px;
  box-shadow: 0 10px 20px -18px #333;
  align-self: stretch;
}

.card h3 {
  font-size: 1.3em;
  margin-top: 0;
  text-align: center;
}

.card h3:after {
  content: "";
  display: block;
  background-color: var(--cosSilverSoft);
  height: 1px;
  margin: 10px auto 10px;
  padding: 1px 1px 1px 1px;
}

.card .icon {
  max-width: 200px;
  margin: 0 auto;
}

.card .text {
  max-width: 25em;
}

.video-testimonials {
  background-color: #1a1a1a;
  background: transparent linear-gradient(#333, #1a1a1a);
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
  margin: auto;
  max-width: 44em;
  padding: 5px 5px 5px;
}

.video-tile {
  flex: 0 0 275px;
}

.flex.-reverse {
  flex-direction: row;
}

/* Flex rules from singles.css */
@media screen and (min-width: 30em) {
  .flex {
    display: flex;
    gap: 1em;
    margin: 0 auto 1.4em auto;
  }

  .flex.-centered {
    justify-content: center !important;
    align-items: center !important;
  }

  .flex.-start {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .flex.-gap-large {
    gap: 2em !important;
  }

  .flex.-wrap {
    flex-wrap: wrap !important;
  }

  .flex.-reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 30em) {
  .grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Creates two equal-width columns */
    gap: 10px 20px;
    /* Vertical gap (10px) and Horizontal gap (20px) */
    list-style-position: inside;
    /* Keeps bullets aligned correctly */
  }

  .grid-list li {
    margin: 0.15em 0;
  }
}

/* NEW ADDITIONS FOR TIERS PROMO*/
.headerEyebrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin: 0 auto 1em;
  padding: 0;
  width: 100%;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #b67a2a;
  background: linear-gradient(90deg, #c7923c 0%, #a86422 50%, #d2a24d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.headerEyebrow::before,
.headerEyebrow::after {
  content: "";
  flex: 1 1 auto;
  max-width: 4.5em;
  height: 0.06em;
  opacity: 0.95;
}

.headerEyebrow::before {
  background: linear-gradient(90deg, rgba(210, 162, 77, 0) 0%, rgba(198, 145, 60, 0.9) 100%);
}

.headerEyebrow::after {
  background: linear-gradient(90deg, rgba(198, 145, 60, 0.9) 0%, rgba(210, 162, 77, 0) 100%);
}

@media screen and (min-width: 30em) {
  .headerEyebrow {
    gap: 1em;
    margin: 0 auto 0.5em;
    font-size: 1.25em;
    letter-spacing: 0.16em;
  }

  .headerEyebrow::before,
  .headerEyebrow::after {
    max-width: 8em;
    height: 0.08em;
  }
}

/* metal Section BG*/
.-bg-bronze .container,
.-bg-silver .container,
.-bg-gold .container {
  padding: 20px 10px;
}

.-bg-bronze,
.-bg-silver,
.-bg-gold {
  color: #252525;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: 100% 100%, 32em 32em, 36em 36em, 100% 100%, 16em 16em, 16em 16em;
  background-position: center center, top -5em left -5em, bottom -6em right -6em, center center, top left, bottom right;
  background-attachment: scroll;
}

/* Bronze */
.-bg-bronze {
  background-color: #faf5ef;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.44) 42%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at top left, rgba(255, 255, 255, 0) 0 12em, rgba(255, 255, 255, 0.78) 12.05em 12.4em, rgba(164, 95, 38, 0.2) 12.45em 12.58em, rgba(255, 255, 255, 0.52) 12.65em 13em, rgba(255, 255, 255, 0) 13.05em), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0) 0 13em, rgba(255, 255, 255, 0.72) 13.05em 13.4em, rgba(164, 95, 38, 0.16) 13.45em 13.58em, rgba(255, 255, 255, 0.46) 13.65em 14em, rgba(255, 255, 255, 0) 14.05em), linear-gradient(135deg, rgba(255, 255, 255, 0.48) 10%, rgba(255, 255, 255, 0) 28%, rgba(225, 190, 155, 0.1) 56%, rgba(255, 255, 255, 0) 78%), repeating-radial-gradient(circle at top left, rgba(164, 95, 38, 0.045) 0 0.08em, rgba(0, 0, 0, 0) 0.08em 0.42em), repeating-radial-gradient(circle at bottom right, rgba(122, 66, 24, 0.035) 0 0.08em, rgba(0, 0, 0, 0) 0.08em 0.44em);
}

/* Silver */
.-bg-silver {
  background-color: #f6f7f7;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.5) 42%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at top left, rgba(255, 255, 255, 0) 0 12em, rgba(255, 255, 255, 0.82) 12.05em 12.4em, rgba(104, 109, 114, 0.16) 12.45em 12.58em, rgba(255, 255, 255, 0.56) 12.65em 13em, rgba(255, 255, 255, 0) 13.05em), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0) 0 13em, rgba(255, 255, 255, 0.76) 13.05em 13.4em, rgba(85, 90, 95, 0.13) 13.45em 13.58em, rgba(255, 255, 255, 0.5) 13.65em 14em, rgba(255, 255, 255, 0) 14.05em), linear-gradient(140deg, rgba(255, 255, 255, 0.55) 8%, rgba(255, 255, 255, 0) 26%, rgba(200, 204, 208, 0.11) 54%, rgba(255, 255, 255, 0) 76%), repeating-linear-gradient(45deg, rgba(104, 109, 114, 0.025) 0 0.07em, rgba(0, 0, 0, 0) 0.07em 0.38em), repeating-linear-gradient(-45deg, rgba(85, 90, 95, 0.02) 0 0.07em, rgba(0, 0, 0, 0) 0.07em 0.4em);
}

/* Gold */
.-bg-gold {
  background-color: #fff9ea;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.46) 42%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at top left, rgba(255, 255, 255, 0) 0 12em, rgba(255, 255, 255, 0.8) 12.05em 12.4em, rgba(201, 152, 42, 0.22) 12.45em 12.58em, rgba(255, 255, 255, 0.54) 12.65em 13em, rgba(255, 255, 255, 0) 13.05em), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0) 0 13em, rgba(255, 255, 255, 0.74) 13.05em 13.4em, rgba(138, 90, 5, 0.15) 13.45em 13.58em, rgba(255, 255, 255, 0.48) 13.65em 14em, rgba(255, 255, 255, 0) 14.05em), linear-gradient(135deg, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 0) 26%, rgba(235, 205, 125, 0.13) 54%, rgba(255, 255, 255, 0) 76%), repeating-radial-gradient(circle at top left, rgba(201, 152, 42, 0.045) 0 0.08em, rgba(0, 0, 0, 0) 0.08em 0.42em), repeating-radial-gradient(circle at bottom right, rgba(138, 90, 5, 0.032) 0 0.08em, rgba(0, 0, 0, 0) 0.08em 0.44em);
}