:root{
    --color-white: #ffffff;
    --color-black: #000000;
    --color-purple: #562fbf;
    --color-green: #62cb3d
}

@font-face {
    font-family: roboto;
    src: url(fonts/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf);
}

body{
    display:block;
    width:100%;
    min-width:320px;
    margin:0;
    padding:96px 0 0;
    box-sizing:border-box;
    font-size:18px;
    font-family:area-normal,sans-serif;
    font-weight:400;
    font-style:normal;
    line-height:normal;
    color:#fff;
    color:var(--color-white);
    background-color:#562fbf;
    background-color:var(--color-purple);
    background-image:url(images/bg-main-top.png),url(images/bg-main-bottom.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position:top center,bottom center;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    scroll-behavior:smooth;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
@media (min-width: 768px){
    body{
        padding-top:106px
    }
}
@media (min-width: 1024px){
    body{
        padding-top:138px
    }
}
@media (min-width: 1280px){
    body{
        padding-top:191px
    }
}
html{
    scroll-behavior:smooth
}
.wrapper{
    display:block;
    width:100%;
    max-width:1720px;
    margin:auto;
    padding:0 16px;
    box-sizing:border-box
}
@media (min-width: 500px){
    .wrapper{
        padding:0 32px
    }
}
@media (min-width: 1920px){
    .wrapper{
        padding:0
    }
}
.button{
    -webkit-appearance:none;
    display:inline-flex;
    width:auto;
    height:auto;
    margin:0;
    padding:8px 24px;
    box-sizing:border-box;
    font-size:17px;
    font-family:roboto,Arial,sans-serif;
    font-style:italic;
    font-weight:300;
    color:#fff;
    color:var(--color-white);
    background-color:#0000;
    text-transform:uppercase;
    -webkit-text-decoration:none;
    text-decoration:none;
    border-radius:22px 0;
    transition:all .4s ease;
    cursor:pointer
}
.button:hover{
    border-radius:32px 0
}
@media (min-width: 768px){
    .button{
        font-size:18px
    }
}
@media (min-width: 1024px){
    .button{
        font-size:20px
    }
}
@media (min-width: 1280px){
    .button{
        padding:8px 32px;
        font-size:24px
    }
}
@media (min-width: 1440px){
    .button{
        padding:10px 36px;
        font-size:28px
    }
}
@media (min-width: 1920px){
    .button{
        padding:12px 42px;
        font-size:32px
    }
}
.button--white-border{
    border:2px solid #ffffff;
    border:2px solid var(--color-white)
}
.button--white-border:hover{
    background-color:#ffffff1a
}
.header{
    position:fixed;
    top:0;
    left:0;
    z-index: 1;
    display:block;
    width:100%;
    padding:16px 0;
    transition:all .3s ease
}
@media (min-width: 768px){
    .header{
        padding:32px 0
    }
}
@media (min-width: 1024px){
    .header{
        padding:44px 0
    }
}
@media (min-width: 1280px){
    .header{
        padding:66px 0
    }
}
.header--animated{
    background-color:#ffffff1a;
    -webkit-backdrop-filter:blur(8px) brightness(80%);
    backdrop-filter: blur(8px) brightness(80%);
}
@media (min-width: 768px){
    .header--animated{
        padding:16px 0
    }
}
@media (min-width: 1024px){
    .header--animated{
        padding:18px 0
    }
}
@media (min-width: 1280px){
    .header--animated{
        padding:20px 0
    }
}
.header__wrapper{
    display:flex;
    align-items:center;
    justify-content: space-between;
    flex-flow: row wrap;
    row-gap: 0.25em;
}
@media (min-width: 1380px){
    .header__wrapper{
        justify-content:flex-start
    }
    .nav-toggle-label {
        display: none !important;
    }
    .main-nav {
        display: block !important;
        flex-basis: 0 !important;
    }
    #buynow {
        order: 3;
        margin-left: 16px;
    }
    .header__wrapper {
        flex-flow: row nowrap;
    }
    .wrapper.header__wrapper > hr {
        display: none;
    }
}
.header__logo-holder{
    display:block;
    width:148px;
    min-width: 148px;
}
@media (min-width: 768px){
    .header__logo-holder{
        width:200px;
        margin-right:44px
    }
}
@media (min-width: 1024px){
    .header__logo-holder{
        margin-right:60px;
        width:240px
    }
}
@media (min-width: 1280px){
    .header__logo-holder{
        width:280px;
        margin-right:96px
    }
}
.header__logo{
    display:block;
    width:100%;
    height:auto
}
.footer__main{
    padding:40px 0
}
@media (min-width: 1280px){
    .footer__main{
        padding:72px 0
    }
}
.footer__copyright, .footer__version {
    margin: 5px, 0px, 0px;
    font-size:16px;
    text-align:center
}

.footer__social-media {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 350px;
    gap: 2em;
    margin-left: auto;
    margin-right: auto;
}

.footer__social-media > a {
    margin-left: auto;
    margin-right: auto;
}

.footer__social-media > a > img {
    max-width: 100%;
}
.footer__contact {
    text-align: center;
}
.main-nav{
    display:block;
    flex-grow: 1;
    flex-basis: 100%;
}
.main-nav__list{
    list-style-type:none;
    display:flex;
    -moz-column-gap:12px;
    column-gap:12px;
    margin:0;
    padding:0;
    justify-content: space-around;
    flex-flow: row wrap;
    row-gap:0.25em;
    margin-left: 5px;
}
.main-nav__list > .main-nav__item > .main-nav__link{
    font-size: 20px !important;
}

.main-nav__list > .main-nav__item > .dropdown > .dropbtn{
    font-size: 20px !important;
}

.main-nav__list > .main-nav__item > .dropdown > .dropdown-content > .main-nav__link{
    font-size: 18px !important;
}

.main-nav__link{
    display:block;
    font-size:14px;
    font-family:roboto,Arial,sans-serif;
    font-weight:300;
    -webkit-text-decoration:none;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    color:var(--color-white);
    transition:all .4s ease
}
.main-nav__link:hover{
    color:#62cb3d;
    color:var(--color-green)
}
@media (min-width: 768px){
    .main-nav__link{
        font-size:18px
    }
}
@media (min-width: 1024px){
    .main-nav__link{
        font-size:20px
    }
}
@media (min-width: 1280px){
    .main-nav__link{
        font-size:22px
    }
}

.dropdown {
    float: left;
    overflow: hidden;
  }
  
.dropdown .dropbtn {
    display:block;
    font-size:14px;
    font-family:roboto,Arial,sans-serif;
    font-weight:300;
    -webkit-text-decoration:none;
    text-decoration:none;
    text-transform:uppercase;
    transition:all .4s ease;
    color:#fff;
    color:var(--color-white);
    background-color: transparent;
    border:none;
    margin:0;
    padding:0;
    
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
  }
  
  .dropdown-content a {
    padding-top: 10px;
    font-size:10px;
    float: none;
    display: block;
    text-align: left;
  }
  
  @media (max-width: 1379px){
    .dropdown-content{
        display: contents;
    }

    .dropdown-content a{
        margin-left: 20px;
    }

    .dropdown .dropbtn{
        font-weight: 450;
    }

}

@media (min-width: 768px){
    .dropdown .dropbtn{
        font-size:18px
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        color:#62cb3d;
        color:var(--color-green)
      }
}
@media (min-width: 1024px){
    .dropdown .dropbtn{
        font-size:20px
    }
}
@media (min-width: 1280px){
    .dropdown .dropbtn{
        font-size:22px
    }
}

@media (min-width: 768px){
    .dropdown-content a{
        font-size:14px
    }
}
@media (min-width: 1024px){
    .dropdown-content a{
        font-size:16px
    }
}
@media (min-width: 1280px){
    .dropdown-content a{
        font-size:18px
    }
}



.hero{
    padding:20px 0
}
@media (min-width: 768px){
    .hero{
        padding:0
    }
}
@media (min-width: 768px){
    .hero__wrapper{
        display:grid;
        grid-template-columns:1fr 1fr;
        align-items:center
    }
}
.hero__content{
    margin-bottom:32px
}
@media (min-width: 768px){
    .hero__content{
        margin-bottom:0
    }
}
.hero__heading{
    margin:0 0 32px;
    font-weight:400;
    font-size:44px;
    line-height:1.2
}
@media (min-width: 1024px){
    .hero__heading{
        margin-bottom:44px;
        font-size:60px;
        line-height:1.1
    }
}
@media (min-width: 1280px){
    .hero__heading{
        margin-bottom:60px;
        font-size:72px
    }
}
@media (min-width: 1440px){
    .hero__heading{
        font-size:88px
    }
}
@media (min-width: 1792px){
    .hero__heading{
        margin-bottom:72px;
        font-size:100px
    }
}
@media (min-width: 1920px){
    .hero__heading{
        margin-bottom:80px;
        font-size:116px
    }
}
.hero__image-holder,.hero__image{
    display:block;
    width:100%
}
@media (min-width: 768px){
    .hero__image{
        width:90%;
        margin:auto
    }
}
@media (min-width: 1024px){
    .hero__image{
        width:80%
    }
}
.image-text-section{
    padding:40px 0
}
@media (min-width: 768px){
    .image-text-section{
        padding:60px 0
    }
}
@media (min-width: 1440px){
    .image-text-section{
        padding:72px 0
    }
}
@media (min-width: 1920px){
    .image-text-section{
        padding:80px 0
    }
}
.image-text-section--hand{
    padding-top:160px
}
@media (min-width: 768px){
    .image-text-section--hand{
        padding-top:200px
    }
    .image-text-section--hand .image-text-section__image{
        width:80%;
        margin:0
    }
}
@media (min-width: 1440px){
    .image-text-section--hand{
        padding-top:240px
    }
}
@media (min-width: 1920px){
    .image-text-section--hand{
        padding-top:280px
    }
}
.image-text-section__wrapper{
    display:grid
}
@media (min-width: 768px){
    .image-text-section__wrapper{
        grid-template-columns:1fr 1fr;
        /* //column-gap: 12px; */
        align-items:center
    }
}
@media (min-width: 768px){
    .image-text-section__wrapper--left .image-text-section__image-holder{
        order:1
    }
    .image-text-section__wrapper--left .image-text-section__content-holder{
        order:2;
        margin-bottom:0
    }
}
@media (min-width: 768px){
    .image-text-section__wrapper--right .image-text-section__image-holder{
        order:2
    }
    .image-text-section__wrapper--right .image-text-section__content-holder{
        order:1;
        margin-bottom:0
    }
}
.image-text-section__image-holder{
    order:2
}
.image-text-section__image{
    display:block;
    width:100%;
    height:auto
}
.image-text-section__content-holder{
    order:1;
    margin-bottom:40px
}
.image-text-section__heading{
    margin:0 0 24px;
    font-size:36px;
    font-weight:400;
    line-height:1.2
}
@media (min-width: 1024px){
    .image-text-section__heading{
        font-size:44px
    }
}
@media (min-width: 1280px){
    .image-text-section__heading{
        margin-bottom:28px;
        font-size:56px
    }
}
@media (min-width: 1440px){
    .image-text-section__heading{
        margin-bottom:32px;
        font-size:72px
    }
}
@media (min-width: 1920px){
    .image-text-section__heading{
        margin-bottom:40px;
        font-size:84px
    }
}
.image-text-section__text{
    margin-bottom:24px;
    font-size:18px
}
@media (min-width: 1280px){
    .image-text-section__text{
        margin-bottom:44px;
        font-size:20px
    }
}
@media (min-width: 1440px){
    .image-text-section__text{
        margin-bottom:60px;
        font-size:25px
    }
}
@media (min-width: 1920px){
    .image-text-section__text{
        margin-bottom:80px
    }
}
.image-text-section__text>p{
    margin:0 0 16px
}
.image-text-section__text>p:last-child{
    margin-bottom:0
}
.faq{
    padding:40px 0
}
@media (min-width: 768px){
    .faq{
        padding:60px 0
    }
}
@media (min-width: 1440px){
    .faq{
        padding:72px 0
    }
}
@media (min-width: 1920px){
    .faq{
        padding:80px 0
    }
}
.faq__heading{
    margin:0 0 24px;
    font-size:36px;
    font-weight:400;
    line-height:1.2
}
@media (min-width: 1024px){
    .faq__heading{
        font-size:44px
    }
}
@media (min-width: 1280px){
    .faq__heading{
        margin-bottom:28px;
        font-size:56px
    }
}
@media (min-width: 1440px){
    .faq__heading{
        margin-bottom:32px;
        font-size:72px
    }
}
@media (min-width: 1920px){
    .faq__heading{
        margin-bottom:40px;
        font-size:84px
    }
}
.faq__holder{
    margin-bottom:40px;
    padding:12px 20px 20px;
    box-sizing:border-box;
    border-radius:20px
}
@media (min-width: 768px){
    .faq__holder{
        width:calc(100% - 60px);
        margin:0 auto 40px
    }
}
@media (min-width: 1280px){
    .faq__holder{
        margin-bottom:56px;
        padding:20px 32px 32px
    }
}
@media (min-width: 1440px){
    .faq__holder{
        width:calc(100% - 80px);
        margin-bottom:72px;
        padding:40px 52px 52px
    }
}
@media (min-width: 1920px){
    .faq__holder{
        width:calc(100% - 120px)
    }
}
.faq__list{
    list-style-type:none;
    margin:0;
    padding:0;
}
.faq__header {
    font-size: 36px;
    margin-top: 48px;
    font-weight: bold;
    scroll-margin-top: 6em;
}

.faq__header.first {
    margin-top: 8px;
}

.faq__item{
    padding:18px 0 10px;
    margin-left: 48px;
}
@media (min-width: 1280px){
    .faq__item{
        padding:24px 0 14px
    }
}
@media (min-width: 1440px){
    .faq__item{
        padding:32px 0 18px
    }
}
.faq__item--active .faq__question:before{
    opacity:0
}
.faq__question{
    position:relative;
    margin:0;
    padding-right:26px;
    box-sizing:border-box;
    font-weight:600;
    cursor:pointer;
    scroll-margin-top: 8em;
}
@media (min-width: 768px){
    .faq__question{
        font-size:22px
    }
}
@media (min-width: 1280px){
    .faq__question{
        font-size:26px
    }
}
@media (min-width: 1440px){
    .faq__question{
        font-size:33px
    }
}
.faq__question:before{
    content:"";
    position:absolute;
    top:calc(50% - 6px);
    right:5px;
    display:block;
    width:2px;
    height:12px;
    background-color:#62cb3d;
    background-color:var(--color-green);
    transition:opacity .4s ease
}
.faq__question:after{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    right:0;
    display:block;
    width:12px;
    height:2px;
    background-color:#62cb3d;
    background-color:var(--color-green)
}
.faq__answer-holder{
    height:0;
    overflow:hidden;
    transition:height .4s ease
}
.faq__answer{
    margin:0;
    padding:16px 0;
    font-size:18px
}
@media (min-width: 1280px){
    .faq__answer{
        font-size:20px
    }
}
@media (min-width: 1440px){
    .faq__answer{
        font-size:25px
    }
}
.faq__answer>p{
    margin:0 0 12px
}
.faq__answer>p:last-child{
    margin-bottom:0
}
.faq__cta{
    display:block;
    width:160px;
    margin:auto
}
@media (min-width: 1024px){
    .faq__cta{
        width:180px
    }
}
@media (min-width: 1280px){
    .faq__cta{
        width:220px
    }
}
@media (min-width: 1440px){
    .faq__cta{
        width:248px
    }
}
@media (min-width: 1920px){
    .faq__cta{
        width:280px
    }
}
.cta-section{
    padding:40px 0
}
@media (min-width: 768px){
    .cta-section{
        padding:60px 0
    }
}
@media (min-width: 1440px){
    .cta-section{
        padding:72px 0
    }
}
@media (min-width: 1920px){
    .cta-section{
        padding:80px 0
    }
}
.cta-section__wrapper{
    max-width:90%
}
@media (min-width: 768px){
    .cta-section__wrapper{
        max-width:80%
    }
}
@media (min-width: 1024px){
    .cta-section__wrapper{
        max-width:1070px
    }
}
.cta-section__logo{
    display:block;
    width:200px;
    height:auto;
    margin:0 auto 32px
}
@media (min-width: 768px){
    .cta-section__logo{
        margin-bottom:60px;
        width:280px
    }
}
@media (min-width: 1280px){
    .cta-section__logo{
        margin-bottom:80px;
        width:34px
    }
}
@media (min-width: 1440px){
    .cta-section__logo{
        margin-bottom:100px;
        width:496px
    }
}
.cta-section__heading{
    margin:0 0 24px;
    font-size:28px;
    font-weight:400;
    line-height:1.2;
    text-align:center
}
@media (min-width: 1024px){
    .cta-section__heading{
        font-size:32px
    }
}
@media (min-width: 1280px){
    .cta-section__heading{
        margin-bottom:28px;
        font-size:44px
    }
}
@media (min-width: 1440px){
    .cta-section__heading{
        margin-bottom:32px;
        font-size:56px
    }
}
@media (min-width: 1920px){
    .cta-section__heading{
        margin-bottom:40px;
        font-size:68px
    }
}
.cta-section__text{
    margin-bottom:32px;
    font-size:18px;
    text-align:center
}
@media (min-width: 1280px){
    .cta-section__text{
        margin-bottom:60px;
        font-size:20px
    }
}
@media (min-width: 1440px){
    .cta-section__text{
        margin-bottom:80px;
        font-size:25px
    }
}
@media (min-width: 1920px){
    .cta-section__text{
        margin-bottom:100px
    }
}
.form{
    display:block;
    width:100%
}
.form label{
    display:none
}
.form__text-field{
    -webkit-appearance:none;
    display:block;
    width:100%;
    height:auto;
    margin:0 0 24px;
    padding:12px 20px;
    box-sizing:border-box;
    font-size:18px;
    font-family:area-normal,sans-serif;
    font-weight:400;
    font-style:normal;
    line-height:normal;
    color:#000;
    color:var(--color-black);
    background-color:#fff;
    background-color:var(--color-white);
    border:none;
    border-radius:18px;
    outline:none
}
@media (min-width: 1280px){
    .form__text-field{
        margin-bottom:40px;
        padding:20px 24px;
        border-radius:24px
    }
}
.form__submit-holder{
    text-align:center
}
 
.disclaimer-body {
    padding-left: 1em;
    padding-right: 1em;
}

.disclaimer-header {
    position: absolute;
}

.disclaimer {
    background-color: white;
    color: black;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    border-radius: 12pt;
    font-family: 'Times New Roman', Times, serif;
    max-width: 75ch;
    font-size: 16pt;
    line-height: 1.15em;
}

.disclaimer > h1 {
    font-size: 1.16em;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    text-transform: uppercase;
}

.disclaimer > p > span {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.outline {
    font-family: roboto,Arial,sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    text-decoration: underline;
    padding-bottom: 4em;
}

.outline > li {
    margin: 0.5em 0em;
}

.outline > li > ul > li {
    margin: 0.25em 0em;
}

.outline > ul > li > a {
    color: #0000EE;
}

.outline > ul > li > a:visited {
    color: #551A8B;
}

body {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
}

.main {
    flex-grow: 1;
}

.purchase {
    display: flex;
    flex-flow: column nowrap;
    max-width: 60ch;
    font-size: 1.25em;
    margin-left: auto;
    margin-right: auto;
    font-family: roboto;
    padding: 1em;
}

.purchase > h1 {
    font-family: area-normal,sans-serif;
    font-weight: bold;
    font-size: 1.35em;
}

.purchase > h2 {
    font-family: area-normal,sans-serif;
    font-weight: bold;
    font-size: 1.35em;
}

.advisory {
    background-color: white;
    color: black;
    font-size: 18pt;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding: 1em;
    border-radius: 10px;
}

.address {
    display: flex;
    align-items: center;
    background-color: black;
    overflow-x: auto;
    padding: 0.5em;
    margin: 0px;
    max-width: calc(85vw - 2em);
    overflow-y: hidden;
    border-radius: 10px;
    column-gap: 12px;
}

body.bg-fix {
    background-size: cover;
}

.link-dark-bg {
    color: white;
    font-weight: bold;
}

.link-dark-bg:visited {
    color: #999;
 
}

.link {
    font-weight: bold;
    text-decoration: underline;
}

.contactus {
    padding: 2em;
    max-width: 75ch;
    margin-left: auto;
    margin-right: auto;
}

.contactus > p, .contactus > ul {
    font-family: roboto;
    font-size: 1.25em;
}

.main-nav__item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

/* The Modal (background) */
.modal {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    /* background-color: #010101; */
    background-color: #000;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 2px solid #fff;
    width: 60ch; /* Could be more or less, depending on screen size */
    border-radius: 22px 22px;
    max-width: 85vw;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .hidden {
    display: none;
  }

.main.purchase > ol > li {
    margin: 0.5em 0px;
}

.modal-content > .button.button--white-border.main-nav__link, #buynow {
    font-weight: bold;
    font-style: normal;
    background-color: #024B14;
}

.modal-content > .button.button--white-border.main-nav__link:hover, #buynow {
    color: #fff
}

.copy {
    display: inline;
}

  .copy-button {
    background-color: #000f;
    cursor: pointer;
    height: 1.2em;
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    transition: all 0.3s;
  }

.copy-button:hover {
    filter: brightness(0.75);
}

.copy-button:active {
    filter: brightness(0.6);
}

.copy-button > img {
    height: 100%;
}

.main-nav {
    display: none;
}

#nav-toggle:checked ~ .main-nav > .main-nav__list {
    flex-flow: column nowrap;
}

