<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 7:22 Unexpected "{"

**/

*, *:before, *:after, {
  box-sizing: border-box;
}
.hidden{display:none;}

/*
.macrocalc .hidden {
  display: none;
}
.macrocalc h1, .macrocalc h2 {
  font-family: 'Oswald', sans-serif;font-size: 40px;
  letter-spacing: 0px;
  font-weight: bold;
}
 
.macrocalc section {
  text-align: center;
  padding: 1em 0;
  width: 90%;
  margin: 0 auto;
  clear: both;
  font-size: 16px;
}

.macrocalc li {
  font-size: 20px;
}

.macrocalc button {
  border: none;
  border-radius: .5em;
  background-color: #19b5fe;
  font-size: 1em;
  padding: 1em 2em;
  max-width: 75%;
  margin: .5em auto;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #292929;
}

.macrocalc button#bf {
  display: inline-block;
}

.macrocalc input {
  border-radius: .75em;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 1em .5em;
  margin: .25em;
  background-color: #e3e3e3;
  color: #383838;
  font-family: 'Roboto', 'Droid Sans';
  font-size: 1em;
}

.macrocalc .agewt input, .macrocalc .height input {
  min-width: 150px;
}

.macrocalc button:hover {
  background-color: #1894cd;
  color: #fff;
}

.macrocalc .button-select {
  background-color: #19b5fe;
}


.macrocalc .inactive {
  background-color: #585858;
  color: #3e3e3e;
  transition: all .75s ease;
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
}

.macrocalc .pa-factor label {
  display: block;
  font-size: 20px;
}

.macrocalc .cals-macs ul {
  list-style-type: none;
  text-align: center;
}

.macrocalc #title {
  text-transform: uppercase;
}*/
/***************
New Design Layout
*****************/
.macrocalcForm section {
    width: 100%;
    max-width: 907px;
    margin: 0 auto;

}

.challenge-dashboard .you_may_also_like .product_list .list {
  display: flex;
  flex-wrap: wrap;
}

.challenge-dashboard .you_may_also_like .product_list .list .content{
  flex-direction: column;
    flex: 1;
    display: flex;
}

.challenge-dashboard .you_may_also_like .product_list .content .price {
    margin-top: auto;
}

.challenge-dashboard .you_may_also_like .add_to_cart_btn2 a {
  font-size: 13px;
  text-transform: uppercase;
}

@media only screen and (min-width:780px){
.macrocalcForm {
    padding: 4rem 2rem;
}
  .macrocalcForm section#main, .macrocalcForm section.result {

    border: 1px solid #E5E5E5;

}
}
.macrocalcForm section#main, .macrocalcForm section.result {
    background: #fff;
    max-width: 1290px;
    margin: 0 auto;
    border-radius: 10px;
    /* border: 1px solid #E5E5E5; */
    padding: 4rem 1rem;
}
h1#title {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: #0A0094;
    max-width: 746px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4rem;
    line-height: 1;
}
.macrocalcForm h2{
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 35px;
    color: #1d1d20;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem;
    line-height: 50px;
    letter-spacing:0;
}
.choices{display:flex;gap:20px;justify-content:center;align-items:center;padding-bottom:2rem;}
.choices button {
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-size: 30px;
    line-height: 1;
    width: 40%;
    font-weight: 700;
    text-transform: uppercase;
    background: #f6f6f6;
    border: 1px solid #0A0094;
    border-radius: 10px;
    color: #1d1d20;
    padding: 20px 10px;
}
.choices button:hover, .choices button.active {
    color: #fff;
    background: #0A0094;
}


/*********Choices Trio**********/
.choices.trio {
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
}

