﻿.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:0.25;transition:opacity 0.15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity 0.15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:0.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1, 200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:0.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:0.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:0.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:0.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:0.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:0.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:0.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:0.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255, 255, 255, 0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24, 24, 27, 0.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity 0.15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:0.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255, 255, 255, 0.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .featured a,#content .card-testimonial .fusion-person .person-shortcode-image-wrapper .person-image-container,#content .card-team .fusion-imageframe,#content .card-handout .fusion-imageframe,#content .card-recipes .fusion-imageframe,#content .section-popular-recipes .fwpl-result .fusion-imageframe{overflow:hidden;display:flex;align-items:center;justify-content:center}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .featured a img,#content .card-testimonial .fusion-person .person-shortcode-image-wrapper .person-image-container img,#content .card-team .fusion-imageframe img,#content .card-handout .fusion-imageframe img,#content .card-recipes .fusion-imageframe img,#content .section-popular-recipes .fwpl-result .fusion-imageframe img{flex:none;object-fit:cover;object-position:center;max-width:100%;max-height:100%;height:100%;width:100%}#wpadminbar{z-index:99999999}*{outline:none !important;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-tap-highlight-color:transparent}@media (max-width:767px){.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{padding-left:24px !important;padding-right:24px !important}.width-100 .nonhundred-percent-fullwidth{margin-left:-24px !important;margin-right:-24px !important;padding-left:24px !important;padding-right:24px !important}.fusion-footer-widget-area{padding-left:48px !important;padding-right:48px !important}.fusion-footer-copyright-area{padding-left:24px !important;padding-right:24px !important}}@media (max-width:980px){#main{margin-left:0 !important;margin-right:0 !important;padding-left:24px !important;padding-right:24px !important}}#wrapper p.large{font-size:18px}#wrapper h1{font-size:72px !important}@media (max-width:1199px){#wrapper h1{font-size:64px !important}}@media (max-width:980px){#wrapper h1{font-size:54px !important}}@media (max-width:767px){#wrapper h1{font-size:44px !important}}@media (max-width:479px){#wrapper h1{font-size:34px !important}}#wrapper h2{font-size:48px !important}@media (max-width:1199px){#wrapper h2{font-size:44px !important}}@media (max-width:980px){#wrapper h2{font-size:40px !important}}@media (max-width:767px){#wrapper h2{font-size:34px !important}}@media (max-width:479px){#wrapper h2{font-size:32px !important}}#wrapper h3{font-size:32px !important}@media (max-width:1199px){#wrapper h3{font-size:30px !important}}@media (max-width:980px){#wrapper h3{font-size:28px !important}}@media (max-width:767px){#wrapper h3{font-size:26px !important}}@media (max-width:479px){#wrapper h3{font-size:24px !important}}#wrapper h4{font-size:26px !important}@media (max-width:1199px){#wrapper h4{font-size:24px !important}}@media (max-width:980px){#wrapper h4{font-size:22px !important}}@media (max-width:767px){#wrapper h4{font-size:20px !important}}@media (max-width:479px){#wrapper h4{font-size:18px !important}}#wrapper h5{font-size:24px !important}@media (max-width:1199px){#wrapper h5{font-size:22px !important}}@media (max-width:980px){#wrapper h5{font-size:20px !important}}@media (max-width:767px){#wrapper h5{font-size:18px !important}}@media (max-width:479px){#wrapper h5{font-size:17px !important}}#wrapper h6{font-size:26px !important}@media (max-width:1199px){#wrapper h6{font-size:25px !important}}@media (max-width:980px){#wrapper h6{font-size:24px !important}}@media (max-width:767px){#wrapper h6{font-size:23px !important}}@media (max-width:479px){#wrapper h6{font-size:22px !important}}#wrapper .fusion-button{font-size:18px;line-height:20px;letter-spacing:0.02em;padding:10px 24px;text-transform:none}#wrapper .fusion-button.fusion-button-round{border-radius:8px}#wrapper .fusion-button.button-green{border:none;background:#39a852;color:#fff}#wrapper .fusion-button.button-green:hover{background:#37bb55}#wrapper .fusion-button.button-green[disabled]{background-color:#d7eedc !important}#wrapper .fusion-button.button-small{font-size:16px;line-height:32px;padding:0 20px}#wrapper .fusion-button[disabled]{background-color:#f8d7d9 !important;cursor:default}#wrapper .fusion-button.button-bordered{border:1px solid #fff;padding:9px 22px;text-transform:none}#wrapper .fusion-button i{font-size:130%;position:relative;top:3px}#wrapper .fusion-button--standart{background-color:#db393f;color:#fff;border-radius:8px}#wrapper .fusion-button--standart:hover{background-color:#f64b52}.white-decor-1 h2{color:#fff;position:relative;padding-bottom:20px !important}@media (max-width:767px){.white-decor-1 h2{padding-bottom:26px !important}}.white-decor-1 h2:after{content:"";display:block;position:absolute;background:url(../img/white-decor-1.svg) no-repeat;width:241px;height:14px;bottom:0;left:50%;transform:translate(-50%, 0)}@media (max-width:479px){.chameleon-button{display:inline-block;width:100%;transition:all 0.3s ease-out 0s;background-color:#db393f;color:#fff;text-align:center;font-weight:700;font-size:18px;line-height:24px;padding:8px 5px;border-radius:8px}.chameleon-button:hover{background-color:#f64b52}}@media (max-width:359px){.chameleon-button{font-size:15px}}.video-link{display:block}.video-link a{display:block;position:relative}.video-link a:after{content:"";display:block;position:absolute;width:clamp(70px, 6.5277777778vw, 94px);height:clamp(70px, 6.5277777778vw, 94px);background:url(../img/play-button.svg) no-repeat center / 100%;top:50%;left:50%;transform:translate(-50%, -50%);transition:all 0.3s ease-out 0s}.video-link a:hover{}.video-link a:hover::after{transform:translate(-50%, -50%) scale(1.05)}.video-link img{display:block;width:100%;transition:all 0.3s ease-out 0s}.red-decor-1{overflow:visible}.red-decor-1 h1 span,.red-decor-1 h3 span,.red-decor-1 h4 span,.red-decor-1 h2 span{display:inline-block;position:relative}.red-decor-1 h1 span:after,.red-decor-1 h3 span:after,.red-decor-1 h4 span:after,.red-decor-1 h2 span:after{content:"";display:block;position:absolute;width:155px;height:27px;background:url(../img/red-decor-1.svg) no-repeat center / 100% 100%;position:absolute;left:0;bottom:-26px;z-index:-1}@media (max-width:980px){.red-decor-1 h1 span:after,.red-decor-1 h3 span:after,.red-decor-1 h4 span:after,.red-decor-1 h2 span:after{width:120px;height:calc(120px * 0.174);bottom:-10px}}@media (max-width:479px){.red-decor-1 h1 span:after,.red-decor-1 h3 span:after,.red-decor-1 h4 span:after,.red-decor-1 h2 span:after{width:93px;height:calc(93px * 0.174);bottom:-4px;left:-2px}}.red-decor-2{overflow:visible}.red-decor-2 h1,.red-decor-2 h3,.red-decor-2 h4,.red-decor-2 h2{line-height:117% !important}.red-decor-2 h1 span,.red-decor-2 h3 span,.red-decor-2 h4 span,.red-decor-2 h2 span{display:inline-block;position:relative}.red-decor-2 h1 span:after,.red-decor-2 h3 span:after,.red-decor-2 h4 span:after,.red-decor-2 h2 span:after{content:"";display:block;position:absolute;width:calc(100% - 4px);height:16px;background:url(../img/red-decor-2.svg) no-repeat center / 100% auto;position:absolute;left:0;bottom:-14px;z-index:-1}@media (max-width:980px){.red-decor-2 h1 span:after,.red-decor-2 h3 span:after,.red-decor-2 h4 span:after,.red-decor-2 h2 span:after{width:100%;bottom:-7px}}.red-decor-2--511 h1 span,.red-decor-2--511 h3 span,.red-decor-2--511 h4 span,.red-decor-2--511 h2 span{display:inline}@media (min-width:380px){.red-decor-2--511 h1 span:after,.red-decor-2--511 h3 span:after,.red-decor-2--511 h4 span:after,.red-decor-2--511 h2 span:after{background:url(../img/red-decor-2-511.svg) no-repeat center / 100% auto;width:calc(100% + 10px);height:12px;bottom:5px}}@media (min-width:380px) and (max-width:980px){.red-decor-2--511 h1 span:after,.red-decor-2--511 h3 span:after,.red-decor-2--511 h4 span:after,.red-decor-2--511 h2 span:after{width:100%;bottom:-7px}}.red-decor-3{overflow:visible}.red-decor-3 h1,.red-decor-3 h3,.red-decor-3 h4,.red-decor-3 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-3 h1 span,.red-decor-3 h3 span,.red-decor-3 h4 span,.red-decor-3 h2 span{display:inline-block;position:relative}.red-decor-3 h1 span:after,.red-decor-3 h3 span:after,.red-decor-3 h4 span:after,.red-decor-3 h2 span:after{content:"";display:block;position:absolute;width:90%;height:32px;background:url(../img/red-decor-3.svg) no-repeat center / 100% 100%;position:absolute;left:0;bottom:-14px;z-index:-1}@media (max-width:479px){.red-decor-3 h1 span:after,.red-decor-3 h3 span:after,.red-decor-3 h4 span:after,.red-decor-3 h2 span:after{width:calc(100% + 14px);height:22px;bottom:auto;top:25px;left:-2px;background:url(../img/red-decor-3-mobile.svg) no-repeat center / 100% 100%}}@media (max-width:479px){.red-decor-3 h1 span,.red-decor-3 h3 span,.red-decor-3 h4 span,.red-decor-3 h2 span{display:inline}}@media (max-width:767px){.red-decor-3 h1,.red-decor-3 h3,.red-decor-3 h4,.red-decor-3 h2{padding-bottom:0 !important}}.red-decor-4{overflow:visible}.red-decor-4 h1,.red-decor-4 h3,.red-decor-4 h4,.red-decor-4 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-4 h1 span,.red-decor-4 h3 span,.red-decor-4 h4 span,.red-decor-4 h2 span{display:inline-block;position:relative}.red-decor-4 h1 span:after,.red-decor-4 h3 span:after,.red-decor-4 h4 span:after,.red-decor-4 h2 span:after{content:"";display:block;position:absolute;width:98%;height:36px;background:url(../img/red-decor-4.svg) no-repeat center / 100% auto;position:absolute;left:4px;bottom:-10px;z-index:-1}@media (max-width:479px){.red-decor-4 h1 span,.red-decor-4 h3 span,.red-decor-4 h4 span,.red-decor-4 h2 span{display:inline}}@media (max-width:767px){.red-decor-4 h1,.red-decor-4 h3,.red-decor-4 h4,.red-decor-4 h2{padding-bottom:0 !important}}.red-decor-5{overflow:visible}.red-decor-5 h1,.red-decor-5 h3,.red-decor-5 h4,.red-decor-5 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-5 h1 span,.red-decor-5 h3 span,.red-decor-5 h4 span,.red-decor-5 h2 span{display:inline-block;position:relative}.red-decor-5 h1 span:after,.red-decor-5 h3 span:after,.red-decor-5 h4 span:after,.red-decor-5 h2 span:after{content:"";display:block;position:absolute;width:100%;height:30px;background:url(../img/red-decor-5.svg) no-repeat center / 100% auto;position:absolute;left:0;bottom:-10px;z-index:-1}@media (max-width:767px){.red-decor-5 h1,.red-decor-5 h3,.red-decor-5 h4,.red-decor-5 h2{padding-bottom:0 !important}}.red-decor-6{overflow:visible}.red-decor-6 h1,.red-decor-6 h3,.red-decor-6 h4,.red-decor-6 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-6 h1 span,.red-decor-6 h3 span,.red-decor-6 h4 span,.red-decor-6 h2 span{display:inline-block;position:relative}.red-decor-6 h1 span:after,.red-decor-6 h3 span:after,.red-decor-6 h4 span:after,.red-decor-6 h2 span:after{content:"";display:block;position:absolute;width:120%;height:36px;background:url(../img/red-decor-6.svg) no-repeat center / 100% auto;position:absolute;left:-10px;bottom:-10px;z-index:-1}@media (max-width:767px){.red-decor-6 h1 span:after,.red-decor-6 h3 span:after,.red-decor-6 h4 span:after,.red-decor-6 h2 span:after{bottom:-14px}}@media (max-width:767px){.red-decor-6 h1,.red-decor-6 h3,.red-decor-6 h4,.red-decor-6 h2{padding-bottom:0 !important}}.red-decor-7{overflow:visible}.red-decor-7 h1,.red-decor-7 h3,.red-decor-7 h4,.red-decor-7 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-7 h1 span,.red-decor-7 h3 span,.red-decor-7 h4 span,.red-decor-7 h2 span{display:inline-block;position:relative}.red-decor-7 h1 span:after,.red-decor-7 h3 span:after,.red-decor-7 h4 span:after,.red-decor-7 h2 span:after{content:"";display:block;position:absolute;width:112%;height:21px;background:url(../img/red-decor-7.svg) no-repeat center / 100% auto;position:absolute;left:0;bottom:-2px;z-index:-1}@media (max-width:767px){.red-decor-7 h1,.red-decor-7 h3,.red-decor-7 h4,.red-decor-7 h2{padding-bottom:0 !important}}.red-decor-8{overflow:visible}.red-decor-8 h1,.red-decor-8 h3,.red-decor-8 h4,.red-decor-8 h2{line-height:117% !important;padding-bottom:14px !important}.red-decor-8 h1 span,.red-decor-8 h3 span,.red-decor-8 h4 span,.red-decor-8 h2 span{display:inline-block;position:relative}.red-decor-8 h1 span:after,.red-decor-8 h3 span:after,.red-decor-8 h4 span:after,.red-decor-8 h2 span:after{content:"";display:block;position:absolute;width:135%;height:21px;background:url(/wp-content/uploads/2023/03/red-decor-8.svg) no-repeat center / 100% auto;position:absolute;left:-8px;z-index:-1;bottom:-3px}@media (max-width:767px){.red-decor-8 h1,.red-decor-8 h3,.red-decor-8 h4,.red-decor-8 h2{padding-bottom:0 !important}}.green-decor-1{overflow:visible}.green-decor-1 h1,.green-decor-1 h3,.green-decor-1 h4,.green-decor-1 h2{line-height:117% !important;padding-bottom:14px !important}.green-decor-1 h1 span,.green-decor-1 h3 span,.green-decor-1 h4 span,.green-decor-1 h2 span{position:relative}.green-decor-1 h1 span:after,.green-decor-1 h3 span:after,.green-decor-1 h4 span:after,.green-decor-1 h2 span:after{content:"";display:block;position:absolute;width:100%;height:15px;background:url(../img/green-decor-1.svg) no-repeat center / 100% 100%;position:absolute;left:-4px;bottom:1px;z-index:-1}@media (max-width:479px){.green-decor-1 h1 span:after,.green-decor-1 h3 span:after,.green-decor-1 h4 span:after,.green-decor-1 h2 span:after{width:95%;bottom:0;left:6px;background:url(../img/green-decor-1-mobile.svg) no-repeat center / 100% 100%}}#wrapper input[type="color"],#wrapper input[type="date"],#wrapper input[type="datetime-local"],#wrapper input[type="datetime"],#wrapper input[type="email"],#wrapper input[type="month"],#wrapper input[type="number"],#wrapper input[type="password"],#wrapper input[type="search"],#wrapper input[type="tel"],#wrapper input[type="text"],#wrapper input[type="time"],#wrapper input[type="url"],#wrapper input[type="week"],#wrapper select,#wrapper textarea{border:1px solid #f5f5f5;border-radius:4px;background-color:#fff;margin:0;font-family:"Quicksand";font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#333;padding:9px 16px;vertical-align:middle;display:inline-block;outline:none !important;max-width:100%;letter-spacing:0.03em;height:auto}#wrapper input[type="color"].placeholder,#wrapper input[type="date"].placeholder,#wrapper input[type="datetime-local"].placeholder,#wrapper input[type="datetime"].placeholder,#wrapper input[type="email"].placeholder,#wrapper input[type="month"].placeholder,#wrapper input[type="number"].placeholder,#wrapper input[type="password"].placeholder,#wrapper input[type="search"].placeholder,#wrapper input[type="tel"].placeholder,#wrapper input[type="text"].placeholder,#wrapper input[type="time"].placeholder,#wrapper input[type="url"].placeholder,#wrapper input[type="week"].placeholder,#wrapper select.placeholder,#wrapper textarea.placeholder{opacity:1;color:#333}#wrapper input[type="color"]:-moz-placeholder,#wrapper input[type="date"]:-moz-placeholder,#wrapper input[type="datetime-local"]:-moz-placeholder,#wrapper input[type="datetime"]:-moz-placeholder,#wrapper input[type="email"]:-moz-placeholder,#wrapper input[type="month"]:-moz-placeholder,#wrapper input[type="number"]:-moz-placeholder,#wrapper input[type="password"]:-moz-placeholder,#wrapper input[type="search"]:-moz-placeholder,#wrapper input[type="tel"]:-moz-placeholder,#wrapper input[type="text"]:-moz-placeholder,#wrapper input[type="time"]:-moz-placeholder,#wrapper input[type="url"]:-moz-placeholder,#wrapper input[type="week"]:-moz-placeholder,#wrapper select:-moz-placeholder,#wrapper textarea:-moz-placeholder{opacity:1;color:#333}#wrapper input[type="color"]::-moz-placeholder,#wrapper input[type="date"]::-moz-placeholder,#wrapper input[type="datetime-local"]::-moz-placeholder,#wrapper input[type="datetime"]::-moz-placeholder,#wrapper input[type="email"]::-moz-placeholder,#wrapper input[type="month"]::-moz-placeholder,#wrapper input[type="number"]::-moz-placeholder,#wrapper input[type="password"]::-moz-placeholder,#wrapper input[type="search"]::-moz-placeholder,#wrapper input[type="tel"]::-moz-placeholder,#wrapper input[type="text"]::-moz-placeholder,#wrapper input[type="time"]::-moz-placeholder,#wrapper input[type="url"]::-moz-placeholder,#wrapper input[type="week"]::-moz-placeholder,#wrapper select::-moz-placeholder,#wrapper textarea::-moz-placeholder{opacity:1;color:#333}#wrapper input[type="color"]:-ms-input-placeholder,#wrapper input[type="date"]:-ms-input-placeholder,#wrapper input[type="datetime-local"]:-ms-input-placeholder,#wrapper input[type="datetime"]:-ms-input-placeholder,#wrapper input[type="email"]:-ms-input-placeholder,#wrapper input[type="month"]:-ms-input-placeholder,#wrapper input[type="number"]:-ms-input-placeholder,#wrapper input[type="password"]:-ms-input-placeholder,#wrapper input[type="search"]:-ms-input-placeholder,#wrapper input[type="tel"]:-ms-input-placeholder,#wrapper input[type="text"]:-ms-input-placeholder,#wrapper input[type="time"]:-ms-input-placeholder,#wrapper input[type="url"]:-ms-input-placeholder,#wrapper input[type="week"]:-ms-input-placeholder,#wrapper select:-ms-input-placeholder,#wrapper textarea:-ms-input-placeholder{opacity:1;color:#333}#wrapper input[type="color"]::-webkit-input-placeholder,#wrapper input[type="date"]::-webkit-input-placeholder,#wrapper input[type="datetime-local"]::-webkit-input-placeholder,#wrapper input[type="datetime"]::-webkit-input-placeholder,#wrapper input[type="email"]::-webkit-input-placeholder,#wrapper input[type="month"]::-webkit-input-placeholder,#wrapper input[type="number"]::-webkit-input-placeholder,#wrapper input[type="password"]::-webkit-input-placeholder,#wrapper input[type="search"]::-webkit-input-placeholder,#wrapper input[type="tel"]::-webkit-input-placeholder,#wrapper input[type="text"]::-webkit-input-placeholder,#wrapper input[type="time"]::-webkit-input-placeholder,#wrapper input[type="url"]::-webkit-input-placeholder,#wrapper input[type="week"]::-webkit-input-placeholder,#wrapper select::-webkit-input-placeholder,#wrapper textarea::-webkit-input-placeholder{opacity:1;color:#333}@media (max-width:359px){#wrapper input[type="color"],#wrapper input[type="date"],#wrapper input[type="datetime-local"],#wrapper input[type="datetime"],#wrapper input[type="email"],#wrapper input[type="month"],#wrapper input[type="number"],#wrapper input[type="password"],#wrapper input[type="search"],#wrapper input[type="tel"],#wrapper input[type="text"],#wrapper input[type="time"],#wrapper input[type="url"],#wrapper input[type="week"],#wrapper select,#wrapper textarea{padding:8px 12px;font-size:14px;line-height:20px}}#wrapper textarea{height:clamp(200px, 27.7777777778vw, 400px)}#wrapper select{position:relative;background:#fff url(../img/angle-down.svg) no-repeat center right 15px;padding-right:30px;-moz-appearance:none;text-indent:0.01px;text-overflow:"";-ms-appearance:none;appearance:none !important;-webkit-appearance:none}select::-ms-expand{display:none}@media (min-width:981px){.fancybox__content>.carousel__button.is-close{padding:0;width:30px;height:30px;top:-30px;right:-30px;background:url(../img/close-popup-red.png) no-repeat center / 100% 100%}.fancybox__content>.carousel__button.is-close svg{display:none}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{background:none}.fancybox__html5video{border-radius:8px;overflow:hidden;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.16)}}.imageframe-glow{display:block;position:relative;box-shadow:none !important;border-radius:6px}.imageframe-glow::before{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;border-radius:8px 8px 0 0;top:0;left:0;z-index:3}.imageframe-glow::after{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;border-radius:0 0 8px 8px;bottom:0;left:0;z-index:3}.imageframe-glow img{width:100%}p .big{font-size:133%;letter-spacing:0.021em}@media (max-width:767px){p .big{font-size:120%}}p .red{color:#db393f}.pink-bg{background-color:#fdf5f5}#main .gray_fields .gform_wrapper.gravity-theme .gfield{position:relative}@media (max-width:767px){#main .gray_fields{padding:30px 20px}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields{display:flex;flex-wrap:wrap}#main .gray_fields .gform_wrapper.gravity-theme .gfield{width:100%}}#main .gray_fields .gform_required_legend{margin:0}#main .gray_fields .gform_wrapper{margin-bottom:0}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:32px;grid-column-gap:32px}@media (max-width:767px){#main .gray_fields .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:20px}}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]{background-color:#f5f5f5;width:100%}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea:focus,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea:hover,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select:focus,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select:hover,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]:focus,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]:hover{background-color:#f5fbf7;border-color:#dee7e2}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea.placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select.placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"].placeholder{color:#707070}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea:-moz-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select:-moz-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]:-moz-placeholder{color:#707070}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select::-moz-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]::-moz-placeholder{color:#707070}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea:-ms-input-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select:-ms-input-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]:-ms-input-placeholder{color:#707070}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea::-webkit-input-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,#main .gray_fields .gform_wrapper.gravity-theme .gform_fields input[type="text"]::-webkit-input-placeholder{color:#707070}#main .gray_fields .gform_wrapper.gravity-theme .gform_fields textarea{resize:none;height:88px}#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex{margin:0;gap:32px}@media (max-width:767px){#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex{gap:20px}}#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex .gf_clear_complex{display:none}#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 calc(50% - 16px) !important;padding:0;margin-bottom:0 !important}@media (max-width:767px){#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 calc(50% - 10px) !important}}@media (max-width:599px){#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100% !important}}#main .gray_fields:not(.formarea--scholarship) .gform_wrapper.gravity-theme .ginput_complex .address_line_1{flex:0 0 100% !important}@media (min-width:768px){#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_zip,#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_state,#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_city{flex:0 0 calc(33.33% - 21.5px) !important}}@media (max-width:767px){#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_zip,#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_state,#main .gray_fields.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_city{flex:0 0 100% !important}}#main .gray_fields .gform_wrapper.gravity-theme .gfield_label{font-weight:600;padding-top:0;letter-spacing:0.02em}#main .gray_fields .gform_wrapper.gravity-theme .ginput_complex label{font-weight:600;color:#474747;font-size:16px;line-height:1.5;margin-bottom:4px !important;padding-top:0;letter-spacing:0.02em}#main .gray_fields .gform_wrapper .ginput_complex .gravity-select-parent{width:inherit !important}#main .gray_fields .gform_wrapper.gravity-theme .gform_footer{margin-top:34px;padding-bottom:0;padding-top:0;display:inline-block}#main .gray_fields .gform_wrapper.gravity-theme .gform_footer .gform_button{font-size:16px}#main .gray_fields .form_group_title{font-weight:700;font-size:24px !important;line-height:calc(32 / 24) !important;margin:0 0 -16px;color:#000;letter-spacing:0.02em}@media (max-width:767px){#main .gray_fields .form_group_title{font-size:20px}}#main .gray_fields .gfield_checkbox,#main .gray_fields .ginput_container_radio{padding:10px 0 0}#main .gray_fields .gfield_checkbox .gchoice,#main .gray_fields .ginput_container_radio .gchoice{margin-bottom:5px}#main .gray_fields .gfield_checkbox .gchoice:last-child,#main .gray_fields .ginput_container_radio .gchoice:last-child{margin-bottom:2px}#main .gray_fields .gfield_checkbox .gfield-choice-input,#main .gray_fields .ginput_container_radio .gfield-choice-input{display:none}#main .gray_fields .gfield_checkbox .gfield-choice-input+label,#main .gray_fields .ginput_container_radio .gfield-choice-input+label{position:relative;padding-left:24px}#main .gray_fields .gfield_checkbox .gfield-choice-input+label::before,#main .gray_fields .ginput_container_radio .gfield-choice-input+label::before{content:"";display:block;position:absolute;top:4px;left:0;border:2px solid #333;border-radius:2px;width:12px;height:12px}#main .gray_fields .gfield_checkbox .gfield-choice-input+label::after,#main .gray_fields .ginput_container_radio .gfield-choice-input+label::after{content:"";display:block;position:absolute;width:10px;height:10px;border-radius:2px;top:7px;left:3px;transition:all 0.3s ease-out 0s;opacity:0;background-color:#333}#main .gray_fields .gfield_checkbox .gfield-choice-input:checked+label::after,#main .gray_fields .ginput_container_radio .gfield-choice-input:checked+label::after{opacity:1}#main .gray_fields .gform_wrapper.gravity-theme .gfield_checkbox label,#main .gray_fields .gform_wrapper.gravity-theme .gfield_radio label{font-size:16px;line-height:calc(24 / 16);font-weight:600;cursor:pointer;letter-spacing:0.02em}#main .gray_fields .gform_wrapper.gravity-theme .gfield_checkbox label span,#main .gray_fields .gform_wrapper.gravity-theme .gfield_radio label span{color:#db393f}#main .gray_fields .gform_wrapper.gravity-theme .gfield_description{font-weight:600;font-size:14px;line-height:calc(20 / 14);color:#707070;padding-bottom:4px;letter-spacing:0.02em;margin-top:-4px}#main .gray_fields .gform_wrapper.gravity-theme .file_area .gfield_label{font-weight:700;font-size:24px;line-height:calc(32 / 24);margin:0 0 16px !important;color:#000;letter-spacing:0.02em}#main .gray_fields .gform_wrapper.gravity-theme .instruction{display:none}#main .content-width-946 .fusion-column-wrapper{max-width:946px;margin-left:auto !important;margin-right:auto !important}#main .width-946 .fusion-row{max-width:946px}#main .width-966 .fusion-row{max-width:966px}#main .width-1220 .fusion-row{max-width:1220px}#main .no_button{background:none !important;color:#db393f !important;position:relative;display:inline-block;text-decoration:none;padding:0;font-weight:600;font-size:16px;line-height:calc(24 / 16);border-radius:0 !important;letter-spacing:0.02em}#main .no_button::after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;transition:all 0.3s ease-out 0s;background-color:#db393f}#main .no_button:hover{text-decoration:none}#main .no_button:hover::after{opacity:0}#main .no_button span{color:#db393f}.z-999{z-index:999 !important}#content .grid-2>.fusion-row,#content .grid-2 .fwpl-layout{display:flex;flex-wrap:wrap;row-gap:clamp(40px, 0.0444444444 * 100vw, 64px) !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .grid-2>.fusion-row::after,#content .grid-2>.fusion-row::before,#content .grid-2 .fwpl-layout::after,#content .grid-2 .fwpl-layout::before{display:none}#content .grid-2>.fusion-row .grid-item,#content .grid-2>.fusion-row .fwpl-result,#content .grid-2 .fwpl-layout .grid-item,#content .grid-2 .fwpl-layout .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .grid-2>.fusion-row .row-description,#content .grid-2 .fwpl-layout .row-description{margin-bottom:0 !important}#content .grid-2>.fusion-row .row-description .title:last-child,#content .grid-2 .fwpl-layout .row-description .title:last-child{margin-bottom:0 !important}#content .grid-2>.fusion-row .row-back-to-top,#content .grid-2 .fwpl-layout .row-back-to-top{margin-top:0 !important}#content .grid-2>.fusion-row>*:not(.grid-item):not(.fwpl-result),#content .grid-2 .fwpl-layout>*:not(.grid-item):not(.fwpl-result){width:100%}#content .grid-2>.fusion-row .grid-item,#content .grid-2>.fusion-row .fwpl-result,#content .grid-2 .fwpl-layout .grid-item,#content .grid-2 .fwpl-layout .fwpl-result{width:calc(100% / 2 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 2)) !important}@media (max-width:767px){#content .grid-2>.fusion-row,#content .grid-2 .fwpl-layout{flex-direction:column;align-items:center}#content .grid-2>.fusion-row .grid-item,#content .grid-2>.fusion-row .fwpl-result,#content .grid-2 .fwpl-layout .grid-item,#content .grid-2 .fwpl-layout .fwpl-result{width:100% !important;min-width:auto}}#content .grid-3>.fusion-row,#content .grid-3 .fwpl-layout{display:flex;flex-wrap:wrap;row-gap:clamp(40px, 0.0444444444 * 100vw, 64px) !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .grid-3>.fusion-row::after,#content .grid-3>.fusion-row::before,#content .grid-3 .fwpl-layout::after,#content .grid-3 .fwpl-layout::before{display:none}#content .grid-3>.fusion-row .grid-item,#content .grid-3>.fusion-row .fwpl-result,#content .grid-3 .fwpl-layout .grid-item,#content .grid-3 .fwpl-layout .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .grid-3>.fusion-row .row-description,#content .grid-3 .fwpl-layout .row-description{margin-bottom:0 !important}#content .grid-3>.fusion-row .row-description .title:last-child,#content .grid-3 .fwpl-layout .row-description .title:last-child{margin-bottom:0 !important}#content .grid-3>.fusion-row .row-back-to-top,#content .grid-3 .fwpl-layout .row-back-to-top{margin-top:0 !important}#content .grid-3>.fusion-row>*:not(.grid-item):not(.fwpl-result),#content .grid-3 .fwpl-layout>*:not(.grid-item):not(.fwpl-result){width:100%}#content .grid-3>.fusion-row .grid-item,#content .grid-3>.fusion-row .fwpl-result,#content .grid-3 .fwpl-layout .grid-item,#content .grid-3 .fwpl-layout .fwpl-result{width:calc(100% / 3 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 3)) !important}@media (max-width:767px){#content .grid-3>.fusion-row,#content .grid-3 .fwpl-layout{flex-direction:column;align-items:center}#content .grid-3>.fusion-row .grid-item,#content .grid-3>.fusion-row .fwpl-result,#content .grid-3 .fwpl-layout .grid-item,#content .grid-3 .fwpl-layout .fwpl-result{width:100% !important;min-width:auto}}#content .title-red h2,#content .title-red h3,#content .title-red h4,#content .title-red h5,#content .title-red h6,#content .title-red p{font-family:"Quicksand";font-weight:700;font-size:clamp(18px, 0.0166666667 * 100vw, 24px) !important;line-height:130%;letter-spacing:0.02em;color:#db393f}#content .title-small h2,#content .title-small h3,#content .title-small h4,#content .title-small h5,#content .title-small h6,#content .title-small p{font-family:"Quicksand";font-weight:700;font-size:clamp(16px, 0.0125 * 100vw, 18px) !important;line-height:130%;color:#000000}#content .title-berry h2,#content .title-berry h3,#content .title-berry h4,#content .title-berry h5,#content .title-berry h6,#content .title-berry p{position:relative;padding-left:1.25em !important}#content .title-berry h2::before,#content .title-berry h3::before,#content .title-berry h4::before,#content .title-berry h5::before,#content .title-berry h6::before,#content .title-berry p::before{content:"";display:block;mask-size:contain;-webkit-mask-size:contain;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-image:url(/wp-content/uploads/2023/03/icon-check-berry.svg);-webkit-mask-image:url(/wp-content/uploads/2023/03/icon-check-berry.svg);background:#db393f;width:0.8em;height:0.8em;position:absolute;left:0.15em;top:0.15em}#content .main-section{margin-top:clamp(50px, 0.0722222222 * 100vw, 104px);margin-bottom:clamp(50px, 0.0722222222 * 100vw, 104px)}#content .main-section .fusion-layout-column:last-child{margin-bottom:0 !important}#content .main-section .fusion-layout-column p:last-child{margin-bottom:0 !important}#content .main-section+.section-divider+.section-picture{margin-top:clamp(50px, 0.0722222222 * 100vw, 104px) !important}#content .section-color,#content .is-red,#content .is-red-light,#content .is-green-light{padding-top:clamp(50px, 0.0722222222 * 100vw, 104px) !important;padding-bottom:clamp(50px, 0.0722222222 * 100vw, 104px) !important}#content .section-intro .row-descripton h2{padding-bottom:0 !important}#content .section-intro:not(.main-section){margin-top:clamp(50px, 0.0722222222 * 100vw, 104px);margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px)}#content .section-intro+.main-section{margin-top:0 !important}#content .section-picture-intro{margin-bottom:32px}#content .section-picture-intro+.section-picture:not(.section-color){margin-top:32px !important}#content .row-description .fusion-title{margin-bottom:0 !important}#content .row-description .fusion-title h2{padding-bottom:0 !important}#content .row-description .fusion-text{margin-top:clamp(20px, 0.0222222222 * 100vw, 32px)}#content .section-picture>.fusion-row{display:flex;flex-wrap:wrap;row-gap:32px !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .section-picture>.fusion-row::after,#content .section-picture>.fusion-row::before{display:none}#content .section-picture>.fusion-row .grid-item,#content .section-picture>.fusion-row .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .section-picture>.fusion-row .row-description{margin-bottom:0 !important}#content .section-picture>.fusion-row .row-description .title:last-child{margin-bottom:0 !important}#content .section-picture>.fusion-row .row-back-to-top{margin-top:0 !important}#content .section-picture>.fusion-row>*:not(.grid-item):not(.fwpl-result){width:100%}#content .section-picture>.fusion-row .grid-item,#content .section-picture>.fusion-row .fwpl-result{width:calc(100% / 2 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 2)) !important}@media (max-width:980px){#content .section-picture>.fusion-row{flex-direction:column;align-items:center}#content .section-picture>.fusion-row .grid-item,#content .section-picture>.fusion-row .fwpl-result{width:100% !important;min-width:auto}}#content .section-picture:not(.section-color){margin-top:clamp(40px, 0.0444444444 * 100vw, 64px) !important;margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px) !important}#content .section-picture .column-content{margin-bottom:0 !important}#content .section-picture .column-content p:last-child{margin-bottom:0}#content .section-picture .column-picture{margin-bottom:0 !important}@media (min-width:981px){#content .section-picture .column-content .title:not(:last-child){margin-bottom:1.45em !important}#content .section-picture .column-content .fusion-text{max-width:444px}}@media (max-width:980px){#content .section-picture .fusion-row{display:flex;flex-direction:column;row-gap:40px}#content .section-picture .fusion-row .fusion-layout-column{margin-bottom:0 !important}#content .section-picture .fusion-row::before,#content .section-picture .fusion-row::after{display:none !important}#content .section-picture .column-content{order:1}#content .section-picture .column-content.berry-list .fusion-text{display:block;max-width:550px;margin-left:auto;margin-right:auto}#content .section-picture .column-picture{order:2}#content .section-picture .column-picture .fusion-imageframe{display:block;max-width:550px;margin-left:auto;margin-right:auto}}#content .section-picture+.section-divider+.section-picture-intro{margin-top:clamp(40px, 0.0444444444 * 100vw, 64px)}#content .section-above{padding-top:clamp(50px, 0.0722222222 * 100vw, 104px) !important;padding-bottom:clamp(100px, 0.1444444444 * 100vw, 208px) !important;margin-bottom:-104px !important}@media (max-width:1440px){#content .section-above{margin-bottom:calc(-104px + (-50 - -104) * ((100vw - 692px) / (1440 - 692))) !important}}@media (max-width:692px){#content .section-above{margin-bottom:-50px !important}}#content .section-above+.fusion-fullwidth{padding-top:0 !important}#content .section-above+.main-section{margin-top:0 !important}#content .section-divider .fusion-builder-row{margin-top:clamp(40px, 0.0444444444 * 100vw, 64px);border-bottom:1px solid #d6d6d6;margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px)}#content .section-invert h1,#content .is-red h1,#content .section-invert h2,#content .is-red h2,#content .section-invert h3,#content .is-red h3,#content .section-invert h4,#content .is-red h4,#content .section-invert h5,#content .is-red h5,#content .section-invert h6,#content .is-red h6,#content .section-invert p,#content .is-red p,#content .section-invert li,#content .is-red li{color:#fff}#content .is-red{background-color:#db393f !important}#content .is-red-light{background-color:#fdf5f5 !important}#content .is-green-light{background-color:#f5fbf6 !important}#content .has-brush{position:relative;margin-top:clamp(85px, 0.0965277778 * 100vw, 139px);margin-bottom:36px}#content .has-brush::before{content:"";display:block;position:absolute;z-index:10;height:36px;width:100%;left:0;background-color:inherit !important;background:url("../img/white-streak-top.png") no-repeat top center / calc(100% + 1px);top:-35px}#content .has-brush::after{content:"";display:block;position:absolute;z-index:10;width:100%;height:37px;background-color:inherit !important;background:url("../img/white-streak-bottom.png") no-repeat bottom center / calc(100% + 1px);left:0;bottom:-36px}#content .has-border-green{position:relative;border-radius:8px}#content .has-border-green::after,#content .has-border-green::before{content:"";display:block;width:100%;height:8px;position:absolute;left:0;z-index:3;background-color:#39a852}#content .has-border-green::after{bottom:0;border-radius:0 0 8px 8px}#content .has-border-green::before{top:0;border-radius:8px 8px 0 0}#content .has-border-white{border:8px solid #fff}#content .has-radius,#content .card,#content .u-pick-section-tips a,#content .about-page-menu .menu{border-radius:8px;overflow:hidden}#content .has-shadow,#content .card-recipes .column-card,#content .section-popular-recipes .fwpl-result .column-card{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px}#content .its-circle{border-radius:50%}#content .row-description{width:100%;margin-bottom:0 !important}#content .row-description:not(:last-child){margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px) !important}#content .row-description .fusion-column-wrapper{margin-bottom:0 !important}#content .row-description .fusion-title:not(:last-child){padding-bottom:0 !important}#content .row-description .fusion-title+.fusion-title{margin-top:32px !important}#content .row-description h2{padding-bottom:0 !important}#content .row-description p{margin-bottom:0 !important}#content .row-description p:not(:first-child){margin-top:1.5em}#content .row-description+.row-article{margin-top:32px !important}#content .row-article .title-red{margin-bottom:1em !important}#content .row-article .title-red h3:last-child{margin-bottom:0}#content .row-article .fusion-button-wrapper:not(:first-child){margin-top:32px;display:inline-block}#content .row-article .fusion-sep-clear{margin-top:clamp(40px, 0.0444444444 * 100vw, 64px);background-color:#d6d6d6;margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px)}#content .row-article .fusion-column-content>*:not([class*="full"]){max-width:946px;margin-left:auto;margin-right:auto}#content .row-article .fusion-imageframe:not(:first-child){margin-top:32px}#content .row-article .fusion-imageframe:not(:last-child){margin-bottom:32px}#content .row-article img{border-radius:8px}#content .card{padding-top:clamp(30px, 0.0277777778 * 100vw, 40px);padding-bottom:clamp(30px, 0.0277777778 * 100vw, 40px);padding-left:clamp(20px, 0.0521512386 * 100vw, 40px);padding-right:clamp(20px, 0.0521512386 * 100vw, 40px);background-color:#fff}@media (max-width:980px){#content .card{padding-left:clamp(20px, 0.0408163265 * 100vw, 40px)}}@media (max-width:980px){#content .card{padding-right:clamp(20px, 0.0408163265 * 100vw, 40px)}}#content .link,#content .blogger-card .fusion-text a{position:relative}#content .link::after,#content .blogger-card .fusion-text a::after{content:"";display:block;position:absolute;width:100%;height:1px;background-color:#db393f;opacity:0;left:0;bottom:0;transition:all 0.3s ease-out 0s}#content .link:hover::after,#content .blogger-card .fusion-text a:hover::after{opacity:1}#content .berry-list ul{padding-left:0;list-style-type:none}#content .berry-list ul:first-child{margin-top:0}#content .berry-list ul:last-child{margin-bottom:0}#content .berry-list ul li{position:relative;padding-left:1.8em;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:150%;letter-spacing:0.01em;color:#333333}#content .berry-list ul li:not(:last-child){margin-bottom:16px}#content .berry-list ul li::before{content:"";display:block;mask-size:contain;-webkit-mask-size:contain;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-image:url(/wp-content/uploads/2023/03/icon-check-berry.svg);-webkit-mask-image:url(/wp-content/uploads/2023/03/icon-check-berry.svg);background:#db393f;width:20px;height:20px;position:absolute;left:0;top:3px}#menu-item-3354,#menu-item-3351{display:none}@media (max-width:767px){.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{padding:8px 16px !important}}@media (max-width:479px){.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{padding:8px !important}}.fusion-header-wrapper .fusion-header{height:auto !important}.fusion-header-wrapper .fusion-header .fusion-row{max-width:1680px}@media (min-width:1810px){.fusion-header-wrapper .fusion-header .fusion-row{padding-right:40px;padding-left:40px}}@media (max-width:1680px){.fusion-header-wrapper .fusion-header .fusion-logo{margin-left:-6px}}.fusion-header-wrapper .fusion-header .fusion-button{border-radius:8px}.fusion-header-wrapper .fusion-header .fusion-caret{position:relative;top:-1px}.fusion-header-wrapper .fusion-header .fusion-caret .fusion-dropdown-indicator{font-size:24px;font-weight:normal}.fusion-header-wrapper .fusion-header .fusion-main-menu .fusion-last-menu-item{padding-right:0 !important}@media (min-width:981px) and (max-width:1599px){.fusion-header-wrapper .fusion-header .fusion-logo{width:222px;transition:all 0.3s ease-out 0s}.fusion-header-wrapper .fusion-main-menu>ul>li{padding-right:20px !important}.fusion-header-wrapper .fusion-main-menu>ul>li>a{height:98px !important;line-height:98px !important;font-size:16px !important;transition:all 0.3s ease-out 0s}.fusion-header-wrapper.fusion-is-sticky .fusion-main-menu>ul>li>a{height:65px !important;line-height:65px !important}.fusion-header-wrapper.fusion-is-sticky .fusion-logo{width:180px;margin-top:12px;margin-bottom:12px}}@media (min-width:981px) and (max-width:1399px){.fusion-header-wrapper .fusion-header .fusion-logo{margin-top:16px;margin-bottom:16px}.fusion-header-wrapper .fusion-main-menu>ul>li>a{height:80px !important;line-height:80px !important;font-size:14px !important}.fusion-header-wrapper.fusion-is-sticky .fusion-main-menu>ul>li>a{height:65px !important;line-height:65px !important}.fusion-header-wrapper.fusion-is-sticky .fusion-logo{width:180px;margin-top:12px;margin-bottom:12px}}@media (max-width:1199px){.fusion-mobile-menu-icons .fusion-icon-bars{width:24px;height:24px;background:url(../img/bars.svg) no-repeat;margin-top:10px}.fusion-mobile-menu-icons .fusion-icon-bars::before{display:none}}#wrapper .fusion-mobile-nav-item a,#wrapper .fusion-mobile-nav-holder>ul>li.fusion-mobile-nav-item>a{font-size:14px}.fusion-main-menu>ul>li>a .menu-text{transition:all 0.3s ease-out 0s;border-bottom:1px solid transparent}.fusion-main-menu>ul>li>a .menu-text.fusion-button{border:none}.fusion-main-menu>ul>li>a:hover .menu-text{border-bottom-color:#db393f}.fusion-main-menu>ul>li.current_page_parent>a .menu-text,.fusion-main-menu>ul>li.current-menu-item>a .menu-text{border-bottom-color:#db393f}#wrapper .fusion-footer .fusion-row{max-width:1194px}#wrapper .fusion-footer-widget-area.fusion-widget-area{padding-top:clamp(80px, 6.25vw, 90px);padding-bottom:64px}#wrapper .fusion-columns .fusion-column:nth-child(1) .widget_media_image{margin-bottom:40px}#wrapper .fusion-columns .fusion-column:nth-child(1) .wp-block-image{margin:0}#wrapper .fusion-columns .fusion-column .widget-title{font-family:"Paytone One";font-weight:400;font-size:32px !important;line-height:119%;letter-spacing:0.02em;color:#fff;margin-bottom:24px;text-transform:none}@media (max-width:1199px){#wrapper .fusion-columns .fusion-column .widget-title{font-size:27px !important}}@media (max-width:980px){#wrapper .fusion-columns .fusion-column .widget-title{font-size:28px !important}}@media (max-width:767px){#wrapper .fusion-columns .fusion-column .widget-title{font-size:26px !important}}@media (max-width:479px){#wrapper .fusion-columns .fusion-column .widget-title{font-size:32px !important}}#wrapper .fusion-columns .fusion-column .menu{max-width:196px}#wrapper .fusion-columns .fusion-column .menu li{padding:0;border:none;margin-bottom:16px;line-height:calc(24 / 16)}#wrapper .fusion-columns .fusion-column .menu li:last-child{margin-bottom:0}#wrapper .fusion-columns .fusion-column .menu li a::before{display:none}@media (min-width:1600px){#wrapper .fusion-columns .fusion-column:nth-child(1){width:20%}#wrapper .fusion-columns .fusion-column:nth-child(2){width:20.8%}#wrapper .fusion-columns .fusion-column:nth-child(2) .widget_nav_menu{padding-left:10px}#wrapper .fusion-columns .fusion-column:nth-child(3){width:19.9%}#wrapper .fusion-columns .fusion-column:nth-child(4){width:19.6%}#wrapper .fusion-columns .fusion-column:nth-child(5){width:19.6%}}#wrapper .fusion-footer-copyright-area{border:none;padding-top:0;padding-bottom:40px}@media (max-width:980px){#wrapper .fusion-footer-copyright-area{padding-bottom:60px}}@media (max-width:479px){#wrapper .fusion-footer-copyright-area{padding-bottom:80px}}#wrapper .fusion-copyright-content{display:flex;flex-direction:column;justify-content:center;align-items:center}#wrapper .fusion-copyright-notice{order:2}#wrapper .fusion-copyright-notice svg{margin-left:2px}#wrapper .fusion-copyright-notice svg path{transition:all 0.3s ease-out 0s}#wrapper .fusion-copyright-notice svg:hover path{fill:#db393f}#wrapper .fusion-footer-copyright-center .fusion-social-links-footer{margin-top:0;margin-bottom:64px}#wrapper .fusion-social-links-footer .fusion-social-networks{margin-top:0}#wrapper .fusion-social-links-footer .fusion-social-networks a{margin:0 36px;font-size:26px;color:#fff !important;transition:all 0.3s ease-out 0s}#wrapper .fusion-social-links-footer .fusion-social-networks a:hover{color:#db393f !important;opacity:1}#wrapper .contact_info p{margin-bottom:10px;position:relative;padding-left:25px}#wrapper .contact_info p:last-child{margin-bottom:0}#wrapper .contact_info p a{display:inline-block;position:relative}#wrapper .contact_info p a:after{content:"";display:block;position:absolute;transition:all 0.3s ease-out 0s;width:100%;height:1px;bottom:0;left:0;opacity:0;background-color:#fff}#wrapper .contact_info p a:hover::after{opacity:0.8}#wrapper .contact_info .address:before{content:"";display:block;position:absolute;width:12px;height:17px;top:2px;left:0;background:url(../img/location-dot.svg) no-repeat}#wrapper .contact_info .phone:before{content:"";display:block;position:absolute;width:17px;height:18px;top:3px;left:0;background:url(../img/phone.svg) no-repeat}#wrapper .contact_info .fax:before{content:"";display:block;position:absolute;width:16px;height:17px;top:2px;left:0;background:url(../img/fax.svg) no-repeat}#wrapper .fusion-copyright-notice strong{white-space:nowrap;font-weight:500}@media (min-width:480px) and (max-width:980px){#wrapper .fusion-footer-widget-area.fusion-widget-area{padding-bottom:30px}}@media (max-width:980px){#wrapper .fusion-columns{display:flex;flex-wrap:wrap}#wrapper .fusion-columns .fusion-column:nth-child(1){width:100% !important}#wrapper .fusion-columns .fusion-column:nth-child(1) .wp-block-image{text-align:center}#wrapper .fusion-columns .fusion-column{width:50% !important;vertical-align:top}}@media (max-width:980px){#wrapper .fusion-social-links-footer .fusion-social-networks a{margin:0 20px}}@media (max-width:479px){#wrapper .fusion-footer-copyright-center .fusion-social-links-footer{margin-top:5px;margin-bottom:60px}#wrapper .fusion-columns{display:block}#wrapper .fusion-columns .fusion-column{width:100% !important}#wrapper .fusion-columns .fusion-column:nth-child(5){margin-bottom:0}#wrapper .fusion-columns .fusion-column:nth-child(1) .wp-block-image{text-align:left}#wrapper .fusion-columns .fusion-column:nth-child(1){margin-bottom:74px}.contact_info{max-width:210px}#wrapper .fusion-social-links-footer .fusion-social-networks a{font-size:32px;margin:0 13px}#wrapper .fusion-copyright-notice a{display:block;margin-top:10px}}@media (max-width:359px){#wrapper .fusion-social-links-footer .fusion-social-networks a{font-size:30px}}#wrapper .fusion-footer .fusion-widget-area .menu-item>a:hover,#wrapper .fusion-footer .fusion-widget-area .current-menu-item>a{color:#37bb55}#recipes_video_section{text-align:center}#recipes_video_section .youtube_channel{display:flex;flex-wrap:wrap;max-width:1300px;margin:0 auto;float:none;justify-content:center}#recipes_video_section .youtube_channel .loadMoreBtn{margin:0;text-align:center;background:#39a852;border:1px solid #FFFFFF;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:8px 24px;transition:all 0.3s ease}#recipes_video_section .youtube_channel .loadMoreBtn:hover{transition:all 0.3s ease;background:#37bb55}#recipes_video_section .youtube_channel .loadMoreBtn span{font-family:"Quicksand" !important;text-align:center;letter-spacing:0.02em;font-weight:700;font-size:18px;line-height:24px;color:#FFFFFF;position:relative;display:block}#recipes_video_section .youtube_channel .loadMoreBtn span::after{content:"";font-family:IcoMoon;font-style:normal;display:inline-block;margin-left:12px;font-weight:400;font-size:22px;position:relative;top:2px}#recipes_video_section .youtube_channel .ytc_video_container{flex:0 1 calc(50% - 20px);margin-bottom:32px;filter:drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));border-radius:8px;overflow:hidden}#recipes_video_section .youtube_channel .ytc_video_container:nth-child(odd){margin-right:40px}#recipes_video_section .youtube_channel .ytc_video_container .ytc_thumb{padding-bottom:49%}#recipes_video_section .youtube_channel .ytc_video_container .ytc_thumb span{padding-bottom:49%;transition:all 0.3s ease}#recipes_video_section .youtube_channel .ytc_video_container .ytc_thumb span::before{width:45.72px;height:53.33px;background:url("../img/my-youtube-icon-play.svg") 0 0 / cover no-repeat;transform:translate(-50%, -50%);margin:0 !important;transition:all 0.3s ease}#recipes_video_section .youtube_channel .ytc_video_container .ytc_thumb:hover span{transition:all 0.3s ease;transform:scale(1.05)}#recipes_video_section .youtube_channel .ytc_video_container .ytc_thumb:hover span::before{transform:translate(-50%, -50%) scale(0.95);transition:all 0.3s ease}#recipes_video_section .youtube_channel .ytc_video_container .ytc_title{font-family:"Quicksand" !important;font-weight:700;font-size:18px !important;line-height:24px !important;color:#333333;background:#FFFFFF;padding:16px;text-align:left;margin:0 !important}@media (max-width:980px){#recipes_video_section .youtube_channel .ytc_video_container{flex:0 1 calc(50% - 10px)}#recipes_video_section .youtube_channel .ytc_video_container:nth-child(odd){margin-right:20px}}@media (max-width:767px){#recipes_video_section .youtube_channel .ytc_video_container{flex:0 1 100%}#recipes_video_section .youtube_channel .ytc_video_container:nth-child(odd){margin-right:0px}}@media (max-width:375px){#recipes_video_section .button span{font-size:0.88em}}.postid-4537 #main{padding:0 !important}#section-resept-hero{padding:64px 0;background-size:cover;background-repeat:no-repeat;background-position:0 0;position:relative}@media (max-width:980px){#section-resept-hero{padding:50px 0}}#section-resept-hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, #AF2E32 4.28%, rgba(219, 57, 63, 0) 81.11%)}#section-resept-hero::after{content:"";display:block;position:absolute;height:34px;width:100%;bottom:-15px;left:0;background:url(../img/inner-banner-white-decor.svg) no-repeat center / cover}#section-resept-hero .container{width:90%;padding:0;max-width:1440px}#section-resept-hero .hero-resept-content{min-height:clamp(300px, 24.2vw, 420px);position:relative;display:flex;flex-direction:column}#section-resept-hero .hero-resept-back-btn{flex:1 1 auto;margin:0px 0px 50px 0px}#section-resept-hero .hero-resept-back-btn a{display:inline-flex;align-items:center;background:#db393f;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:8px 24px;font-family:"Quicksand";font-weight:700;font-size:18px;line-height:130%;color:#FFFFFF;transition:all 0.3s ease}#section-resept-hero .hero-resept-back-btn a:hover{transition:all 0.3s ease;background:#f64b52}@media (max-width:767px){#section-resept-hero .hero-resept-back-btn a{font-size:16px;padding:6px 20px}}#section-resept-hero .hero-resept-back-btn a::before{content:"";display:inline-block;flex:0 0 auto;width:16px;margin:0px 12px 0px 0px;height:16px;background:url("../img/hero-resept-back-btn-icon.svg") 0 0 / cover no-repeat;transition:all 0.3s ease}#section-resept-hero .hero-resept-back-btn a:hover{transition:all 0.3s ease}#section-resept-hero .hero-resept-back-btn a:hover::before{transform:translate(-5px, 0px)}#section-resept-hero .hero-resept-info{display:flex;justify-content:space-between}@media (max-width:980px){#section-resept-hero .hero-resept-info{flex-wrap:wrap}}#section-resept-hero .hero-resept-info .hero-resept-info-left{flex:0 1 100%;margin:0px 0px 10px 0px}@media (min-width:981px){#section-resept-hero .hero-resept-info .hero-resept-info-left{flex:0 1 690px;margin:0px 40px 0px 0px}}@media (min-width:981px){#section-resept-hero .hero-resept-info .hero-resept-info-right{align-self:flex-end;margin:0px 0px 10px 0px}}@media (max-width:980px){#section-resept-hero .hero-resept-info .hero-resept-info-right{flex:0 1 100%}}#section-resept-hero .hero-resept-info .hero-resept-category{margin:0px 0px -3px 0px}@media (max-width:980px){#section-resept-hero .hero-resept-info .hero-resept-category{margin:0px 0px 10px 0px}}#section-resept-hero .hero-resept-info .hero-resept-category .post-category{width:auto;display:inline-block}#section-resept-hero .hero-resept-info .hero-resept-category .post-category a{width:auto;display:inline-block;position:relative;border-radius:10px;background:#FFFFFF;padding:4px 6px;font-family:"Quicksand";font-style:normal;font-weight:700;font-size:12px;line-height:100%;color:#db393f;letter-spacing:0.04em;text-transform:uppercase}#section-resept-hero .hero-resept-info h1{margin:0;font-family:"Paytone One";font-style:normal;font-weight:400;font-size:clamp(34px, 4.5vw, 72px) !important;line-height:125% !important;letter-spacing:0.02em;color:#FFFFFF}#section-resept-hero .hero-resept-info .hero-resept-info-share{font-family:"Quicksand";font-style:normal;font-weight:500;font-size:12px;line-height:110%;letter-spacing:0.08em;text-transform:uppercase;color:#FFFFFF;display:flex;align-items:center}@media (max-width:980px){#section-resept-hero .hero-resept-info .hero-resept-info-share{justify-content:flex-end}}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content{margin:0px 0px 0px 5px}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content .social-link-title{display:none}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content a{background:none;border:none;width:28px;height:25px;margin:0;line-height:27px;font-size:21px}@media (max-width:980px){#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content a{line-height:25px}}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content a:hover i::before{transition:all 0.3s ease;color:#f64b52}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content a i::before{transition:all 0.3s ease}#section-resept-hero .hero-resept-info .hero-resept-info-share .social-link-content .social-link-telegram{display:none !important}#include-single-body .include-single-container{width:90%;margin:0 auto;max-width:960px;padding:117px 0px 0px 0px}@media (max-width:980px){#include-single-body .include-single-container{padding:80px 0px 0px 0px}}@media (max-width:767px){#include-single-body .include-single-container{padding:50px 0px 0px 0px}}#include-single-body .include-single-content #include-single-post-content{display:flex;flex-wrap:wrap;margin:0px 0px 64px 0px;padding:0px 0px 65px 0px;position:relative}#include-single-body .include-single-content #include-single-post-content::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#d6d6d6}@media (max-width:980px){#include-single-body .include-single-content #include-single-post-content{margin:0px 0px 50px 0px;padding:0px 0px 50px 0px}}@media (min-width:981px){#include-single-body .include-single-content #include-single-post-content{flex-wrap:nowrap}}#include-single-body .include-single-content #include-single-post-content .include-single-post-left{flex:0 1 100%;margin:50px 0px 0px 0px}@media (min-width:981px){#include-single-body .include-single-content #include-single-post-content .include-single-post-left{margin:0px 64px 0px 0px;flex:0 1 656px}}@media (max-width:980px){#include-single-body .include-single-content #include-single-post-content .include-single-post-left{order:2}}#include-single-body .include-single-content #include-single-post-content .include-single-post-right{flex:0 1 100%}@media (min-width:981px){#include-single-body .include-single-content #include-single-post-content .include-single-post-right{flex:0 0 240px}}@media (max-width:980px){#include-single-body .include-single-content #include-single-post-content .include-single-post-right{order:1}}#include-single-body .include-single-content .include-single-post-info{background:#fdf5f5;border-left:4px solid #db393f;border-radius:0px 8px 8px 0px;padding:37px 28px 32px;position:sticky;top:100px}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-info{padding:25px;display:flex;flex-wrap:wrap}}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-info{padding:20px}}#include-single-body .include-single-content .include-single-post-info .single-post-info-item{margin:0px 0px 36px 0px}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-info .single-post-info-item{margin:0px 0px 20px 0px;flex:0 1 50%}}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-info .single-post-info-item{flex:0 1 100%}}#include-single-body .include-single-content .include-single-post-info .single-post-info-item:last-child{margin:0px 0px 0px 0px}#include-single-body .include-single-content .include-single-post-info .single-post-info-item p{font-family:"Quicksand";font-weight:700;font-size:18px;line-height:100%;letter-spacing:0.02em;color:#333333;margin:0;padding-bottom:6px}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-info .single-post-info-item p{font-size:16px}}#include-single-body .include-single-content .include-single-post-info .single-post-info-item span{font-family:"Quicksand";font-weight:700;font-size:26px;line-height:100%;letter-spacing:0.02em;color:#db393f}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-info .single-post-info-item span{font-size:22px}}#include-single-body .include-single-content .include-single-post-image{margin:0px 0px 68px 0px}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-image{margin:0px 0px 50px 0px}}#include-single-body .include-single-content .include-single-post-image img{width:100%;height:100%;max-height:425px;object-fit:cover;border-radius:8px}#include-single-body .include-single-content h3{font-family:"Paytone One";font-weight:400;line-height:38px;letter-spacing:0.02em;color:#db393f;flex:0 1 400px;margin:0px 0px 32px 0px !important}@media (max-width:767px){#include-single-body .include-single-content h3{flex:0 1 100%}}#include-single-body .include-single-content .include-single-post-title{display:flex;justify-content:space-between;margin:0px 0px 32px 0px}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-title{flex-direction:column;align-items:center}}#include-single-body .include-single-content .include-single-post-title h3{margin:0 !important}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-title h3{margin:0px 0px 15px 0px !important}}#include-single-body .include-single-content .include-single-post-title a{align-self:flex-start;flex:0 0 auto;margin:0px 0px 0px 20px;background:#db393f;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:4px 12px;text-align:center;display:inline-flex;justify-content:center;align-items:center;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.02em;color:#ffffff;transition:all 0.3s ease}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-title a{margin:0 auto}}#include-single-body .include-single-content .include-single-post-title a:hover{background:#f64b52;transition:all 0.3s ease}#include-single-body .include-single-content p{font-family:"Quicksand";font-weight:700;font-size:18px;line-height:128%;letter-spacing:0.02em;color:#333333;margin:0px 0px 26px 0px}#include-single-body .include-single-content p:last-child{margin:0px 0px 0px 0px}#include-single-body .include-single-content p:empty{display:none}#include-single-body .include-single-content blockquote{margin:32px 0px 0 0px !important;border-left:4px solid #db393f;border-radius:0px 8px 8px 0px;background:#fdf5f5;padding:64px 62px}#include-single-body .include-single-content blockquote p{margin:0;font-family:"Quicksand";font-weight:700;font-size:24px;line-height:133%;letter-spacing:0.02em;color:#db393f;font-style:normal}@media (max-width:980px){#include-single-body .include-single-content blockquote{padding:40px}#include-single-body .include-single-content blockquote p{font-size:22px}}@media (max-width:767px){#include-single-body .include-single-content blockquote{padding:20px}#include-single-body .include-single-content blockquote p{font-size:20px}}#include-single-body .include-single-content .include-single-post-ingredients{margin:0px 0px 64px 0px;padding:0px 0px 65px 0px;position:relative}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-ingredients{margin:0px 0px 50px 0px;padding:0px 0px 50px 0px}}#include-single-body .include-single-content .include-single-post-ingredients::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#d6d6d6}#include-single-body .include-single-content .include-single-post-ingredients li{margin:0px 0px 16px 0px;font-family:"Quicksand";font-weight:700;font-size:18px;line-height:24px;letter-spacing:0.02em;color:#333333;list-style:none;position:relative;padding:0px 0px 0px 26px}#include-single-body .include-single-content .include-single-post-ingredients li::before{content:"";position:absolute;top:7px;left:0;width:10px;height:10px;background:#db393f;border-radius:50%}#include-single-body .include-single-content .include-single-post-ingredients li:last-child{margin:0px 0px 0px 0px}#include-single-body .include-single-content .include-single-post-steps{counter-reset:section;position:relative;margin:0px 0px 64px 0px;padding:0px 0px 64px 0px}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-steps{margin:0px 0px 50px 0px;padding:0px 0px 50px 0px}}#include-single-body .include-single-content .include-single-post-steps::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d6d6d6}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li{list-style:none;position:relative;padding:0px 0px 0px 71px;margin:0px 0px 17px 0px}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li{padding:0px 0px 0px 57px}}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li::before{content:counters(section, ".") " ";position:absolute !important;border-radius:50%;background-size:contain;background-repeat:no-repeat;left:0px;top:0px;min-width:55px;height:55px;counter-increment:section;display:flex;align-items:center;justify-content:center;line-height:100%;background:#f8d7d9;font-family:"Paytone One";font-weight:400;font-size:28px;line-height:100%;letter-spacing:0.02em;color:#db393f}@media (max-width:767px){#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li::before{min-width:40px;height:40px;font-size:20px}}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li:last-child{margin:0px 0px 0px 0px}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li h4{font-family:"Quicksand";font-weight:700;font-size:24px !important;line-height:32px !important;letter-spacing:0.02em;color:#333333;margin:0px 0px 4px 0px !important}@media (max-width:980px){#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li h4{font-size:22px !important;line-height:30px !important}}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li p{font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#333333;margin:0px 0px 16px 0px;display:block}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li p:last-child{margin:0px 0px 0px 0px}#include-single-body .include-single-content .include-single-post-steps .single-post-ingredients li img{border-radius:4px;display:block}#include-single-body .anycomment-box{display:flex;justify-content:space-between;align-items:center;margin:0px 0px 32px 0px}@media (max-width:767px){#include-single-body .anycomment-box{flex-direction:column;align-items:center}}#include-single-body .anycomment-box h3{font-family:"Paytone One";font-weight:400;line-height:38px;letter-spacing:0.02em;color:#db393f;margin:0px 0px 0px 0px !important}@media (max-width:767px){#include-single-body .anycomment-box h3{margin:0px 0px 15px 0px !important;flex:0 1 100%}}#include-single-body .anycomment-box .anycomment-share{font-family:"Quicksand";font-style:normal;font-weight:500;font-size:12px;line-height:110%;letter-spacing:0.08em;text-transform:uppercase;color:#db393f;display:flex;align-items:center}#include-single-body .anycomment-box .anycomment-share .social-link-content{margin:0px 0px 0px 5px}#include-single-body .anycomment-box .anycomment-share .social-link-content .social-link-title{display:none}#include-single-body .anycomment-box .anycomment-share .social-link-content a{background:none;border:none;width:28px;height:25px;margin:0;line-height:26px;color:#db393f;font-size:21px}@media (max-width:980px){#include-single-body .anycomment-box .anycomment-share .social-link-content a{line-height:25px}}#include-single-body .anycomment-box .anycomment-share .social-link-content a:hover i::before{transition:all 0.3s ease;color:#f64b52}#include-single-body .anycomment-box .anycomment-share .social-link-content a i::before{transition:all 0.3s ease}#include-single-body .anycomment-box .anycomment-share .social-link-content .social-link-telegram{display:none !important}#include-single-body .include-single-anycomment .anycomment-titles{font-family:"Quicksand";font-weight:700;font-size:24px;line-height:32px;letter-spacing:0.02em;color:#333333}@media (max-width:767px){#include-single-body .include-single-anycomment .anycomment-titles{font-size:20px;line-height:28px}}#comments{margin-top:26px !important}#comments #wpd-post-rating{margin:0}#comments #wpd-post-rating .wpd-rating-wrap{width:100%;justify-content:flex-start;margin-bottom:-70px}@media (min-width:601px){#comments #wpd-post-rating .wpd-rating-wrap{margin-left:94px}}#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-left,#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-right{display:none}#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-data .wpd-rating-value,#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-data .wpd-rating-title{display:none}#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-data .wpd-rating-stars{margin:0}#comments #wpd-post-rating .wpd-rating-wrap .wpd-rating-data .wpd-rate-starts{margin:0}#comments .wpdiscuz-post-rating-wrap{display:none}#comments .wpd-form-head{margin-bottom:0 !important}#comments .post_rating-wrapper{height:initial !important;margin-bottom:13px !important;margin-left:4px;border-bottom:0 !important}#comments .post_rating-wrapper .wpd-field-group-title{display:none}#comments .post_rating-wrapper label::before{margin:0 1px !important}#comments #wpdcom{margin:0 !important;width:100%;max-width:100%}#comments #wpdcom .wpd-auth{display:none}#comments #wpdcom .wc_comm_submit{transition:all 0.3s ease}#comments #wpdcom .wc_comm_submit:hover{background:#f64b52 !important;transition:all 0.3s ease}#comments #wpdcom .wpd-form-wrap .wpd-form-head{margin:0px 0px 50px 0px;padding:0;border:0}#comments #wpdcom .wpd-form-wrap .wpd-form-head .wpd-sbs-toggle{display:none}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpdiscuz-textarea-wrap{padding:0;flex-wrap:nowrap}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpdiscuz-textarea-wrap .wpd-avatar{margin-right:16px}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpdiscuz-textarea-wrap .ql-snow{border:0;background:#f5f5f5}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpdiscuz-textarea-wrap .ql-snow .ql-editor{background:#f5f5f5;border-radius:4px;min-height:44px;padding:10px 16px}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpdiscuz-textarea-wrap .ql-snow .ql-editor::before{font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#707070}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpd-form-foot{margin:20px 0 0 0}@media (min-width:981px){#comments #wpdcom .wpd-form-wrap .wpd-form form .wpd-form-foot{margin-left:100px}}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpd-form-foot .wpd-form-row .wc-field-submit{padding-top:0}#comments #wpdcom .wpd-form-wrap .wpd-form form .wpd-form-foot .wpd-form-row .wc-field-submit .wc_comm_submit{background:#db393f;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:4px 12px;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.02em;color:#ffffff}#comments #wpdcom #wpd-threads .wpd-thread-head .wpd-thread-info{border-color:#db393f;font-family:"Quicksand";font-weight:700;font-size:20px;letter-spacing:0.02em;color:#333333}#comments #wpdcom #wpd-threads .wpd-thread-head .wpd-thread-info .wpdtc{display:none}@media (max-width:600px){#comments #wpdcom #wpd-threads .wpd-thread-head .wpd-thread-info{flex:0 1 auto}}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap{display:flex;margin-bottom:20px}@media (max-width:479px){#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap{flex-wrap:wrap}}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-left{width:auto;margin-right:16px}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-left .wpd-avatar{border-radius:50%;margin-bottom:10px;overflow:hidden;width:clamp(60px, 0.0583333333 * 100vw, 84px);height:clamp(60px, 0.0583333333 * 100vw, 84px)}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-left .wpd-comment-label{background:#db393f;display:none}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-right .wpd-comment-header{padding:0}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-right .wpd-comment-header .wpd-comment-author a{font-family:"Quicksand";font-weight:700;font-size:18px;line-height:24px;letter-spacing:0.02em;color:#333333;pointer-events:none}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-right .wpd-comment-header .wpd-comment-date{font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#707070}#comments #wpdcom #wpd-threads .wpd-thread-list .wpd-comment-wrap .wpd-comment-right .wpd-comment-header .wpd-comment-date i{display:none}#comments #wpdcom .wpd-avatar a{pointer-events:none}#comments #wpdcom .wpd-avatar img{width:84px;height:84px;max-width:84px;border:0;padding:0}#comments .comment .wpd-comment-header,#comments #wpd-threads .wpd-comment-header{display:flex;align-items:center;justify-content:flex-start}#comments .comment .wpd-cf-rating,#comments #wpd-threads .wpd-cf-rating{display:none;width:auto}#comments .comment .wpd-cf-rating .wpd-cf-label,#comments #wpd-threads .wpd-cf-rating .wpd-cf-label{display:none}#comments .comment .wpd-cf-rating .wpd-cf-value,#comments #wpd-threads .wpd-cf-rating .wpd-cf-value{padding-top:0;padding-bottom:0;border-bottom:0}#comments .comment .wpd-cf-rating .wpd-cf-value i,#comments #wpd-threads .wpd-cf-rating .wpd-cf-value i{margin:0 1px}#comments .comment .wpd-comment-text,#comments #wpd-threads .wpd-comment-text{margin-top:12px;margin-bottom:12px;background:#f5f5f5;border-radius:4px;padding:10px 16px}#comments .comment .wpd-comment-text,#comments .comment .wpd-comment-text p,#comments #wpd-threads .wpd-comment-text,#comments #wpd-threads .wpd-comment-text p{font-weight:600;font-size:16px;line-height:150%;letter-spacing:0.01em;color:#333333}#comments .comment .wpd-comment-text .wpd-top-custom-fields,#comments #wpd-threads .wpd-comment-text .wpd-top-custom-fields{padding:0}#comments .comment .wpd-comment-text p,#comments #wpd-threads .wpd-comment-text p{margin-bottom:0}#comments .comment .wpd-comment-text p:first-of-type,#comments #wpd-threads .wpd-comment-text p:first-of-type{margin-top:0}#comments .comment .wpd-comment-text p.stars,#comments #wpd-threads .wpd-comment-text p.stars{display:none}#comments .comment .wpd-comment-author,#comments #wpd-threads .wpd-comment-author{font-weight:700;font-size:18px;line-height:130%;letter-spacing:0.02em;color:#333333 !important}#comments .comment .wpd-comment-date,#comments #wpd-threads .wpd-comment-date{font-weight:600;font-size:16px;line-height:150%;letter-spacing:0.02em;color:#707070}#comments .comment .wpd-reply-to a,#comments #wpd-threads .wpd-reply-to a{color:#db393f;font-weight:600}#section-resept-hero,#include-single-body,.resept-blog-layout,.resept-cta-block{margin-left:-30px;margin-right:-30px}.resept-cta-block{padding:104px 0;background:url("/wp-content/uploads/2023/06/acf-bg-cookbook.jpg") center / cover no-repeat}@media (max-width:980px){.resept-cta-block{padding:80px 0}}@media (max-width:767px){.resept-cta-block{padding:50px 0}}.resept-cta-block .container{padding:0;width:90%;max-width:1193px}.resept-cta-block .resept-cta-content .resept-cta-title{max-width:900px;margin:0px auto 42px auto;text-align:center}@media (max-width:767px){.resept-cta-block .resept-cta-content .resept-cta-title{margin:0px auto 30px auto}}.resept-cta-block .resept-cta-content .resept-cta-title h2{margin:0;padding:0 !important;font-family:"Paytone One";font-weight:400;font-size:clamp(30px, 4.5vw, 48px);line-height:110%;letter-spacing:0.02em;color:#FFFFFF;text-shadow:0px 0px 16px rgba(0, 0, 0, 0.08)}.resept-cta-block .resept-cta-content .resept-cta-title h2 span::after{z-index:0}.resept-cta-block .resept-cta-content .resept-cta-info{background:#FFFFFF;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:40px;text-align:center}@media (max-width:980px){.resept-cta-block .resept-cta-content .resept-cta-info{padding:30px}}@media (max-width:767px){.resept-cta-block .resept-cta-content .resept-cta-info{padding:20px}}.resept-cta-block .resept-cta-content .resept-cta-info p{max-width:600px;margin:0px auto 32px auto;font-family:"Quicksand";font-weight:700;font-size:18px;line-height:120%;letter-spacing:0.02em;color:#333333}@media (max-width:767px){.resept-cta-block .resept-cta-content .resept-cta-info p{margin:0px auto 20px auto}}.resept-cta-block .resept-cta-content .resept-cta-info a{background:#db393f;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:8px 24px;display:inline-flex;align-items:center;justify-content:center;font-family:"Quicksand";font-weight:700;font-size:18px;line-height:120%;text-align:center;letter-spacing:0.02em;color:#FFFFFF;transition:all 0.3s ease}@media (max-width:767px){.resept-cta-block .resept-cta-content .resept-cta-info a{padding:6px 20px;font-size:16px}}.resept-cta-block .resept-cta-content .resept-cta-info a:hover{background:#f64b52;transition:all 0.3s ease}#wrapper .resept-blog-layout{padding:100px 0px 73px 0px;background:#fdf5f5}@media (max-width:980px){#wrapper .resept-blog-layout{margin:80px 0px 49px 0px}}@media (max-width:767px){#wrapper .resept-blog-layout{margin:50px 0px 19px 0px}}#wrapper .resept-blog-layout h3{font-family:"Paytone One";color:#db393f;margin:0px 0px 26px 0px !important;font-size:clamp(28px, 4.5vw, 32px) !important}#wrapper .resept-blog-layout .container{width:90%;padding:0 !important;max-width:944px}#wrapper .resept-blog-layout .block-resept-blog{display:flex;flex-wrap:wrap}@media (max-width:767px){#wrapper .resept-blog-layout .block-resept-blog{flex-wrap:wrap}}#wrapper .resept-blog-layout .block-resept-blog article{flex:0 1 calc(33.333% - 22px);filter:drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));border-radius:8px;overflow:hidden;min-height:334px;margin-bottom:32px;display:flex}@media (max-width:980px){#wrapper .resept-blog-layout .block-resept-blog article{flex:0 1 calc(50% - 16px)}}@media (max-width:767px){#wrapper .resept-blog-layout .block-resept-blog article{flex:0 1 100%}}@media (min-width:768px){#wrapper .resept-blog-layout .block-resept-blog article{margin-right:32px}}@media (max-width:980px) and (min-width:768px){#wrapper .resept-blog-layout .block-resept-blog article:nth-child(2n+2){margin-right:0}}@media (min-width:981px){#wrapper .resept-blog-layout .block-resept-blog article:nth-child(3n+3){margin-right:0}}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content{height:100%;display:flex;flex-direction:column;flex:1}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail{position:relative}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail a,#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail span{display:block;height:100%}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-link-img{position:relative;padding-bottom:71%;height:auto}@media (max-width:767px){#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-link-img{padding-bottom:56%}}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-link-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-item__category,#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-category,#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-item__category .post-category a{display:inline-block;width:auto}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-item__category{position:absolute;top:21px;left:24px;z-index:1}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-item__category .recipes-category,#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__thumbnail .post-item__category a{border-radius:10px;background:#ffffff;padding:4px 6px;font-family:"Quicksand";font-style:normal;font-weight:700;font-size:12px;line-height:100%;color:#db393f;letter-spacing:0.04em;text-transform:uppercase}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text{background:#ffffff;padding:24px;display:flex;flex-direction:column;min-height:200px;height:100%}@media (max-width:980px){#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text{padding:20px}}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-time{position:relative;display:flex;margin:0px 0px 13px 0px}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-time::before{content:"";display:inline-block;width:24px;height:24px;margin:0px 4px 0px 0px;background:url("../img/recipes-clock.svg") 0 0 / cover no-repeat}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-time span{letter-spacing:0.02em;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;color:#707070}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text{flex:1 1 auto}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text .post-title{margin:0px 0px 20px 0px !important;line-height:122% !important;font-size:18px !important}@media (max-width:980px){#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text .post-title{font-size:16px !important}}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text .post-title a{color:#333333;font-family:"Quicksand";font-weight:700;font-size:18px !important;line-height:100%;letter-spacing:0.02em;transition:all 0.3s ease}@media (max-width:980px){#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text .post-title a{font-size:16px !important}}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .title-text .post-title a:hover{color:#db393f;transition:all 0.3s ease}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-btn a{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;background:#db393f;padding:4px 12px;display:inline-flex;justify-content:center;align-items:center;transition:all 0.3s ease}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-btn a span{font-family:"Quicksand";font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#ffffff;letter-spacing:0.02em}#wrapper .resept-blog-layout .block-resept-blog article .post-item__content .post-item__text .recipes-btn a:hover{transition:all 0.3s ease;background:#f64b52}#wrapper .resept-blog-layout .recipes-cq_pagination{display:flex;justify-content:center;align-items:center}#wrapper .resept-blog-layout .recipes-cq_pagination li{list-style:none}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-arrow{width:100%}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-arrow a{font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#db393f}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous{text-align:left;display:flex;align-items:center}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous.no-active{opacity:0.5}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous a{position:relative;display:flex;align-items:center}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous a::before{content:"";display:inline-block;width:16px;height:16px;margin:0px 8px 0px 0px;background:url("../img/page-item-previous-left.svg") 0 0 / cover no-repeat;transition:all 0.3s ease}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous a:hover{transition:all 0.3s ease}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-previous a:hover::before{transform:translate(-5px, 0px)}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-next{text-align:right;display:flex;align-items:center;justify-content:flex-end}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-next a{position:relative;align-items:center;display:flex}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-next a::after{content:"";display:inline-block;width:16px;height:16px;margin:0px 0px 0px 8px;background:url("../img/page-item-next-right.svg") 0 0 / cover no-repeat;transition:all 0.3s ease}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-next a:hover{transition:all 0.3s ease}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item-next a:hover::after{transform:translate(5px, 0px)}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item{margin:0 6px}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item a{min-width:24px;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#333333;transition:all 0.3s ease;display:block;text-align:center}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item a:hover{color:#db393f;transition:all 0.3s ease}#wrapper .resept-blog-layout .recipes-cq_pagination .page-item.active a{color:#db393f}#wrapper .mainbanner__col{margin-bottom:0 !important}#wrapper .mainbanner__col .fusion-column-wrapper{height:758px;max-height:calc(100vh - 116px);min-height:600px;display:flex;flex-direction:column;justify-content:center}@media (max-width:1599px){#wrapper .mainbanner__col .fusion-column-wrapper{max-height:calc(100vh - 98px);height:600px;min-height:463px}}@media (max-width:1199px){#wrapper .mainbanner__col .fusion-column-wrapper{max-height:calc(100vh - 80px)}}@media (max-width:980px){#wrapper .mainbanner__col .fusion-column-wrapper{height:463px;max-height:9999px}}@media (min-width:768px) and (max-width:980px){#wrapper .mainbanner__col .fusion-column-wrapper{padding-bottom:50px !important}}#wrapper .mainbanner .fusion-text{max-width:700px}@media (max-width:767px){#wrapper .mainbanner .fusion-text{max-width:450px}}#wrapper .mainbanner .subtitle{font-family:"Permanent Marker";font-weight:400;font-size:18px;line-height:26px;letter-spacing:0.48em;text-transform:capitalize;color:#fff;text-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);margin-bottom:16px}@media (max-width:479px){#wrapper .mainbanner .subtitle{margin-bottom:8px}}#wrapper .mainbanner h1{line-height:1 !important;margin:0 0 32px;color:#fff}@media (max-width:767px){#wrapper .mainbanner h1{line-height:119% !important;margin-bottom:24px !important}}@media (max-width:420px){#wrapper .mainbanner h1{font-size:32px !important}}#wrapper .three-rounded-boxes{margin-top:-88px;margin-bottom:clamp(32px, 7.2222222222vw, 104px)}@media (max-width:1199px){#wrapper .three-rounded-boxes{margin-top:-78px}}@media (max-width:479px){#wrapper .three-rounded-boxes{margin-top:-52px}}#wrapper .three-rounded-boxes .fusion-row{display:flex;justify-content:space-evenly}#wrapper .three-rounded-boxes .fusion-row::before,#wrapper .three-rounded-boxes .fusion-row::after{display:none}@media (max-width:767px){#wrapper .three-rounded-boxes .fusion-row{flex-direction:column;justify-content:center;align-items:center}}@media (min-width:1600px){#wrapper .three-rounded-boxes .fusion-row{padding-left:35px;padding-right:35px}}#wrapper .three-rounded-boxes__col{text-align:center;margin:0 !important;flex:none;width:33.33% !important;max-width:350px !important;padding-left:10px;padding-right:10px}@media (max-width:767px){#wrapper .three-rounded-boxes__col{margin-bottom:32px !important;width:260px !important}#wrapper .three-rounded-boxes__col:last-child{margin-bottom:0 !important}}#wrapper .three-rounded-boxes__img{display:inline-block;border-radius:50%;border:8px solid #fff;margin:0 auto clamp(0px, 2.2222222222vw, 32px)}@media (max-width:479px){#wrapper .three-rounded-boxes__img{margin-bottom:0}}#wrapper .three-rounded-boxes__img img{display:block;width:160px;height:160px}@media (max-width:1199px){#wrapper .three-rounded-boxes__img img{width:140px;height:140px}}@media (max-width:479px){#wrapper .three-rounded-boxes__img img{width:88px;height:88px}}#wrapper .three-rounded-boxes .fusion-text{text-align:center;margin:0 auto}#wrapper .three-rounded-boxes .fusion-text p{margin:0;font-weight:700;font-size:clamp(18px, 1.6666666667vw, 24px);line-height:133%;letter-spacing:0.02em}#wrapper .get{padding-top:104px !important;margin-bottom:clamp(32px, 6.9444444444vw, 100px);position:relative}#wrapper .get::before{content:"";display:block;position:absolute;height:523px;width:100%;background-color:#db393f;top:0;left:0}@media (max-width:1439px){#wrapper .get::before{height:505px}}#wrapper .get::after{content:"";display:block;position:absolute;height:36px;width:100%;top:-1px;left:0;background:url(../img/white-streak-top.png) no-repeat center / 100% 100%}#wrapper .get__title{margin:0 !important}#wrapper .get__title h2{color:#fff;line-height:calc(56 / 48) !important;margin-bottom:80px}@media (max-width:980px){#wrapper .get__title h2{margin-bottom:60px}}@media (max-width:479px){#wrapper .get__title h2{margin-bottom:40px}}#wrapper .get>.fusion-row{position:static;display:flex;flex-wrap:wrap;justify-content:space-between;gap:0 40px}@media (max-width:1439px){#wrapper .get>.fusion-row{gap:0 30px}}@media (max-width:1199px){#wrapper .get>.fusion-row{gap:0 20px}}#wrapper .get>.fusion-row::after{display:none}#wrapper .get>.fusion-row::before{content:"";display:block;position:absolute;width:100%;height:37px;background:url(../img/white-streak-bottom.png) no-repeat center / 100% 100%;left:0;top:487px}@media (max-width:1439px){#wrapper .get>.fusion-row::before{top:480px}}#wrapper .get .fusion-one-full{width:100%;margin:0 !important}#wrapper .get__item{margin:0 !important;flex:2}#wrapper .get__item .fusion-column-wrapper{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;height:100%}#wrapper .get__item .fusion-column-wrapper::before{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;border-radius:0 0 8px 8px;bottom:0;left:0;z-index:3}#wrapper .get__item .fusion-imageframe{display:block;position:relative;height:240px;border-radius:8px 8px 0 0;overflow:hidden;box-shadow:0 12px 0 #fff}#wrapper .get__item .fusion-imageframe a{display:block;height:100%}#wrapper .get__item .fusion-imageframe img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0;transition:all 0.6s ease-out 0s}#wrapper .get__item .fusion-imageframe img:hover{transform:scale(1.05)}#wrapper .get__item .fusion-imageframe::before{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;border-radius:8px 8px 0 0;top:0;left:0;z-index:3}#wrapper .get__item .fusion-imageframe::after{content:"";display:block;position:absolute;background:url(../img/white-streak-img-bottom.png) no-repeat center / 100%;width:100%;height:32px;bottom:-24px;z-index:4}#wrapper .get__item .fusion-text{padding:64px 40px}@media (max-width:1439px){#wrapper .get__item .fusion-text{padding:50px 30px}}@media (max-width:1439px){#wrapper .get__item .fusion-text{padding:30px 20px 50px}}#wrapper .get__item .fusion-text h3{margin:0 0 clamp(16px, 1.6666666667vw, 24px) !important}#wrapper .get__item .fusion-text p{margin:0 0 20px}#wrapper .get__item .fusion-text .chameleon-button{position:absolute;left:40px;bottom:40px}@media (max-width:1439px){#wrapper .get__item .fusion-text .chameleon-button{bottom:34px;left:30px}}@media (max-width:1199px){#wrapper .get__item .fusion-text .chameleon-button{left:20px}}#wrapper .get__item .fusion-text .chameleon-button::after{content:"";display:block;position:absolute;width:100%;height:1px;background-color:#db393f;opacity:0;left:0;bottom:0;transition:all 0.3s ease-out 0s}#wrapper .get__item .fusion-text .chameleon-button:hover::after{opacity:1}@media (min-width:768px) and (max-width:980px){#wrapper .get__item .fusion-imageframe{height:170px}#wrapper .get::before{height:454px}#wrapper .get>.fusion-row::before{top:421px}#wrapper .get__title{max-width:600px;margin-left:auto !important;margin-right:auto !important}#wrapper .get__item .fusion-text h3{font-size:22px !important}#wrapper .get__item .fusion-text{padding:22px 15px 30px}#wrapper .get__item .fusion-text .chameleon-button{left:15px;font-size:13px;bottom:22px}#wrapper .get__item .fusion-text p{font-size:13px}}@media (max-width:767px){#wrapper .get>.fusion-row{display:block}#wrapper .get::after{background-image:url(../img/white-streak-top-mobile.png)}#wrapper .get>.fusion-row::before{background-image:url(../img/white-streak-img-bottom-mobile.png);top:472px}#wrapper .get__title{max-width:500px;margin-left:auto !important;margin-right:auto !important}#wrapper .get__title h2{margin-bottom:40px}#wrapper .get__item{margin:0 auto 32px !important;max-width:420px;float:none}}@media (max-width:479px){#wrapper .get{padding-top:111px !important}#wrapper .get>.fusion-row::before{background-image:url(../img/white-streak-img-bottom-mobile.png);top:484px}#wrapper .get__item .fusion-imageframe::after{bottom:-17px}#wrapper .get__item .fusion-text{padding:51px 24px 31px}#wrapper .get__item .fusion-text h3{font-weight:700;font-size:26px !important;line-height:123% !important;letter-spacing:0.02em;font-family:"Quicksand"}#wrapper .get__item .fusion-text .chameleon-button{position:static}}#wrapper .farmers__title_wrapper{margin-top:clamp(32px, 6.9444444444vw, 100px)}#wrapper .farmers__title_wrapper .fusion-layout-column{margin:0 !important}#wrapper .farmers__title.fusion-title{margin:0 0 clamp(40px, 4.4444444444vw, 64px) !important}#wrapper .farmers__title.fusion-title h2{line-height:119% !important}#wrapper .farmers__content_container{margin:0 0 104px;padding:0 !important}@media (max-width:767px){#wrapper .farmers__content_container{margin-bottom:124px}}#wrapper .farmers__content_container>.fusion-row{max-width:1194px;display:flex;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;background-color:#fff}#wrapper .farmers__content_container>.fusion-row::after,#wrapper .farmers__content_container>.fusion-row::before{display:none}@media (max-width:980px){#wrapper .farmers__content_container>.fusion-row{flex-direction:column}}#wrapper .farmers__content_farmer{width:41.4% !important;flex:none;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin:0 !important}#wrapper .farmers__content_farmer::after{content:"";display:block;position:absolute;background:url(../img/strawberries-isolated.png) no-repeat center / 100%;width:206px;height:112px;bottom:-50px;left:50%;transform:translate(-50%, 0)}@media (max-width:1199px){#wrapper .farmers__content_farmer::after{width:162px;height:calc(162px * 0.544);bottom:-44px}}#wrapper .farmer-item{text-align:center}#wrapper .farmer-item img{border-radius:50% !important}#wrapper .farmer-item .person-image-container{margin-bottom:16px}#wrapper .farmer-item .person-name{font-weight:700;font-size:26px;line-height:calc(32 / 26);margin-bottom:2px}#wrapper .farmer-item .person-title{font-weight:700;font-size:18px;line-height:133%}#wrapper .farmer-item .person-content{margin:0;font-size:16px;line-height:1.55;color:#707070}#wrapper .farmer-item .person-desc{margin-top:0}#wrapper .farmers__content_video{width:58.6% !important;flex:none;margin:0 !important;border-radius:0 8px 8px 0;overflow:hidden}@media (min-width:981px) and (max-width:1199px){#wrapper .farmer-item .person-image-container{margin-bottom:10px}#wrapper .farmer-item img{width:90px;height:90px}#wrapper .farmer-item .person-name{font-size:20px}#wrapper .farmer-item .person-title{font-size:16px}#wrapper .farmer-item .person-content{font-size:14px}}@media (max-width:980px){#wrapper .farmers__content_farmer{order:2;width:100% !important;padding:24px 24px 56px}#wrapper .farmers__content_video{width:100% !important;border-radius:8px 8px 0 0}}@media (max-width:767px){#wrapper .farmers__content_container{padding-left:24px !important;padding-right:24px !important}}@media (max-width:479px){#wrapper .farmers__content_container{padding-left:0 !important;padding-right:0 !important}#wrapper .farmers__content_container>.fusion-row{box-shadow:0 0 0 transparent}#wrapper .farmers__content_video{width:100% !important;border-radius:0}}#wrapper .amplifying{padding-top:clamp(80px, 10vw, 144px) !important;padding-bottom:clamp(80px, 10.5555555556vw, 152px) !important;background-color:#fdf5f5 !important;position:relative}#wrapper .amplifying::before{content:"";display:block;position:absolute;top:-1px;left:0;width:100%;height:32px;background:url(../img/pink-decor-top.png) no-repeat center / 100% 100%;z-index:2}#wrapper .amplifying::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:30px;background:url(../img/pink-decor-bottom.png) no-repeat center / 100% 100%;z-index:2}#wrapper .amplifying .fusion-row{display:flex;justify-content:space-between;max-width:1194px}#wrapper .amplifying .fusion-row::after,#wrapper .amplifying .fusion-row::before{display:none}#wrapper .amplifying__img_col{margin:0 20px 0 0 !important;width:577px !important;flex:none;max-width:calc(50% - 20px)}#wrapper .amplifying__img_col .fusion-column-wrapper{height:100%}#wrapper .amplifying__img_col .fusion-imageframe{height:100%;position:relative;display:block;border-radius:8px}#wrapper .amplifying__img_col .fusion-imageframe::before{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;top:0;left:0;z-index:3}#wrapper .amplifying__img_col .fusion-imageframe::after{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;bottom:0;left:0;z-index:3}#wrapper .amplifying__img_col .fusion-imageframe img{display:block}@media (min-width:981px){#wrapper .amplifying__img_col .fusion-imageframe img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}}#wrapper .amplifying__text_col{margin:0 0 0 20px !important;width:505px !important;max-width:calc(50% - 20px);flex:none}#wrapper .amplifying__text_col .fusion-title{margin-bottom:24px !important}#wrapper .amplifying__text_col .fusion-text p{line-height:1.5 !important;margin-bottom:24px}#wrapper .amplifying__text_col .fusion-button-wrapper{display:block}@media (min-width:981px) and (max-width:1199px){#wrapper .amplifying__img_col{margin-right:15px !important;max-width:calc(50% - 15px)}#wrapper .amplifying__text_col{margin-left:15px !important;max-width:calc(50% - 15px)}}@media (max-width:980px){#wrapper .amplifying .fusion-row{flex-direction:column}#wrapper .amplifying__img_col{margin:0 auto 40px !important;max-width:100%;width:577px !important}#wrapper .amplifying__text_col{max-width:100%;width:100% !important;margin:0 !important}}@media (max-width:767px){#wrapper .amplifying::before{background-image:url(../img/pink-decor-top-mobile.png)}#wrapper .amplifying::after{background-image:url(../img/pink-decor-bottom-mobile.png)}}@media (max-width:479px){#wrapper .amplifying__text_col .fusion-button{width:100%}}@media (max-width:359px){#wrapper .amplifying__text_col .fusion-button{font-size:15px}}@media (max-width:767px){#wrapper .three-boxes__title_container{padding-top:60px !important}}@media (max-width:1439px){#wrapper .three-boxes__title{margin-bottom:70px !important}}@media (max-width:1199px){#wrapper .three-boxes__title{margin-bottom:54px !important}}@media (max-width:1023px){#wrapper .three-boxes__title{margin-bottom:40px !important}}#wrapper .three-boxes__title h2,#wrapper .three-boxes__title h3{line-height:117% !important}@media (max-width:479px){#wrapper .three-boxes__title h2,#wrapper .three-boxes__title h3{max-width:290px;margin-left:auto;margin-right:auto}}#wrapper .three-boxes__boxes_container{padding-bottom:clamp(80px, 6.7361111111vw, 97px) !important}#wrapper .three-boxes__boxes_container .fusion-row{display:flex;justify-content:center;gap:45px}#wrapper .three-boxes__boxes_container .fusion-row:before,#wrapper .three-boxes__boxes_container .fusion-row:after{display:none}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col{flex:2;margin:0 !important}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-column-wrapper{border-radius:8px;overflow:hidden;background-color:#db393f;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:clamp(24px, 2.7777777778vw, 40px) !important;height:100%}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .three-boxes__img{display:block;position:relative;height:150px;overflow:hidden;width:100%}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .three-boxes__img img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0;transition:all 0.6s ease-out 0s}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .three-boxes__img:hover img{transform:scale(1.05)}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text{padding-top:clamp(24px, 2.7777777778vw, 40px);padding-left:clamp(24px, 2.7777777778vw, 40px);padding-right:clamp(24px, 2.7777777778vw, 40px)}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text h3{font-size:32px !important;line-height:119% !important;margin:0 0 clamp(16px, 1.3888888889vw, 20px);color:#fff}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text p{font-size:16px;line-height:calc(24 / 16);margin-bottom:clamp(24px, 2.2222222222vw, 32px);color:#fff}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper{padding-left:clamp(24px, 2.7777777778vw, 40px);padding-right:clamp(24px, 2.7777777778vw, 40px);flex:3;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media (max-width:1439px){#wrapper .three-boxes__boxes_container .fusion-row{gap:30px}}@media (max-width:1199px){#wrapper .three-boxes__boxes_container .fusion-row{gap:20px}}@media (min-width:981px) and (max-width:1199px){#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper .fusion-button{font-size:15px;padding-left:5px;padding-right:5px;width:100%}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text h3{font-size:24px !important}}@media (min-width:768px) and (max-width:980px){#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text{padding:22px 15px 0}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text h3{font-size:22px !important}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-text p{font-size:13px}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper{padding-left:15px;padding-right:15px}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper .fusion-button{font-size:15px;padding-left:5px;padding-right:5px;width:100%}}@media (max-width:767px){#wrapper .three-boxes__boxes_container .fusion-row{display:block}#wrapper .three-boxes__boxes_container .three-boxes__boxes_col{margin:0 auto 32px !important;max-width:420px;float:none}}@media (max-width:479px){#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper .fusion-button{width:100%;padding-left:5px;padding-right:5px}}@media (max-width:359px){#wrapper .three-boxes__boxes_container .three-boxes__boxes_col .fusion-button-wrapper .fusion-button{font-size:15px}}#wrapper .subscribe{padding-top:clamp(80px, 7.2222222222vw, 104px) !important;padding-bottom:clamp(80px, 7.2222222222vw, 104px) !important}#wrapper .subscribe::before{content:"";display:block;position:absolute;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));width:100%;height:100%;left:0;top:0}@media (max-width:479px){#wrapper .subscribe{height:746px}#wrapper .subscribe::before{background:linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48))}}#wrapper .subscribe .fusion-row{max-width:1194px}#wrapper .subscribe__title{max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:40px !important}#wrapper .subscribe__title h1,#wrapper .subscribe__title h2,#wrapper .subscribe__title h3{color:#fff !important;line-height:117% !important;margin-bottom:0 !important;padding-bottom:0 !important}#wrapper .subscribe__form_col .fusion-column-wrapper{background:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:40px !important}#wrapper .subscribe form{display:flex;justify-content:space-between;align-items:flex-end;gap:32px}#wrapper .subscribe .gform_heading{display:none}#wrapper .subscribe .gform_wrapper{margin-bottom:0}#wrapper .subscribe .gform_body{flex:2}#wrapper .subscribe .gform_fields{display:flex;justify-content:space-between;gap:32px}#wrapper .subscribe .ginput_container{width:100%}#wrapper .subscribe .gform_wrapper.gravity-theme input[type="color"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="date"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime-local"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="email"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="month"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="number"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="password"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="search"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="tel"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="text"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="time"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="url"],#wrapper .subscribe .gform_wrapper.gravity-theme input[type="week"],#wrapper .subscribe .gform_wrapper.gravity-theme select,#wrapper .subscribe .gform_wrapper.gravity-theme textarea{background-color:#f5f5f5;width:100%}#wrapper .subscribe .gform_wrapper.gravity-theme input[type="color"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="color"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="date"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="date"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime-local"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="datetime"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="email"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="email"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="month"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="month"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="number"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="number"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="password"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="password"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="search"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="search"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="tel"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="tel"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="text"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="text"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="time"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="time"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="url"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="url"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="week"]:focus,#wrapper .subscribe .gform_wrapper.gravity-theme input[type="week"]:hover,#wrapper .subscribe .gform_wrapper.gravity-theme select:focus,#wrapper .subscribe .gform_wrapper.gravity-theme select:hover,#wrapper .subscribe .gform_wrapper.gravity-theme textarea:focus,#wrapper .subscribe .gform_wrapper.gravity-theme textarea:hover{background-color:#f5fbf7;border-color:#dee7e2}#wrapper .subscribe .gform_wrapper.gravity-theme .gform_footer button,#wrapper .subscribe .gform_wrapper.gravity-theme .gform_footer input,#wrapper .subscribe .gform_wrapper.gravity-theme .gform_page_footer button,#wrapper .subscribe .gform_wrapper.gravity-theme .gform_page_footer input{border-radius:8px}#wrapper .subscribe .gform_wrapper.gravity-theme .gform_footer,#wrapper .subscribe .gform_wrapper.gravity-theme .gform_page_footer{margin:0;padding:0}#wrapper .subscribe .gform_wrapper.gravity-theme .gfield{flex:2;position:relative}#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="color"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="date"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="datetime-local"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="datetime"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="email"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="month"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="number"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="password"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="search"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="tel"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="text"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="time"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="url"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme input[type="week"],#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme select,#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gform_wrapper.gravity-theme textarea{border-color:#db393f}#wrapper .gform_wrapper.gravity-theme .gfield.gfield_error .gfield_label{color:#db393f !important;font-weight:500}#wrapper .gform_wrapper .gfield_error label{font-weight:500 !important;color:#db393f}#wrapper #content .gform_wrapper .gfield_validation_message,#wrapper #content .gform_wrapper .validation_message{padding:0;border:none;font-size:12px;color:#db393f;font-weight:400;position:absolute;width:100%;background:none;margin-top:0}@media (max-width:767px){#wrapper #content .formarea .gform_wrapper .gfield_validation_message,#wrapper #content .formarea .gform_wrapper .validation_message{position:static;margin-bottom:-3px}}#wrapper .select-arrow{display:none}#wrapper .gform_validation_errors{display:none}#wrapper .gform_wrapper .gfield_required{display:none}#wrapper .gform_wrapper.gravity-theme .gfield_label{color:#474747;font-size:16px;line-height:1.5;margin-bottom:4px !important;font-weight:500}#wrapper .gform_wrapper.gravity-theme .gform_footer button,#wrapper .gform_wrapper.gravity-theme .gform_footer input,#wrapper .gform_wrapper.gravity-theme .gform_page_footer button,#wrapper .gform_wrapper.gravity-theme .gform_page_footer input{border-radius:8px;text-transform:none;margin:0;font-size:18px;line-height:24px;padding:8px 26px}#wrapper .gform_footer{position:relative}#wrapper .gform_footer .gform_ajax_spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media (min-width:768px) and (max-width:1199px){#wrapper .subscribe__form_col .fusion-column-wrapper{padding:40px 30px !important}#wrapper .subscribe .gform_fields,#wrapper .subscribe form{gap:20px}}@media (min-width:768px) and (max-width:980px){#wrapper .subscribe form{flex-direction:column;align-items:stretch}#wrapper .subscribe .gform_wrapper .gfield_validation_message,#wrapper .subscribe .gform_wrapper .validation_message{margin-top:0}}@media (max-width:767px){#wrapper .subscribe .gform_fields,#wrapper .subscribe form{flex-direction:column;align-items:stretch}}@media (max-width:374px){#wrapper .subscribe__form_col .fusion-column-wrapper{padding:32px 20px !important}}#wrapper .innerbanner{position:relative}@media (max-width:767px){#wrapper .innerbanner--kids-education{background-position:40% 0 !important}}#wrapper .innerbanner::before{content:"";display:block;position:absolute;background:linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));width:100%;height:100%;left:0;top:0;z-index:0}#wrapper .innerbanner::after{content:"";display:block;position:absolute;height:34px;width:100%;bottom:-15px;left:0;background:url(../img/inner-banner-white-decor.svg) no-repeat center / cover}#wrapper .innerbanner .fusion-column-wrapper{min-height:328px;padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}#wrapper .innerbanner__title{overflow:visible}#wrapper .innerbanner__title h1{color:#fff}@media (max-width:767px){#wrapper .innerbanner__title h1{line-height:1.3 !important}}#wrapper .innerbanner__title h1 span{display:inline-block;position:relative}#wrapper .innerbanner__title h1 span::after{content:"";display:block;position:absolute;width:calc(100% + 28px);height:39px;background:url(../img/red-decor-banner-669.svg) no-repeat center / 100% 100%;bottom:-21px;left:-14px;z-index:-1}@media (max-width:1199px){#wrapper .innerbanner__title h1 span::after{width:calc(100% + 18px);left:-7px}}@media (max-width:479px){#wrapper .innerbanner__title h1 span::after{width:calc(100% + 8px);left:-4px;bottom:-15px}}#wrapper .innerbanner+.amplifying{padding-top:clamp(44px, 6.1111111111vw, 88px) !important;padding-bottom:clamp(44px, 5.4166666667vw, 78px) !important}#wrapper .amplifying--no_bg{background:none !important}#wrapper .amplifying--no_bg::after,#wrapper .amplifying--no_bg::before{display:none}@media (min-width:981px){#wrapper .amplifying--text_first .fusion-row{flex-direction:row-reverse}#wrapper .amplifying--text_first .fusion-row .amplifying__text_col{margin-left:0 !important;margin-right:20px !important}#wrapper .amplifying--text_first .fusion-row .amplifying__img_col{margin-right:0 !important;margin-left:20px !important;max-width:51%}}#wrapper .amplifying--1135 .fusion-row{max-width:1135px}#wrapper .amplifying--1440 .fusion-row{max-width:1440px}@media (min-width:1200px){#wrapper .amplifying--1440 .amplifying__text_col,#wrapper .amplifying--1440 .amplifying__img_col{width:688px !important}}@media (max-width:980px){#wrapper .videolist__title{padding-top:60px !important}}@media (max-width:767px){#wrapper .videolist__title{padding-top:40px !important}}#wrapper .videolist--last{margin-bottom:clamp(38px, 3.8194444444vw, 55px)}#wrapper .videolist .fusion-row{display:flex;justify-content:center;gap:40px}#wrapper .videolist .fusion-row:before,#wrapper .videolist .fusion-row:after{display:none}@media (max-width:1439px){#wrapper .videolist .fusion-row{gap:30px}}@media (max-width:1199px){#wrapper .videolist .fusion-row{gap:20px}}@media (max-width:767px){#wrapper .videolist .fusion-row{display:block}}#wrapper .videolist__col{flex:2;margin:0 0 40px !important;float:none}@media (max-width:1439px){#wrapper .videolist__col{margin-bottom:30px !important}}@media (max-width:1199px){#wrapper .videolist__col{margin-bottom:20px !important}}#wrapper .videolist__col:hover{}#wrapper .videolist__col:hover .fusion-column-wrapper{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.2)}#wrapper .videolist__col:hover .videolist__item_img::before,#wrapper .videolist__col:hover .videolist__item_img::after{opacity:1}#wrapper .videolist__col .fusion-column-wrapper{overflow:hidden;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;min-height:100%;transition:all 0.3s ease-out 0s}#wrapper .videolist__item_img{display:block;position:relative;height:224px;overflow:hidden;width:100%}@media (max-width:1439px){#wrapper .videolist__item_img{height:190px}}@media (max-width:980px){#wrapper .videolist__item_img{height:150px}}#wrapper .videolist__item_img img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0;transition:all 0.6s ease-out 0s}#wrapper .videolist__item_img::before{content:"";display:block;position:absolute;width:29px;height:33px;background:url(../img/simple-video-button.svg) no-repeat center / 100% 100%;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;opacity:0;transition:all 0.2s ease-out 0s}#wrapper .videolist__item_img::after{content:"";display:block;position:absolute;width:100%;height:100%;transition:all 0.3s ease-out 0s;background-color:rgba(0, 0, 0, 0.2);left:0;top:0;opacity:0;z-index:2}#wrapper .videolist__item_title{padding:16px;margin:0 !important}#wrapper .videolist__item_title h5{font-weight:700;font-size:18px !important;line-height:calc(24 / 18);letter-spacing:0.02em}@media (min-width:768px) and (max-width:1199px){#wrapper .videolist__item_title h5{font-size:16px !important}}#wrapper .scholarships{padding-top:clamp(40px, 7.6388888889vw, 110px) !important;margin-top:clamp(28px, 3.8194444444vw, 55px);margin-bottom:clamp(50px, 5.7638888889vw, 83px);position:relative}#wrapper .scholarships::before{content:"";display:block;position:absolute;width:100%;height:302px;background:url(../img/red-big-decor.png) no-repeat center / 100% auto;left:0;top:0;z-index:0}@media (max-width:1439px){#wrapper .scholarships::before{height:12vw;background-size:100% 100%}}@media (max-width:767px){#wrapper .scholarships::before{height:100px}}#wrapper .scholarships .fusion-text{max-width:700px;margin:0 auto clamp(20px, 2.6388888889vw, 38px)}#wrapper .scholarships .fusion-text p{font-weight:700;font-size:18px;line-height:calc(24 / 18);letter-spacing:0.02em;margin:0 0 24px}@media (max-width:767px){#wrapper .scholarships .fusion-text p{font-size:16px;margin-bottom:18px}}#wrapper .scholarships .fusion-text p a{color:#333333;transition:all 0.3s ease-out 0s}#wrapper .scholarships .fusion-text p a:hover{color:#db393f}#wrapper .scholarships .fusion-text p .big{display:block;padding-bottom:5px}@media (min-width:981px){#wrapper .scholarships .fusion-text p .big{padding-bottom:17px}}#wrapper .scholarships .fusion-text p .red{color:#db393f}#wrapper .scholarships .fusion-button-wrapper{max-width:700px;margin:0 auto;display:block}#wrapper .scholarships__img{width:946px;margin:0 auto clamp(40px, 4.4444444444vw, 64px)}@media (max-width:479px){#wrapper .scholarships__img{height:160px;position:relative}#wrapper .scholarships__img img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}}#wrapper .scholarships__title{margin:0 !important}#wrapper .scholarships__title h2,#wrapper .scholarships__title h3,#wrapper .scholarships__title h4{margin:0 0 clamp(30px, 2.9861111111vw, 43px)}#wrapper .scholarships__button{display:inline-block}#wrapper .formbox{margin-top:clamp(40px, 7.2222222222vw, 104px);margin-bottom:clamp(50px, 7.2222222222vw, 104px)}#wrapper .formbox .fusion-row{max-width:948px;margin:0 auto}@media (max-width:980px){#wrapper .simpletext{margin-bottom:15px !important}}#wrapper .simpletext p{font-size:18px;font-weight:700;font-size:18px;line-height:calc(24 / 18);letter-spacing:0.02em}@media (min-width:981px){#wrapper .simpletext p{margin-bottom:24px}}@media (max-width:767px){#wrapper .simpletext p{font-size:16px}}#wrapper .formarea{background-color:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:40px}#wrapper .formarea .gform_wrapper.gravity-theme .gfield{position:relative}@media (max-width:767px){#wrapper .formarea{padding:30px 20px}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields{display:flex;flex-wrap:wrap}#wrapper .formarea .gform_wrapper.gravity-theme .gfield{width:100%}}#wrapper .formarea .gform_required_legend{margin:0}#wrapper .formarea .gform_wrapper{margin-bottom:0}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:32px;grid-column-gap:32px}@media (max-width:767px){#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:20px}}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]{background-color:#f5f5f5;width:100%}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea:focus,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea:hover,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select:focus,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select:hover,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]:focus,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]:hover{background-color:#f5fbf7;border-color:#dee7e2}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea.placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select.placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"].placeholder{color:#707070}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea:-moz-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select:-moz-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]:-moz-placeholder{color:#707070}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select::-moz-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]::-moz-placeholder{color:#707070}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea:-ms-input-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select:-ms-input-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]:-ms-input-placeholder{color:#707070}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea::-webkit-input-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields input[type="text"]::-webkit-input-placeholder{color:#707070}#wrapper .formarea .gform_wrapper.gravity-theme .gform_fields textarea{resize:none;height:88px}#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex{margin:0;gap:32px}@media (max-width:767px){#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex{gap:20px}}#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex .gf_clear_complex{display:none}#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 calc(50% - 16px) !important;padding:0;margin-bottom:0 !important}@media (max-width:767px){#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 calc(50% - 10px) !important}}@media (max-width:599px){#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100% !important}}#wrapper .formarea:not(.formarea--scholarship) .gform_wrapper.gravity-theme .ginput_complex .address_line_1{flex:0 0 100% !important}@media (min-width:768px){#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_zip,#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_state,#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_city{flex:0 0 calc(33.33% - 21.5px) !important}}@media (max-width:767px){#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_zip,#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_state,#wrapper .formarea.formarea--scholarship .gform_wrapper.gravity-theme .ginput_complex span.ginput_address_city{flex:0 0 100% !important}}#wrapper .formarea .gform_wrapper.gravity-theme .gfield_label{font-weight:600;padding-top:0;letter-spacing:0.02em}#wrapper .formarea .gform_wrapper.gravity-theme .ginput_complex label{font-weight:600;color:#474747;font-size:16px;line-height:1.5;margin-bottom:4px !important;padding-top:0;letter-spacing:0.02em}#wrapper .formarea .gform_wrapper .ginput_complex .gravity-select-parent{width:inherit !important}#wrapper .formarea .gform_wrapper.gravity-theme .gform_footer{margin-top:34px;padding-bottom:0;padding-top:0;display:inline-block}#wrapper .formarea .gform_wrapper.gravity-theme .gform_footer .gform_button{font-size:16px}#wrapper .formarea .form_group_title{font-weight:700;font-size:24px !important;line-height:calc(32 / 24) !important;margin:0 0 -16px;color:#000;letter-spacing:0.02em}@media (max-width:767px){#wrapper .formarea .form_group_title{font-size:20px}}#wrapper .formarea .gfield_checkbox,#wrapper .formarea .ginput_container_radio{padding:10px 0 0}#wrapper .formarea .gfield_checkbox .gchoice,#wrapper .formarea .ginput_container_radio .gchoice{margin-bottom:5px}#wrapper .formarea .gfield_checkbox .gchoice:last-child,#wrapper .formarea .ginput_container_radio .gchoice:last-child{margin-bottom:2px}#wrapper .formarea .gfield_checkbox .gfield-choice-input,#wrapper .formarea .ginput_container_radio .gfield-choice-input{display:none}#wrapper .formarea .gfield_checkbox .gfield-choice-input+label,#wrapper .formarea .ginput_container_radio .gfield-choice-input+label{position:relative;padding-left:24px}#wrapper .formarea .gfield_checkbox .gfield-choice-input+label::before,#wrapper .formarea .ginput_container_radio .gfield-choice-input+label::before{content:"";display:block;position:absolute;top:4px;left:0;border:2px solid #333;border-radius:2px;width:12px;height:12px}#wrapper .formarea .gfield_checkbox .gfield-choice-input+label::after,#wrapper .formarea .ginput_container_radio .gfield-choice-input+label::after{content:"";display:block;position:absolute;width:10px;height:10px;border-radius:2px;top:7px;left:3px;transition:all 0.3s ease-out 0s;opacity:0;background-color:#333}#wrapper .formarea .gfield_checkbox .gfield-choice-input:checked+label::after,#wrapper .formarea .ginput_container_radio .gfield-choice-input:checked+label::after{opacity:1}#wrapper .formarea .gform_wrapper.gravity-theme .gfield_checkbox label,#wrapper .formarea .gform_wrapper.gravity-theme .gfield_radio label{font-size:16px;line-height:calc(24 / 16);font-weight:600;cursor:pointer;letter-spacing:0.02em}#wrapper .formarea .gform_wrapper.gravity-theme .gfield_checkbox label span,#wrapper .formarea .gform_wrapper.gravity-theme .gfield_radio label span{color:#db393f}#wrapper .formarea .gform_wrapper.gravity-theme .gfield_description{font-weight:600;font-size:14px;line-height:calc(20 / 14);color:#707070;padding-bottom:4px;letter-spacing:0.02em;margin-top:-4px}#wrapper .formarea .gform_wrapper.gravity-theme .file_area .gfield_label{font-weight:700;font-size:24px;line-height:calc(32 / 24);margin:0 0 16px !important;color:#000;letter-spacing:0.02em}#wrapper .formarea .gform_wrapper.gravity-theme .instruction{display:none}#wrapper .gform_wrapper.gravity-theme .concent .gfield_label{font-weight:700;font-size:24px;line-height:calc(32 / 24);margin:0 0 16px !important;color:#000;letter-spacing:0.02em}#wrapper .gform_wrapper.gravity-theme .concent .ginput_container_consent input[type="checkbox"]{display:none}#wrapper .gform_wrapper.gravity-theme .concent .ginput_container_consent input[type="checkbox"]:checked+label::after{opacity:1}#wrapper .gform_wrapper.gravity-theme .concent .ginput_container_consent label{font-size:16px;line-height:calc(24 / 16);font-weight:600;position:relative;padding-left:24px;display:inline-block;letter-spacing:0.02em;cursor:pointer}#wrapper .gform_wrapper.gravity-theme .concent .ginput_container_consent label::before{content:"";display:block;position:absolute;top:4px;left:0;border:2px solid #333;border-radius:2px;width:12px;height:12px}#wrapper .gform_wrapper.gravity-theme .concent .ginput_container_consent label::after{content:"";display:block;position:absolute;width:10px;height:10px;border-radius:2px;top:7px;left:3px;transition:all 0.3s ease-out 0s;opacity:0;background-color:#333}#wrapper .gform_drop_area{background-color:#f5fbf6;border:2px dashed #37bb55;border-radius:4px;padding:30px;margin-bottom:3px}#wrapper .gform_drop_area .button{background-color:#39a852;text-transform:capitalize;padding:4px 12px;font-weight:600;font-size:16px;line-height:24px;border:1px solid #fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px}#wrapper .gform_drop_area .button:hover{background-color:#37B550}#wrapper .gform_wrapper.gravity-theme .gform_fileupload_rules{padding-top:0;color:#707070;letter-spacing:0.02em;font-weight:600;font-size:14px;line-height:20px;margin-top:0}#wrapper .thank_you{padding-top:clamp(50px, 7.2222222222vw, 104px) !important;padding-bottom:clamp(50px, 7.2222222222vw, 104px) !important}#wrapper .thank_you .fusion-text{text-align:center}#wrapper .thank_you .fusion-text p{color:#db393f;letter-spacing:0.02em;font-size:clamp(20px, 1.6666666667vw, 24px);line-height:calc(32 / 24)}#wrapper .thank_you .fusion-text p:last-child{margin:0}#wrapper .thank_you__col{background:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;max-width:946px;margin:0 auto;padding:40px}@media (max-width:479px){#wrapper .thank_you__col{padding:30px 20px}}#wrapper .thank_you__img{text-align:center;margin:0 0 32px;display:block}#wrapper .thank_you__img img{display:block;margin:0 auto}#wrapper .thank_you__title{margin:0 !important}#wrapper .thank_you__title h2{color:#39a852;font-weight:400;font-size:32px !important;line-height:calc(38 / 32);margin:0 0 40px}#wrapper .contacts_intro{margin-top:clamp(50px, 8.9500860585vw, 104px);margin-bottom:clamp(40px, 4.8192771084vw, 56px)}#wrapper .contacts_intro__col100{margin:0}#wrapper .contacts_intro__col100 h2{font-weight:700;font-size:clamp(21px, 2.065404475vw, 24px) !important;line-height:calc(32 / 24);margin:0 0 8px;color:#db393f;font-family:"Quicksand"}#wrapper .contacts_intro__col100 p{font-weight:700;font-size:18px;line-height:24px;margin:0}@media (max-width:1199px){#wrapper .contacts_intro__col100 p{font-size:16px}}#wrapper .contacts_intro__col{padding-top:16px;padding-bottom:clamp(30px, 7.5731497418vw, 88px);margin-bottom:0 !important}@media (min-width:600px) and (max-width:980px){#wrapper .contacts_intro__col{display:inline-flex;width:33.33% !important;padding-right:20px;justify-content:center}#wrapper .contacts_intro__col.third{padding-right:0}}@media (max-width:599px){#wrapper .contacts_intro__col{width:210px !important;margin:0 auto !important;float:none}}#wrapper .contacts_intro__col .contacts_intro__img{display:block;margin-bottom:8px}#wrapper .contacts_intro__col .contacts_intro__img img{display:block}#wrapper .contacts_intro__col h4{font-family:"Quicksand";font-weight:700;font-size:18px !important;line-height:calc(24 / 18);margin:0}#wrapper .contacts_intro__col p{margin:0;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em}#wrapper .contacts_intro__col p a{transition:all 0.3s ease-out 0s;color:#333}#wrapper .contacts_intro__col p a:hover{color:#db393f}#wrapper .form_map{padding-top:0 !important;padding-bottom:clamp(40px, 7.5731497418vw, 88px) !important}#wrapper .form_map .fusion-row{background:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;overflow:hidden}@media (min-width:981px){#wrapper .form_map .fusion-row{display:flex}}#wrapper .form_map .fusion-row::before,#wrapper .form_map .fusion-row::after{display:none}#wrapper .form_map__form{padding:40px;margin-bottom:0 !important;float:none}@media (max-width:479px){#wrapper .form_map__form{padding:30px 20px}}#wrapper .form_map__form .gfield_checkbox{padding-top:0;margin-bottom:-5px}#wrapper .form_map__map{float:none;margin-bottom:0 !important}#wrapper .form_map__map p,#wrapper .form_map__map .fusion-text,#wrapper .form_map__map .fusion-column-wrapper{height:100%;margin:0}#wrapper .form_map__map iframe{width:100%}@media (min-width:981px){#wrapper .form_map__map iframe{height:100%}}#wrapper .faq{margin-top:0 !important;margin-bottom:clamp(30px, 6.0240963855vw, 70px) !important}#wrapper .fusion-accordian .fusion-panel{border-bottom:8px solid #d6d6d6;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;transition:all 0.3s ease-out 0s;padding:0;margin-bottom:16px;position:relative}#wrapper .fusion-accordian .fusion-panel:hover{border-color:#39a852}#wrapper .fusion-accordian .fusion-panel .collapse::after{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#d6d6d6;left:0;bottom:-8px;z-index:2;border-radius:0 0 8px 8px}#wrapper .fusion-accordian .fusion-panel .collapse.in::after{background-color:#39a852}#wrapper .fusion-accordian .panel-title{font-size:clamp(18px, 2.065404475vw, 24px) !important;line-height:calc(32 / 24) !important;letter-spacing:0.02em}#wrapper .fusion-accordian .panel-title a{padding:40px 40px 32px;align-items:center;line-height:calc(32 / 24) !important;transition:all 0.15s ease-out 0s}#wrapper .fusion-accordian .panel-title a.active{padding-bottom:20px}#wrapper .fusion-accordian .panel-title a.active .fa-fusion-box::before{opacity:0}#wrapper .fusion-accordian .panel-title a.active .fa-fusion-box::after{opacity:1}@media (max-width:767px){#wrapper .fusion-accordian .panel-title a{padding:30px 30px 22px}}@media (max-width:479px){#wrapper .fusion-accordian .panel-title a{padding:20px 20px 16px}}#wrapper .fusion-accordian .panel-title a .fa-fusion-box{width:20px;height:20px;display:block;position:relative;background:none}#wrapper .fusion-accordian .panel-title a .fa-fusion-box:hover{background-color:#fff !important;border-color:#333 !important}#wrapper .fusion-accordian .panel-title a .fa-fusion-box:before{content:"";position:absolute;width:100% !important;height:100%;left:0;top:0;background:url(../img/plus.png) no-repeat center / 100% 100%;transition:all 0.3s ease-out 0s;display:block}#wrapper .fusion-accordian .panel-title a .fa-fusion-box:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:url(../img/minus.png) no-repeat center / 100% 100%;transition:all 0.3s ease-out 0s;opacity:0}#wrapper .fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#fff !important;border-color:#333 !important}#wrapper .fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a,#wrapper .fusion-accordian .panel-title a:hover{color:#333}#wrapper .fusion-accordian .panel-body{padding:0 40px;margin:0 0 32px}@media (max-width:767px){#wrapper .fusion-accordian .panel-body{margin-bottom:22px;padding:0 30px}}@media (max-width:479px){#wrapper .fusion-accordian .panel-body{padding:0 20px}}#wrapper .fusion-accordian.fusion-toggle-icon-right .fusion-toggle-heading{margin-right:15px}#wrapper .team__title{background-color:#f5fbf6 !important;padding-top:clamp(55px, 7.2222222222vw, 104px) !important}#wrapper .team{padding-top:0 !important;padding-bottom:clamp(55px, 7.2222222222vw, 104px) !important;background-color:#f5fbf6 !important}#wrapper .team .fusion-row{max-width:946px;display:flex;gap:64px;flex-wrap:wrap}@media (max-width:1199px){#wrapper .team .fusion-row{gap:40px}}@media (max-width:980px){#wrapper .team .fusion-row{gap:30px}}@media (max-width:767px){#wrapper .team .fusion-row{gap:24px}}#wrapper .team .fusion-row::before,#wrapper .team .fusion-row::after{display:none}#wrapper .team__col{margin:0 !important;width:calc(50% - 32px) !important;flex:none}@media (max-width:1199px){#wrapper .team__col{width:calc(50% - 20px) !important}}@media (max-width:980px){#wrapper .team__col{width:calc(50% - 15px) !important}}@media (max-width:767px){#wrapper .team__col{width:calc(50% - 12px) !important}}@media (max-width:767px){#wrapper .team__col{width:100% !important}}#wrapper .team__col>.fusion-column-wrapper{background-color:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;overflow:hidden;position:relative;min-height:100%;display:flex;flex-direction:column;justify-content:space-between}#wrapper .team__col>.fusion-column-wrapper>*{width:100%}#wrapper .team__col>.fusion-column-wrapper::before,#wrapper .team__col>.fusion-column-wrapper::after{content:"";display:block;position:absolute;z-index:4;width:100%;height:8px;left:0;top:0;background-color:#39a852}#wrapper .team__col>.fusion-column-wrapper::after{top:auto;bottom:0}#wrapper .team__col .fusion-text{padding:32px 32px 16px;margin-bottom:16px;position:relative;flex:2}#wrapper .team__col .fusion-text::after{content:"";display:block;position:absolute;width:256px;max-width:80%;height:1px;background-color:#d6d6d6;bottom:0;left:50%;transform:translate(-50%, 0)}#wrapper .team__col .fusion-text h3{margin:0 0 4px;font-size:24px !important;line-height:calc(32 / 24) !important;letter-spacing:0.02em;font-family:"Quicksand";font-weight:700}#wrapper .team__col .fusion-text p{margin:0;letter-spacing:0.02em;color:#39a852;font-weight:700;font-size:18px;line-height:calc(24 / 18)}#wrapper .team__col .fusion-button-wrapper{text-align:center;display:block}#wrapper .teamitem__img{display:block;position:relative;padding-bottom:77.4%;margin-top:8px}#wrapper .teamitem__img img{transition:all 0.6s ease-in-out 0s;display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}#wrapper .teamitem__img:hover img{transform:scale(1.05)}#wrapper .teamitem__link{margin-bottom:40px}@media (min-width:480px) and (max-width:599px){#wrapper .team .fusion-row{gap:16px}#wrapper .team__col{width:calc(50% - 8px) !important}#wrapper .team__col .fusion-text{padding:20px 15px;padding-bottom:10px;margin-bottom:10px}#wrapper .team__col .fusion-text h3{font-size:17px !important}#wrapper .team__col .fusion-text p{font-size:15px}#wrapper .teamitem__link{font-size:12px}}#wrapper .membership_header{margin-top:clamp(50px, 8.9500860585vw, 104px);margin-bottom:clamp(40px, 5.5077452668vw, 64px)}#wrapper .membership_header__title_col{margin-bottom:0 !important}#wrapper .membership_header__title_col .fusion-title,#wrapper .membership_header__title_col .fusion-layout-column{margin-bottom:0 !important}#wrapper .membership_header__title_col .fusion-title h3,#wrapper .membership_header__title_col .fusion-layout-column h3{margin:0;color:#db393f}@media (max-width:980px){#wrapper .membership_header__title_col h3{text-align:center}}#wrapper .membership_header__links_col{margin-bottom:0 !important}#wrapper .membership_header__links_col .fusion-column-wrapper{text-align:right}#wrapper .membership_header__links_col .button-custom:hover{text-decoration:underline}@media (max-width:980px){#wrapper .membership_header__links_col{margin-top:20px !important}#wrapper .membership_header__links_col .fusion-column-wrapper{text-align:center}}#wrapper .members{margin-top:clamp(34px, 5.5077452668vw, 64px)}#wrapper .members>.fusion-row{border-bottom:1px solid #d6d6d6;padding-bottom:clamp(30px, 4.6471600688vw, 54px) !important}#wrapper .members--no_border .fusion-row{border:none}#wrapper .member__header h2{font-weight:700;font-size:24px !important;line-height:32px;letter-spacing:0.02em;color:#db393f;margin:0 0 8px;font-family:"Quicksand"}#wrapper .member__header p{font-weight:700;font-size:18px;line-height:24px;letter-spacing:0.02em;margin:0 0 24px}#wrapper .member__level{margin-bottom:24px !important}@media (min-width:480px) and (max-width:980px){#wrapper .member__level{width:48% !important}#wrapper .member__level:nth-child(even){float:right}}#wrapper .member__level>.fusion-column-wrapper{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:32px 20px !important;text-align:center}#wrapper .members__level_img{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:4px}#wrapper .members__level_img img{display:block}#wrapper .members__level_title{font-weight:700;font-size:24px;line-height:calc(32 / 24);letter-spacing:0.02em;margin:0 0 4px}#wrapper .members__level_price{font-family:"Paytone One";font-weight:400;font-size:32px;line-height:38px;letter-spacing:0.02em;color:#39a852;margin:0 0 4px}#wrapper .members__level_per{font-weight:700;font-size:12px;line-height:1;letter-spacing:0.02em;color:#707070;text-transform:uppercase;margin:0}#wrapper .member__content{margin:0 !important}#wrapper .member__content p{margin:0 0 24px;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:0.01em}#wrapper .member__footer{margin-bottom:0 !important}#wrapper .member__footer .fusion-button-wrapper{margin:0 10px 10px 0;display:inline-block}#wrapper .member__footer .fusion-button-wrapper:last-child{margin-right:0}#wrapper .member__footer .fusion-button.button-small{padding:0 12px}#wrapper .member__footer .view-members i{transition:all 0.3s ease-out 0s}#wrapper .member__footer.active+.member__spoiler{margin:10px 0 0 !important}#wrapper .member__footer.active+.member__spoiler .fusion-text{opacity:1;visibility:visible;position:static;transition:all 0.3s ease-out 0.3s}#wrapper .member__footer.active .view-members i{transform:scaleY(-1);top:1px}#wrapper .member__spoiler{margin:0 !important;position:relative;transition:all 0.3s ease-out 0s;overflow:hidden}#wrapper .member__spoiler .fusion-text{position:absolute;opacity:0;visibility:hidden;transition:all 0.1s ease-out 0s}#wrapper .member__spoiler h3{font-family:"Quicksand";font-style:normal;font-weight:700;font-size:22px !important;line-height:30px;letter-spacing:0.02em;color:#db393f;margin:0 0 10px}#wrapper .member__spoiler ul{margin:0 0 24px}#wrapper .member__spoiler ul:last-child{margin-bottom:0}#wrapper .member__spoiler ul li{font-size:16px}#wrapper .board_directors{position:relative;padding-top:clamp(70px, 10.6712564544vw, 124px) !important;padding-bottom:40px !important;margin-top:22px}@media (max-width:767px){#wrapper .board_directors{margin-top:0}}#wrapper .board_directors::before{content:"";display:block;position:absolute;top:-1px;left:0;width:100%;height:32px;background:url(../img/pink-decor-top.png) no-repeat center / 100% 100%;z-index:2}@media (min-width:600px) and (max-width:980px){#wrapper .board_directors .fusion-row{display:flex;gap:20px}#wrapper .board_directors .fusion-row::before,#wrapper .board_directors .fusion-row::after{display:none}}#wrapper .board_directors__col p{font-size:16px;line-height:calc(24 / 16);margin:0 0 24px;letter-spacing:0.02em}#wrapper .board_directors__col ul{padding-left:25px}#wrapper .board_directors__col ul li{letter-spacing:0.02em;font-size:16px;line-height:calc(24 / 16);font-weight:600}#wrapper .board_directors__col ul li strong{font-weight:700;font-size:18px;line-height:calc(24 / 18)}#wrapper .board_directors__title{margin-bottom:0 !important}#wrapper .board_directors__title h3{margin:0 0 24px;color:#db393f}#wrapper .board_directors__img{position:relative;display:block;border-radius:8px}#wrapper .board_directors__img::before{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;top:0;left:0;z-index:3}#wrapper .board_directors__img::after{content:"";display:block;position:absolute;width:100%;height:8px;background-color:#39a852;bottom:0;left:0;z-index:3}#wrapper .board_directors__img img{display:block;width:100%}#wrapper .mstats{padding-top:clamp(60px, 8.9500860585vw, 104px) !important;margin-bottom:100px;position:relative}@media (max-width:1439px){#wrapper .mstats{margin-bottom:clamp(20px, 4.3029259897vw, 50px)}}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats{padding-top:50px !important}}#wrapper .mstats::before{content:"";display:block;position:absolute;width:100%;height:347px;background:url(../img/red-big-decor-347.png) no-repeat center / cover;top:0;left:0;z-index:0}@media (max-width:1740px){#wrapper .mstats::before{height:19vw}}@media (max-width:767px){#wrapper .mstats::before{height:222px;background-position:left top}}#wrapper .mstats__title{text-align:center;margin-bottom:0 !important}#wrapper .mstats__title [class*="title-heading-"]{color:#fff;font-weight:400;font-size:32px !important;line-height:calc(38 / 32);margin-bottom:clamp(30px, 5.5077452668vw, 64px)}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats__title [class*="title-heading-"]{margin-bottom:30px}}#wrapper .mstats__item{margin-bottom:clamp(30px, 5.1635111876vw, 60px) !important}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats__item{width:32% !important;margin-right:2% !important}#wrapper .mstats__item:last-child{margin-right:0 !important}}#wrapper .mstats__item .fusion-column-wrapper{min-height:100%;position:relative;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;overflow:hidden;padding:40px !important;text-align:center;background-color:#fff}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats__item .fusion-column-wrapper{padding:30px 20px !important}}#wrapper .mstats__item .fusion-column-wrapper::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:8px;background-color:#39a852}#wrapper .mstats__item .fusion-column-wrapper::after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:8px;background-color:#39a852}#wrapper .mstats__item .fusion-imageframe{display:block;margin-bottom:8px}#wrapper .mstats__item .fusion-imageframe img{display:block;margin:0 auto}#wrapper .mstats__item p{margin:0;letter-spacing:0.02em;font-weight:700;font-size:24px;line-height:calc(32 / 24)}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats__item p{font-size:21px}}#wrapper .mstats__item p strong{display:block;font-family:"Paytone One";font-weight:400;font-size:72px;line-height:1;color:#db393f;margin-bottom:16px}@media (min-width:768px) and (max-width:1199px){#wrapper .mstats__item p strong{font-size:60px}}#wrapper .big-faq-title{margin-bottom:0 !important}#wrapper .big-faq-title h2{margin-bottom:clamp(24px, 5.6798623064vw, 66px);font-family:"Paytone One";font-style:normal;font-weight:400;font-size:clamp(24px, 2.7538726334vw, 32px) !important;line-height:calc(38 / 32);letter-spacing:0.02em}#wrapper .subscribe_section{padding-top:clamp(60px, 8.9500860585vw, 104px) !important;padding-bottom:clamp(60px, 8.9500860585vw, 104px) !important;position:relative}#wrapper .subscribe_section::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.4)}#wrapper .subscribe_section__row{margin-bottom:0 !important}#wrapper .subscribe_section__title [class*="title-heading-"]{font-family:"Paytone One";font-weight:400;font-size:48px;line-height:calc(56 / 48);text-align:center;letter-spacing:0.02em;color:#fff;text-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);margin:0 0 clamp(24px, 3.5283993115vw, 41px)}#wrapper .subscribe_section__title [class*="title-heading-"] span{display:inline-block;position:relative}#wrapper .subscribe_section__title [class*="title-heading-"] span::before{content:"";display:block;position:absolute;width:calc(100% + 10px);height:14px;left:-3px;bottom:0;background:url(../img/green-decor-2.svg) no-repeat center / 100% 100%;z-index:-1}#wrapper .subscribe_section__inner_row{background-color:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;width:1193px;max-width:100%;margin:0 auto !important;padding:clamp(24px, 4.1308089501vw, 48px);text-align:center}#wrapper .subscribe_section__inner_row p{font-size:clamp(20px, 2.065404475vw, 24px);line-height:calc(32 / 24);font-weight:700;letter-spacing:0.02em;margin:0 0 clamp(24px, 2.7538726334vw, 32px)}#wrapper .subscribe_section__inner_row p small{font-size:18px;line-height:calc(24 / 18)}#wrapper .subscribe_section__inner_row p a{transition:all 0.3s ease-out 0s;color:#39a852}#wrapper .subscribe_section__inner_row p a:hover{color:#db393f;text-decoration:underline}#wrapper .subscribe_section__inner_row .fusion-text:last-child p{margin-bottom:0}#wrapper .subscribe_section__button{margin-bottom:clamp(24px, 3.0120481928vw, 35px)}#wrapper .standart_textbox{margin-top:clamp(50px, 8.9500860585vw, 104px);margin-bottom:clamp(24px, 3.4423407917vw, 40px)}#wrapper .standart_textbox .fusion_builder_column_1_1{margin-bottom:0 !important}#wrapper .standart_textbox .fusion-text p{font-weight:600;font-size:16px;line-height:calc(24 / 16);margin:0 0 24px;letter-spacing:0.01em}#wrapper .standart_textbox .fusion-text p:last-child{margin-bottom:0}#wrapper .standart_textbox__title{margin:0 !important}#wrapper .standart_textbox__title h2{color:#db393f;font-family:"Paytone One";font-weight:400;font-size:clamp(26px, 2.7538726334vw, 32px) !important;line-height:calc(38 / 32);letter-spacing:0.02em;margin:0 0 clamp(24px, 2.7538726334vw, 32px)}#wrapper .bloglist__list--resources .fusion-blog-layout-grid .fusion-post-grid{height:auto !important}#wrapper .bloglist__list--resources .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper{padding:0 32px 32px;border-radius:8px}#wrapper .bloglist__list--resources .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper p{margin:0}#wrapper .bloglist__list--resources .griditem{margin:0 !important;padding:0 !important}#wrapper .bloglist__list--resources .griditem__img{border:none;overflow:hidden;display:block;position:relative;padding-bottom:52%;margin:0 -32px 13px;max-width:unset}#wrapper .bloglist__list--resources .griditem__img::after{content:"";display:block;position:absolute;width:100%;height:32px;background:url(../img/white-decor-2.svg) no-repeat center / cover;bottom:0;left:0;z-index:3}#wrapper .bloglist__list--resources .griditem__img:hover img{transform:scale(1.05)}#wrapper .bloglist__list--resources .griditem__img img{display:block;object-fit:cover;object-position:top;width:100%;height:100%;position:absolute;left:0;top:0;transition:all 0.6s ease-in-out 0s}#wrapper .bloglist__list--resources .fusion-load-more-button.fusion-blog-button.fusion-clearfix{width:270px}#wrapper .bloglist__list--resources .fusion-load-more-button.fusion-blog-button.fusion-clearfix::before{content:"Load More Resources"}#wrapper .griditem .button_tag{padding:5px 6px 4px;text-transform:uppercase;color:#333 !important;margin-bottom:8px;font:600 12px/1 Quicksand, sans-serif;background-color:#ebebeb;border-radius:10px}#wrapper .griditem .button_tag span{color:#333 !important}#wrapper .griditem .button_tag--dark{background-color:#333;color:#fff !important;font-weight:500}#wrapper .griditem .button_tag--dark span{color:#fff !important}#wrapper .griditem .fusion-button .fa-link{width:14px;height:8px;background:url(../img/view.svg) no-repeat center / 100% 100%;top:-1px}#wrapper .griditem .fusion-button .fa-link::before{display:none}#wrapper .griditem .fusion-button .fa-download{width:14px;height:14px;background:url(../img/download.svg) no-repeat center / 100% 100%;top:0}#wrapper .griditem .fusion-button .fa-download::before{display:none}#wrapper .griditem .griditem__button .button-small{padding-left:13px;padding-right:13px;font-weight:500}#wrapper .griditem .griditem__button .button-small i.button-icon-right{margin-left:13px}#wrapper .resources__tags .fusion-column-wrapper{display:flex;gap:0 8px;flex-wrap:wrap}#wrapper .resources__tags .fusion-clearfix{display:none}#wrapper .griditem__title [class*="title-heading-"]{font-family:"Quicksand";font-style:normal;font-weight:700;font-size:18px !important;line-height:24px;letter-spacing:0.02em;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:3.9em;margin:0 0 8px;height:3.9em;overflow:hidden;text-overflow:ellipsis}#wrapper .subscribe--needhelp .fusion-text{text-align:center}#wrapper .subscribe--needhelp .fusion-text p{font:700 18px Quicksand, sans-serif;line-height:calc(24 / 18);margin-bottom:clamp(24px, 2.7538726334vw, 32px)}@media (max-width:767px){#wrapper .subscribe--needhelp .fusion-text p{font-size:16px}}@media (max-width:479px){#wrapper .subscribe--needhelp{height:auto}}#wrapper .bloglist{margin-top:clamp(40px, 5.5077452668vw, 64px);margin-bottom:clamp(40px, 4.3029259897vw, 50px);z-index:22}#wrapper .bloglist__header_col1{margin-bottom:0 !important}@media (max-width:980px){#wrapper .bloglist__header_col1{width:auto !important;display:inline-block}}#wrapper .bloglist__header_title{margin-bottom:0 !important}#wrapper .bloglist__header_title [class*="title-heading-"]{color:#db393f;margin:0;font-weight:400;font-size:clamp(26px, 2.7538726334vw, 32px) !important;line-height:calc(38 / 32)}#wrapper .bloglist__header_col2{margin-bottom:0 !important}@media (max-width:980px){#wrapper .bloglist__header_col2{width:auto !important;display:inline-block;float:right}}#wrapper .blog_filters{display:flex;justify-content:flex-end;padding-top:10px;margin-bottom:21px}@media (min-width:600px) and (max-width:1199px){#wrapper .blog_filters{padding-top:5px}}@media (max-width:479px){#wrapper .blog_filters{padding-top:5px}}@media (min-width:981px){#wrapper .blog_filters--with_search{margin-bottom:44px}}#wrapper .blog_filters__item{display:inline-flex;margin-right:26px;position:relative;width:24px;height:24px}#wrapper .blog_filters__item:last-child{margin-right:0}#wrapper .blog_filters__item:hover .blog_filters__content{opacity:1;visibility:visible}#wrapper .blog_filters__button{width:100%;height:100%;cursor:pointer}#wrapper .blog_filters__button--filter{background:url(../img/sliders-filter.svg) no-repeat center}#wrapper .blog_filters__content{position:absolute;right:0;top:100%;opacity:0;visibility:hidden;z-index:99;transition:all 0.3s ease-out 0s;background-color:#fff;border:1px solid #ebebeb}#wrapper .blog_filters__list_item{padding:4px 15px;transition:all 0.3s ease-out 0s;cursor:pointer;white-space:nowrap;text-transform:capitalize}#wrapper .blog_filters__list_item:hover{background-color:#ebebeb}#wrapper .blog_filters__list_item a{color:#333}#wrapper .blog_filters__button--sort{position:absolute;background:url(../img/sort-arrows.svg) no-repeat center;left:0;top:0;z-index:1}@media (max-width:479px){#wrapper .blog_filters--with_search{display:flex;justify-content:space-between;padding-top:20px}}#wrapper .blog_filters--with_search .blog_filters__content{right:auto;left:0}#wrapper .blog_filters__search{display:inline-flex;width:241px;margin-top:-4px;margin:-4px -4px 0 -4px}@media (max-width:767px){#wrapper .blog_filters__search{margin-top:-3px;width:222px}}@media (max-width:374px){#wrapper .blog_filters__search{width:184px}}#wrapper .blog_filters__search input{width:100%;height:auto;border-radius:20px;border:1px solid #f5f5f5;color:#333333;padding:8px 12px 8px 40px;background:#f5f5f5 url(../img/zoom.svg) no-repeat 12px center;font:600 16px/22px Quicksand, sans-serif;letter-spacing:0.02em}#wrapper .blog_filters__search input.placeholder{color:#707070}#wrapper .blog_filters__search input:-moz-placeholder{color:#707070}#wrapper .blog_filters__search input::-moz-placeholder{color:#707070}#wrapper .blog_filters__search input:-ms-input-placeholder{color:#707070}#wrapper .blog_filters__search input::-webkit-input-placeholder{color:#707070}@media (max-width:767px){#wrapper .blog_filters__search input{padding-top:5px;padding-bottom:5px;font-size:14px}}#wrapper .active{z-index:2}#wrapper .bloglist__col100{margin:0 !important}#wrapper .bloglist__list .post .fusion-post-wrapper{border:none !important;padding:24px;background:#fff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:16px}@media (max-width:479px){#wrapper .bloglist__list .post .fusion-post-wrapper{padding:20px}}#wrapper .bloglist__list .fusion-post-slideshow{border:none;margin-bottom:24px;border-radius:8px;overflow:hidden;transition:all 0.6s ease-in-out 0s}@media (max-width:479px){#wrapper .bloglist__list .fusion-post-slideshow{width:calc(100% + 40px);margin:-20px -20px 24px}}@media (min-width:480px){#wrapper .bloglist__list .fusion-post-slideshow:hover{transform:scale(1.05)}}#wrapper .bloglist__list .fusion-image-wrapper{position:relative;padding-bottom:60%}#wrapper .bloglist__list .fusion-image-wrapper img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}#wrapper .bloglist__list .fusion-blog-layout-grid .fusion-post-content-wrapper{padding:0 !important}#wrapper .bloglist__list .fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content{margin:0;display:flex;flex-direction:column;justify-content:center}#wrapper .bloglist__list .fusion-single-line-meta{order:1;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0.06em;text-transform:uppercase;color:#707070;margin-bottom:4px}#wrapper .bloglist__list .fusion-single-line-meta a{color:#707070;pointer-events:none}#wrapper .bloglist__list .fusion-single-line-meta span{white-space:nowrap}#wrapper .bloglist__list .fusion-inline-sep{width:16px;position:relative;display:inline-block;color:transparent}#wrapper .bloglist__list .fusion-inline-sep::after{content:"";display:block;position:absolute;width:4px;height:4px;background-color:#707070;border-radius:50%;left:50%;top:50%;transform:translate(-50%, -50%)}#wrapper .bloglist__list .fusion-inline-sep:last-child{display:none}#wrapper .isotope{overflow:hidden}#wrapper .fusion-meta-info .fusion-alignleft{width:100% !important}#wrapper .fusion-meta-info .fusion-read-more{font-size:18px;line-height:calc(24 / 18);background-color:#db393f;color:#fff;padding:8px 24px;border-radius:8px;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);transition:all 0.3s ease-out 0s}#wrapper .fusion-meta-info .fusion-read-more:hover{background-color:#f64b52}#wrapper .fusion-meta-info .fusion-read-more::after{display:none}#wrapper .fusion-blog-layout-grid .fusion-post-grid{height:410px !important;transition:all 0.05s ease-out 0s !important}#wrapper .fusion-load-more-button{background-color:#39a852;transition:all 0.3s ease-out 0s;color:#fff;text-transform:capitalize;font-size:0;line-height:0;padding:8px 18px;border-radius:8px;margin:32px auto;height:auto;display:block;width:225px}#wrapper .fusion-load-more-button:hover{background-color:#37bb55}#wrapper .fusion-load-more-button::after{content:"";font-family:IcoMoon;font-style:normal;display:inline-block;margin-left:12px;font-weight:400;font-size:22px;position:relative;top:2px}#wrapper .fusion-load-more-button::before{content:"Load More News";font-size:18px;line-height:calc(22 / 18);display:inline-block}#wrapper .featured_article{margin-top:clamp(40px, 8.2616179002vw, 96px);margin-bottom:clamp(45px, 7.2289156627vw, 84px)}#wrapper .featured_article>.fusion-row{border-bottom:1px solid #d6d6d6;padding-bottom:clamp(45px, 6.5277777778vw, 94px)}#wrapper .featured_article .fusion-text h2{font-weight:400;font-size:clamp(28px, 4.1308089501vw, 48px) !important;line-height:117% !important;letter-spacing:0.02em;margin:0 0 16px}#wrapper .featured_article .fusion-text p{font-weight:700;font-size:18px;line-height:calc(24 / 18);letter-spacing:0.02em;color:#707070;margin:0 0 24px}@media (max-width:980px){#wrapper .featured_article .fusion-text p{font-size:16px}}#wrapper .featured_article .fusion-text .article__date{font-weight:500;font-size:12px;line-height:16px;letter-spacing:0.08em;text-transform:uppercase;color:#707070;margin:0}#wrapper .featured_article__col_title{margin:0 !important}#wrapper .featured_article__maintitle{margin:0 !important}#wrapper .featured_article__maintitle [class*="title-heading-"]{color:#db393f;margin:0 0 clamp(22px, 2.7538726334vw, 32px);font-size:clamp(26px, 2.7538726334vw, 32px) !important;line-height:calc(38 / 32)}#wrapper .featured_article__col_main{margin:0 !important;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:16px;padding:40px}@media (max-width:980px){#wrapper .featured_article__col_main{padding:30px}}@media (max-width:479px){#wrapper .featured_article__col_main{padding:20px}}#wrapper .featured_article__img{display:block;overflow:hidden;border-radius:8px;margin:0 0 clamp(30px, 3.4423407917vw, 40px);position:relative;padding-bottom:40.7%}@media (min-width:480px){#wrapper .featured_article__img{transition:all 0.6s ease-in-out 0s}#wrapper .featured_article__img:hover{transform:scale(1.026)}}@media (max-width:479px){#wrapper .featured_article__img{margin:-20px -20px 25px;width:calc(100% + 40px);max-width:unset;padding-bottom:60%}#wrapper .featured_article__img img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}}#wrapper .featured_article__img img{display:block;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;left:0;top:0}#wrapper .featured_article__button{display:inline-block}#wrapper #main .bloglist__list .fusion-post-content>.blog-shortcode-post-title{font-family:"Quicksand";font-style:normal;font-weight:700;font-size:18px !important;line-height:24px;letter-spacing:0.02em;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:3.9em;margin:0;height:3.9em;overflow:hidden;text-overflow:ellipsis;order:2;letter-spacing:0.02em}@media (min-width:480px){#wrapper .innerbanner__title--short_decor h1 span::after{background-image:url(../img/red-decor--short.svg);width:calc(100% + 5px);left:-5px;bottom:-19px;height:39px}}#wrapper .post_actions{margin-top:clamp(50px, 6.3683304647vw, 84px);margin-bottom:clamp(0px, 3.4423407917vw, 40px)}#wrapper .post_actions .fusion-layout-column{margin-bottom:0 !important}#wrapper .post_actions .fusion-sharing-box{margin-top:18px;text-align:right}@media (max-width:980px){#wrapper .post_actions .fusion-sharing-box{margin-top:10px}}@media (max-width:980px){#wrapper .post_actions .fusion-row{display:flex;justify-content:space-between;flex-wrap:wrap}#wrapper .post_actions .fusion-row::before,#wrapper .post_actions .fusion-row::after{display:none}#wrapper .post_actions .fusion-layout-column{width:auto !important}}#wrapper .post_actions .button_back{margin-right:8px}#wrapper .fusion-sharing-box{margin-top:0;height:auto;white-space:nowrap}#wrapper .button_back{padding-top:8px;padding-bottom:8px}@media (max-width:479px){#wrapper .button_back{padding-left:15px;padding-right:15px}}#wrapper .button_back i{top:-1px;font-weight:400;margin-right:14px;height:20px;overflow:hidden;display:inline-flex}@media (max-width:479px){#wrapper .button_back i{margin-right:10px}}#wrapper .button_back i::before{display:block;height:20px}#wrapper .button_back .fusion-button-text{position:relative;top:-2px}#wrapper .fusion-sharing-box .fusion-social-networks,#wrapper .fusion-sharing-box h4{display:inline-block !important;vertical-align:middle;margin:0 !important;width:auto}#wrapper .fusion-sharing-box h4{font-weight:500;font-size:12px !important;line-height:16px !important;letter-spacing:0.08em;text-transform:uppercase;margin:0}#wrapper .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon{font-size:20px;margin:0 5px}#wrapper .post_content{margin-bottom:18px}#wrapper .post_content .featured_article__img{margin-top:0;margin-left:0;margin-right:0;padding:0;width:100%}#wrapper .post_content .featured_article__img img{object-fit:unset;position:static}#wrapper .post_content .featured_article__img:hover{transform:scale(1)}#wrapper .post_content .article__date{font-weight:500;font-size:12px;line-height:16px;letter-spacing:0.08em;text-transform:uppercase;color:#707070;margin:0}@media (max-width:980px){#wrapper .post_content .article__date{margin-bottom:5px}}#wrapper .post_content .page_title{margin:0 0 16px;font-size:clamp(28px, 4.1308089501vw, 48px) !important;line-height:117%}#wrapper .post_content p{margin-bottom:clamp(20px, 2.065404475vw, 24px);letter-spacing:0.027em}#wrapper .post_content blockquote{margin:32px 0;padding:clamp(40px, 6.1962134251vw, 72px) clamp(20px, 6.8846815835vw, 80px);position:relative;border:none;background:none;font-family:"Paytone One";font-style:normal;font-weight:400;font-size:clamp(22px, 2.7538726334vw, 32px);line-height:calc(38 / 32);letter-spacing:0.02em;color:#707070}@media (max-width:479px){#wrapper .post_content blockquote{margin-left:-24px;margin-right:-24px}}#wrapper .post_content blockquote p{margin:0}#wrapper .post_content blockquote::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:16px;background:url(../img/blockquote-top.png) no-repeat center / 100% 100%}#wrapper .post_content blockquote::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:16px;background:url(../img/blockquote-bottom.png) no-repeat center / 100% 100%}#wrapper .post_content+.bloglist{margin-top:0}#wrapper .post_content+.bloglist>.fusion-builder-row{padding-top:clamp(26px, 3.4423407917vw, 40px);border-top:1px solid #d6d6d6}#wrapper .bloglist__list--events .fusion-blog-layout-grid .fusion-post-grid{height:auto !important}#wrapper .bloglist__list--events .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper{padding:0 24px 24px;border-radius:8px;height:auto !important;overflow:hidden}#wrapper .bloglist__list--events .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper p{margin:0}#wrapper .bloglist__list--events .griditem{margin:0 !important;padding:0 !important}#wrapper .bloglist__list--events .griditem>.fusion-row{display:flex;flex-direction:column;justify-content:space-between}#wrapper .bloglist__list--events .griditem>.fusion-row>.fusion-layout-column{position:static}#wrapper .bloglist__list--events .griditem>.fusion-row>.fusion-column-wrapper{position:static}#wrapper .bloglist__list--events .griditem .fusion-modal-text-link{background-color:#db393f;color:#fff;border-radius:8px;padding:4px 12px;font-weight:500;font-size:16px;line-height:24px;position:static}#wrapper .bloglist__list--events .griditem .fusion-modal-text-link:hover{background-color:#f64b52}#wrapper .bloglist__list--events .griditem .fusion-modal-text-link::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:113px;width:calc(100% + 48px);margin:0 -24px;z-index:2}@media (min-width:845px) and (max-width:980px){#wrapper .bloglist__list--events .griditem .fusion-modal-text-link::after{height:11vw}}@media (max-width:844px){#wrapper .bloglist__list--events .griditem .fusion-modal-text-link::after{height:18vw}}@media (max-width:708px){#wrapper .bloglist__list--events .griditem .fusion-modal-text-link::after{height:40vw}}#wrapper .bloglist__list--events .griditem .fusion-text p{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#707070;margin:0 0 24px !important;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:3em;height:3em}#wrapper .bloglist__list--events .griditem__img{border:none;overflow:hidden;display:block;position:relative;padding-bottom:46%;margin:0 -32px;max-width:unset}#wrapper .bloglist__list--events .griditem__img:hover img{transform:scale(1.05)}#wrapper .bloglist__list--events .griditem__img img{display:block;object-fit:cover;object-position:top;width:100%;height:100%;position:absolute;left:0;top:0;transition:all 0.6s ease-in-out 0s}#wrapper .bloglist__list--events .griditem__title [class*="title-heading-"]{display:flex !important;align-items:flex-end}#wrapper .bloglist__list--events .fusion-load-more-button.fusion-blog-button.fusion-clearfix{width:270px}#wrapper .bloglist__list--events .fusion-load-more-button.fusion-blog-button.fusion-clearfix::before{content:"Load More Resources"}#wrapper .bloglist__list--events .fusion-load-more-button.fusion-blog-button.fusion-clearfix{width:236px}#wrapper .bloglist__list--events .fusion-load-more-button.fusion-blog-button.fusion-clearfix::before{content:"Load More Events"}#wrapper .bloglist__list--events .fusion-post-grid:hover .griditem__img img{transform:scale(1.05)}#wrapper .event_date{min-width:69px;height:78px;background-color:#fff;padding:12px 16px 0;border-top:8px solid #db393f;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.16);border-radius:4px;text-align:center;position:relative;margin:-33px 0 24px;z-index:3;display:inline-block}#wrapper .event_date em{display:none}#wrapper .event_date span{display:block;font-weight:700;font-size:18px;line-height:0.8}#wrapper .event_date strong{display:block;font-family:"Paytone One";font-weight:400;font-size:32px;line-height:1;text-transform:uppercase}@media (max-width:479px){#wrapper .event_date{height:74px}#wrapper .event_date strong{font-size:28px}}#wrapper .bloglist__list--events_featured .griditem .fusion-modal-text-link::after{width:calc(100% + 64px);margin:0 -32px;height:112px}#wrapper .bloglist__list--events_featured .griditem__img{padding-bottom:0;height:112px}@media (min-width:769px){#wrapper .bloglist__list--events_featured .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper{padding:0 32px 40px}#wrapper .bloglist__list--events_featured .griditem .fusion-text p{height:auto !important}}@media (min-width:981px){#wrapper .bloglist__list--events_featured .griditem__title [class*="title-heading-"]{font-size:24px !important;line-height:32px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.6666666667em}#wrapper .bloglist__list--events_featured .fusion-text{padding-left:8px;padding-right:8px}#wrapper .bloglist__list--events_featured .fusion-modal-text-link{margin-left:8px;margin-right:8px}#wrapper .bloglist__list--events_featured .event_date{margin-bottom:43px}#wrapper .bloglist__list--events_featured+.bloglist{margin-top:48px}}@media (min-width:981px){#wrapper .featured_article--events>.fusion-row{border-bottom:1px solid #d6d6d6;padding-bottom:clamp(35px, 5.8333333333vw, 84px)}#wrapper .bloglist--events{margin-top:48px}}.single #wrapper .post.category-papers-projects,.single #wrapper .post.category-research,.single #wrapper .post.category-resources,.single #wrapper .post.category-events{width:457px;max-width:100%;margin:0 auto 32px;padding-top:clamp(50px, 8.9500860585vw, 104px);padding-bottom:clamp(50px, 8.9500860585vw, 104px)}.single #wrapper .post.category-papers-projects .fusion-imageframe,.single #wrapper .post.category-research .fusion-imageframe,.single #wrapper .post.category-resources .fusion-imageframe,.single #wrapper .post.category-events .fusion-imageframe{display:block}.single #wrapper .post.category-papers-projects .fusion-imageframe img,.single #wrapper .post.category-research .fusion-imageframe img,.single #wrapper .post.category-resources .fusion-imageframe img,.single #wrapper .post.category-events .fusion-imageframe img{border-radius:8px}.single #wrapper .post.category-papers-projects .fusion-button--standart,.single #wrapper .post.category-papers-projects .fusion-text,.single #wrapper .post.category-papers-projects .fusion-title,.single #wrapper .post.category-papers-projects .event_date,.single #wrapper .post.category-research .fusion-button--standart,.single #wrapper .post.category-research .fusion-text,.single #wrapper .post.category-research .fusion-title,.single #wrapper .post.category-research .event_date,.single #wrapper .post.category-resources .fusion-button--standart,.single #wrapper .post.category-resources .fusion-text,.single #wrapper .post.category-resources .fusion-title,.single #wrapper .post.category-resources .event_date,.single #wrapper .post.category-events .fusion-button--standart,.single #wrapper .post.category-events .fusion-text,.single #wrapper .post.category-events .fusion-title,.single #wrapper .post.category-events .event_date{margin-left:32px;margin-right:32px}@media (max-width:767px){.single #wrapper .post.category-papers-projects .fusion-button--standart,.single #wrapper .post.category-papers-projects .fusion-text,.single #wrapper .post.category-papers-projects .fusion-title,.single #wrapper .post.category-papers-projects .event_date,.single #wrapper .post.category-research .fusion-button--standart,.single #wrapper .post.category-research .fusion-text,.single #wrapper .post.category-research .fusion-title,.single #wrapper .post.category-research .event_date,.single #wrapper .post.category-resources .fusion-button--standart,.single #wrapper .post.category-resources .fusion-text,.single #wrapper .post.category-resources .fusion-title,.single #wrapper .post.category-resources .event_date,.single #wrapper .post.category-events .fusion-button--standart,.single #wrapper .post.category-events .fusion-text,.single #wrapper .post.category-events .fusion-title,.single #wrapper .post.category-events .event_date{margin-left:24px;margin-right:24px}}#wrapper .bloglist--events{z-index:35}.modal-open .fusion-header-wrapper,.modal-open .fusion-footer-copyright-area{z-index:8}.modal-open .modal-backdrop{z-index:9}.modal-open .modal-backdrop{display:none}body .modal::before{content:"";display:block;position:fixed;background:rgba(51, 51, 51, 0.8);backdrop-filter:blur(8px);width:120%;height:122%;left:0;top:0}body .fancybox__backdrop{background:rgba(51, 51, 51, 0.8);backdrop-filter:blur(8px)}body .fusion-modal .modal-dialog{overflow-y:unset}@media (max-width:479px){body .fusion-modal .modal-dialog{margin-top:50px;max-height:calc(100% - 60px)}}body .fusion-modal .modal-header .close{padding:0;width:30px;height:30px;top:-30px;right:-30px;background:url(../img/close-popup-red.png) no-repeat center / 100% 100%;margin:0;font-size:0;position:absolute;opacity:1;transition:all 0.3s ease-out 0s;z-index:3}body .fusion-modal .modal-header .close:hover{transform:rotate(180deg)}@media (max-width:600px){body .fusion-modal .modal-header .close{top:-15px;right:-15px}}body .modal-dialog{scrollbar-color:#999 #d1d1d1;scrollbar-width:thin}body .modal-dialog::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}body .modal-dialog::-webkit-scrollbar-button{width:0px;height:0px;background-color:aqua}body .modal-dialog::-webkit-scrollbar-thumb{border-radius:3px;background-color:#d1d1d1;width:6px;height:6px}body .modal-dialog::-webkit-scrollbar-thumb:hover{background-color:#999}body .modal-lg .modal-header{padding:0}body .modal-lg .modal-body{padding:40px}@media (min-width:1200px){body .modal-lg{width:1024px}}body .evmodal .modal-content{border-radius:16px}@media (max-width:980px){body .evmodal .modal-content{border-radius:8px}}body .evmodal .modal-header{height:0;min-height:unset;border:none}body .evmodal .modal-header h3{display:none}body .evmodal .modal-lg{width:1034px;max-width:90%;margin-left:auto;margin-right:auto}body .evmodal .modal-body{padding:0 80px clamp(10px, 3.4722222222vw, 50px);color:#474747}@media (max-width:1439px){body .evmodal .modal-body{padding-left:50px;padding-right:50px}}@media (max-width:1199px){body .evmodal .modal-body{padding-left:40px;padding-right:40px}}@media (max-width:980px){body .evmodal .modal-body{padding-left:30px;padding-right:30px}}@media (max-width:479px){body .evmodal .modal-body{padding-left:20px;padding-right:20px}}body .evmodal h2{font-weight:400;font-size:clamp(30px, 3.3333333333vw, 48px) !important;line-height:calc(56 / 48);margin:0 0 32px;color:#474747}body .evmodal h3{margin:0 0 26px;font-size:clamp(24px, 2.2222222222vw, 32px);line-height:calc(56 / 48);color:#474747}body .evmodal ul{margin:0 0 16px;padding:0}body .evmodal ul li{position:relative;font-weight:700;font-size:clamp(16px, 1.6666666667vw, 24px);line-height:133%;letter-spacing:0.02em;padding:0 0 clamp(16px, 2.2222222222vw, 32px) clamp(30px, 2.7777777778vw, 40px);list-style:none;color:#474747}body .evmodal ul li br+a{font-size:14px;line-height:calc(18 / 14);transition:all 0.3s ease-out 0s;display:block;margin-top:-2px}body .evmodal ul li br+a:hover{color:#f64b52}body .evmodal ul li::before{content:"";display:block;position:absolute;width:0.6em;height:0.6em;border-radius:50%;top:0.4em;left:9px;background-color:#474747}body .evmodal ul li.calend::before{content:"";display:block;position:absolute;left:0;top:-2px;width:clamp(24px, 2.2222222222vw, 32px);height:clamp(24px, 2.2222222222vw, 32px);background:url(../img/list-calendar.svg) no-repeat center / 100% 100%}body .evmodal ul li.location::before{content:"";display:block;position:absolute;left:0;top:0;width:clamp(24px, 2.2222222222vw, 32px);height:clamp(24px, 2.2222222222vw, 32px);background:url(../img/list-location.svg) no-repeat center / 100% 100%}body .evmodal ul li.extrainfo::before{content:"";display:block;position:absolute;left:0;top:-1px;width:clamp(24px, 2.2222222222vw, 32px);height:clamp(24px, 2.2222222222vw, 32px);background:url(../img/list-info.svg) no-repeat center / 100% 100%}body .evmodal ul li.clock::before{content:"";display:block;position:absolute;left:0;top:-1px;width:clamp(24px, 2.2222222222vw, 32px);height:clamp(24px, 2.2222222222vw, 32px);background:url(../img/clock.svg) no-repeat center / 100% 100%;border:3px solid transparent;box-sizing:border-box}body .evmodal p{margin:0 0 clamp(16px, 2.2222222222vw, 32px) !important;font-weight:700;font-size:clamp(16px, 1.6666666667vw, 24px);line-height:133%;letter-spacing:0.02em;color:#474747}body .evmodal .fusion-button-wrapper{padding:15px 0;display:block}body .evmodal .fusion-button-wrapper .fusion-button{width:100%;font-weight:700;font-size:18px;line-height:24px;letter-spacing:0.02em;padding:8px 15px;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;text-transform:none}body .evmodal-img{margin:-1px -80px 80px;display:block;width:calc(100% + 160px);border-radius:16px 16px 0 0;max-width:unset}@media (max-width:1439px){body .evmodal-img{margin:-1px -50px 50px;width:calc(100% + 100px)}}@media (max-width:1199px){body .evmodal-img{margin:-1px -40px 40px;width:calc(100% + 80px)}}@media (max-width:980px){body .evmodal-img{margin:-1px -30px 30px;width:calc(100% + 60px);border-radius:8px 8px 0 0}}@media (max-width:479px){body .evmodal-img{margin:-1px -20px 20px;width:calc(100% + 40px)}}#wrapper .recipes-innerbanner{position:relative}@media (max-width:767px){#wrapper .recipes-innerbanner--kids-education{background-position:40% 0 !important}}#wrapper .recipes-innerbanner::before{content:"";display:block;position:absolute;background:linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));width:100%;height:100%;left:0;top:0;z-index:0}#wrapper .recipes-innerbanner::after{content:"";display:block;position:absolute;height:34px;width:100%;bottom:-15px;left:0;background:url(../img/inner-banner-white-decor.svg) no-repeat center / cover}#wrapper .recipes-innerbanner .fusion-column-wrapper{min-height:328px;padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}#wrapper .recipes-innerbanner__title{overflow:visible}#wrapper .recipes-innerbanner__title h1{color:#fff}@media (max-width:767px){#wrapper .recipes-innerbanner__title h1{line-height:1.3 !important}}#wrapper .recipes-innerbanner__title h1 span{display:inline-block;position:relative}#wrapper .recipes-innerbanner__title h1 span::after{content:"";display:block;position:absolute;width:calc(100% + 28px);height:39px;background:url(../img/red-decor-banner-recipes.svg) no-repeat center / 100% 100% !important;bottom:-21px;left:-14px;z-index:-1}@media (max-width:1199px){#wrapper .recipes-innerbanner__title h1 span::after{width:calc(100% + 18px);left:-7px}}@media (max-width:479px){#wrapper .recipes-innerbanner__title h1 span::after{width:calc(100% + 8px);left:-4px;bottom:-15px}}#wrapper .innerbanner+.amplifying{padding-top:clamp(44px, 6.1111111111vw, 88px) !important;padding-bottom:clamp(44px, 5.4166666667vw, 78px) !important}#wrapper .recipes-separator-block .fusion-builder-row{max-width:944px;margin:0 auto}#wrapper .recipes-separator-block .fusion-layout-column{margin:0 !important}#wrapper .recipes_blog_filters{margin:0px 0px 7px 0px}#wrapper .recipes_blog_filters .blog_filters__list{display:flex;flex-wrap:wrap}#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter{margin-right:33px;margin-bottom:15px;padding:8px 12px;background:#ebebeb;border-radius:50px;font-family:"Quicksand";font-weight:700;font-size:16px;line-height:100%;letter-spacing:0.04em;text-transform:uppercase;color:#333333;cursor:pointer;transition:all 0.3s ease}#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter:last-child{margin-right:0px}#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter:hover{background:#db393f;color:#ffffff;transition:all 0.3s ease}#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter.recipes-filter--active{background:#db393f;color:#ffffff}@media (max-width:1440px){#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter{margin-right:30px}}@media (max-width:980px){#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter{margin-right:25px}}@media (max-width:767px){#wrapper .recipes_blog_filters .blog_filters__list .recipes-filter{margin-right:15px;font-size:14px;padding:5px 8px}}#wrapper .recipes-separator{border-bottom:1px solid #d6d6d6;margin:42px 0}#wrapper .recipes-separator .fusion-builder-row{max-width:944px;margin:0 auto}@media (max-width:980px){#wrapper .recipes-separator{margin:50px 0}}#wrapper .recipes-title{margin:0px 0px 24px 0px !important}#wrapper .recipes-title h2{color:#db393f;letter-spacing:0.02em;font-size:32px !important;line-height:38px;font-weight:400}@media (max-width:980px){#wrapper .recipes-title h2{font-size:30px !important}}@media (max-width:767px){#wrapper .recipes-title h2{font-size:28px !important}}#wrapper .recipes-featured-recipes{margin:104px 0px 65px 0px;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important}@media (max-width:980px){#wrapper .recipes-featured-recipes{margin:80px 0px 65px 0px}}@media (max-width:767px){#wrapper .recipes-featured-recipes{margin:65px 0px 65px 0px}}#wrapper .recipes-featured-recipes .fusion-builder-row{max-width:944px;margin:0 auto}#wrapper .recipes-featured-recipes .fusion-builder-row .fusion-layout-column{margin:0 !important}#wrapper .recipes-featured-recipes .fusion-title{margin:0px 0px 24px 0px !important}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes{display:flex}@media (max-width:767px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes{flex-wrap:wrap}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item{flex:0 1 100%;filter:drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));border-radius:8px;overflow:hidden;min-height:334px;display:flex}@media (min-width:768px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item{flex:0 1 461px}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item:first-child{margin:0px 0px 50px 0px}@media (min-width:768px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item:first-child{margin:0px 24px 0px 0px}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content{display:flex;flex:1}@media (max-width:500px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content{flex-wrap:wrap}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail{flex:0 1 221px;position:relative}@media (min-width:501px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail{height:100%}}@media (min-width:768px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-link-img{position:absolute;top:0;left:0;width:100%;height:100%}}@media (max-width:500px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-link-img{position:relative;padding-bottom:56%;height:auto}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-link-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width:767px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail{flex:0 1 50%}}@media (max-width:500px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail{flex:0 1 100%}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail a,#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail span{display:block;height:100%}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail img{height:100%;object-fit:cover;object-position:center}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category,#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-category,#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category .post-category a{display:inline-block;width:auto}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category{z-index:1;position:absolute;top:21px;left:24px}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category .recipes-category,#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category a{border-radius:10px;background:#ffffff;padding:4px 6px;font-family:"Quicksand";font-style:normal;font-weight:700;font-size:12px;line-height:100%;color:#db393f;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:6px;display:inline-block;width:auto;cursor:pointer;transition:0.3s all}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category .recipes-category:hover,#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__thumbnail .post-item__category a:hover{background:#db393f;color:#fff}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text{flex:0 1 240px;background:#ffffff;padding:32px;display:flex;flex-direction:column}@media (max-width:980px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text{padding:20px}}@media (max-width:767px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text{flex:0 1 50%}}@media (max-width:500px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text{flex:0 1 100%;min-height:200px}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-time{position:relative;display:flex;margin:0px 0px 0px 0px}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-time::before{content:"";display:inline-block;width:24px;height:24px;margin:0px 4px 0px 0px;background:url("../img/recipes-clock.svg") 0 0 / cover no-repeat}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-time span{letter-spacing:0.02em;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;color:#707070}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text{flex:1 1 auto}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text .post-title{margin:0px 0px 20px 0px;line-height:100% !important}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text .post-title a{color:#333333;font-family:"Quicksand";font-weight:700;font-size:24px !important;line-height:130%;letter-spacing:0.02em;transition:all 0.3s ease}@media (max-width:980px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text .post-title a{font-size:22px !important}}@media (max-width:767px){#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text .post-title a{font-size:20px !important}}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .title-text .post-title a:hover{color:#db393f;transition:all 0.3s ease}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-btn a{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;background:#db393f;padding:4px 12px;display:inline-flex;justify-content:center;align-items:center;transition:all 0.3s ease}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-btn a:hover{background:#f64b52}#wrapper .recipes-featured-recipes .blog-featured-recipes .block-featured-recipes .post-item .post-item__content .post-item__text .recipes-btn a span{font-family:"Quicksand";font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#ffffff;letter-spacing:0.02em}#wrapper .recipes-starter-recipes .fusion-builder-row{max-width:944px;margin:0 auto}#wrapper .recipes-starter-recipes .blog-starter-recipes{margin:63px 0px 0px 0px}@media (max-width:980px){#wrapper .recipes-starter-recipes .blog-starter-recipes{margin:50px 0px 0px 0px}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes{display:flex;flex-wrap:wrap}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes{flex-wrap:wrap}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article{flex:0 1 calc(33.333% - 22px);filter:drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));border-radius:8px;overflow:hidden;min-height:334px;margin-bottom:32px;display:flex}@media (max-width:980px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article{flex:0 1 calc(50% - 16px)}}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article{flex:0 1 100%}}@media (min-width:768px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article{margin-right:32px}}@media (max-width:980px) and (min-width:768px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article:nth-child(2n+2){margin-right:0}}@media (min-width:981px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article:nth-child(3n+3){margin-right:0}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content{height:100%;display:flex;flex-direction:column;flex:1}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail{position:relative}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail a,#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail span{display:block;height:100%}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-link-img{position:relative;padding-bottom:72%;height:auto;overflow:hidden}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-link-img{padding-bottom:56%}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-link-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category,#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-category,#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category .post-category a{display:inline-block;width:auto}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category{position:absolute;top:21px;left:24px;z-index:1}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category .recipes-category,#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category a{border-radius:10px;background:#ffffff;padding:4px 6px;font-family:"Quicksand";font-style:normal;font-weight:700;font-size:12px;line-height:100%;color:#db393f;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:6px;display:inline-block;width:auto;cursor:pointer;transition:0.3s all}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category .recipes-category:hover,#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__thumbnail .post-item__category a:hover{background:#db393f;color:#fff}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text{background:#ffffff;padding:24px;display:flex;flex-direction:column;min-height:200px;height:100%}@media (max-width:980px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text{padding:20px}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-time{position:relative;display:flex;margin:0px 0px 8px 0px}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-time::before{content:"";display:inline-block;width:24px;height:24px;margin:0px 4px 0px 0px;background:url("../img/recipes-clock.svg") 0 0 / cover no-repeat}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-time span{letter-spacing:0.02em;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;color:#707070}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text{flex:1 1 auto}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text .post-title{margin:0px 0px 20px 0px;line-height:122% !important;font-size:18px !important}@media (max-width:980px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text .post-title{font-size:16px !important}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text .post-title a{color:#333333;font-family:"Quicksand";font-weight:700;font-size:18px !important;line-height:100%;letter-spacing:0.02em;transition:all 0.3s ease}@media (max-width:980px){#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text .post-title a{font-size:16px !important}}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .title-text .post-title a:hover{color:#db393f;transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-btn a{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;background:#db393f;padding:4px 12px;display:inline-flex;justify-content:center;align-items:center;transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-btn a:hover{background:#f64b52}#wrapper .recipes-starter-recipes .blog-starter-recipes .block-starter-recipes article .post-item__content .post-item__text .recipes-btn a span{font-family:"Quicksand";font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#ffffff;letter-spacing:0.02em}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination{display:flex;justify-content:center;align-items:center}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination{flex-wrap:wrap}}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination li{list-style:none}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-arrow{width:100%}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-arrow a{font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#db393f}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous{text-align:left;display:flex;align-items:center}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous{order:1}}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous.no-active{opacity:0.5}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous a{position:relative;display:flex;align-items:center}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous a::before{content:"";display:inline-block;width:16px;height:16px;margin:0px 8px 0px 0px;background:url("../img/page-item-previous-left.svg") 0 0 / cover no-repeat;transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous a:hover{transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-previous a:hover::before{transform:translate(-5px, 0px)}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next{text-align:right;display:flex;align-items:center;justify-content:flex-end}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next{order:2;position:relative;top:-24px}}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next a{position:relative;align-items:center;display:flex}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next a::after{content:"";display:inline-block;width:16px;height:16px;margin:0px 0px 0px 8px;background:url("../img/page-item-next-right.svg") 0 0 / cover no-repeat;transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next a:hover{transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item-next a:hover::after{transform:translate(5px, 0px)}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item{margin:0 6px}@media (max-width:767px){#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item{order:3}}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item a{min-width:24px;font-family:"Quicksand";font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#333333;transition:all 0.3s ease;display:block;text-align:center}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item a:hover{color:#db393f;transition:all 0.3s ease}#wrapper .recipes-starter-recipes .blog-starter-recipes .recipes-cq_pagination .page-item.active a{color:#db393f}#wrapper .recipes-starter-recipes .recipes-category-info{display:none}#wrapper .recipes-starter-recipes .recipes-category-info.active{display:block}#wrapper .recipes-starter-recipes h2{color:#db393f;letter-spacing:0.02em;font-size:32px !important;line-height:38px;font-weight:400;margin:0px 0px 24px 0px !important}@media (max-width:980px){#wrapper .recipes-starter-recipes h2{font-size:30px !important}}@media (max-width:767px){#wrapper .recipes-starter-recipes h2{font-size:28px !important}}#wrapper .recipes-starter-recipes .fusion-text p{font-family:"Quicksand";font-weight:700;font-size:18px;line-height:24px;letter-spacing:0.02em}@media (min-width:981px){#wrapper .recipes-video{margin-top:20px}}#wrapper .recipes-video .fusion-builder-row{max-width:960px;margin:0 auto}#wrapper .recipes-video .recipes-title{margin:0px 0px 32px 0px !important}#wrapper .recipes-about{margin:0px 0px 25px 0px}@media (min-width:981px){#wrapper .recipes-about{margin:20px 0px 24px 0px}}#wrapper .recipes-about .fusion-builder-row{max-width:960px;margin:0 auto}#wrapper .recipes-about .recipes-title{margin:0px 0px 32px 0px !important}#wrapper .recipes-about .recipes-about-image{position:relative;margin:0px 0px 32px 0px;display:block;border-radius:8px}#wrapper .recipes-about .recipes-about-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:#39a852}#wrapper .recipes-about .recipes-about-image::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:8px;background:#39a852}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row{display:flex;justify-content:space-between;flex-wrap:wrap}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row::before,#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row::after{display:none}@media (min-width:981px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row{flex-wrap:nowrap}}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row p{color:#333333;letter-spacing:0.02em;font-weight:600 !important;font-size:16px;line-height:24px;margin:0px 0px 24px 0px}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row p strong{font-weight:700 !important;font-size:18px}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row p:last-child{margin:0px 0px 0px 0px}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .recipes-about-box-text{flex:0 1 100%;margin:0px 0px 50px 0px !important}@media (min-width:981px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .recipes-about-box-text{margin:0px 50px 0px 0px !important;flex:0 1 640px}}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .recipes-about-box-image{margin:0px 0px 0px 0px !important}@media (min-width:981px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .recipes-about-box-image{flex:0 0 240px;margin:-32px 0px 0px 0px !important}}@media (max-width:980px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .recipes-about-box-image{text-align:center}}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .fusion-imageframe{border:8px solid #ffffff;border-radius:50%;width:240px;height:240px}@media (min-width:981px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .fusion-imageframe{margin-top:-40px}}@media (max-width:980px){#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .fusion-imageframe:first-child{margin:0px 0px 20px 0px}}#wrapper .recipes-about .fusion-column-wrapper .fusion-builder-row .fusion-imageframe img{object-fit:cover;object-position:center}#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text{flex:0 1 100% !important;background:#fdf5f5;border-left:4px solid #db393f;border-radius:0px 8px 8px 0px;padding:64px;margin:32px 0px 32px 0px !important}@media (max-width:980px){#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text{padding:40px}}@media (max-width:767px){#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text{padding:25px}}#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text p{font-weight:700;font-size:24px !important;line-height:32px;color:#db393f}@media (max-width:980px){#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text p{font-size:22px !important}}@media (max-width:767px){#wrapper .recipes-about .fusion-column-wrapper .recipes-about-text p{font-size:20px !important}}#wrapper .recipes-about .fusion-column-wrapper .recipes-about-subtext{flex:0 1 100% !important}#wrapper .recipes-about .fusion-column-wrapper .recipes-about-subtext p{font-weight:600 !important;font-size:16px;line-height:24px;color:#333333}#wrapper .recipes-acf-block{padding:104px 20px 63px !important}@media (max-width:980px){#wrapper .recipes-acf-block{padding:80px 20px 39px !important}}@media (max-width:767px){#wrapper .recipes-acf-block{padding:50px 20px 13px !important}}#wrapper .recipes-acf-block .fusion-builder-row{max-width:1193px;margin:0 auto}#wrapper .recipes-acf-block .recipes-acf-title h2{color:#ffffff}#wrapper .recipes-acf-block .recipes-acf-content{background:#ffffff;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);border-radius:8px;padding:40px}@media (max-width:980px){#wrapper .recipes-acf-block .recipes-acf-content{padding:20px}}@media (max-width:767px){#wrapper .recipes-acf-block .recipes-acf-content{padding:12px}}#wrapper .recipes-acf-block .recipes-acf-content p{color:#333333;letter-spacing:0.02em;font-weight:700;font-size:18px;line-height:24px;margin:0px 0px 32px 0px}@media (max-width:767px){#wrapper .recipes-acf-block .recipes-acf-content p{font-size:16px;margin:0px 0px 20px 0px}}#content .column-card{padding-bottom:clamp(30px, 0.0277777778 * 100vw, 40px)}#content .column-card>.fusion-column-wrapper{display:flex;flex-direction:column;height:100%}#content .column-card>.fusion-column-wrapper .featured{border-radius:8px 8px 0 0;display:block;margin-bottom:clamp(20px, 0.0208333333 * 100vw, 30px)}#content .column-card>.fusion-column-wrapper>.fusion-text{flex-grow:1}#content .column-card>.fusion-column-wrapper>.fusion-text p{font-size:clamp(14px, 0.0111111111 * 100vw, 16px)}@media (max-width:767px){#content .column-card>.fusion-column-wrapper>.fusion-text p{font-size:clamp(14px, 0.0208604954 * 100vw, 16px)}}#content .column-card>.fusion-column-wrapper>*:not(.fusion-imageframe){margin-left:clamp(20px, 0.0277777778 * 100vw, 40px);margin-right:clamp(20px, 0.0277777778 * 100vw, 40px)}@media (max-width:767px){#content .column-card>.fusion-column-wrapper>*:not(.fusion-imageframe){margin-left:clamp(15px, 0.0521512386 * 100vw, 40px);margin-right:clamp(15px, 0.0521512386 * 100vw, 40px)}}#content .column-card>.fusion-column-wrapper>*:not(.fusion-imageframe):not(.fusion-clearfix):not(:empty){margin-top:clamp(15px, 0.0173611111 * 100vw, 25px) !important;display:block}#content .column-card .button-group .fusion-column-wrapper{display:flex;flex-wrap:wrap;column-gap:clamp(15px, 0.0152777778 * 100vw, 22px);row-gap:10px}#content .column-card .fusion-builder-row{width:initial}@media (max-width:767px){#content .column-card{max-width:420px}#content .column-card.fusion_builder_column_1_1{max-width:none}}#content .address,#content .address a{font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#707070;font-size:clamp(16px, 0.0125 * 100vw, 18px)}@media (max-width:767px){#content .address,#content .address a{font-size:clamp(16px, 0.0234680574 * 100vw, 18px)}}#content .address a:hover{color:#db393f}#content .address.fusion-layout-column .fusion-column-wrapper{display:flex;column-gap:clamp(10px, 0.0118055556 * 100vw, 17px)}#content .address.fusion-layout-column .fusion-imageframe{margin:0 !important;position:relative;top:0.2em}@media (min-width:981px){#content .address.fusion-layout-column .fusion-imageframe{left:0.3em}}#content .u-pick-section-intro{margin-bottom:clamp(50px, 0.0444444444 * 100vw, 64px)}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .title{margin-bottom:0 !important}#content .u-pick-section-farms .column-card>.fusion-column-wrapper h3{font-family:"Quicksand";font-weight:700;line-height:1.2;letter-spacing:0.02em;color:#333333;font-size:clamp(22px, 0.0180555556 * 100vw, 26px) !important}@media (max-width:767px){#content .u-pick-section-farms .column-card>.fusion-column-wrapper h3{font-size:clamp(22px, 0.0338983051 * 100vw, 26px) !important}}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .featured{margin-bottom:15px !important}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .featured a{aspect-ratio:1.89}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .fusion-title+.fusion-text{margin-top:10px !important}#content .u-pick-section-farms .column-card>.fusion-column-wrapper .button-small{padding-left:12px;padding-right:12px}#content .u-pick-section-tips .fusion-row{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:clamp(40px, 0.0444444444 * 100vw, 64px);column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .u-pick-section-tips .fusion-row::after,#content .u-pick-section-tips .fusion-row::before{display:none}#content .u-pick-section-tips .fusion-row .grid-item{margin-right:0 !important;margin-bottom:0 !important}#content .u-pick-section-tips .fusion-row .row-description{margin-bottom:0 !important}#content .u-pick-section-tips .fusion-row .row-description .title:last-child{margin-bottom:0 !important}#content .u-pick-section-tips .fusion-row>*:not(.grid-item){width:100%}@media (min-width:981px){#content .u-pick-section-tips .fusion-row .grid-item.column-1{width:52.5% !important}#content .u-pick-section-tips .fusion-row .grid-item.column-2{width:42% !important}}@media (max-width:980px){#content .u-pick-section-tips .fusion-row{flex-direction:column}#content .u-pick-section-tips .fusion-row .grid-item{width:initial;min-width:auto;margin-bottom:0}}#content .u-pick-section-tips a{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08)}#content .u-pick-section-tips .video-link a::after{width:clamp(70px, 0.0555555556 * 100vw, 80px);height:clamp(70px, 0.0555555556 * 100vw, 80px);z-index:2}#content .u-pick-section-tips .video-link a::before{content:"";display:block;position:absolute;width:100%;height:100%;background:rgba(0, 0, 0, 0.4);top:0;left:0;z-index:1}@media (max-width:980px){#content .section-tabs .tab-content{display:flex;flex-direction:column}#content .section-tabs .tab-content .tab-pane{order:10}#content .section-tabs .tab-content .fusion-mobile-tab-nav{order:0}}#content .section-tabs,#content #tab-1,#content #tab-2,#content #tab-3{opacity:0;transition:0.3s ease-in}#content .blogger-card{padding-top:0;overflow:visible}#content .blogger-card .blogger-avatar{width:clamp(100px, 0.1055555556 * 100vw, 152px);height:clamp(100px, 0.1055555556 * 100vw, 152px);margin:-40px 0 0 0;position:relative;z-index:10;background-color:#db393f}@media (max-width:767px){#content .blogger-card .blogger-avatar{width:clamp(100px, 0.1981747066 * 100vw, 152px)}}@media (max-width:767px){#content .blogger-card .blogger-avatar{height:clamp(100px, 0.1981747066 * 100vw, 152px)}}#content .blogger-card h3{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#333333;margin-top:0.7em;margin-bottom:0.35em;font-size:clamp(20px, 0.0166666667 * 100vw, 24px) !important}@media (max-width:767px){#content .blogger-card h3{font-size:clamp(20px, 0.0312907432 * 100vw, 24px) !important}}#content .blogger-card .fusion-text a{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#db393f;font-size:clamp(16px, 0.0125 * 100vw, 18px)}@media (max-width:767px){#content .blogger-card .fusion-text a{font-size:clamp(16px, 0.0234680574 * 100vw, 18px)}}#content .blogger-card p{margin-bottom:0 !important}#content .blogger-card .blogger-social{margin-top:11px}#content .blogger-card .blogger-social .fusion-social-networks-wrapper{display:flex;justify-content:center;column-gap:6px}#content .blogger-card .blogger-social .fusion-social-network-icon{color:#999 !important;background-color:transparent !important;border:none;margin-bottom:0;margin-left:0;margin-right:0;padding-bottom:0;font-size:20px;order:10}#content .blogger-card .blogger-social .fusion-icon-twitter{order:1}#content .blogger-card .blogger-social .fusion-icon-facebook{order:2}#content .blogger-card .blogger-social .fusion-icon-pinterest{order:3}#content .blogger-card .blogger-social .fusion-icon-instagram{order:4}@media (max-width:767px){#content .blogger-card{max-width:450px}}#content .community-section-bloggers .row-description .fusion-column-wrapper{max-width:950px !important;margin-left:auto !important;margin-right:auto !important}#content .community-section-bloggers.grid{margin-top:clamp(34px, 0.03125 * 100vw, 45px) !important}#content .community-section-bloggers.grid>.fusion-row{display:flex;flex-wrap:wrap;row-gap:clamp(50px, 0.0888888889 * 100vw, 128px) !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .community-section-bloggers.grid>.fusion-row::after,#content .community-section-bloggers.grid>.fusion-row::before{display:none}#content .community-section-bloggers.grid>.fusion-row .grid-item,#content .community-section-bloggers.grid>.fusion-row .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .community-section-bloggers.grid>.fusion-row .row-description{margin-bottom:0 !important}#content .community-section-bloggers.grid>.fusion-row .row-description .title:last-child{margin-bottom:0 !important}#content .community-section-bloggers.grid>.fusion-row .row-back-to-top{margin-top:0 !important}#content .community-section-bloggers.grid>.fusion-row>*:not(.grid-item):not(.fwpl-result){width:100%}#content .community-section-bloggers.grid>.fusion-row .grid-item,#content .community-section-bloggers.grid>.fusion-row .fwpl-result{width:calc(100% / 3 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 3)) !important}@media (max-width:767px){#content .community-section-bloggers.grid>.fusion-row{flex-direction:column;align-items:center}#content .community-section-bloggers.grid>.fusion-row .grid-item,#content .community-section-bloggers.grid>.fusion-row .fwpl-result{width:100% !important;min-width:auto}}#content .card-testimonial{padding:clamp(30px, 0.0666666667 * 100vw, 96px) clamp(20px, 0.0666666667 * 100vw, 96px)}#content .card-testimonial.fusion_builder_column_1_1:not(:last-child){margin-bottom:clamp(40px, 0.0444444444 * 100vw, 64px) !important}#content .card-testimonial .fusion-text{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#707070;font-size:clamp(18px, 0.0166666667 * 100vw, 24px)}#content .card-testimonial .fusion-text::after{content:"";display:block;width:100%;height:1px;background-color:#d6d6d6;margin-top:clamp(16px, 0.0222222222 * 100vw, 32px);margin-bottom:clamp(16px, 0.0222222222 * 100vw, 32px)}#content .card-testimonial .fusion-person{display:flex;row-gap:10px;column-gap:clamp(12px, 0.0111111111 * 100vw, 16px)}#content .card-testimonial .fusion-person .person-shortcode-image-wrapper{width:clamp(40px, 0.0444444444 * 100vw, 64px);height:clamp(40px, 0.0444444444 * 100vw, 64px);border-radius:50%;overflow:hidden}#content .card-testimonial .fusion-person .person-desc{margin-top:0}#content .card-testimonial .fusion-person .person-desc .person-author{height:100%}#content .card-testimonial .fusion-person .person-desc .person-author-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}#content .card-testimonial .fusion-person .person-name{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#39a852;font-size:clamp(18px, 0.0166666667 * 100vw, 24px)}#content .card-testimonial .fusion-person .person-title{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#db393f;font-size:clamp(16px, 0.0125 * 100vw, 18px)}#content .card-testimonial .fusion-person .person-content:empty{display:none !important}#content .card-association{padding-left:clamp(20px, 0.0215277778 * 100vw, 31px);padding-right:clamp(20px, 0.0215277778 * 100vw, 31px)}#content .card-association .title-berry h3{font-family:"Quicksand";font-weight:700;line-height:1.2;letter-spacing:0.02em;color:#333333;font-size:clamp(20px, 0.0180555556 * 100vw, 26px) !important;padding-left:0 !important}#content .card-association .title-berry h3::before{position:static;margin-bottom:0.35em}#content .card-association .button-small{padding:0 13px !important;font-weight:500}#content .card-association .fusion-column-wrapper{height:100%;display:flex;flex-direction:column}#content .card-association .fusion-button-wrapper{margin-top:auto}#content .card-team{padding-bottom:16px;overflow:hidden;max-width:550px}#content .card-team .fusion-imageframe{aspect-ratio:1.266}#content .card-team .fusion-imageframe img{transform:scale(1);transition:all 0.6s ease-in-out 0s}#content .card-team .fusion-imageframe a{display:block;width:100%;height:100%}#content .card-team .fusion-imageframe a:hover img{transform:scale(1.05)}#content .card-team .fusion-text{display:flex;flex-direction:column;align-items:center;margin-top:clamp(15px, 0.0173611111 * 100vw, 25px)}#content .card-team .fusion-text::after{content:"";display:block;width:100%;max-width:265px;height:1px;margin:0 auto;background-color:#d6d6d6}#content .card-team .fusion-text h3{margin-top:0;margin-bottom:0}#content .card-team .fusion-text h3 a{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#333333;font-size:clamp(20px, 0.0166666667 * 100vw, 24px);transition:0.3s ease-in-out}#content .card-team .fusion-text h3 a:hover{opacity:0.85}#content .card-team .fusion-text p{margin-top:4px;margin-bottom:15px;font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#39a852;font-size:clamp(16px, 0.0125 * 100vw, 18px) !important}#content .card-team .person-email{margin-top:16px}#content .card-team .fusion-column-wrapper>*:not(.fusion-imageframe){margin-left:clamp(20px, 0.0277777778 * 100vw, 40px);margin-right:clamp(20px, 0.0277777778 * 100vw, 40px)}@media (min-width:981px){#content .fsga-section-video-above{padding-bottom:clamp(100px, 0.1111111111 * 100vw, 160px) !important}}#content .fsga-section-video .video a{background-color:#39a852;border:8px solid #fff;border-radius:18px;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08)}#content .fsga-section-video .video a::before{content:"";position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));border-radius:8px}#content .fsga-section-video .video a::after{z-index:2}@media (min-width:981px){#content .fsga-section-video .video a::after{width:clamp(70px, 0.125 * 100vw, 180px) !important;height:clamp(70px, 0.125 * 100vw, 180px) !important}}#content .fsga-section-video .video img{border-radius:8px;position:relative}#content .fsga-section-associations.grid>.fusion-row{display:flex;flex-wrap:wrap;row-gap:clamp(40px, 0.0444444444 * 100vw, 64px) !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .fsga-section-associations.grid>.fusion-row::after,#content .fsga-section-associations.grid>.fusion-row::before{display:none}#content .fsga-section-associations.grid>.fusion-row .grid-item,#content .fsga-section-associations.grid>.fusion-row .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .fsga-section-associations.grid>.fusion-row .row-description{margin-bottom:0 !important}#content .fsga-section-associations.grid>.fusion-row .row-description .title:last-child{margin-bottom:0 !important}#content .fsga-section-associations.grid>.fusion-row .row-back-to-top{margin-top:0 !important}#content .fsga-section-associations.grid>.fusion-row>*:not(.grid-item):not(.fwpl-result){width:100%}#content .fsga-section-associations.grid>.fusion-row .grid-item,#content .fsga-section-associations.grid>.fusion-row .fwpl-result{width:calc(100% / 3 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 3)) !important}@media (max-width:767px){#content .fsga-section-associations.grid>.fusion-row{flex-direction:column;align-items:center}#content .fsga-section-associations.grid>.fusion-row .grid-item,#content .fsga-section-associations.grid>.fusion-row .fwpl-result{width:100% !important;min-width:auto}}@media (min-width:981px){#content .fsga-section-associations .row-description .title{margin-bottom:clamp(38 * 32 !importantpx, 0.0263888889 * 100vw, 38px)}#content .fsga-section-associations .card-association{padding-bottom:clamp(25px, 0.0229166667 * 100vw, 33px) !important}}#content .section-team{position:relative;z-index:1}#content .section-team .modal-anchor-hidden{display:none}.modal-team .person-banner{background-size:cover;background-position:top center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;min-height:clamp(275px, 0.2777777778 * 100vw, 400px);padding:clamp(32px, 0.0277777778 * 100vw, 40px) clamp(20px, 0.0555555556 * 100vw, 80px);position:relative}.modal-team .person-banner h3{color:#fff;font-weight:400;line-height:1.2;letter-spacing:0.02em;font-size:clamp(24px, 0.0333333333 * 100vw, 48px) !important;margin-bottom:0}.modal-team .person-banner p{font-weight:700;line-height:1.2;letter-spacing:0.02em;font-size:clamp(18px, 0.0180555556 * 100vw, 26px) !important;margin-top:16px;margin-bottom:0}.modal-team .person-banner::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 168%)}.modal-team .person-banner>*{position:relative;z-index:2}.modal-team .modal-body p{margin-top:0;margin-bottom:clamp(20px, 0.0166666667 * 100vw, 24px)}.modal-team .modal-body p:last-child{margin-bottom:0}.modal-team .modal-body strong{font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#db393f;font-size:clamp(16px, 0.0125 * 100vw, 18px)}.modal-team .modal-body blockquote{margin:clamp(24px, 0.0277777778 * 100vw, 40px) 0;padding:clamp(32px, 0.05 * 100vw, 72px) clamp(0px, 0.0555555556 * 100vw, 80px);border-left:initial;position:relative}.modal-team .modal-body blockquote::before,.modal-team .modal-body blockquote::after{content:"";display:block;position:absolute;left:0;width:100%;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}.modal-team .modal-body blockquote::before{background-image:url(../img/blockquote-top.png);top:0}.modal-team .modal-body blockquote::after{background-image:url(../img/blockquote-bottom.png);bottom:0}.modal-team .modal-body blockquote p{font-family:"Paytone One";font-style:normal;font-weight:400;line-height:1.188;letter-spacing:0.02em;color:#707070;font-size:clamp(18px, 0.0222222222 * 100vw, 32px)}.modal-team .modal-body .person-email{margin-top:16px;display:inline-block;border-radius:8px;box-shadow:0px 0px 16px rgba(0, 0, 0, 0.08);text-transform:capitalize}@media (min-width:1200px){.modal-team .modal-lg{width:1034px}}.modal-team .modal-lg .modal-body{padding:clamp(32px, 0.0555555556 * 100vw, 80px) clamp(20px, 0.0555555556 * 100vw, 80px) !important}#content .hidden{display:none !important}#content .card-handout .fusion-imageframe{height:0;padding-top:80%;border-radius:8px 8px 0 0}#content .card-handout .fusion-imageframe img{position:absolute;top:0;left:0}#content .card-handout .fusion-title{flex-grow:1}#content .card-handout .fusion-title h3{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#333333;font-size:clamp(16px, 0.0125 * 100vw, 18px) !important}#content .card-handout .fusion-button{font-weight:500}#content .card-recipes .fwpl-row,#content .section-popular-recipes .fwpl-result .fwpl-row{width:100%}#content .card-recipes .fusion-imageframe,#content .section-popular-recipes .fwpl-result .fusion-imageframe{height:0;padding-top:39.6%;border-radius:16px 16px 0 0}#content .card-recipes .fusion-imageframe img,#content .section-popular-recipes .fwpl-result .fusion-imageframe img{position:absolute;top:0;left:0}#content .card-recipes .fusion-title,#content .section-popular-recipes .fwpl-result .fusion-title{flex-grow:1;align-items:flex-start;margin-bottom:clamp(8px, 0.0111111111 * 100vw, 16px)}#content .card-recipes .fusion-title a,#content .section-popular-recipes .fwpl-result .fusion-title a{font-family:"Quicksand";font-weight:700;line-height:1.25;letter-spacing:0.02em;color:#333333;font-size:clamp(18px, 0.0180555556 * 100vw, 26px);display:block}#content .card-recipes .cooking-time,#content .section-popular-recipes .fwpl-result .cooking-time{font-family:"Quicksand";font-weight:700;line-height:1.3;letter-spacing:0.02em;color:#707070;font-size:clamp(16px, 0.0125 * 100vw, 18px)}#content .card-recipes .cooking-time:not(.is-empty),#content .section-popular-recipes .fwpl-result .cooking-time:not(.is-empty){position:relative;padding-left:1.75em}#content .card-recipes .cooking-time:not(.is-empty)::after,#content .section-popular-recipes .fwpl-result .cooking-time:not(.is-empty)::after{content:" mins"}#content .card-recipes .cooking-time:not(.is-empty)::before,#content .section-popular-recipes .fwpl-result .cooking-time:not(.is-empty)::before{content:"";display:block;mask-size:contain;-webkit-mask-size:contain;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-image:url(/wp-content/uploads/2023/03/icon-clock.svg);-webkit-mask-image:url(/wp-content/uploads/2023/03/icon-clock.svg);background:#db393f;width:1.1em;height:1.1em;position:absolute;left:0.15em;top:0.1em}#content .card-recipes .fusion-button,#content .section-popular-recipes .fwpl-result .fusion-button{margin-top:clamp(16px, 0.0222222222 * 100vw, 32px);padding-left:12px;padding-right:12px}#content .card-recipes .fusion-button button,#content .section-popular-recipes .fwpl-result .fusion-button button,#content .card-recipes .fusion-button a,#content .section-popular-recipes .fwpl-result .fusion-button a{border:none;background:transparent;color:#fff;padding:0;cursor:pointer;font-family:"Quicksand";font-style:normal;font-weight:500;font-size:16px;text-align:center;letter-spacing:0.02em}#content .card-recipes .column-card,#content .section-popular-recipes .fwpl-result .column-card{border-radius:16px;padding-bottom:clamp(30px, 0.0222222222 * 100vw, 32px);display:flex;flex-direction:column;align-items:flex-start;height:100%;background-color:#fff}#content .card-recipes .column-card .fusion-imageframe,#content .section-popular-recipes .fwpl-result .column-card .fusion-imageframe{width:100%;margin-bottom:clamp(20px, 0.0222222222 * 100vw, 32px)}#content .card-recipes .column-card>.fwpl-item:not(.fusion-imageframe),#content .section-popular-recipes .fwpl-result .column-card>.fwpl-item:not(.fusion-imageframe){margin-left:clamp(20px, 0.0222222222 * 100vw, 32px);margin-right:clamp(20px, 0.0222222222 * 100vw, 32px)}@media (max-width:767px){#content .card-recipes .column-card>.fwpl-item:not(.fusion-imageframe),#content .section-popular-recipes .fwpl-result .column-card>.fwpl-item:not(.fusion-imageframe){margin-left:clamp(15px, 0.0417209909 * 100vw, 32px);margin-right:clamp(15px, 0.0417209909 * 100vw, 32px)}}@media (max-width:767px){#content .card-recipes,#content .section-popular-recipes .fwpl-result{max-width:420px}}#content .row-anchor{position:absolute;bottom:100%;height:clamp(50px, 0.0722222222 * 100vw, 104px);pointer-events:none}#content .row-back-to-top{order:10}#content .row-back-to-top:not(:first-child){margin-top:clamp(40px, 0.0444444444 * 100vw, 64px) !important}#content .row-back-to-top:last-child{margin-bottom:0}#content .row-back-to-top .fusion-column-wrapper{display:flex;align-items:center}#content .row-back-to-top .fusion-column-wrapper::before,#content .row-back-to-top .fusion-column-wrapper::after{content:"";display:block;height:1px;flex-grow:1;background-color:#d6d6d6}#content .row-back-to-top .fusion-column-wrapper::before{margin-right:clamp(15px, 0.0166666667 * 100vw, 24px)}#content .row-back-to-top .fusion-column-wrapper::after{margin-left:clamp(15px, 0.0166666667 * 100vw, 24px)}#content .row-back-to-top .fusion-column-wrapper .loadMoreBtn{margin-right:clamp(15px, 0.0166666667 * 100vw, 24px)}#content .row-back-to-top .fusion-column-wrapper .fusion-clearfix{display:none}#content .row-back-to-top .fusion-button{background-color:#39a852;transition:all 0.2s}#content .row-back-to-top .fusion-button:hover{background-color:#37bb55}#content .about-page-menu .menu{padding:clamp(15px, 0.0170454545 * 100vw, 30px) clamp(15px, 0.0142045455 * 100vw, 25px);box-shadow:0px 8px 10px rgba(0, 0, 0, 0.1)}#content .about-page-menu .menu .fusion-column-wrapper{display:flex;align-items:center;column-gap:clamp(7px, 0.0090909091 * 100vw, 16px);row-gap:10px}#content .about-page-menu .menu .fusion-button-wrapper{display:flex}#content .about-page-menu .menu .fusion-button-wrapper::after{content:"";display:block;width:1px;height:clamp(32px, 0.0340909091 * 100vw, 60px)}#content .about-page-menu .menu .fusion-button-wrapper:not(:nth-last-child(2))::after{background-color:#f5f5f5;margin-left:clamp(7px, 0.0090909091 * 100vw, 16px)}#content .about-page-menu .menu .fusion-button{padding:0 !important;font-family:"Quicksand";font-weight:700;line-height:1.3;text-align:center;letter-spacing:0.02em;color:#db393f;font-size:clamp(15px, 0.0102272727 * 100vw, 18px);display:flex;align-items:center}#content .about-page-menu .menu .fusion-clearfix{display:none !important}@media (max-width:1200px){#content .about-page-menu .menu .fusion-column-wrapper{flex-wrap:wrap;justify-content:center}#content .about-page-menu .menu .fusion-button-wrapper{max-width:initial}#content .about-page-menu .menu .fusion-button-wrapper:not(:nth-last-child(2))::after{height:20px}}@media (max-width:380px){#content .about-page-menu .menu .fusion-column-wrapper{flex-direction:column}#content .about-page-menu .menu .fusion-column-wrapper::after{display:none}}#content .about-section-handouts.grid>.fusion-row{display:flex;flex-wrap:wrap;row-gap:clamp(40px, 0.0444444444 * 100vw, 64px) !important;column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .about-section-handouts.grid>.fusion-row::after,#content .about-section-handouts.grid>.fusion-row::before{display:none}#content .about-section-handouts.grid>.fusion-row .grid-item,#content .about-section-handouts.grid>.fusion-row .fwpl-result{margin-right:0 !important;margin-bottom:0 !important}#content .about-section-handouts.grid>.fusion-row .row-description{margin-bottom:0 !important}#content .about-section-handouts.grid>.fusion-row .row-description .title:last-child{margin-bottom:0 !important}#content .about-section-handouts.grid>.fusion-row .row-back-to-top{margin-top:0 !important}#content .about-section-handouts.grid>.fusion-row>*:not(.grid-item):not(.fwpl-result){width:100%}#content .about-section-handouts.grid>.fusion-row .grid-item,#content .about-section-handouts.grid>.fusion-row .fwpl-result{width:calc(100% / 3 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 3)) !important}@media (max-width:767px){#content .about-section-handouts.grid>.fusion-row{flex-direction:column;align-items:center}#content .about-section-handouts.grid>.fusion-row .grid-item,#content .about-section-handouts.grid>.fusion-row .fwpl-result{width:100% !important;min-width:auto}}@media (max-width:980px) and (min-width:768px){#content .about-section-handouts.grid>.fusion-row{column-gap:clamp(20px, 0.0444444444 * 100vw, 64px)}#content .about-section-handouts.grid>.fusion-row .grid-item,#content .about-section-handouts.grid>.fusion-row .fwpl-result{width:calc(100% / 2 - clamp(20px, 0.0444444444 * 100vw, 64px) + (clamp(20px, 0.0444444444 * 100vw, 64px) / 2)) !important}}#content .section-popular-recipes .loadMoreBtn .loadMoreBtn-label{font-size:18px;line-height:32px;padding:4px 24px;border-radius:8px;letter-spacing:0.02em;font-family:"Quicksand";font-weight:700;background-color:#db393f;color:#fff;display:inline-block;transition:all 0.2s}#content .section-popular-recipes .loadMoreBtn .loadMoreBtn-label:hover{background-color:#f64b52}@media (max-width:479px){#content .section-popular-recipes .row-back-to-top .fusion-column-wrapper{flex-wrap:wrap;justify-content:center;gap:15px}#content .section-popular-recipes .row-back-to-top .fusion-column-wrapper::before,#content .section-popular-recipes .row-back-to-top .fusion-column-wrapper::after{display:none}#content .section-popular-recipes .row-back-to-top .fusion-column-wrapper .loadMoreBtn{margin-right:0}}#content .section-popular-recipes .fusion-layout-column{margin-bottom:0 !important}#content .about-section-benefits .fusion-imageframe{margin-bottom:clamp(32px, 0.0444444444 * 100vw, 64px) !important}#content .section-upick-locations .subscribe_section__inner_row{padding-top:clamp(24px, 0.0277777778 * 100vw, 40px);padding-bottom:clamp(24px, 0.0277777778 * 100vw, 40px)}#content .section-upick-locations .subscribe_section__inner_row p{font-size:clamp(16px, 0.0125 * 100vw, 18px)}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdzdev-dz-fsga.pantheonsite.io%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fcomponents%2F_fancybox.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_mixin.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_youtube-channel.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_banner-resept.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fglobal%2F_resept-single.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fcomponents%2F_resept-cta-block.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fcomponents%2F_resept-blog-layout.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_kids-education.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_bring.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_thank-you.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_contact-us.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_membership.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_resources.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_news.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_post.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_events.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_recipes.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_u-pick.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_community.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_fsga.scss%22%2C%22wp-content%2Fthemes%2Ffsga%2Fscss%2Fpages%2F_about.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22GAAA%2CgBAAA%2CoFAAA%2CCAAoG%2CUAAA%2CuCAAA%2CCAAkD%2CiDAAA%2CkBAAA%2CCAAoE%2CuBAAA%2CuBAAA%2CCAA%2BC%2CsBAAA%2C2BAAA%2CCAAkD%2CoBAAA%2CgEAAA%2CCAAqF%2CiBAAA%2CYAAA%2CCAA8B%2CiBAAA%2CoNAAA%2CCAAsO%2CUAAA%2CiCAAA%2CCAA4C%2CgBAAA%2CqJAAA%2CCAAsK%2C%2BBAAA%2CwFAAA%2CCAAwH%2CqCAAA%2CoMAAA%2CCAAwO%2CiDAAA%2CSAAA%2CCAA2D%2CkBAAA%2CuaAAA%2CCAAyb%2CoDAAA%2CoDAAA%2CCAAyG%2C0BAAA%2CSAAA%2CCAAoC%2C0BAAA%2CUAAA%2CCAAqC%2C4BAAA%2C0BAAA%2CCAAsD%2CsBAAA%2C%2BRAAA%2CCAAsT%2CmBAAA%2CoBAAA%2CCAAwC%2C8BAAA%2C4CAAA%2CCAA2E%2CqBAAA%2CguCAAA%2CCAAsvC%2CoBAAA%2CmEAAA%2CCAAwF%2C6BAAA%2CiCAAA%2CCAA%2BD%2CoBAAA%2CwEAAA%2CCAA6F%2CiBAAA%2CwBAAA%2CCAA0C%2CiBAAA%2CwaAAA%2CCAA0b%2C0BAAmC%2CiBAAA%2CkBAAA%2CCAAA%2CCAAqC%2CmBAAA%2CiQAAA%2CCAAqR%2C0DAAA%2CmCAAA%2CCAA8F%2CmBAAA%2C4LAAA%2CCAAgN%2C%2BBAAA%2CiBAAA%2CCAAiD%2CqCAAA%2C0CAAA%2CCAAgF%2CiCAAA%2CUAAA%2CCAA4C%2CyCAAA%2CSAAA%2CCAAmD%2C0BAAmC%2CyCAAA%2CUAAA%2CCAAA%2CCAAqD%2CyCAAA%2CQAAA%2CCAAkD%2C0BAAmC%2CyCAAA%2CSAAA%2CCAAA%2CCAAoD%2C2BAAA%2C8IAAA%2CCAA0K%2C0BAAmC%2C2BAAA%2CUAAA%2CCAAA%2CCAAuC%2C8CAAA%2CqEAAA%2CCAAoH%2C%2BCAAA%2CmBAAA%2CCAAmE%2CmBAAA%2CmIAAA%2CCAAuJ%2CoCAAA%2C2BAAA%2CCAAgE%2CuBAAA%2C8JAAA%2CCAAsL%2C8BAAA%2CuLAAA%2CCAAqN%2C2BAA2B%2CKAAA%2CwBAAA%2CCAAA%2CCAA%2BB%2CyBAAyB%2CGAAA%2C2CAAA%2CCAA8C%2CIAAA%2CgDAAA%2CCAAoD%2CKAAA%2CiDAAA%2CCAAA%2CCAAuD%2CiGAAA%2CkCAAA%2CCAAoI%2CqWAAA%2C8CAAA%2CCAAmZ%2C6TAAA%2C0CAAA%2CCAAuW%2CiBAAA%2CyCAAA%2CCAA0D%2CkBAAA%2CyCAAA%2CCAA2D%2CmBAAA%2C0CAAA%2CCAA6D%2CsBAAA%2C8CAAA%2CCAAoE%2CqBAAA%2C6CAAA%2CCAAkE%2CuBAAA%2C%2BCAAA%2CCAAsE%2C2BAA2B%2CKAAA%2CSAAA%2CCAAe%2CGAAA%2CSAAA%2CCAAA%2CCAAc%2C4BAA4B%2CGAAA%2CSAAA%2CCAAA%2CCAAc%2C6BAA6B%2CKAAA%2CuDAAA%2CCAA6D%2CGAAA%2CiDAAA%2CCAAA%2CCAAsD%2CgCAAgC%2CGAAA%2CuDAAA%2CCAAA%2CCAA4D%2C%2BBAA%2BB%2CGAAA%2C2CAAA%2CCAAA%2CCAAgD%2CiCAAiC%2CGAAA%2C0CAAA%2CCAAA%2CCAA%2BC%2CqCAAA%2CkEAAA%2CCAAoG%2CwDAAA%2CoBAAA%2CCAA6E%2C8DAAA%2CyCAAA%2CCAAoG%2C8DAAA%2CmFAAA%2CCAA8I%2CuHAAA%2CuBAAA%2CCAA%2BI%2CqHAAA%2C2BAAA%2CCAAiJ%2CwDAAA%2CWAAA%2CCAAoE%2CoEAAA%2CcAAA%2CCAAmF%2CqEAAA%2CeAAA%2CCAAqF%2CqEAAA%2CuBAAA%2CCAA6F%2CoEAAA%2C2BAAA%2CCAAgG%2CiBAAA%2CuEAAA%2CCAAyF%2C8BAAA%2C%2BCAAA%2CCAA8E%2C0CAAA%2CgBAAA%2CCAA2D%2CmCAAA%2CkCAAA%2CCAAsE%2CsDAAA%2CiCAAA%2CCAAwF%2CoDAAA%2CiDAAA%2CCAAsG%2CqCAAA%2CiCAAA%2CCAAuE%2CwDAAA%2CeAAA%2CCAAwE%2CsDAAA%2C0BAAA%2CCAAiF%2CiCAAA%2CkCAAA%2CCAAoE%2CoDAAA%2CsBAAA%2CCAA2E%2CkDAAA%2CuCAAA%2CCAA0F%2C4UAAA%2C4DAAA%2CCAAyY%2CmMAAA%2CqBAAA%2CCAAyN%2CyIAAA%2CuDAAA%2CCAAiM%2CyQAAA%2CqDAAA%2CCAA2T%2CgEAAA%2CkBAAA%2CCAAmF%2CwCAAA%2CoEAAA%2CCAA6G%2CsBAAA%2CoIAAA%2CCAA2J%2CkBAAA%2CkFAAA%2CCAAqG%2CsEAAA%2CiDAAA%2CCAAuH%2C8DAAA%2CSAAA%2CCAAwE%2CmCAAA%2C6LAAA%2CCAAiO%2C2DAAA%2CkQAAA%2CCAA6T%2C2EAAA%2CYAAA%2CCAAuF%2CqCAAA%2CoCAAA%2CCAA0E%2CiBAAA%2C6QAAA%2CCAA2R%2CmBAAA%2CqwBAAA%2CCAAyxB%2C0BAAmC%2CmBAAA%2CWAAA%2CCAAA%2CCAAgC%2CuEAAA%2CiDAAA%2CCAAwH%2C%2BDAAA%2CSAAA%2CCAAyE%2C0BAAA%2CYAAA%2CCAAuC%2CgCAAA%2CiBAAA%2CCAAkD%2CkCAAA%2CqDAAA%2CCAAwF%2CiCAAA%2CgBAAA%2CCAAkD%2CyBAAyB%2CmDAAA%2CYAAA%2CCAAA%2CCAAiE%2CmBAAA%2C4LAAA%2CCAAgN%2CoBAAA%2CsPAAA%2CCAA2Q%2C0CAAA%2CSAAA%2CCAAoD%2C6CAAA%2CYAAA%2CCAA0D%2C6EAAA%2CYAAA%2CCAA0F%2C6EAAA%2CaAAA%2CCAA2F%2C4CAAA%2CYAAA%2CCAAyD%2C%2BEAAA%2CYAAA%2CCAA4F%2C%2BEAAA%2CaAAA%2CCCmHtwe%2C8WAAA%2CsEAAA%2CCAMC%2CsYAAA%2CuGAAA%2CCCzHD%2CYAAA%2CgBAAA%2CCAGA%2CEAAA%2CkHAAA%2CCCuFC%2CyBDhFA%2CkEAAA%2C0DAAA%2CCAIA%2CyCAAA%2CqHAAA%2CCAMA%2C2BAAA%2C0DAAA%2CCAIA%2C8BAAA%2C0DAAA%2CCAAA%2CCC4DA%2CyBAAA%2CMAAA%2C6GAAA%2CCAAA%2CCD9CA%2CiBAAA%2CcAAA%2CCAGA%2CYAAA%2CyBAAA%2CCC%2BBA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCDpDA%2CYAAA%2CyBAAA%2CCC4BA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCDjDA%2CYAAA%2CyBAAA%2CCCyBA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCD9CA%2CYAAA%2CyBAAA%2CCCsBA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCD3CA%2CYAAA%2CyBAAA%2CCCmBA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCDxCA%2CYAAA%2CyBAAA%2CCCgBA%2C0BAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CYAAA%2CyBAAA%2CCAAA%2CCDrCA%2CwBAAA%2C2FAAA%2CCAMC%2C4CAAA%2CiBAAA%2CCAGA%2CqCAAA%2CyCAAA%2CCAIC%2C2CAAA%2CkBAAA%2CCAGA%2C%2BCAAA%2CmCAAA%2CCAID%2CqCAAA%2C8CAAA%2CCAKA%2CkCAAA%2CkDAAA%2CCAIA%2CwCAAA%2C0DAAA%2CCAKA%2C0BAAA%2CwCAAA%2CCAKA%2CkCAAA%2CqDAAA%2CCAIC%2CwCAAA%2CwBAAA%2CCAOF%2CkBAAA%2C2DAAA%2CCCnBA%2CyBAAA%2CkBAAA%2C8BAAA%2CCAAA%2CCD0BC%2CwBAAA%2CoKAAA%2CCCpBD%2CyBAAA%2CkBAAA%2CuMAAA%2CCD8CC%2CwBAAA%2CwBAAA%2CCAAA%2CCAID%2CyBAAA%2CkBAAA%2CcAAA%2CCAAA%2CCAID%2CYAAA%2CaAAA%2CCAEC%2CcAAA%2C%2BBAAA%2CCAGC%2CoBAAA%2C2QAAA%2CCAYA%2CoBAAA%2CCACC%2C2BAAA%2C2CAAA%2CCAQF%2CgBAAA%2CwDAAA%2CCAMD%2CaAAA%2CgBAAA%2CCAME%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2CuLAAA%2CCC3GF%2CyBAAA%2C4GAAA%2CmDAAA%2CCAAA%2CCAYA%2CyBAAA%2C4GAAA%2C0DAAA%2CCAAA%2CCD0HD%2CaAAA%2CgBAAA%2CCAEC%2CgEAAA%2C2BAAA%2CCAKC%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2CkMAAA%2CCChJF%2CyBAAA%2C4GAAA%2CsBAAA%2CCAAA%2CCDyKE%2CwGAAA%2CcAAA%2CCAEC%2CyBACC%2CgIAAA%2CsHAAA%2CCAAA%2CCC5KJ%2C%2BCAAA%2CgIAAA%2CsBAAA%2CCAAA%2CCD2LD%2CaAAA%2CgBAAA%2CCAEC%2CgEAAA%2C0DAAA%2CCAMC%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2CqLAAA%2CCC1LF%2CyBAAA%2C4GAAA%2C6IAAA%2CCAAA%2CCAAA%2CyBAAA%2CoFAAA%2CcAAA%2CCAAA%2CCANA%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCDgOD%2CaAAA%2CgBAAA%2CCAEC%2CgEAAA%2C0DAAA%2CCAMC%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2CuLAAA%2CCCrOF%2CyBAAA%2CoFAAA%2CcAAA%2CCAAA%2CCANA%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCDiQD%2CaAAA%2CgBAAA%2CCAEC%2CgEAAA%2C0DAAA%2CCAMC%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2CsLAAA%2CCC5QF%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCD%2BRD%2CaAAA%2CgBAAA%2CCAEC%2CgEAAA%2C0DAAA%2CCAMC%2CoFAAA%2CsCAAA%2CCAGC%2C4GAAA%2C0LAAA%2CCC1SF%2CyBAAA%2C4GAAA%2CYAAA%2CCAAA%2CCAAA%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCDgUD%2CaAAA%2CgBAAA%2CCAGC%2CgEAAA%2C0DAAA%2CCAOC%2CoFAAA%2CsCAAA%2CCAIC%2C4GAAA%2CqLAAA%2CCC9UF%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCDkWD%2CaAAA%2CgBAAA%2CCAGC%2CgEAAA%2C0DAAA%2CCAOC%2CoFAAA%2CsCAAA%2CCAIC%2C4GAAA%2C6MAAA%2CCChXF%2CyBAAA%2CgEAAA%2C2BAAA%2CCAAA%2CCDmYD%2CeAAA%2CgBAAA%2CCAEC%2CwEAAA%2C0DAAA%2CCAMC%2C4FAAA%2CiBAAA%2CCAEC%2CoHAAA%2CyLAAA%2CCCvYF%2CyBAAA%2CoHAAA%2CwGAAA%2CCAAA%2CCD8ZA%2CicAAA%2CmTAAA%2CCC5VA%2CioBAAA%2CoBAAA%2CCAIA%2CitBAAA%2CoBAAA%2CCAIA%2CiuBAAA%2CoBAAA%2CCAIA%2CiyBAAA%2CoBAAA%2CCAIA%2Ci3BAAA%2CoBAAA%2CCDiXC%2CyBAAA%2CicAAA%2CgDAAA%2CCAAA%2CCAMD%2CkBAAA%2C2CAAA%2CCAGA%2CgBAAA%2C2OAAA%2CCAYD%2CmBAAA%2CYAAA%2CCClgBC%2CyBDsgBA%2C8CAAA%2C8HAAA%2CCAOC%2CkDAAA%2CYAAA%2CCAID%2CuEAAA%2CeAAA%2CCAGA%2CsBAAA%2C6EAAA%2CCAAA%2CCAMD%2CiBAAA%2C4EAAA%2CCAKC%2CyBAAA%2C0IAAA%2CCAYA%2CwBAAA%2C6IAAA%2CCAYA%2CqBAAA%2CUAAA%2CCAKA%2COAAA%2CqCAAA%2CCCxhBA%2CyBAAA%2COAAA%2CcAAA%2CCAAA%2CCD%2BhBA%2COAAA%2CaAAA%2CCAID%2CSAAA%2CwBAAA%2CCAKE%2CwDAAA%2CiBAAA%2CCCxiBD%2CyBAAA%2CmBAAA%2CiBAAA%2CCD6iBE%2C8DAAA%2C2BAAA%2CCAIA%2CwDAAA%2CUAAA%2CCAAA%2CCAID%2C0CAAA%2CQAAA%2CCAGA%2CkCAAA%2CeAAA%2CCAGA%2C8DAAA%2CsCAAA%2CCC3jBD%2CyBAAA%2C8DAAA%2CiBAAA%2CCAAA%2CCDikBE%2C6NAAA%2CmCAAA%2CCAKC%2C8dAAA%2C6CAAA%2CCC9fH%2CiQAAA%2CaAAA%2CCAIA%2CgRAAA%2CaAAA%2CCAIA%2CmRAAA%2CaAAA%2CCAIA%2C%2BRAAA%2CaAAA%2CCAIA%2C8SAAA%2CaAAA%2CCDufE%2CuEAAA%2CuBAAA%2CCAKD%2CgEAAA%2CiBAAA%2CCCplBD%2CyBAAA%2CgEAAA%2CQAAA%2CCAAA%2CCD0lBE%2CkFAAA%2CYAAA%2CCAID%2CqEAAA%2CyEAAA%2CCC9lBD%2CyBAAA%2CqEAAA%2CoCAAA%2CCAAA%2CCDqmBE%2CyBAAA%2CqEAAA%2CwBAAA%2CCAAA%2CCAKA%2C4GAAA%2CwBAAA%2CCAID%2CyBAEE%2C6UAAA%2CyCAAA%2CCAAA%2CCChnBH%2CyBDynBG%2C6UAAA%2CwBAAA%2CCAAA%2CCAOF%2C8DAAA%2CmDAAA%2CCAKA%2CsEAAA%2C6HAAA%2CCASA%2CyEAAA%2CwBAAA%2CCAIC%2C8DAAA%2CmEAAA%2CCAKC%2C4EAAA%2CcAAA%2CCAKF%2CqCAAA%2CgIAAA%2CCC5pBD%2CyBAAA%2CqCAAA%2CcAAA%2CCAAA%2CCDuqBC%2C%2BEAAA%2CgBAAA%2CCAGC%2CiGAAA%2CiBAAA%2CCAEC%2CuHAAA%2CiBAAA%2CCAID%2CyHAAA%2CYAAA%2CCAEC%2CqIAAA%2CmCAAA%2CCAGC%2CqJAAA%2CwHAAA%2CCAWA%2CmJAAA%2CoKAAA%2CCAgBC%2CmKAAA%2CSAAA%2CCAOJ%2C2IAAA%2C6FAAA%2CCAOC%2CqJAAA%2CaAAA%2CCAID%2CoEAAA%2C%2BHAAA%2CCAUC%2CyEAAA%2CoHAAA%2CCASD%2C6DAAA%2CYAAA%2CCAMA%2CgDAAA%2CwEAAA%2CCAOA%2C6BAAA%2CeAAA%2CCAKA%2C6BAAA%2CeAAA%2CCAMA%2C8BAAA%2CgBAAA%2CCAID%2CiBAAA%2CmOAAA%2CCAYC%2CwBAAA%2CyIAAA%2CCAWA%2CuBAAA%2CoBAAA%2CCAEC%2C8BAAA%2CSAAA%2CCAID%2CsBAAA%2CaAAA%2CCAKF%2COAAA%2CsBAAA%2CCAOC%2C2DAAA%2CyIAAA%2CCD5vBA%2CoJAAA%2CYAAA%2CCAMA%2CsKAAA%2CoDAAA%2CCAOA%2C6FAAA%2C0BAAA%2CCAME%2CiIAAA%2C0BAAA%2CCAMF%2C6FAAA%2CuBAAA%2CCAIA%2CmIAAA%2CUAAA%2CCAKA%2CsKAAA%2CyHAAA%2CCAOC%2CyBAAA%2C2DAAA%2CwCAAA%2CCAKC%2CsKAAA%2CoCAAA%2CCAAA%2CCCstBF%2C2DAAA%2CyIAAA%2CCDpwBA%2CoJAAA%2CYAAA%2CCAMA%2CsKAAA%2CoDAAA%2CCAOA%2C6FAAA%2C0BAAA%2CCAME%2CiIAAA%2C0BAAA%2CCAMF%2C6FAAA%2CuBAAA%2CCAIA%2CmIAAA%2CUAAA%2CCAKA%2CsKAAA%2CyHAAA%2CCAOC%2CyBAAA%2C2DAAA%2CwCAAA%2CCAKC%2CsKAAA%2CoCAAA%2CCAAA%2CCC8tBF%2CyIAAA%2CyJAAA%2CCAeA%2CqJAAA%2C6HAAA%2CCAcA%2CqJAAA%2CgDAAA%2CCAUC%2CqMAAA%2CyYAAA%2CCAYD%2CuBAAA%2C0GAAA%2CCAKE%2CwDAAA%2C0BAAA%2CCAKC%2C0DAAA%2C0BAAA%2CCAMF%2CyDAAA%2C8DAAA%2CCAMD%2CyFAAA%2CkIAAA%2CCAQE%2C2CAAA%2C2BAAA%2CCAKD%2C2CAAA%2CyGAAA%2CCAKA%2CsCAAA%2CuBAAA%2CCAKD%2CgCAAA%2CkBAAA%2CCAGC%2CqEAAA%2C0BAAA%2CCAMA%2CwCAAA%2C0BAAA%2CCAGC%2C2CAAA%2C2BAAA%2CCAKD%2CuCAAA%2CkDAAA%2CCAOA%2CsCAAA%2CsGAAA%2CCDp4BD%2C2FAAA%2CYAAA%2CCAMA%2CoGAAA%2CoDAAA%2CCAOA%2CuDAAA%2C0BAAA%2CCAME%2CyEAAA%2C0BAAA%2CCAMF%2CuDAAA%2CuBAAA%2CCAIA%2C0EAAA%2CUAAA%2CCAKA%2CoGAAA%2CyHAAA%2CCAOC%2CyBAAA%2CsCAAA%2CwCAAA%2CCAKC%2CoGAAA%2CoCAAA%2CCAAA%2CCC21BD%2C8CAAA%2C8HAAA%2CCAKA%2C0CAAA%2C0BAAA%2CCAIE%2CuDAAA%2CeAAA%2CCAMF%2C0CAAA%2C0BAAA%2CCC1%2FBD%2CyBDigCI%2CkEAAA%2C%2BBAAA%2CCAKD%2CuDAAA%2CeAAA%2CCAAA%2CCCx%2BBH%2CyBDg%2FBE%2CsCAAA%2C%2BCAAA%2CCAKC%2C4DAAA%2C0BAAA%2CCAIA%2C2FAAA%2CuBAAA%2CCAMD%2C0CAAA%2COAAA%2CCAKE%2CkEAAA%2CgEAAA%2CCASF%2C0CAAA%2COAAA%2CCAIC%2C6DAAA%2CgEAAA%2CCAAA%2CCASF%2CkEAAA%2CkDAAA%2CCAMD%2CwBAAA%2CmKAAA%2CCAYC%2C0BAAA%2CwBAAA%2CuFAAA%2CCAAA%2CCAIA%2CyBAAA%2CwBAAA%2C8BAAA%2CCAAA%2CCAIA%2C0CAAA%2CwBAAA%2CCAIA%2CsCAAA%2CuBAAA%2CCAOA%2C8CAAA%2CwIAAA%2CCASA%2C8XAAA%2CUAAA%2CCAcD%2CiBAAA%2CmCAAA%2CCAQA%2CuBAAA%2CmCAAA%2CCAOA%2CyBAAA%2CmCAAA%2CCAQA%2CoBAAA%2CwFAAA%2CCAMC%2C4BAAA%2CuNAAA%2CCAaA%2C2BAAA%2CgOAAA%2CCAeD%2C2BAAA%2CmCAAA%2CCAIC%2CqEAAA%2C0GAAA%2CCAYA%2CkCAAA%2CkCAAA%2CCAKA%2CmCAAA%2C%2BBAAA%2CCAOD%2C2BAAA%2CqBAAA%2CCAKA%2CoGAAA%2CiCAAA%2CCAMA%2CqHAAA%2C6DAAA%2CCAMA%2CqBAAA%2CiBAAA%2CCAMA%2C0BAAA%2CqCAAA%2CCAIC%2C2CAAA%2CgEAAA%2CCAIA%2CiDAAA%2C0BAAA%2CCAKC%2CyDAAA%2C2BAAA%2CCAIA%2CsDAAA%2C0BAAA%2CCAKD%2C6BAAA%2C2BAAA%2CCAIA%2C4BAAA%2C0BAAA%2CCAGC%2C8CAAA%2CgBAAA%2CCAKD%2CuCAAA%2C0BAAA%2CCAQA%2CiCAAA%2C4BAAA%2CCAIE%2C%2BCAAA%2CeAAA%2CCAQD%2C%2BDAAA%2CoCAAA%2CCAOD%2CwCAAA%2CiIAAA%2CCAOC%2CoEAAA%2CkDAAA%2CCAQA%2C2DAAA%2CeAAA%2CCAIA%2C0DAAA%2CkBAAA%2CCAKD%2C0BAAA%2CiBAAA%2CCAOD%2CeAAA%2C2OAAA%2CCDx0CA%2CyBAAA%2CeAAA%2CoDAAA%2CCAAA%2CCAAA%2CyBAAA%2CeAAA%2CqDAAA%2CCAAA%2CCCs1CA%2CqDAAA%2CiBAAA%2CCAGC%2CmEAAA%2CmJAAA%2CCAcC%2C%2BEAAA%2CSAAA%2CCAQD%2CwBAAA%2CmCAAA%2CCAGC%2CoCAAA%2CYAAA%2CCAIA%2CmCAAA%2CeAAA%2CCAMA%2C2BAAA%2CgJAAA%2CCAWC%2C4CAAA%2CkBAAA%2CCAKA%2CmCAAA%2C%2BXAAA%2CCEt7CJ%2CgCAAA%2CYAAA%2CCD0FC%2CyBCrFA%2CkEAAA%2C2BAAA%2CCAAA%2CCD2FA%2CyBCtFA%2CkEAAA%2CsBAAA%2CCAAA%2CCAKA%2CsCAAA%2CsBAAA%2CCAEC%2CkDAAA%2CgBAAA%2CCAEC%2C0BAAA%2CkDAAA%2CoCAAA%2CCAAA%2CCAMA%2C0BAAA%2CmDAAA%2CgBAAA%2CCAAA%2CCAID%2CqDAAA%2CiBAAA%2CCAGA%2CoDAAA%2C0BAAA%2CCAGC%2C%2BEAAA%2CiCAAA%2CCAKD%2C%2BEAAA%2C0BAAA%2CCAKF%2CgDAEE%2CmDAAA%2C2CAAA%2CCAIA%2C%2BCAAA%2C6BAAA%2CCAGA%2CiDAAA%2C4GAAA%2CCAMA%2CkEAAA%2CkDAAA%2CCAIA%2CqDAAA%2C8CAAA%2CCAAA%2CCAOF%2CgDAEE%2CmDAAA%2CkCAAA%2CCAIA%2CiDAAA%2C4EAAA%2CCAKA%2CkEAAA%2CkDAAA%2CCAIA%2CqDAAA%2C8CAAA%2CCAAA%2CCDdD%2C0BCuBC%2C4CAAA%2CgFAAA%2CCAKC%2CoDAAA%2CYAAA%2CCAAA%2CCAOF%2CqGAAA%2CcAAA%2CCAOC%2CqCAAA%2CmEAAA%2CCAGC%2CmDAAA%2CWAAA%2CCAKA%2C2CAAA%2C2BAAA%2CCAQA%2CgHAAA%2C2BAAA%2CCChID%2CoCAAA%2CgBAAA%2CCAID%2CuDAAA%2CyDAAA%2CCAOG%2CyEAAA%2CkBAAA%2CCAGA%2CqEAAA%2CQAAA%2CCAID%2CsDAAA%2C4JAAA%2CCFoDF%2C0BAAA%2CsDAAA%2CyBAAA%2CCAAA%2CCAYA%2CyBAAA%2CsDAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CsDAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CsDAAA%2CyBAAA%2CCAAA%2CCElEE%2C8CAAA%2CeAAA%2CCAEC%2CiDAAA%2CkEAAA%2CCAKC%2C4DAAA%2CeAAA%2CCAIC%2C2DAAA%2CYAAA%2CCAMH%2C0BACC%2CqDAAA%2CSAAA%2CCAGA%2CqDAAA%2CWAAA%2CCAEC%2CsEAAA%2CiBAAA%2CCAID%2CqDAAA%2CWAAA%2CCAGA%2CqDAAA%2CWAAA%2CCAGA%2CqDAAA%2CWAAA%2CCAAA%2CCAMH%2CuCAAA%2C6CAAA%2CCFeA%2CyBAAA%2CuCAAA%2CmBAAA%2CCAAA%2CCAYA%2CyBAAA%2CuCAAA%2CmBAAA%2CCAAA%2CCEhBA%2CmCAAA%2C4EAAA%2CCAMA%2CkCAAA%2COAAA%2CCAEC%2CsCAAA%2CeAAA%2CCAEC%2C2CAAA%2C%2BBAAA%2CCAIC%2CiDAAA%2CYAAA%2CCAMH%2CqEAAA%2C%2BBAAA%2CCAIA%2C6DAAA%2CYAAA%2CCAGA%2C%2BDAAA%2CkFAAA%2CCAKC%2CqEAAA%2CkCAAA%2CCAMA%2CyBAAA%2CsDAAA%2CCAIC%2CoCAAA%2CeAAA%2CCAGA%2C2BAAA%2CsCAAA%2CCAGC%2CiCAAA%2CgJAAA%2CCAaC%2CwCAAA%2CWAAA%2CCAOF%2CuCAAA%2CkIAAA%2CCAYA%2CqCAAA%2C2HAAA%2CCAYA%2CmCAAA%2CyHAAA%2CCAaD%2CyCAAA%2CkCAAA%2CCAMF%2C%2BCACC%2CuDAAA%2CmBAAA%2CCAAA%2CCF5GA%2CyBEiHA%2CyBAAA%2C2BAAA%2CCAIA%2CqDAAA%2CqBAAA%2CCAGA%2CqEAAA%2CiBAAA%2CCAGA%2CwCAAA%2CuCAAA%2CCAAA%2CCF3HA%2CyBEiIA%2C%2BDAAA%2CaAAA%2CCAAA%2CCFrHA%2CyBE0HA%2CqEAAA%2CiCAAA%2CCAIA%2CyBAAA%2CaAAA%2CCAGA%2CwCAAA%2CqBAAA%2CCAEC%2CqDAAA%2CeAAA%2CCAID%2CqEAAA%2CeAAA%2CCAGA%2CqDAAA%2CkBAAA%2CCAGA%2CcAAA%2CeAAA%2CCAGA%2C%2BDAAA%2C4BAAA%2CCAKC%2CoCAAA%2C6BAAA%2CCAAA%2CCAMF%2CyBACC%2C%2BDAAA%2CcAAA%2CCAAA%2CCAID%2CgIAAA%2CaAAA%2CCC%2FPA%2CuBAAA%2CiBAAA%2CCAIA%2CwCAAA%2C4FAAA%2CCAQC%2CqDAAA%2C8KAAA%2CCAUC%2C2DAAA%2C2CAAA%2CCAKA%2C0DAAA%2CwKAAA%2CCAWC%2CiEAAA%2CkJAAA%2CCAeH%2C6DAAA%2CmIAAA%2CCAOC%2C4EAAA%2CiBAAA%2CCAIA%2CwEAAA%2CkBAAA%2CCAGC%2C6EAAA%2C2CAAA%2CCAIC%2CqFAAA%2CiLAAA%2CCAWA%2CmFAAA%2C8CAAA%2CCAIC%2C2FAAA%2CoEAAA%2CCAQH%2CwEAAA%2C0LAAA%2CCAcD%2CyBAEC%2C6DAAA%2CyBAAA%2CCAGC%2C4EAAA%2CiBAAA%2CCAAA%2CCAOF%2CyBACC%2C6DAAA%2CaAAA%2CCAGC%2C4EAAA%2CgBAAA%2CCAAA%2CCAOF%2CyBACC%2CoCAAA%2CgBAAA%2CCAAA%2CCCpIA%2CmBAAA%2CoBAAA%2CCAKD%2CqBAAA%2C0GAAA%2CCJ8EC%2CyBAAA%2CqBAAA%2CcAAA%2CCAAA%2CCInEA%2C6BAAA%2C6IAAA%2CCAUA%2C4BAAA%2CkKAAA%2CCAWA%2CgCAAA%2CoCAAA%2CCAMA%2C0CAAA%2C2FAAA%2CCAOA%2C2CAAA%2CqCAAA%2CCAIC%2C6CAAA%2CuPAAA%2CCAcC%2CmDAAA%2C2CAAA%2CCJqBF%2CyBAAA%2C6CAAA%2C%2BBAAA%2CCAAA%2CCIXE%2CqDAAA%2CkMAAA%2CCAWA%2CmDAAA%2CwBAAA%2CCAGC%2C2DAAA%2C8BAAA%2CCAOH%2CuCAAA%2C0CAAA%2CCJhBA%2CyBAAA%2CuCAAA%2CcAAA%2CCAAA%2CCIwBC%2C8DAAA%2CqCAAA%2CCJtDD%2CyBAAA%2C8DAAA%2CsCAAA%2CCAAA%2CCAAA%2CyBAAA%2C%2BDAAA%2C2CAAA%2CCAAA%2CCA8BA%2CyBAAA%2C%2BDAAA%2CaAAA%2CCAAA%2CCImDC%2C6DAAA%2CuBAAA%2CCJnDD%2CyBAAA%2C6DAAA%2CuBAAA%2CCAAA%2CCI0DE%2C4EAAA%2C%2BBAAA%2CCAIC%2C8EAAA%2C8PAAA%2CCAmBF%2C0CAAA%2CkLAAA%2CCAWA%2C%2BDAAA%2CsLAAA%2CCJ5FD%2CyBAAA%2C%2BDAAA%2CwBAAA%2CCAAA%2CCI4GE%2CoFAAA%2CsBAAA%2CCAGC%2CuGAAA%2CYAAA%2CCAIA%2CsFAAA%2C2FAAA%2CCJnHH%2CyBAAA%2CsFAAA%2CgBAAA%2CCAAA%2CCIkIM%2CsGAAA%2CsCAAA%2CCAQD%2CgGAAA%2CwBAAA%2CCAMF%2C0GAAA%2CuBAAA%2CCCnOH%2C%2BCAAA%2CiEAAA%2CCLmFA%2CyBAAA%2C%2BCAAA%2CwBAAA%2CCAAA%2CCAMA%2CyBAAA%2C%2BCAAA%2CwBAAA%2CCAAA%2CCKzEC%2C0EAAA%2C8FAAA%2CCAOC%2CkFAAA%2CqFAAA%2CCL4DF%2CyBAAA%2C0EAAA%2CgDAAA%2CCAAA%2CCA9BA%2CyBAAA%2C0EAAA%2CgBAAA%2CCAAA%2CCKXE%2CoGAAA%2CqCAAA%2CCLWF%2CyBAAA%2CoGAAA%2CsCAAA%2CCAAA%2CCA8BA%2CyBAAA%2CoGAAA%2COAAA%2CCAAA%2CCK3BE%2CqGAAA%2CaAAA%2CCLHF%2CyBAAA%2CqGAAA%2CcAAA%2CCAAA%2CCA8BA%2CyBAAA%2CqGAAA%2COAAA%2CCAAA%2CCKdC%2CuEAAA%2C%2BHAAA%2CCLcD%2CyBAAA%2CuEAAA%2CwCAAA%2CCAAA%2CCAMA%2CyBAAA%2CuEAAA%2CYAAA%2CCAAA%2CCKFE%2C8FAAA%2CuBAAA%2CCLJF%2CyBAAA%2C8FAAA%2CoCAAA%2CCAAA%2CCAMA%2CyBAAA%2C8FAAA%2CaAAA%2CCAAA%2CCKUG%2CyGAAA%2CsBAAA%2CCAIA%2CgGAAA%2CuIAAA%2CCLdH%2CyBAAA%2CgGAAA%2CcAAA%2CCAAA%2CCK6BG%2CmGAAA%2C2GAAA%2CCL7BH%2CyBAAA%2CmGAAA%2CcAAA%2CCAAA%2CCK4CC%2CwEAAA%2CuBAAA%2CCLlDD%2CyBAAA%2CwEAAA%2CuBAAA%2CCAAA%2CCKyDE%2C4EAAA%2C0EAAA%2CCASD%2CgDAAA%2CgJAAA%2CCL5DD%2CyBAAA%2CgDAAA%2CaAAA%2CCAAA%2CCK0EC%2CwEAAA%2CkEAAA%2CCL1ED%2CyBAAA%2CwEAAA%2CwCAAA%2CCAAA%2CCKoFE%2C2EAAA%2CmBAAA%2CCLpFF%2CyBAAA%2C2EAAA%2CkCAAA%2CCAAA%2CCK4FE%2C0EAAA%2CoYAAA%2CCL5FF%2CyBAAA%2C0EAAA%2CaAAA%2CCAAA%2CCKqHG%2CgFAAA%2C2CAAA%2CCAOF%2C%2BCAAA%2CmIAAA%2CCASC%2C0DAAA%2CsBAAA%2CCAIA%2CqDAAA%2CYAAA%2CCAKD%2CwDAAA%2CiIAAA%2CCAOC%2C0DAAA%2CsIAAA%2CCL3JF%2CyBAAA%2CwDAAA%2CYAAA%2CCKyKG%2C0DAAA%2CcAAA%2CCAAA%2CCLnKH%2CyBAAA%2CwDAAA%2CYAAA%2CCK2KG%2C0DAAA%2CcAAA%2CCAAA%2CCAMF%2C8EAAA%2CkEAAA%2CCLvLD%2CyBAAA%2C8EAAA%2CgDAAA%2CCAAA%2CCKiME%2CsFAAA%2CqFAAA%2CCAUA%2CiFAAA%2C8LAAA%2CCAYC%2CyFAAA%2CuGAAA%2CCAWA%2C4FAAA%2CsBAAA%2CCAMF%2CwEAAA%2CwFAAA%2CCLxOD%2CyBAAA%2CwEAAA%2CgDAAA%2CCAAA%2CCKmPE%2CgFAAA%2CqFAAA%2CCAWC%2CoGAAA%2CkFAAA%2CCLxPH%2CyBAAA%2CoGAAA%2CwBAAA%2CCAAA%2CCKkQI%2C4GAAA%2CoZAAA%2CCLlQJ%2CyBAAA%2C4GAAA%2CyCAAA%2CCAAA%2CCKgSI%2C%2BGAAA%2CsBAAA%2CCAIA%2CuGAAA%2CmKAAA%2CCL1SJ%2CyBAAA%2CuGAAA%2CqDAAA%2CCAAA%2CCKyTI%2CsGAAA%2CiJAAA%2CCAUC%2CiHAAA%2CsBAAA%2CCAKD%2CwGAAA%2C%2BBAAA%2CCASJ%2CqCAAA%2CqFAAA%2CCL3UA%2CyBAAA%2CqCAAA%2CwCAAA%2CCAAA%2CCKsVC%2CwCAAA%2CgIAAA%2CCLtVD%2CyBAAA%2CwCAAA%2CgDAAA%2CCAAA%2CCKoWC%2CuDAAA%2CsLAAA%2CCAYC%2C4EAAA%2CsBAAA%2CCAGC%2C%2BFAAA%2CYAAA%2CCAIA%2C8EAAA%2CyGAAA%2CCL7XH%2CyBAAA%2C8EAAA%2CgBAAA%2CCAAA%2CCK6YM%2C8FAAA%2CsCAAA%2CCAQD%2CwFAAA%2CwBAAA%2CCAMF%2CkGAAA%2CuBAAA%2CCAQF%2CmEAAA%2C2GAAA%2CCL7ZD%2CyBAAA%2CmEAAA%2C%2BBAAA%2CCAAA%2CCK6aD%2CUAAA%2C0BAAA%2CCAGC%2C2BAAA%2CQAAA%2CCAGC%2C4CAAA%2CyDAAA%2CCAKC%2CyBAAA%2C4CAAA%2CgBAAA%2CCAAA%2CCAIA%2C2HAAA%2CYAAA%2CCAMC%2C8JAAA%2CYAAA%2CCAKA%2C%2BEAAA%2CQAAA%2CCAIA%2C8EAAA%2CQAAA%2CCAOH%2CqCAAA%2CYAAA%2CCAIA%2CyBAAA%2C0BAAA%2CCAIA%2C%2BBAAA%2CkGAAA%2CCAMC%2CsDAAA%2CYAAA%2CCAIA%2C6CAAA%2CuBAAA%2CCAKD%2CkBAAA%2C6CAAA%2CCAKC%2C4BAAA%2CYAAA%2CCAIA%2CkCAAA%2CwBAAA%2CCAGC%2CwCAAA%2CsDAAA%2CCAOA%2CgDAAA%2C0CAAA%2CCAKC%2CgEAAA%2CYAAA%2CCAOC%2CwEAAA%2C0BAAA%2CCAIC%2CoFAAA%2CiBAAA%2CCAIA%2CiFAAA%2C2BAAA%2CCAIC%2C4FAAA%2CsEAAA%2CCAMC%2CoGAAA%2C2GAAA%2CCAYH%2C%2BDAAA%2CiBAAA%2CCL1kBJ%2CyBAAA%2C%2BDAAA%2CiBAAA%2CCAAA%2CCKklBM%2C8FAAA%2CaAAA%2CCAGC%2C8GAAA%2C%2BNAAA%2CCAsBJ%2CiEAAA%2C%2BGAAA%2CCAQC%2CwEAAA%2CYAAA%2CCAIA%2CyBAAA%2CiEAAA%2CaAAA%2CCAAA%2CCAOD%2CkEAAA%2C%2BBAAA%2CCLplBH%2CyBAAA%2CkEAAA%2CcAAA%2CCAAA%2CCK4lBI%2CoFAAA%2C4BAAA%2CCAIC%2CgGAAA%2CiJAAA%2CCAQA%2CuGAAA%2C%2BBAAA%2CCAOA%2CyGAAA%2CSAAA%2CCAIE%2C%2BHAAA%2C%2BHAAA%2CCAWD%2C2HAAA%2C2GAAA%2CCACC%2C6HAAA%2CYAAA%2CCAkBL%2CgCAAA%2CmBAAA%2CCAIA%2CkCAAA%2CwDAAA%2CCAYD%2CkFAAA%2C0DAAA%2CCAMA%2CwEAAA%2CuBAAA%2CCAKC%2CoGAAA%2CYAAA%2CCAGA%2CoGAAA%2C8CAAA%2CCAKC%2CwGAAA%2CYAAA%2CCAMF%2C8EAAA%2CyFAAA%2CCAQC%2CgKAAA%2CmFAAA%2CCASA%2C4HAAA%2CSAAA%2CCAIA%2CkFAAA%2CeAAA%2CCAGC%2C8GAAA%2CYAAA%2CCAKD%2C8FAAA%2CYAAA%2CCAKD%2CkFAAA%2C8FAAA%2CCAQA%2C8EAAA%2CmFAAA%2CCAQA%2C0EAAA%2C6BAAA%2CCAOF%2CgFAAA%2CoCAAA%2CCCn1BA%2CkBAAA%2C0GAAA%2CCNoFC%2CyBAAA%2CkBAAA%2CcAAA%2CCAAA%2CCAMA%2CyBAAA%2CkBAAA%2CcAAA%2CCAAA%2CCM9EA%2C6BAAA%2CoCAAA%2CCAQC%2CwDAAA%2C2DAAA%2CCNsED%2CyBAAA%2CwDAAA%2CyBAAA%2CCAAA%2CCM7DE%2C2DAAA%2C4MAAA%2CCAYE%2CuEAAA%2CSAAA%2CCAOH%2CuDAAA%2C%2BGAAA%2CCNoCD%2CyBAAA%2CuDAAA%2CYAAA%2CCAAA%2CCAMA%2CyBAAA%2CuDAAA%2CYAAA%2CCAAA%2CCM3BE%2CyDAAA%2CqJAAA%2CCN2BF%2CyBAAA%2CyDAAA%2CyBAAA%2CCAAA%2CCMZE%2CyDAAA%2CsTAAA%2CCNYF%2CyBAAA%2CyDAAA%2C%2BBAAA%2CCAAA%2CCMUG%2C%2BDAAA%2C2CAAA%2CCCpGJ%2C6BAAA%2C6CAAA%2CCPoFC%2CyBAAA%2C6BAAA%2CwBAAA%2CCAAA%2CCAMA%2CyBAAA%2C6BAAA%2CwBAAA%2CCAAA%2CCO9EA%2CgCAAA%2CwHAAA%2CCAOA%2CwCAAA%2C8CAAA%2CCAMA%2CgDAAA%2C2BAAA%2CCPiEA%2CyBAAA%2CgDAAA%2CcAAA%2CCAAA%2CCOzDC%2CwDAAA%2CqKAAA%2CCPmDD%2CyBAAA%2CwDAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CwDAAA%2CaAAA%2CCAAA%2CCOxCE%2CyBAAA%2CwDAAA%2CiBAAA%2CCAAA%2CCAKC%2C%2BCACC%2CwEAAA%2CcAAA%2CCAAA%2CCPFJ%2CyBOSG%2CwEAAA%2CcAAA%2CCAAA%2CCAKD%2C4EAAA%2CqDAAA%2CCAMC%2CkGAAA%2CiBAAA%2CCAGC%2C2MAAA%2CyBAAA%2CCAMA%2CiHAAA%2CgDAAA%2CCPOJ%2CyBAAA%2CiHAAA%2CkBAAA%2CCAAA%2CCOEK%2CqHAAA%2C6FAAA%2CCAWD%2CgXAAA%2C%2BBAAA%2CCAOA%2CuHAAA%2C8CAAA%2CCAMC%2CkQAAA%2C4MAAA%2CCAiBF%2C6FAAA%2C%2BFAAA%2CCPjDH%2CyBAAA%2C6FAAA%2CYAAA%2CCAAA%2CCO6DI%2C2GAAA%2CsDAAA%2CCAKC%2CmHAAA%2C8IAAA%2CCASA%2CgHAAA%2C2GAAA%2CCAUD%2CyGAAA%2CaAAA%2CCAGC%2CqHAAA%2CwFAAA%2CCPxFL%2CyBAAA%2CqHAAA%2CyBAAA%2CCAAA%2CCOiGM%2CuHAAA%2C%2BIAAA%2CCPjGN%2CyBAAA%2CuHAAA%2CyBAAA%2CCAAA%2CCO8GO%2C6HAAA%2CsCAAA%2CCASF%2C4GAAA%2CwLAAA%2CCAUC%2CiHAAA%2C6HAAA%2CCAUA%2CkHAAA%2C2CAAA%2CCAWN%2CoDAAA%2CsDAAA%2CCAKC%2CuDAAA%2CeAAA%2CCAIA%2CqEAAA%2CUAAA%2CCAGC%2CuEAAA%2C2GAAA%2CCAaD%2CwEAAA%2C%2BCAAA%2CCAKC%2CkFAAA%2CWAAA%2CCAIA%2C0EAAA%2CiDAAA%2CCAKC%2CkFAAA%2CiLAAA%2CCAUA%2CgFAAA%2CwBAAA%2CCAGC%2CwFAAA%2C8BAAA%2CCAOH%2CoEAAA%2CyEAAA%2CCAMC%2CsEAAA%2CiDAAA%2CCAKC%2C6EAAA%2C8KAAA%2CCAUA%2C4EAAA%2CwBAAA%2CCAGC%2CmFAAA%2C6BAAA%2CCAOH%2C%2BDAAA%2CYAAA%2CCAGC%2CiEAAA%2CmLAAA%2CCAYC%2CuEAAA%2CsCAAA%2CCAOA%2CwEAAA%2CaAAA%2CCCzVH%2C0BAAA%2C0BAAA%2CCAEC%2CiDAAA%2CsHAAA%2CCRyDD%2C0BAAA%2CiDAAA%2C2DAAA%2CCAAA%2CCAYA%2C0BAAA%2CiDAAA%2C6BAAA%2CCAAA%2CCAYA%2CyBAAA%2CiDAAA%2C8BAAA%2CCAAA%2CCQ9DE%2C%2BCAAA%2CiDAAA%2C8BAAA%2CCAAA%2CCAMD%2CkCAAA%2CeAAA%2CCR8DD%2CyBAAA%2CkCAAA%2CeAAA%2CCAAA%2CCQxDC%2C%2BBAAA%2CyMAAA%2CCR8DD%2CyBAAA%2C%2BBAAA%2CiBAAA%2CCAAA%2CCQhDC%2CwBAAA%2CmDAAA%2CCR0CD%2CyBAAA%2CwBAAA%2CyDAAA%2CCAAA%2CCQlCE%2CyBAAA%2CwBAAA%2CyBAAA%2CCAAA%2CCAKF%2C8BAAA%2CiEAAA%2CCRWA%2C0BAAA%2C8BAAA%2CgBAAA%2CCAAA%2CCAwBA%2CyBAAA%2C8BAAA%2CgBAAA%2CCAAA%2CCQ1BC%2C0CAAA%2CyCAAA%2CCAGC%2CmGAAA%2CYAAA%2CCRiBF%2CyBAAA%2C0CAAA%2C%2BDAAA%2CCAAA%2CCAhDA%2C0BAAA%2C0CAAA%2CoCAAA%2CCAAA%2CCQ6CC%2CmCAAA%2CuIAAA%2CCRGD%2CyBAAA%2CmCAAA%2CoDAAA%2CCQQG%2C8CAAA%2C0BAAA%2CCAAA%2CCAKF%2CmCAAA%2C2GAAA%2CCRPD%2CyBAAA%2CmCAAA%2CeAAA%2CCAAA%2CCQeE%2CuCAAA%2CsCAAA%2CCRvCF%2C0BAAA%2CuCAAA%2CwBAAA%2CCAAA%2CCAwBA%2CyBAAA%2CuCAAA%2CsBAAA%2CCAAA%2CCQ6BC%2C2CAAA%2C%2BBAAA%2CCAGC%2C6CAAA%2C2GAAA%2CCASF%2CcAAA%2C%2BFAAA%2CCAIC%2CsBAAA%2CwGAAA%2CCR3ED%2C0BAAA%2CsBAAA%2CYAAA%2CCAAA%2CCQwFC%2CqBAAA%2C0JAAA%2CCAUA%2CqBAAA%2CmBAAA%2CCAEC%2CwBAAA%2CkEAAA%2CCRlFF%2CyBAAA%2CwBAAA%2CkBAAA%2CCAAA%2CCAYA%2CyBAAA%2CwBAAA%2CkBAAA%2CCAAA%2CCQmFC%2C0BAAA%2CoFAAA%2CCRjHD%2C0BAAA%2C0BAAA%2CUAAA%2CCAAA%2CCAMA%2C0BAAA%2C0BAAA%2CUAAA%2CCAAA%2CCQuHE%2CiCAAA%2CYAAA%2CCAGA%2CkCAAA%2C8JAAA%2CCRhIF%2C0BAAA%2CkCAAA%2CSAAA%2CCAAA%2CCQ8IC%2C%2BBAAA%2C8BAAA%2CCAIA%2CoBAAA%2C0BAAA%2CCAGC%2C2CAAA%2CyEAAA%2CCAIC%2CmDAAA%2C6IAAA%2CCAaD%2CuCAAA%2C%2BGAAA%2CCAOC%2CyCAAA%2CyBAAA%2CCAIA%2C2CAAA%2C2IAAA%2CCAUC%2CiDAAA%2CqBAAA%2CCAID%2C%2BCAAA%2C0IAAA%2CCAYA%2C8CAAA%2CmKAAA%2CCAWD%2CiCAAA%2CiBAAA%2CCRtNF%2C0BAAA%2CiCAAA%2CiBAAA%2CCAAA%2CCAAA%2C0BAAA%2CiCAAA%2CsBAAA%2CCAAA%2CCQ8NG%2CoCAAA%2CuDAAA%2CCAGA%2CmCAAA%2CeAAA%2CCAGA%2CmDAAA%2CuCAAA%2CCRpOH%2C0BAAA%2CmDAAA%2CqBAAA%2CCAAA%2CCAMA%2C0BAAA%2CmDAAA%2CSAAA%2CCAAA%2CCQyOI%2C0DAAA%2CmJAAA%2CCAaC%2CgEAAA%2CSAAA%2CCASN%2C%2BCACC%2CuCAAA%2CYAAA%2CCAGA%2CsBAAA%2CYAAA%2CCAGA%2CkCAAA%2CSAAA%2CCAGA%2CqBAAA%2CwEAAA%2CCAKA%2CoCAAA%2CyBAAA%2CCAGA%2CiCAAA%2CsBAAA%2CCAGA%2CmDAAA%2CoCAAA%2CCAKA%2CmCAAA%2CcAAA%2CCAAA%2CCRvQA%2CyBQ4QA%2C0BAAA%2CaAAA%2CCAGA%2CqBAAA%2CwDAAA%2CCAGA%2CkCAAA%2CyEAAA%2CCAIA%2CqBAAA%2CwEAAA%2CCAKA%2CwBAAA%2CkBAAA%2CCAGA%2CoBAAA%2CwDAAA%2CCAAA%2CCRxRA%2CyBQ%2BRA%2CcAAA%2C4BAAA%2CCAGA%2CkCAAA%2CyEAAA%2CCAIA%2C8CAAA%2CYAAA%2CCAGA%2CiCAAA%2CsBAAA%2CCAGA%2CoCAAA%2CmHAAA%2CCAOA%2CmDAAA%2CeAAA%2CCAAA%2CCAKA%2CiCAAA%2C6CAAA%2CCAEC%2CuDAAA%2CmBAAA%2CCAKA%2CsCAAA%2CuDAAA%2CCAEC%2CyCAAA%2C2BAAA%2CCAKF%2CqCAAA%2CqCAAA%2CCR5UA%2CyBAAA%2CqCAAA%2CmBAAA%2CCAAA%2CCQkVC%2CiDAAA%2CiHAAA%2CCAMC%2CiHAAA%2CYAAA%2CCR9VF%2CyBAAA%2CiDAAA%2CqBAAA%2CCAAA%2CCQuWA%2CkCAAA%2CmJAAA%2CCASC%2CyCAAA%2C%2BLAAA%2CCR5XD%2C0BAAA%2CyCAAA%2CmDAAA%2CCAAA%2CCQ8YA%2CsBAAA%2CiBAAA%2CCAEC%2C0BAAA%2C4BAAA%2CCAGA%2C8CAAA%2CkBAAA%2CCAGA%2CmCAAA%2C0EAAA%2CCAMA%2CoCAAA%2C%2BCAAA%2CCAKA%2CsCAAA%2CsDAAA%2CCAMA%2CmCAAA%2CYAAA%2CCAID%2CiCAAA%2C8FAAA%2CCAQD%2CgDACC%2C8CAAA%2CkBAAA%2CCAGA%2C0BAAA%2CsBAAA%2CCAIA%2CmCAAA%2CcAAA%2CCAGA%2CoCAAA%2CcAAA%2CCAGA%2CsCAAA%2CcAAA%2CCAAA%2CCRrbA%2CyBQ0bA%2CkCAAA%2CoDAAA%2CCAKA%2CiCAAA%2C%2BCAAA%2CCAAA%2CCRzbA%2CyBQ%2BbA%2CqCAAA%2C0DAAA%2CCAAA%2CCRzbA%2CyBQ%2BbA%2CqCAAA%2CoDAAA%2CCAIA%2CiDAAA%2C4BAAA%2CCAGA%2CiCAAA%2CqCAAA%2CCAAA%2CCAMA%2CqBAAA%2CmKAAA%2CCAKC%2C6BAAA%2CkKAAA%2CCAWA%2C4BAAA%2CqKAAA%2CCAWA%2CiCAAA%2C2DAAA%2CCAIC%2CiFAAA%2CYAAA%2CCAMF%2C8BAAA%2CwFAAA%2CCAKC%2CqDAAA%2CWAAA%2CCAGA%2CiDAAA%2C6DAAA%2CCAKC%2CyDAAA%2CgHAAA%2CCAWA%2CwDAAA%2CmHAAA%2CCAWA%2CqDAAA%2CaAAA%2CCR9jBF%2CyBAAA%2CqDAAA%2C6FAAA%2CCAAA%2CCQ4kBA%2C%2BBAAA%2CwFAAA%2CCAKC%2C6CAAA%2C6BAAA%2CCAIC%2C8CAAA%2C6CAAA%2CCAKD%2CsDAAA%2CaAAA%2CCAKF%2CgDACC%2C8BAAA%2CuDAAA%2CCAIA%2C%2BBAAA%2CsDAAA%2CCAAA%2CCRtkBA%2CyBQ4kBA%2CiCAAA%2CqBAAA%2CCAGA%2C8BAAA%2CmEAAA%2CCAKA%2C%2BBAAA%2CwDAAA%2CCAAA%2CCR9kBA%2CyBQqlBA%2C6BAAA%2CsDAAA%2CCAGA%2C4BAAA%2CyDAAA%2CCAAA%2CCRllBA%2CyBQulBA%2C8CAAA%2CUAAA%2CCAAA%2CCAID%2CyBACC%2C8CAAA%2CcAAA%2CCAAA%2CCRlmBA%2CyBAAA%2CuCAAA%2C2BAAA%2CCAAA%2CCAxBA%2C0BAAA%2C6BAAA%2C6BAAA%2CCAAA%2CCAMA%2C0BAAA%2C6BAAA%2C6BAAA%2CCAAA%2CCAMA%2C0BAAA%2C6BAAA%2C6BAAA%2CCAAA%2CCQ0nBC%2CgEAAA%2C2BAAA%2CCRxmBD%2CyBAAA%2CgEAAA%2CkDAAA%2CCAAA%2CCQknBA%2CuCAAA%2C2DAAA%2CCAEC%2CmDAAA%2C4CAAA%2CCAIC%2CmHAAA%2CYAAA%2CCAKD%2C%2BDAAA%2C0BAAA%2CCAGC%2CsFAAA%2CmMAAA%2CCAUA%2CiFAAA%2CuEAAA%2CCAMC%2CqFAAA%2C2IAAA%2CCAYC%2C2FAAA%2CqBAAA%2CCAKF%2C4EAAA%2C4IAAA%2CCAIC%2C%2BEAAA%2C6GAAA%2CCAMA%2C8EAAA%2CmGAAA%2CCAOD%2CsFAAA%2CwLAAA%2CCRhtBF%2C0BQ6tBA%2CmDAAA%2CQAAA%2CCAAA%2CCRvtBA%2C0BQ4tBA%2CmDAAA%2CQAAA%2CCAAA%2CCAID%2CgDACC%2CqGAAA%2C4DAAA%2CCAMA%2C%2BEAAA%2CyBAAA%2CCAAA%2CCAID%2C%2BCACC%2C4EAAA%2CmBAAA%2CCAGA%2C%2BEAAA%2CyBAAA%2CCAGA%2C8EAAA%2CcAAA%2CCAGA%2CsFAAA%2CoCAAA%2CCAIA%2CqGAAA%2C4DAAA%2CCAAA%2CCRvuBA%2CyBQ%2BuBA%2CmDAAA%2CaAAA%2CCAGA%2C%2BDAAA%2CwDAAA%2CCAAA%2CCR5uBA%2CyBQmvBA%2CqGAAA%2C6CAAA%2CCAAA%2CCAMD%2CyBACC%2CqGAAA%2CcAAA%2CCAAA%2CCAKA%2CoBAAA%2CsHAAA%2CCAIC%2C4BAAA%2CuJAAA%2CCRnwBD%2CyBAAA%2CoBAAA%2CYAAA%2CCQ%2BwBE%2C4BAAA%2C0EAAA%2CCAAA%2CCAID%2CgCAAA%2CgBAAA%2CCAID%2C2BAAA%2CgFAAA%2CCAKC%2C0FAAA%2CwGAAA%2CCAUA%2CqDAAA%2CqGAAA%2CCAQA%2CyBAAA%2CwEAAA%2CCAMA%2CmCAAA%2CYAAA%2CCAGA%2CmCAAA%2CeAAA%2CCAGA%2CgCAAA%2CMAAA%2CCAGA%2CkCAAA%2CmDAAA%2CCAKA%2CsCAAA%2CUAAA%2CCAGA%2CikCAAA%2CmCAAA%2CCAkBC%2Ck0EAAA%2C6CAAA%2CCAMD%2CgSAAA%2CiBAAA%2CCAMA%2CmIAAA%2CkBAAA%2CCAKA%2CyDAAA%2CwBAAA%2CCA8BC%2CirDAAA%2CoBAAA%2CCAkBA%2CyEAAA%2CwCAAA%2CCAMF%2C4CAAA%2CwCAAA%2CCAKC%2CiHAAA%2C4HAAA%2CCRz6BD%2CyBAAA%2CqIAAA%2CkCAAA%2CCAAA%2CCQ67BA%2CuBAAA%2CYAAA%2CCAGA%2CkCAAA%2CYAAA%2CCAGA%2CyCAAA%2CYAAA%2CCAGA%2CoDAAA%2CyFAAA%2CCAOA%2CoPAAA%2C%2BFAAA%2CCAWA%2CuBAAA%2CiBAAA%2CCAEC%2C2CAAA%2CkEAAA%2CCAQF%2CgDACC%2CqDAAA%2C4BAAA%2CCAGA%2C2DAAA%2CQAAA%2CCAAA%2CCAKD%2C%2BCACC%2CyBAAA%2CyCAAA%2CCAIA%2CqHAAA%2CYAAA%2CCAAA%2CCRh%2FBA%2CyBQq%2FBA%2C2DAAA%2CyCAAA%2CCAAA%2CCAMD%2CyBACC%2CqDAAA%2C4BAAA%2CCAAA%2CCCrlCA%2CsBAAA%2CiBAAA%2CCTyFA%2CyBAAA%2CsCAAA%2CoCAAA%2CCAAA%2CCSlFC%2C8BAAA%2CmKAAA%2CCAWA%2C6BAAA%2CkKAAA%2CCAUA%2C6CAAA%2C4GAAA%2CCAQA%2C6BAAA%2CgBAAA%2CCAEC%2CgCAAA%2CUAAA%2CCTmDF%2CyBAAA%2CgCAAA%2C0BAAA%2CCAAA%2CCS9CG%2CqCAAA%2CsCAAA%2CCAGC%2C4CAAA%2C8LAAA%2CCTyBJ%2C0BAAA%2C4CAAA%2CiCAAA%2CCAAA%2CCAwBA%2CyBAAA%2C4CAAA%2C6CAAA%2CCAAA%2CCSzBA%2CkCAAA%2CoHAAA%2CCAIA%2C4BAAA%2C0BAAA%2CCAEC%2CuEAAA%2CYAAA%2CCTvBD%2CyBAAA%2C6CAAA%2C0BAAA%2CCSgCG%2CmEAAA%2CqDAAA%2CCAIA%2CkEAAA%2CmEAAA%2CCAAA%2CCASF%2CuCAAA%2CgBAAA%2CCAKA%2CuCAAA%2CgBAAA%2CCAGA%2C0BACC%2CiGAAA%2CsBAAA%2CCAAA%2CCTxBF%2CyBAAA%2C2BAAA%2C2BAAA%2CCAAA%2CCAMA%2CyBAAA%2C2BAAA%2C2BAAA%2CCAAA%2CCSmCC%2C0BAAA%2C%2BCAAA%2CCAGA%2CgCAAA%2C4CAAA%2CCAIC%2C6EAAA%2CYAAA%2CCTlEF%2C0BAAA%2CgCAAA%2CQAAA%2CCAAA%2CCAMA%2C0BAAA%2CgCAAA%2CQAAA%2CCAAA%2CCAkBA%2CyBAAA%2CgCAAA%2CaAAA%2CCAAA%2CCSyDA%2CyBAAA%2C4CAAA%2CCTjFA%2C0BAAA%2CyBAAA%2C6BAAA%2CCAAA%2CCAMA%2C0BAAA%2CyBAAA%2C6BAAA%2CCAAA%2CCSqFC%2C%2BBAAA%2CCAIC%2CsDAAA%2C0CAAA%2CCAIC%2CuHAAA%2CSAAA%2CCAMF%2CgDAAA%2C6HAAA%2CCAQD%2C8BAAA%2CuEAAA%2CCTjHA%2C0BAAA%2C8BAAA%2CYAAA%2CCAAA%2CCAkBA%2CyBAAA%2C8BAAA%2CYAAA%2CCAAA%2CCS2GC%2CkCAAA%2C2IAAA%2CCAWA%2CsCAAA%2CkPAAA%2CCAcA%2CqCAAA%2CsKAAA%2CCAcD%2CgCAAA%2CgCAAA%2CCAGC%2CmCAAA%2CyFAAA%2CCAKC%2CgDAAA%2CmCAAA%2CyBAAA%2CCAAA%2CCAKF%2CuBAAA%2CwKAAA%2CCAKC%2C%2BBAAA%2C%2BJAAA%2CCTtLD%2C0BAAA%2C%2BBAAA%2CqCAAA%2CCAAA%2CCAwBA%2CyBAAA%2C%2BBAAA%2CYAAA%2CCAAA%2CCSgLC%2CoCAAA%2C%2BDAAA%2CCAGC%2CsCAAA%2C8FAAA%2CCTnLF%2CyBAAA%2CsCAAA%2CiCAAA%2CCAAA%2CCS6LG%2CwCAAA%2C6CAAA%2CCAGC%2C8CAAA%2CaAAA%2CCAID%2C2CAAA%2CgCAAA%2CCTxOH%2CyBAAA%2C2CAAA%2CmBAAA%2CCAAA%2CCS%2BOG%2C2CAAA%2CaAAA%2CCAKF%2C8CAAA%2C2CAAA%2CCAMD%2C4BAAA%2C2DAAA%2CCThNA%2CyBAAA%2C4BAAA%2C8BAAA%2CCSsNE%2CgCAAA%2C2GAAA%2CCAAA%2CCAYF%2C8BAAA%2CmBAAA%2CCAEC%2CmGAAA%2C4CAAA%2CCAMD%2C%2BBAAA%2CoBAAA%2CCCzUA%2CkBAAA%2C8FAAA%2CCAGC%2C8BAAA%2C6BAAA%2CCVgFD%2CyBAAA%2CqBAAA%2C6BAAA%2CCAAA%2CCUvEC%2CuBAAA%2C6FAAA%2CCVyCD%2CyBAAA%2CuBAAA%2CkBAAA%2CCAAA%2CCAoCA%2CyBAAA%2CuBAAA%2CcAAA%2CCAAA%2CCU%2FDA%2CmBAAA%2CgGAAA%2CCAKC%2CwDAAA%2CiBAAA%2CCV0DD%2CyBAAA%2CmBAAA%2CiBAAA%2CCUrDE%2C8DAAA%2C2BAAA%2CCAIA%2CwDAAA%2CUAAA%2CCAAA%2CCAID%2C0CAAA%2CQAAA%2CCAGA%2CkCAAA%2CeAAA%2CCAGA%2C8DAAA%2CsCAAA%2CCVuCD%2CyBAAA%2C8DAAA%2CiBAAA%2CCAAA%2CCUjCE%2C6NAAA%2CmCAAA%2CCAKC%2C8dAAA%2C6CAAA%2CCVoGH%2CiQAAA%2CaAAA%2CCAIA%2CgRAAA%2CaAAA%2CCAIA%2CmRAAA%2CaAAA%2CCAIA%2C%2BRAAA%2CaAAA%2CCAIA%2C8SAAA%2CaAAA%2CCU3GE%2CuEAAA%2CuBAAA%2CCAKD%2CgEAAA%2CiBAAA%2CCVcD%2CyBAAA%2CgEAAA%2CQAAA%2CCAAA%2CCURE%2CkFAAA%2CYAAA%2CCAID%2CqEAAA%2CyEAAA%2CCVID%2CyBAAA%2CqEAAA%2CoCAAA%2CCAAA%2CCUGE%2CyBAAA%2CqEAAA%2CwBAAA%2CCAAA%2CCAKA%2C4GAAA%2CwBAAA%2CCAID%2CyBAEE%2C6UAAA%2CyCAAA%2CCAAA%2CCVdH%2CyBUuBG%2C6UAAA%2CwBAAA%2CCAAA%2CCAOF%2C8DAAA%2CmDAAA%2CCAKA%2CsEAAA%2C6HAAA%2CCASA%2CyEAAA%2CwBAAA%2CCAIC%2C8DAAA%2CmEAAA%2CCAKC%2C4EAAA%2CcAAA%2CCAKF%2CqCAAA%2CgIAAA%2CCV1DD%2CyBAAA%2CqCAAA%2CcAAA%2CCAAA%2CCUqEC%2C%2BEAAA%2CgBAAA%2CCAGC%2CiGAAA%2CiBAAA%2CCAEC%2CuHAAA%2CiBAAA%2CCAID%2CyHAAA%2CYAAA%2CCAEC%2CqIAAA%2CmCAAA%2CCAGC%2CqJAAA%2CwHAAA%2CCAWA%2CmJAAA%2CoKAAA%2CCAgBC%2CmKAAA%2CSAAA%2CCAOJ%2C2IAAA%2C6FAAA%2CCAOC%2CqJAAA%2CaAAA%2CCAID%2CoEAAA%2C%2BHAAA%2CCAUC%2CyEAAA%2CoHAAA%2CCASD%2C6DAAA%2CYAAA%2CCAID%2C6DAAA%2CoHAAA%2CCAUE%2CgGAAA%2CYAAA%2CCAIG%2CqHAAA%2CSAAA%2CCAMH%2C%2BEAAA%2CsJAAA%2CCASC%2CuFAAA%2CwHAAA%2CCAWA%2CsFAAA%2CoKAAA%2CCAgBH%2C0BAAA%2CmGAAA%2CCAMC%2CkCAAA%2CuMAAA%2CCAUC%2CwCAAA%2CwBAAA%2CCAKF%2C8DAAA%2C8GAAA%2CCC7TA%2CoBAAA%2CsHAAA%2CCAGC%2CiCAAA%2CiBAAA%2CCAEC%2CmCAAA%2CyGAAA%2CCAKC%2C8CAAA%2CQAAA%2CCAMH%2CyBAAA%2CwHAAA%2CCX%2BEA%2CyBAAA%2CyBAAA%2CiBAAA%2CCAAA%2CCWpEA%2CyBAAA%2C%2BCAAA%2CCAIC%2C6BAAA%2C2BAAA%2CCAKD%2C2BAAA%2CmBAAA%2CCAEC%2C8BAAA%2CiGAAA%2CCCtCD%2CyBAAA%2C6FAAA%2CCAIA%2CiCAAA%2CQAAA%2CCAEC%2CoCAAA%2CoJAAA%2CCAQA%2CmCAAA%2CwDAAA%2CCZyDD%2C0BAAA%2CmCAAA%2CcAAA%2CCAAA%2CCY%2FCA%2C8BAAA%2C4FAAA%2CCAIC%2C%2BCAAA%2C8BAAA%2CqFAAA%2CCAKC%2CoCAAA%2CeAAA%2CCAAA%2CCAID%2CyBAAA%2C8BAAA%2C0DAAA%2CCAAA%2CCAKA%2CmDAAA%2C%2BBAAA%2CCAGC%2CuDAAA%2CaAAA%2CCAID%2CiCAAA%2CoGAAA%2CCAOA%2CgCAAA%2CsGAAA%2CCAOC%2CkCAAA%2C0CAAA%2CCAGC%2CwCAAA%2CaAAA%2CCAMH%2CmBAAA%2CoFAAA%2CCAGC%2C%2BBAAA%2C6FAAA%2CCZtBD%2CyBAAA%2C%2BBAAA%2CYAAA%2CCAAA%2CCY8BE%2C6EAAA%2CYAAA%2CCAMF%2CyBAAA%2CkDAAA%2CCZMA%2CyBAAA%2CyBAAA%2CiBAAA%2CCAAA%2CCYCC%2C0CAAA%2CgCAAA%2CCAKD%2CwBAAA%2CqCAAA%2CCAGC%2C8GAAA%2CoBAAA%2CCAMA%2C%2BBAAA%2CUAAA%2CCZzDD%2CyBAAA%2C%2BBAAA%2CWAAA%2CCAAA%2CCYgEA%2CcAAA%2CkFAAA%2CCAIA%2CyCAAA%2C4KAAA%2CCAQC%2C%2BCAAA%2CoBAAA%2CCAIC%2C0DAAA%2CgJAAA%2CCAaC%2C6DAAA%2CwBAAA%2CCAMH%2CwCAAA%2CgHAAA%2CCAKA%2C0CAAA%2C%2BGAAA%2CCAKC%2CiDAAA%2CmBAAA%2CCAGE%2CwEAAA%2CSAAA%2CCAGA%2CuEAAA%2CSAAA%2CCZ%2FEH%2CyBAAA%2C0CAAA%2CsBAAA%2CCAAA%2CCAMA%2CyBAAA%2C0CAAA%2CsBAAA%2CCAAA%2CCYqFA%2CyDAAA%2CsEAAA%2CCAeC%2C%2BDAAA%2C6DAAA%2CCAKD%2CgEAAA%2CsLAAA%2CCAWA%2C%2BDAAA%2CwKAAA%2CCAWA%2C%2BDAAA%2C6DAAA%2CCAIA%2C0HAAA%2CUAAA%2CCAIA%2CuCAAA%2C8BAAA%2CCZ7IA%2CyBAAA%2CuCAAA%2CiCAAA%2CCAAA%2CCAMA%2CyBAAA%2CuCAAA%2CcAAA%2CCAAA%2CCYkJA%2C2EAAA%2CiBAAA%2CCAGA%2CsBAAA%2C6FAAA%2CCAIA%2CeAAA%2CyHAAA%2CCAIC%2C2BAAA%2CoDAAA%2CCZrLD%2C0BAAA%2C2BAAA%2CQAAA%2CCAAA%2CCAYA%2CyBAAA%2C2BAAA%2CQAAA%2CCAAA%2CCAMA%2CyBAAA%2C2BAAA%2CQAAA%2CCAAA%2CCYiLE%2CqEAAA%2CYAAA%2CCAMF%2CoBAAA%2C%2BDAAA%2CCZzMA%2C0BAAA%2CoBAAA%2CiCAAA%2CCAAA%2CCAYA%2CyBAAA%2CoBAAA%2CiCAAA%2CCAAA%2CCAMA%2CyBAAA%2CoBAAA%2CiCAAA%2CCAAA%2CCAAA%2CyBAAA%2CoBAAA%2CqBAAA%2CCAAA%2CCYuMC%2C2CAAA%2CsMAAA%2CCAUC%2C6CAAA%2CUAAA%2CCAGA%2CqGAAA%2CgHAAA%2CCAYA%2CkDAAA%2CiBAAA%2CCAKD%2CiCAAA%2CkEAAA%2CCAKC%2CwCAAA%2CuJAAA%2CCAYA%2CoCAAA%2C2IAAA%2CCAQA%2CmCAAA%2CqGAAA%2CCASD%2C2CAAA%2C%2BBAAA%2CCAKD%2CwBAAA%2CmEAAA%2CCAKC%2C4BAAA%2C8IAAA%2CCAYC%2CkCAAA%2CqBAAA%2CCAKF%2CyBAAA%2CkBAAA%2CCAID%2C%2BCACC%2C2BAAA%2CQAAA%2CCAGA%2CoBAAA%2CgCAAA%2CCAGA%2CiCAAA%2CwDAAA%2CCAKA%2CoCAAA%2CyBAAA%2CCAGA%2CmCAAA%2CcAAA%2CCAGA%2CyBAAA%2CcAAA%2CCAAA%2CCCjZA%2C4BAAA%2C6FAAA%2CCAIA%2CuCAAA%2C0BAAA%2CCAEC%2CkHAAA%2C0BAAA%2CCAGC%2CwHAAA%2CsBAAA%2CCb0EF%2CyBapEE%2C0CAAA%2CiBAAA%2CCAAA%2CCAKF%2CuCAAA%2C0BAAA%2CCAEC%2C8DAAA%2CgBAAA%2CCAIC%2C4DAAA%2CyBAAA%2CCbyDF%2CyBAAA%2CuCAAA%2C0BAAA%2CCanDE%2C8DAAA%2CiBAAA%2CCAAA%2CCAKF%2CkBAAA%2C4CAAA%2CCAGC%2C8BAAA%2C2FAAA%2CCAKC%2CyCAAA%2CWAAA%2CCAMD%2C4BAAA%2CqIAAA%2CCASA%2C2BAAA%2CqFAAA%2CCAgBD%2CwBAAA%2C6BAAA%2CCAEC%2C%2BCAAA%2CwBAAA%2CoBAAA%2CCAEC%2CwCAAA%2CWAAA%2CCAAA%2CCAID%2C%2BCAAA%2C4GAAA%2CCAOD%2C6BAAA%2C8FAAA%2CCAMC%2CiCAAA%2CaAAA%2CCAID%2C%2BBAAA%2C6FAAA%2CCAOA%2C%2BBAAA%2C4HAAA%2CCASA%2C6BAAA%2CkHAAA%2CCASA%2C0BAAA%2CmBAAA%2CCAEC%2C4BAAA%2CoFAAA%2CCAQD%2CyBAAA%2C0BAAA%2CCAEC%2CgDAAA%2CyCAAA%2CCAGC%2C2DAAA%2CcAAA%2CCAID%2CqDAAA%2CcAAA%2CCAGA%2CyCAAA%2C%2BBAAA%2CCAIC%2CiDAAA%2C0BAAA%2CCAEC%2C8DAAA%2C8EAAA%2CCAOD%2CgDAAA%2C4BAAA%2CCAMF%2C0BAAA%2CqFAAA%2CCAKC%2CuCAAA%2C6EAAA%2CCAMA%2C6BAAA%2CwJAAA%2CCAUA%2C6BAAA%2CeAAA%2CCAEC%2CwCAAA%2CeAAA%2CCAGA%2CgCAAA%2CcAAA%2CCAKF%2C0BAAA%2C2HAAA%2CCb7GA%2CyBAAA%2C0BAAA%2CYAAA%2CCAAA%2CCaqHC%2CkCAAA%2CkKAAA%2CCAWA%2C%2BCACC%2CsCAAA%2CqBAAA%2CCAGC%2C2FAAA%2CYAAA%2CCAAA%2CCAQF%2CiCAAA%2C8EAAA%2CCAMA%2CkCAAA%2CiBAAA%2CCAEC%2CqCAAA%2C8EAAA%2CCAKC%2C4CAAA%2CwDAAA%2CCAQH%2CiCAAA%2C0BAAA%2CCAEC%2CoCAAA%2C6BAAA%2CCAKD%2C%2BBAAA%2CiDAAA%2CCAIC%2CuCAAA%2CgHAAA%2CCAWA%2CsCAAA%2CmHAAA%2CCAWA%2CmCAAA%2CwBAAA%2CCAKD%2CiBAAA%2C%2BFAAA%2CCb%2FNA%2C0BAAA%2CiBAAA%2C%2BCAAA%2CCAAA%2CCasOC%2CgDAAA%2CiBAAA%2C2BAAA%2CCAAA%2CCAGA%2CyBAAA%2C%2BJAAA%2CCAUC%2C0BAAA%2CyBAAA%2CWAAA%2CCAAA%2CCb3NF%2CyBAAA%2CyBAAA%2CyCAAA%2CCAAA%2CCaoOA%2CwBAAA%2C4CAAA%2CCAGC%2CkDAAA%2C8HAAA%2CCAMC%2CgDAAA%2CkDAAA%2CkBAAA%2CCAAA%2CCAKF%2CuBAAA%2C0DAAA%2CCAEC%2CgDAAA%2CuBAAA%2C%2BCAAA%2CCAGC%2CkCAAA%2CyBAAA%2CCAAA%2CCAID%2C8CAAA%2C%2BKAAA%2CCASC%2CgDAAA%2C8CAAA%2C4BAAA%2CCAAA%2CCAGA%2CsDAAA%2CsGAAA%2CCAUA%2CqDAAA%2CyGAAA%2CCAWD%2C0CAAA%2C%2BBAAA%2CCAGC%2C8CAAA%2C2BAAA%2CCAKD%2CyBAAA%2CuFAAA%2CCAMC%2CgDAAA%2CyBAAA%2CcAAA%2CCAAA%2CCAGA%2CgCAAA%2CqHAAA%2CCAQC%2CgDAAA%2CgCAAA%2CcAAA%2CCAAA%2CCAMH%2CwBAAA%2C0BAAA%2CCAEC%2C2BAAA%2CkNAAA%2CCAUD%2C4BAAA%2CwIAAA%2CCAIC%2CoCAAA%2CkHAAA%2CCAWD%2CiCAAA%2C0BAAA%2CCAIC%2C6DAAA%2C%2BNAAA%2CCAUC%2CkEAAA%2CsCAAA%2CCAGC%2C0EAAA%2CkLAAA%2CCAeH%2CuCAAA%2CoMAAA%2CCASC%2CyCAAA%2CuJAAA%2CCAMC%2C%2BCAAA%2CwCAAA%2CCAIA%2C2CAAA%2C6CAAA%2CCAGC%2CiDAAA%2CuCAAA%2CCAQA%2CiEAAA%2CeAAA%2CCAMH%2CoCAAA%2C%2BCAAA%2CCCnfA%2C2BAAA%2C6FAAA%2CCAGC%2CsDAAA%2C0BAAA%2CCAIC%2C0CAAA%2C8FAAA%2CCAMC%2CqDAAA%2CeAAA%2CCAMH%2CkCAAA%2CmBAAA%2CCAEC%2CqCAAA%2C2MAAA%2CCAYC%2C%2BEAAA%2CsBAAA%2CCAEC%2CoGAAA%2CqCAAA%2CCAGC%2CsGAAA%2CQAAA%2CCAMH%2C8CAAA%2CwCAAA%2CCAIA%2CmDAAA%2CkHAAA%2CCAQC%2C0DAAA%2C6JAAA%2CCAYC%2C6DAAA%2CqBAAA%2CCAID%2CuDAAA%2C2IAAA%2CCAYD%2CgGAAA%2CWAAA%2CCAGA%2CwGAAA%2C6BAAA%2CCAKA%2C%2BBAAA%2CsKAAA%2CCAQC%2CoCAAA%2CqBAAA%2CCAGA%2CqCAAA%2C2DAAA%2CCAIC%2C0CAAA%2CqBAAA%2CCAMD%2C2CAAA%2C2FAAA%2CCAKC%2CmDAAA%2CYAAA%2CCAID%2C%2BCAAA%2C6FAAA%2CCAKC%2CuDAAA%2CYAAA%2CCAMD%2CmDAAA%2CoDAAA%2CCAIC%2CuEAAA%2CgBAAA%2CCAOF%2CiDAAA%2CqCAAA%2CCAKA%2C2CAAA%2CYAAA%2CCAKA%2CoDAAA%2C2WAAA%2CCAeA%2C2CAAA%2CiBAAA%2CCAEC%2C6CAAA%2C6GAAA%2CCdlFF%2CyBAAA%2C6CAAA%2CcAAA%2CCAAA%2CCAMA%2CyBAAA%2C8BAAA%2CWAAA%2CCAAA%2CCe%2FFA%2CmBAAA%2CuGAAA%2CCAKA%2CgCAAA%2C0BAAA%2CCAEC%2CyBAAA%2CgCAAA%2C0CAAA%2CCAAA%2CCAKD%2CiCAAA%2C0BAAA%2CCAEC%2C2DAAA%2CuHAAA%2CCAQD%2CgCAAA%2C0BAAA%2CCAEC%2CyBAAA%2CgCAAA%2CsDAAA%2CCAAA%2CCAMD%2CuBAAA%2CyEAAA%2CCAKC%2CgDAAA%2CuBAAA%2CeAAA%2CCAAA%2CCf4DD%2CyBAAA%2CuBAAA%2CeAAA%2CCAAA%2CCA1CA%2CyBeXE%2CoCAAA%2CkBAAA%2CCAAA%2CCAKF%2C6BAAA%2C8EAAA%2CCAMC%2CwCAAA%2CcAAA%2CCAIC%2C0DAAA%2C4BAAA%2CCAMF%2C%2BBAAA%2CqCAAA%2CCAKA%2CuCAAA%2C0DAAA%2CCAGA%2CgCAAA%2CwJAAA%2CCAWA%2CkCAAA%2C4GAAA%2CCAMC%2CwCAAA%2CwBAAA%2CCAGA%2CoCAAA%2CUAAA%2CCAID%2CqCAAA%2CgGAAA%2CCfAA%2CyBAAA%2CoCAAA%2C2DAAA%2CCAAA%2CCeaC%2C2DAAA%2CiBAAA%2CCAKD%2C%2BBAAA%2CuEAAA%2CCfxBA%2CyBAAA%2C%2BBAAA%2C2BAAA%2CCAAA%2CCeiCC%2CyBAAA%2C%2BBAAA%2CWAAA%2CCAAA%2CCAGA%2CqCAAA%2CuOAAA%2CCfoCD%2CiDAAA%2CaAAA%2CCAIA%2CsDAAA%2CaAAA%2CCAIA%2CuDAAA%2CaAAA%2CCAIA%2C2DAAA%2CaAAA%2CCAIA%2CgEAAA%2CaAAA%2CCAxFA%2CyBAAA%2CqCAAA%2CiDAAA%2CCAAA%2CCewDA%2CiBAAA%2CSAAA%2CCAGA%2C2BAAA%2CmBAAA%2CCAKE%2CoDAAA%2CkHAAA%2CCf1DF%2CyBAAA%2CoDAAA%2CYAAA%2CCAAA%2CCeqEC%2CgDAAA%2CmGAAA%2CCfrED%2CyBAAA%2CgDAAA%2C%2BCAAA%2CCAAA%2CCe%2BEE%2CyBACC%2CsDAAA%2CqBAAA%2CCAAA%2CCAKF%2C%2BCAAA%2CoCAAA%2CCAGC%2CmDAAA%2C2GAAA%2CCAWD%2C%2BEAAA%2CoBAAA%2CCAGA%2CmIAAA%2CkEAAA%2CCAMA%2CkDAAA%2CsIAAA%2CCASC%2CoDAAA%2CiCAAA%2CCAIA%2CuDAAA%2CkBAAA%2CCAID%2C4CAAA%2CmEAAA%2CCAKC%2CmDAAA%2C2JAAA%2CCAYA%2CuDAAA%2CYAAA%2CCAKF%2CkBAAA%2CeAAA%2CCAIC%2C6CAAA%2CqBAAA%2CCAGA%2C6CAAA%2C2LAAA%2CCASC%2CmDAAA%2CwBAAA%2CCAGA%2CoDAAA%2CYAAA%2CCAKF%2CoDAAA%2CmEAAA%2CCAIA%2CkCAAA%2CiNAAA%2CCAaC%2CwCAAA%2CwBAAA%2CCAGA%2CyCAAA%2CkJAAA%2CCAWA%2C0CAAA%2CsFAAA%2CCAOD%2C2BAAA%2C4FAAA%2CCAGC%2CuCAAA%2CgFAAA%2CCAKC%2C2CAAA%2CwIAAA%2CCAOA%2C0CAAA%2C4GAAA%2CCf5OF%2CyBAAA%2C0CAAA%2CcAAA%2CCAAA%2CCeuPE%2CuDAAA%2CqHAAA%2CCAWF%2CsCAAA%2CmBAAA%2CCAGA%2CsCAAA%2CmBAAA%2CCAEC%2CgEAAA%2C2IAAA%2CCAOD%2CqCAAA%2C%2BFAAA%2CCf9QA%2CyBAAA%2CqCAAA%2CYAAA%2CCAAA%2CCAYA%2CyBAAA%2CqCAAA%2CYAAA%2CCAAA%2CCe8QA%2CgCAAA%2CmIAAA%2CCAOC%2CyBAAA%2CgCAAA%2CkCAAA%2CCAEC%2CsCAAA%2CsBAAA%2CCAAA%2CCfvRF%2CyBAAA%2CgCAAA%2CkFAAA%2CCegSE%2CoCAAA%2C2GAAA%2CCAAA%2CCAWD%2CoCAAA%2C2GAAA%2CCAWD%2CmCAAA%2CoBAAA%2CCAID%2C%2BEAAA%2CmYAAA%2CCCzZC%2CyBAII%2CyDAAA%2C2GAAA%2CCAAA%2CCAWJ%2CuBAAA%2C2FAAA%2CCAGC%2C6CAAA%2C0BAAA%2CCAGA%2C2CAAA%2CgCAAA%2CChB8DD%2CyBAAA%2C2CAAA%2CeAAA%2CCAAA%2CCAAA%2CyBgBtDE%2CmCAAA%2CyDAAA%2CCAIC%2CqFAAA%2CYAAA%2CCAKD%2C6CAAA%2CqBAAA%2CCAAA%2CCAID%2CoCAAA%2CgBAAA%2CCAID%2C6BAAA%2C2CAAA%2CCAKA%2CsBAAA%2CkCAAA%2CChB4CA%2CyBAAA%2CsBAAA%2CoCAAA%2CCAAA%2CCgBrCC%2CwBAAA%2C0FAAA%2CChBqCD%2CyBAAA%2CwBAAA%2CiBAAA%2CCAAA%2CCgB3BE%2CgCAAA%2CyBAAA%2CCAKD%2C0CAAA%2C0BAAA%2CCAKD%2CqFAAA%2CoFAAA%2CCAOA%2CgCAAA%2C6HAAA%2CCAQA%2CiFAAA%2C2BAAA%2CCAIA%2CuBAAA%2CkBAAA%2CCAEC%2C8CAAA%2C8DAAA%2CCAMC%2CkDAAA%2CgCAAA%2CCAIA%2CoDAAA%2CkBAAA%2CCAID%2CsCAAA%2CqHAAA%2CChB9BD%2CyBAAA%2CsCAAA%2CiBAAA%2CCAAA%2CCgB0CC%2CmCAAA%2CuFAAA%2CCAKA%2CyBAAA%2CqEAAA%2CCAIA%2CkCAAA%2C6SAAA%2CChBvCD%2CyBAAA%2CkCAAA%2CoCAAA%2CCAAA%2CCgB4DE%2CoCAAA%2CQAAA%2CCAGA%2C0CAAA%2CqJAAA%2CCAUA%2CyCAAA%2C2JAAA%2CCAaD%2CiCAAA%2CYAAA%2CCAEC%2CqDAAA%2C0EAAA%2CCCrLA%2C4EAAA%2CsBAAA%2CCAEC%2CiGAAA%2C4EAAA%2CCAKC%2CmGAAA%2CQAAA%2CCAMH%2C2CAAA%2CwCAAA%2CCAGC%2CuDAAA%2CgEAAA%2CCAKC%2C6EAAA%2CeAAA%2CCAGA%2C8EAAA%2CeAAA%2CCAID%2CmEAAA%2CsIAAA%2CCASC%2CyEAAA%2CwBAAA%2CCAGA%2C0EAAA%2CgIAAA%2CCAYC%2C%2BCAAA%2C0EAAA%2CWAAA%2CCAAA%2CCAGA%2CyBAAA%2C0EAAA%2CWAAA%2CCAAA%2CCAGA%2CyBAAA%2C0EAAA%2CWAAA%2CCAAA%2CCAMD%2C0DAAA%2CqSAAA%2CCAYF%2CgDAAA%2C6GAAA%2CCAoBE%2C0DAAA%2CqBAAA%2CCAID%2CoDAAA%2C2IAAA%2CCAaA%2C4EAAA%2C4CAAA%2CCAKD%2C6FAAA%2CWAAA%2CCAGA%2CqGAAA%2C6BAAA%2CCAGA%2C6FAAA%2CWAAA%2CCAGA%2CqGAAA%2C0BAAA%2CCAMG%2C4EAAA%2CqBAAA%2CCAOJ%2CqBAAA%2CsPAAA%2CCAaC%2CwBAAA%2CYAAA%2CCAGA%2C0BAAA%2C4DAAA%2CCAMA%2C4BAAA%2C6GAAA%2CCjBrED%2CyBAAA%2CqBAAA%2CWAAA%2CCiB%2BEE%2C4BAAA%2CcAAA%2CCAAA%2CCAQC%2CmFAAA%2CmDAAA%2CCAOF%2CyDAAA%2C6BAAA%2CCAIA%2CyBAGG%2C0GAAA%2CmBAAA%2CCAKF%2CmEAAA%2CsBAAA%2CCAAA%2CCjBpJF%2CyBiByJE%2CqFAAA%2CoQAAA%2CCAOA%2CuDAAA%2CkCAAA%2CCAIA%2CkEAAA%2CgCAAA%2CCAIA%2CsDAAA%2CkBAAA%2CCAGA%2CoDAAA%2CeAAA%2CCAAA%2CCjB3KF%2CyBiBmLE%2C%2BCAAA%2CgFAAA%2CCAKD%2C2BAAA%2CeAAA%2CCAAA%2CCAQC%2C0KAAA%2C8IAAA%2CCASC%2CsPAAA%2CaAAA%2CCAEC%2CsQAAA%2CiBAAA%2CCAID%2Cw6BAAA%2CkCAAA%2CCjB3KH%2CyBAAA%2Cw6BAAA%2CkCAAA%2CCAAA%2CCiB2LA%2C2BAAA%2CUAAA%2CCAKA%2C6EAAA%2CSAAA%2CCAIA%2C4BAAA%2CSAAA%2CCAGA%2C4BAAA%2CYAAA%2CCAMC%2CoBAAA%2CsIAAA%2CCAYD%2CyBAAA%2C0DAAA%2CCAIA%2CiCAAA%2CgBAAA%2CCjBvNA%2CyBAAA%2CiCAAA%2C4CAAA%2CCAAA%2CCiB8NA%2CwCAAA%2CyNAAA%2CCAaC%2C8CAAA%2CwBAAA%2CCAGA%2CyBAAA%2CwCAAA%2CqBAAA%2CCAAA%2CCAKD%2CmBAAA%2CiDAAA%2CCAGC%2CsCAAA%2CiDAAA%2CCAKA%2C6CAAA%2C0CAAA%2CCAKA%2C4CAAA%2C%2BDAAA%2CCAKC%2CkDAAA%2CqBAAA%2CCAMD%2C6BAAA%2CSAAA%2CCAGA%2C2BAAA%2CYAAA%2CCAID%2C0BACC%2CeAAA%2CYAAA%2CCAAA%2CCAKA%2C6BAAA%2CkBAAA%2CCjBpSD%2CyBAAA%2C6BAAA%2CiBAAA%2CCAAA%2CCiB0SC%2C4BAAA%2CqCAAA%2CCAIC%2C%2BBAAA%2CYAAA%2CCAID%2CwBAAA%2C6DAAA%2CCAMA%2C0BAAA%2C8DAAA%2CCjB1UD%2C0BAAA%2C0BAAA%2CoCAAA%2CCAAA%2CCAMA%2C0BAAA%2C0BAAA%2CoCAAA%2CCAAA%2CCAYA%2CyBAAA%2C0BAAA%2CoCAAA%2CCAAA%2CCAYA%2CyBAAA%2C0BAAA%2CoCAAA%2CCAAA%2CCiBgUC%2CiBAAA%2C8HAAA%2CCAOA%2CiBAAA%2CmGAAA%2CCAMA%2CiBAAA%2CyBAAA%2CCAGC%2CoBAAA%2CkOAAA%2CCASC%2CyBAAA%2CsGAAA%2CCAMC%2C%2BBAAA%2CaAAA%2CCAID%2C4BAAA%2CiIAAA%2CCAYC%2CmCAAA%2CiNAAA%2CCAYA%2CqCAAA%2C8MAAA%2CCAYA%2CsCAAA%2C6MAAA%2CCAYA%2CkCAAA%2C4PAAA%2CCAeH%2CgBAAA%2CwKAAA%2CCAQA%2CqCAAA%2C4BAAA%2CCAGC%2CoDAAA%2CmLAAA%2CCAaF%2CkBAAA%2CyGAAA%2CCjBxdA%2C0BAAA%2CkBAAA%2C%2BCAAA%2CCAAA%2CCAMA%2C0BAAA%2CkBAAA%2C8CAAA%2CCAAA%2CCAYA%2CyBAAA%2CkBAAA%2CwEAAA%2CCAAA%2CCAYA%2CyBAAA%2CkBAAA%2C8CAAA%2CCAAA%2CCkB%2FFA%2C8BAAA%2CiBAAA%2CClByFA%2CyBAAA%2C8CAAA%2CoCAAA%2CCAAA%2CCkBhFC%2CsCAAA%2CmKAAA%2CCAYA%2CqCAAA%2CkKAAA%2CCAWA%2CqDAAA%2C4GAAA%2CCASA%2CqCAAA%2CgBAAA%2CCAGC%2CwCAAA%2CUAAA%2CClB6CF%2CyBAAA%2CwCAAA%2C0BAAA%2CCAAA%2CCkBtCG%2C6CAAA%2CsCAAA%2CCAIC%2CoDAAA%2C6MAAA%2CClBgBJ%2C0BAAA%2CoDAAA%2CiCAAA%2CCAAA%2CCAwBA%2CyBAAA%2CoDAAA%2C6CAAA%2CCAAA%2CCkBbA%2CkCAAA%2CoHAAA%2CCAMC%2CsDAAA%2C6BAAA%2CCAKA%2CwDAAA%2CmBAAA%2CCAKD%2C%2BBAAA%2CsBAAA%2CCAMC%2CmDAAA%2C2BAAA%2CCAIC%2CmEAAA%2CwQAAA%2CCAgBC%2C8EAAA%2CgBAAA%2CCAIA%2CyEAAA%2CyDAAA%2CCAMA%2C0FAAA%2CgCAAA%2CCAKA%2C0BAAA%2CmEAAA%2CiBAAA%2CCAAA%2CClBxDH%2CyBAAA%2CmEAAA%2CiBAAA%2CCAAA%2CCAMA%2CyBAAA%2CmEAAA%2CgDAAA%2CCAAA%2CCkBmEA%2C4BAAA%2C6CAAA%2CCAIC%2CgDAAA%2C6BAAA%2CClB7ED%2CyBAAA%2C4BAAA%2CaAAA%2CCAAA%2CCkBuFA%2CwBAAA%2CkCAAA%2CCAGC%2C2BAAA%2C8FAAA%2CClB1FD%2CyBAAA%2C2BAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2C2BAAA%2CyBAAA%2CCAAA%2CCkBqGA%2CmCAAA%2CiIAAA%2CClB3GA%2CyBAAA%2CmCAAA%2CwBAAA%2CCAAA%2CCAMA%2CyBAAA%2CmCAAA%2CwBAAA%2CCAAA%2CCkBoHC%2CuDAAA%2C6BAAA%2CCAIC%2C6EAAA%2CmBAAA%2CCAKD%2CiDAAA%2CkCAAA%2CCAKC%2CkFAAA%2CYAAA%2CClBlIF%2CyBAAA%2CkFAAA%2CcAAA%2CCAAA%2CCkByIG%2C6FAAA%2CkIAAA%2CCAQC%2CyBAAA%2C6FAAA%2CcAAA%2CCAAA%2CCAIA%2CyGAAA%2CuBAAA%2CCAGC%2CyBAAA%2CyGAAA%2CuBAAA%2CCAAA%2CCAKD%2CiHAAA%2CmBAAA%2CCAIC%2CyBAAA%2CiHAAA%2CcAAA%2CCAAA%2CCAIA%2CuIAAA%2CgCAAA%2CCAIC%2CyBAAA%2CuIAAA%2CWAAA%2CCAAA%2CCAKC%2CyBAAA%2CsJAAA%2CqDAAA%2CCAAA%2CCAQA%2CyBAAA%2CsJAAA%2CgDAAA%2CCAKC%2C0JAAA%2C6FAAA%2CCAAA%2CClB3LR%2CyBAAA%2CuIAAA%2CYAAA%2CCAAA%2CCkB2MM%2CyBAAA%2CuIAAA%2CaAAA%2CCAAA%2CCAIA%2CqRAAA%2CyBAAA%2CCAMA%2C2IAAA%2CmDAAA%2CCAMA%2C%2BdAAA%2C%2BBAAA%2CCAOA%2C4JAAA%2C8CAAA%2CCAMC%2C4UAAA%2CiSAAA%2CCAkBC%2CwVAAA%2C6BAAA%2CCAQH%2CkIAAA%2CiFAAA%2CClBxQL%2CyBAAA%2CkIAAA%2CYAAA%2CCAAA%2CCAMA%2CyBAAA%2CkIAAA%2CYAAA%2CCAAA%2CCkBiRM%2CyBAAA%2CkIAAA%2C8BAAA%2CCAAA%2CCAKA%2CgJAAA%2CqDAAA%2CCAKC%2CwJAAA%2C8IAAA%2CCASA%2CqJAAA%2C2GAAA%2CCAUD%2C8IAAA%2CaAAA%2CCAGC%2C0JAAA%2CmDAAA%2CCAIC%2C4JAAA%2C%2BIAAA%2CClB3TR%2CyBAAA%2C4JAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2C4JAAA%2CyBAAA%2CCAAA%2CCkBsUS%2CkKAAA%2CsCAAA%2CCASF%2CiJAAA%2CwLAAA%2CCAUC%2CuJAAA%2CkBAAA%2CCAIA%2CsJAAA%2C6HAAA%2CCAmBP%2CsDAAA%2C6BAAA%2CCAKA%2CwDAAA%2CuBAAA%2CClB3XD%2CyBAAA%2CwDAAA%2CuBAAA%2CCAAA%2CCkBkYE%2C%2BEAAA%2C2BAAA%2CClB5XF%2CyBAAA%2C%2BEAAA%2CcAAA%2CCAAA%2CCkBoYG%2CuFAAA%2CqKAAA%2CClB1YH%2CyBAAA%2CuFAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CuFAAA%2CaAAA%2CCAAA%2CCkBqZI%2CyBAAA%2CuFAAA%2CiBAAA%2CCAAA%2CCAKC%2C%2BCACC%2CuGAAA%2CcAAA%2CCAAA%2CClB%2FbN%2CyBkBscK%2CuGAAA%2CcAAA%2CCAAA%2CCAKD%2C2GAAA%2CqDAAA%2CCAMC%2CiIAAA%2CiBAAA%2CCAGC%2CyQAAA%2CyBAAA%2CCAMA%2CgJAAA%2CgEAAA%2CClBtbN%2CyBAAA%2CgJAAA%2CkBAAA%2CCAAA%2CCkBgcO%2CoJAAA%2C6FAAA%2CCAWD%2C6cAAA%2C%2BBAAA%2CCAOA%2CsJAAA%2C8CAAA%2CCAMC%2CgUAAA%2CiSAAA%2CCAkBC%2C4UAAA%2C6BAAA%2CCAQH%2C4HAAA%2C%2BFAAA%2CClBxfL%2CyBAAA%2C4HAAA%2CYAAA%2CCAAA%2CCkBogBM%2C0IAAA%2CqDAAA%2CCAKC%2CkJAAA%2C8IAAA%2CCASA%2C%2BIAAA%2C2GAAA%2CCAUD%2CwIAAA%2CaAAA%2CCAGC%2CoJAAA%2C6EAAA%2CClB%2FhBP%2CyBAAA%2CoJAAA%2CyBAAA%2CCAAA%2CCkBwiBQ%2CsJAAA%2C%2BIAAA%2CClBxiBR%2CyBAAA%2CsJAAA%2CyBAAA%2CCAAA%2CCkBqjBS%2C4JAAA%2CsCAAA%2CCASF%2C2IAAA%2CwLAAA%2CCAUC%2CiJAAA%2CkBAAA%2CCAIA%2CgJAAA%2C6HAAA%2CCAgBN%2C%2BEAAA%2CsDAAA%2CClBtlBF%2CyBAAA%2C%2BEAAA%2CcAAA%2CCAAA%2CCkB%2BlBG%2CkFAAA%2CeAAA%2CCAIA%2CgGAAA%2CUAAA%2CCAGC%2CkGAAA%2C2GAAA%2CCAaD%2CmGAAA%2C%2BCAAA%2CClBnnBH%2CyBAAA%2CmGAAA%2COAAA%2CCAAA%2CCkB4nBI%2C6GAAA%2CWAAA%2CCAIA%2CqGAAA%2CiDAAA%2CCAKC%2C6GAAA%2CiLAAA%2CCAUA%2C2GAAA%2CwBAAA%2CCAGC%2CmHAAA%2C8BAAA%2CCAOH%2C%2BFAAA%2CyEAAA%2CClBzpBH%2CyBAAA%2C%2BFAAA%2CmCAAA%2CCAAA%2CCkBqqBI%2CiGAAA%2CiDAAA%2CCAKC%2CwGAAA%2C8KAAA%2CCAUA%2CuGAAA%2CwBAAA%2CCAGC%2C8GAAA%2C6BAAA%2CCAOH%2C0FAAA%2CYAAA%2CClB9rBH%2CyBAAA%2C0FAAA%2COAAA%2CCAAA%2CCkBqsBI%2C4FAAA%2CmLAAA%2CCAYC%2CkGAAA%2CsCAAA%2CCAOA%2CmGAAA%2CaAAA%2CCAQJ%2CyDAAA%2CYAAA%2CCAGC%2CgEAAA%2CaAAA%2CCAKD%2CqCAAA%2CiIAAA%2CClB9uBD%2CyBAAA%2CqCAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CqCAAA%2CyBAAA%2CCAAA%2CCkB0vBE%2CiDAAA%2C6FAAA%2CClB9xBF%2CyBAAA%2CwBAAA%2CeAAA%2CCAAA%2CCkB6yBC%2C4CAAA%2C6BAAA%2CCAKA%2CuCAAA%2CkCAAA%2CCAKD%2CwBAAA%2CuBAAA%2CClBvzBA%2CyBAAA%2CwBAAA%2CwBAAA%2CCAAA%2CCkB8zBC%2C4CAAA%2C6BAAA%2CCAKA%2CuCAAA%2CkCAAA%2CCAIA%2C6CAAA%2CyEAAA%2CCAMC%2CqDAAA%2CkFAAA%2CCAUA%2CoDAAA%2CqFAAA%2CCAYA%2CmEAAA%2CyDAAA%2CCAKC%2CqJAAA%2CYAAA%2CClBx2BH%2CyBAAA%2CmEAAA%2CgBAAA%2CCAAA%2CCkBi3BG%2CqEAAA%2CsHAAA%2CCAQC%2C4EAAA%2CyCAAA%2CCAKA%2CgFAAA%2CsBAAA%2CCAKD%2C2FAAA%2CgDAAA%2CClBn4BH%2CyBAAA%2C2FAAA%2CiDAAA%2CCAAA%2CCkB64BG%2C4FAAA%2CiCAAA%2CClB74BH%2CyBAAA%2C4FAAA%2CkDAAA%2CCAAA%2CCA8BA%2CyBAAA%2C4FAAA%2CiBAAA%2CCAAA%2CCkB43BG%2CsFAAA%2CmEAAA%2CClB15BH%2CyBAAA%2CsFAAA%2CgBAAA%2CCAAA%2CCA8BA%2CyBkBu4BK%2CkGAAA%2CuBAAA%2CCAAA%2CCAKD%2C0FAAA%2CuCAAA%2CCAOF%2CmEAAA%2CwJAAA%2CClBn5BF%2CyBAAA%2CmEAAA%2CYAAA%2CCAAA%2CCAMA%2CyBAAA%2CmEAAA%2CYAAA%2CCAAA%2CCkB65BG%2CqEAAA%2CwEAAA%2CClBn6BH%2CyBAAA%2CqEAAA%2CyBAAA%2CCAAA%2CCAMA%2CyBAAA%2CqEAAA%2CyBAAA%2CCAAA%2CCkB66BE%2CsEAAA%2CwBAAA%2CCAGC%2CwEAAA%2CwEAAA%2CCAUH%2C4BAAA%2CkCAAA%2CClBh8BA%2CyBAAA%2C4BAAA%2CiCAAA%2CCAAA%2CCAMA%2CyBAAA%2C4BAAA%2CiCAAA%2CCAAA%2CCkBq8BC%2CgDAAA%2C8BAAA%2CCAMC%2CkDAAA%2CaAAA%2CCAKD%2CiDAAA%2C6FAAA%2CClBt9BD%2CyBAAA%2CiDAAA%2CYAAA%2CCAAA%2CCAMA%2CyBAAA%2CiDAAA%2CYAAA%2CCAAA%2CCkB89BE%2CmDAAA%2C2GAAA%2CClB99BF%2CyBAAA%2CmDAAA%2CsCAAA%2CCAAA%2CCmBhFA%2CsBAAA%2CsDAAA%2CCAIC%2C6CAAA%2C8CAAA%2CCAMC%2CuDAAA%2C6FAAA%2CCAOA%2C0DAAA%2CWAAA%2CCAGC%2C4DAAA%2CiDAAA%2CCnB4DH%2CyBAAA%2C4DAAA%2CiDAAA%2CCAAA%2CCmBhDC%2CuEAAA%2CwGAAA%2CCnBgDD%2CyBAAA%2CuEAAA%2CwGAAA%2CCAAA%2CCmBtCE%2CyGAAA%2C2EAAA%2CCAOD%2C2DAAA%2C2FAAA%2CCAOA%2C0CAAA%2CaAAA%2CCnBwBD%2CyBAAA%2CsBAAA%2CeAAA%2CCmBjBE%2CgDAAA%2CcAAA%2CCAAA%2CCAQD%2CsCAAA%2C%2BGAAA%2CCnBSD%2CyBAAA%2CsCAAA%2CiDAAA%2CCAAA%2CCmBMC%2C0BAAA%2CaAAA%2CCAKC%2C8DAAA%2C%2BDAAA%2CCAKA%2C0DAAA%2C%2BCAAA%2CCnBpDF%2CyBAAA%2C0DAAA%2CUAAA%2CCAAA%2CCmBiEA%2C%2BBAAA%2CqDAAA%2CCAQE%2C0EAAA%2C0BAAA%2CCAIA%2CsEAAA%2CwJAAA%2CCnBzCF%2CyBAAA%2CsEAAA%2C4DAAA%2CCAAA%2CCmBwDE%2C6EAAA%2C6BAAA%2CCAGC%2C%2BEAAA%2CiBAAA%2CCAMD%2C8FAAA%2C0BAAA%2CCAIA%2CiFAAA%2CoCAAA%2CCASD%2C0CAAA%2C4JAAA%2CCrB2GD%2CmGAAA%2CYAAA%2CCAMA%2CqDAAA%2CoDAAA%2CCAMA%2C2DAAA%2C0BAAA%2CCAME%2C6EAAA%2C0BAAA%2CCAMF%2C4DAAA%2CUAAA%2CCAyBA%2CyBASE%2C8DAAA%2CsBAAA%2CCAWA%2C8DAAA%2CoBAAA%2CCAAA%2CCAeF%2CyBAAA%2C0CAAA%2CqBAAA%2CCAWC%2CqDAAA%2C4CAAA%2CCAAA%2CCqBtMA%2CgCAAA%2C2CAAA%2CCAKA%2CmDAAA%2CsGAAA%2CCAMA%2CoDAAA%2CsHAAA%2CCnBnGD%2CyBmBmHE%2CoCAAA%2CkCAAA%2CCAIC%2C8CAAA%2CQAAA%2CCAIA%2C2DAAA%2COAAA%2CCAAA%2CCAOH%2CuEAAA%2CiCAAA%2CCC%2FMA%2CuBAAA%2C8BAAA%2CCAOC%2CuCAAA%2CyKAAA%2CCtB4BD%2CyBAAA%2CuCAAA%2C%2BCAAA%2CCAAA%2CCAAA%2CyBAAA%2CuCAAA%2CgDAAA%2CCAAA%2CCsBhBC%2C0BAAA%2C8LAAA%2CCtBgBD%2CyBAAA%2C0BAAA%2C4DAAA%2CCAAA%2CCsBHC%2CsCAAA%2CuIAAA%2CCtBGD%2CyBAAA%2CsCAAA%2CiDAAA%2CCAAA%2CCsBSC%2CyBAAA%2C0BAAA%2CCAKA%2CuCAAA%2CeAAA%2CCAGC%2CuEAAA%2CkDAAA%2CCAMA%2CmEAAA%2C%2BJAAA%2CCAYA%2C4DAAA%2COAAA%2CCAIA%2C6DAAA%2COAAA%2CCAIA%2C8DAAA%2COAAA%2CCAIA%2C8DAAA%2COAAA%2CCpBCF%2CyBAAA%2CuBAAA%2CeAAA%2CCAAA%2CCoBcE%2C6EAAA%2CmFAAA%2CCAOD%2C0CAAA%2CwDAAA%2CCAIA%2CsDAAA%2C0IAAA%2CCtBqCD%2C2HAAA%2CYAAA%2CCAMA%2CoIAAA%2CoDAAA%2CCAOA%2CuEAAA%2C0BAAA%2CCAME%2CyFAAA%2C0BAAA%2CCAMF%2CuEAAA%2CuBAAA%2CCAIA%2C0FAAA%2CUAAA%2CCAKA%2CoIAAA%2CyHAAA%2CCAOC%2CyBAAA%2CsDAAA%2CwCAAA%2CCAKC%2CoIAAA%2CoCAAA%2CCAAA%2CCuBxLF%2C2BAAA%2CuFAAA%2CCAIE%2CsEAAA%2CgEAAA%2CCAMD%2CwCAAA%2C6IAAA%2CCAUC%2C%2BCAAA%2CgLAAA%2CCAYD%2C0CAAA%2C4EAAA%2CCAOC%2C0EAAA%2C8HAAA%2CCAaA%2CuDAAA%2CYAAA%2CCAGC%2CsEAAA%2CWAAA%2CCAIA%2C8EAAA%2C4EAAA%2CCASD%2CuDAAA%2C6IAAA%2CCAWA%2CwDAAA%2CuIAAA%2CCAWA%2CgEAAA%2CuBAAA%2CCAOF%2C2BAAA%2C0GAAA%2CCAME%2C2CAAA%2CkLAAA%2CCAWC%2CmDAAA%2CoCAAA%2CCAQF%2CyCAAA%2CyCAAA%2CCAMA%2CkDAAA%2C8CAAA%2CCAMA%2CkDAAA%2CeAAA%2CCAMD%2CoBAAA%2CmDAAA%2CCAKC%2CuCAAA%2CkBAAA%2CCAIC%2C2CAAA%2CqDAAA%2CCAKA%2CyCAAA%2CoCAAA%2CCAKC%2CmDAAA%2CqBAAA%2CCAOF%2CiCAAA%2CwGAAA%2CCAOC%2CwCAAA%2CqGAAA%2CCAUA%2CoCAAA%2C4BAAA%2CCAIC%2CsCAAA%2CyKAAA%2CCAUC%2C4CAAA%2CYAAA%2CCAOF%2CmCAAA%2CoLAAA%2CCAcD%2CkCAAA%2CeAAA%2CCAKA%2CqEAAA%2CwGAAA%2CCrBvLD%2CyBAAA%2CmCAAA%2CmEAAA%2CCAAA%2CCqBuME%2CsCAAA%2C6GAAA%2CCAOC%2C8CAAA%2CmLAAA%2CCAkBA%2C6CAAA%2CSAAA%2CCrBhOH%2CyBAAA%2C6CAAA%2CsGAAA%2CCAAA%2CCqB2OE%2CwCAAA%2CmCAAA%2CCASD%2CqDAAA%2CyIAAA%2CCvBlJD%2CyHAAA%2CYAAA%2CCAMA%2CkIAAA%2CoDAAA%2CCAOA%2CsEAAA%2C0BAAA%2CCAME%2CwFAAA%2C0BAAA%2CCAMF%2CsEAAA%2CuBAAA%2CCAIA%2CyFAAA%2CUAAA%2CCAKA%2CkIAAA%2CyHAAA%2CCAOC%2CyBAAA%2CqDAAA%2CwCAAA%2CCAKC%2CkIAAA%2CoCAAA%2CCAAA%2CCEhJF%2CyBqBgQG%2C4DAAA%2CqEAAA%2CCAMD%2CsDAAA%2CiEAAA%2CCAAA%2CCAOF%2CuBAAA%2C2BAAA%2CCAKC%2C4CAAA%2CYAAA%2CCASD%2C2BAAA%2CsTAAA%2CCAeC%2C8BAAA%2C6IAAA%2CCAWA%2C6BAAA%2CkJAAA%2CCAWA%2CmCAAA%2CuKAAA%2CCAiBA%2C6BAAA%2C2BAAA%2CCAQA%2C0BAAA%2CkEAAA%2CCAMC%2CqCAAA%2CeAAA%2CCAKD%2C%2BBAAA%2C%2BGAAA%2CCAQA%2CmCAAA%2CqKAAA%2CCAOC%2CqFAAA%2CuJAAA%2CCAaA%2C2CAAA%2CqDAAA%2CCAKA%2C0CAAA%2C2DAAA%2CCAKA%2CqCAAA%2CmKAAA%2CCAYD%2CsCAAA%2C4HAAA%2CCAYA%2C0BAAA%2CsBAAA%2CYAAA%2CCAAA%2CCAKA%2CkCAAA%2CkGAAA%2CCCjdD%2CiBAAA%2CuBAAA%2CCAOC%2C0CAAA%2CkDAAA%2CCAMC%2C8CAAA%2C8BAAA%2CCAQD%2CqCAAA%2CWAAA%2CCAGC%2CwCAAA%2CkJAAA%2CCAWD%2CsCAAA%2CeAAA%2CCAQA%2C0FAAA%2CUAAA%2CCAKA%2C4GAAA%2CsDAAA%2CCAMC%2CoHAAA%2C8BAAA%2CCAQD%2CkGAAA%2CuFAAA%2CCAKC%2CsGAAA%2C4JAAA%2CCAYD%2CkGAAA%2CuIAAA%2CCASC%2CgIAAA%2CqCAAA%2CCAIC%2C8IAAA%2CeAAA%2CCAIA%2CgJAAA%2C4XAAA%2CCAYF%2CoGAAA%2CuFAAA%2CCAKC%2C0NAAA%2CuLAAA%2CCAkBD%2CgGAAA%2CqKAAA%2CCAaC%2CsIAAA%2CgEAAA%2CCAMA%2CsKAAA%2CwGAAA%2CCtBxEF%2CyBAAA%2CsKAAA%2CwGAAA%2CCAAA%2CCAAA%2CyBAAA%2CsEAAA%2CeAAA%2CCAAA%2CCsBoGA%2CqBAAA%2CiGAAA%2CCAQA%2C0BAAA%2CQAAA%2CCAGC%2C4CAAA%2C6DAAA%2CCAIA%2CqCAAA%2CeAAA%2CCAIA%2CiDAAA%2C%2BBAAA%2CCAIC%2CiHAAA%2CwEAAA%2CCASA%2CyDAAA%2CoDAAA%2CCAIA%2CwDAAA%2CmDAAA%2CCAIA%2C8DAAA%2CoDAAA%2CCAIA%2CkEAAA%2CYAAA%2CCAKD%2CyCAAA%2C4CAAA%2CCAIC%2C%2BCAAA%2CwBAAA%2CCAQD%2CgCAAA%2CkIAAA%2CCAQC%2CuDAAA%2C8FAAA%2CCASA%2CuDAAA%2CYAAA%2CCAGC%2C8DAAA%2CiFAAA%2CCAOA%2CsFAAA%2C2EAAA%2CCAOD%2C%2BCAAA%2CoNAAA%2CCAcA%2CiDAAA%2CuBAAA%2CCAIA%2C0BAEC%2CuDAAA%2CqCAAA%2CCAMA%2CuDAAA%2CiBAAA%2CCAGC%2CsFAAA%2CWAAA%2CCAAA%2CCAMF%2CyBAEC%2CuDAAA%2CqBAAA%2CCAGC%2C8DAAA%2CYAAA%2CCAAA%2CCAUH%2CkDAAA%2CyIAAA%2CCxBvLD%2CmHAAA%2CYAAA%2CCAMA%2C4HAAA%2CoDAAA%2CCAOA%2CmEAAA%2C0BAAA%2CCAME%2CqFAAA%2C0BAAA%2CCAMF%2CmEAAA%2CuBAAA%2CCAIA%2CsFAAA%2CUAAA%2CCAKA%2C4HAAA%2CyHAAA%2CCAOC%2CyBAAA%2CkDAAA%2CwCAAA%2CCAKC%2C4HAAA%2CoCAAA%2CCAAA%2CCA%2BBF%2C%2BCAAA%2CkDAAA%2CkDAAA%2CCAaC%2C4HAAA%2CyHAAA%2CCAAA%2CCwB2GA%2CkEAAA%2C6MAAA%2CCAaC%2CwEAAA%2CwBAAA%2CCtB1QF%2CyBsBiRG%2C0EAAA%2C8CAAA%2CCAKC%2CmKAAA%2CYAAA%2CCAKA%2CuFAAA%2CcAAA%2CCAAA%2CCAOH%2CwDAAA%2C0BAAA%2CCAOA%2CoDAAA%2CgEAAA%2CCAOA%2CgEAAA%2C0GAAA%2CCAIC%2CkEAAA%2C2CAAA%22%7D */