:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}/*!
Theme Name: Yuma
Theme URI: https://yuma.sharkthemes.com/
Author: Shark Themes
Author URI: https://sharkthemes.com/
Description: Explore the unlimited possibilities. Yuma is a highly dynamic and extremely flexible Gutenberg-ready WordPress theme. It supports Elementor, which is the most popular page builder plugin for WordPress. It is compatible with WooCommerce, which is the best e-commerce plugin for WordPress. This fully featured theme is best for blogging sites. Since it has a wide scope of flexibility, you can create corporate, news, magazine, personal, educational, architectural, musical, and various multipurpose sites with ease. You can create unlimited header and footer designs. You can fully customize the Blog Page, Inner Pages, Typography, Theme Color, Page Layouts, and many more features via Customizer API. Yuma will make your WordPress look beautiful on all devices. It comes with cross-browser compatibility, a mobile-friendly design, and responsive features. Set up your site intuitively and without any coding skills at all.
Version: 1.2.4
Requires PHP: 5.6
Tested up to: 6.9
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: yuma
Tags: translation-ready, custom-header, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, right-sidebar, full-width-template, one-column, two-columns, three-columns, four-columns, grid-layout, block-styles, editor-style, flexible-header, custom-logo, rtl-language-support, blog, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Yuma is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 #loader{overflow-x:hidden;overflow-y:hidden;vertical-align:middle;background-color:#fff;position:fixed;display:table;width:100%;top:0;height:100%;min-height:100%;z-index:9999}.loader-container{position:relative;display:table-cell;vertical-align:middle;z-index:12;text-align:center}.loader-container svg,.blog-loader svg{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite;width:50px;height:50px}.blog-loader svg{width:35px;height:35px}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.backtotop{position:fixed;z-index:3000;display:inline-flex;line-height:1;font-size:14px;text-align:center;bottom:-100px;right:30px;box-sizing:border-box;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;color:#fff}.backtotop.left{right:auto;left:15px}.backtotop .btt-inner-wrapper{padding:15px;transform-origin:100% 50%;transform:rotate(90deg) translate(50%,50%);position:relative;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;transition:all 0.3s ease 0s;cursor:pointer;background-color:#0a0e14;top:0;backface-visibility:hidden}.backtotop .btt-inner-wrapper:hover{background-color:#eba54c}.backtotop .btt-second-inner{display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;transform:rotate(180deg);flex-direction:row-reverse}.backtotop span{display:inline-block;letter-spacing:1px}.backtotop .has-btt-image span{margin-right:10px}.backtotop img,.backtotop svg{display:inline-block;vertical-align:middle;fill:#fff;transform:rotate(90deg);width:14px}.read-more{font-size:16px;margin-top:20px;width:auto;display:inline-block;text-transform:capitalize;font-weight:500;text-decoration:none;padding-bottom:5px;letter-spacing:.5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-loader-btn .read-more a{width:100%;background-color:#0a0e14;padding:12px 25px;display:inline-block;text-align:center;color:#fff;margin-top:20px;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-loader-btn .read-more a:hover{background-color:#eba54c}.blog-loader-btn,.blog-loader{text-align:center}.blog-loader{margin-top:36px}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background:#f8f8f8}body{margin:0;font-family:'Oxygen',sans-serif;font-weight:300;font-size:18px}#page{background-color:#fff;max-width:1920px;margin:0 auto;position:relative;overflow-x:hidden}#content{position:relative}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:52px;font-size:3.25rem}h2{font-size:42px;font-size:2.625rem}h3{font-size:32px;font-size:2rem}h4{font-size:28px;font-size:1.75rem}h5{font-size:24px;font-size:1.5rem}h6{font-size:20px;font-size:1.25rem}h1,h2,h3,h4,h5,h6{clear:both;color:#0a0e14;margin:16px 0;line-height:1.3;font-family:'Alata',sans-serif;font-weight:600}mark{background:#ff0;color:#0a0e14}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:8px;border:1px solid #555}td#next{text-align:right}body,button,input,select,textarea{font-size:16px;line-height:24px;letter-spacing:.5px;font-weight:400}p{margin:.8em 0}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:16px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:16px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff5ab;color:#0a0e14;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{color:#444}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}blockquote{background-color:#f6f6f6;padding:15px;border-left:5px solid #ccc}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0;padding-left:1.5em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:.5em}dt{font-weight:700;margin-bottom:1em}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%;vertical-align:middle}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}button,input[type="button"],input[type="reset"],input[type="submit"]{border:none;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgb(0 0 0 / .8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#aaa #bbb #bbb}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;padding:5px;border-radius:0}select{border:1px solid #ccc;padding:5px;border-radius:0}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}textarea{width:100%}textarea,#respond input,.wpcf7 input{width:100%;border-radius:0;height:40px;padding:0 15px}#respond textarea{height:180px;padding:10px 15px}#respond input[type="submit"]{border-color:#0a0e14}#respond input[type="submit"]:hover,#respond input[type="submit"]:focus{border-color:#eba54c;background-color:#eba54c}p.form-submit{clear:both;display:table;float:right;margin-bottom:0}.comment-notes{font-size:16px;font-style:italic;font-weight:600;margin-top:0;margin-bottom:20px}#respond label{color:#555;margin-bottom:5px;display:table}#respond .comment-form-cookies-consent input[type="checkbox"],.comment-form-cookies-consent input[type="checkbox"]{width:auto;float:left}#respond .comment-form-cookies-consent label,.comment-form-cookies-consent label{display:table;padding:6px 0 0 10px}a{color:#0a0e14;text-decoration:none}a:hover,a:focus,a:active{color:#eba54c}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.header-wrapper{position:relative;width:100%}#top-menu{position:relative;background-color:#0a0e14;background-size:cover;height:50px;width:100%;z-index:300;display:flex;align-items:center}#top-menu:after{content:"";position:absolute;width:100%;bottom:0;left:0}#top-menu svg.icon-up,#top-menu svg.icon-down{margin:auto;display:block;cursor:pointer;fill:#fff}#top-menu ul{padding:0}#top-menu button.topbar-menu-toggle{background:#fff0;border:none;padding:0;display:flex;margin:auto}#top-menu svg.icon-up,#top-menu.top-menu-active .topbar-menu-toggle svg.icon-down{display:none}#top-menu.top-menu-active .topbar-menu-toggle svg.icon-up{display:block}#masthead .header_email a:not(:last-child):after,#masthead .header_phone a:not(:last-child):after,#top-menu .topbar-email a:not(:last-child):after,#top-menu .topbar-phone a:not(:last-child):after{content:',';margin-right:5px}#masthead .header_widget .wp-block-image{margin:0}.navbar-open-search form.search-form input,.topbar-open-search form.search-form input{height:auto;background:#fff0;font-size:14px;color:#fff;padding:3px 15px;min-width:225px;border:1px solid rgb(255 255 255 / .2)}.header-open-search form.search-form input{height:34px;background:#fff0;padding:1px 15px;min-width:225px;border:1px solid rgb(0 0 0 / .2)}.navbar-open-search form.search-form input::placeholder,.topbar-open-search form.search-form input::placeholder{color:#fff}.navbar-open-search form.search-form button.search-submit,.header-open-search form.search-form button.search-submit,.topbar-open-search form.search-form button.search-submit{background:#fff0}.header-open-search form.search-form button.search-submit{fill:#0a0e14}#navbar .navbar-open-search form.search-form button.search-submit svg,#top-menu .topbar-open-search form.search-form button.search-submit svg{height:13px;width:13px}#masthead div.mini-cart .mini-cart-items ul,#top-menu div.mini-cart .mini-cart-items ul{display:flex;flex-direction:column}#masthead div.mini-cart,#top-menu div.mini-cart{position:relative}#masthead div.mini-cart .mini-cart-items,#top-menu div.mini-cart .mini-cart-items{opacity:0;position:absolute;top:100%;left:0;height:0;z-index:-1;overflow:hidden;width:300px;background-color:#0a0e14;padding:20px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#masthead .header-right div.mini-cart .mini-cart-items,#top-menu .topbar-right div.mini-cart .mini-cart-items{right:0;left:auto}#masthead div.mini-cart.active .mini-cart-items,#top-menu div.mini-cart.active .mini-cart-items{opacity:1;z-index:3333;height:auto}#masthead div.mini-cart .woocommerce.widget_shopping_cart a,#top-menu div.mini-cart .woocommerce.widget_shopping_cart a,#masthead div.mini-cart .woocommerce.widget_shopping_cart .total,#top-menu div.mini-cart .woocommerce.widget_shopping_cart .total{color:#fff}.cart-contents.hide-items{margin-right:10px;position:relative}.cart-contents.hide-items>span.topbar-count-box,.cart-contents.hide-items>span.header-count-box{font-size:10px;background:rgb(0 0 0 / .9);border:1px solid #fff;color:#fff;border-radius:50px;position:absolute;top:-7px;right:-5px;height:20px;width:20px;display:flex;justify-content:center;align-items:center}.cart-contents.hide-items>span.topbar-count-box{background:rgb(255 255 255 / .9);border:1px solid #0a0e14;color:#0a0e14;font-weight:600}.secondary-menu{float:left;color:#fff}.social-menu{float:right}#colophon .site-info .inner-wrapper ul,#navbar .inner-wrapper ul,#masthead .wrapper .inner-wrapper ul,#top-menu .inner-wrapper ul{padding-left:0}#colophon .site-info .inner-wrapper,#navbar .inner-wrapper,#masthead .wrapper .inner-wrapper,#top-menu .inner-wrapper{display:flex;justify-content:space-between;align-items:center;flex:1;min-width:0}#colophon .site-info .inner-wrapper .footer-left,#colophon .site-info .inner-wrapper .footer-center,#colophon .site-info .inner-wrapper .footer-right,#navbar .inner-wrapper .navbar-left,#navbar .inner-wrapper .navbar-center,#navbar .inner-wrapper .navbar-right,#masthead .inner-wrapper .header-left,#masthead .inner-wrapper .header-center,#masthead .inner-wrapper .header-right,#top-menu .inner-wrapper .topbar-left,#top-menu .inner-wrapper .topbar-center,#top-menu .inner-wrapper .topbar-right{flex:1;min-width:0}#top-menu .topbar-element.topbar_button a.topbar-btn:hover,.header-element a.btn.btn-transparent:hover{border-color:#fff0;color:#fff}.topbar-element .woocommerce ul.product_list_widget li a,.header-element .woocommerce ul.product_list_widget li a{color:#fff}#colophon .site-info .inner-wrapper.no-left-element.no-center-element,#navbar .inner-wrapper.no-left-element.no-center-element,#top-menu .inner-wrapper.no-left-element.no-center-element{justify-content:flex-end}#colophon .site-info.inner-wrapper.no-left-element.no-right-element,#navbar .inner-wrapper.no-left-element.no-right-element,#top-menu .inner-wrapper.no-left-element.no-right-element{justify-content:center}#colophon .site-info .inner-wrapper .footer-element:not(:first-child),#navbar .inner-wrapper .navbar-element:not(:first-child),#masthead .inner-wrapper .header-element:not(:first-child),#top-menu .inner-wrapper .topbar-element:not(:first-child){margin-left:25px}#colophon .site-info .inner-wrapper .footer-element a,#colophon .site-info .inner-wrapper .footer-element,#navbar .inner-wrapper .navbar-element a,#navbar .inner-wrapper .navbar-element,#top-menu .inner-wrapper .topbar-element a,#top-menu .inner-wrapper .topbar-element{color:#fff;font-size:14px;text-decoration:none}#navbar .inner-wrapper .navbar-element a,#navbar .inner-wrapper .navbar-element{font-size:16px}#colophon .site-info .inner-wrapper .footer-element a:hover,#colophon .site-info .inner-wrapper .footer-element a:focus,#navbar .inner-wrapper .navbar-element a:hover,#navbar .inner-wrapper .navbar-element a:focus,#masthead .inner-wrapper .header-element a:hover,#masthead .inner-wrapper .header-element a:focus,#top-menu .inner-wrapper .topbar-element a:hover,#top-menu .inner-wrapper .topbar-element a:focus{color:#eba54c}#colophon .site-info .inner-wrapper .footer-left,#navbar .inner-wrapper .navbar-left,#top-menu .inner-wrapper .topbar-left{display:flex;justify-content:flex-start;align-items:center}#colophon .site-info .inner-wrapper .footer-center,#navbar .inner-wrapper .navbar-center,#top-menu .inner-wrapper .topbar-center{display:flex;justify-content:center;align-items:center}#colophon .site-info .inner-wrapper .footer-right,#navbar .inner-wrapper .navbar-right,#top-menu .inner-wrapper .topbar-right{display:flex;justify-content:flex-end;align-items:center}#masthead ul li,#navbar ul li,#top-menu ul li{float:left;list-style:none;font-weight:400;font-size:14px;color:#fff}.navbar-element.social-menu ul li a svg,.header-element.social-menu ul li a svg{fill:#0a0e14}.topbar-element.social-menu ul li:last-child a svg,.navbar-element.social-menu ul li:last-child a svg,.header-element.social-menu ul li:last-child a svg{margin-right:0}.navbar-element svg,.topbar-element svg,.secondary-menu ul li svg{margin:-2px 10px 0 0;fill:#fff}.navbar-element svg{height:14px;width:14px}.navbar-element svg{height:16px;width:16px}.topbar-element svg.icon-envelope-o{margin-top:-2px}.secondary-menu ul li svg.icon.icon-plane{height:19px;width:19px}.secondary-menu a{font-weight:400;color:#fff;font-size:14px}.secondary-menu ul li:not(:last-child):after{content:"";display:inline-block;vertical-align:middle;margin:0 10px;border-radius:100%}#masthead{position:relative;width:100%;z-index:200;font-size:17px;background-position:center;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#masthead:after{content:"";position:absolute;width:100%;bottom:0;left:0}#masthead .header-container{position:relative;height:100px;width:100%;display:flex;align-items:center}#masthead .video-wrapper{position:absolute;overflow:hidden;right:0;bottom:0;width:100%;height:100%}#masthead #header-video{min-width:100%;min-height:100%}#masthead .inner-wrapper .header-left{display:flex;justify-content:flex-start;align-items:center}#masthead .inner-wrapper .header-left.center-align{justify-content:center}#masthead .inner-wrapper .header-left.right-align{justify-content:flex-end}#masthead .inner-wrapper .header-center{display:flex;justify-content:center;align-items:center}#masthead .inner-wrapper .header-center.flex-column{flex-direction:column}#masthead .inner-wrapper .header-center.flex-column .header-element:not(:first-child){margin:25px 0 0}#masthead .inner-wrapper .header-center.flex-column .header-element:last-child{margin:25px 0 25px}#masthead .inner-wrapper .header-right{display:flex;justify-content:flex-end;align-items:center}#masthead .inner-wrapper .header-right.center-align{justify-content:center}#masthead .inner-wrapper .header-right.left-align{justify-content:flex-start}#masthead .header-element{position:relative}.topbar-element a:hover,.topbar-element a:focus,.header-element a:hover,.header-element a:focus,.navbar-element a:hover,.navbar-element a:focus{color:#eba54c}.header-element.header-meta{display:flex;justify-content:center;align-items:center}.header-element.header-meta .header-meta-icon{width:40px;height:40px;margin-right:15px;border:2px solid #0a0e14;display:flex;justify-content:center;align-items:center}.header-element.header-meta:hover .header-meta-icon svg,.header-element.header-meta:hover .header-meta-icon a svg{fill:#eba54c}.header-element.header-meta:hover .header-meta-icon{border-color:#eba54c}.header-element.header-meta .header-meta-icon svg{height:20px;width:20px}.header-element.mini-cart svg{margin:-5px 10px 0 0;height:20px;width:20px}.header-element.header-meta .header-meta-details{display:flex;flex-direction:column;font-size:16px}.header-element.mini-cart a,.header-element.header-meta .header-meta-details a{text-decoration:none}.header-element.header-product-search-form form{display:flex;background-color:#f6f6f6}.header-element.header-product-search-form form select,.header-element.header-product-search-form form input{height:40px;padding:0 15px;background-color:#f6f6f6;color:#666;border-color:#f6f6f6;outline:none}.header-element.header-product-search-form form button{background-color:#f6f6f6;border:none;border-radius:0}.header-element.header-product-search-form form button svg{fill:#666}.header-element.header-product-search-form form button:focus{outline:thin dotted}.search-open #masthead.site-header.sticky-header.nav-shrink .main-navigation{position:relative}.site-branding{text-align:center;display:flex;align-items:center}.site-branding.vertical-site-details{flex-direction:column;align-items:flex-start}.site-branding.vertical-site-details .site-details,.site-details{text-align:left}.header-center .site-branding.vertical-site-details .site-details{text-align:center}.header-center .site-branding.vertical-site-details{align-items:center}.header-right .site-branding.vertical-site-details{align-items:flex-end}.header-right .site-branding.vertical-site-details .site-details{text-align:right}.site-title{margin:0;font-size:32px;line-height:1}.site-title a{font-family:'Alata',sans-serif;font-weight:600;font-size:2.5rem;letter-spacing:1.5px;line-height:1.3}.site-description{margin:0;font-size:17px;font-weight:500;letter-spacing:.5px}.site-branding img.custom-logo{max-height:150px;width:auto}#site-details{margin-top:15px}.main-navigation{display:block;position:relative}.nav-shrink .main-navigation:before,.nav-shrink .main-navigation:after{display:none}.nav-shrink .main-navigation{border:none}.main-navigation ul.sub-menu{background-color:#fff;text-align:left;border:1px solid rgb(52 59 61 / .05)}.navbar-element .main-navigation ul.sub-menu{background-color:#0a0e14}.main-navigation ul.sub-menu li a{padding:10px;color:#0a0e14;font-weight:500;font-size:16px;text-transform:capitalize}#masthead .header-element .main-navigation ul.sub-menu li a:hover{color:#0a0e14}.main-navigation ul.sub-menu a:after{float:right}.main-navigation ul{display:none;list-style:none;margin:0 -13px;padding-left:0}.main-navigation li{position:relative}.main-navigation ul.nav-menu>li>a{padding:0 13px 0 13px;line-height:3}#top-menu .secondary-menu ul.menu li.current-menu-item>a,#navbar .main-navigation ul.menu li.current-menu-item>a,.main-navigation ul.menu li.current-menu-item>a{color:#eba54c;font-weight:600}#masthead .menu-underline .main-navigation ul.menu li.current-menu-item>a,#masthead .menu-boxed .main-navigation ul.menu li.current-menu-item>a{font-weight:500}#navbar .inner-wrapper .navbar-element .main-navigation a:hover,#navbar .inner-wrapper .navbar-element .main-navigation a:focus,.main-navigation a:hover,.main-navigation a:focus{color:#eba54c}.main-navigation a{display:block;text-decoration:none;line-height:20px;font-weight:400;font-size:16px;color:#0a0e14}.main-navigation ul ul{float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:-1px}.main-navigation ul ul a{width:225px}.main-navigation svg{fill:#0a0e14;margin-left:5px;margin-right:0;width:16px;height:14px}.main-navigation ul li a:hover svg{fill:#eba54c}.navbar-element .main-navigation li.menu-item-has-children ul li svg,.navbar-element .main-navigation svg{fill:#fff}.header-element svg.icon-search{fill:#0a0e14;margin-top:-2px}#navbar svg.icon-search{margin-top:-5px}.search-form{position:relative}.main-navigation ul li a.search{padding:0 0 0 15px}.main-navigation li.menu-item-has-children ul li svg{fill:#0a0e14;width:14px;height:16px}.main-navigation .current_page_item>a,.main-navigation .current-menu-item>a,.main-navigation .current_page_ancestor>a,.main-navigation .current-menu-ancestor>a{color:#eba54c}.topbar-news-slider{display:flex;align-items:center;justify-content:flex-start;width:350px;overflow:hidden}.topbar-news-slider .topbar-slider{overflow:hidden;padding:0 5px;border:1px solid rgb(255 255 255 / .2);border-left:none}.topbar-news-slider .news-label span{background-color:#eba54c;padding:10px}.navbar-element a.off-canvas-bar,.header-element a.off-canvas-bar,.topbar-element a.off-canvas-bar{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:20px}.off-canvas-left .navbar-element a.off-canvas-bar,.off-canvas-left .header-element a.off-canvas-bar,.off-canvas-left .topbar-element a.off-canvas-bar{justify-content:flex-start;align-items:flex-start}a.off-canvas-bar span{display:block;width:20px;height:2px;background-color:#fff;margin:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.navbar-element a.off-canvas-bar span,.topbar-element a.off-canvas-bar span{background-color:#fff}.header-element a.off-canvas-bar span{background-color:#0a0e14}.navbar-element a.off-canvas-bar:hover span:not(:nth-child(2)),.navbar-element a.off-canvas-bar:focus span:not(:nth-child(2)),.navbar-element a.off-canvas-bar span:nth-child(2),.header-element a.off-canvas-bar:hover span:not(:nth-child(2)),.header-element a.off-canvas-bar:focus span:not(:nth-child(2)),.header-element a.off-canvas-bar span:nth-child(2),.topbar-element a.off-canvas-bar:hover span:not(:nth-child(2)),.topbar-element a.off-canvas-bar:focus span:not(:nth-child(2)),.topbar-element a.off-canvas-bar span:nth-child(2){width:12px}.navbar-element a.off-canvas-bar:hover span,.navbar-element a.off-canvas-bar:focus span,.header-element a.off-canvas-bar:hover span,.header-element a.off-canvas-bar:focus span,.topbar-element a.off-canvas-bar:hover span,.topbar-element a.off-canvas-bar:focus span{width:20px;background-color:#eba54c}#top-menu .inner-wrapper .topbar-custom-text a{text-decoration:underline}#topbar-search,#search{display:none;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.top-model-search form.search-form input::placeholder,#topbar-search form.search-form input::placeholder,#search form.search-form input::placeholder{color:#eee}#navbar{position:relative;width:100%;background-color:#0a0e14;z-index:100}.navbar-container{height:60px;width:100%;display:flex;align-items:center}#navbar .inner-wrapper .navbar-element .main-navigation ul.sub-menu li a,#navbar .inner-wrapper .navbar-element .main-navigation a{color:#fff}.navbar-element.social-menu ul li a svg{fill:#fff}form.search-form{width:100%;max-width:500px;position:relative;display:flex;justify-content:center;align-items:center}.no-results form.search-form{max-width:400px;margin-top:25px}.no-results{margin:0 10px}.error-404 form.search-form{margin:25px auto 50px;max-width:400px}.error-404 .error-heading{font-size:72px}section.error-404.not-found .page-header{text-align:center;margin:auto}input.search-field{height:45px;border-radius:0;padding:0 50px 0 15px;width:100%}#search input.search-field{height:40px;padding:10px}#search button:focus{outline:thin dotted #fff}svg{width:15px;height:15px;display:inline-block;vertical-align:middle}svg.icon-search{width:16px;height:16px;fill:#fff}.main-navigation svg.icon-down{width:12px;height:12px;margin-left:5px}.main-navigation svg.icon-right{width:12px;height:12px;fill:#0a0e14;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.navbar-menu-toggle,.secondary-menu-toggle,.menu-toggle{border-radius:0;font-size:16px;margin:auto;outline:none;display:flex;justify-content:center;align-items:center;position:relative;background-color:#fff0;min-width:64px;border-top:1px solid #0a0e14;border:none;color:#fff;width:100%;height:50px}svg.icon-menu{fill:#fff;width:30px;height:30px;vertical-align:baseline}.menu-open svg.icon-menu{display:none}.main-navigation svg.icon-close{display:none}button.dropdown-toggle{padding:0;position:absolute;top:0;right:0;background-color:#fff0;border:none;width:45px;height:55px;outline:none}button.dropdown-toggle.active svg{transform:rotate(180deg);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}button.navbar-menu-toggle:focus,button.secondary-menu-toggle:focus,button.menu-toggle:focus{border:thin dotted #fff}button.dropdown-toggle:focus{border:thin dotted}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:50px 0;overflow:hidden}.site-main .post-navigation .nav-links{display:flex}#off-canvas-area{position:fixed;top:0;right:-100%;height:100%;width:90%;max-width:450px;overflow-y:scroll;background-color:#fff;z-index:999999;padding:25px;box-shadow:0 0 10px -5px #000;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}#off-canvas-area.active{right:0}#off-canvas-area.align-left{direction:rtl;right:auto;left:-100%}#off-canvas-area.align-left .off-canvas-wrapper{direction:ltr}#off-canvas-area.align-left.active{left:0}#off-canvas-area .off-canvas-wrapper{position:relative;padding-top:50px}#off-canvas-area span.off-canvas-close{position:absolute;background-color:#0a0e14;border-radius:50px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;height:30px;width:30px;top:0;left:0}#off-canvas-area.align-left span.off-canvas-close{left:auto;right:0}#off-canvas-area span.off-canvas-close svg{fill:#fff;height:12px;width:12px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:16px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after,.wrapper:before,.wrapper:after,.comments-area:before,.comments-area:after,.comment-respond:before,.comment-respond:after,ol.comment-list:before,ol.comment-list:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after,.wrapper:before,.wrapper:after,.comments-area:before,.comments-area:after,.comment-respond:before,.comment-respond:after,ol.comment-list:before,ol.comment-list:after{clear:both}.widget{margin:0 0 1.3em;font-weight:400}.widget a{font-weight:400}.widget:last-child{margin-bottom:0}.widget select{max-width:100%;background-color:#f6f6f6;padding:10px;border:none;width:100%;max-width:300px}.widget select:focus{outline:thin dotted}.widget input{height:40px;border-radius:0;padding:0 15px;border:none}.widget .tagcloud a{border:1px solid #fff;color:#fff;display:inline-block;font-size:14px!important;line-height:1.5;margin-bottom:5px;padding:7px 10px;text-decoration:none}form.search-form button.search-submit{height:100%;position:absolute;right:0;top:0;background-color:#333;border:none;width:35px;border-radius:0;outline:none}.no-results form.search-form button.search-submit,.error-404 form.search-form button.search-submit,.widget_search form.search-form button.search-submit{width:auto;font-size:16px;color:#fff;background-color:#0a0e14;min-width:45px}.widget_search form.search-form button.search-submit:hover,.widget_search form.search-form button.search-submit:focus{background-color:#eba54c}.widget_search form.search-form input{border:1px solid rgb(0 0 0 / .1)}.widget_search form.search-form input{padding:0 100px 0 15px}form.search-form input{width:100%;padding:0 50px 0 15px;font-weight:300}#wp-calendar tbody td{text-align:center}#wp-calendar caption{margin-bottom:15px}.widget-title{font-size:24px;margin-top:0}.widget li{list-style:none;display:inline-block;width:100%}.widget li:not(:last-child){margin-bottom:10px}#off-canvas-area .widget li:not(:last-child),#secondary .widget li:not(:last-child){border-bottom:1px solid rgb(0 0 0 / .1);padding-bottom:10px}#off-canvas-area section.widget,#secondary section.widget{padding:40px;background:#f6f6f7}#off-canvas-area section.widget ul,#off-canvas-area section.widget div,#secondary section.widget ul,#secondary section.widget div{text-align:left;font-weight:400}#off-canvas-area .widget-title,#off-canvas-area .widgettitle,#secondary .widget-title,#secondary .widgettitle{font-size:24px;font-weight:600;text-align:left;margin-bottom:25px;margin-top:0;position:relative;display:inline-block;width:100%}#off-canvas-area ul,#off-canvas-area ol,#secondary ul,#secondary ol{padding-left:0}#off-canvas-area .widget ul li a,#secondary .widget ul li a{color:#0a0e14}#off-canvas-area .widget ul li a:hover,#secondary .widget ul li a:hover{color:#eba54c}#off-canvas .widget:not(:last-child),#secondary .widget:not(:last-child){margin-bottom:30px}input[type="submit"]{background-color:#0a0e14;color:#fff;font-size:16px;border:1px solid #0a0e14}input[type="submit"]:hover,input[type="submit"]:focus{background-color:#eba54c}.footer-widgets-area .widget_latest_post.widget ul li.latest-post,.footer-widgets-area .widget_latest_product.widget ul li.latest-product,.widget_latest_post li.latest-post,.widget_latest_product li.latest-product{display:flex}.widget_latest_post li.latest-post .post-image,.widget_latest_product li.latest-product .post-image{max-width:100px}.widget_latest_post li.latest-post .post-content,.widget_latest_product li.latest-product .post-content{padding-left:1em}.widget_latest_post li.latest-post .post-content .post-title h5 a,.widget_latest_product li.latest-product .post-content .post-title h5 a{font-size:18px;font-weight:500}.widget_latest_post li.latest-post .post-content .post-title h5,.widget_latest_product li.latest-product .post-content .post-title h5{margin:0;line-height:1}.widget_latest_post li.latest-post .post-content .entry-meta,.widget_latest_product li.latest-product .post-content .entry-meta{margin-top:5px}.widget_latest_product li.latest-product .post-content .entry-meta a,.widget_latest_post li.latest-post .post-content .entry-meta span.posted-on a,.widget_latest_post li.latest-post .post-content .entry-meta span.posted-on time{font-size:14px;text-transform:capitalize}.sticky{display:block}.grid-item,.hentry{margin:0 0 1.5em}.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-content,.entry-content,.entry-summary{margin:0}.blog h1.page-title.separator:before,h2.section-title.separator:before{content:'';position:relative;display:inline-block;height:5px;width:50px;background:#eba54c;vertical-align:middle;margin-right:15px}header.page-header{max-width:900px;margin:0 0 25px}.blog header.page-header{margin:10px 0 25px;display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:100%}.blog header.page-header.page-header-hide{display:none}.blog .page-section.latest-blog article h2.entry-title a{font-size:28px;font-weight:600}h1.page-title{font-size:48px;font-family:'Alata',sans-serif;font-weight:600}.blog h1.page-title,.archive h1.page-title,.search h1.page-title,.home h1.page-title{margin-bottom:45px}.blog .inner-header-image h1.page-title,.archive .inner-header-image h1.page-title,.search .inner-header-image h1.page-title,.home .inner-header-image h1.page-title{margin:16px 0}.blog h1.page-title{font-size:42px;font-weight:600;margin-bottom:16px}.featured-image.inner-header-image .wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:flex-start;text-align:left;z-index:1;min-height:400px}.featured-image.inner-header-image .wrapper.center-align{justify-content:center;text-align:center}.featured-image.inner-header-image .wrapper.right-align{justify-content:right;text-align:right}.page .featured-image.inner-header-image .wrapper.no-banner-image,.single .featured-image.inner-header-image .wrapper.no-banner-image,.featured-image.inner-header-image.no-banner-image .wrapper{position:relative;transform:none;top:auto;left:auto}.featured-image.inner-header-image #breadcrumb-list{margin:0}.featured-image.inner-header-image span.cat-links,.featured-image.inner-header-image span.cat-links a,.featured-image.inner-header-image ul.trail-items li,.featured-image.inner-header-image ul.trail-items li a,.featured-image.inner-header-image ul.trail-items li.trail-item.trail-end,.featured-image.inner-header-image h1.page-title{color:#fff}.featured-image.inner-header-image span.cat-links,.featured-image.inner-header-image span.cat-links a{text-transform:uppercase;font-weight:600}.author img{border-radius:50%;display:block;text-align:center;margin:20px auto}body.author img{border-radius:0;margin:auto}.page-header span.posted-on{margin-bottom:12px;display:inline-block;width:100%}.page-links{clear:both;margin:0 0 1.5em}.page-header span.author-name{display:block;font-size:16px;font-weight:500;line-height:1;color:#0a0e14;font-family:'Alata',sans-serif}.page-header small{font-size:12px;color:#555}.inner-header-image{position:relative;background:#0a0e14}.inner-header-image:after{content:'';display:block;height:100%;width:100%;position:absolute;top:0;left:0;background:rgb(0 0 0 / .1)}#primary .inner-header-image:after{content:none}.page .inner-header-image.content-featured-image-banner,.single .inner-header-image.content-featured-image-banner{width:100%}.page .inner-header-image.content-featured-image-banner:after,.single .inner-header-image.content-featured-image-banner:after{content:none}.woocommerce .inner-header-image img,.archive .inner-header-image img,.search .inner-header-image img,.blog .inner-header-image img,.inner-header-image.full-width-size img{max-height:800px;width:100%;object-fit:cover}.inner-header-image.original-size{width:max-content;max-width:100%;margin:auto}.inner-header-image.original-size img{width:auto}.single-template-wrapper .inner-header-image.original-size{margin-left:0}article.grid-item .entry-container .byline .author img,article.hentry .entry-container .byline .author img{margin:0;display:inline-block;height:25px;width:25px;border-radius:100px;margin-right:6px;margin-top:-3px}#comments{max-width:850px;margin:50px auto 0}nav.navigation.pagination{margin-top:50px;clear:both;display:inline-block;width:100%;margin-left:auto;margin-right:auto;text-align:center}.navigation.pagination svg{fill:#0a0e14;width:16px;height:16px;position:relative}.navigation.posts-navigation svg,.navigation.post-navigation svg{width:16px;height:16px;fill:#555;margin-top:-3px;display:inline-block;vertical-align:middle}.navigation.posts-navigation svg.icon-left,.navigation.post-navigation svg.icon-left{margin-right:10px}.navigation.posts-navigation svg.icon-right,.navigation.post-navigation svg.icon-right{margin-left:10px}.navigation.post-navigation a{font-size:16px;color:#555}.navigation.post-navigation a span{display:block;font-size:18px;font-weight:600;color:#0a0e14}.navigation.post-navigation a:hover span{color:#eba54c}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.post-navigation .nav-previous,.post-navigation .nav-next{border:1px solid #eee;padding:20px}.post-navigation a,.posts-navigation a{font-size:16px;line-height:30px;font-weight:400}.post-navigation,.posts-navigation{padding:0;position:relative}.post-navigation:after,.posts-navigation:after{top:auto;bottom:2px}.posts-navigation{padding:10px 20px}.wp-block-post-title a{font-size:inherit}ol.wp-block-latest-comments{padding-left:0}.wp-block-query-pagination .page-numbers,.pagination .page-numbers{border:1px solid rgb(190 190 190 / .5);border-radius:50px;min-width:44px;height:44px;display:inline-block;text-align:center;line-height:40px;margin-right:5px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.wp-block-query-pagination .page-numbers.dots,.pagination .page-numbers.dots{border:none;-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;-ms-transition:all 0s ease-in-out;-o-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.wp-block-query-pagination .current,.pagination .page-numbers.current{color:#fff;background:#0a0e14}.pagination a.page-numbers:hover,.pagination a.page-numbers:focus,.pagination a.page-numbers:hover svg,.pagination a.page-numbers:focus svg{fill:#eba54c;color:#eba54c;border-color:#eba54c}.pagination .page-numbers:last-child{margin-right:0}.no-sidebar .wrapper.page-section{margin-left:auto;margin-right:auto}.no-sidebar-content .wrapper.page-section{max-width:900px;margin-left:auto;margin-right:auto}.no-sidebar-full .wrapper.page-section{max-width:100%;width:100%;padding:0 20px;margin-left:auto;margin-right:auto}.blog-posts-wrapper{margin:0 -15px}.blog-posts-wrapper.column-1{margin:0}.blog-posts-wrapper article .post-wrapper{position:relative}.blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container{width:100%;text-align:center;padding:35px 25px;border:1px solid rgb(0 0 0 / .06)}.blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container .entry-header,.blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container .entry-content{max-width:900px;margin:auto}a.btn.btn-transparent,.blog-posts-wrapper .entry-container a.btn.btn-transparent{font-size:16px;color:#0a0e14;border:1px solid #0a0e14;padding:8px 30px;display:inline-block;margin-top:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#top-menu a.btn.topbar-btn,a.btn.navbar-btn,a.btn.header-btn{margin-top:0}#top-menu a.btn.topbar-btn{padding:3px 18px}#top-menu a.btn.topbar-btn,#navbar a.btn.navbar-btn{border-color:#fff;font-size:14px}#top-menu .inner-wrapper .topbar-element a.btn.topbar-btn:hover,#top-menu .inner-wrapper .topbar-element a.btn.topbar-btn:focus,#masthead .inner-wrapper .header-element a.btn.header-btn:hover,#masthead .inner-wrapper .header-element a.btn.header-btn:focus,#navbar .inner-wrapper .navbar-element a.btn.navbar-btn:hover,#navbar .inner-wrapper .navbar-element a.btn.navbar-btn:focus,a.btn.btn-transparent:hover,a.btn.btn-transparent:focus,.blog-posts-wrapper .entry-container a.btn.btn-transparent:hover{color:#fff;border-color:#eba54c;background-color:#eba54c}.left-sidebar .single-template-wrapper #primary .inner-header-image,.right-sidebar .single-template-wrapper #primary .inner-header-image{text-align:left}.single-template-wrapper #primary .inner-header-image{margin-bottom:38px}.single-template-wrapper #primary .cat-links,.single-template-wrapper #primary .cat-links a{font-weight:600;text-transform:uppercase}.single-template-wrapper article .posted-on svg,.blog-posts-wrapper article .post-wrapper .entry-header svg{width:16px;height:16px;margin:-4px 2px 0 0;fill:#0a0e14}.textwidget a,.single-template-wrapper #primary article .entry-content a{text-decoration:underline}.single-template-wrapper #primary article .entry-content a.btn,.single-template-wrapper #primary article .entry-content a.button,.single-template-wrapper #primary article .entry-content .read-more a,.single-template-wrapper #primary article .entry-content a.elementor-button,.single-template-wrapper #primary article ul.wp-block-latest-posts li a{text-decoration:none}.single-template-wrapper #primary .woocommerce-cart-form__cart-item td.product-name a,.single-template-wrapper #primary .woocommerce a.remove,.single-template-wrapper #primary article .entry-content .read-more a,.single-template-wrapper #primary article .entry-content a.more-btn,.single-template-wrapper #primary article .entry-content a.button,.single-template-wrapper #primary article .entry-content a.btn{text-decoration:none}.single-template-wrapper .entry-meta{margin:25px 0}.blog-posts-wrapper article .post-wrapper .entry-header svg.icon-clock{margin-top:-2px}.blog .blog-posts-wrapper.column-1{margin:auto}.no-sidebar .blog-posts-wrapper.column-1{max-width:1000px}.blog-posts-wrapper article .post-wrapper .featured-image{position:relative;overflow:hidden}.blog-posts-wrapper article .post-wrapper .featured-image img{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.blog-posts-wrapper article .post-wrapper .featured-image:hover img{transform:scale(1.05)}.blog-posts-wrapper.column-1 article{width:100%}.blog-posts-wrapper.column-1 article .post-wrapper{display:block}.blog-posts-wrapper.column-1 article .post-wrapper .featured-image,.blog-posts-wrapper.column-1 article .post-wrapper .entry-container{width:100%;background-color:#fff0;box-shadow:none}.blog-posts-wrapper.column-1.horizontal,.blog-posts-wrapper.column-1.zigzag{max-width:100%}.blog-posts-wrapper.column-1.horizontal article .post-wrapper,.blog-posts-wrapper.column-1.zigzag article .post-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .featured-image,.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .post-wrapper .featured-image,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .post-wrapper .entry-container{width:50%;border:none}.blog-posts-wrapper.column-1.zigzag article:nth-child(2n) .post-wrapper{flex-direction:row-reverse}.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container{text-align:left;padding:25px 25px 25px 50px}.blog-posts-wrapper.column-1.zigzag.center-align article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container{text-align:center}.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .entry-container{padding:25px 50px 25px 25px}.blog-posts-wrapper .entry-container .entry-footer span:not(:first-child):before,.single-post .entry-meta>span:not(:first-child):before{content:'.';margin:0 10px;overflow:hidden;font-size:30px;color:#ccc}.single-post .entry-meta>span:not(:first-child):before{margin-top:-10px}.single-post .entry-meta span.author.vcard,.blog-posts-wrapper .entry-container .entry-footer span.author.vcard{margin-left:-3px}.blog-posts-wrapper article.has-post-thumbnail .entry-container{text-align:left;padding:35px 25px;border:1px solid rgb(0 0 0 / .06);border-top:none}.blog-posts-wrapper.center-align article.has-post-thumbnail .entry-container{text-align:center}.blog-posts-wrapper .featured-image img{width:100%;object-fit:cover}.blog-posts-wrapper article .featured-image img.blog-post-format{position:absolute;width:50px;top:20px;right:40px}.blog-posts-wrapper article .post-wrapper .featured-image:hover img.blog-post-format{transform:none}.blog-posts-wrapper .entry-container .entry-content p{margin-top:0}.blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .post-wrapper,article.has-post-thumbnail .post-wrapper-dark,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .post-wrapper,.blog-posts-wrapper.image-focus article.has-post-thumbnail .post-wrapper{position:relative}.blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-container,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container,.blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-container{text-align:center;position:absolute;top:50%;left:50%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(-50%,-50%);box-shadow:none;width:80%;height:80%;opacity:0;border:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-container{border:1px solid #eee}.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container{background-color:#0a0e14}.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container,.blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-container{width:100%;height:100%;top:0;left:0;transform:translate(0,0)}.blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-container:after,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container:after{z-index:-1;position:absolute;top:-9px;left:-9px;width:calc(100% + 18px);height:calc(100% + 18px);border:1px solid #fff;content:""}.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container:after{border:1px solid #0a0e14}.blog-posts-wrapper.image-focus-outline article.has-post-thumbnail:hover .entry-container,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail:hover .entry-container,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail:hover .entry-container,.blog-posts-wrapper.image-focus article.has-post-thumbnail:hover .entry-container{opacity:1}.blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-container .entry-content,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .entry-content,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .entry-content,.blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-container .entry-content{display:none}.home-wrapper{margin-top:50px;margin-bottom:-40px}.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .entry-footer a,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .entry-footer span,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container h2.entry-title a,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .cat-links,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .cat-links a,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .entry-footer a,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .entry-footer span,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container h2.entry-title a,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .cat-links,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .cat-links a{color:#fff}.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .entry-footer a:hover,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container h2.entry-title a:hover,.blog-posts-wrapper.image-focus-dark article.has-post-thumbnail .entry-container .cat-links a:hover,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .entry-footer a:hover,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container h2.entry-title a:hover,.blog-posts-wrapper.image-focus-outline-dark article.has-post-thumbnail .entry-container .cat-links a:hover{color:#eba54c}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}#reply-title,.comments-title{font-size:32px;font-weight:400;margin:0}.comments-title{margin-bottom:30px}ul.post-categories li:after{content:","}ul.post-categories li:last-child:after{display:none}ol.comment-list{padding:0;margin:0 0 30px;list-style:none}#comments ol{list-style:none;margin-left:0;padding:0}#comments ol.comment-list{padding-top:30px;position:relative;overflow:hidden}#comments ol.children{margin-left:140px}.says{display:none}.comment-meta img{max-width:81px;width:81px;float:left;border-radius:50%;margin-right:60px}#comments time:before{display:none}.comment-body{position:relative}.reply{margin-left:140px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #0a0e14}#comments article{margin-bottom:30px}#comments ol.comment-list>li:last-child article:last-child,#comments ol.comment-list>li:last-child{border-bottom:none}#comments ol.comment-list>li{border-bottom:1px solid #0a0e14;padding-top:30px}#comments ol.comment-list>li:first-child{padding-top:0}#comments ol.comment-list>li article:last-child .reply{border-bottom:none;padding-bottom:0}.reply a{color:#fff;font-weight:400;background-color:#0a0e14;display:inline-block;text-align:center;vertical-align:middle;padding:6px 28px}.reply a:hover,.reply a:focus{color:#fff;background-color:#eba54c}.comment-meta .url,.comment-meta .fn{display:inline-block;text-transform:capitalize;color:#0a0e14;font-size:20px;font-family:'Alata',sans-serif;font-weight:400}.comment-meta .url:hover,.comment-meta .url:focus{color:#333}.comment-metadata{display:block;margin-top:10px}.comment-content{padding-bottom:10px}.single-post article.hentry{margin-bottom:0}.single-post .blog-post h2.entry-title{color:#444}.single-post ul.post-categories{display:inline-block}.single-post .entry-meta span,.single-post .entry-meta span a{color:#0a0e14}.single-post .entry-meta span a:hover{color:#eba54c}.single-post .entry-footer span.tags-links{display:block;font-size:16px;margin-bottom:20px}.single-post .entry-footer{margin-top:10px}.single-post .entry-footer span.tags-links a{padding:5px 15px;border:1px solid #0a0e14;display:inline-block;margin:7px 7px 0 0;font-size:14px}.single-post .entry-footer span.tags-links a:hover{color:#fff;border-color:#eba54c;background:#eba54c}.single-post .post-wrapper{padding-top:50px;max-width:800px;margin:0 auto;position:relative}.single-post .single-template-wrapper #related-posts .section-content{margin:0 -20px}.single-post .single-template-wrapper #related-posts .section-content article .post-wrapper{padding-top:0}.single-post .single-template-wrapper #related-posts .section-title{font-size:36px}.single-post .single-template-wrapper #related-posts .section-content article h2.entry-title a{font-size:22px;font-weight:500}.single-post .single-template-wrapper #related-posts .section-content article .entry-meta{margin:15px 0 0}#off-canvas-area .post-wrapper,#secondary .post-wrapper,#colophon .post-wrapper{padding-top:0}.comment-content p{font-weight:300;color:#565a5f;display:table;margin-bottom:1em}.single-post article blockquote{background-color:#fff0;border:3px solid #555;padding:63px 80px;font-size:22px;line-height:38px;font-family:'Alata',sans-serif;position:relative;margin:15px 0;text-align:center}.single-post article blockquote:before{content:"";background-image:url(/wp-content/themes/yuma/assets/uploads/blockquote.png);background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;margin:auto;width:100px;height:25px;background-color:#fff;margin-top:-12px;background-position:50%}span.pagingInfo{position:absolute;left:50%;bottom:-70px;font-size:16px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.share-this-post small{font-size:12px}.single-post .share-this-post ul li{display:block;margin-bottom:7px}.single-post .share-this-post{position:absolute;left:-190px}.single-post .share-this-post .social-icons{margin-left:-10px}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#filter-posts{display:flex;justify-content:space-between;align-items:center}.filter-posts-category{float:left;margin-right:5px;font-weight:700}.filter-posts-tag{float:left;margin-right:5px;font-weight:700}.filter-posts-tag svg.icon.icon-tag{transform:rotate(90deg);margin-right:5px;fill:#eba54c;margin-top:-3px}.filter-posts-category svg.icon.icon-list{margin-right:5px;height:15px;fill:#eba54c;margin-top:-3px}#filter-posts .cat-filter ul,#filter-posts .tag-filter ul{padding:0;float:left}#filter-posts ul li:not(:last-child){margin:0 18px 0 0}#filter-posts ul li{float:left;list-style:none;font-size:17px;font-weight:400;line-height:3}#filter-posts ul li.active a{border-bottom:2px solid #eba54c;padding-bottom:5px}section{position:relative}.relative{display:block;position:relative}.relative:before,.relative:after{content:"";display:table;clear:both}.entry-content{margin-top:0;line-height:1.75;letter-spacing:.5px;color:#444;font-weight:400}.wrapper{width:90%;max-width:1200px;margin:0 auto}.wrapper.full-width{width:100%;max-width:100%;padding:0 50px}.row{margin:0 -15px}.page-section{margin:60px auto}.entry-title{font-size:28px;margin:10px 0 15px;word-wrap:break-word;color:#0a0e14;font-weight:500;letter-spacing:1px;font-family:'Alata',sans-serif}.blog-posts-wrapper.column-4 .entry-title{font-size:26px}.blog-posts-wrapper.column-5 .entry-title{font-size:24px}.section-header{margin-bottom:30px}h2.section-title{font-size:46px;font-weight:600;font-family:'Alata',sans-serif;margin:0;word-wrap:break-word;line-height:1.75;letter-spacing:1px}.add-separator:after{content:'';width:12px;height:12px;background:#fff0;display:inline-block;margin-left:5px;border-radius:50px}.display-none{display:none}.display-block{display:block}.black-overlay{background-color:#0a0e14;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;position:relative}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery .overlay{position:absolute;width:90%;height:90%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;opacity:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.gallery .overlay .entry-header .entry-title{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:85%;width:85%;display:flex;flex-direction:column;justify-content:center;border:1px solid #0a0e14}#gallery article:hover .overlay{opacity:1}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.widget_media_gallery .gallery-item{margin:0}.gallery-caption{display:block}#gallery .entry-title{margin-top:0}.gallery-caption{display:block}.widget_media_gallery:after{display:table;content:'';clear:both}.widget_media_gallery .gallery-item{margin:0;width:50%;float:left;padding:5px}.widget_media_gallery .gallery{border:none}.widget_tag_cloud a{font-size:14px!important;border:1px solid #0a0e14;padding:5px 10px;line-height:2.5}.footer-widgets-area .widget_tag_cloud a{border-color:#fff}.widget_tag_cloud a:hover{color:#fff;border-color:#eba54c;background:#eba54c}.widget_recent_entries ul li span.post-date{display:block;font-size:14px;color:#555}.social-icons li{display:inline-block;height:auto;text-align:center;position:relative;list-style:none}.social-icons{margin:0;padding:0}.social-menu ul{margin:0 -11px}ul.social-icons li a{width:35px;height:35px;line-height:33px;display:block}.social-menu ul li a{padding:2px 11px;display:flex;justify-content:center;align-items:center}.social-menu ul li:first-child a{margin-left:0}.social-menu ul li:last-child a{margin-right:0}.social-menu ul li a svg{fill:#fff;margin:0;height:16px;width:16px}#top-menu svg.icon-search,#top-menu .social-menu ul li a svg{height:15px;width:15px}#masthead .woocommerce.widget_shopping_cart .buttons a,#top-menu .woocommerce.widget_shopping_cart .buttons a{background-color:#fff;color:#1d1d1d;font-size:14px;font-weight:500;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#masthead .woocommerce.widget_shopping_cart .buttons a:hover,#top-menu .woocommerce.widget_shopping_cart .buttons a:hover{background-color:#eba54c;color:#fff}#masthead .woocommerce.widget_shopping_cart .total,#top-menu .woocommerce.widget_shopping_cart .total{border-top:1px solid #ebe9eb}ul.social-icons li a[href*="facebook.com"]:hover svg,.social-menu ul.original-color li a[href*="facebook.com"] svg,.social-menu ul.original-hover-color li a[href*="facebook.com"]:hover svg{fill:#3b5998}ul.social-icons li a[href*="twitter.com"]:hover svg,.social-menu ul.original-color li a[href*="twitter.com"] svg,.social-menu ul.original-hover-color li a[href*="twitter.com"]:hover svg{fill:#00aced}ul.social-icons li a[href*="plus.google.com"]:hover svg,.social-menu ul.original-color li a[href*="plus.google.com"] svg,.social-menu ul.original-hover-color li a[href*="plus.google.com"]:hover svg{fill:#dd4b39}ul.social-icons li a[href*="/feed/"]:hover svg,.social-menu ul.original-color li a[href*="/feed/"] svg,.social-menu ul.original-hover-color li a[href*="/feed/"]:hover svg{fill:#dc622c}ul.social-icons li a[href*="wordpress.org"]:hover svg,.social-menu ul.original-color li a[href*="wordpress.org"] svg,.social-menu ul.original-hover-color li a[href*="wordpress.org"]:hover svg,ul.social-icons li a[href*="wordpress.com"]:hover svg,.social-menu ul.original-color li a[href*="wordpress.com"] svg,.social-menu ul.original-hover-color li a[href*="wordpress.com"]:hover svg{fill:#45bbe6}ul.social-icons li a[href*="github.com"]:hover svg,.social-menu ul.original-color li a[href*="github.com"] svg,.social-menu ul.original-hover-color li a[href*="github.com"]:hover svg{fill:#4183c4}ul.social-icons li a[href*="linkedin.com"]:hover svg,.social-menu ul.original-color li a[href*="linkedin.com"] svg,.social-menu ul.original-hover-color li a[href*="linkedin.com"]:hover svg{fill:#007bb6}ul.social-icons li a[href*="pinterest.com"]:hover svg,.social-menu ul.original-color li a[href*="pinterest.com"] svg,.social-menu ul.original-hover-color li a[href*="pinterest.com"]:hover svg{fill:#cb2027}ul.social-icons li a[href*="flickr.com"]:hover svg,.social-menu ul.original-color li a[href*="flickr.com"] svg,.social-menu ul.original-hover-color li a[href*="flickr.com"]:hover svg{fill:#ff0084}ul.social-icons li a[href*="vimeo.com"]:hover svg,.social-menu ul.original-color li a[href*="vimeo.com"] svg,.social-menu ul.original-hover-color li a[href*="vimeo.com"]:hover svg{fill:#aad450}ul.social-icons li a[href*="youtube.com"]:hover svg,.social-menu ul.original-color li a[href*="youtube.com"] svg,.social-menu ul.original-hover-color li a[href*="youtube.com"]:hover svg{fill:#b00}ul.social-icons li a[href*="instagram.com"]:hover svg,.social-menu ul.original-color li a[href*="instagram.com"] svg,.social-menu ul.original-hover-color li a[href*="instagram.com"]:hover svg{fill:#517fa4}ul.social-icons li a[href*="dribbble.com"]:hover svg,.social-menu ul.original-color li a[href*="dribbble.com"] svg,.social-menu ul.original-hover-color li a[href*="dribbble.com"]:hover svg{fill:#ea4c89}ul.social-icons li a[href*="deezer.com"]:hover svg,.social-menu ul.original-color li a[href*="deezer.com"] svg,.social-menu ul.original-hover-color li a[href*="deezer.com"]:hover svg{fill:#f5a000}ul.social-icons li a[href*="skype.com"]:hover svg,.social-menu ul.original-color li a[href*="skype.com"] svg,.social-menu ul.original-hover-color li a[href*="skype.com"]:hover svg{fill:#12a5f4}ul.social-icons li a[href*="digg.com"]:hover svg,.social-menu ul.original-color li a[href*="digg.com"] svg,.social-menu ul.original-hover-color li a[href*="digg.com"]:hover svg{fill:#333}ul.social-icons li a[href*="codepen.io"]:hover svg,.social-menu ul.original-color li a[href*="codepen.io"] svg,.social-menu ul.original-hover-color li a[href*="codepen.io"]:hover svg{fill:#0a0e14}ul.social-icons li a[href*="reddit.com"]:hover svg,.social-menu ul.original-color li a[href*="reddit.com"] svg,.social-menu ul.original-hover-color li a[href*="reddit.com"]:hover svg{fill:#ff4500}ul.social-icons li a[href*="mailto:"]:hover svg,.social-menu ul.original-color li a[href*="mailto:"] svg,.social-menu ul.original-hover-color li a[href*="mailto:"]:hover svg{fill:#1d62f0}ul.social-icons li a[href*="foursquare.com"]:hover svg,.social-menu ul.original-color li a[href*="foursquare.com"] svg,.social-menu ul.original-hover-color li a[href*="foursquare.com"]:hover svg{fill:#f94877}ul.social-icons li a[href*="stumbleupon.com"]:hover svg,.social-menu ul.original-color li a[href*="stumbleupon.com"] svg,.social-menu ul.original-hover-color li a[href*="stumbleupon.com"]:hover svg{fill:#eb4924}ul.social-icons li a[href*="twitch.tv"]:hover svg,.social-menu ul.original-color li a[href*="twitch.tv"] svg,.social-menu ul.original-hover-color li a[href*="twitch.tv"]:hover svg{fill:#6441a5}ul.social-icons li a[href*="tiktok.com"]:hover svg,.social-menu ul.original-color li a[href*="tiktok.com"] svg,.social-menu ul.original-hover-color li a[href*="tiktok.com"]:hover svg{fill:#99ecf6}ul.social-icons li a[href*="tumblr.com"]:hover svg,.social-menu ul.original-color li a[href*="tumblr.com"] svg,.social-menu ul.original-hover-color li a[href*="tumblr.com"]:hover svg{fill:#32506d}ul.social-icons li a[href*="foursquare.com"]:hover svg,.social-menu ul.original-color li a[href*="foursquare.com"] svg,.social-menu ul.original-hover-color li a[href*="foursquare.com"]:hover svg{fill:#f94877}ul.social-icons li a[href*="stumbleupon.com"]:hover svg,.social-menu ul.original-color li a[href*="stumbleupon.com"] svg,.social-menu ul.original-hover-color li a[href*="stumbleupon.com"]:hover svg{fill:#eb4924}ul.social-icons li a[href*="twitch.tv"]:hover svg,.social-menu ul.original-color li a[href*="twitch.tv"] svg,.social-menu ul.original-hover-color li a[href*="twitch.tv"]:hover svg{fill:#6441a5}ul.social-icons li a[href*="tumblr.com"]:hover svg,.social-menu ul.original-color li a[href*="tumblr.com"] svg,.social-menu ul.original-hover-color li a[href*="tumblr.com"]:hover svg{fill:#32506d}ul.social-icons li a[href*="soundcloud.com"]:hover svg,.social-menu ul.original-color li a[href*="soundcloud.com"] svg,.social-menu ul.original-hover-color li a[href*="soundcloud.com"]:hover svg{fill:#f50}ul.social-icons li a[href*="wordpress.org"]:hover svg,.social-menu ul.original-color li a[href*="wordpress.org"] svg,.social-menu ul.original-hover-color li a[href*="wordpress.org"]:hover svg{fill:#45bbe6}ul.social-icons li a[href*="jsfiddle.net"]:hover svg,.social-menu ul.original-color li a[href*="jsfiddle.net"] svg,.social-menu ul.original-hover-color li a[href*="jsfiddle.net"]:hover svg{fill:#4679bd}ul.social-icons li a[href*="tripadvisor.com"]:hover svg,.social-menu ul.original-color li a[href*="tripadvisor.com"] svg,.social-menu ul.original-hover-color li a[href*="tripadvisor.com"]:hover svg{fill:#86c171}ul.social-icons li a[href*="foursquare.com"]:hover svg,.social-menu ul.original-color li a[href*="foursquare.com"] svg,.social-menu ul.original-hover-color li a[href*="foursquare.com"]:hover svg{fill:#2d5be3}ul.social-icons li a[href*="angel.co"]:hover svg,.social-menu ul.original-color li a[href*="angel.co"] svg,.social-menu ul.original-hover-color li a[href*="angel.co"]:hover svg{fill:#0a0e14}ul.social-icons li a[href*="slack.com"]:hover svg,.social-menu ul.original-color li a[href*="slack.com"] svg,.social-menu ul.original-hover-color li a[href*="slack.com"]:hover svg{fill:#56b68b}.social-menu ul.original-bg-color li a[href*="facebook.com"],.social-menu ul.original-hover-bg-color li a[href*="facebook.com"]:hover{background-color:#3b5998}.social-menu ul.original-bg-color li a[href*="twitter.com"],.social-menu ul.original-hover-bg-color li a[href*="twitter.com"]:hover{background-color:#00aced}.social-menu ul.original-bg-color li a[href*="plus.google.com"],.social-menu ul.original-hover-bg-color li a[href*="plus.google.com"]:hover{background-color:#dd4b39}.social-menu ul.original-bg-color li a[href*="/feed/"],.social-menu ul.original-hover-bg-color li a[href*="/feed/"]:hover{background-color:#dc622c}.social-menu ul.original-bg-color li a[href*="wordpress.org"],.social-menu ul.original-hover-bg-color li a[href*="wordpress.org"]:hover,.social-menu ul.original-bg-color li a[href*="wordpress.com"],.social-menu ul.original-hover-bg-color li a[href*="wordpress.com"]:hover{background-color:#45bbe6}.social-menu ul.original-bg-color li a[href*="github.com"],.social-menu ul.original-hover-bg-color li a[href*="github.com"]:hover{background-color:#4183c4}.social-menu ul.original-bg-color li a[href*="linkedin.com"],.social-menu ul.original-hover-bg-color li a[href*="linkedin.com"]:hover{background-color:#007bb6}.social-menu ul.original-bg-color li a[href*="pinterest.com"],.social-menu ul.original-hover-bg-color li a[href*="pinterest.com"]:hover{background-color:#cb2027}.social-menu ul.original-bg-color li a[href*="flickr.com"],.social-menu ul.original-hover-bg-color li a[href*="flickr.com"]:hover{background-color:#ff0084}.social-menu ul.original-bg-color li a[href*="vimeo.com"],.social-menu ul.original-hover-bg-color li a[href*="vimeo.com"]:hover{background-color:#aad450}.social-menu ul.original-bg-color li a[href*="youtube.com"],.social-menu ul.original-hover-bg-color li a[href*="youtube.com"]:hover{background-color:#b00}.social-menu ul.original-bg-color li a[href*="instagram.com"],.social-menu ul.original-hover-bg-color li a[href*="instagram.com"]:hover{background-color:#517fa4}.social-menu ul.original-bg-color li a[href*="dribbble.com"],.social-menu ul.original-hover-bg-color li a[href*="dribbble.com"]:hover{background-color:#ea4c89}.social-menu ul.original-bg-color li a[href*="deezer.com"],.social-menu ul.original-hover-bg-color li a[href*="deezer.com"]:hover{background-color:#f5a000}.social-menu ul.original-bg-color li a[href*="skype.com"],.social-menu ul.original-hover-bg-color li a[href*="skype.com"]:hover{background-color:#12a5f4}.social-menu ul.original-bg-color li a[href*="digg.com"],.social-menu ul.original-hover-bg-color li a[href*="digg.com"]:hover{background-color:#333}.social-menu ul.original-bg-color li a[href*="codepen.io"],.social-menu ul.original-hover-bg-color li a[href*="codepen.io"]:hover{background-color:#0a0e14}.social-menu ul.original-bg-color li a[href*="reddit.com"],.social-menu ul.original-hover-bg-color li a[href*="reddit.com"]:hover{background-color:#ff4500}.social-menu ul.original-bg-color li a[href*="mailto:"],.social-menu ul.original-hover-bg-color li a[href*="mailto:"]:hover{background-color:#1d62f0}.social-menu ul.original-bg-color li a[href*="foursquare.com"],.social-menu ul.original-hover-bg-color li a[href*="foursquare.com"]:hover{background-color:#f94877}.social-menu ul.original-bg-color li a[href*="stumbleupon.com"],.social-menu ul.original-hover-bg-color li a[href*="stumbleupon.com"]:hover{background-color:#eb4924}.social-menu ul.original-bg-color li a[href*="twitch.tv"],.social-menu ul.original-hover-bg-color li a[href*="twitch.tv"]:hover{background-color:#6441a5}.social-menu ul.original-bg-color li a[href*="tiktok.com"],.social-menu ul.original-hover-bg-color li a[href*="tiktok.com"]:hover{background-color:#99ecf6}.social-menu ul.original-bg-color li a[href*="tumblr.com"],.social-menu ul.original-hover-bg-color li a[href*="tumblr.com"]:hover{background-color:#32506d}.social-menu ul.original-bg-color li a[href*="foursquare.com"],.social-menu ul.original-hover-bg-color li a[href*="foursquare.com"]:hover{background-color:#f94877}.social-menu ul.original-bg-color li a[href*="stumbleupon.com"],.social-menu ul.original-hover-bg-color li a[href*="stumbleupon.com"]:hover{background-color:#eb4924}.social-menu ul.original-bg-color li a[href*="twitch.tv"],.social-menu ul.original-hover-bg-color li a[href*="twitch.tv"]:hover{background-color:#6441a5}.social-menu ul.original-bg-color li a[href*="tumblr.com"],.social-menu ul.original-hover-bg-color li a[href*="tumblr.com"]:hover{background-color:#32506d}.social-menu ul.original-bg-color li a[href*="soundcloud.com"],.social-menu ul.original-hover-bg-color li a[href*="soundcloud.com"]:hover{background-color:#f50}.social-menu ul.original-bg-color li a[href*="wordpress.org"],.social-menu ul.original-hover-bg-color li a[href*="wordpress.org"]:hover{background-color:#45bbe6}.social-menu ul.original-bg-color li a[href*="jsfiddle.net"],.social-menu ul.original-hover-bg-color li a[href*="jsfiddle.net"]:hover{background-color:#4679bd}.social-menu ul.original-bg-color li a[href*="tripadvisor.com"],.social-menu ul.original-hover-bg-color li a[href*="tripadvisor.com"]:hover{background-color:#86c171}.social-menu ul.original-bg-color li a[href*="foursquare.com"],.social-menu ul.original-hover-bg-color li a[href*="foursquare.com"]:hover{background-color:#2d5be3}.social-menu ul.original-bg-color li a[href*="angel.co"],.social-menu ul.original-hover-bg-color li a[href*="angel.co"]:hover{background-color:#0a0e14}.social-menu ul.original-bg-color li a[href*="slack.com"] svg,.social-menu ul.original-hover-bg-color li a[href*="slack.com"]:hover svg{background-color:#56b68b}.social-menu ul.original-border-color li a[href*="facebook.com"],.social-menu ul.original-hover-border-color li a[href*="facebook.com"]:hover{border:1px solid #3b5998}.social-menu ul.original-border-color li a[href*="twitter.com"],.social-menu ul.original-hover-border-color li a[href*="twitter.com"]:hover{border:1px solid #00aced}.social-menu ul.original-border-color li a[href*="plus.google.com"],.social-menu ul.original-hover-border-color li a[href*="plus.google.com"]:hover{border:1px solid #dd4b39}.social-menu ul.original-border-color li a[href*="/feed/"],.social-menu ul.original-hover-border-color li a[href*="/feed/"]:hover{border:1px solid #dc622c}.social-menu ul.original-border-color li a[href*="wordpress.org"],.social-menu ul.original-hover-border-color li a[href*="wordpress.org"]:hover,.social-menu ul.original-border-color li a[href*="wordpress.com"],.social-menu ul.original-hover-border-color li a[href*="wordpress.com"]:hover{border:1px solid #45bbe6}.social-menu ul.original-border-color li a[href*="github.com"],.social-menu ul.original-hover-border-color li a[href*="github.com"]:hover{border:1px solid #4183c4}.social-menu ul.original-border-color li a[href*="linkedin.com"],.social-menu ul.original-hover-border-color li a[href*="linkedin.com"]:hover{border:1px solid #007bb6}.social-menu ul.original-border-color li a[href*="pinterest.com"],.social-menu ul.original-hover-border-color li a[href*="pinterest.com"]:hover{border:1px solid #cb2027}.social-menu ul.original-border-color li a[href*="flickr.com"],.social-menu ul.original-hover-border-color li a[href*="flickr.com"]:hover{border:1px solid #ff0084}.social-menu ul.original-border-color li a[href*="vimeo.com"],.social-menu ul.original-hover-border-color li a[href*="vimeo.com"]:hover{border:1px solid #aad450}.social-menu ul.original-border-color li a[href*="youtube.com"],.social-menu ul.original-hover-border-color li a[href*="youtube.com"]:hover{border:1px solid #b00}.social-menu ul.original-border-color li a[href*="instagram.com"],.social-menu ul.original-hover-border-color li a[href*="instagram.com"]:hover{border:1px solid #517fa4}.social-menu ul.original-border-color li a[href*="dribbble.com"],.social-menu ul.original-hover-border-color li a[href*="dribbble.com"]:hover{border:1px solid #ea4c89}.social-menu ul.original-border-color li a[href*="deezer.com"],.social-menu ul.original-hover-border-color li a[href*="deezer.com"]:hover{border:1px solid #f5a000}.social-menu ul.original-border-color li a[href*="skype.com"],.social-menu ul.original-hover-border-color li a[href*="skype.com"]:hover{border:1px solid #12a5f4}.social-menu ul.original-border-color li a[href*="digg.com"],.social-menu ul.original-hover-border-color li a[href*="digg.com"]:hover{border:1px solid #333}.social-menu ul.original-border-color li a[href*="codepen.io"],.social-menu ul.original-hover-border-color li a[href*="codepen.io"]:hover{border:1px solid #0a0e14}.social-menu ul.original-border-color li a[href*="reddit.com"],.social-menu ul.original-hover-border-color li a[href*="reddit.com"]:hover{border:1px solid #ff4500}.social-menu ul.original-border-color li a[href*="mailto:"],.social-menu ul.original-hover-border-color li a[href*="mailto:"]:hover{border:1px solid #1d62f0}.social-menu ul.original-border-color li a[href*="foursquare.com"],.social-menu ul.original-hover-border-color li a[href*="foursquare.com"]:hover{border:1px solid #f94877}.social-menu ul.original-border-color li a[href*="stumbleupon.com"],.social-menu ul.original-hover-border-color li a[href*="stumbleupon.com"]:hover{border:1px solid #eb4924}.social-menu ul.original-border-color li a[href*="twitch.tv"],.social-menu ul.original-hover-border-color li a[href*="twitch.tv"]:hover{border:1px solid #6441a5}.social-menu ul.original-border-color li a[href*="tiktok.com"],.social-menu ul.original-hover-border-color li a[href*="tiktok.com"]:hover{border:1px solid #99ecf6}.social-menu ul.original-border-color li a[href*="tumblr.com"],.social-menu ul.original-hover-border-color li a[href*="tumblr.com"]:hover{border:1px solid #32506d}.social-menu ul.original-border-color li a[href*="foursquare.com"],.social-menu ul.original-hover-border-color li a[href*="foursquare.com"]:hover{border:1px solid #f94877}.social-menu ul.original-border-color li a[href*="stumbleupon.com"],.social-menu ul.original-hover-border-color li a[href*="stumbleupon.com"]:hover{border:1px solid #eb4924}.social-menu ul.original-border-color li a[href*="twitch.tv"],.social-menu ul.original-hover-border-color li a[href*="twitch.tv"]:hover{border:1px solid #6441a5}.social-menu ul.original-border-color li a[href*="tumblr.com"],.social-menu ul.original-hover-border-color li a[href*="tumblr.com"]:hover{border:1px solid #32506d}.social-menu ul.original-border-color li a[href*="soundcloud.com"],.social-menu ul.original-hover-border-color li a[href*="soundcloud.com"]:hover{border:1px solid #f50}.social-menu ul.original-border-color li a[href*="wordpress.org"],.social-menu ul.original-hover-border-color li a[href*="wordpress.org"]:hover{border:1px solid #45bbe6}.social-menu ul.original-border-color li a[href*="jsfiddle.net"],.social-menu ul.original-hover-border-color li a[href*="jsfiddle.net"]:hover{border:1px solid #4679bd}.social-menu ul.original-border-color li a[href*="tripadvisor.com"],.social-menu ul.original-hover-border-color li a[href*="tripadvisor.com"]:hover{border:1px solid #86c171}.social-menu ul.original-border-color li a[href*="foursquare.com"],.social-menu ul.original-hover-border-color li a[href*="foursquare.com"]:hover{border:1px solid #2d5be3}.social-menu ul.original-border-color li a[href*="angel.co"],.social-menu ul.original-hover-border-color li a[href*="angel.co"]:hover{border:1px solid #0a0e14}.social-menu ul.original-border-color li a[href*="slack.com"] svg,.social-menu ul.original-hover-border-color li a[href*="slack.com"]:hover svg{border:1px solid #56b68b}#breadcrumb-list{margin-bottom:15px}.page #breadcrumb-list,.single #breadcrumb-list{margin-bottom:30px}ul.trail-items{list-style:none;margin:0;padding:0}ul.trail-items li.trail-item.trail-end{color:#999}ul.trail-items li{display:inline-block;font-size:16px;font-weight:500}ul.trail-items li a{color:#555}ul.trail-items li a:hover,ul.trail-items li a:focus{color:#eba54c}ul.trail-items li:after{content:"/";font-size:14px;margin:0 5px}ul.trail-items li:last-child:after{display:none}body.circle-cursor{cursor:none}.circle-cursor .mouse-cursor{position:fixed;left:0;top:0;pointer-events:none;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden}.circle-cursor .cursor-inner{margin-left:2px;margin-top:2px;width:6px;height:6px;z-index:10000001;background-color:#eba54c;-webkit-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;-o-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out}.circle-cursor .cursor-inner.cursor-hover{margin-left:-40px;margin-top:-40px;width:80px;height:80px;background-color:#eba54c;opacity:.3}.circle-cursor .cursor-outer{margin-left:-15px;margin-top:-15px;width:40px;height:40px;border:1px solid #eba54c;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10000000;opacity:.5;-webkit-transition:all .08s ease-out;-o-transition:all .08s ease-out;transition:all .08s ease-out}.circle-cursor .cursor-outer.cursor-hover{opacity:0}#custom-header{position:relative;margin-bottom:60px;overflow:hidden}body.custom-header-no-bottom-margin #custom-header{margin-bottom:30px}.page-template-aboutpage #custom-header,.home.page #custom-header{margin-bottom:75px}.custom-header-content{padding:0 40px 0 20px;position:absolute;top:50%;transform:translateY(-50%);left:auto;max-width:700px;margin:auto}.banner-slider.column-1 .custom-header-content{max-width:900px}.custom-header-content-wrapper img{max-height:1000px;object-fit:cover}.custom-header-content .sub-title{color:#fff;letter-spacing:1px;font-size:20px}.custom-header-content .cat-links,.custom-header-content .cat-links a{color:#fff;text-transform:uppercase;letter-spacing:1px}.custom-header-content .cat-links a:hover{color:#eba54c}.custom-header-content .entry-content p{color:#fff;padding:0 0 15px;font-size:18px;letter-spacing:.75px}.custom-header-content h2 a{color:#fff;font-size:42px;font-weight:600;letter-spacing:1px;line-height:1.3}.banner-slider.column-1 .custom-header-content-wrapper .custom-header-content{opacity:0;margin-left:-50px;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.banner-slider.column-1 .custom-header-content-wrapper.slick-current .custom-header-content{opacity:1;margin-left:0}.banner-slider.column-1,.banner-slider.column-2,.banner-slider.column-3,.banner-slider.column-4,.banner-slider.column-5,.banner-slider.column-6{display:block}.column-3 .custom-header-content h2 a,.column-4 .custom-header-content h2 a{font-size:38px}.column-2 .custom-header-content h2 a{font-size:42px}.custom-header-content h2 a:hover,.custom-header-content h2 a:focus{color:#eba54c}.custom-header-content .separator{background-color:#eba54c}#custom-header .slider-gap .slick-list{margin-left:-13px;margin-right:-13px}#custom-header .slider-gap .custom-header-content-wrapper{position:relative;margin-left:13px;margin-right:13px}.banner-slider.right-align .custom-header-content{text-align:left;padding:0 20px 0 40px;right:10%}.banner-slider.center-align .custom-header-content{text-align:center;left:50%;padding:0 40px;transform:translate(-50%,-50%);width:100%}.banner-slider.center-background-outline-light .custom-header-content,.banner-slider.center-background-light .custom-header-content,.banner-slider.center-background-outline .custom-header-content,.banner-slider.center-background .custom-header-content{text-align:center;background-color:rgb(0 0 0 / .8);left:50%;padding:50px;min-width:60%;transform:translate(-50%,-50%);width:auto}.banner-slider.center-background-outline-light .custom-header-content,.banner-slider.center-background-light .custom-header-content{background-color:rgb(255 255 255 / .9)}.banner-slider.center-background-outline-light .custom-header-content:after,.banner-slider.center-background-outline .custom-header-content:after{z-index:-1;position:absolute;top:-9px;left:-9px;width:calc(100% + 18px);height:calc(100% + 18px);border:1px solid #0a0e14;content:""}.banner-slider.center-background-outline-light .custom-header-content:after{border-color:#fff}.banner-slider.center-background-outline-light .custom-header-content .entry-meta a:not(:last-child):after,.banner-slider.center-background-light .custom-header-content .entry-meta a:not(:last-child):after{background-color:#0a0e14}.banner-slider.center-background-outline .custom-header-content .entry-meta a:not(:last-child):after,.banner-slider.center-background .custom-header-content .entry-meta a:not(:last-child):after{background-color:#fff}.banner-slider.center-background-outline .custom-header-content h2 a,.banner-slider.center-background .custom-header-content h2 a,.banner-slider.center-background-outline .custom-header-content .entry-meta a,.banner-slider.center-background .custom-header-content .entry-meta a,.banner-slider.center-background-outline .custom-header-content .cat-links,.banner-slider.center-background .custom-header-content .cat-links,.banner-slider.center-background-outline .custom-header-content .cat-links a,.banner-slider.center-background .custom-header-content .cat-links a{color:#fff}.banner-slider.center-background-outline-light .custom-header-content .sub-title,.banner-slider.center-background-light .custom-header-content .sub-title,.banner-slider.center-background-outline-light .custom-header-content h2 a,.banner-slider.center-background-light .custom-header-content h2 a,.banner-slider.center-background-light .custom-header-content .entry-content p,.banner-slider.center-background-outline-light .custom-header-content .entry-content p,.banner-slider.center-background-outline-light .custom-header-content .entry-meta a,.banner-slider.center-background-light .custom-header-content .entry-meta a,.banner-slider.center-background-outline-light .custom-header-content .cat-links,.banner-slider.center-background-light .custom-header-content .cat-links,.banner-slider.center-background-outline-light .custom-header-content .cat-links a,.banner-slider.center-background-light .custom-header-content .cat-links a{color:#0a0e14}.banner-slider.center-background-outline-light .custom-header-content h2 a:hover,.banner-slider.center-background-light .custom-header-content h2 a:hover,.banner-slider.center-background-outline-light .custom-header-content .entry-meta a:hover,.banner-slider.center-background-light .custom-header-content .entry-meta a:hover,.banner-slider.center-background-outline-light .custom-header-content .cat-links a:hover,.banner-slider.center-background-light .custom-header-content .cat-links a:hover,.banner-slider.center-background-outline .custom-header-content h2 a:hover,.banner-slider.center-background .custom-header-content h2 a:hover,.banner-slider.center-background-outline .custom-header-content .entry-meta a:hover,.banner-slider.center-background .custom-header-content .entry-meta a:hover,.banner-slider.center-background-outline .custom-header-content .cat-links a:hover,.banner-slider.center-background .custom-header-content .cat-links a:hover{color:#eba54c}.banner-slider.center-background-outline-light.column-1 .custom-header-content,.banner-slider.center-background-light.column-1 .custom-header-content,.banner-slider.center-background-outline.column-1 .custom-header-content,.banner-slider.center-background.column-1 .custom-header-content,.banner-slider.center-align.column-1 .custom-header-content{transform:translate(-50%,-50%);min-width:auto}.banner-slider.center-background-outline-light .custom-header-content a.btn.btn-transparent,.banner-slider.center-background-light .custom-header-content a.btn.btn-transparent,.banner-slider.center-background-outline .custom-header-content a.btn.btn-transparent,.banner-slider.center-background .custom-header-content a.btn.btn-transparent{border-color:#eba54c;background-color:#eba54c;color:#fff}.banner-slider.center-background-outline .custom-header-content a.btn.btn-transparent:hover,.banner-slider.center-background .custom-header-content a.btn.btn-transparent:hover{border-color:#fff;background-color:#fff;color:#eba54c}.banner-slider.center-background-outline-light .custom-header-content a.btn.btn-transparent:hover,.banner-slider.center-background-light .custom-header-content a.btn.btn-transparent:hover{border-color:#0a0e14;background-color:#0a0e14;color:#fff}.banner-slider button.slick-arrow{opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.banner-slider:hover button.slick-arrow{opacity:1}.custom-header-content-wrapper img{width:100%}.custom-header-content a.btn.btn-transparent{border-color:#fff;background-color:#fff;color:#0a0e14;padding:10px 25px;font-size:16px}.custom-header-content a.btn.btn-transparent:hover{background:#eba54c;border-color:#eba54c;color:#fff}.custom-header-content-wrapper{position:relative}.custom-header-content-wrapper .overlay{height:100%;width:100%;background:rgb(0 0 0 / .4);position:absolute;top:0;left:0}.banner-slider.center-background-outline-light .custom-header-content-wrapper .overlay,.banner-slider.center-background-light .custom-header-content-wrapper .overlay,.banner-slider.center-background-outline .custom-header-content-wrapper .overlay,.banner-slider.center-background .custom-header-content-wrapper .overlay{background:#fff0}.banner-slider.center-background-outline .slick-prev,.banner-slider.center-background .slick-prev,.banner-slider.center-background-outline .slick-next,.banner-slider.center-background .slick-next{border-color:#0a0e14}.site-title a,span.posted-on a,.entry-meta a,a.btn,.custom-header-content h2 a,.pagination .page-numbers,.cat-links a,ul li a,span.byline .author a,.site-info a,.post-navigation a,.posts-navigation a,.logged-in-as a,.reply a,.comment-metadata a,.entry-title a,h2.entry-title a{text-decoration:none}#introduction .page-section article{margin:0}#introduction .post-wrapper{display:flex}#introduction .post-wrapper .entry-container{width:50%;padding-right:50px;display:flex;justify-content:center;flex-direction:column}#introduction .page-section article.no-featured-image .entry-container{width:100%;max-width:900px}#introduction .post-wrapper .entry-container .entry-title{font-size:42px;margin:0 0 10px}#introduction .page-section.left-align .entry-container{padding-right:0;padding-left:50px}#introduction .page-section.left-align .post-wrapper{flex-direction:row-reverse}#introduction .page-section.center-align .post-wrapper{flex-direction:column;align-items:center;justify-content:center;max-width:900px;margin:auto;text-align:center}#introduction .page-section.center-align .post-wrapper .entry-container,#introduction .page-section.center-align .post-wrapper .featured-image{width:100%}#introduction .page-section.center-align .post-wrapper .featured-image{margin-top:30px}#introduction .post-wrapper .featured-image{width:50%}#introduction .post-wrapper .entry-container .read-more{margin-top:10px}#introduction .post-wrapper .entry-container a.btn{background-color:#0a0e14;padding:10px 25px;display:inline-block;font-size:16px;border:1px solid #0a0e14;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.dark-mode #introduction .post-wrapper .entry-container a.btn:hover,#introduction .post-wrapper .entry-container a.btn:hover{background-color:#eba54c;border-color:#eba54c;color:#fff}#introduction .wp-playlist .wp-playlist-prev,#introduction .wp-playlist .wp-playlist-next{position:relative;width:16px;height:16px;cursor:pointer;top:31px;left:81px;z-index:10;margin-top:-17px}#introduction .wp-playlist .wp-playlist-prev{left:15px;top:31px}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total,#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#ccc;height:4px;border-radius:4px}#introduction .wp-playlist.wp-audio-playlist.wp-playlist-light{background:#fff0;border:none}#introduction .wp-playlist-tracks .wp-playlist-item{background:rgb(255 255 255 / .05);color:#fff;border:none;margin-bottom:3px;padding:10px;display:block;min-height:40px;font-weight:600;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#introduction .wp-playlist-tracks .wp-playlist-item:last-child{margin-bottom:0}#introduction .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing,#introduction .wp-playlist-tracks .wp-playlist-item:hover{background-color:#eba54c;color:#fff}#introduction .wp-playlist-light .wp-playlist-tracks .wp-playlist-caption{color:#fff;font-size:16px}#introduction .wp-playlist-tracks .wp-playlist-item-length{right:25px;top:10px}#introduction .wp-playlist.wp-audio-playlist{padding:0;margin:0}#introduction .wp-playlist-item-title{margin-left:10px;font-size:16px}#introduction .wp-playlist-current-item{background-color:#2B3844}#introduction .wp-playlist-item-meta.wp-playlist-item-title{color:#fff;font-weight:500;margin-top:2px}#introduction .wp-playlist-item-meta.wp-playlist-item-title{display:none}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail span{position:relative;z-index:10}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail{position:initial}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total{background-color:rgb(255 255 255 / .2);position:absolute;bottom:0;left:0;height:4px;border-top-right-radius:2px;border-bottom-right-radius:2px}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current{background-color:#eba54c;position:absolute;bottom:0;left:0;height:4px;border-top-right-radius:2px;border-bottom-right-radius:2px}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail span{height:0;border:none;color:#fff;bottom:0}#introduction .wp-playlist .mejs-time-hovered.negative{display:none}#introduction .wp-playlist .wp-playlist-current-item{margin-bottom:0}#introduction .wp-playlist .mejs-container{margin-top:20px}#introduction .wp-playlist .mejs-container .mejs-controls{background-color:#2B3844}#introduction .wp-playlist .mejs-currenttime{position:absolute;right:150px;font-size:17px;color:#eba54c}#introduction .wp-playlist .mejs-duration{font-size:17px;color:rgb(255 255 255 / .5)}#introduction .wp-playlist .mejs-currenttime:after{content:"/";color:rgb(255 255 255 / .5);margin:0 10px}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total,#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:rgb(255 255 255 / .2);height:4px;border-radius:4px}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background-color:#eba54c;border-radius:4px}#introduction .wp-playlist .mejs-container .mejs-controls,#introduction .wp-playlist-current-item,#introduction .mejs-container{background-color:#fff0}#introduction .wp-playlist.wp-audio-playlist.wp-playlist-light{display:flex;width:100%;background-color:#0a0e14;padding:20px;margin-top:25px;flex-direction:column-reverse}#introduction .wp-playlist .wp-playlist-tracks{margin-top:0}#introduction .wp-playlist .wp-playlist-current-item img{width:45px;height:45px;object-fit:cover}#introduction .wp-playlist-tracks .wp-playlist-item:last-child{margin-bottom:0}#introduction .mejs-controls{bottom:10px}#introduction .mejs-inner .mejs-button>button{margin:5px}#introduction .wp-playlist .wp-playlist-prev{background-image:url(/wp-content/themes/yuma/assets/uploads/next.svg);background-position:center;background-size:cover;transform:rotate(180deg)}#introduction .wp-playlist .wp-playlist-next{background-image:url(/wp-content/themes/yuma/assets/uploads/next.svg);background-position:center;background-size:cover}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:14px;left:5px}#introduction .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:14px}#introduction .mejs-button.mejs-playpause-button.mejs-play button,#introduction .mejs-button.mejs-playpause-button.mejs-pause>button{left:41px;z-index:10}#introduction .mejs-currenttime{top:12px}#introduction .mejs-time{padding-top:12px;display:none}#introduction .wp-playlist .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current:after{content:"";width:9px;height:9px;border-radius:50%;background-color:#eba54c;display:inline-block;vertical-align:middle;position:absolute;right:0;top:-3px}#introduction .wp-playlist-item-album,#introduction .wp-playlist-item-meta.wp-playlist-item-artist{color:#fff;margin-left:5px;font-size:14px;font-style:normal;text-transform:capitalize}#introduction .wp-playlist-item-meta.wp-playlist-item-artist{font-weight:600}.wp-playlist{padding:20px}#primary article .wp-playlist-light a.wp-playlist-caption{padding:8px 0;text-decoration:none}#featured-categories .page-section{margin-bottom:10px}#featured-categories article .post-wrapper{position:relative}#featured-categories article .post-wrapper .overlay{height:100%;width:100%;background:rgb(0 0 0 / .1);position:absolute;top:0;left:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#featured-categories article .post-wrapper:hover .overlay{background:rgb(0 0 0 / .3)}#featured-categories article{padding:0;margin:0}#featured-categories article .post-wrapper img{width:100%;min-height:400px;object-fit:cover;object-position:right}#featured-categories article .post-wrapper .entry-header{position:absolute;width:max-content;max-width:80%;top:50%;transform:translateY(-50%)}#featured-categories article .post-wrapper .entry-header .entry-title{margin:0}#featured-categories article .post-wrapper .entry-title a{margin-left:20px;color:#fff}#featured-categories article .post-wrapper .entry-title a:before{content:'';height:2px;width:0;display:inline-block;vertical-align:middle;background-color:#fff;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#featured-categories article .post-wrapper:hover .entry-title a:before{width:50px;margin-right:20px}#featured-categories.center-align article .post-wrapper .entry-header{left:50%;transform:translate(-50%,-50%)}#featured-categories.center-align article .post-wrapper .entry-title a{margin:0}#featured-categories.center-align article .post-wrapper .entry-title a:before{content:none}#featured-categories.gap article{padding:0 20px}#featured-categories.gap .section-content{margin:0 -20px}#featured-posts .wrapper{position:relative;overflow:hidden;padding:0 0 30px;margin-bottom:40px}#featured-posts .left-align .entry-container{text-align:left}#gallery{margin-bottom:30px}#featured-posts h2.entry-title a{font-size:28px;font-weight:600}#featured-posts .featured-image{overflow:hidden}#featured-posts .featured-image img{width:100%;height:100%;object-fit:cover;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#featured-posts .featured-image:hover img{transform:scale(1.05)}#featured-posts article .entry-container .entry-meta .posted-on a svg{width:16px;height:16px;margin-right:7px;margin-top:-4px;fill:#0a0e14}.section-separator:before{content:"";background-color:#0a0e14;position:absolute;left:0;right:0;bottom:0;width:100%;height:1px}.section-header .section-title{position:relative;display:inline}#featured-posts article .entry-container{padding:20px 20px 10px;margin:auto}#featured-posts .section-content.center-align article .entry-container{text-align:center}#featured-posts article .entry-header h2.entry-title a{color:#0a0e14}#featured-posts article .entry-container .read-more a{font-size:18px;font-weight:600}.cat-links,.cat-links a{margin:0 2px}.entry-header .posted-on{margin-bottom:10px;width:100%}.cat-links,.cat-links a,span.read-time,span.byline,span.posted-on,span.posted-on a,span.posted-on time{font-size:17px;font-weight:500;text-transform:capitalize}article h2.entry-title a{color:#0a0e14;display:block;font-size:28px;font-weight:600}body.dark-mode #introduction article .entry-header h2.entry-title a:hover,body.dark-mode #introduction article .entry-header h2.entry-title a:focus,#introduction article .entry-header h2.entry-title a:hover,#introduction article .entry-header h2.entry-title a:focus,#featured-posts .section-content article .entry-header h2.entry-title a:hover,#featured-posts .section-content article .entry-header h2.entry-title a:focus,article h2.entry-title a:hover,article h2.entry-title a:focus{color:#eba54c}.entry-meta{margin-top:10px}#featured-posts .section-content{margin:0 -20px}#featured-posts .section-content article{padding:0 20px;margin-bottom:20px}#featured-posts .section-content article .entry-header .entry-title{margin:10px 0 0}ul.post-categories{margin:0;padding:0;list-style:none}ul.post-categories li{display:inline-block}.entry-meta>span{display:inline-block;font-size:17px;color:#0a0e14}.entry-meta>span a{color:#0a0e14}.entry-meta>span a:hover,.entry-meta>span a:focus{color:#eba54c}.entry-meta>span:not(:first-child):before{content:".";display:inline-block;vertical-align:middle;margin:-3px 3px 0}#popular-posts .section-content.gap{margin:0 -20px}#popular-posts .section-content.no-gap article{padding:0}#popular-posts .section-content article{padding:20px;margin:0}#popular-posts .section-content article .post-wrapper{position:relative;overflow:hidden}#popular-posts .section-content article .featured-image a:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgb(0 0 0 / .6);opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.blog-posts-wrapper article .entry-container,#popular-posts article .entry-container{padding:30px;text-align:center}#popular-posts article .entry-meta>span a{color:#fff}#popular-posts article .entry-container{position:absolute;width:100%;top:0;left:-50px;z-index:1;text-align:left;opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#popular-posts article.no-post-thumbnail .post-wrapper{background-color:#0a0e14;box-shadow:inset 5px 0 25px -10px rgb(255 255 255 / 10%);height:100%;width:100%}#popular-posts article.no-post-thumbnail .entry-container{position:relative;opacity:1;top:0;left:0}#popular-posts .center-align article.no-post-thumbnail .entry-container{top:50%;left:50%}#popular-posts .center-align article .entry-container{text-align:center;top:30%;left:50%;transform:translate(-50%,-50%)}#popular-posts .section-content article:hover .featured-image a:before,#popular-posts article:hover .entry-container{opacity:1;left:0}#popular-posts .center-align article:hover .entry-container{top:50%;left:50%}#popular-posts article .featured-image img{width:100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#popular-posts .section-content article:hover .featured-image img{transform:scale(1.05)}#popular-posts .section-content article .entry-header h2.entry-title a{font-size:28px;font-weight:600;color:#fff}#cta-section{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#eee}#cta-section .overlay{position:absolute;width:100%;height:100%;background-color:rgb(0 0 0 / .5)}#cta-section .entry-container{position:relative;text-align:center;min-height:500px;padding:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;margin:auto}#cta-section h2.entry-title a{color:#fff}#cta-section h2.entry-title a:hover{color:#f5f5f5}#cta-section .entry-container a.btn{padding:10px 25px;display:block;font-size:17px;margin-top:25px;border:1px solid #fff;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#cta-section .entry-container a.btn:hover{background-color:#eba54c;border-color:#eba54c}.fixed-bg{background-attachment:fixed}#hero-content-section{background-size:cover;padding:150px 0;margin-bottom:10px}#hero-content-section .entry-container{padding:50px;max-width:600px;background-color:rgb(255 255 255 / .9);margin:auto;position:relative}#hero-content-section .entry-container:before{content:"";display:block;width:calc(100% + 18px);height:calc(100% + 18px);position:absolute;border:1px solid rgb(255 255 255 / .9);top:-9px;left:-9px}#hero-content-section .entry-container .entry-header{position:relative}.hero-content .entry-header h2.entry-title a{color:#0a0e14}#hero-content-section.dark .entry-container{background-color:rgb(0 0 0 / .8)}#hero-content-section.dark .entry-container:before{border-color:rgb(0 0 0 / .8)}#hero-content-section.align-left .entry-container{margin-left:0}#hero-content-section.align-right .entry-container{margin-right:0;text-align:left}.hero-content h5{font-weight:400}.hero-content.dark h5,.hero-content.dark h2.entry-title a{color:#fff}.hero-content h2.entry-title a:hover,.hero-content h2.entry-title a:focus{color:#eba54c}.wrapper.page-section.latest-blog{padding-bottom:50px}.white *{color:#fff}.grey *{color:#555}.black *{color:#000}.slick-prev,.slick-next{display:inline-block;position:absolute;width:40px;height:40px;z-index:1;background:#fff0;text-indent:-9999px;border-top:2px solid #fff;border-left:2px solid #fff;text-decoration:none;color:#fff0;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.banner-slider.center-background-outline .slick-prev:hover,.banner-slider.center-background-outline .slick-prev:focus,.banner-slider.center-background .slick-prev:hover,.banner-slider.center-background .slick-prev:focus,.banner-slider.center-background-outline .slick-next:hover,.banner-slider.center-background-outline .slick-next:focus,.banner-slider.center-background .slick-next:hover,.banner-slider.center-background .slick-next:focus,.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{border-color:#eba54c}.slick-prev{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.slick-next{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.slick-prev{left:25px;right:auto}.slick-next{right:25px;left:auto}.slick-dots li{margin:0;width:25px;height:20px}.slick-dots li button{padding:0;width:auto;height:auto}.slick-dots li.slick-active button:before{opacity:1;color:#0a0e14;background-color:#fff0}.slick-dots li button:before{font-size:25px}.slick-dots{bottom:-40px}.slick-dotted.slick-slider{margin-bottom:20px}.woocommerce span.onsale{height:50px;width:50px;display:flex;justify-content:center;align-items:center;background-color:#ea4335}.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:#555}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:18px}.added_to_cart,.woocommerce a.added_to_cart{color:#0a0e14;text-decoration:underline;font-size:16px;display:block;padding-top:.5em}.woocommerce.widget.widget_price_filter .price_slider_amount .price_label,#secondary .woocommerce.widget.widget_price_filter .price_slider_amount .price_label{text-align:right}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#0a0e14}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:rgb(0 0 0 / .5)}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.woocommerce ul.products li.product .star-rating,.woocommerce-page ul.products li.product .star-rating{margin-left:auto;margin-right:auto}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce div.product form.cart .button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:#0a0e14;color:#fff;border-radius:0;font-weight:500;font-size:16px;padding:10px 15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce div.product form.cart .button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#eba54c;color:#fff}.woocommerce .quantity .qty,.woocommerce .woocommerce-ordering select{padding:5px}.woocommerce-Tabs-panel h2{font-size:28px;font-weight:600}.woocommerce #reviews #comments h2{font-size:32px;font-weight:400;margin:0;margin-bottom:30px}.wc-block-grid__product-title,.wc-block-components-product-title a,.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{font-size:20px;font-weight:500}.wc-block-grid__product-price{padding-bottom:.5em}.wc-block-grid__product-price,.woocommerce ul.products li.product .price{font-size:16px}.wc-block-grid__product-price del{opacity:.5}.wc-block-grid__product-price+.wc-block-grid__product-rating{margin-top:-.5em;padding-bottom:.5em}.wc-block-grid__product-price ins,.woocommerce ul.products li.product .price ins{background:none;font-weight:500;margin-left:5px}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-radius:0}.wc-block-grid__product-rating,.woocommerce .star-rating,.woocommerce .woocommerce-product-rating .star-rating,.woocommerce ul.products li.product .star-rating{color:#fbbc05}.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .star-rating{font-size:.857em;width:5.4em}.wc-block-components-product-rating__stars{width:5.7em}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:0;background-color:#0a0e14}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover{color:#0a0e14}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:#fff;font-size:16px}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{box-shadow:none}.woocommerce .related.products h2{margin-bottom:25px;font-size:36px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:16px;color:#0a0e14}.woocommerce #reviews #comments ol.commentlist li img.avatar{border:none;border-radius:50px;padding:0}.woocommerce #reviews #comments ol.commentlist li .comment-text{border-radius:0}.woocommerce-page .select2-container--default .select2-selection--single{border-radius:0;height:30px}.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none}.woocommerce-account #primary .woocommerce-MyAccount-navigation ul{padding:0}.woocommerce-account #primary .woocommerce-MyAccount-navigation ul li a{text-decoration:none;width:100%;display:block;background-color:#0a0e14;color:#fff;padding:10px 15px;margin-bottom:1px}.woocommerce-account #primary .woocommerce-MyAccount-navigation ul li a:hover{background-color:#eba54c}.woocommerce div.product div.images .flex-control-thumbs{margin:0 -2px}.woocommerce div.product div.images .flex-control-thumbs li img{padding:4px 2px}#off-canvas-area .widget ul li a.button,#secondary .widget ul li a.button,#off-canvas-area .wp-block-button.wc-block-grid__product-add-to-cart a.add_to_cart_button,#secondary .wp-block-button.wc-block-grid__product-add-to-cart a.add_to_cart_button,#off-canvas-area .woocommerce ul.products li.product .button,#secondary .woocommerce ul.products li.product .button,#off-canvas-area .widget ul li a.add_to_cart_button,#secondary .widget ul li a.add_to_cart_button,#off-canvas-area .widget ul li a.button:hover,#secondary .widget ul li a.button:hover,#off-canvas-area .widget ul li a.add_to_cart_button:hover,#secondary .widget ul li a.add_to_cart_button:hover{color:#fff}#colophon section.widget .wp-block-product-top-rated *,#off-canvas-area section.widget .wp-block-product-top-rated *,#secondary section.widget .wp-block-product-top-rated *,#colophon section.widget .wp-block-product-best-sellers *,#off-canvas-area section.widget .wp-block-product-best-sellers *,#secondary section.widget .wp-block-product-best-sellers *,#colophon section.widget .wp-block-handpicked-products *,#off-canvas-area section.widget .wp-block-handpicked-products *,#secondary section.widget .wp-block-handpicked-products *,#colophon section.widget .wc-block-featured-product__description,#off-canvas-area section.widget .wc-block-featured-product__description,#secondary section.widget .wc-block-featured-product__description,#colophon section.widget .wc-block-featured-product__price,#off-canvas-area section.widget .wc-block-featured-product__price,#secondary section.widget .wc-block-featured-product__price,#colophon section.widget .wp-block-button,#off-canvas-area section.widget .wp-block-button,#secondary section.widget .wp-block-button{text-align:center}#colophon section.widget .wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,#off-canvas-area section.widget .wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,#secondary section.widget .wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,#colophon section.widget .wp-block-handpicked-products .wc-block-grid__product-rating .star-rating,#off-canvas-area section.widget .wp-block-handpicked-products .wc-block-grid__product-rating .star-rating,#secondary section.widget .wp-block-handpicked-products .wc-block-grid__product-rating .star-rating,#colophon section.widget .wp-block-product-best-sellers .wc-block-grid__product-rating .star-rating,#off-canvas-area section.widget .wp-block-product-best-sellers .wc-block-grid__product-rating .star-rating,#secondary section.widget .wp-block-product-best-sellers .wc-block-grid__product-rating .star-rating{float:none}#off-canvas-area .wc-block-featured-category__wrapper .wc-block-featured-category__link .wp-block-button,#secondary .wc-block-featured-category__wrapper .wc-block-featured-category__link .wp-block-button{text-align:center}#off-canvas-area section.widget .wp-block-button__link,#secondary section.widget .wp-block-button__link{background-color:#0a0e14;color:#fff}#colophon section.widget .wp-block-button__link{background-color:#fff;color:#0a0e14}#colophon section.widget .wp-block-button__link:hover,#off-canvas-area section.widget .wp-block-button__link:hover,#secondary section.widget .wp-block-button__link:hover{background-color:#eba54c;color:#fff}.woocommerce.widget_price_filter .ui-slider .ui-slider-handle{background-color:#eba54c}.woocommerce.widget ul.cart_list li img,.woocommerce.widget ul.product_list_widget li img{width:60px}.woocommerce ul.products,.woocommerce-page ul.products{margin:0 -20px;display:grid}.wc-block-grid__products{margin:0 -20px}.wc-block-grid__products li.wc-block-grid__product,.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product,.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce ul.products li.product.first,.woocommerce-page ul.products li.product.first,.woocommerce ul.products li.product.last,.woocommerce-page ul.products li.product.last{margin:20px 0;padding:0 20px;width:100%;float:none;clear:none}.wc-block-grid__products li.wc-block-grid__product{border:none;position:relative}.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale{position:absolute}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:none}.wc-block-grid__product .wc-block-grid__product-onsale{display:flex;justify-content:center;align-items:center;border:none;text-transform:capitalize;background-color:#ea4335;color:#fff}.wc-block-grid__product .wc-block-grid__product-onsale,.woocommerce ul.products li.product .onsale{top:5px;right:25px;width:50px;height:25px;min-height:25px;border-radius:0;margin:0;padding:0;font-size:14px;font-weight:600}.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right.wc-block-grid__product-onsale{right:5px}.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left.wc-block-grid__product-onsale{left:5px}.wp-block-button.wc-block-grid__product-add-to-cart a.add_to_cart_button,.woocommerce ul.products li.product .button{padding:10px 25px;font-size:16px;border-radius:0;line-height:1.2}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image){margin-bottom:1em}.wc-block-grid__product .wc-block-grid__product-title{padding:.5em 0;margin:0}.wc-block-grid__product .wc-block-grid__product-add-to-cart{margin-top:1em}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min,.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{height:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:max-content;text-align:center}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{padding:0}.wc-block-pagination .wc-block-components-pagination__page{border:1px solid rgb(190 190 190 / .5);border-radius:50px;min-width:44px;height:44px;display:inline-block;text-align:center;margin-right:10px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.wc-block-pagination .wc-block-components-pagination__page:hover{fill:#eba54c;color:#eba54c;border-color:#eba54c}.wc-block-components-pagination__page--active[disabled]{color:#fff;background-color:#0a0e14;font-weight:500;cursor:pointer}.st-woo-ai-rel-products .woocommerce ul.products{grid-column-gap:0}.st-woo-ai-rel-products .products.st-woo-ai-rel-products-slide li.product a.button{display:inline-block;margin-top:1em;padding:10px 25px;font-size:16px;border-radius:0;line-height:1.2}.wc-block-grid__product a,.single-template-wrapper #primary article .wc-block-grid__product a{text-decoration:none}.wpcf7 input,.wpcf7 textarea{background-color:#fff;border-radius:0;height:40px;padding:0 15px;width:100%}.wpcf7 textarea{height:180px;padding:10px 15px}.wpcf7 input.wpcf7-form-control.wpcf7-submit{width:auto;padding:0 38px;height:40px;font-size:16px;line-height:40px;background-color:#0a0e14;color:#fff;margin-top:24px}.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,.wpcf7 input.wpcf7-form-control.wpcf7-submit:focus{background-color:#eba54c;border-color:#eba54c;color:#fff}.wpcf7-form-control-wrap{margin-top:5px;display:block}.wpcf7 label{margin-top:24px;display:block}blockquote.wp-block-quote{margin:25px 0}blockquote.wp-block-quote p{font-size:22px;font-weight:700;font-family:'Alata',sans-serif}#primary article .entry-content ul.wp-block-archives-list.wp-block-archives li a,#primary article .entry-content ul.wp-block-categories-list.wp-block-categories li a,#primary article .entry-content a.wp-block-button__link{text-decoration:none}ul.wp-block-social-links li.wp-social-link,#colophon ul.wp-block-social-links li.wp-social-link,#off-canvas-area ul.wp-block-social-links li.wp-social-link,#secondary ul.wp-block-social-links li.wp-social-link{padding:0;margin-bottom:10px;width:auto}#colophon .wp-block-latest-comments article,#off-canvas-area .wp-block-latest-comments article,#secondary .wp-block-latest-comments article{margin-bottom:0}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{line-height:1.3}.wp-block-cover-image .wp-block-cover__inner-container p,.wp-block-cover .wp-block-cover__inner-container p{line-height:1.75}.single-template-wrapper #primary article .entry-content .wp-block-query-pagination .wp-block-query-pagination-next,.single-template-wrapper #primary article .entry-content .wp-block-query-pagination .wp-block-query-pagination-previous,.single-template-wrapper #primary article .entry-content .wp-block-query-pagination .page-numbers,.single-template-wrapper #primary article .wp-block-cover__inner-container a{text-decoration:none}.wp-block-latest-comments a{box-shadow:none;text-decoration:underline}.wp-block-latest-comments__comment{line-height:1.3}.wp-block-latest-comments__comment-meta{font-size:inherit}.footer-widgets-area .widget ul.wp-block-social-links li.wp-social-link{margin-bottom:15px;width:auto}.footer-widgets-area .widget.widget_media_gallery ul li:last-child,.widget.widget_media_gallery ul li{margin-bottom:1em}.single-template-wrapper .wp-block-cover-image .wp-block-cover__inner-container,.single-template-wrapper .wp-block-cover .wp-block-cover__inner-container{width:90%;max-width:1200px;margin:0 auto}.wp-block-group .wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-group .wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-search__button{color:#fff;background:#0a0e14;border-color:#0a0e14;font-size:16px;border-radius:0}.wp-block-search__button:hover,.wp-block-search__button:focus{background:#eba54c;border-color:#eba54c}.wp-block-search .wp-block-search__label{display:block;margin-bottom:5px;color:#0a0e14}ul.wp-block-social-links.is-style-default li.wp-social-link a svg,ul.wp-block-social-links.is-style-pill-shape li.wp-social-link a svg{fill:inherit}#off-canvas-area .widget ul.wp-block-social-links li,#secondary .widget ul.wp-block-social-links li{border:none}#off-canvas-area .widget ul.wp-block-social-links.is-style-logos-only li.wp-social-link a,#off-canvas-area .widget ul.wp-block-social-links li.wp-social-link a,#off-canvas-area .widget ul.wp-block-social-links.is-style-default li.wp-social-link a,#off-canvas-area .widget ul.wp-block-social-links.is-style-pill-shape li.wp-social-link a,#secondary .widget ul.wp-block-social-links.is-style-logos-only li.wp-social-link a,#secondary .widget ul.wp-block-social-links li.wp-social-link a,#secondary .widget ul.wp-block-social-links.is-style-default li.wp-social-link a,#secondary .widget ul.wp-block-social-links.is-style-pill-shape li.wp-social-link a,ul.wp-block-social-links.is-style-default li.wp-social-link a,ul.wp-block-social-links.is-style-pill-shape li.wp-social-link a{color:inherit}.single-template-wrapper #primary article .entry-content section.elementor-section a{text-decoration:none}#colophon{background-color:#0a0e14;color:#fff}#colophon .widget a,#colophon .widget li,#colophon p{color:#fff}#colophon article{padding:0}.footer-widgets-area{padding:80px 0}.site-info{border-top:1px solid rgb(255 255 255 / .1);color:#fff;padding:30px 0}.site-info .wrapper{text-align:center}.site-info .wrapper.column-2{text-align:right}.site-info .social-menu ul li a svg{width:15px;height:15px}.site-info p{margin:0;color:#fff;line-height:1.5em;font-size:16px}.site-info a{color:#fff;font-weight:500}.site-info ul li{list-style:none;display:inline-block}.site-info ul li a{margin:0 4px}#colophon .site-info .social-menu ul#menu-social li,#colophon .site-info .footer-menu ul#menu-footer li{list-style:none}.site-info .social-menu ul li:not(:last-child) a{margin-right:10px}#colophon .site-info .footer-menu ul#menu-footer li:not(:last-child) a{margin-right:15px}.site-info .copyright a:hover,.site-info .copyright a:focus{border-bottom:1px solid #fff}.site-footer .widget-title{font-size:24px;font-weight:500;color:#fff;position:relative}.site-footer .widget-title:after,.site-footer .widgettitle:after{content:"";background-color:#eba54c;width:40px;height:4px;position:relative;display:block;clear:both;bottom:0;left:0;margin:15px 0 25px}.footer-widgets-area ul{list-style:none;margin:0;padding:0}.footer-widgets-area .widget ul li{margin-bottom:15px;display:inline-block;width:100%}.footer-widgets-area .widget ul li:last-child{margin-bottom:0}.textwidget{line-height:24px}.textwidget img{max-width:100%;display:block}body.boxed #page{width:90%;margin:0 auto}body.frame{padding:50px 0}body.frame #page{width:90%}body.boxed .backtotop{right:125px}.column-1,.column-2,.column-3,.column-4,.column-5,.column-6{display:grid}.column-1{grid-template-columns:1fr}.bdt-prime-slider svg{height:auto}.bdt-prime-slider-flogia .bdt-blog-text p,.bdt-prime-slider-skin-blog .bdt-slider-excerpt p{color:#fff}body.dark-mode #page{background-color:#101010}body.dark-mode .site-main a,body.dark-mode .site-main p,body.dark-mode .site-main h1,body.dark-mode .site-main h2,body.dark-mode .site-main h3,body.dark-mode .site-main h4,body.dark-mode .site-main h5,body.dark-mode .site-main h6,body.dark-mode .site-main span,body.dark-mode h2.section-title,body.dark-mode .blog h1.page-title,body.dark-mode .blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container,body.dark-mode #featured-posts article .entry-header h2.entry-title a,body.dark-mode #featured-posts article .entry-container .read-more a,body.dark-mode .entry-header,body.dark-mode .entry-header a,body.dark-mode .entry-content,body.dark-mode .entry-content p,body.dark-mode .entry-footer,body.dark-mode .entry-footer a,body.dark-mode .page-header,body.dark-mode .page-header a,body.dark-mode h1.page-title,body.dark-mode .entry-meta span,body.dark-mode .entry-meta span a,body.dark-mode .navigation.post-navigation a,body.dark-mode .navigation.post-navigation a span,body.dark-mode #reply-title,body.dark-mode .comments-title,body.dark-mode .logged-in-as,body.dark-mode .logged-in-as a,body.dark-mode #respond label,body.dark-mode article h2.entry-title a{color:#fff}body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-header a,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail span,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-title a,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-container .entry-content,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-footer,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-footer a,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-header a,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail span,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-title a,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-container .entry-content,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-footer,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-footer a{color:#0a0e14}body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-header a:hover,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail a:hover,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-title a:hover,body.dark-mode .blog-posts-wrapper.image-focus-outline article.has-post-thumbnail .entry-footer a:hover,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-header a:hover,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail a:hover,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-title a:hover,body.dark-mode .blog-posts-wrapper.image-focus article.has-post-thumbnail .entry-footer a:hover{color:#eba54c}body.dark-mode .blog-loader svg,body.dark-mode .navigation.pagination svg,body.dark-mode .navigation.posts-navigation svg,body.dark-mode .navigation.post-navigation svg{fill:#fff}body.dark-mode .post-navigation .nav-previous,body.dark-mode .post-navigation .nav-next{border-color:rgb(255 255 255 / .1)}body.dark-mode .blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container,body.dark-mode .blog-posts-wrapper article.has-post-thumbnail .entry-container{border-color:rgb(255 255 255 / .1)}body.dark-mode #respond input[type="submit"],body.dark-mode #introduction .post-wrapper .entry-container a.btn,body.dark-mode.single-post .entry-footer span.tags-links a{border-color:#fff}body.dark-mode.woocommerce #respond input#submit.alt:hover,body.dark-mode .woocommerce a.button.alt:hover,body.dark-mode.woocommerce button.button.alt:hover,body.dark-mode.woocommerce input.button.alt:hover,body.dark-mode.woocommerce div.product form.cart .button:hover,body.dark-mode.woocommerce #respond input#submit:hover,body.dark-mode.woocommerce a.button:hover,body.dark-mode .woocommerce button.button:hover,body.dark-mode .woocommerce input.button:hover,body.dark-mode.single-post .entry-footer span.tags-links a:hover,body.dark-mode #respond input[type="submit"]:hover,body.dark-mode #introduction .post-wrapper .entry-container a.btn,body.dark-mode .blog-loader-btn .read-more a{background-color:#fff;color:#101010}body.dark-mode #introduction .wp-playlist.wp-audio-playlist.wp-playlist-light,body.dark-mode #add_payment_method #payment,body.dark-mode .woocommerce-cart #payment,body.dark-mode .woocommerce-checkout #payment{background-color:rgb(255 255 255 / .05)}@media screen and (min-width:600px){.contact-form p.name,.contact-form p.email{width:50%;float:left}.contact-form p.email input{float:right}.contact-form p.name input,.contact-form p.email input{max-width:388px}.contact-form p.name{padding-right:5px}.contact-form p.email{padding-left:5px}}@media screen and (min-width:768px){.column-6,.column-4,.column-2{grid-template-columns:repeat(2,1fr)}.column-5,.column-3{grid-template-columns:repeat(1,1fr)}.grid.column-6 article.grid-item,.grid.column-4 article.grid-item,.grid.column-2 article.grid-item{width:50%}.grid.column-5 article.grid-item,.grid.column-3 article.grid-item{width:100%}.column-6 article,.column-5 article,.column-4 article,.column-3 article,.column-2 article{padding:0 15px}.woocommerce ul.products.columns-6,.woocommerce-page ul.products.column-6,.woocommerce ul.products.columns-4,.woocommerce-page ul.products.column-4,.woocommerce ul.products.columns-2,.woocommerce-page ul.products.column-2{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products.columns-5,.woocommerce-page ul.products.column-5,.woocommerce ul.products.columns-3,.woocommerce-page ul.products.column-3{grid-template-columns:repeat(1,1fr)}.blog-posts-wrapper article{margin-bottom:30px}#colophon .footer-widgets-area{margin:0 -25px}#colophon .column-wrapper{padding:0 25px}}@media screen and (min-width:992px){.column-2{grid-template-columns:repeat(2,1fr)}.column-3{grid-template-columns:repeat(3,1fr)}.column-4{grid-template-columns:repeat(4,1fr)}.column-5{grid-template-columns:repeat(4,1fr)}.column-6{grid-template-columns:repeat(4,1fr)}.grid.column-2 article.grid-item{width:50%}.grid.column-3 article.grid-item{width:33.33%}.grid.column-4 article.grid-item{width:25%}.grid.column-5 article.grid-item{width:25%}.grid.column-6 article.grid-item{width:25%}.column-3 article,.column-2 article{padding:0 20px}.column-4 article,.column-5 article,.column-6 article{padding:0 15px}.woocommerce ul.products.columns-2,.woocommerce-page ul.products.column-2{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products.columns-3,.woocommerce-page ul.products.column-3{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products.columns-4,.woocommerce-page ul.products.column-4{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products.columns-5,.woocommerce-page ul.products.column-5{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products.columns-6,.woocommerce-page ul.products.column-6{grid-template-columns:repeat(4,1fr)}.blog-posts-wrapper article{margin-bottom:40px}.blog-posts-wrapper{margin:0 -20px}.blog-posts-wrapper.column-1{margin:0}.right-sidebar #primary{width:70%;float:left}.right-sidebar #secondary{width:30%;float:right}.right-sidebar #primary{padding-right:20px}.right-sidebar #secondary{padding-left:20px}.left-sidebar #secondary{width:30%;float:left;padding-right:20px;padding-left:0}.left-sidebar #primary{width:70%;float:right;padding-left:20px}#off-canvas-area .widget:not(:last-child),#secondary .widget:not(:last-child){margin-bottom:40px}.comment-form-author,.comment-form-email,.comment-form-url{width:33.33%;float:left;padding:0 2px;margin-top:0}.comment-form-comment,.form-submit{padding:0}}@media screen and (min-width:1024px){.column-5{grid-template-columns:repeat(5,1fr)}.column-6{grid-template-columns:repeat(6,1fr)}.grid.column-5 article.grid-item{width:20%}.grid.column-6 article.grid-item{width:16.66%}.woocommerce ul.products.columns-5,.woocommerce-page ul.products.column-5{grid-template-columns:repeat(5,1fr)}.woocommerce ul.products.columns-6,.woocommerce-page ul.products.column-6{grid-template-columns:repeat(6,1fr)}#top-menu button.topbar-menu-toggle,#top-menu svg.icon-down{display:none}#top-menu .wrapper{display:block!important}#navbar .navbar-element .main-navigation ul.sub-menu li a:hover{color:#fff}#masthead.site-header.sticky-header.nav-shrink{position:fixed;background-color:#fff;top:0;margin-top:0;box-shadow:0 -5px 7px #000}#masthead.site-header.sticky-header.nav-shrink .inner-wrapper .header-center.flex-column{flex-direction:row;justify-content:space-around}#masthead.site-header.sticky-header.nav-shrink .inner-wrapper .site-branding.vertical-site-details{text-align:left;flex-direction:row}#masthead.site-header.sticky-header.nav-shrink .inner-wrapper .header-center.flex-column .header-element:not(:first-child),#masthead.site-header.sticky-header.nav-shrink .inner-wrapper .header-center.flex-column .header-element:last-child{margin:0 0 0 20px}#navbar.container-width,#masthead.container-width{width:90%;max-width:1200px;margin:0 auto}#masthead.site-header.sticky-header.nav-shrink{z-index:9999}#masthead.site-header.sticky-header.nav-shrink.container-width{width:100%;max-width:100%}#navbar.container-width .wrapper,#masthead.container-width .wrapper{width:100%;max-width:100%;padding:0 20px}#masthead.site-header.sticky-header.nav-shrink.container-width .wrapper{padding:0;width:90%;max-width:1200px}.site-branding img.custom-logo{max-height:80px;width:auto}#masthead.site-header.sticky-header.nav-shrink .site-branding img.custom-logo{max-height:80px}#masthead .main-navigation a{font-size:17px}#masthead .menu-boxed .main-navigation ul.nav-menu>li.current-menu-item{margin:0 10px}#masthead .menu-boxed .main-navigation ul.nav-menu>li:before{content:'';position:absolute;width:1px;height:0;background-color:#eba54c;left:0;top:0;transition-duration:0.3s}#masthead .menu-boxed .main-navigation ul.nav-menu>li>a:before{content:'';position:absolute;width:0;height:1px;background-color:#eba54c;right:0;top:0;transition-duration:0.5s}#masthead .menu-boxed .main-navigation ul.nav-menu>li:after{content:'';position:absolute;width:1px;height:0;background-color:#eba54c;right:0;bottom:0;transition-duration:0.3s}#masthead .menu-underline .main-navigation ul.nav-menu>li>a:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li>a:after{content:'';position:absolute;width:0;height:1px;background-color:#eba54c;left:0;bottom:0;transition-duration:0.5s}#masthead .menu-underline .main-navigation ul.nav-menu>li>a:after{height:1px}#masthead .menu-underline .main-navigation ul.nav-menu>li.current-menu-item>a:after,#masthead .menu-underline .main-navigation ul.nav-menu>li:focus>a:after,#masthead .menu-underline .main-navigation ul.nav-menu>li:hover>a:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li.current-menu-item>a:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li:focus>a:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li:hover>a:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li.current-menu-item>a:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li:focus>a:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li:hover>a:after{width:100%}#masthead .menu-boxed .main-navigation ul.nav-menu>li.current-menu-item:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li:focus:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li:hover:before,#masthead .menu-boxed .main-navigation ul.nav-menu>li.current-menu-item:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li:focus:after,#masthead .menu-boxed .main-navigation ul.nav-menu>li:hover:after{height:100%}#masthead .main-navigation ul.sub-menu li a{font-size:16px}.main-navigation{text-align:center}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}#navbar .inner-wrapper .main-navigation ul.sub-menu,#masthead .inner-wrapper .main-navigation ul.sub-menu{padding:10px;box-shadow:0 -1px 4px -3px #000}#navbar .navbar-right .main-navigation ul li:hover>ul,#navbar .navbar-right .main-navigation ul li.focus>ul,#masthead .header-right .main-navigation ul li:hover>ul,#masthead .header-right .main-navigation ul li.focus>ul{left:auto;right:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%;top:-11px}#navbar .navbar-right .main-navigation ul ul li:hover>ul,#navbar .navbar-right .main-navigation ul ul li.focus>ul,#masthead .header-right .main-navigation ul ul li:hover>ul,#masthead .header-right .main-navigation ul ul li.focus>ul{left:-100%;top:-11px;right:auto;width:100%}.main-navigation .menu-item-has-children>a:after{float:none}.main-navigation:after{top:auto}.main-navigation ul.sub-menu li:hover>a,.main-navigation ul.sub-menu li:focus>a{padding-left:17px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.main-navigation ul.sub-menu li a svg{float:right;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#navbar .navbar-right .main-navigation ul.sub-menu li a svg,#masthead .header-right .main-navigation ul.sub-menu li a svg{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.main-navigation ul.sub-menu li:hover>a svg,.main-navigation ul.sub-menu li:focus>a svg{fill:#0a0e14}button.dropdown-toggle{display:none}.navbar-menu-toggle,.secondary-menu-toggle,.menu-toggle{display:none}#navbar .main-navigation ul,.main-navigation ul{display:block}#navbar .main-navigation li,.main-navigation li{display:inline-block}.top-model-search,.top-model-search form.search-form{display:none}#search form.search-form button.search-submit{background:#fff0;width:55px;padding-right:15px}#search.search-open form.search-form button.search-submit svg,#search form.search-form button.search-submit svg{fill:#fff;margin:0;height:18px;width:18px}#search form.search-form{max-width:600}#search form.search-form input{background-color:#fff0;border:none;padding:10px 40px 10px 25px;outline:none;color:#fff;border:1px solid #fff;max-width:600px;height:55px;margin:auto;font-size:20px;border-radius:50px}#search.search-open{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;position:fixed;right:0;top:0;z-index:9999;background:rgb(0 0 0 / .9)}.banner-slider.column-1 .custom-header-content h2{margin:20px 0}.banner-slider.column-1 .custom-header-content h2 a{font-size:66px}.blog-posts-wrapper.column-1 article.no-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.horizontal article.no-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.no-post-thumbnail .post-wrapper .entry-container{padding:100px}.blog-posts-wrapper.column-1.zigzag article{margin:0 auto}.blog-posts-wrapper.column-1.zigzag article.no-post-thumbnail{margin:1.5rem auto}.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container,.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .entry-container{padding:100px}body.right-sidebar .blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container,body.right-sidebar .blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .entry-container,body.left-sidebar .blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container,body.left-sidebar .blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .entry-container{padding:50px}body.right-sidebar .blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container,body.left-sidebar .blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container{padding:50px 0 50px 50px}}@media screen and (min-width:1900px){#page{box-shadow:0 0 50px rgb(0 0 0 / .1)}.single-template-wrapper .wp-block-cover-image .wp-block-cover__inner-container,.single-template-wrapper .wp-block-cover .wp-block-cover__inner-container,.single-template-wrapper .wp-block-group__inner-container{max-width:1500px}#content .elementor-section.elementor-section-boxed>.elementor-container,#navbar.container-width,#masthead.container-width,.wrapper{max-width:1500px}#masthead.site-header.sticky-header.nav-shrink.container-width .wrapper{padding:0;width:90%;max-width:1500px}}@media screen and (max-width:1200px){#filter-posts{flex-direction:column}#filter-posts.column-2 .tag-filter{margin-top:15px}}@media screen and (max-width:1023px){#top-menu,#masthead .header-container,#navbar .navbar-container{height:auto}#top-menu{padding:15px 0;flex-direction:column}#masthead .header-container{padding:15px 0}.header-navbar-wrapper{position:absolute;width:100%}.header-wrapper.absolute-position #top-menu,.header-wrapper.absolute-position #masthead,.header-navbar-wrapper #masthead{position:relative}.header-wrapper.absolute-position{position:absolute}#masthead .header-left div.mini-cart .mini-cart-items,#top-menu .topbar-left div.mini-cart .mini-cart-items,#masthead .header-center div.mini-cart .mini-cart-items,#top-menu .topbar-center div.mini-cart .mini-cart-items,#masthead .header-right div.mini-cart .mini-cart-items,#top-menu .topbar-right div.mini-cart .mini-cart-items{left:50%;right:auto;transform:translateX(-50%)}#colophon .site-info .inner-wrapper .footer-center,#colophon .site-info .inner-wrapper .footer-left,#colophon .site-info .inner-wrapper .footer-right,#colophon .site-info .inner-wrapper,#navbar .inner-wrapper .navbar-center,#navbar .inner-wrapper .navbar-left,#navbar .inner-wrapper .navbar-right,#navbar .inner-wrapper,#masthead .inner-wrapper .header-center,#masthead .inner-wrapper .header-left,#masthead .inner-wrapper .header-right,#masthead .inner-wrapper,#top-menu .inner-wrapper .topbar-center,#top-menu .inner-wrapper .topbar-left,#top-menu .inner-wrapper .topbar-right,#top-menu .inner-wrapper{flex-direction:column;justify-content:center;align-items:center;flex-basis:100%;width:100%}#colophon .site-info .inner-wrapper .footer-element:not(:first-child),#colophon .site-info .inner-wrapper .footer-element,#navbar .inner-wrapper .navbar-element:not(:first-child),#navbar .inner-wrapper .navbar-element,#masthead .inner-wrapper .header-element:not(:first-child),#masthead .inner-wrapper .header-element,#top-menu .inner-wrapper .topbar-element:not(:first-child),#top-menu .inner-wrapper .topbar-element{margin:5px auto 10px}#navbar .inner-wrapper .navbar-element:first-child{margin-top:10px}#masthead .social-menu ul li,#navbar .social-menu ul li,#top-menu .social-menu ul li{float:none;display:inline-block}#colophon .site-info .inner-wrapper .footer-element,#navbar .inner-wrapper .navbar-element,#masthead .inner-wrapper .header-element,#top-menu .inner-wrapper .topbar-element{flex-basis:100%;width:100%;text-align:center;justify-content:center}#masthead .header-element.header-product-search-form,#navbar .inner-wrapper .navbar-element.navbar_off_canvas_bar,#masthead .inner-wrapper .header-element.header_off_canvas_bar,#top-menu .inner-wrapper .topbar-element.topbar_off_canvas_bar{width:auto;justify-content:center;align-items:center}#masthead .inner-wrapper .header-element .header-meta-details{text-align:left}#navbar svg.icon-search,#masthead svg.icon-search,#masthead .header-element #search .search-form svg.icon-search,#top-menu svg.icon-search{fill:#0a0e14}#top-menu .secondary-menu ul li{float:none;text-align:center;line-height:30px}#top-menu{cursor:pointer}.secondary-menu{float:none}.social-menu{float:none;text-align:center}.secondary-menu ul li:not(:last-child):after{display:none}#top-menu .wrapper{display:none;padding-top:30px;padding-bottom:15px}.cart-contents.hide-items{margin-right:0}body.home #masthead,#masthead{margin-bottom:0}#masthead{background-attachment:fixed}.site-branding.vertical-site-details,.header-right .site-branding.vertical-site-details{align-items:center}.site-details{text-align:center}.main-navigation{position:relative;padding:0;background:#0a0e14;float:none;width:100%}.main-navigation ul.nav-menu{position:absolute;width:100%;margin-right:0;background-color:#f8f8f8;z-index:1;margin:0}#masthead ul.nav-menu li,#navbar ul.nav-menu li{float:none;color:#0a0e14}#masthead ul.nav-menu li.current-menu-item,#navbar ul.nav-menu li.current-menu-item{background:rgb(0 0 0 / .15)}.main-navigation ul.nav-menu>li>a{line-height:1}.main-navigation a{border-bottom:1px solid rgb(52 59 61 / .1)}.main-navigation ul ul a{width:100%}.main-navigation ul ul,.main-navigation ul ul ul{box-shadow:none;float:none;position:relative;top:0;left:0;margin-bottom:0;display:none}#site-header-menu .wrapper{width:100%}.main-navigation ul.sub-menu li{padding-right:0}.main-navigation .menu-item-has-children>a:before{content:"";float:right;position:relative;right:25px;background-color:#0a0e14;width:1px;height:25px}.main-navigation .menu-item-has-children{position:relative}.main-navigation .menu-item-has-children>a:after{padding-top:3px}.main-navigation ul.nav-menu>li:last-child>a,.main-navigation ul.nav-menu>li>a,.main-navigation ul.sub-menu li a{padding:15px 15px 15px 25px}.main-navigation ul.menu li.current-menu-item>a{font-weight:500}.main-navigation li.menu-item-has-children ul li svg,.main-navigation .dropdown-toggle svg{fill:#0a0e14}.main-navigation .menu-item-has-children a svg{display:none}.navbar-element .main-navigation ul.sub-menu,.main-navigation ul.sub-menu{background-color:#f2f2f2}#navbar .inner-wrapper .navbar-element .main-navigation ul.sub-menu li a,#navbar .inner-wrapper .navbar-element .main-navigation a,.main-navigation a{color:#0a0e14}.main-navigation svg.icon-search,.main-navigation .search.search-open svg.icon-close,.main-navigation svg.icon-down{fill:#0a0e14}.main-navigation ul.sub-menu{border-top:1px solid #555}.navbar-element .navbar-menu-toggle .icon-menu,.header-element .secondary-menu-toggle .icon-menu,.header-element .menu-toggle .icon-menu{fill:#fff}.menu-open .navbar-menu-toggle .icon-close,.menu-open .secondary-menu-toggle .icon-close,.menu-open .menu-toggle .icon-close{display:block;fill:#fff;width:20px;height:20px}.menu-open .navbar-menu-toggle,.menu-open .secondary-menu-toggle,.menu-open .menu-toggle{padding-top:6px}.site-title a{text-align:center}.main-navigation li{text-align:center}.main-navigation ul.sub-menu li a{color:#0a0e14}.main-navigation ul.sub-menu li:hover>a{color:#eba54c}.top-model-search form.search-form input::placeholder,#topbar-search form.search-form input::placeholder,#search form.search-form input::placeholder{color:#555}.top-model-search form.search-form button.search-submit,#search form.search-form button.search-submit{background-color:#fff0}.top-model-search form.search-form input:focus,#search form.search-form input:focus{outline:1px solid #0a0e14}#search{display:none}.navbar-element a.search,.header-element a.search,.topbar-element a.search{display:none}form.search-form{max-width:100%}.single-post article blockquote{margin:15px 0}.column-1 .custom-header-content-wrapper img{min-height:800px}#cta-section{margin:50px auto 0}#colophon .site-info .inner-wrapper .footer-left,#colophon .site-info .inner-wrapper .footer-center,#colophon .site-info .inner-wrapper .footer-right{flex-direction:column}}@media screen and (max-width:992px){#introduction .post-wrapper,#introduction .page-section.left-align .post-wrapper,.blog header.page-header{flex-direction:column}#featured-posts article .entry-container,#featured-posts .featured-image{width:100%;max-width:100%}.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .entry-container{padding:25px}#introduction .page-section{padding-top:10px}#introduction .post-wrapper .featured-image,#introduction .post-wrapper .entry-container{width:100%}#introduction .post-wrapper .entry-container,#introduction .page-section.left-align .entry-container{padding-left:0;padding-right:0}#introduction .post-wrapper .featured-image{margin-top:25px}#introduction .post-wrapper .featured-image img{width:100%}#secondary{clear:both;margin-top:20px}#off-canvas-area section.widget,#secondary section.widget{padding:25px}#off-canvas-area .widget:not(:last-child),#secondary .widget:not(:last-child){margin-bottom:20px}#off-canvas-area .widget_google_ad,#secondary .widget_google_ad{text-align:center}.site-info .social-menu{display:inline-block;clear:both;margin:10px auto 20px}.site-info .wrapper.column-2{text-align:center;display:block}.textwidget img{max-width:100%;margin:25px 0}.single-post .post-wrapper{width:90%}#off-canvas-area .post-wrapper,#secondary .post-wrapper,#colophon .post-wrapper{width:100%}.single-post article blockquote{margin:15px 0}.single-post article blockquote{padding:50px}.custom-header-content h2 a{font-size:56px}.wrapper.page-section{padding:0}.page-section{margin:40px auto}#filter-posts{align-items:flex-start}}@media screen and (max-width:800px){.contact-information .contact-form{padding:25px}.column-2 .custom-header-content,.column-3 .custom-header-content,.column-4 .custom-header-content,.banner-slider.left-align .custom-header-content,.banner-slider.right-align .custom-header-content,.custom-header-content{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.custom-header-content h2 a{font-size:48px}}@media screen and (max-width:767px){.column-6 article,.column-5 article,.column-4 article,.column-3 article,.column-2 article{grid-template-columns:repeat(1,1fr);width:100%}.woocommerce ul{width:100%}.site-branding img.custom-logo{max-width:250px;height:auto}.site-branding{flex-direction:column}#introduction .post-wrapper .entry-container .entry-title{font-size:38px}.column-1 .custom-header-content-wrapper img{min-height:700px}.banner-slider .custom-header-content .entry-content{display:none}.blog-posts-wrapper article .featured-image img.blog-post-format{right:20px}.page-template-aboutpage #custom-header,.home.page #custom-header{margin-bottom:40px}.wc-block-grid__products li.wc-block-grid__product,.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product,.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce ul.products li.product.first,.woocommerce-page ul.products li.product.first,.woocommerce ul.products li.product.last,.woocommerce-page ul.products li.product.last,#featured-posts .section-content article,#popular-posts .section-content article{padding:0;width:100%}#popular-posts .section-content.gap article:not(:last-child){margin-bottom:30px}.woocommerce ul.products,.woocommerce-page ul.products,.blog-posts-wrapper,#popular-posts .section-content{margin:0}.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .featured-image,.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .post-wrapper .featured-image,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .post-wrapper .entry-container{width:100%}.blog-posts-wrapper.column-1.zigzag article:nth-child(2n) .post-wrapper,.blog-posts-wrapper.column-1.horizontal article .post-wrapper,.blog-posts-wrapper.column-1.zigzag article .post-wrapper{flex-direction:column}.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail:nth-child(2n) .post-wrapper .entry-container{text-align:left}.blog-posts-wrapper.column-1.horizontal article.has-post-thumbnail .post-wrapper .entry-container,.blog-posts-wrapper.column-1.zigzag article.has-post-thumbnail .post-wrapper .entry-container{border:1px solid #eee;border-top:none}.custom-header-content p{font-size:.968rem}.custom-header-content{min-width:75%;min-height:auto}.no-sidebar .blog-posts-wrapper.column-1 article:nth-child(2n) .post-wrapper .entry-container{text-align:left}.blog-posts-wrapper article.no-post-thumbnail .post-wrapper .entry-container{padding:20px}.hentry:last-child{margin-bottom:0}#colophon .widget,#colophon .widget img{margin-left:auto;margin-right:auto}#colophon .column-wrapper:not(:last-child){margin-bottom:30px;clear:both;display:table}.footer-widgets-area{padding:50px 0}.textwidget img{max-width:250px}.contact-information .contact-address{margin-bottom:30px}.copyright{margin-bottom:10px}.single-post article blockquote{padding:25px}h1.page-title{font-size:48px}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous,.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:none;width:100%;text-align:center}.site-main .post-navigation .nav-links{display:block}}@media screen and (max-width:550px){.column-6 article,.column-5 article,.column-4 article,.column-3 article,.column-2 article{padding:0}.main-navigation form.search-form{min-width:100%}.custom-header-content h2{line-height:1}.column-4 .custom-header-content h2 a,.column-3 .custom-header-content h2 a,.column-2 .custom-header-content h2 a,.custom-header-content h2 a{font-size:30px}.archive h1.page-title span,h1.page-title{font-size:40px!important}.wpcf7 input.wpcf7-form-control.wpcf7-submit,.wpcf7 input[type="submit"],#respond input[type="submit"]{padding:0 25px;height:50px;min-height:50px;line-height:50px}#related-posts .column-4 article{width:100%;float:none}#comments ol.children{margin-left:25px}.comment-author.vcard b.fn{float:none;display:block}.comment-meta img{float:none;margin-right:0;margin-bottom:25px}.comment-metadata{padding-left:0;display:block}.reply{margin-left:25px}.comment-meta .fn:after{display:none}#comments article{margin-bottom:30px}.slick-prev,.slick-next{width:40px;height:40px}#popular-posts .section-content article{padding:0}#popular-posts .section-content{margin:0}.blog-posts-wrapper.column-3 article{width:100%;float:none;padding:0}#comments ol.comment-list:before{display:none}ol.comment-list{border:none}header.page-header{margin-bottom:30px}}@media screen and (max-width:480px){article h2.entry-title a,.entry-title,#reply-title,.comments-title{font-size:24px!important}.custom-header-content span{font-size:16px}.comment-meta .url,.comment-meta .fn{font-size:17px}#our-story .content-wrapper{padding:25px}.pagination .page-numbers{margin:5px 0}.single-post article blockquote{padding:25px 20px;font-size:17px;line-height:30px}}@media screen and (max-width:360px){.navigation.posts-navigation svg.icon-left,.navigation.post-navigation svg.icon-left{margin-bottom:5px;margin-left:auto;margin-right:auto}.navigation.posts-navigation svg.icon-right,.navigation.post-navigation svg.icon-right{margin-top:5px;float:none;margin-left:auto;margin-right:auto}.navigation.posts-navigation svg,.navigation.post-navigation svg{width:50px;height:50px;padding:16px;margin-left:auto;margin-right:auto}.site-branding img.custom-logo{max-width:175px}.textwidget img{max-width:150px}} .slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}.slick-loading .slick-list {background: #fff url('/wp-content/themes/yuma/assets/uploads/ajax-loader.gif') center center no-repeat;}@font-face{ font-display:swap;font-family: 'slick';font-weight: normal;font-style: normal;src: url('/wp-content/themes/yuma/assets/fonts/slick.eot');src: url('/wp-content/themes/yuma/assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/yuma/assets/fonts/slick.woff') format('woff'), url('/wp-content/themes/yuma/assets/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/yuma/assets/fonts/slick.svg#slick') format('svg'); }.slick-prev, .slick-next {font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;}.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {color: transparent;outline: none;background: transparent;}.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 1;}.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: .25;}.slick-prev:before, .slick-next:before {font-family: 'slick';font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-prev {left: -25px;}[dir='rtl'] .slick-prev {right: -25px;left: auto;}.slick-prev:before {content: '←';}[dir='rtl'] .slick-prev:before {content: '→';}.slick-next {right: -25px;}[dir='rtl'] .slick-next {right: auto;left: -25px;}.slick-next:before {content: '→';}[dir='rtl'] .slick-next:before {content: '←';}.slick-dotted.slick-slider {margin-bottom: 30px;}.slick-dots {position: absolute;bottom: -25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}.slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}.slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}.slick-dots li button:hover, .slick-dots li button:focus {outline: none;}.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1;}.slick-dots li button:before {font-family: 'slick';font-size: 6px;line-height: 20px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;content: '•';text-align: center;opacity: .25;color: black;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before {opacity: .75;color: black;}[class^=wp-block-]:not(.wp-block-gallery) figcaption{font-style:italic;margin-bottom:1.5em;text-align:left}.rtl .wp-block-table td,.rtl .wp-block-table th,.rtl [class^=wp-block-]:not(.wp-block-gallery) figcaption{text-align:right}p.has-drop-cap:not(:focus)::first-letter{font-size:5em;margin-top:.075em}.wp-block-gallery,.wp-block-image,.wp-block-media-text{margin-bottom:1.5em}.wp-block-image figure{margin-bottom:0;margin-top:0}.wp-block-image figure.alignleft{margin-right:1.5em}.wp-block-image figure.alignright{margin-left:1.5em}.wp-block-gallery figcaption{font-style:italic}.wp-block-gallery.aligncenter{display:flex;margin:0 -8px}.wp-block-cover.counter-3-pattern .counter-columns,.wp-block-media-text :last-child,.wp-block-quote.alignleft p:last-of-type,.wp-block-quote.alignright p:last-of-type{margin-bottom:0}.wp-block-quote cite{color:inherit;font-size:inherit}.wp-block-pullquote,.wp-block-quote,.wp-block-quote:not(.is-large):not(.is-style-large){border:3px solid #555;padding:1em}.wp-block-quote.is-large{padding:1em 2em}.wp-block-audio audio{display:block;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.no-sidebar .wp-block-audio.alignfull,.no-sidebar .wp-block-categories.alignfull,.no-sidebar .wp-block-cover.alignfull,.no-sidebar .wp-block-gallery.alignfull,.no-sidebar .wp-block-group.alignfull,.no-sidebar .wp-block-image.alignfull,.no-sidebar .wp-block-pullquote.alignfull,.no-sidebar .wp-block-table.alignfull{width:100vw;max-width:100vw;margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2)}.no-sidebar .wp-block-embed.is-type-video.alignfull iframe{width:100vw!important;max-width:100vw;margin-left:calc(-100vw / 2 + 100% / 2)!important;margin-right:calc(-100vw / 2 + 100% / 2)!important}.no-sidebar .wp-block-group.alignfull>.wp-block-group__inner-container{max-width:1200px;width:90%;margin:auto}.no-sidebar .wp-block-audio.alignfull figcaption,.no-sidebar .wp-block-image.alignfull figcaption{text-align:center;max-width:1200px;width:90%;padding:0 15px;margin:5px auto 0}.no-sidebar .wp-block-table.alignfull{display:table}.no-sidebar .wp-block-audio.alignfull{padding:0 20px}.no-sidebar .wp-block-categories.alignfull{padding:0 50px}.no-sidebar .wp-block-gallery.alignfull{padding:0 25px}.wp-block-file .wp-block-file__button{background-color:#222;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;display:inline-block;font-size:.875rem;font-weight:800;margin-top:2em;padding:.7em 2em;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;white-space:nowrap}.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover{background-color:#767676;-webkit-box-shadow:none;box-shadow:none}.wp-block-separator{border:0}.wp-block-code{background:0 0;border:0;padding:0}.wp-block-pullquote{border:0;border-top:3px solid #555;border-bottom:3px solid #555;padding:1em}.wp-block-pullquote cite,.wp-block-pullquote__citation{font-size:inherit;text-transform:none}.wp-block-table thead th{border-bottom:2px solid #bbb;padding-bottom:.5em}.wp-block-table tr{border-bottom:1px solid #eee}.wp-block-table td,.wp-block-table th{border-color:#ccc;padding:15px 25px}.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover{background-color:#eba54c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-categories.aligncenter ul,.wp-block-latest-posts.aligncenter{list-style-position:inside;text-align:center}.wp-block-latest-comments article{margin-bottom:4em}.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,.search:not(.has-sidebar) #primary .wp-block-latest-comments article{float:none;width:100%}.wp-block-latest-comments a{-webkit-box-shadow:inset 0 -1px 0 #fff;box-shadow:inset 0 -1px 0 #fff}.single-template-wrapper #primary article .entry-content .wp-block-post-terms a,.single-template-wrapper #primary article .entry-content .wp-block-post-title a{text-decoration:none}.wp-block-latest-comments__comment-meta{font-size:1rem;margin-bottom:.4em}.wp-block-latest-comments__comment img,.wp-block-post-author__avatar img{border-radius:50px}.wp-block-latest-comments__comment-author,.wp-block-latest-comments__comment-link{font-weight:700;text-decoration:none}.single-template-wrapper #primary article .entry-content .wp-block-latest-comments__comment-author,.single-template-wrapper #primary article .entry-content .wp-block-latest-comments__comment-link{font-weight:500;text-decoration:none}.wp-block-latest-comments__comment-date{color:#767676;font-size:14px;letter-spacing:1px;margin-top:.4em}.editor-block-list__block .wp-block-latest-comments__comment-excerpt p{font-size:.875rem}ul.wp-block-latest-posts li{padding-bottom:10px;display:table;width:100%}#colophon ul.wp-block-latest-posts li a,#off-canvas-area ul.wp-block-latest-posts li a,#secondary ul.wp-block-latest-posts li a{font-size:18px;font-weight:500}ul.wp-block-latest-posts li a{text-decoration:none;font-weight:600;font-size:20px;line-height:1.3;margin:15px 0;display:block}ul.wp-block-latest-posts li a>img{margin-top:-15px}ul.wp-block-latest-posts li .alignleft+a,ul.wp-block-latest-posts li .alignright+a{font-size:18px;display:inline}ul.wp-block-latest-posts .wp-block-latest-posts__post-date{display:block}ul.wp-block-latest-posts .wp-block-latest-posts__post-author,ul.wp-block-latest-posts.has-author.has-dates .wp-block-latest-posts__post-date{display:inline}ul.wp-block-latest-posts.has-author.has-dates .wp-block-latest-posts__post-author:after{content:".";font-size:26px;display:inline-block;margin:0 5px;line-height:.1;opacity:.7}ul.wp-block-latest-posts .wp-block-latest-posts__post-author:before{content:"";display:block}ul.wp-block-categories-list.wp-block-categories{list-style:none}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{font-size:14px;text-transform:capitalize}.wp-block-button__link{padding:16px 40px;background-color:#0a0e14;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-weight:500}.has-ronchi-background-color{background-color:#eba54c}.has-tangaroa-background-color{background-color:#0a0e14}.has-feldspar-background-color{background-color:#cf987e}.has-shark-background-color{background-color:#272b2f}.has-emperor-background-color{background-color:#555}.has-black-background-color{background-color:#000}.has-white-background-color{background-color:#fff}.has-ronchi-color{color:#eba54c}.has-tangaroa-color{color:#0a0e14}.has-feldspar-color{color:#cf987e}.has-shark-color{color:#272b2f}.has-emperor-color{color:#555}.has-black-color{color:#000}.has-white-color{color:#fff}.wp-block-cover.image-breaker-pattern h2.box-title{border:2px solid #fff;padding:25px 25px 35px;max-width:400px;box-sizing:border-box;word-break:break-word}.wp-block-column.pricing-article .check-icon p>img,.wp-block-group.photographer-intro-pattern p.check-icon>img{margin-right:10px}.wp-block-group.parallax-hero-content .parallax-hero-content-subtitle,.wp-block-group.parallax-hero-content .parallax-hero-content-title{max-width:900px}.wp-block-group.shop-intro-pattern .wp-block-image.featured-image{padding-top:50px}.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure{margin-bottom:-100px;border:40px solid #fff;width:90%}.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure img{width:100%}.wp-block-group.team-2-pattern .team-2-details .wp-block-group__inner-container{position:relative;z-index:1;margin-top:-100px;background-color:#fff;padding:25px}.wp-block-group.team-3-pattern .team-3-details{position:absolute;bottom:1.5em;left:50%;transform:translateX(-50%);width:100%;padding:25px}.wp-block-cover.cta-1-pattern .wp-block-group.cta-1-content,.wp-block-cover.parallax-banner-pattern .wp-block-group.parallax-banner-content{max-width:900px;word-break:break-word;margin:auto}.wp-block-cover.glass-banner-pattern .wp-block-group__inner-container:before{content:'';position:absolute;top:50%;left:50%;width:90%;height:90%;transform:translate(-50%,-50%);background:rgba(255,255,255,.2);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.wp-block-cover.glass-banner-pattern .wp-block-columns.glass-banner-inner-wrapper{position:relative;z-index:1}.wp-block-cover.counter-3-pattern .counter-columns .wp-block-column{border:1px solid rgba(255,255,255,.9)}.has-extra-small-font-size{font-size:12px}.has-small-font-size{font-size:16px}.has-regular-font-size{font-size:18px}.has-large-font-size{font-size:24px}.has-extra-large-font-size{font-size:40px}.has-huge-font-size{font-size:96px}.has-huge-font-size,.has-larger-font-size{line-height:1.5}@media screen and (min-width:1900px){.no-sidebar .wp-block-group.alignfull .wp-block-group__inner-container{max-width:1500px}}@media screen and (max-width:992px){.has-extra-large-font-size{font-size:30px}.has-huge-font-size{font-size:48px}}@media screen and (max-width:767px){.has-extra-large-font-size{font-size:24px}.has-huge-font-size{font-size:28px}.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure{margin-bottom:0}.wp-block-group.cta-2-pattern .wp-block-buttons.is-content-justification-center{justify-content:flex-start}}@media screen and (max-width:567px){.has-huge-font-size,.has-larger-font-size{font-size:24px;line-height:1.3}}@font-face{font-family:'Bitter';font-style:normal;font-weight:100;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:100;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:100;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:100;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:100;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:200;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:200;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:200;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:200;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:200;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Bitter';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YOLXOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Bitter';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YOLzOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Bitter';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YOLfOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Bitter';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YOLbOW3pzveSJBHNd.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Bitter';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/bitter/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YOLjOW3pzveSJBA.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:300;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6WQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:500;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6WQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:600;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:700;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:800;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRQkEz_lWZk33xGWGH.woff) format('woff');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Red Hat Display';font-style:normal;font-weight:900;font-display:swap;src:url(https://www.cedricgaudet.com/wp-content/themes/yuma/assets/webfonts/red-hat-display/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRQk8z_lWZk33xGQ.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}/*! This file is auto-generated */
@font-face{ font-display:swap;font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal }.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.formlayer-form label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.formlayer-form input[type="text"],.formlayer-form input[type="email"],.formlayer-form input[type="number"],.formlayer-form input[type="tel"],.formlayer-form input[type="date"],.formlayer-form input[type="password"],.formlayer-form input[type="url"],.formlayer-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form select{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form input:focus,.formlayer-form textarea:focus,.formlayer-form select:focus{outline:none;border-color:#5525d6;box-shadow:0 0 0 4px rgb(85 37 214 / .12);transform:translateY(-1px)}.formlayer-form textarea{min-height:120px;resize:vertical;line-height:1.6}.formlayer-submit-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;height:46px;background:#5525d6;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(85 37 214 / .2);box-sizing:border-box;text-decoration:none;line-height:1}.formlayer-submit-btn:hover{background:#441eb1;transform:translateY(-1px);box-shadow:0 6px 15px rgb(85 37 214 / .3)}.formlayer-submit-btn.loading{color:transparent!important;position:relative;pointer-events:none;opacity:.8}.formlayer-submit-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:fl-button-spin 0.8s ease-in-out infinite}@keyframes fl-button-spin{to{transform:rotate(360deg)}}.formlayer-form .required-indicator{color:#ef4444;margin-left:4px}.formlayer-radio-group,.formlayer-check-wrap{display:flex;flex-direction:column;gap:12px}.formlayer-radio-group label,.formlayer-check-wrap label{display:flex;align-items:center;gap:10px;font-weight:400;cursor:pointer}.formlayer-field-wrap{margin-bottom:24px;display:flex;flex-direction:column}.formlayer-field-wrap.label-top{flex-direction:column}.formlayer-field-wrap.label-left,.formlayer-field-wrap.label-right{flex-direction:row;align-items:center;gap:20px;flex-wrap:nowrap}.formlayer-field-wrap.label-left .formlayer-label,.formlayer-field-wrap.label-right .formlayer-label{width:30%;min-width:120px;margin-bottom:0;padding-top:0}.formlayer-field-wrap.label-right .formlayer-label{order:2}.formlayer-field-wrap.label-right .formlayer-input{order:1}.formlayer-field-wrap.label-hidden .formlayer-label{display:none}.formlayer-help-text{width:100%;font-size:12px;color:#94a3b8;margin-top:8px;font-style:italic}.formlayer-field-wrap.label-left .formlayer-help-text,.formlayer-field-wrap.label-right .formlayer-help-text{margin-left:calc(30% + 20px)}.formlayer-submit-wrap{margin-top:20px}.formlayer-success-message{background:#fff;color:#1e293b;padding:20px 24px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0;font-size:16px;font-weight:400;line-height:1.6;box-shadow:0 1px 3px rgb(0 0 0 / .02);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error-message{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:10px;margin-bottom:24px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error{background:#fef2f2;color:#991b1b;padding:18px 20px;border-radius:10px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;margin:24px 0;text-align:left;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes flFadeInSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.formlayer-submit-wrap.align-center{display:flex;justify-content:center}.formlayer-submit-wrap.align-right{display:flex;justify-content:flex-end}.formlayer-submit-wrap.align-full .formlayer-submit-btn{width:100%}.formlayer-submit-btn.btn-sm{height:38px;padding:0 16px;font-size:13px}.formlayer-submit-btn.btn-md{height:46px;padding:0 24px;font-size:15px}.formlayer-submit-btn.btn-lg{height:56px;padding:0 32px;font-size:17px}.formlayer-submit-btn{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.align-full .formlayer-submit-btn{width:100%!important;display:flex!important}.formlayer-container{display:grid;gap:20px;margin-bottom:24px;width:100%}.formlayer-container.grid-cols-1{grid-template-columns:1fr}.formlayer-container.grid-cols-2{grid-template-columns:1fr 1fr}.formlayer-container.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.formlayer-container.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.formlayer-container.grid-cols-2,.formlayer-container.grid-cols-3,.formlayer-container.grid-cols-4{grid-template-columns:1fr}}.formlayer-html-content{margin-bottom:24px}.formlayer-name-fields-wrap{display:flex;flex-direction:column;gap:15px}.formlayer-grid{display:grid;gap:20px;width:100%}.formlayer-grid-2{grid-template-columns:1fr 1fr}.formlayer-grid-3{grid-template-columns:1fr 1fr 1fr}.formlayer-sub-field{display:flex;flex-direction:column}.formlayer-sub-field.full-width{grid-column:1 / -1}.formlayer-sub-label{font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.formlayer-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formlayer-address-grid .full-width{grid-column:1 / -1;margin-bottom:5px}.formlayer-address-grid .formlayer-sub-field:not(.full-width){margin-bottom:5px}.formlayer-field-wrap{margin-bottom:28px}.formlayer-form input[type="number"],.formlayer-form input[type="date"],.formlayer-form input[type="tel"]{height:48px}.formlayer-date-wrap,.formlayer-select-wrap{position:relative;width:100%}.formlayer-date-wrap .dashicons,.formlayer-select-wrap .dashicons{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;font-size:18px;z-index:10}.formlayer-form input[type="date"],.formlayer-form select{padding-left:45px!important}.formlayer-options-list{display:flex;flex-direction:column;gap:10px}.formlayer-option-label,.formlayer-terms-wrap,.formlayer-gdpr-wrap{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.formlayer-option-label input[type="radio"],.formlayer-option-label input[type="checkbox"],.formlayer-terms-wrap input[type="checkbox"],.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}.darkify_dark_mode_enabled .darkify_style_all:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_bg)!important;color:var(--darkify_dark_mode_text_color)!important;border-right-color:var(--darkify_dark_mode_border_color)!important;border-left-color:var(--darkify_dark_mode_border_color)!important;border-top-color:var(--darkify_dark_mode_border_color)!important;border-bottom-color:var(--darkify_dark_mode_border_color)!important}.darkify_dark_mode_enabled .darkify_style_bg_txt:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_bg)!important;color:var(--darkify_dark_mode_text_color)!important}.darkify_dark_mode_enabled .darkify_style_bg_border:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_bg)!important;border-right-color:var(--darkify_dark_mode_border_color)!important;border-left-color:var(--darkify_dark_mode_border_color)!important;border-top-color:var(--darkify_dark_mode_border_color)!important;border-bottom-color:var(--darkify_dark_mode_border_color)!important}.darkify_dark_mode_enabled .darkify_style_txt_border:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){color:var(--darkify_dark_mode_text_color)!important;border-right-color:var(--darkify_dark_mode_border_color)!important;border-left-color:var(--darkify_dark_mode_border_color)!important;border-top-color:var(--darkify_dark_mode_border_color)!important;border-bottom-color:var(--darkify_dark_mode_border_color)!important}.darkify_dark_mode_enabled .darkify_style_bg:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_bg)!important}.darkify_dark_mode_enabled .darkify_style_txt:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){color:var(--darkify_dark_mode_text_color)!important}.darkify_dark_mode_enabled .darkify_style_border:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){border-right-color:var(--darkify_dark_mode_border_color)!important;border-left-color:var(--darkify_dark_mode_border_color)!important;border-top-color:var(--darkify_dark_mode_border_color)!important;border-bottom-color:var(--darkify_dark_mode_border_color)!important}.darkify_dark_mode_enabled .darkify_style_secondary_bg:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_secondary_bg)!important}.darkify_dark_mode_enabled .darkify_style_link:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *,
.darkify-nav ul li a){color:var(--darkify_dark_mode_link_color)!important}.darkify_dark_mode_enabled .darkify_style_link:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *):hover{color:var(--darkify_dark_mode_link_hover_color)!important}.darkify_dark_mode_enabled .darkify_style_form_element:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_input_bg)!important;color:var(--darkify_dark_mode_input_text_color)!important}.darkify_dark_mode_enabled .darkify_style_form_element:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *)::placeholder{color:var(--darkify_dark_mode_input_placeholder_color)!important}.darkify_dark_mode_enabled .darkify_style_button:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){background-color:var(--darkify_dark_mode_btn_bg)!important;color:var(--darkify_dark_mode_btn_text_color)!important;border-right-color:var(--darkify_dark_mode_btn_border_color)!important;border-left-color:var(--darkify_dark_mode_btn_border_color)!important;border-top-color:var(--darkify_dark_mode_btn_border_color)!important;border-bottom-color:var(--darkify_dark_mode_btn_border_color)!important}.darkify_dark_mode_enabled .darkify_style_button:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *):hover{background-color:var(--darkify_dark_mode_btn_hover_bg)!important;color:var(--darkify_dark_mode_btn_text_hover_color)!important;border-right-color:var(--darkify_dark_mode_btn_hover_border_color)!important;border-left-color:var(--darkify_dark_mode_btn_hover_border_color)!important;border-top-color:var(--darkify_dark_mode_btn_hover_border_color)!important;border-bottom-color:var(--darkify_dark_mode_btn_hover_border_color)!important}.darkify_dark_mode_enabled .darkify_border_keep_top:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){border-top-color:transparent!important}.darkify_dark_mode_enabled .darkify_border_keep_right:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){border-right-color:transparent!important}.darkify_dark_mode_enabled .darkify_border_keep_bottom:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){border-bottom-color:transparent!important}.darkify_dark_mode_enabled .darkify_border_keep_left:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){border-left-color:transparent!important}html.darkify_dark_mode_enabled.darkify_prepaint{background-color:var(--darkify_dark_mode_bg)!important}.darkify_admin_bar_switch_container{cursor:pointer!important;display:flex;align-items:center;justify-content:center;width:40px!important;height:32px!important}.darkify_admin_bar_switch_container.darkify_admin_bar_hidden{display:none!important}.darkify_admin_bar_switch_container .ab-item{height:18px!important;cursor:pointer!important;background-color:#fff!important;-webkit-mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_light.svg) no-repeat center;mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_light.svg) no-repeat center}.darkify_dark_mode_enabled .darkify_admin_bar_switch_container .ab-item{-webkit-mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_dark.svg) no-repeat center;mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_dark.svg) no-repeat center}.darkify_block_editor_switch{height:33px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;outline:0;border:0;background:#121116;border-radius:3px;padding:0 12px;margin-right:8px}.darkify_dark_mode_enabled .darkify_block_editor_switch{background:#fff}.darkify_block_editor_switch .icon{width:20px;height:20px;background-color:#fff!important;-webkit-mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_light.svg) no-repeat center;mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_light.svg) no-repeat center}.darkify_dark_mode_enabled .darkify_block_editor_switch .icon{background-color:#171717!important;-webkit-mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_dark.svg) no-repeat center;mask:url(/wp-content/plugins/darkify/src/Admin/assets/images/switch_apple_dark.svg) no-repeat center}.darkify_switch,.darkify_switch *{box-sizing:border-box}.darkify_switch.darkify_bottom_left,.darkify_switch.darkify_bottom_right,.darkify_switch.darkify_top_left,.darkify_switch.darkify_top_right{position:fixed;z-index:99999}.darkify_switch.darkify_top_left{top:var(--darkify_switch_position_from_top_left_top);left:var(--darkify_switch_position_from_top_left_left)}.darkify_switch.darkify_top_right{top:var(--darkify_switch_position_from_top_right_top);right:var(--darkify_switch_position_from_top_right_right)}.darkify_switch.darkify_bottom_left{bottom:var(--darkify_switch_position_from_bottom_left_bottom);left:var(--darkify_switch_position_from_bottom_left_left)}.darkify_switch.darkify_bottom_right{bottom:var(--darkify_switch_position_from_bottom_right_bottom);right:var(--darkify_switch_position_from_bottom_right_right)}.darkify_switch.darkify_absolute_position{position:absolute}@media only screen and (max-width: 600px){.darkify_switch.darkify_hide_on_mobile{display:none}}@media only screen and (max-width: 600px){.darkify_switch.darkify_bottom_left_in_mobile,.darkify_switch.darkify_bottom_right_in_mobile,.darkify_switch.darkify_top_left_in_mobile,.darkify_switch.darkify_top_right_in_mobile{position:fixed}.darkify_switch.darkify_top_left_in_mobile{top:var(--darkify_switch_position_from_top_left_top_in_mobile);left:var(--darkify_switch_position_from_top_left_left_in_mobile);bottom:unset;right:unset}.darkify_switch.darkify_top_right_in_mobile{top:var(--darkify_switch_position_from_top_right_top_in_mobile);right:var(--darkify_switch_position_from_top_right_right_in_mobile);bottom:unset;left:unset}.darkify_switch.darkify_bottom_left_in_mobile{bottom:var(--darkify_switch_position_from_bottom_left_bottom_in_mobile);left:var(--darkify_switch_position_from_bottom_left_left_in_mobile);top:unset;right:unset}.darkify_switch.darkify_bottom_right_in_mobile{bottom:var(--darkify_switch_position_from_bottom_right_bottom_in_mobile);right:var(--darkify_switch_position_from_bottom_right_right_in_mobile);top:unset;left:unset}}.darkify_tooltip .darkify_tooltiptext{visibility:hidden;width:120px;background-color:var(--darkify_switch_tooltip_bg_color);color:var(--darkify_switch_tooltip_text_color);font-size:12px;text-align:center;border-radius:0;padding:5px;position:absolute;z-index:1;border-radius:3px}.darkify_tooltip .darkify_tooltiptext::after{content:"";position:absolute;border-width:5px;border-style:solid}.darkify_tooltip:hover .darkify_tooltiptext{visibility:visible}.darkify_tooltip.darkify_tooltip_top .darkify_tooltiptext{bottom:calc(100% + 10px);left:50%;margin-left:-60px}.darkify_tooltip.darkify_tooltip_top .darkify_tooltiptext::after{left:50%;margin-left:-5px;top:100%;border-color:var(--darkify_switch_tooltip_bg_color) transparent transparent transparent}.darkify_tooltip.darkify_tooltip_bottom .darkify_tooltiptext{top:calc(100% + 10px);left:50%;margin-left:-60px}.darkify_tooltip.darkify_tooltip_bottom .darkify_tooltiptext::after{left:50%;margin-left:-5px;bottom:100%;border-color:transparent transparent var(--darkify_switch_tooltip_bg_color) transparent}.darkify_tooltip.darkify_tooltip_left .darkify_tooltiptext{right:calc(100% + 10px);top:calc(50% - 15px)}.darkify_tooltip.darkify_tooltip_left .darkify_tooltiptext::after{top:50%;left:100%;margin-top:-5px;border-color:transparent transparent transparent var(--darkify_switch_tooltip_bg_color)}.darkify_tooltip.darkify_tooltip_right .darkify_tooltiptext{left:calc(100% + 10px);top:calc(50% - 15px)}.darkify_tooltip.darkify_tooltip_right .darkify_tooltiptext::after{top:50%;right:100%;margin-top:-5px;border-color:transparent var(--darkify_switch_tooltip_bg_color) transparent transparent}.darkify_switch_style{cursor:pointer;z-index:9999;width:calc(60px * var(--darkify-switch-scale, 1));height:calc(60px * var(--darkify-switch-scale, 1));border-radius:var(--darkify_switch_border_radius);background:var(--darkify_switch_light_mode_bg);display:flex;align-items:center;justify-content:center;border-width:var(--darkify_switch_border);border-style:solid;border-color:var(--darkify_switch_border_light_color)}.darkify_dark_mode_enabled .darkify_switch_style{border-color:var(--darkify_switch_border_dark_color)}.darkify_switch_style .theme-toggle{display:flex;align-items:center;justify-content:center}.darkify_switch_style svg{width:calc(40px * var(--darkify-switch-scale, 1));height:calc(40px * var(--darkify-switch-scale, 1));color:var(--darkify_switch_light_mode_color);stroke:var(--darkify_switch_light_mode_color)}.darkify_dark_mode_enabled .darkify_switch_style{background:var(--darkify_switch_dark_mode_bg)}.darkify_dark_mode_enabled .darkify_switch_style svg{color:var(--darkify_switch_dark_mode_color);stroke:var(--darkify_switch_dark_mode_color)}.switch-dual,.switch-duality,.switch-orbit,.switch-shift{box-sizing:content-box}.darkify_dark_mode_enabled .block-editor-page.post-content-style-boxed .editor-styles-wrapper:before{background-color:unset}.darkify_dark_mode_enabled .components-color-palette__custom-color-name,.darkify_dark_mode_enabled h3#color-palette-1-0{color:var(--darkify_dark_mode_text_color)!important}.darkify-dropdown{position:relative;width:160px;margin-left:8px}.darkify-dropdown .darkify-selected{padding:5px;background:#fff;color:#000;cursor:pointer;border-radius:3px;border:1px solid silver}.darkify-dropdown .darkify-options{display:none;position:absolute;width:100%;background:#fff;border-radius:6px;margin-top:5px;overflow:hidden;z-index:1000;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);color:#000;top:30px}.darkify-dropdown .darkify-options.show{display:block}.darkify-dropdown .darkify-option{padding:8px;cursor:pointer;display:flex;align-items:center;gap:4px}.darkify-dropdown .darkify-pro-option{cursor:not-allowed;opacity:0.55;pointer-events:none;gap:4px}.darkify-option-pro-badge{margin-left:auto;font-size:10px;font-weight:600;background:#cbd6df;color:#5e6e7d;padding:2px 5px;border-radius:3px;white-space:nowrap;flex-shrink:0}.darkify-dropdown .darkify-selected{display:flex;align-items:center;width:100%;gap:4px}.darkify-dropdown .theme_color{display:inline-block;width:20px;height:20px;border-radius:50%;border:1px solid gray}.darkify-dropdown .default{background-color:#fff}.darkify-dropdown .auto_palette{background-image:linear-gradient(135deg, #0f0f0f 0, #3a3a3a 50%, #8f8f8f 100%)}.darkify-dropdown .carbon_mist{background-color:#171717}.darkify-dropdown .midnight_reverie{background-color:#4e478d}.darkify-dropdown .verdant_depths{background-color:#073d2f}.darkify-dropdown .celestial_tide{background-color:#144e78}.darkify-dropdown .emberwood{background-color:#372911}.darkify-dropdown .glacier_drift{background-color:#123d52}.darkify-dropdown .indigo_veil{background-color:#46598c}.darkify-dropdown .duskmire{background-color:#403953}.darkify-dropdown .tidal_frost{background-color:#286f8d}.darkify-dropdown .blue_bastion{background-color:#244892}.darkify-dropdown .crimson_veil{background-color:#440649}.darkify_dark_mode_enabled .darkify-dropdown,.darkify_dark_mode_enabled .darkify-options.show{background-color:var(--darkify_dark_mode_bg)!important}@keyframes darkify_attention_pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes darkify_attention_radiance{0%,100%{box-shadow:0 0 0 0 rgba(100, 100, 100, 0.45)}50%{box-shadow:0 0 0 14px rgba(100, 100, 100, 0)}}@keyframes darkify_attention_leap{0%,100%,55%{transform:translateY(0)}30%{transform:translateY(-14px)}45%{transform:translateY(-8px)}}@keyframes darkify_attention_swing{0%,100%{transform:rotate(0);transform-origin:center bottom}20%{transform:rotate(-9deg);transform-origin:center bottom}40%{transform:rotate(7deg);transform-origin:center bottom}60%{transform:rotate(-5deg);transform-origin:center bottom}80%{transform:rotate(3deg);transform-origin:center bottom}}@keyframes darkify_attention_drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes darkify_attention_nudge{0%,100%,65%{transform:translateX(0)}10%{transform:translateX(-6px)}20%{transform:translateX(6px)}30%{transform:translateX(-4px)}40%{transform:translateX(4px)}50%{transform:translateX(-2px)}57%{transform:translateX(2px)}}.darkify_switch.darkify_attention_pulse{animation:2s ease-in-out 2s infinite darkify_attention_pulse}.darkify_switch.darkify_attention_radiance{animation:2s ease-in-out 2s infinite darkify_attention_radiance}.darkify_switch.darkify_attention_leap{animation:2.5s ease-in-out 2s infinite darkify_attention_leap}.darkify_switch.darkify_attention_swing{animation:1.6s ease-in-out 2s infinite darkify_attention_swing}.darkify_switch.darkify_attention_drift{animation:3s ease-in-out 2s infinite darkify_attention_drift}.darkify_switch.darkify_attention_nudge{animation:2.5s ease-in-out 2s infinite darkify_attention_nudge}.darkify_switch.darkify_attention_drift:hover,.darkify_switch.darkify_attention_leap:hover,.darkify_switch.darkify_attention_nudge:hover,.darkify_switch.darkify_attention_pulse:hover,.darkify_switch.darkify_attention_radiance:hover,.darkify_switch.darkify_attention_swing:hover{animation-play-state:paused}html.darkify_suspend_transitions,html.darkify_suspend_transitions *:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){transition-property:none!important}.darkify_no_transition:not(.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *){transition-property:none!important}.theme-toggle.theme-toggle--reversed .theme-toggle__expand{transform:scale(-1,1)}.theme-toggle{--theme-toggle__expand--duration:500ms;border:none;background:0 0;cursor:pointer}.theme-toggle__expand g circle,.theme-toggle__expand g path{transform-origin:center;transition:transform calc(var(--theme-toggle__expand--duration) * .65) cubic-bezier(0, 0, 0, 1.25) calc(var(--theme-toggle__expand--duration) * .35)}.theme-toggle__expand :first-child path{transition-property:transform,d;transition-duration:calc(var(--theme-toggle__expand--duration) * .6);transition-timing-function:cubic-bezier(0,0,0.5,1)}.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__expand g circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand g circle{transform:scale(1.4);transition-delay:0s}.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__expand g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand g path{transform:scale(.75);transition-delay:0s}.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__expand :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand :first-child path{d:path("M-9 3h25a1 1 0 0017 13v30H0Z");transition-delay:calc(var(--theme-toggle__expand--duration) * 0.4);transition-timing-function:cubic-bezier(0,0,0,1.25)}@supports not (d:path("")){.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__expand :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand :first-child path{transform:translate3d(-9px,14px,0)}}.theme-toggle input[type=checkbox]{display:none}.theme-toggle .theme-toggle-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border-radius:50%;border-top-color:#0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;width:44px;z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;top:50%}.swiper-button-prev{left:4px;right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;top:50%}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;margin-left:-22px;margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;left:0;top:auto;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px;button&{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:#007aff;opacity:1}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;right:8px;top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit}.swiper-pagination-progressbar{background:#00000040;position:absolute;.swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;border-radius:10px;position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:4px;height:4px;left:1%;position:absolute;top:auto;width:98%;z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:98%;left:auto;position:absolute;right:4px;top:1%;width:4px;z-index:50}}.swiper-scrollbar-drag{background:#00000080;border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a;--jp-carousel-fade-duration:100ms}.jp-carousel-fade{transition:opacity var(--jp-carousel-fade-duration) ease-out}@media (prefers-reduced-motion:reduce){.jp-carousel-fade{transition-duration:0s}}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-rtl .swiper-button-next,.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-size:200%;background-repeat:no-repeat;background-position:center}.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-button-next{opacity:.5;transition:0.5s opacity ease-out;height:initial;width:initial;padding:20px 40px;background-image:none}.jp-carousel-overlay .swiper-button-prev:hover,.jp-carousel-overlay .swiper-button-next:hover{opacity:1}.jp-carousel-overlay .swiper-button-next::after,.jp-carousel-overlay .swiper-rtl .swiper-button-next::after,.jp-carousel-overlay .swiper-button-prev::after,.jp-carousel-overlay .swiper-rtl .swiper-button-prev::after{content:none}.jp-carousel-overlay .swiper-button-prev svg,.jp-carousel-overlay .swiper-button-next svg{height:30px;width:28px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-overlay .swiper-button-prev svg:hover,.jp-carousel-overlay .swiper-button-next svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{font-family:"Helvetica Neue",sans-serif!important;z-index:2147483647;overflow-x:hidden;overflow-y:auto;direction:ltr;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--jp-carousel-bg-color)}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1::before,.jp-carousel-overlay h2::before,.jp-carousel-overlay h3::before{content:none;display:none}.jp-carousel-overlay .swiper .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper .swiper-button-next{right:0;left:auto}.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-prev,.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-next{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgb(0 0 0 / .1)}.jp-carousel-info{display:flex;flex-direction:column;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important;z-index:100;background-color:var(--jp-carousel-bg-color);transition:opacity 200ms ease-out;opacity:1}.jp-carousel-hide-controls .jp-carousel-info{visibility:hidden;height:0;overflow:hidden}.jp-carousel-info-footer{position:relative;background-color:var(--jp-carousel-bg-color);height:64px;display:flex;align-items:center;justify-content:space-between;width:100vw}.jp-carousel-info-extra{display:none;background-color:var(--jp-carousel-bg-color);padding:35px;width:100vw;border-top:1px solid var(--jp-carousel-bg-faded-color)}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{padding:0;width:100%!important;display:none}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:var(--jp-carousel-primary-subtle-color);font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:var(--jp-carousel-primary-color);border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translate3d(0,0,0)}.jp-carousel-close-hint{letter-spacing:0!important;position:fixed;top:20px;right:30px;padding:10px;text-align:right;width:45px;height:45px;z-index:15;color:var(--jp-carousel-primary-color);cursor:pointer;transition:opacity 200ms ease-out}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint svg{padding:3px 2px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-swiper-pagination,.jp-carousel-pagination{color:var(--jp-carousel-primary-color);font-size:15px;font-weight:400;white-space:nowrap;display:none;position:static!important}.jp-carousel-pagination-container .swiper-pagination{text-align:left;line-height:8px}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex:4;justify-content:center;overflow:hidden;margin:0}.jp-carousel-photo-title,.jp-carousel-photo-caption{background:none!important;border:none!important;display:inline-block;font:400 20px/1.3em "Helvetica Neue",sans-serif;line-height:normal;letter-spacing:0!important;margin:0 0 10px 0;padding:0;overflow:hidden;text-shadow:none!important;text-transform:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-info-footer .jp-carousel-photo-caption{text-align:center;font-size:15px;white-space:nowrap;color:var(--jp-carousel-primary-subtle-color);cursor:pointer;margin:0;text-overflow:ellipsis}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;width:100%;overflow:hidden;overflow-wrap:break-word}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-photo-description p a,.jp-carousel-comments p a,.jp-carousel-info .jp-carousel-photo-caption a,.jp-carousel-info .jp-carousel-caption a{color:var(--jp-carousel-primary-color)!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-photo-description p strong,.jp-carousel-photo-description p b{font-weight:700;color:var(--jp-carousel-primary-subtle-color)}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{font-style:italic;color:var(--jp-carousel-primary-subtle-color)}.jp-carousel-photo-description p a:hover,.jp-carousel-comments p a:hover,.jp-carousel-info .jp-carousel-photo-caption a:hover,.jp-carousel-info .jp-carousel-caption a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-photo-info h1::before,.jp-carousel-photo-info h1::after,.jp-carousel-comments-wrapper h1::before,.jp-carousel-comments-wrapper h1::after{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);font:12px/1.4 "Helvetica Neue",sans-serif!important;width:100%;display:none}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta li,.jp-carousel-image-meta h5{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:var(--jp-carousel-primary-color)!important;font-size:13px!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:0.1em!important}a.jp-carousel-image-download{display:inline-block;clear:both;color:var(--jp-carousel-primary-subtle-color);line-height:1;font-weight:400;font-size:14px;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;vertical-align:middle;margin:0 3px;padding-bottom:2px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none #fff0;width:100%;bottom:10px;margin-top:20px}.jp-carousel-comments p a:hover,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:active{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none #fff0;color:var(--jp-carousel-primary-subtle-color);overflow:auto;width:100%;display:flex}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{font-size:15px;font-weight:500;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{margin:0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important;min-width:64px;min-height:64px;width:64px;height:64px}.jp-carousel-comment .comment-date{color:var(--jp-carousel-primary-subtle-color);font-size:11px;border-bottom:1px solid var(--jp-carousel-bg-faded-color);margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgb(0 0 0 / .1);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0}#jp-carousel-loading-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}#jp-carousel-library-loading{color:var(--jp-carousel-primary-color)}#jp-carousel-comment-form-spinner{display:none;position:absolute;margin:0 auto;top:calc(50% - 10px);left:0;bottom:0;right:0;color:var(--jp-carousel-primary-color);text-align:center}.jp-carousel-info-content-wrapper{max-width:800px;margin:auto}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 "Helvetica Neue",sans-serif!important;padding:10px;float:left;box-shadow:inset 2px 2px 2px rgb(0 0 0 / .2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;margin-left:auto;display:block;border:solid 1px var(--jp-carousel-primary-color);background:var(--jp-carousel-bg-color);border-radius:3px;padding:8px 16px;font-size:14px;color:var(--jp-carousel-primary-color)}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{margin-bottom:15px;width:100%;margin-top:20px;color:var(--jp-carousel-primary-subtle-color);position:relative;overflow:hidden}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid var(--jp-carousel-border-color);box-shadow:inset 0 0 5px 0 rgb(0 0 0 / .2)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:var(--jp-carousel-primary-subtle-color);text-align:left;margin-bottom:20px;width:100%;bottom:10px;margin-top:20px}.jp-carousel-photo-icons-container{flex:1;display:block;text-align:right;margin:0 20px 0 30px;white-space:nowrap}.jp-carousel-icon-btn{padding:16px;text-decoration:none;border:none;background:none;display:inline-block;height:64px}.jp-carousel-icon{border:none;display:inline-block;line-height:0;font-weight:400;font-style:normal;border-radius:4px;width:31px;padding:4px 3px 3px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{display:none;font-size:12px;vertical-align:top;margin-left:-16px;line-height:1;padding:2px 4px;border-radius:4px;background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color);font-weight:400;font-family:"Helvetica Neue",sans-serif!important;position:relative}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-overlay .swiper .swiper-button-next,.jp-carousel-overlay .swiper .swiper-button-prev{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box;margin-left:0}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;top:10px;right:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway{display:none}.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{width:100%;float:none}}