section.fitness-goal {
    padding: 3rem 0;
}
/********Input Age/Weight*********/
section.body-fat-no.agewt {
    padding: 3rem 0;
}
.body-fat-no .choices {
    justify-content: space-between;
}
.numberContainer {
    width: 427px;
    border: 1px solid #0A0094;
    border-radius: 10px;
    background: #f6f6f6;
}
.numberContainer {
    width: 227px;
    border: 1px solid #0A0094;
    border-radius: 10px;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    padding: 11px 20px;
    align-items: center;
}
.numberSelector {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.numberSelector button {
    border: 0px;
    background: #9b9b9b;
    width: 23px;
    height: 22px;
    border-radius: 3px;
    display: flex;
      padding: 2px;
}
.numberSelector button img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
/* .numberSelector button.numberI img {
    transform: rotate(180deg);
} */
.numberSelector button:hover img {
    filter: brightness(0) invert(1);
}
.numberContainer input {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1d20;
    width: 100%;
    padding: 0;
}
.numberContainer input::placeholder{color:#D7D7D7;}
.numberContainer input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.numberContainer input[type="number"]::-webkit-outer-spin-button,
.numberContainer input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/********Height**********/
.heightChoices {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.heightUnits {
    display: flex;
}
.heightUnits .unitBtn:first-child {
    border-right-width: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.heightUnits .unitBtn:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.heightUnits .unitBtn {
    width: 132px;
    margin: 0;
    border: 1px solid #0A0094;
    background: #F6F6F6;
    color: #1d1d20;
    font-family: 'proxima-nova-extra-condensed',sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.heightUnits .unitBtn.active{
  color:#fff;
  background:#0A0094;
}
.HeightInput {
    display: none;
}
.HeightInput.CM.active{display:block;}
.HeightInput.Feet.active {display:flex;gap:5px;}
.HeightInput.Feet input[type="number"],.HeightInput.CM input[type="number"] {
    width: 220px;
    border-radius: 10px;
    background: #F6F6F6;
    border: 0;
    padding: 13px 20px;
    font-size: 30px;
    font-family: 'proxima-nova-extra-condensed',sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d1d20;
}
.HeightInput.CM input[type="number"] {
    width: 605px;
}
.HeightInput input::placeholder{color:#D7D7D7;}
.HeightInput input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.HeightInput input[type="number"]::placeholder{color:#D7D7D7;}
.HeightInput input[type="number"]::-webkit-outer-spin-button,
.HeightInput input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/***********Daily Exercise**************/
section.pa-factor {
    padding: 5rem 0;
}
.choices.multiple {
    gap: 20px;
    flex-wrap: wrap;
}
section.calcBtn button.calculate {
    font-weight: 800;
}
.choices.multiple button.pa-factorbtn:last-child {
    width: 526px;
}
/********Submit*********/
button.calculate {
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-size: 30px;
    line-height: 1;
    width: 70%;
    font-weight: 700;
    text-transform: uppercase;
    background: #0A0094;
    border: 1px solid #0A0094;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto 4rem;
    display: block;
    padding: 20px 10px;
}
button.calculate:hover{ color:#fff;background:#0A0094;}
/************Results****************/
.recMacros {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 750px;
    margin: 0 auto;
}
.recMacroItem {
    width: 358px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #0A0094;
    padding: 10px;
}
.recMacroItem h3 {
    font-family: 'proxima-nova-extra-condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    color: #1d1d20;
    margin: 0px;
}
.recMacroItem div.results {
    font-family: 'proxima-nova',sans-serif;
    color: #1d1d20;
    font-size: 30px;
    line-height: 50px;
}
button.retake {
    display: block;
    margin: 3rem auto 0;
    border: 0px;
    background: transparent;
    font-family: 'proxima-nova-extra-condensed',sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    text-decoration: underline;
    color: #0a0094;
}
/**************Error Messages******************/
.error {
    border: 1px solid #e10000;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
}
section.calcBtn .error {
    border: 0;
    padding: 0;
}
.error div {
    font-weight: 400;
    font-family: 'proxima-nova';
    font-size: 26px;
    color: #e10000;
}
/* .error div {
    font-weight: 700;
    font-family: 'proxima-nova-extra-condensed',s;
    font-size: 30px;
    color: #e10000;
} */
section.inputError h2 {
    color: #e10000;
}
section.result button.retake {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-size: 30px;
    line-height: 1;
    width: 40%;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #0A0094;
    border-radius: 10px;
    text-decoration: none!important;
    color: #fff;
    background: #0A0094;
    padding: 20px 10px;
}
/* input#kg, input#weight-no {
    display: none;
}
#kg.active, #weight-no.active {
    display: block;
} */
.heightUnits.weightunit .unitBtn:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.heightUnits.weightunit .unitBtn:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
section.fitness-goal {
    padding-bottom: 0;
}
section.body-fat-no.agewt .choices {
    flex-direction: column;
}
.agegroup_parent {
    display: flex;
    gap: 20px;
}
.weightInput {
    width: 100%;
}









/*********Responsive*********************/
@media only screen and (max-width:1100px){
  .macrocalcForm section#main, .macrocalcForm section.result{padding:3rem;}
}
@media only screen and (max-width:1090px){
  .choices.trio {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .choices.trio button:last-child {
    width: 413px;
}
  .body-fat-no .choices {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
  .choices.multiple {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
  .choices.multiple button.pa-factorbtn:last-child {
    width: 413px;
}
  .heightChoices {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
}
@media only screen and (max-width:991px){
.numberContainer.Age {width: 70%;}
.numberContainer.Weight {width: 60%;}
.heightUnits.weightunit {width: 40%;}
.agegroup_parent {width: 100%;}
.heightUnits .unitBtn {width: 50%;}
}
@media only screen and (max-width:780px){
  .HeightInput.Feet.active {
    flex-direction: column;
}
  .HeightInput.CM input[type="number"] {
    width: 300px;
}
}
@media only screen and (max-width:600px){

  #modal-macro .modal-dialog {
    padding: 1.2em;
  }

 #modal-macro.photo_submission.modal-submission .close_icon {
    top: 6px;
    right: 6px;
}

  .error div {
    font-weight: 400;
    font-family: 'proxima-nova';
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
}

  section.fitness-goal {
    padding: 2rem 0;
  }

  .heightUnits {
    width: 100%;
  }
  .heightUnits .unitBtn {
    padding: 20px 10px;
  }
  
  .numberContainer.Age, .heightUnits.weightunit, .numberContainer.Weight {width: 100%;}
  .choices button, .numberContainer, .choices.multiple button.pa-factorbtn:last-child, .choices.trio button:last-child, .HeightInput {
    width: 100%;
}
  section.body-fat-no.agewt,section.body-fat-no.height {
    padding: 0 0 2rem;
}
  .HeightInput.CM input[type="number"]{width:100%;}

h1#title {
    font-size: 30px;
    line-height: 1;
}
.macrocalcForm h2 {
    font-size: 30px;
    line-height: 30px;
}
.choices.trio, .choices.multiple {
    gap: 20px;
}
.recMacroItem div.results {
    font-size: 20px;
    line-height: 20px;
}
.recMacroItem h3 {
    font-size: 22px;
    line-height: 1.2;
}
.recMacroItem {
    width: 45%;
    padding: 10px 5px
}
section.result button.retake {
    font-size: 25px;
    line-height: 1;
    width: 100%;
}  
.recMacros {
    gap: 20px 20px;
}  
.agegroup_parent {
    flex-direction: column;
}
section.result button.retake {
    font-size: 25px;
    line-height: 1;
    height: 75px;
}

  
.numberSelector button {
    padding: 0;
}  

  .HeightInput.Feet input[type="number"], .HeightInput.CM input[type="number"] {
    width: 100%;
  }

  .heightChoices {
    gap: 20px;
  }

  section.pa-factor {
    padding: 2rem 0;
}

  section.calcBtn button.calculate {
    font-weight: 800;
    width: 100%;
}

  button.calculate {
    margin: 0 auto 0rem;
  }
  
}
@media only screen and (max-width:500px){
  section.gender .choices {
    justify-content: center;
    flex-wrap: wrap;
}
  button.calculate{font-size:30px;}
  .choices button, input[type="number"],.heightUnits .unitBtn, .HeightInput.Feet input[type="number"], .HeightInput.CM input[type="number"]{
    font-size:25px;
    line-height:1;
  }
  .macrocalcForm section#main, .macrocalcForm section.result {
    padding: 2rem 1rem;
}
}

.weightInput {
  display: none;
}

.weightInput.active {
  display: block;
}</pre></body></html>