/*
 * popup-caption
 */

.popup-caption{--popup-caption-filter:none;--popup-caption-background:rgba(0,0,0,0.6);--popup-caption-text:#fff;--popup-caption-padding:1rem;--popup-caption-timing:500ms;--popup-caption-easeOutQuad:cubic-bezier(0.250,0.460,0.450,0.940);--popup-caption-easeOutCubic:cubic-bezier(0.215,0.610,0.355,1.000);--popup-caption-easeInOutQuad:cubic-bezier(0.455,0.030,0.515,0.955);--popup-caption-valign:start;--popup-caption-text-align:inherit;display:inline-block;position:relative;overflow:hidden}.popup-caption img,.popup-caption video{display:block;width:100%;height:auto}.pc-overlay{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;padding:var(--popup-caption-padding);background-color:var(--popup-caption-background);backdrop-filter:var(--popup-caption-filter);display:grid;grid-template-rows:min-content;align-content:var(--popup-caption-valign);text-align:var(--popup-caption-text-align)}.pc-overlay > *{margin:0}.pc-overlay *{color:var(--popup-caption-text)}.pc-overlay.static{animation:none !important;transform:none !important}.pc-enter,.pc-leave{animation-duration:var(--popup-caption-timing);animation-timing-function:var(--popup-caption-easeOutQuad);animation-fill-mode:forwards}.pc-enter{transform:translate3d(0,-100%,0)}.swing--enter-top .pc-enter{animation-name:swing--enter-top}.swing--enter-top .pc-leave{animation-name:swing--leave-bottom}.swing--enter-bottom .pc-enter{animation-name:swing--enter-bottom}.swing--enter-bottom .pc-leave{animation-name:swing--leave-top}.swing--enter-left .pc-enter{animation-name:swing--enter-left}.swing--enter-left .pc-leave{animation-name:swing--leave-right}.swing--enter-right .pc-enter{animation-name:swing--enter-right}.swing--enter-right .pc-leave{animation-name:swing--leave-left}.swing--leave-top .pc-enter{animation-name:swing--leave-top}.swing--leave-top .pc-leave{animation-name:swing--enter-bottom}.swing--leave-bottom .pc-enter{animation-name:swing--leave-bottom}.swing--leave-bottom .pc-leave{animation-name:swing--enter-top}.swing--leave-left .pc-enter{animation-name:swing--leave-left}.swing--leave-left .pc-leave{animation-name:swing--enter-right}.swing--leave-right .pc-enter{animation-name:swing--leave-right}.swing--leave-right .pc-leave{animation-name:swing--enter-left}.popup-caption[class*='swing--']{perspective:400px}.popup-caption[class*='swing--'] .pc-enter,.popup-caption[class*='swing--'] .pc-leave{transform:rotate3d(0,0,0,0);animation-timing-function:var(--popup-caption-easeOutCubic)}.swing--enter-top,.swing--leave-top{perspective-origin:center top}.swing--enter-top .pc-enter,.swing--enter-top .pc-leave,.swing--leave-top .pc-enter,.swing--leave-top .pc-leave{transform-origin:center top}.swing--enter-bottom,.swing--leave-bottom{perspective-origin:center bottom}.swing--enter-bottom .pc-enter,.swing--enter-bottom .pc-leave,.swing--leave-bottom .pc-enter,.swing--leave-bottom .pc-leave{transform-origin:center bottom}.swing--enter-left,.swing--leave-left{perspective-origin:left center}.swing--enter-left .pc-enter,.swing--enter-left .pc-leave,.swing--leave-left .pc-enter,.swing--leave-left .pc-leave{transform-origin:left center}.swing--enter-right,.swing--leave-right{perspective-origin:right center}.swing--enter-right .pc-enter,.swing--enter-right .pc-leave,.swing--leave-right .pc-enter,.swing--leave-right .pc-leave{transform-origin:right center}@keyframes swing--enter-top{0%{transform:rotate3d(-1,0,0,90deg)}}@keyframes swing--leave-top{100%{transform:rotate3d(-1,0,0,90deg)}}@keyframes swing--enter-bottom{0%{transform:rotate3d(1,0,0,90deg)}}@keyframes swing--leave-bottom{100%{transform:rotate3d(1,0,0,90deg)}}@keyframes swing--enter-left{0%{transform:rotate3d(0,1,0,90deg)}}@keyframes swing--leave-left{100%{transform:rotate3d(0,1,0,90deg)}}@keyframes swing--enter-right{0%{transform:rotate3d(0,-1,0,90deg)}}@keyframes swing--leave-right{100%{transform:rotate3d(0,-1,0,90deg)}}.slide--enter-top .pc-enter{animation-name:slide--enter-top}.slide--enter-top .pc-leave{animation-name:slide--leave-bottom}.slide--enter-bottom .pc-enter{animation-name:slide--enter-bottom}.slide--enter-bottom .pc-leave{animation-name:slide--leave-top}.slide--enter-left .pc-enter{animation-name:slide--enter-left}.slide--enter-left .pc-leave{animation-name:slide--leave-right}.slide--enter-right .pc-enter{animation-name:slide--enter-right}.slide--enter-right .pc-leave{animation-name:slide--leave-left}.slide--leave-top .pc-enter{animation-name:slide--leave-top}.slide--leave-top .pc-leave{animation-name:slide--enter-bottom}.slide--leave-bottom .pc-enter{animation-name:slide--leave-bottom}.slide--leave-bottom .pc-leave{animation-name:slide--enter-top}.slide--leave-left .pc-enter{animation-name:slide--leave-left}.slide--leave-left .pc-leave{animation-name:slide--enter-right}.slide--leave-right .pc-enter{animation-name:slide--leave-right}.slide--leave-right .pc-leave{animation-name:slide--enter-left}.popup-caption[class*='slide--'] .pc-enter,.popup-caption[class*='slide--'] .pc-leave{transform:translate3d(0,0,0);animation-timing-function:var(--popup-caption-easeOutQuad)}@keyframes slide--enter-top{0%{transform:translate3d(0,-100%,0)}}@keyframes slide--leave-top{100%{transform:translate3d(0,-100%,0)}}@keyframes slide--enter-bottom{0%{transform:translate3d(0,100%,0)}}@keyframes slide--leave-bottom{100%{transform:translate3d(0,100%,0)}}@keyframes slide--enter-left{0%{transform:translate3d(-100%,0,0)}}@keyframes slide--leave-left{100%{transform:translate3d(-100%,0,0)}}@keyframes slide--enter-right{0%{transform:translate3d(100%,0,0)}}@keyframes slide--leave-right{100%{transform:translate3d(100%,0,0)}}.roll-out--enter-top .pc-enter{animation-name:roll-out--enter-top}.roll-out--enter-top .pc-leave{animation-name:roll-out--leave-bottom}.roll-out--enter-bottom .pc-enter{animation-name:roll-out--enter-bottom}.roll-out--enter-bottom .pc-leave{animation-name:roll-out--leave-top}.roll-out--enter-left .pc-enter{animation-name:roll-out--enter-left}.roll-out--enter-left .pc-leave{animation-name:roll-out--leave-right}.roll-out--enter-right .pc-enter{animation-name:roll-out--enter-right}.roll-out--enter-right .pc-leave{animation-name:roll-out--leave-left}.roll-out--leave-top .pc-enter{animation-name:roll-out--leave-top}.roll-out--leave-top .pc-leave{animation-name:roll-out--enter-bottom}.roll-out--leave-bottom .pc-enter{animation-name:roll-out--leave-bottom}.roll-out--leave-bottom .pc-leave{animation-name:roll-out--enter-top}.roll-out--leave-left .pc-enter{animation-name:roll-out--leave-left}.roll-out--leave-left .pc-leave{animation-name:roll-out--enter-right}.roll-out--leave-right .pc-enter{animation-name:roll-out--leave-right}.roll-out--leave-right .pc-leave{animation-name:roll-out--enter-left}.popup-caption[class*='roll-out--'] .pc-enter,.popup-caption[class*='roll-out--'] .pc-leave{transform:translate3d(0,0,0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);animation-timing-function:var(--popup-caption-easeOutQuad)}@keyframes roll-out--enter-top{0%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}}@keyframes roll-out--leave-top{100%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}}@keyframes roll-out--enter-bottom{0%{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}}@keyframes roll-out--leave-bottom{100%{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}}@keyframes roll-out--enter-left{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%)}}@keyframes roll-out--leave-left{100%{clip-path:polygon(0 0,0 0,0 100%,0 100%)}}@keyframes roll-out--enter-right{0%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}}@keyframes roll-out--leave-right{100%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}}.rotate--enter-top .pc-enter{animation-name:rotate--enter-top}.rotate--enter-top .pc-leave{animation-name:rotate--leave-bottom}.rotate--enter-bottom .pc-enter{animation-name:rotate--enter-bottom}.rotate--enter-bottom .pc-leave{animation-name:rotate--leave-top}.rotate--enter-left .pc-enter{animation-name:rotate--enter-left}.rotate--enter-left .pc-leave{animation-name:rotate--leave-right}.rotate--enter-right .pc-enter{animation-name:rotate--enter-right}.rotate--enter-right .pc-leave{animation-name:rotate--leave-left}.rotate--leave-top .pc-enter{animation-name:rotate--leave-top}.rotate--leave-top .pc-leave{animation-name:rotate--enter-bottom}.rotate--leave-bottom .pc-enter{animation-name:rotate--leave-bottom}.rotate--leave-bottom .pc-leave{animation-name:rotate--enter-top}.rotate--leave-left .pc-enter{animation-name:rotate--leave-left}.rotate--leave-left .pc-leave{animation-name:rotate--enter-right}.rotate--leave-right .pc-enter{animation-name:rotate--leave-right}.rotate--leave-right .pc-leave{animation-name:rotate--enter-left}.popup-caption[class*='rotate--'] .pc-enter,.popup-caption[class*='rotate--'] .pc-leave{transform:rotate(0);animation-timing-function:var(--popup-caption-easeOutQuad)}.rotate--enter-top .pc-enter,.rotate--enter-top .pc-leave,.rotate--leave-top .pc-enter,.rotate--leave-top .pc-leave{transform-origin:left top}.rotate--enter-bottom .pc-enter,.rotate--enter-bottom .pc-leave,.rotate--leave-bottom .pc-enter,.rotate--leave-bottom .pc-leave{transform-origin:left bottom}.rotate--enter-left .pc-enter,.rotate--enter-left .pc-leave,.rotate--leave-left .pc-enter,.rotate--leave-left .pc-leave{transform-origin:left top}.rotate--enter-right .pc-enter,.rotate--enter-right .pc-leave,.rotate--leave-right .pc-enter,.rotate--leave-right .pc-leave{transform-origin:right top}@keyframes rotate--enter-top{0%{transform:rotate(-90deg)}}@keyframes rotate--leave-top{100%{transform:rotate(-90deg)}}@keyframes rotate--enter-bottom{0%{transform:rotate(90deg)}}@keyframes rotate--leave-bottom{100%{transform:rotate(90deg)}}@keyframes rotate--enter-left{0%{transform:rotate(90deg)}}@keyframes rotate--leave-left{100%{transform:rotate(90deg)}}@keyframes rotate--enter-right{0%{transform:rotate(-90deg)}}@keyframes rotate--leave-right{100%{transform:rotate(-90deg)}}.flip--enter-top .pc-enter{animation-name:flip--enter-top}.flip--enter-top .pc-leave{animation-name:flip--leave-bottom}.flip--enter-bottom .pc-enter{animation-name:flip--enter-bottom}.flip--enter-bottom .pc-leave{animation-name:flip--leave-top}.flip--enter-left .pc-enter{animation-name:flip--enter-left}.flip--enter-left .pc-leave{animation-name:flip--leave-right}.flip--enter-right .pc-enter{animation-name:flip--enter-right}.flip--enter-right .pc-leave{animation-name:flip--leave-left}.flip--leave-top .pc-enter{animation-name:flip--leave-top}.flip--leave-top .pc-leave{animation-name:flip--enter-bottom}.flip--leave-bottom .pc-enter{animation-name:flip--leave-bottom}.flip--leave-bottom .pc-leave{animation-name:flip--enter-top}.flip--leave-left .pc-enter{animation-name:flip--leave-left}.flip--leave-left .pc-leave{animation-name:flip--enter-right}.flip--leave-right .pc-enter{animation-name:flip--leave-right}.flip--leave-right .pc-leave{animation-name:flip--enter-left}.popup-caption[class*='flip--']{perspective:800px;overflow:visible}.popup-caption[class*='flip--'] .pc-enter,.popup-caption[class*='flip--'] .pc-leave{transform:rotateX(0) rotateY(0);animation-timing-function:var(--popup-caption-easeInOutQuad);animation-duration:var(--popup-caption-timing);backface-visibility:hidden;z-index:1}@keyframes flip--enter-top{0%{transform:rotateX(180deg) rotateY(0)}}@keyframes flip--leave-top{100%{transform:rotateX(180deg) rotateY(0)}}@keyframes flip--enter-bottom{0%{transform:rotateX(-180deg) rotateY(0)}}@keyframes flip--leave-bottom{100%{transform:rotateX(-180deg) rotateY(0)}}@keyframes flip--enter-left{0%{transform:rotateX(0) rotateY(-180deg)}}@keyframes flip--leave-left{100%{transform:rotateX(0) rotateY(-180deg)}}@keyframes flip--enter-right{0%{transform:rotateX(0) rotateY(180deg)}}@keyframes flip--leave-right{100%{transform:rotateX(0) rotateY(180deg)}}[data-animation=fade] .pc-enter{transform:none;opacity:0}[data-animation=fade] .pc-overlay{transition:opacity var(--popup-caption-timing) var(--popup-caption-easeInOutQuad)}.fade--enter-top .pc-enter,.fade--enter-bottom .pc-enter,.fade--enter-left .pc-enter,.fade--enter-right .pc-enter{opacity:1 !important}.fade--enter-top .pc-leave,.fade--enter-bottom .pc-leave,.fade--enter-left .pc-leave,.fade--enter-right .pc-leave{opacity:0 !important}.fade--leave-top .pc-enter,.fade--leave-bottom .pc-enter,.fade--leave-left .pc-enter,.fade--leave-right .pc-enter{opacity:0 !important}.fade--leave-top .pc-leave,.fade--leave-bottom .pc-leave,.fade--leave-left .pc-leave,.fade--leave-right .pc-leave{opacity:1 !important}



.cta-hide{display:none !important}



.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}





:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(130, 92, 25, 1.00);--black:rgba(183, 149, 69, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(130, 92, 25, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(224, 159, 62, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(231, 231, 231, 1.00);--success-contrast:rgba(67, 172, 106, 1.00);--warning-contrast:rgba(224, 159, 62, 1.00);--alert-contrast:rgba(240, 65, 36, 1.00);--primary-dark:rgba(100, 62, 0, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(194, 129, 32, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(130, 92, 25, 1.00);--subheader-color:rgba(183, 149, 70, 1.00);--small-color:rgba(130, 92, 25, 1.00);--text-color:rgba(0, 0, 0, 1.00);--link-color:rgba(130, 92, 25, 1.00);--link-color-hover:rgba(130, 92, 25, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(108, 108, 108, 0.70);--radius:10px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(183, 149, 70, 1.00);--subheader-color:rgba(183, 149, 70, 1.00);--small-color:rgba(183, 149, 70, 1.00);--text-color:rgba(0, 0, 0, 1.00);--link-color:rgba(183, 149, 69, 1.00);--link-color-hover:rgba(130, 92, 25, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(32rem/16)}h2,.h2{font-size:calc(28rem/16)}h3,.h3{font-size:calc(24rem/16)}h4,.h4{font-size:calc(20rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(10rem/16)}body{background-color:rgba(255, 255, 255, 1.00);}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  

@font-face{font-style:normal;font-family:'Oswald';font-display:swap;font-stretch:normal;font-weight:400;src:local('Oswald'),url('https://jaxmore.com/resources/oswald-variablefont_wght-webfont.woff2') format('woff2')}  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .oswald{font-family:"Oswald",ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" }
@font-face{font-style:normal;font-family:'Roboto';font-display:swap;font-stretch:normal;font-weight:400;src:local('Roboto'),url('https://jaxmore.com/resources/roboto-regular-webfont.woff2') format('woff2')}html,body, p,.p,       blockquote, .menu li, li, form, .button,.roboto{font-family:"Roboto",ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" }

@font-face{font-style:normal;font-family:'Clicker Script';font-display:swap;font-stretch:normal;font-weight:400;src:local('Clicker Script'),url('https://jaxmore.com/resources/clickerscript-regular-webfont.woff2') format('woff2')}            .font_script{font-family:"Clicker Script",ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" }






.font_script

{
    transform-origin: 50% 50% ;
    transform-style: preserve-3d ;
    transform :
        
        perspective(20px)
        
        
        translateZ(0)
        
        
        
        rotateX(0deg) rotateY(0deg) rotateZ(-10deg)
        
        
        ;
}

            .font_script{font-weight:700 ;}
.font_script{color:rgba(59, 48, 26, 1.00) ;}
.font_script{text-shadow:1px 1px 1px rgba(215, 214, 217, 1.00);}
            .font_script{font-style:italic ;}

.h1_style{color:rgba(30, 23, 11, 1.00) ;}

            .h2_style{font-size:calc(20rem/16) ;font-style:italic ;}@media only screen and (min-width:40em) {            .h2_style{font-size:calc(24rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .h2_style{font-size:calc(24rem/16) ;line-height:1.50 }}

.button{border-color:rgba(183, 149, 70, 1.00) ;border-width:1px ;border-style:solid ;border-radius:10px ;}
.button{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(130, 92, 25, 1.00) 0%,50%,rgba(183, 149, 70, 1.00) 100%) ;}
.button:hover{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(183, 149, 70, 1.00) 0%,50%,rgba(130, 92, 25, 1.00) 100%) ;}
.button{text-shadow:2px 2px 2px rgba(0, 0, 0, 0.30);}

.testimonials{--header-color:rgba(30, 23, 11, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.testimonials{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(130, 92, 25, 1.00) 0%,50%,rgba(183, 149, 70, 1.00) 100%) ;}
.testimonials{box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.70);}
.testimonials{border-color:rgba(183, 149, 70, 1.00) ;border-width:1px ;border-style:solid ;border-radius:20px ;}
.testimonials{padding:1rem ;}  

.close-button{color:rgba(183, 149, 70, 1.00) ;}
.close-button:hover{color:rgba(130, 92, 25, 1.00) ;}
::placeholder{color:rgba(98, 98, 99, 1.00) ;}
.reveal{box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.30);}
.reveal{border-color:rgba(59, 48, 26, 1.00) ;border-radius:10px ;}
label{color:rgba(183, 149, 70, 1.00) ;}
.reveal{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.reveal{background-attachment:scroll!important}}
.form_style{background-color:rgba(215, 214, 217, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.form_style{background-attachment:scroll!important}}
.form_style{border-color:rgba(183, 149, 70, 1.00) ;border-radius:10px ;}

.mymargin{margin:1.25rem ;}  
.spacer{padding-top:20.00px ;padding-right:0.00px ;padding-bottom:20.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.spacer{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:30.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.spacer{padding-top:40.00px ;padding-right:0.00px ;padding-bottom:40.00px ;padding-left:0.00px }}
.small_spacer{padding-top:1.25rem ;padding-bottom:1.25rem ;}  
.top_spacer{padding-top:1.25rem ;}  
.bottom_spacer{padding-bottom:1.25rem ;}  
.img_border{border-color:rgba(183, 149, 70, 1.00) ;border-width:1px ;border-style:solid ;border-radius:10px ;}
.popup_caption_border{border-color:rgba(183, 149, 70, 1.00) ;border-width:0px ;border-style:solid ;border-radius:10px ;}
.round_border{border-color:rgba(183, 149, 70, 1.00) ;border-width:1px ;border-style:solid ;border-radius:100px ;}
            .small_text{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .small_text{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .small_text{font-size:calc(12rem/16) ;line-height:1.50 }}
.black-background{background-color:rgba(51, 51, 51, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.black-background{background-attachment:scroll!important}}
.black-background-gradient{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(0, 0, 0, 1.00) 0%,75%,rgba(255, 255, 255, 1.00) 100%) ;}
.black-background-reverse-gradient{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(255, 255, 255, 1.00) 0%,10%,rgba(0, 0, 0, 1.00) 100%) ;}
.small_top_margin{margin-top:0.5rem ;}  
.white-text{--header-color:rgba(183, 149, 70, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(183, 149, 70, 1.00);--link-color-hover:rgba(130, 92, 25, 1.00);--link-decoration:none;--link-decoration-hover:none}
.img_shadow{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.30);}
@media screen and (min-width: 40em){.text a{position:relative;white-space:normal}.text a:before{content:"";position:absolute;bottom:-2px;left:0;width:calc(100% - 0rem / 8);margin:0 calc(0rem / 16);height:2px;background:currentcolor;transform:scaleX(0.00);transform-origin: center ;transition:transform 250ms ease-in;background-color:rgba(130, 92, 25, 1.00) ;}.text a:hover:before{transform:scaleX(1.00);transform-origin: center }}
.stacks_in_373_127 table thead,table thead{background-color:rgba(183, 149, 70, 0.85) ;color:rgba(34, 34, 34, 1.00) ;}.stacks_in_373_127 table thead tr:nth-child(even),table thead tr:nth-child(even){background-color:rgba(204, 204, 204, 1.00) ;color:rgba(34, 34, 34, 1.00) ;}.stacks_in_373_127 table tbody,table tbody{background-color:rgba(255, 255, 255, 1.00) ;color:rgba(34, 34, 34, 1.00) ;}.stacks_in_373_127 table tbody tr:nth-child(even),table tbody tr:nth-child(even){background-color:rgba(255, 255, 255, 1.00) ;color:rgba(34, 34, 34, 1.00) ;}.stacks_in_373_127 table th,table th{border-style:solid;border-color:rgba(183, 149, 70, 1.00) ;border-width:1px 1px 1px 1px  ;font-size:calc(14rem/16) ;font-weight:700 ;font-style:normal ;}.stacks_in_373_127 table td,table td{border-style:solid;border-color:rgba(183, 149, 70, 0.50) ;border-width:1px 1px 1px 1px  ;font-size:calc(14rem/16) ;font-weight:400 ;font-style:normal ;}
 .fas, .fab,.fa{color:rgba(130, 92, 25, 1.00);transition:color 200ms;}  
 .testimonials .fas, .testimonials .fab,.testimonials .fa{color:rgba(30, 23, 11, 1.00);transition:color 200ms;}  
/* Start Obscure stack CSS code */.stacks_in_373_80centerbox {	text-align: center;	padding: 10px;	color: black;	line-height: 2.5em;}.dark .stacks_in_373_80centerbox {	color: white;}.stacks_in_373_80centerbox b {	border: 1px solid #2681FC;	border-radius: 4px;	padding: 4px 8px 4px 8px;	color: #2681FC;	white-space: nowrap;}.dark .stacks_in_373_80centerbox b {	border: 1px solid #5FB5FF;	color: #5FB5FF;}/* End Obscure stack CSS code *//* Start Obscure stack CSS code */.stacks_in_373_81centerbox {	text-align: center;	padding: 10px;	color: black;	line-height: 2.5em;}.dark .stacks_in_373_81centerbox {	color: white;}.stacks_in_373_81centerbox b {	border: 1px solid #2681FC;	border-radius: 4px;	padding: 4px 8px 4px 8px;	color: #2681FC;	white-space: nowrap;}.dark .stacks_in_373_81centerbox b {	border: 1px solid #5FB5FF;	color: #5FB5FF;}/* End Obscure stack CSS code */
.lines.stacks_in_607{width:100%;margin:calc(0rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(130, 92, 25, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_607.vertical{border-left:1px solid rgba(130, 92, 25, 1.00);border-bottom:none;width:0;height:100%;margin:0 auto;margin-top:calc((100% - 100%)/-2)}
.popup-caption.stacks_in_586{--popup-caption-animation:fade;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(51, 51, 51, 1.00);--popup-caption-text:rgba(183, 149, 70, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:inherit;}  .popup-caption.stacks_in_586 .pc-overlay{opacity:0}  
.popup-caption.stacks_in_590{--popup-caption-animation:fade;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(51, 51, 51, 1.00);--popup-caption-text:rgba(183, 149, 70, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:inherit;}  .popup-caption.stacks_in_590 .pc-overlay{opacity:0}  
.popup-caption.stacks_in_594{--popup-caption-animation:fade;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(51, 51, 51, 1.00);--popup-caption-text:rgba(183, 149, 70, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:inherit;}  .popup-caption.stacks_in_594 .pc-overlay{opacity:0}  
.popup-caption.stacks_in_598{--popup-caption-animation:fade;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(51, 51, 51, 1.00);--popup-caption-text:rgba(183, 149, 70, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:inherit;}  .popup-caption.stacks_in_598 .pc-overlay{opacity:0}  
.popup-caption.stacks_in_602{--popup-caption-animation:fade;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(51, 51, 51, 1.00);--popup-caption-text:rgba(183, 149, 70, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:inherit;}  .popup-caption.stacks_in_602 .pc-overlay{opacity:0}  


#last_updated_stacks_in_307 {
	
	text-align: center;
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	font-size: 12px;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	color: rgba(215, 214, 217, 1.00);
}



#mc_ktbbstack_stacks_in_121 *,
#mc_ktbbstack_stacks_in_121 *::before,
#mc_ktbbstack_stacks_in_121 *::after {
	box-sizing: border-box;
}


/* CSS code for getting consent for cookies, custom popup message box */
#mc_ktbbwrapper_stacks_in_121 {
	display: inline-block;
	background: rgba(59, 48, 26, 1.00);
	border-radius: 10px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.30);
	margin: 20px;
	padding: 20px;
	max-height: 100vh;
	max-width: 50rem;
	overflow: auto;
	
	
	
	
	
	
	
	
	
	
	
	
	
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 50%;
	margin-top: calc(50% - 20px - 20px);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
	
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
	
	
	
	z-index: 999;
}



/* Consent popup animations */
#mc_ktbbwrapper_stacks_in_121 {
	opacity: 0;
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
	-webkit-animation-name: miniCookieIn;
	animation-name: miniCookieIn;
	-webkit-animation-iteration-count: once;
	animation-iteration-count: once;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}







@-webkit-keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 20px;
	}
}

@keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 20px;
	}
}






#mc_ktbbwindow_shade_stacks_in_121 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(108, 108, 108, 0.86);
	content: '';
	overflow: hidden;
	z-index: 999;
}


#mc_ktbbwindow_shade_stacks_in_121 {
  -webkit-animation-name: miniCookieShadeIn;
  animation-name: miniCookieShadeIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

@-webkit-keyframes miniCookieShadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes miniCookieShadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


#mc_ktbbwindow_shade_stacks_in_121.dismissed {
	display: none;
}



#mc_ktbbwrapper_stacks_in_121.dismissed {
	display: none;
}

#mc_ktbbstacks_in_121 {
	display: flex;
	align-items: center;
	
	
}

#mc_ktbbcontent_stacks_in_121,
#mc_ktbbbutton_stacks_in_121 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

#mc_ktbbcontent_stacks_in_121 {
	flex: 1;
	color: rgba(255, 255, 255, 1.00);
}

@media screen and (max-width: 568px) {
	/* Mobile styling */
	#mc_ktbbstacks_in_121 {
		flex-direction: column;
	}

	#mc_ktbbwrapper_stacks_in_121 {
		width: 100vw;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mc_ktbbcontent_stacks_in_121 {
		text-align: center;
		margin-bottom: 1rem;
	}

	#mc_ktbbbutton_stacks_in_121 {
		margin-left: 0 !important;
	}
}

#mc_ktbbsupplementary_link_stacks_in_121 a,
#mc_ktbbsupplementary_link_stacks_in_121 a:visited,
#mc_ktbbcontent_stacks_in_121 a,
#mc_ktbbcontent_stacks_in_121 a:visited {
	font-weight: 600;
	color: rgba(183, 149, 70, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mc_ktbbsupplementary_link_stacks_in_121 a:hover,
#mc_ktbbcontent_stacks_in_121 a:hover {
	color: rgba(183, 149, 70, 0.85);
	text-decoration: none;
	background: none;
	border: none;
}

#mc_ktbbsupplementary_link_stacks_in_121 a:active,
#mc_ktbbcontent_stacks_in_121 a:active {
	color: rgba(183, 149, 70, 0.85);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mc_ktbbsupplementary_link_stacks_in_121 a:focus,
#mc_ktbbcontent_stacks_in_121 a:focus {
	outline: 1px dotted rgba(183, 149, 70, 0.85);
}

#mc_ktbbsupplementary_link_stacks_in_121 a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 1.125rem;
}








#mc_ktbbconsent_button_wrapper_stacks_in_121 {
	display: flex;
	flex-direction: row;
	margin-left: 20px;
	text-align: center;
}

#mc_ktbbconsent_button_wrapper_stacks_in_121 #mc_ktbbbutton_stacks_in_121 {
	order: 1;
	margin-left: 0;
}

