/** Shopify CDN: Minification failed

Line 661:0 Unexpected "@media"
Line 1030:0 Expected "}" to go with "{"

**/
:root {
    --white: #fff;
    --white-two: #f4f4f4;
    --light-grey: #dddada;
    --brown-grey: #7e7e7e;
    --black: #313131;
    --light-olive-green: #89d84b;
    --dark-grey-blue: #0b2856;
}
.color--white {
    color: var(--white);
}
.color--whiteTwo {
    color: var(--white-two);
}
.color--lightGrey {
    color: war(--light-grey);
}
.color--brownGrey {
    color: var(--brown-grey);
}
.color--black {
    color: var(--black);
}
.color--green {
    color: var(--light-olive-green);
}
.color--darkGreyBlue {
    color: var(--dark-grey-blue);
}
.bgColor--blue {
    background-color: var(--dark-grey-blue);
}
.bgColor--linen {
    background-color: #fbf9f5;
}
.bgColor--white {
    background-color: var(--white);
}
.bgColor--whiteTwo {
    background-color: var(--white-two);
}
.bgColor--transparent {
    background-color: transparent;
}
.text--bold {
    font-weight: 700;
}
.text--semiBold {
    font-weight: 600;
}
.text--80 {
    font-size: 80px;
}
@media only screen and (max-width: 1050px) {
    .text--80 {
        font-size: calc(80px - 1.5vw);
    }
}
@media only screen and (max-width: 930px) {
    .text--80 {
        font-size: calc(80px - 1.75vw);
    }
}
@media only screen and (max-width: 850px) {
    .text--80 {
        font-size: calc(80px - 2.5vw);
    }
}
@media only screen and (max-width: 576px) {
    .text--80 {
        font-size: calc(80px - 4.5vw);
    }
}
.text--50 {
    font-size: 50px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    .text--50 {
        font-size: calc(50px - 1vw);
    }
}
@media only screen and (max-width: 576px) {
    .text--50 {
        font-size: 35px;
    }
}
.text--45 {
    font-size: 45px;
}
@media only screen and (max-width: 768px) {
    .text--45 {
        font-size: calc(45px - 1vw);
    }
}
@media only screen and (max-width: 576px) {
    .text--45 {
        font-size: 35px;
    }
}
.text--35 {
    font-size: 35px;
}
.text--30 {
    font-size: 30px;
}
@media only screen and (max-width: 768px) {
    .text--30 {
        font-size: 24px;
    }
}
.text--25 {
    font-size: 25px;
}
.text--20 {
    font-size: 20px;
}
.text--18 {
    font-size: 18px;
}
.text--16 {
    font-size: 16px;
}
.text--14 {
    font-size: 14px;
}
.text--12 {
    font-size: 12px;
}
.text--body {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.text--subheader {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.07;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 576px) {
    .text--subheader {
        font-size: 25px;
        line-height: 1.08;
        letter-spacing: 0.42px;
    }
    .text--body {
        font-size: 18px;
    }
}
.text--ls05 {
    letter-spacing: 0.5px;
}
.text--ls03 {
    letter-spacing: 0.3px;
}
.text--ls042 {
    letter-spacing: 0.42px;
}
.text--ls026 {
    letter-spacing: 0.26px;
}
.text--ls1 {
    letter-spacing: 1px;
}
.text--ls15 {
    letter-spacing: 1.5px;
}
.text--ls2 {
    letter-spacing: 2px;
}
.text--lh15 {
    line-height: 1.5;
}
.text--lh143 {
    line-height: 1.43;
}
.text--lh1 {
    line-height: 1;
}
.text--ls128 {
    line-height: 1.28;
}
.text--lh129 {
    line-height: 1.29;
}
.text--lh107 {
    line-height: 1.07;
}
.text--lh127 {
    line-height: 1.27;
}
.text--lh108 {
    line-height: 1.08;
}
.text--uppercase {
    text-transform: uppercase;
}
.text--capitalize {
    text-transform: capitalize;
}
.text--center {
    text-align: center;
}
.text--linethrough {
    text-decoration: line-through;
}
.padding--top50 {
    padding-top: 50px;
}
.link--green {
    color: var(--light-olive-green);
    text-decoration: none;
    font-weight: 700;
}
.link--green:hover {
    color: var(--dark-grey-blue);
}
.link--darkGreyBlue {
    color: var(--dark-grey-blue);
    text-decoration: none;
    font-weight: 700;
}
.link--darkGreyBlue:hover {
    color: var(--light-olive-green);
}
.flex {
    display: flex;
}
.flex--spaceBetween {
    display: flex;
    justify-content: space-between;
}
.marginTop--20 {
    margin-top: 20px;
}
.marginTop--40 {
    margin-top: 40px;
}
.margin0 {
    margin: 0;
}
.marginBottom--5 {
    margin-bottom: 5px;
}
.marginBottom--10 {
    margin-bottom: 10px;
}
.marginBottom--15 {
    margin-bottom: 15px;
}
.marginBottom--20 {
    margin-bottom: 20px;
}
.marginBottom--25 {
    margin-bottom: 25px;
}
.marginBottom--30 {
    margin-bottom: 30px;
}
.marginBottom--60 {
    margin-bottom: 60px;
}
.marginBottom--40 {
    margin-bottom: 40px;
}
.marginBottom--80 {
    margin-bottom: 80px;
}
.marginRight--5 {
    margin-right: 5px;
}
.marginRight--10 {
    margin-right: 10px;
}
.marginRight--15 {
    margin-right: 15px;
}
.marginRight--20 {
    margin-right: 20px;
}
.marginRight--30 {
    margin-right: 30px;
}
.marginRight--40 {
    margin-right: 40px;
}
.td-page-width,
.td-page-width-wide,
.td-page-width-narrow,
.td-page-width-slim {
    margin: 0 auto;
    padding: 0 20px;
}
.td-page-width {
    max-width: 1600px;
}
.td-page-width-wide {
    max-width: 1420px;
}
.td-page-width-narrow {
    max-width: 1024px;
}
.td-page-width-slim {
    max-width: 760px;
}
.td-show {
    display: block !important;
}
.td-hide,
.td-only-dsk {
    display: none !important;
}
.td-text-left {
    text-align: left !important;
}
.td-text-right {
    text-align: right !important;
}
.td-text-center {
    text-align: center !important;
}
.td-text-justify {
    text-align: justify !important;
}
.td-content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
}
.td-content--top-center {
    align-items: flex-start;
    justify-content: center;
}
.td-content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.td-content--middle-left {
    align-items: center;
    justify-content: flex-start;
}
.td-content--middle-center {
    align-items: center;
    justify-content: center;
}
.td-content--middle-right {
    align-items: center;
    justify-content: flex-end;
}
.td-content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.td-content--bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.td-content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .td-mobile--no-margin {
        margin: 0 -20px !important;
    }
    .td-mobile--full-width {
        width: 100%;
    }
    .td-medium-down--show {
        display: block !important;
    }
    .td-medium-down--hide {
        display: none !important;
    }
    .td-medium-down--text-left {
        text-align: left !important;
    }
    .td-medium-down--text-right {
        text-align: right !important;
    }
    .td-medium-down--text-center {
        text-align: center !important;
    }
    .td-medium-down--text-justify {
        text-align: justify !important;
    }
}
@media only screen and (max-width: 1180px) {
    .td-large-down--hide {
        display: none !important;
    }
}
@media only screen and (min-width: 769px) {
    .td-medium-up--show {
        display: block !important;
    }
    .td-medium-up--hide {
        display: none !important;
    }
    .td-medium-up--text-left {
        text-align: left !important;
    }
    .td-medium-up--text-right {
        text-align: right !important;
    }
    .td-medium-up--text-center {
        text-align: center !important;
    }
    .td-medium-up--text-justify {
        text-align: justify !important;
    }
    .td-content--top-left--dsk {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .td-content--top-center--dsk {
        align-items: flex-start;
        justify-content: center;
    }
    .td-content--top-right--dsk {
        align-items: flex-start;
        justify-content: flex-end;
    }
    .td-content--middle-left--dsk {
        align-items: center;
        justify-content: flex-start;
    }
    .td-content--middle-center--dsk {
        align-items: center;
        justify-content: center;
    }
    .td-content--middle-right--dsk {
        align-items: center;
        justify-content: flex-end;
    }
    .td-content--bottom-left--dsk {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .td-content--bottom-center--dsk {
        align-items: flex-end;
        justify-content: center;
    }
    .td-content--bottom-right--dsk {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .td-only-dsk {
        display: block !important;
    }
    .td-only-mb {
        display: none !important;
    }
}
.td-img {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.td-img--cover {
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
}
.td-img--cover {
    -o-object-fit: cover;
}
.td-img--contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain; object-position: center";
}
.td-product-pros-cons__image .td-img--contain {
    object-fit: unset;
}
.td-img--contain,
.td-img--scale-down {
    -o-object-position: center;
    object-position: center;
}
.td-img--scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    font-family: "object-fit: scale-down; object-position: center";
}
.td-media {
    display: block;
    position: relative;
    overflow: hidden;
}
.td-media--transparent {
    background-color: transparent;
}

.td-media > img {
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.td-media--portrait {
    padding-bottom: 125%;
}
.td-media--landscape {
    padding-bottom: 66.6%;
}
.td-media--cropped {
    padding-bottom: 56%;
}
.td-media--16-9 {
    padding-bottom: 56.25%;
}
.td-media--circle {
    padding-bottom: 100%;
    border-radius: 50%;
}
.td-media.td-media--hover-effect > img + img {
    opacity: 0;
}
.td-media-fit--contain img {
    object-fit: contain;
}
@media screen and (min-width: 990px) {
    .td-media--cropped {
        padding-bottom: 63%;
    }
}
.td-link--overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    cursor: pointer;
    z-index: 100;
}
.td-swiper-wrapper {
    padding-bottom: 60px;
}
.swiper-slide {
    cursor: pointer;
}
.swiper .swiper-pagination-bullet {
    --swiper-pagination-color: #818181;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 10px;
    border: 1px solid #0b2856;
}
.swiper-simple-arrow-prev,
.swiper-simple-arrow-next {
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 16px;
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-simple-arrow-prev svg,
.swiper-simple-arrow-next svg {
    height: 8px;
}
.swiper-simple-arrow-prev {
    right: unset;
    left: 16px;
    transform: rotateY(-180deg);
}
.td-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    --grid-mobile-horizontal-spacing: 10px;
    --grid-mobile-vertical-spacing: 30px;
    --grid-desktop-horizontal-spacing: 20px;
    --grid-desktop-vertical-spacing: 40px;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}
.td-grid:last-child {
    margin-bottom: 0;
}
.td-grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
}
.td-grid--1-col .td-grid__item {
    max-width: 100%;
    width: 100%;
}
.td-grid--2-col .td-grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
.td-grid--3-col .td-grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.td-grid--4-col .td-grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.td-border-bottom {
    border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
@media screen and (min-width: 769px) {
    .td-grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
    .td-grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .td-grid--6-col-desktop .td-grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
    .td-grid--5-col-desktop .td-grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
    .td-grid--4-col-desktop .td-grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .td-grid--3-col-desktop .td-grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .td-grid--2-col-desktop .td-grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .td-grid--1-col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .td-grid--1-col-desktop .td-grid__item {
        width: 100%;
        max-width: 100%;
    }
}
.td-headline,

@media screen and (min-width: 769px) {
    .td-headline,
    .td-heading {
        font-size: 40px;
        max-width: unset;
    }
    .td-heading {
      font-weight: 600;
      font-size: 28px;
      line-height: 1.2;
      font-family: Archivo;
      color: #0b2856;
      max-width: 280px;
      margin: 0 auto 20px;
  }
}
@media screen and (max-width:768px){
  .td-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    font-family: Archivo;
    color: #0b2856;
    max-width: unset;
    margin: 0 auto 20px;
}
}
html,
body {
    overflow-x: clip;
}
.td-subheading {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-family: industry;
    text-transform: uppercase;
    color: #89d84b;
}
@media screen and (min-width: 769px) {
    .td-subheading {
        font-size: 24px;
    }
}
.swiper .swiper-slide {
    cursor: pointer;
}
.td-section--border {
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
.td-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 16px 18px;
    text-decoration: none;
    text-align: center;
    color: #0b2856;
    background-color: #89d84b;
    min-width: 200px;
    display: inline-block;
    cursor: pointer;
    font-family: archivo;
    text-transform: uppercase;
    align-items: center;
}
.td-button:hover {
    opacity: 0.8;
}
.td-button--secondary {
    border: 1px solid #0b2856;
}
button,
input[type="submit"],
.btn,
.btn--primary {
    box-shadow: unset;
    min-width: unset;
    padding: 11px 40px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn:not(.btn--plain):hover {
    box-shadow: unset;
    transform: none;
    filter: brightness(90%);
    text-decoration: none !important;
}
a {
    color: var(--light-olive-green);
    text-decoration: none;
    font-weight: 600;
    display: inline;
}
.section {
    padding-bottom: 0;
    padding-top: 0;
}
.header-group {
    z-index: 4;
}
::-webkit-scrollbar {
    width: 12px !important;
    -webkit-overflow-scrolling: auto;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #293c5e !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5) !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #293c5e !important;
}
.burgerMenu,
.closeBtn,
.navMob__btn,
.navMob__searchBtn,
.navMob__backBtn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.divider {
    margin: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid var(--light-grey);
    height: 0;
}
.noScroll {
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}
main#MainContent {
    padding: 0;
}
.product__breadcrumbs {
    display: flex;
    gap: 5px;
}
html,
body {
    font-size: 18px;
    letter-spacing: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 0;
}
.one-half-column-left,
.left {
    width: 48%;
    float: left;
}
.one-half-column-right,
.right {
    width: 48%;
    float: right;
}
.one-third-column,
.third {
    width: 32%;
    margin-right: 2%;
    float: left;
}
.one-third-column-last,
.third-last {
    width: 32%;
    margin-right: 0;
    float: left;
}
ul {
    margin: 12px 0;
    padding-left: 6px;
}
input.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.25rem;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    padding: 0;
}
.calculator {
    width: 70%;
    margin: 0 auto;
    box-shadow: #00000040 0 1px 7px;
}
.calculator select {
    min-width: 80px;
}
footer.page-footer {
    position: relative;
}
.img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a {
    text-decoration: none;
    font-weight: 600;
    display: inline;
}
.collectedCard__img {
    display: block;
}
.filter-box select {
    background-image: unset;
}
@media(min-width:767px){
  .td-media > *:not(.zoom):not(.deferred-media__poster-button),
    .td-media model-viewer {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
  .td-media--square {
    padding-bottom: 100%;
}
}
@media screen and (max-width: 768px) {
  .td-media > *:not(.zoom):not(.deferred-media__poster-button),
  .td-media model-viewer {
      display: block;
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }
  .td-media--square {
    padding-bottom: 0;
}
    .one-third-column,
    .third,
    .one-third-column-last,
    .third-last,
    .one-half-column-right,
    .right,
    .one-half-column-left,
    .left {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .pill {
        width: 100% !important;
    }
}
.shopify-payment-button {
    margin-top: 10px;
}

.vendor-full-width{
  padding:0;
    margin:0;
}
@media(min-width:992px){
  .shopify-section h2{
    font-size:32px;
    font-weight:600;
  }
  .breadcrumbs ol li a{
    display:inline-flex;
      justify-content:center;
  }
  .breadcrumbs ol li a svg{
    margin:0 5px;
  }
  .collection-header{
    margin-bottom:0 !important;
  }
  
  .breadcrumbs .icon{
    width:17px;
  }
  .template-product .breadcrumbs{
    margin-bottom:unset !important;
  }
  .jdgm-medals{
      display:none !important;
  }
}
  @media(min-width:992px){
  .shopify-section h1{
    font-size:40px;
    font-weight:700;
  }
@media(max-width:992px){
  .gallery .slick-dots li{
      display:inline-flex !important;
      justify-content:center;
    align-items:center;
  }
  .gallery .slick-dots li button{
    padding:unset !important;
  }
  .gallery-slideshow-controls{
    bottom:5px !important;
  }
  .shopify-section h2{
    font-size:24px;
    font-weight:600;
  }
  .boost-sd__breadcrumb-container{
    font-size:12px;
    margin:10px !important;
  }
  .boost-sd__header-main-2-content{
    padding:32px 16px !important;
  }
  .boost-sd__header-title{
    font-size:19px !important;
  }
  .image-with-text .image-with-text__content{
    padding:20px !important;
  }
  #shopify-section-template--16070593708105__image_with_text_Ewfjwq .image-with-text__title.giant-title{
    font-size:22px !important;
  }
  .template-product .breadcrumbs{
  }
  .jdgm-medals{
      display:none !important;
  }
  
}


/* @media (max-width:991px){.video-container__video,.section-background-video{display:none!important}} */