#nav-toggle:checked ~ .main-nav {
    display: block;
}

.nav-toggle {
    display: none;
}
.nav-toggle-label {
    display: block;
    width: 40px;
    height: 25px;
    cursor: pointer;
    align-self: flex-start;
    padding-top: 22.5px;
  }
  
  .nav-toggle-label span,
  .nav-toggle-label span:before,
  .nav-toggle-label span:after {
    display: block;
    background-color: #eee;
    height: 4px;
    width: 30px;
    position: absolute;
  }

  .nav-toggle-label span:before {
    content: "";
    top: -10px;
  }
  
  .nav-toggle-label span:after {
    content: "";
    top: 10px;
  }

  .main-nav {
    transition: all 0.3s;
  }

      .wrapper.header__wrapper > hr {
        display: none;
    }

    #nav-toggle:checked ~ hr {
        display: block;
    }

.newsletter {
    font-size: 1.25em;
    text-align: center;
}

.newsletter > * {
    margin-left: auto;
    margin-right: auto;
}


.invisible {
    visibility: hidden;
    display: none;
}

@media screen and (max-device-height: 600px) {
    div.formkit-slide-in {
        padding-bottom: 0;
    }
}

.youtube {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
}

.links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    flex-basis: 10ch;
}

.links > a > img {
    max-width: 100%;
}

.featured__title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: 2em;
}

.featured__title > h1 {
    flex-grow: 1;
}

.glide {
        width: 300px;
        text-align: center;
        overflow:hidden;
}

.tiktok {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tiktok-embed {
    width:100%;

}

[data-style="minimal"] {
    max-height: 75vh;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}

[data-style="minimal"]::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

#buy_modal {
    z-index: 5;
}