#mc_ktbbconsent_button_wrapper_stacks_in_121 #mc_ktbbsupplementary_link_stacks_in_121 {
	order: 2;
	margin-left: 0;
	padding-right: 0;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_ktbbbutton_stacks_in_121,
#mc_ktbbbutton_accept_all_stacks_in_121,
#mc_ktbbbutton_disallow_all_stacks_in_121,
.mc_ktbbbutton_stacks_in_121 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(183, 149, 70, 1.00);
	border: 1px solid rgba(215, 214, 217, 1.00);
	border-radius: 10px;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	margin-left: 20px;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_ktbbbutton_stacks_in_121:hover,
.mc_ktbbbutton_stacks_in_121:hover,
#mc_ktbbbutton_accept_all_stacks_in_121:hover,
#mc_ktbbbutton_disallow_all_stacks_in_121:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(183, 149, 70, 0.85);
	border: 1px solid rgba(215, 214, 217, 1.00);
}


#mc_ktbbbutton_stacks_in_121:active,
.mc_ktbbbutton_stacks_in_121:active,
#mc_ktbbbutton_accept_all_stacks_in_121:active,
#mc_ktbbbutton_disallow_all_stacks_in_121:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(183, 149, 70, 0.85);
	border: 1px solid rgba(215, 214, 217, 1.00);
	opacity: 0.50;
}

#mc_ktbbbutton_stacks_in_121:focus,
#mc_ktbbbutton_accept_all_stacks_in_121:focus,
#mc_ktbbbutton_disallow_all_stacks_in_121:focus,
.mc_ktbbbutton_stacks_in_121:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_121,
#dialog_desc_stacks_in_121 {
	display: none;
}


@media print {
	#mc_ktbbstack_stacks_in_121,
	#mc_ktbbwindow_shade_stacks_in_121,
	#mc_ktbbwrapper_stacks_in_121 {
		display: none;
	}
}



