@keyframes awn-fade-in{0%{opacity:0;}to{opacity:1;}}@keyframes awn-fade-out{0%{opacity:1;}to{opacity:0;}}@keyframes awn-slide-right{0%{left:100%;opacity:0;}to{left:0;opacity:1;}}@keyframes awn-slide-left{0%{opacity:0;right:100%;}to{opacity:1;right:0;}}@keyframes awn-bar{0%{right:100%;}to{right:0;}}.awn-popup-loading-dots,.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{animation-fill-mode:both;animation:awn-loading-dots 1s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px;}.awn-popup-loading-dots{animation-delay:-.16s;color:#fff;display:inline-block;margin-left:24px;position:relative;}.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{content:"";position:absolute;top:0;}.awn-popup-loading-dots:before{animation-delay:-.32s;left:-16px;}.awn-popup-loading-dots:after{left:16px;}@keyframes awn-loading-dots{0%,80%,to{box-shadow:0 0 0 0;}40%{box-shadow:0 0 0 2px;}}#awn-popup-wrapper{align-items:center;animation-fill-mode:both;animation-name:awn-fade-in;animation-timing-function:ease-out;background:rgba(0,0,0,.7);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99999;}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out;}#awn-popup-wrapper .awn-popup-body{background:#fff;border-radius:6px;font-size:14px;max-width:500px;min-width:320px;padding:24px;position:relative;word-break:break-word;}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{align-items:center;display:flex;flex-direction:column;}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{color:#c26700;font-size:44px;}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{background:transparent;color:#fff;font-size:32px;font-weight:700;text-align:center;}#awn-popup-wrapper .awn-popup-title{font-size:14px;font-weight:700;margin-top:8px;text-transform:uppercase;}#awn-popup-wrapper .awn-buttons{display:flex;justify-content:space-between;margin-top:24px;width:100%;}#awn-popup-wrapper .awn-buttons .awn-btn{border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:700;line-height:32px;transition:background .2s linear;width:45%;}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%;}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:#40871d;}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:#367218;}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:#1c76a6;}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:#186690;}#awn-toast-container{bottom:24px;box-sizing:border-box;position:fixed;right:24px;z-index:99998;}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{bottom:auto;top:24px;}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px;}#awn-toast-container.awn-bottom-left,#awn-toast-container.awn-top-left{left:24px;right:auto;}#awn-toast-container.awn-bottom-left .awn-toast,#awn-toast-container.awn-top-left .awn-toast{animation-name:awn-slide-left;right:100%;}#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding,#awn-toast-container.awn-top-left .awn-toast.awn-hiding{right:0;}#awn-toast-container.awn-bottom-right .awn-toast,#awn-toast-container.awn-top-right .awn-toast{animation-name:awn-slide-right;left:100%;}#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding,#awn-toast-container.awn-top-right .awn-toast.awn-hiding{left:0;}.awn-toast{animation-fill-mode:both;animation-timing-function:linear;background:#ebebeb;border-radius:6px;color:gray;cursor:pointer;font-size:14px;margin-top:16px;opacity:0;overflow:hidden;position:relative;width:320px;}.awn-toast-content{word-break:break-word;}.awn-toast-label{color:gray;display:block;font-size:18px;text-transform:uppercase;}.awn-toast-icon{align-items:center;bottom:0;display:flex;justify-content:flex-end;position:absolute;right:16px;top:6px;}.awn-toast-icon .fa{color:gray;font-size:44px;}.awn-toast-wrapper{border:2px solid #d1d1d1;border-radius:6px;padding:22px 88px 16px 16px;}.awn-toast-progress-bar{height:6px;left:0;position:absolute;right:0;top:0;}.awn-toast-progress-bar:after{animation-duration:inherit;animation-fill-mode:both;animation-name:awn-bar;animation-timing-function:linear;background:gray;content:" ";height:6px;position:absolute;right:100%;top:0;width:100%;}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused;}.awn-toast.awn-hiding{animation-name:awn-fade-out !important;}.awn-toast.awn-toast-success{background:#dff8d3;color:#40871d;}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:#a7d590;}.awn-toast.awn-toast-success .fa,.awn-toast.awn-toast-success b{color:#40871d;}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#40871d;}.awn-toast.awn-toast-info{background:#d3ebf8;color:#1c76a6;}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:#9fd3ef;}.awn-toast.awn-toast-info .fa,.awn-toast.awn-toast-info b{color:#1c76a6;}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#1c76a6;}.awn-toast.awn-toast-alert{background:#f8d5d3;color:#a92019;}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:#f0a29d;}.awn-toast.awn-toast-alert .fa,.awn-toast.awn-toast-alert b{color:#a92019;}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#a92019;}.awn-toast.awn-toast-warning{background:#ffe7cc;color:#c26700;}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:#ffc480;}.awn-toast.awn-toast-warning .fa,.awn-toast.awn-toast-warning b{color:#c26700;}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#c26700;}[class^=awn-]{box-sizing:border-box;}.cbx-chota{--bg-color:#fff;--bg-secondary-color:#f3f3f6;--color-lightGrey:#d2d6dd;--color-grey:#747681;--color-darkGrey:#3f4144;--color-error:#d43939;--color-success:#339d5d;--grid-maxWidth:120rem;--grid-gutter:2rem;--font-size:.875rem;--font-color:#333;--font-family-sans:-apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:monaco,"Consolas","Lucida Console",monospace;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}.cbx-chota{--color-primary:#6648fe;--color-secondary:#747681;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.cbx-icon-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.icon-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.icon .cbx-icon{margin-right:5px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.icon .button-label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.icon.icon-right .cbx-icon{margin-right:0 !important;margin-left:5px !important;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.icon.icon-right .button-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.icon.icon-only .cbx-icon{margin-right:0;margin-left:0;}.cbx-icon{background-size:contain !important;background-repeat:no-repeat !important;width:20px;height:20px;background-position:center;display:block;vertical-align:middle;background-color:transparent;}.cbx-icon-15{width:15px;height:15px;}.cbx-icon-20{width:20px;height:20px;}.cbx-icon-25{width:25px;height:25px;}.cbx-icon-30{width:30px;height:30px;}.cbx-icon-32{width:32px;height:32px;}.cbx-icon-35{width:35px;height:35px;}.cbx-icon-search{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg");}.cbx-icon-search.nitro-lazy{background-image:none !important;}.cbx-icon-search-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search_white.svg");}.cbx-icon-search-white.nitro-lazy{background-image:none !important;}.cbx-icon-refresh{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_refresh.svg");}.cbx-icon-refresh.nitro-lazy{background-image:none !important;}.cbx-icon-refresh-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_refresh_white.svg");}.cbx-icon-refresh-white.nitro-lazy{background-image:none !important;}.cbx-icon-table-filter{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters.svg");}.cbx-icon-table-filter.nitro-lazy{background-image:none !important;}.cbx-icon-reset{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reset.svg");}.cbx-icon-reset.nitro-lazy{background-image:none !important;}.cbx-icon-reset-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reset_white.svg");}.cbx-icon-reset-white.nitro-lazy{background-image:none !important;}.cbx-icon-close{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_close.svg");}.cbx-icon-close.nitro-lazy{background-image:none !important;}.cbx-icon-lock{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg");}.cbx-icon-lock.nitro-lazy{background-image:none !important;}.cbx-icon-unlock{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg");}.cbx-icon-unlock.nitro-lazy{background-image:none !important;}.cbx-icon-delete{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_delete.svg");}.cbx-icon-delete.nitro-lazy{background-image:none !important;}.cbx-icon-delete-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_delete_white.svg");}.cbx-icon-delete-white.nitro-lazy{background-image:none !important;}.cbx-icon-edit{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit.svg");}.cbx-icon-edit.nitro-lazy{background-image:none !important;}.cbx-icon-edit-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit_white.svg");}.cbx-icon-edit-white.nitro-lazy{background-image:none !important;}.cbx-icon-save{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save.svg");}.cbx-icon-save.nitro-lazy{background-image:none !important;}.cbx-icon-save-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save_white.svg");}.cbx-icon-save-white.nitro-lazy{background-image:none !important;}.cbx-icon-share{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_share.svg");}.cbx-icon-share.nitro-lazy{background-image:none !important;}.cbx-icon-share-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_share_white.svg");}.cbx-icon-share-white.nitro-lazy{background-image:none !important;}.cbx-icon-square-plus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_plus.svg");}.cbx-icon-square-plus.nitro-lazy{background-image:none !important;}.cbx-icon-square-minus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_minus.svg");}.cbx-icon-square-minus.nitro-lazy{background-image:none !important;}.cbx-icon-square-plus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_plus_white.svg");}.cbx-icon-square-plus-white.nitro-lazy{background-image:none !important;}.cbx-icon-square-minus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_minus_white.svg");}.cbx-icon-square-minus-white.nitro-lazy{background-image:none !important;}.cbx-icon-circle-plus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_plus.svg");}.cbx-icon-circle-plus.nitro-lazy{background-image:none !important;}.cbx-icon-circle-minus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_minus.svg");}.cbx-icon-circle-minus.nitro-lazy{background-image:none !important;}.cbx-icon-circle-plus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_plus_white.svg");}.cbx-icon-circle-plus-white.nitro-lazy{background-image:none !important;}.cbx-icon-circle-minus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_minus_white.svg");}.cbx-icon-circle-minus-white.nitro-lazy{background-image:none !important;}.cbx-icon-plus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_plus.svg");}.cbx-icon-plus.nitro-lazy{background-image:none !important;}.cbx-icon-minus{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minus.svg");}.cbx-icon-minus.nitro-lazy{background-image:none !important;}.cbx-icon-plus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_plus_white.svg");}.cbx-icon-plus-white.nitro-lazy{background-image:none !important;}.cbx-icon-minus-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minus_white.svg");}.cbx-icon-minus-white.nitro-lazy{background-image:none !important;}.cbx-icon-externallink{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_external.svg");}.cbx-icon-externallink.nitro-lazy{background-image:none !important;}.cbx-icon-view{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_view.svg");}.cbx-icon-view.nitro-lazy{background-image:none !important;}.cbx-icon-view-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_view_white.svg");}.cbx-icon-view-white.nitro-lazy{background-image:none !important;}.cbx-icon-table-filters{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters.svg");}.cbx-icon-table-filters.nitro-lazy{background-image:none !important;}.cbx-icon-table-filters-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters_white.svg");}.cbx-icon-table-filters-white.nitro-lazy{background-image:none !important;}.cbx-icon-clone{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clone.svg");}.cbx-icon-clone.nitro-lazy{background-image:none !important;}.cbx-icon-clone-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clone_white.svg");}.cbx-icon-clone-white.nitro-lazy{background-image:none !important;}.cbx-icon-grid{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_grid.svg");}.cbx-icon-grid.nitro-lazy{background-image:none !important;}.cbx-icon-list{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_list.svg");}.cbx-icon-list.nitro-lazy{background-image:none !important;}.cbx-icon-save{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save.svg");}.cbx-icon-save.nitro-lazy{background-image:none !important;}.cbx-icon-save-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save_white.svg");}.cbx-icon-save-white.nitro-lazy{background-image:none !important;}.cbx-icon-print{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_print.svg");}.cbx-icon-print.nitro-lazy{background-image:none !important;}.cbx-icon-print-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_print_white.svg");}.cbx-icon-print-white.nitro-lazy{background-image:none !important;}.cbx-icon-user-circle{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_user_circle.svg");}.cbx-icon-user-circle.nitro-lazy{background-image:none !important;}.cbx-icon-user-circle-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_user_circle_white.svg");}.cbx-icon-user-circle-white.nitro-lazy{background-image:none !important;}.cbx-icon-logout{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_logout.svg");}.cbx-icon-logout.nitro-lazy{background-image:none !important;}.cbx-icon-logout-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_logout_white.svg");}.cbx-icon-logout-white.nitro-lazy{background-image:none !important;}.cbx-icon-move{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_move.svg");}.cbx-icon-move.nitro-lazy{background-image:none !important;}.cbx-icon-move-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_move_white.svg");}.cbx-icon-move-white.nitro-lazy{background-image:none !important;}.cbx-icon-export{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_export.svg");}.cbx-icon-export.nitro-lazy{background-image:none !important;}.cbx-icon-export-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_export_white.svg");}.cbx-icon-export-white.nitro-lazy{background-image:none !important;}.cbx-icon-import{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_import.svg");}.cbx-icon-import.nitro-lazy{background-image:none !important;}.cbx-icon-import-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_import_white.svg");}.cbx-icon-import-white.nitro-lazy{background-image:none !important;}.cbx-icon-maximize{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_maximize.svg");}.cbx-icon-maximize.nitro-lazy{background-image:none !important;}.cbx-icon-maximize-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_maximize_white.svg");}.cbx-icon-maximize-white.nitro-lazy{background-image:none !important;}.cbx-icon-minimize{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minimize.svg");}.cbx-icon-minimize.nitro-lazy{background-image:none !important;}.cbx-icon-minimize-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minimize_white.svg");}.cbx-icon-minimize-white.nitro-lazy{background-image:none !important;}.cbx-icon-message-circle{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_circle.svg");}.cbx-icon-message-circle.nitro-lazy{background-image:none !important;}.cbx-icon-message-circle-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_circle_white.svg");}.cbx-icon-message-circle-white.nitro-lazy{background-image:none !important;}.cbx-icon-location{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_location.svg");}.cbx-icon-location.nitro-lazy{background-image:none !important;}.cbx-icon-location-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_location_white.svg");}.cbx-icon-location-white.nitro-lazy{background-image:none !important;}.cbx-icon-thumbs-up{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_up.svg");}.cbx-icon-thumbs-up.nitro-lazy{background-image:none !important;}.cbx-icon-thumbs-up-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_up_white.svg");}.cbx-icon-thumbs-up-white.nitro-lazy{background-image:none !important;}.cbx-icon-thumbs-down{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_down.svg");}.cbx-icon-thumbs-down.nitro-lazy{background-image:none !important;}.cbx-icon-thumbs-down-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_down_white.svg");}.cbx-icon-thumbs-down-white.nitro-lazy{background-image:none !important;}.cbx-icon-settings{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_settings.svg");}.cbx-icon-settings.nitro-lazy{background-image:none !important;}.cbx-icon-settings-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_settings_white.svg");}.cbx-icon-settings-white.nitro-lazy{background-image:none !important;}.cbx-icon-copy{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_copy.svg");}.cbx-icon-copy.nitro-lazy{background-image:none !important;}.cbx-icon-copy-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_copy_white.svg");}.cbx-icon-copy-white.nitro-lazy{background-image:none !important;}.cbx-icon-cut{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_cut.svg");}.cbx-icon-cut.nitro-lazy{background-image:none !important;}.cbx-icon-cut-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_cut_white.svg");}.cbx-icon-cut-white.nitro-lazy{background-image:none !important;}.cbx-icon-tag{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_tag.svg");}.cbx-icon-tag.nitro-lazy{background-image:none !important;}.cbx-icon-tag-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_tag_white.svg");}.cbx-icon-tag-white.nitro-lazy{background-image:none !important;}.cbx-icon-clock{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clock.svg");}.cbx-icon-clock.nitro-lazy{background-image:none !important;}.cbx-icon-clock-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clock_white.svg");}.cbx-icon-clock-white.nitro-lazy{background-image:none !important;}.cbx-icon-heart{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_heart.svg");}.cbx-icon-heart.nitro-lazy{background-image:none !important;}.cbx-icon-heart-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_heart_white.svg");}.cbx-icon-heart-white.nitro-lazy{background-image:none !important;}.cbx-icon-lock{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg");}.cbx-icon-lock.nitro-lazy{background-image:none !important;}.cbx-icon-lock-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock_white.svg");}.cbx-icon-lock-white.nitro-lazy{background-image:none !important;}.cbx-icon-unlock{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg");}.cbx-icon-unlock.nitro-lazy{background-image:none !important;}.cbx-icon-unlock-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock_white.svg");}.cbx-icon-unlock-white.nitro-lazy{background-image:none !important;}.cbx-icon-currency-dollar{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_currency_dollar.svg");}.cbx-icon-currency-dollar.nitro-lazy{background-image:none !important;}.cbx-icon-currency-dollar-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_currency_dollar_white.svg");}.cbx-icon-currency-dollar-white.nitro-lazy{background-image:none !important;}.cbx-icon-phone{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_phone.svg");}.cbx-icon-phone.nitro-lazy{background-image:none !important;}.cbx-icon-phone-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_phone_white.svg");}.cbx-icon-phone-white.nitro-lazy{background-image:none !important;}.cbx-icon-more-h{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_h.svg");}.cbx-icon-more-h.nitro-lazy{background-image:none !important;}.cbx-icon-more-h-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_h_white.svg");}.cbx-icon-more-h-white.nitro-lazy{background-image:none !important;}.cbx-icon-more-v{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_v.svg");}.cbx-icon-more-v.nitro-lazy{background-image:none !important;}.cbx-icon-more-v-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_v_white.svg");}.cbx-icon-more-v-white.nitro-lazy{background-image:none !important;}.cbx-icon-gear{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_gear.svg");}.cbx-icon-gear.nitro-lazy{background-image:none !important;}.cbx-icon-gear-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_gear_white.svg");}.cbx-icon-gear-white.nitro-lazy{background-image:none !important;}.cbx-icon-back{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_back.svg");}.cbx-icon-back.nitro-lazy{background-image:none !important;}.cbx-icon-back-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_back_white.svg");}.cbx-icon-back-white.nitro-lazy{background-image:none !important;}.cbx-icon-email{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_email.svg");}.cbx-icon-email.nitro-lazy{background-image:none !important;}.cbx-icon-email-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_email_white.svg");}.cbx-icon-email-white.nitro-lazy{background-image:none !important;}.cbx-icon-message{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message.svg");}.cbx-icon-message.nitro-lazy{background-image:none !important;}.cbx-icon-message-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_white.svg");}.cbx-icon-message-white.nitro-lazy{background-image:none !important;}.cbx-icon-checked{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked.svg");}.cbx-icon-checked.nitro-lazy{background-image:none !important;}.cbx-icon-checked-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked_white.svg");}.cbx-icon-checked-white.nitro-lazy{background-image:none !important;}.cbx-icon-square,.cbx-icon-unchecked{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked.svg");}.cbx-icon-square.nitro-lazy,.cbx-icon-unchecked.nitro-lazy{background-image:none !important;}.cbx-icon-square-white,.cbx-icon-unchecked-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked_white.svg");}.cbx-icon-square-white.nitro-lazy,.cbx-icon-unchecked-white.nitro-lazy{background-image:none !important;}.cbx-icon-circle{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle.svg");}.cbx-icon-circle.nitro-lazy{background-image:none !important;}.cbx-icon-circle-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_white.svg");}.cbx-icon-circle-white.nitro-lazy{background-image:none !important;}.cbx-icon-code{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_code.svg");}.cbx-icon-code.nitro-lazy{background-image:none !important;}.cbx-icon-code-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_code_white.svg");}.cbx-icon-code-white.nitro-lazy{background-image:none !important;}.cbx-icon-check{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_check.svg");}.cbx-icon-check.nitro-lazy{background-image:none !important;}.cbx-icon-check-white{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_check_white.svg");}.cbx-icon-check-white.nitro-lazy{background-image:none !important;}.flatpickr-calendar select.flatpickr-monthDropdown-months{font-size:16px !important;line-height:1.5 !important;}.flatpickr-calendar select.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{font-size:14px !important;line-height:1.5 !important;}.flatpickr-calendar .numInputWrapper .numInput{font-size:16px !important;line-height:1.5 !important;}.no-underline{text-decoration:none !important;}.no-underline:focus,.no-underline:hover{text-decoration:none !important;}.no-italics{font-style:normal !important;}.display_none{display:none !important;}.ld-ball,.ld-cross,.ld-hourglass,.ld-loader,.ld-pie,.ld-ring,.ld-spinner,.ld-square{width:1em;height:1em;position:relative;color:inherit;display:inline-block;-webkit-box-sizing:content-box;box-sizing:content-box;}.ld-ball:after,.ld-cross:after,.ld-hourglass:after,.ld-loader:after,.ld-pie:after,.ld-ring:after,.ld-spinner:after,.ld-square:after{content:" ";display:block;width:2em;height:2em;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:0em 0em;transform-origin:0em 0em;-webkit-transform:translateZ(0) scale(.5);transform:translateZ(0) scale(.5);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.ld-ring:after{border-radius:50%;border:.3em solid currentColor;border-left-color:transparent;}.ld-ball:after{border-radius:50%;background:currentColor;}.ld-hourglass:after{border-radius:50%;border:1em solid currentColor;border-left-color:transparent;border-right-color:transparent;}.ld-cross:after{position:absolute;height:.5em;-webkit-transform:translateZ(0) scale(.5) translate(0,.75em);transform:translateZ(0) scale(.5) translate(0,.75em);background:currentColor;}.ld-cross:before{content:" ";display:block;width:.5em;width:.5em;height:2em;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:0em 0em;transform-origin:0em 0em;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-transform:translateZ(0) scale(.5) translate(.75em,0);transform:translateZ(0) scale(.5) translate(.75em,0);background:currentColor;}.ld-square:after{background:currentColor;}.ld-pie:after{border-radius:50%;border:1em solid currentColor;border-left-color:transparent;}.ld-spinner:after{position:absolute;width:.4em;height:.4em;-webkit-transform:translateZ(0) scale(.5) translate(.8em,.8em);transform:translateZ(0) scale(.5) translate(.8em,.8em);border-radius:50%;background:none;-webkit-box-shadow:0 1em 0 currentColor,0 -1em 0 currentColor,1em 0 0 currentColor,-1em 0 0 currentColor,.70710678em .70710678em 0 currentColor,-.70710678em .70710678em 0 currentColor,.70710678em -.70710678em 0 currentColor,-.70710678em -.70710678em 0 currentColor;box-shadow:0 1em 0 currentColor,0 -1em 0 currentColor,1em 0 0 currentColor,-1em 0 0 currentColor,.70710678em .70710678em 0 currentColor,-.70710678em .70710678em 0 currentColor,.70710678em -.70710678em 0 currentColor,-.70710678em -.70710678em 0 currentColor;}.ld-loader{background-size:cover;}.ld.reverse{animation-direction:reverse !important;}.ld.xp15{-webkit-animation-duration:.15s !important;animation-duration:.15s !important;}.ld.xp35{-webkit-animation-duration:.35s !important;animation-duration:.35s !important;}.ld.xhalf{-webkit-animation-duration:.5s !important;animation-duration:.5s !important;}.ld.x1{-webkit-animation-duration:1s !important;animation-duration:1s !important;}.ld.x2{-webkit-animation-duration:2s !important;animation-duration:2s !important;}.ld.x4{-webkit-animation-duration:4s !important;animation-duration:4s !important;}.ld.running{-webkit-animation-play-state:running !important;animation-play-state:running !important;}.ld.paused{-webkit-animation-play-state:paused !important;animation-play-state:paused !important;}.ld.f00{-webkit-animation-delay:0s !important;animation-delay:0s !important;}.ld.f01{-webkit-animation-delay:-.1s !important;animation-delay:-.1s !important;}.ld.f02{-webkit-animation-delay:-.2s !important;animation-delay:-.2s !important;}.ld.f03{-webkit-animation-delay:-.3s !important;animation-delay:-.3s !important;}.ld.f04{-webkit-animation-delay:-.4s !important;animation-delay:-.4s !important;}.ld.f05{-webkit-animation-delay:-.5s !important;animation-delay:-.5s !important;}.ld.f06{-webkit-animation-delay:-.6s !important;animation-delay:-.6s !important;}.ld.f07{-webkit-animation-delay:-.7s !important;animation-delay:-.7s !important;}.ld.f08{-webkit-animation-delay:-.8s !important;animation-delay:-.8s !important;}.ld.f09{-webkit-animation-delay:-.9s !important;animation-delay:-.9s !important;}.ld.f10{-webkit-animation-delay:-1s !important;animation-delay:-1s !important;}.ld{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transform-box:fill-box;}@-webkit-keyframes ld-blink{0%{opacity:1;}49.75%{opacity:1;}50.25%{opacity:0;}99.5%{opacity:0;}to{opacity:1;}}@keyframes ld-blink{0%{opacity:1;}49.75%{opacity:1;}50.25%{opacity:0;}99.5%{opacity:0;}to{opacity:1;}}.ld.ld-blink{-webkit-animation:ld-blink 1s infinite linear;animation:ld-blink 1s infinite linear;}@-webkit-keyframes ld-blur{0%{-webkit-filter:blur(0);filter:blur(0);}50%{-webkit-filter:blur(10px);filter:blur(10px);}to{-webkit-filter:blur(0);filter:blur(0);}}@keyframes ld-blur{0%{-webkit-filter:blur(0);filter:blur(0);}50%{-webkit-filter:blur(10px);filter:blur(10px);}to{-webkit-filter:blur(0);filter:blur(0);}}.ld.ld-blur{-webkit-animation:ld-blur 1s infinite linear;animation:ld-blur 1s infinite linear;}@-webkit-keyframes ld-beat{0%{-webkit-animation-timing-function:cubic-bezier(.1028,.2484,.1372,.849);animation-timing-function:cubic-bezier(.1028,.2484,.1372,.849);-webkit-transform:scale(1);transform:scale(1);}34%{-webkit-animation-timing-function:cubic-bezier(.7116,.2095,.8159,.6876);animation-timing-function:cubic-bezier(.7116,.2095,.8159,.6876);-webkit-transform:scale(1.2);transform:scale(1.2);}68%{-webkit-animation-timing-function:cubic-bezier(.1475,.2888,.294,.883);animation-timing-function:cubic-bezier(.1475,.2888,.294,.883);-webkit-transform:scale(1.0268);transform:scale(1.0268);}84%{-webkit-animation-timing-function:cubic-bezier(.8176,.2193,.867,.6889);animation-timing-function:cubic-bezier(.8176,.2193,.867,.6889);-webkit-transform:scale(1.0932);transform:scale(1.0932);}to{-webkit-transform:scale(1);transform:scale(1);}}@keyframes ld-beat{0%{-webkit-animation-timing-function:cubic-bezier(.1028,.2484,.1372,.849);animation-timing-function:cubic-bezier(.1028,.2484,.1372,.849);-webkit-transform:scale(1);transform:scale(1);}34%{-webkit-animation-timing-function:cubic-bezier(.7116,.2095,.8159,.6876);animation-timing-function:cubic-bezier(.7116,.2095,.8159,.6876);-webkit-transform:scale(1.2);transform:scale(1.2);}68%{-webkit-animation-timing-function:cubic-bezier(.1475,.2888,.294,.883);animation-timing-function:cubic-bezier(.1475,.2888,.294,.883);-webkit-transform:scale(1.0268);transform:scale(1.0268);}84%{-webkit-animation-timing-function:cubic-bezier(.8176,.2193,.867,.6889);animation-timing-function:cubic-bezier(.8176,.2193,.867,.6889);-webkit-transform:scale(1.0932);transform:scale(1.0932);}to{-webkit-transform:scale(1);transform:scale(1);}}.ld.ld-beat{-webkit-animation:ld-beat 1s infinite linear;animation:ld-beat 1s infinite linear;}@-webkit-keyframes ld-bounceAlt{0%{-webkit-animation-timing-function:cubic-bezier(.1348,.3256,.2495,.8687);animation-timing-function:cubic-bezier(.1348,.3256,.2495,.8687);-webkit-transform:translate(0,0%);transform:translate(0,0%);}51%{-webkit-animation-timing-function:cubic-bezier(.7426,.1782,.8523,.6514);animation-timing-function:cubic-bezier(.7426,.1782,.8523,.6514);-webkit-transform:translate(0,-14%);transform:translate(0,-14%);}to{-webkit-transform:translate(0,0%);transform:translate(0,0%);}}@keyframes ld-bounceAlt{0%{-webkit-animation-timing-function:cubic-bezier(.1348,.3256,.2495,.8687);animation-timing-function:cubic-bezier(.1348,.3256,.2495,.8687);-webkit-transform:translate(0,0%);transform:translate(0,0%);}51%{-webkit-animation-timing-function:cubic-bezier(.7426,.1782,.8523,.6514);animation-timing-function:cubic-bezier(.7426,.1782,.8523,.6514);-webkit-transform:translate(0,-14%);transform:translate(0,-14%);}to{-webkit-transform:translate(0,0%);transform:translate(0,0%);}}.ld.ld-bounceAlt{-webkit-animation:ld-bounceAlt 1s infinite linear;animation:ld-bounceAlt 1s infinite linear;}@-webkit-keyframes ld-tick-alt{0%{-webkit-animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);-webkit-transform:rotate(0deg);transform:rotate(0deg);}22%{-webkit-animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);-webkit-transform:rotate(-44.865deg);transform:rotate(-44.865deg);}43%{-webkit-animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);-webkit-transform:rotate(-7.515deg);transform:rotate(-7.515deg);}56%{-webkit-animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);-webkit-transform:rotate(-25.29deg);transform:rotate(-25.29deg);}68%{-webkit-animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);-webkit-transform:rotate(-5.13deg);transform:rotate(-5.13deg);}76%{-webkit-animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);-webkit-transform:rotate(-14.175deg);transform:rotate(-14.175deg);}83%{-webkit-animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg);}88%{-webkit-animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);-webkit-transform:rotate(-7.74deg);transform:rotate(-7.74deg);}92%{-webkit-animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);-webkit-transform:rotate(-2.61deg);transform:rotate(-2.61deg);}95%{-webkit-animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);-webkit-transform:rotate(-4.185deg);transform:rotate(-4.185deg);}98%{-webkit-animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);-webkit-transform:rotate(-2.565deg);transform:rotate(-2.565deg);}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes ld-tick-alt{0%{-webkit-animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);-webkit-transform:rotate(0deg);transform:rotate(0deg);}22%{-webkit-animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);-webkit-transform:rotate(-44.865deg);transform:rotate(-44.865deg);}43%{-webkit-animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);-webkit-transform:rotate(-7.515deg);transform:rotate(-7.515deg);}56%{-webkit-animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);-webkit-transform:rotate(-25.29deg);transform:rotate(-25.29deg);}68%{-webkit-animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);-webkit-transform:rotate(-5.13deg);transform:rotate(-5.13deg);}76%{-webkit-animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);-webkit-transform:rotate(-14.175deg);transform:rotate(-14.175deg);}83%{-webkit-animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg);}88%{-webkit-animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);-webkit-transform:rotate(-7.74deg);transform:rotate(-7.74deg);}92%{-webkit-animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);-webkit-transform:rotate(-2.61deg);transform:rotate(-2.61deg);}95%{-webkit-animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);-webkit-transform:rotate(-4.185deg);transform:rotate(-4.185deg);}98%{-webkit-animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);-webkit-transform:rotate(-2.565deg);transform:rotate(-2.565deg);}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}.ld.ld-tick-alt{-webkit-animation:ld-tick-alt 1s infinite linear;animation:ld-tick-alt 1s infinite linear;}@-webkit-keyframes ld-jump{0%{-webkit-animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);-webkit-transform:translate(0,0%);transform:translate(0,0%);}22%{-webkit-animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);-webkit-transform:translate(0,-13.958%);transform:translate(0,-13.958%);}43%{-webkit-animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);-webkit-transform:translate(0,-2.338%);transform:translate(0,-2.338%);}56%{-webkit-animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);-webkit-transform:translate(0,-7.868%);transform:translate(0,-7.868%);}68%{-webkit-animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);-webkit-transform:translate(0,-1.596%);transform:translate(0,-1.596%);}76%{-webkit-animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);-webkit-transform:translate(0,-4.41%);transform:translate(0,-4.41%);}83%{-webkit-animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);-webkit-transform:translate(0,-1.12%);transform:translate(0,-1.12%);}88%{-webkit-animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);-webkit-transform:translate(0,-2.408%);transform:translate(0,-2.408%);}92%{-webkit-animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);-webkit-transform:translate(0,-.812%);transform:translate(0,-.812%);}95%{-webkit-animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);-webkit-transform:translate(0,-1.302%);transform:translate(0,-1.302%);}98%{-webkit-animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);-webkit-transform:translate(0,-.798%);transform:translate(0,-.798%);}to{-webkit-transform:translate(0,0%);transform:translate(0,0%);}}@keyframes ld-jump{0%{-webkit-animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);animation-timing-function:cubic-bezier(.0637,.1569,-.0154,.8727);-webkit-transform:translate(0,0%);transform:translate(0,0%);}22%{-webkit-animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);animation-timing-function:cubic-bezier(.7634,.2713,.7818,.6832);-webkit-transform:translate(0,-13.958%);transform:translate(0,-13.958%);}43%{-webkit-animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);animation-timing-function:cubic-bezier(.0599,.1266,.2372,1.029);-webkit-transform:translate(0,-2.338%);transform:translate(0,-2.338%);}56%{-webkit-animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);animation-timing-function:cubic-bezier(.6353,.3049,.6792,.6671);-webkit-transform:translate(0,-7.868%);transform:translate(0,-7.868%);}68%{-webkit-animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);animation-timing-function:cubic-bezier(.0513,.1148,.3085,1.1548);-webkit-transform:translate(0,-1.596%);transform:translate(0,-1.596%);}76%{-webkit-animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);animation-timing-function:cubic-bezier(.467,.2881,.3593,.7819);-webkit-transform:translate(0,-4.41%);transform:translate(0,-4.41%);}83%{-webkit-animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);animation-timing-function:cubic-bezier(.0632,.1615,.3539,1.4565);-webkit-transform:translate(0,-1.12%);transform:translate(0,-1.12%);}88%{-webkit-animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);animation-timing-function:cubic-bezier(.3563,.3125,.5387,1.6475);-webkit-transform:translate(0,-2.408%);transform:translate(0,-2.408%);}92%{-webkit-animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);animation-timing-function:cubic-bezier(.1265,.4155,.3821,1.8827);-webkit-transform:translate(0,-.812%);transform:translate(0,-.812%);}95%{-webkit-animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);animation-timing-function:cubic-bezier(.5727,1.3521,.0229,3.0356);-webkit-transform:translate(0,-1.302%);transform:translate(0,-1.302%);}98%{-webkit-animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);animation-timing-function:cubic-bezier(.4531,-1.3593,.757,.0281);-webkit-transform:translate(0,-.798%);transform:translate(0,-.798%);}to{-webkit-transform:translate(0,0%);transform:translate(0,0%);}}.ld.ld-jump{-webkit-animation:ld-jump 1s infinite linear;animation:ld-jump 1s infinite linear;}@-webkit-keyframes ld-bounce{0%{-webkit-animation-timing-function:cubic-bezier(.138,.2541,.2177,.8747);animation-timing-function:cubic-bezier(.138,.2541,.2177,.8747);-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}37%{-webkit-animation-timing-function:cubic-bezier(.7679,.1817,.8401,.7167);animation-timing-function:cubic-bezier(.7679,.1817,.8401,.7167);-webkit-transform:translate(0,-39.96%) scaleY(1);transform:translate(0,-39.96%) scaleY(1);}72.2%{-webkit-animation-timing-function:cubic-bezier(.1045,.2026,.2224,.9608);animation-timing-function:cubic-bezier(.1045,.2026,.2224,.9608);-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}87.2%{-webkit-animation-timing-function:cubic-bezier(.7463,.2314,.8159,.6941);animation-timing-function:cubic-bezier(.7463,.2314,.8159,.6941);-webkit-transform:translate(0,19.85%) scaleY(.603);transform:translate(0,19.85%) scaleY(.603);}to{-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}}@keyframes ld-bounce{0%{-webkit-animation-timing-function:cubic-bezier(.138,.2541,.2177,.8747);animation-timing-function:cubic-bezier(.138,.2541,.2177,.8747);-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}37%{-webkit-animation-timing-function:cubic-bezier(.7679,.1817,.8401,.7167);animation-timing-function:cubic-bezier(.7679,.1817,.8401,.7167);-webkit-transform:translate(0,-39.96%) scaleY(1);transform:translate(0,-39.96%) scaleY(1);}72.2%{-webkit-animation-timing-function:cubic-bezier(.1045,.2026,.2224,.9608);animation-timing-function:cubic-bezier(.1045,.2026,.2224,.9608);-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}87.2%{-webkit-animation-timing-function:cubic-bezier(.7463,.2314,.8159,.6941);animation-timing-function:cubic-bezier(.7463,.2314,.8159,.6941);-webkit-transform:translate(0,19.85%) scaleY(.603);transform:translate(0,19.85%) scaleY(.603);}to{-webkit-transform:translate(0,0%) scaleY(1);transform:translate(0,0%) scaleY(1);}}.ld.ld-bounce{-webkit-animation:ld-bounce 1s infinite linear;animation:ld-bounce 1s infinite linear;}@-webkit-keyframes ld-clock{0%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(0deg);transform:rotate(0deg);}8.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(30deg);transform:rotate(30deg);}16.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(60deg);transform:rotate(60deg);}25%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(90deg);transform:rotate(90deg);}33.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(120deg);transform:rotate(120deg);}41.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(150deg);transform:rotate(150deg);}50%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(180deg);transform:rotate(180deg);}58.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(210deg);transform:rotate(210deg);}66.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(240deg);transform:rotate(240deg);}75%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(270deg);transform:rotate(270deg);}83.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(300deg);transform:rotate(300deg);}91.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(330deg);transform:rotate(330deg);}to{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes ld-clock{0%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(0deg);transform:rotate(0deg);}8.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(30deg);transform:rotate(30deg);}16.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(60deg);transform:rotate(60deg);}25%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(90deg);transform:rotate(90deg);}33.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(120deg);transform:rotate(120deg);}41.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(150deg);transform:rotate(150deg);}50%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(180deg);transform:rotate(180deg);}58.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(210deg);transform:rotate(210deg);}66.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(240deg);transform:rotate(240deg);}75%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(270deg);transform:rotate(270deg);}83.33333%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(300deg);transform:rotate(300deg);}91.66667%{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(330deg);transform:rotate(330deg);}to{-webkit-animation-timing-function:cubic-bezier(0,.7,.3,1);animation-timing-function:cubic-bezier(0,.7,.3,1);-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.ld.ld-clock{-webkit-animation:ld-clock 12s infinite linear;animation:ld-clock 12s infinite linear;}@-webkit-keyframes ld-fade{0%{-webkit-animation-timing-function:cubic-bezier(.2057,.573,.3723,.9184);animation-timing-function:cubic-bezier(.2057,.573,.3723,.9184);opacity:1;}to{opacity:0;}}@keyframes ld-fade{0%{-webkit-animation-timing-function:cubic-bezier(.2057,.573,.3723,.9184);animation-timing-function:cubic-bezier(.2057,.573,.3723,.9184);opacity:1;}to{opacity:0;}}.ld.ld-fade{-webkit-animation:ld-fade 1s infinite linear;animation:ld-fade 1s infinite linear;}@-webkit-keyframes ld-flip{0%,25%,50%,75%,to{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:scale(1,1);transform:scale(1,1);}25%{-webkit-transform:scale(-1,1);transform:scale(-1,1);}50%{-webkit-transform:scale(-1,-1);transform:scale(-1,-1);}75%{-webkit-transform:scale(1,-1);transform:scale(1,-1);}to{-webkit-transform:scale(1,1);transform:scale(1,1);}}@keyframes ld-flip{0%,25%,50%,75%,to{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:scale(1,1);transform:scale(1,1);}25%{-webkit-transform:scale(-1,1);transform:scale(-1,1);}50%{-webkit-transform:scale(-1,-1);transform:scale(-1,-1);}75%{-webkit-transform:scale(1,-1);transform:scale(1,-1);}to{-webkit-transform:scale(1,1);transform:scale(1,1);}}.ld.ld-flip{-webkit-animation:ld-flip 1s infinite linear;animation:ld-flip 1s infinite linear;}@-webkit-keyframes ld-float{0%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);-webkit-transform:translate(0,0) scale(.7);transform:translate(0,0) scale(.7);-webkit-box-shadow:0 0 0 rgba(0,0,0,.3);box-shadow:0 0 0 rgba(0,0,0,.3);}50%{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);-webkit-transform:translate(0,-15%) scale(1);transform:translate(0,-15%) scale(1);-webkit-box-shadow:0 23% 5% -15% rgba(0,0,0,.2);box-shadow:0 23% 5% -15% rgba(0,0,0,.2);}to{-webkit-transform:translate(0,0) scale(.7);transform:translate(0,0) scale(.7);-webkit-box-shadow:0 0 0 rgba(0,0,0,.3);box-shadow:0 0 0 rgba(0,0,0,.3);}}@keyframes ld-float{0%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);-webkit-transform:translate(0,0) scale(.7);transform:translate(0,0) scale(.7);-webkit-box-shadow:0 0 0 rgba(0,0,0,.3);box-shadow:0 0 0 rgba(0,0,0,.3);}50%{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);-webkit-transform:translate(0,-15%) scale(1);transform:translate(0,-15%) scale(1);-webkit-box-shadow:0 23% 5% -15% rgba(0,0,0,.2);box-shadow:0 23% 5% -15% rgba(0,0,0,.2);}to{-webkit-transform:translate(0,0) scale(.7);transform:translate(0,0) scale(.7);-webkit-box-shadow:0 0 0 rgba(0,0,0,.3);box-shadow:0 0 0 rgba(0,0,0,.3);}}.ld.ld-float{-webkit-animation:ld-float 1s infinite linear;animation:ld-float 1s infinite linear;}@-webkit-keyframes ld-heartbeat{0%{-webkit-animation-timing-function:cubic-bezier(.1678,.6042,.5465,3.0859);animation-timing-function:cubic-bezier(.1678,.6042,.5465,3.0859);-webkit-transform:scale(1.3);transform:scale(1.3);}30%{-webkit-animation-timing-function:cubic-bezier(.3206,.3435,.6825,.6598);animation-timing-function:cubic-bezier(.3206,.3435,.6825,.6598);-webkit-transform:scale(1.15);transform:scale(1.15);}31%{-webkit-animation-timing-function:cubic-bezier(.2811,.5061,.5347,.909);animation-timing-function:cubic-bezier(.2811,.5061,.5347,.909);-webkit-transform:scale(1.1458);transform:scale(1.1458);}to{-webkit-transform:scale(1);transform:scale(1);}}@keyframes ld-heartbeat{0%{-webkit-animation-timing-function:cubic-bezier(.1678,.6042,.5465,3.0859);animation-timing-function:cubic-bezier(.1678,.6042,.5465,3.0859);-webkit-transform:scale(1.3);transform:scale(1.3);}30%{-webkit-animation-timing-function:cubic-bezier(.3206,.3435,.6825,.6598);animation-timing-function:cubic-bezier(.3206,.3435,.6825,.6598);-webkit-transform:scale(1.15);transform:scale(1.15);}31%{-webkit-animation-timing-function:cubic-bezier(.2811,.5061,.5347,.909);animation-timing-function:cubic-bezier(.2811,.5061,.5347,.909);-webkit-transform:scale(1.1458);transform:scale(1.1458);}to{-webkit-transform:scale(1);transform:scale(1);}}.ld.ld-heartbeat{-webkit-animation:ld-heartbeat 1s infinite linear;animation:ld-heartbeat 1s infinite linear;}@-webkit-keyframes ld-hit{0%{-webkit-animation-timing-function:cubic-bezier(.5,0,1,.5);animation-timing-function:cubic-bezier(.5,0,1,.5);-webkit-transform:scale(0) translate(0,0) skewX(0);transform:scale(0) translate(0,0) skewX(0);opacity:1;}20%{-webkit-transform:scale(1) translate(0,0) skewX(20deg);transform:scale(1) translate(0,0) skewX(20deg);}50%{-webkit-animation-timing-function:cubic-bezier(.6,0,1,.4);animation-timing-function:cubic-bezier(.6,0,1,.4);-webkit-transform:scale(1) translate(0,0) skewX(20deg);transform:scale(1) translate(0,0) skewX(20deg);}50%{opacity:1;}to{-webkit-transform:scale(1) translate(0,200%) skewX(20deg);transform:scale(1) translate(0,200%) skewX(20deg);opacity:0;}}@keyframes ld-hit{0%{-webkit-animation-timing-function:cubic-bezier(.5,0,1,.5);animation-timing-function:cubic-bezier(.5,0,1,.5);-webkit-transform:scale(0) translate(0,0) skewX(0);transform:scale(0) translate(0,0) skewX(0);opacity:1;}20%{-webkit-transform:scale(1) translate(0,0) skewX(20deg);transform:scale(1) translate(0,0) skewX(20deg);}50%{-webkit-animation-timing-function:cubic-bezier(.6,0,1,.4);animation-timing-function:cubic-bezier(.6,0,1,.4);-webkit-transform:scale(1) translate(0,0) skewX(20deg);transform:scale(1) translate(0,0) skewX(20deg);}50%{opacity:1;}to{-webkit-transform:scale(1) translate(0,200%) skewX(20deg);transform:scale(1) translate(0,200%) skewX(20deg);opacity:0;}}.ld.ld-hit{-webkit-animation:ld-hit 2s infinite linear;animation:ld-hit 2s infinite linear;}@-webkit-keyframes ld-move-ltr{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);}49.99999%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);}50%{-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);}50.00001%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);}60%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}@keyframes ld-move-ltr{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);}49.99999%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);}50%{-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);}50.00001%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);}60%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}.ld.ld-move-ltr{-webkit-animation:ld-move-ltr 1s infinite linear;animation:ld-move-ltr 1s infinite linear;}@-webkit-keyframes ld-move-rtl{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);}49.99999%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);}50%{-webkit-transform:translate(50%,0%);transform:translate(50%,0%);}50.00001%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);}60%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}@keyframes ld-move-rtl{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);}49.99999%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);}50%{-webkit-transform:translate(50%,0%);transform:translate(50%,0%);}50.00001%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);}60%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}.ld.ld-move-rtl{-webkit-animation:ld-move-rtl 1s infinite linear;animation:ld-move-rtl 1s infinite linear;}@-webkit-keyframes ld-move-ttb{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);}49.99999%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);}50%{-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);}50.00001%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);}60%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}@keyframes ld-move-ttb{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);}49.99999%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);}50%{-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);}50.00001%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);}60%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}.ld.ld-move-ttb{-webkit-animation:ld-move-ttb 1s infinite linear;animation:ld-move-ttb 1s infinite linear;}@-webkit-keyframes ld-move-btt{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);}49.99999%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);}50%{-webkit-transform:translate(0%,50%);transform:translate(0%,50%);}50.00001%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);}60%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}@keyframes ld-move-btt{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}40%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);}49.99999%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);}50%{-webkit-transform:translate(0%,50%);transform:translate(0%,50%);}50.00001%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);}60%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);}}.ld.ld-move-btt{-webkit-animation:ld-move-btt 1s infinite linear;animation:ld-move-btt 1s infinite linear;}@-webkit-keyframes ld-move-fade-ltr{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);opacity:1;}49.99999%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);opacity:0;}50%{-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);opacity:0;}50.00001%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);opacity:0;}60%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-move-fade-ltr{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);opacity:1;}49.99999%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);opacity:0;}50%{-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);opacity:0;}50.00001%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);opacity:0;}60%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-move-fade-ltr{-webkit-animation:ld-move-fade-ltr 1s infinite linear;animation:ld-move-fade-ltr 1s infinite linear;}@-webkit-keyframes ld-move-fade-rtl{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);opacity:1;}49.99999%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);opacity:0;}50%{-webkit-transform:translate(50%,0%);transform:translate(50%,0%);opacity:0;}50.00001%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);opacity:0;}60%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-move-fade-rtl{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(-40%,0%);transform:translate(-40%,0%);opacity:1;}49.99999%{-webkit-transform:translate(-49.99999%,0%);transform:translate(-49.99999%,0%);opacity:0;}50%{-webkit-transform:translate(50%,0%);transform:translate(50%,0%);opacity:0;}50.00001%{-webkit-transform:translate(49.99999%,0%);transform:translate(49.99999%,0%);opacity:0;}60%{-webkit-transform:translate(40%,0%);transform:translate(40%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-move-fade-rtl{-webkit-animation:ld-move-fade-rtl 1s infinite linear;animation:ld-move-fade-rtl 1s infinite linear;}@-webkit-keyframes ld-move-fade-ttb{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);opacity:1;}49.99999%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);opacity:0;}50%{-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);opacity:0;}50.00001%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);opacity:0;}60%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-move-fade-ttb{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);opacity:1;}49.99999%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);opacity:0;}50%{-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);opacity:0;}50.00001%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);opacity:0;}60%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-move-fade-ttb{-webkit-animation:ld-move-fade-ttb 1s infinite linear;animation:ld-move-fade-ttb 1s infinite linear;}@-webkit-keyframes ld-move-fade-btt{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);opacity:1;}49.99999%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);opacity:0;}50%{-webkit-transform:translate(0%,50%);transform:translate(0%,50%);opacity:0;}50.00001%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);opacity:0;}60%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-move-fade-btt{0%{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}40%{-webkit-transform:translate(0%,-40%);transform:translate(0%,-40%);opacity:1;}49.99999%{-webkit-transform:translate(0%,-49.99999%);transform:translate(0%,-49.99999%);opacity:0;}50%{-webkit-transform:translate(0%,50%);transform:translate(0%,50%);opacity:0;}50.00001%{-webkit-transform:translate(0%,49.99999%);transform:translate(0%,49.99999%);opacity:0;}60%{-webkit-transform:translate(0%,40%);transform:translate(0%,40%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-move-fade-btt{-webkit-animation:ld-move-fade-btt 1s infinite linear;animation:ld-move-fade-btt 1s infinite linear;}@-webkit-keyframes ld-orbit{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,-60%) rotate(0deg);transform:translate(0%,-60%) rotate(0deg);}8.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(30%,-51.96152%) rotate(30deg);transform:translate(30%,-51.96152%) rotate(30deg);}16.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(51.96152%,-30%) rotate(60deg);transform:translate(51.96152%,-30%) rotate(60deg);}25%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(60%,0%) rotate(90deg);transform:translate(60%,0%) rotate(90deg);}33.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(51.96152%,30%) rotate(120deg);transform:translate(51.96152%,30%) rotate(120deg);}41.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(30%,51.96152%) rotate(150deg);transform:translate(30%,51.96152%) rotate(150deg);}50%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,60%) rotate(180deg);transform:translate(0%,60%) rotate(180deg);}58.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-30%,51.96152%) rotate(210deg);transform:translate(-30%,51.96152%) rotate(210deg);}66.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-51.96152%,30%) rotate(240deg);transform:translate(-51.96152%,30%) rotate(240deg);}75%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-60%,0%) rotate(270deg);transform:translate(-60%,0%) rotate(270deg);}83.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-51.96152%,-30%) rotate(300deg);transform:translate(-51.96152%,-30%) rotate(300deg);}91.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-30%,-51.96152%) rotate(330deg);transform:translate(-30%,-51.96152%) rotate(330deg);}to{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,-60%) rotate(360deg);transform:translate(0%,-60%) rotate(360deg);}}@keyframes ld-orbit{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,-60%) rotate(0deg);transform:translate(0%,-60%) rotate(0deg);}8.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(30%,-51.96152%) rotate(30deg);transform:translate(30%,-51.96152%) rotate(30deg);}16.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(51.96152%,-30%) rotate(60deg);transform:translate(51.96152%,-30%) rotate(60deg);}25%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(60%,0%) rotate(90deg);transform:translate(60%,0%) rotate(90deg);}33.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(51.96152%,30%) rotate(120deg);transform:translate(51.96152%,30%) rotate(120deg);}41.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(30%,51.96152%) rotate(150deg);transform:translate(30%,51.96152%) rotate(150deg);}50%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,60%) rotate(180deg);transform:translate(0%,60%) rotate(180deg);}58.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-30%,51.96152%) rotate(210deg);transform:translate(-30%,51.96152%) rotate(210deg);}66.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-51.96152%,30%) rotate(240deg);transform:translate(-51.96152%,30%) rotate(240deg);}75%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-60%,0%) rotate(270deg);transform:translate(-60%,0%) rotate(270deg);}83.33333%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-51.96152%,-30%) rotate(300deg);transform:translate(-51.96152%,-30%) rotate(300deg);}91.66667%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(-30%,-51.96152%) rotate(330deg);transform:translate(-30%,-51.96152%) rotate(330deg);}to{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translate(0%,-60%) rotate(360deg);transform:translate(0%,-60%) rotate(360deg);}}.ld.ld-orbit{-webkit-animation:ld-orbit 1s infinite linear;animation:ld-orbit 1s infinite linear;}@-webkit-keyframes ld-breath{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);-webkit-transform:scale(.91);transform:scale(.91);}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);-webkit-transform:scale(1.02994);transform:scale(1.02994);}to{-webkit-transform:scale(.91);transform:scale(.91);}}@keyframes ld-breath{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);-webkit-transform:scale(.91);transform:scale(.91);}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);-webkit-transform:scale(1.02994);transform:scale(1.02994);}to{-webkit-transform:scale(.91);transform:scale(.91);}}.ld.ld-breath{-webkit-animation:ld-breath 1s infinite linear;animation:ld-breath 1s infinite linear;}@-webkit-keyframes ld-dim{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);opacity:.9995;}to{opacity:0;}}@keyframes ld-dim{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);opacity:.9995;}to{opacity:0;}}.ld.ld-dim{-webkit-animation:ld-dim 1s infinite linear;animation:ld-dim 1s infinite linear;}@-webkit-keyframes ld-metronome{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(-10%) rotate(-20deg);transform:translate(-10%) rotate(-20deg);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(-6.18%) rotate(-12.36deg);transform:translate(-6.18%) rotate(-12.36deg);}27.6%{-webkit-animation-timing-function:cubic-bezier(.0676,.1836,.0518,.9433);animation-timing-function:cubic-bezier(.0676,.1836,.0518,.9433);-webkit-transform:translate(2.48%) rotate(4.96deg);transform:translate(2.48%) rotate(4.96deg);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(10%) rotate(20deg);transform:translate(10%) rotate(20deg);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(6.16%) rotate(12.32deg);transform:translate(6.16%) rotate(12.32deg);}80%{-webkit-animation-timing-function:cubic-bezier(.0801,.2206,.1357,.9363);animation-timing-function:cubic-bezier(.0801,.2206,.1357,.9363);-webkit-transform:translate(-4.57%) rotate(-9.14deg);transform:translate(-4.57%) rotate(-9.14deg);}to{-webkit-transform:translate(-10%) rotate(-20deg);transform:translate(-10%) rotate(-20deg);}}@keyframes ld-metronome{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(-10%) rotate(-20deg);transform:translate(-10%) rotate(-20deg);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(-6.18%) rotate(-12.36deg);transform:translate(-6.18%) rotate(-12.36deg);}27.6%{-webkit-animation-timing-function:cubic-bezier(.0676,.1836,.0518,.9433);animation-timing-function:cubic-bezier(.0676,.1836,.0518,.9433);-webkit-transform:translate(2.48%) rotate(4.96deg);transform:translate(2.48%) rotate(4.96deg);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(10%) rotate(20deg);transform:translate(10%) rotate(20deg);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(6.16%) rotate(12.32deg);transform:translate(6.16%) rotate(12.32deg);}80%{-webkit-animation-timing-function:cubic-bezier(.0801,.2206,.1357,.9363);animation-timing-function:cubic-bezier(.0801,.2206,.1357,.9363);-webkit-transform:translate(-4.57%) rotate(-9.14deg);transform:translate(-4.57%) rotate(-9.14deg);}to{-webkit-transform:translate(-10%) rotate(-20deg);transform:translate(-10%) rotate(-20deg);}}.ld.ld-metronome{-webkit-animation:ld-metronome 1s infinite linear;animation:ld-metronome 1s infinite linear;}@-webkit-keyframes ld-swing{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);-webkit-transform:rotate(29.97deg);transform:rotate(29.97deg);}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}}@keyframes ld-swing{0%{-webkit-animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);animation-timing-function:cubic-bezier(.9647,.2413,-.0705,.7911);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}51%{-webkit-animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);animation-timing-function:cubic-bezier(.9226,.2631,-.0308,.7628);-webkit-transform:rotate(29.97deg);transform:rotate(29.97deg);}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}}.ld.ld-swing{-webkit-animation:ld-swing 1s infinite linear;animation:ld-swing 1s infinite linear;}@-webkit-keyframes ld-wander-v{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(0,-10%);transform:translate(0,-10%);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(0,-6.18%);transform:translate(0,-6.18%);}27.6%{-webkit-animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);-webkit-transform:translate(0,2.48%);transform:translate(0,2.48%);}35.1%{-webkit-animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);-webkit-transform:translate(0,7.49%);transform:translate(0,7.49%);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(0,10%);transform:translate(0,10%);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(0,6.16%);transform:translate(0,6.16%);}80%{-webkit-animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);-webkit-transform:translate(0,-4.57%);transform:translate(0,-4.57%);}85%{-webkit-animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);-webkit-transform:translate(0,-7.47%);transform:translate(0,-7.47%);}to{-webkit-transform:translate(0,-10%);transform:translate(0,-10%);}}@keyframes ld-wander-v{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(0,-10%);transform:translate(0,-10%);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(0,-6.18%);transform:translate(0,-6.18%);}27.6%{-webkit-animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);-webkit-transform:translate(0,2.48%);transform:translate(0,2.48%);}35.1%{-webkit-animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);-webkit-transform:translate(0,7.49%);transform:translate(0,7.49%);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(0,10%);transform:translate(0,10%);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(0,6.16%);transform:translate(0,6.16%);}80%{-webkit-animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);-webkit-transform:translate(0,-4.57%);transform:translate(0,-4.57%);}85%{-webkit-animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);-webkit-transform:translate(0,-7.47%);transform:translate(0,-7.47%);}to{-webkit-transform:translate(0,-10%);transform:translate(0,-10%);}}.ld.ld-wander-v{-webkit-animation:ld-wander-v 1s infinite linear;animation:ld-wander-v 1s infinite linear;}@-webkit-keyframes ld-wander-h{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(-10%,0);transform:translate(-10%,0);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(-6.18%,0);transform:translate(-6.18%,0);}27.6%{-webkit-animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);-webkit-transform:translate(2.48%,0);transform:translate(2.48%,0);}35.1%{-webkit-animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);-webkit-transform:translate(7.49%,0);transform:translate(7.49%,0);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(10%,0);transform:translate(10%,0);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(6.16%,0);transform:translate(6.16%,0);}80%{-webkit-animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);-webkit-transform:translate(-4.57%,0);transform:translate(-4.57%,0);}85%{-webkit-animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);-webkit-transform:translate(-7.47%,0);transform:translate(-7.47%,0);}to{-webkit-transform:translate(-10%,0);transform:translate(-10%,0);}}@keyframes ld-wander-h{0%{-webkit-animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);animation-timing-function:cubic-bezier(.7806,.0715,.8998,.731);-webkit-transform:translate(-10%,0);transform:translate(-10%,0);}17.5%{-webkit-animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);animation-timing-function:cubic-bezier(.484,.3308,.6853,.6667);-webkit-transform:translate(-6.18%,0);transform:translate(-6.18%,0);}27.6%{-webkit-animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);animation-timing-function:cubic-bezier(.2459,.3343,.4923,.6717);-webkit-transform:translate(2.48%,0);transform:translate(2.48%,0);}35.1%{-webkit-animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);animation-timing-function:cubic-bezier(.1317,.3401,.311,.9176);-webkit-transform:translate(7.49%,0);transform:translate(7.49%,0);}50.1%{-webkit-animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);animation-timing-function:cubic-bezier(.7773,.0708,.9008,.735);-webkit-transform:translate(10%,0);transform:translate(10%,0);}67.6%{-webkit-animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);animation-timing-function:cubic-bezier(.4888,.331,.6153,.6674);-webkit-transform:translate(6.16%,0);transform:translate(6.16%,0);}80%{-webkit-animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);animation-timing-function:cubic-bezier(.2539,.3274,.5671,.676);-webkit-transform:translate(-4.57%,0);transform:translate(-4.57%,0);}85%{-webkit-animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);animation-timing-function:cubic-bezier(.1302,.3349,.3113,.9183);-webkit-transform:translate(-7.47%,0);transform:translate(-7.47%,0);}to{-webkit-transform:translate(-10%,0);transform:translate(-10%,0);}}.ld.ld-wander,.ld.ld-wander-h{-webkit-animation:ld-wander-h 1s infinite linear;animation:ld-wander-h 1s infinite linear;}@-webkit-keyframes ld-pulse{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.3124,.6668);animation-timing-function:cubic-bezier(.3333,.3333,.3124,.6668);-webkit-transform:scale(.85);transform:scale(.85);}0.5%{-webkit-animation-timing-function:cubic-bezier(.0233,-.3865,.6667,.6667);animation-timing-function:cubic-bezier(.0233,-.3865,.6667,.6667);-webkit-transform:scale(1.141);transform:scale(1.141);}1.5%{-webkit-animation-timing-function:cubic-bezier(.2893,.354,.6158,.6958);animation-timing-function:cubic-bezier(.2893,.354,.6158,.6958);-webkit-transform:scale(1.124);transform:scale(1.124);}11%{-webkit-animation-timing-function:cubic-bezier(.2861,.4196,.6215,.7476);animation-timing-function:cubic-bezier(.2861,.4196,.6215,.7476);-webkit-transform:scale(.992);transform:scale(.992);}25%{-webkit-animation-timing-function:cubic-bezier(.0793,.2627,.9972,1.5511);animation-timing-function:cubic-bezier(.0793,.2627,.9972,1.5511);-webkit-transform:scale(.887);transform:scale(.887);}49.5%{-webkit-animation-timing-function:cubic-bezier(.6664,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.6664,.3332,.6667,.6667);-webkit-transform:scale(.85);transform:scale(.85);}50%{-webkit-animation-timing-function:cubic-bezier(0,.3522,1,.6686);animation-timing-function:cubic-bezier(0,.3522,1,.6686);-webkit-transform:scale(1.15);transform:scale(1.15);}51%{-webkit-animation-timing-function:cubic-bezier(.2668,.4036,.554,.7657);animation-timing-function:cubic-bezier(.2668,.4036,.554,.7657);-webkit-transform:scale(1.132);transform:scale(1.132);}73.5%{-webkit-animation-timing-function:cubic-bezier(.2997,1.0028,.6671,1);animation-timing-function:cubic-bezier(.2997,1.0028,.6671,1);-webkit-transform:scale(.894);transform:scale(.894);}to{-webkit-transform:scale(.85);transform:scale(.85);}}@keyframes ld-pulse{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.3124,.6668);animation-timing-function:cubic-bezier(.3333,.3333,.3124,.6668);-webkit-transform:scale(.85);transform:scale(.85);}0.5%{-webkit-animation-timing-function:cubic-bezier(.0233,-.3865,.6667,.6667);animation-timing-function:cubic-bezier(.0233,-.3865,.6667,.6667);-webkit-transform:scale(1.141);transform:scale(1.141);}1.5%{-webkit-animation-timing-function:cubic-bezier(.2893,.354,.6158,.6958);animation-timing-function:cubic-bezier(.2893,.354,.6158,.6958);-webkit-transform:scale(1.124);transform:scale(1.124);}11%{-webkit-animation-timing-function:cubic-bezier(.2861,.4196,.6215,.7476);animation-timing-function:cubic-bezier(.2861,.4196,.6215,.7476);-webkit-transform:scale(.992);transform:scale(.992);}25%{-webkit-animation-timing-function:cubic-bezier(.0793,.2627,.9972,1.5511);animation-timing-function:cubic-bezier(.0793,.2627,.9972,1.5511);-webkit-transform:scale(.887);transform:scale(.887);}49.5%{-webkit-animation-timing-function:cubic-bezier(.6664,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.6664,.3332,.6667,.6667);-webkit-transform:scale(.85);transform:scale(.85);}50%{-webkit-animation-timing-function:cubic-bezier(0,.3522,1,.6686);animation-timing-function:cubic-bezier(0,.3522,1,.6686);-webkit-transform:scale(1.15);transform:scale(1.15);}51%{-webkit-animation-timing-function:cubic-bezier(.2668,.4036,.554,.7657);animation-timing-function:cubic-bezier(.2668,.4036,.554,.7657);-webkit-transform:scale(1.132);transform:scale(1.132);}73.5%{-webkit-animation-timing-function:cubic-bezier(.2997,1.0028,.6671,1);animation-timing-function:cubic-bezier(.2997,1.0028,.6671,1);-webkit-transform:scale(.894);transform:scale(.894);}to{-webkit-transform:scale(.85);transform:scale(.85);}}.ld.ld-pulse{-webkit-animation:ld-pulse 1s infinite linear;animation:ld-pulse 1s infinite linear;}@-webkit-keyframes ld-jingle{0%{-webkit-animation-timing-function:cubic-bezier(.146,.2111,.5902,1.3204);animation-timing-function:cubic-bezier(.146,.2111,.5902,1.3204);-webkit-transform:rotate(0deg);transform:rotate(0deg);}11%{-webkit-animation-timing-function:cubic-bezier(.1079,.1992,-.6462,.828);animation-timing-function:cubic-bezier(.1079,.1992,-.6462,.828);-webkit-transform:rotate(7.61deg);transform:rotate(7.61deg);}23%{-webkit-animation-timing-function:cubic-bezier(.0504,.0951,.0163,.9677);animation-timing-function:cubic-bezier(.0504,.0951,.0163,.9677);-webkit-transform:rotate(-5.79deg);transform:rotate(-5.79deg);}36%{-webkit-animation-timing-function:cubic-bezier(.0475,.0921,.3134,1.0455);animation-timing-function:cubic-bezier(.0475,.0921,.3134,1.0455);-webkit-transform:rotate(3.35deg);transform:rotate(3.35deg);}49%{-webkit-animation-timing-function:cubic-bezier(.0789,.1565,.3413,1.0972);animation-timing-function:cubic-bezier(.0789,.1565,.3413,1.0972);-webkit-transform:rotate(-1.93deg);transform:rotate(-1.93deg);}62%{-webkit-animation-timing-function:cubic-bezier(.141,.2885,.406,1.1519);animation-timing-function:cubic-bezier(.141,.2885,.406,1.1519);-webkit-transform:rotate(1.12deg);transform:rotate(1.12deg);}75%{-webkit-animation-timing-function:cubic-bezier(.226,.4698,.5031,1.1722);animation-timing-function:cubic-bezier(.226,.4698,.5031,1.1722);-webkit-transform:rotate(-.64deg);transform:rotate(-.64deg);}88%{-webkit-animation-timing-function:cubic-bezier(.3121,.5521,.5655,.8997);animation-timing-function:cubic-bezier(.3121,.5521,.5655,.8997);-webkit-transform:rotate(.37deg);transform:rotate(.37deg);}to{-webkit-transform:rotate(-.28deg);transform:rotate(-.28deg);}}@keyframes ld-jingle{0%{-webkit-animation-timing-function:cubic-bezier(.146,.2111,.5902,1.3204);animation-timing-function:cubic-bezier(.146,.2111,.5902,1.3204);-webkit-transform:rotate(0deg);transform:rotate(0deg);}11%{-webkit-animation-timing-function:cubic-bezier(.1079,.1992,-.6462,.828);animation-timing-function:cubic-bezier(.1079,.1992,-.6462,.828);-webkit-transform:rotate(7.61deg);transform:rotate(7.61deg);}23%{-webkit-animation-timing-function:cubic-bezier(.0504,.0951,.0163,.9677);animation-timing-function:cubic-bezier(.0504,.0951,.0163,.9677);-webkit-transform:rotate(-5.79deg);transform:rotate(-5.79deg);}36%{-webkit-animation-timing-function:cubic-bezier(.0475,.0921,.3134,1.0455);animation-timing-function:cubic-bezier(.0475,.0921,.3134,1.0455);-webkit-transform:rotate(3.35deg);transform:rotate(3.35deg);}49%{-webkit-animation-timing-function:cubic-bezier(.0789,.1565,.3413,1.0972);animation-timing-function:cubic-bezier(.0789,.1565,.3413,1.0972);-webkit-transform:rotate(-1.93deg);transform:rotate(-1.93deg);}62%{-webkit-animation-timing-function:cubic-bezier(.141,.2885,.406,1.1519);animation-timing-function:cubic-bezier(.141,.2885,.406,1.1519);-webkit-transform:rotate(1.12deg);transform:rotate(1.12deg);}75%{-webkit-animation-timing-function:cubic-bezier(.226,.4698,.5031,1.1722);animation-timing-function:cubic-bezier(.226,.4698,.5031,1.1722);-webkit-transform:rotate(-.64deg);transform:rotate(-.64deg);}88%{-webkit-animation-timing-function:cubic-bezier(.3121,.5521,.5655,.8997);animation-timing-function:cubic-bezier(.3121,.5521,.5655,.8997);-webkit-transform:rotate(.37deg);transform:rotate(.37deg);}to{-webkit-transform:rotate(-.28deg);transform:rotate(-.28deg);}}.ld.ld-jingle{-webkit-animation:ld-jingle 1s infinite linear;animation:ld-jingle 1s infinite linear;-webkit-transform-origin:50% 0%;transform-origin:50% 0%;}@-webkit-keyframes ld-rubber-v{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:scaleY(1);transform:scaleY(1);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:scaleY(1.1354);transform:scaleY(1.1354);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:scaleY(.9052);transform:scaleY(.9052);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:scaleY(1.0664);transform:scaleY(1.0664);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:scaleY(.9536);transform:scaleY(.9536);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:scaleY(1.0326);transform:scaleY(1.0326);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:scaleY(.9772);transform:scaleY(.9772);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:scaleY(1.016);transform:scaleY(1.016);}to{-webkit-transform:scaleY(.9836);transform:scaleY(.9836);}}@keyframes ld-rubber-v{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:scaleY(1);transform:scaleY(1);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:scaleY(1.1354);transform:scaleY(1.1354);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:scaleY(.9052);transform:scaleY(.9052);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:scaleY(1.0664);transform:scaleY(1.0664);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:scaleY(.9536);transform:scaleY(.9536);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:scaleY(1.0326);transform:scaleY(1.0326);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:scaleY(.9772);transform:scaleY(.9772);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:scaleY(1.016);transform:scaleY(1.016);}to{-webkit-transform:scaleY(.9836);transform:scaleY(.9836);}}.ld.ld-rubber-v{-webkit-animation:ld-rubber-v 1s infinite linear;animation:ld-rubber-v 1s infinite linear;}@-webkit-keyframes ld-rubber-h{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:scaleX(1);transform:scaleX(1);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:scaleX(1.1354);transform:scaleX(1.1354);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:scaleX(.9052);transform:scaleX(.9052);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:scaleX(1.0664);transform:scaleX(1.0664);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:scaleX(.9536);transform:scaleX(.9536);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:scaleX(1.0326);transform:scaleX(1.0326);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:scaleX(.9772);transform:scaleX(.9772);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:scaleX(1.016);transform:scaleX(1.016);}to{-webkit-transform:scaleX(.9836);transform:scaleX(.9836);}}@keyframes ld-rubber-h{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:scaleX(1);transform:scaleX(1);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:scaleX(1.1354);transform:scaleX(1.1354);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:scaleX(.9052);transform:scaleX(.9052);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:scaleX(1.0664);transform:scaleX(1.0664);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:scaleX(.9536);transform:scaleX(.9536);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:scaleX(1.0326);transform:scaleX(1.0326);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:scaleX(.9772);transform:scaleX(.9772);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:scaleX(1.016);transform:scaleX(1.016);}to{-webkit-transform:scaleX(.9836);transform:scaleX(.9836);}}.ld.ld-rubber,.ld.ld-rubber-h{-webkit-animation:ld-rubber-h 1s infinite linear;animation:ld-rubber-h 1s infinite linear;}@-webkit-keyframes ld-shake-v{0%{-webkit-animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);-webkit-transform:translate(0,0%);transform:translate(0,0%);}31%{-webkit-animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);-webkit-transform:translate(0,7.8%);transform:translate(0,7.8%);}45%{-webkit-animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);-webkit-transform:translate(0,-4.68%);transform:translate(0,-4.68%);}59%{-webkit-animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);-webkit-transform:translate(0,2.81%);transform:translate(0,2.81%);}73%{-webkit-animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);-webkit-transform:translate(0,-1.68%);transform:translate(0,-1.68%);}87%{-webkit-animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);-webkit-transform:translate(0,1.01%);transform:translate(0,1.01%);}to{-webkit-transform:translate(0,-.78%);transform:translate(0,-.78%);}}@keyframes ld-shake-v{0%{-webkit-animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);-webkit-transform:translate(0,0%);transform:translate(0,0%);}31%{-webkit-animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);-webkit-transform:translate(0,7.8%);transform:translate(0,7.8%);}45%{-webkit-animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);-webkit-transform:translate(0,-4.68%);transform:translate(0,-4.68%);}59%{-webkit-animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);-webkit-transform:translate(0,2.81%);transform:translate(0,2.81%);}73%{-webkit-animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);-webkit-transform:translate(0,-1.68%);transform:translate(0,-1.68%);}87%{-webkit-animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);-webkit-transform:translate(0,1.01%);transform:translate(0,1.01%);}to{-webkit-transform:translate(0,-.78%);transform:translate(0,-.78%);}}.ld.ld-shake-v{-webkit-animation:ld-shake-v 1s infinite linear;animation:ld-shake-v 1s infinite linear;}@-webkit-keyframes ld-shake-h{0%{-webkit-animation-timing-function:cubic-bezier(.1515,.2047,.6562,1.1369);animation-timing-function:cubic-bezier(.1515,.2047,.6562,1.1369);-webkit-transform:translate(0%,0);transform:translate(0%,0);}31%{-webkit-animation-timing-function:cubic-bezier(.0628,.1361,.6012,1.2083);animation-timing-function:cubic-bezier(.0628,.1361,.6012,1.2083);-webkit-transform:translate(7.66%,0);transform:translate(7.66%,0);}45%{-webkit-animation-timing-function:cubic-bezier(.0579,.1251,.5661,1.2263);animation-timing-function:cubic-bezier(.0579,.1251,.5661,1.2263);-webkit-transform:translate(-5.36%,0);transform:translate(-5.36%,0);}59%{-webkit-animation-timing-function:cubic-bezier(.0523,.113,.5181,1.2493);animation-timing-function:cubic-bezier(.0523,.113,.5181,1.2493);-webkit-transform:translate(3.75%,0);transform:translate(3.75%,0);}73%{-webkit-animation-timing-function:cubic-bezier(.0513,.1113,.4632,1.2762);animation-timing-function:cubic-bezier(.0513,.1113,.4632,1.2762);-webkit-transform:translate(-2.63%,0);transform:translate(-2.63%,0);}87%{-webkit-animation-timing-function:cubic-bezier(.1502,.2709,.2303,.8469);animation-timing-function:cubic-bezier(.1502,.2709,.2303,.8469);-webkit-transform:translate(1.84%,0);transform:translate(1.84%,0);}to{-webkit-transform:translate(-1.68%,0);transform:translate(-1.68%,0);}}@keyframes ld-shake-h{0%{-webkit-animation-timing-function:cubic-bezier(.1515,.2047,.6562,1.1369);animation-timing-function:cubic-bezier(.1515,.2047,.6562,1.1369);-webkit-transform:translate(0%,0);transform:translate(0%,0);}31%{-webkit-animation-timing-function:cubic-bezier(.0628,.1361,.6012,1.2083);animation-timing-function:cubic-bezier(.0628,.1361,.6012,1.2083);-webkit-transform:translate(7.66%,0);transform:translate(7.66%,0);}45%{-webkit-animation-timing-function:cubic-bezier(.0579,.1251,.5661,1.2263);animation-timing-function:cubic-bezier(.0579,.1251,.5661,1.2263);-webkit-transform:translate(-5.36%,0);transform:translate(-5.36%,0);}59%{-webkit-animation-timing-function:cubic-bezier(.0523,.113,.5181,1.2493);animation-timing-function:cubic-bezier(.0523,.113,.5181,1.2493);-webkit-transform:translate(3.75%,0);transform:translate(3.75%,0);}73%{-webkit-animation-timing-function:cubic-bezier(.0513,.1113,.4632,1.2762);animation-timing-function:cubic-bezier(.0513,.1113,.4632,1.2762);-webkit-transform:translate(-2.63%,0);transform:translate(-2.63%,0);}87%{-webkit-animation-timing-function:cubic-bezier(.1502,.2709,.2303,.8469);animation-timing-function:cubic-bezier(.1502,.2709,.2303,.8469);-webkit-transform:translate(1.84%,0);transform:translate(1.84%,0);}to{-webkit-transform:translate(-1.68%,0);transform:translate(-1.68%,0);}}.ld.ld-shake,.ld.ld-shake-h{-webkit-animation:ld-shake-h 1s infinite linear;animation:ld-shake-h 1s infinite linear;}@-webkit-keyframes ld-tick{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:rotate(0deg);transform:rotate(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:rotate(13.54deg);transform:rotate(13.54deg);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:rotate(-9.48deg);transform:rotate(-9.48deg);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:rotate(6.64deg);transform:rotate(6.64deg);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:rotate(-4.64deg);transform:rotate(-4.64deg);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:rotate(3.26deg);transform:rotate(3.26deg);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:rotate(-2.28deg);transform:rotate(-2.28deg);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:rotate(1.6deg);transform:rotate(1.6deg);}to{-webkit-transform:rotate(-1.64deg);transform:rotate(-1.64deg);}}@keyframes ld-tick{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:rotate(0deg);transform:rotate(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:rotate(13.54deg);transform:rotate(13.54deg);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:rotate(-9.48deg);transform:rotate(-9.48deg);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:rotate(6.64deg);transform:rotate(6.64deg);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:rotate(-4.64deg);transform:rotate(-4.64deg);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:rotate(3.26deg);transform:rotate(3.26deg);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:rotate(-2.28deg);transform:rotate(-2.28deg);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:rotate(1.6deg);transform:rotate(1.6deg);}to{-webkit-transform:rotate(-1.64deg);transform:rotate(-1.64deg);}}.ld.ld-tick{-webkit-animation:ld-tick 1s infinite linear;animation:ld-tick 1s infinite linear;}@-webkit-keyframes ld-smash{0%{-webkit-animation-timing-function:cubic-bezier(.3385,.332,.6667,.6667);animation-timing-function:cubic-bezier(.3385,.332,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}40.8%{-webkit-animation-timing-function:cubic-bezier(.3316,.3338,.5714,1.3045);animation-timing-function:cubic-bezier(.3316,.3338,.5714,1.3045);-webkit-transform:rotate(24.48deg);transform:rotate(24.48deg);}48.5%{-webkit-animation-timing-function:cubic-bezier(.9673,.2776,.6667,.6667);animation-timing-function:cubic-bezier(.9673,.2776,.6667,.6667);-webkit-transform:rotate(29.07deg);transform:rotate(29.07deg);}51%{-webkit-animation-timing-function:cubic-bezier(.1933,.2947,-.0572,.7191);animation-timing-function:cubic-bezier(.1933,.2947,-.0572,.7191);-webkit-transform:rotate(25.38deg);transform:rotate(25.38deg);}60.8%{-webkit-animation-timing-function:cubic-bezier(.0583,2.8507,.8558,1);animation-timing-function:cubic-bezier(.0583,2.8507,.8558,1);-webkit-transform:rotate(.54deg);transform:rotate(.54deg);}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes ld-smash{0%{-webkit-animation-timing-function:cubic-bezier(.3385,.332,.6667,.6667);animation-timing-function:cubic-bezier(.3385,.332,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}40.8%{-webkit-animation-timing-function:cubic-bezier(.3316,.3338,.5714,1.3045);animation-timing-function:cubic-bezier(.3316,.3338,.5714,1.3045);-webkit-transform:rotate(24.48deg);transform:rotate(24.48deg);}48.5%{-webkit-animation-timing-function:cubic-bezier(.9673,.2776,.6667,.6667);animation-timing-function:cubic-bezier(.9673,.2776,.6667,.6667);-webkit-transform:rotate(29.07deg);transform:rotate(29.07deg);}51%{-webkit-animation-timing-function:cubic-bezier(.1933,.2947,-.0572,.7191);animation-timing-function:cubic-bezier(.1933,.2947,-.0572,.7191);-webkit-transform:rotate(25.38deg);transform:rotate(25.38deg);}60.8%{-webkit-animation-timing-function:cubic-bezier(.0583,2.8507,.8558,1);animation-timing-function:cubic-bezier(.0583,2.8507,.8558,1);-webkit-transform:rotate(.54deg);transform:rotate(.54deg);}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}.ld.ld-smash{-webkit-animation:ld-smash 1s infinite linear;animation:ld-smash 1s infinite linear;}@-webkit-keyframes ld-jelly-alt{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:skewX(0deg);transform:skewX(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:skewX(6.77deg);transform:skewX(6.77deg);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:skewX(-4.74deg);transform:skewX(-4.74deg);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:skewX(3.32deg);transform:skewX(3.32deg);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:skewX(-2.32deg);transform:skewX(-2.32deg);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:skewX(1.63deg);transform:skewX(1.63deg);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:skewX(-1.14deg);transform:skewX(-1.14deg);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:skewX(.8deg);transform:skewX(.8deg);}to{-webkit-transform:skewX(-.82deg);transform:skewX(-.82deg);}}@keyframes ld-jelly-alt{0%{-webkit-animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);animation-timing-function:cubic-bezier(.1858,.2841,.5834,1.4615);-webkit-transform:skewX(0deg);transform:skewX(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);animation-timing-function:cubic-bezier(.0467,.1102,.4803,1.4719);-webkit-transform:skewX(6.77deg);transform:skewX(6.77deg);}41%{-webkit-animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);animation-timing-function:cubic-bezier(.0469,.1108,.4775,1.4732);-webkit-transform:skewX(-4.74deg);transform:skewX(-4.74deg);}51%{-webkit-animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);animation-timing-function:cubic-bezier(.0478,.1131,.4723,1.4819);-webkit-transform:skewX(3.32deg);transform:skewX(3.32deg);}61%{-webkit-animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);animation-timing-function:cubic-bezier(.0506,.1192,.4639,1.4818);-webkit-transform:skewX(-2.32deg);transform:skewX(-2.32deg);}71%{-webkit-animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);animation-timing-function:cubic-bezier(.0581,.1374,.457,1.4901);-webkit-transform:skewX(1.63deg);transform:skewX(1.63deg);}81%{-webkit-animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);animation-timing-function:cubic-bezier(.0765,.1813,.4542,1.4923);-webkit-transform:skewX(-1.14deg);transform:skewX(-1.14deg);}91%{-webkit-animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);animation-timing-function:cubic-bezier(.1747,.3181,.341,.878);-webkit-transform:skewX(.8deg);transform:skewX(.8deg);}to{-webkit-transform:skewX(-.82deg);transform:skewX(-.82deg);}}.ld.ld-jelly-alt{-webkit-animation:ld-jelly-alt 1s infinite linear;animation:ld-jelly-alt 1s infinite linear;}@-webkit-keyframes ld-jelly{0%{-webkit-animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);-webkit-transform:translate(0%,0) skewX(0deg);transform:translate(0%,0) skewX(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);-webkit-transform:translate(-7.8%,0) skewX(7.8deg);transform:translate(-7.8%,0) skewX(7.8deg);}45%{-webkit-animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);-webkit-transform:translate(4.68%,0) skewX(-4.68deg);transform:translate(4.68%,0) skewX(-4.68deg);}59%{-webkit-animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);-webkit-transform:translate(-2.81%,0) skewX(2.81deg);transform:translate(-2.81%,0) skewX(2.81deg);}73%{-webkit-animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);-webkit-transform:translate(1.68%,0) skewX(-1.68deg);transform:translate(1.68%,0) skewX(-1.68deg);}87%{-webkit-animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);-webkit-transform:translate(-1.01%,0) skewX(1.01deg);transform:translate(-1.01%,0) skewX(1.01deg);}to{-webkit-transform:translate(.78%,0) skewX(-.78deg);transform:translate(.78%,0) skewX(-.78deg);}}@keyframes ld-jelly{0%{-webkit-animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);animation-timing-function:cubic-bezier(.1441,.1912,.6583,1.1029);-webkit-transform:translate(0%,0) skewX(0deg);transform:translate(0%,0) skewX(0deg);}31%{-webkit-animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);animation-timing-function:cubic-bezier(.0667,.1419,.6667,1.1415);-webkit-transform:translate(-7.8%,0) skewX(7.8deg);transform:translate(-7.8%,0) skewX(7.8deg);}45%{-webkit-animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);animation-timing-function:cubic-bezier(.0542,.1151,.5697,1.181);-webkit-transform:translate(4.68%,0) skewX(-4.68deg);transform:translate(4.68%,0) skewX(-4.68deg);}59%{-webkit-animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);animation-timing-function:cubic-bezier(.0497,.1058,.4541,1.231);-webkit-transform:translate(-2.81%,0) skewX(2.81deg);transform:translate(-2.81%,0) skewX(2.81deg);}73%{-webkit-animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);animation-timing-function:cubic-bezier(.0808,.1711,.4109,1.2519);-webkit-transform:translate(1.68%,0) skewX(-1.68deg);transform:translate(1.68%,0) skewX(-1.68deg);}87%{-webkit-animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);animation-timing-function:cubic-bezier(.2073,.3705,.4064,.8839);-webkit-transform:translate(-1.01%,0) skewX(1.01deg);transform:translate(-1.01%,0) skewX(1.01deg);}to{-webkit-transform:translate(.78%,0) skewX(-.78deg);transform:translate(.78%,0) skewX(-.78deg);}}.ld.ld-jelly{-webkit-animation:ld-jelly 1s infinite linear;animation:ld-jelly 1s infinite linear;}@-webkit-keyframes ld-damage{0%{-webkit-animation-timing-function:cubic-bezier(.1916,.3481,.5313,2.0622);animation-timing-function:cubic-bezier(.1916,.3481,.5313,2.0622);opacity:1;}21%{-webkit-animation-timing-function:cubic-bezier(.0461,.1237,.4559,1.8579);animation-timing-function:cubic-bezier(.0461,.1237,.4559,1.8579);opacity:.422;}29%{-webkit-animation-timing-function:cubic-bezier(.0468,.1254,.4564,1.8559);animation-timing-function:cubic-bezier(.0468,.1254,.4564,1.8559);opacity:1.462;}37%{-webkit-animation-timing-function:cubic-bezier(.0479,.1283,.457,1.856);animation-timing-function:cubic-bezier(.0479,.1283,.457,1.856);opacity:.63;}45%{-webkit-animation-timing-function:cubic-bezier(.0487,.1306,.457,1.8506);animation-timing-function:cubic-bezier(.0487,.1306,.457,1.8506);opacity:1.296;}53%{-webkit-animation-timing-function:cubic-bezier(.0515,.1383,.4591,1.8571);animation-timing-function:cubic-bezier(.0515,.1383,.4591,1.8571);opacity:.763;}61%{-webkit-animation-timing-function:cubic-bezier(.0556,.1484,.4608,1.846);animation-timing-function:cubic-bezier(.0556,.1484,.4608,1.846);opacity:1.189;}69%{-webkit-animation-timing-function:cubic-bezier(.0595,.1602,.4632,1.8456);animation-timing-function:cubic-bezier(.0595,.1602,.4632,1.8456);opacity:.848;}77%{-webkit-animation-timing-function:cubic-bezier(.0689,.1849,.4698,1.8391);animation-timing-function:cubic-bezier(.0689,.1849,.4698,1.8391);opacity:1.121;}85%{-webkit-animation-timing-function:cubic-bezier(.0794,.2133,.4765,1.8226);animation-timing-function:cubic-bezier(.0794,.2133,.4765,1.8226);opacity:.903;}93%{-webkit-animation-timing-function:cubic-bezier(.1486,.2692,.2335,.855);animation-timing-function:cubic-bezier(.1486,.2692,.2335,.855);opacity:1.078;}to{opacity:.893;}}@keyframes ld-damage{0%{-webkit-animation-timing-function:cubic-bezier(.1916,.3481,.5313,2.0622);animation-timing-function:cubic-bezier(.1916,.3481,.5313,2.0622);opacity:1;}21%{-webkit-animation-timing-function:cubic-bezier(.0461,.1237,.4559,1.8579);animation-timing-function:cubic-bezier(.0461,.1237,.4559,1.8579);opacity:.422;}29%{-webkit-animation-timing-function:cubic-bezier(.0468,.1254,.4564,1.8559);animation-timing-function:cubic-bezier(.0468,.1254,.4564,1.8559);opacity:1.462;}37%{-webkit-animation-timing-function:cubic-bezier(.0479,.1283,.457,1.856);animation-timing-function:cubic-bezier(.0479,.1283,.457,1.856);opacity:.63;}45%{-webkit-animation-timing-function:cubic-bezier(.0487,.1306,.457,1.8506);animation-timing-function:cubic-bezier(.0487,.1306,.457,1.8506);opacity:1.296;}53%{-webkit-animation-timing-function:cubic-bezier(.0515,.1383,.4591,1.8571);animation-timing-function:cubic-bezier(.0515,.1383,.4591,1.8571);opacity:.763;}61%{-webkit-animation-timing-function:cubic-bezier(.0556,.1484,.4608,1.846);animation-timing-function:cubic-bezier(.0556,.1484,.4608,1.846);opacity:1.189;}69%{-webkit-animation-timing-function:cubic-bezier(.0595,.1602,.4632,1.8456);animation-timing-function:cubic-bezier(.0595,.1602,.4632,1.8456);opacity:.848;}77%{-webkit-animation-timing-function:cubic-bezier(.0689,.1849,.4698,1.8391);animation-timing-function:cubic-bezier(.0689,.1849,.4698,1.8391);opacity:1.121;}85%{-webkit-animation-timing-function:cubic-bezier(.0794,.2133,.4765,1.8226);animation-timing-function:cubic-bezier(.0794,.2133,.4765,1.8226);opacity:.903;}93%{-webkit-animation-timing-function:cubic-bezier(.1486,.2692,.2335,.855);animation-timing-function:cubic-bezier(.1486,.2692,.2335,.855);opacity:1.078;}to{opacity:.893;}}.ld.ld-damage{-webkit-animation:ld-damage 1s infinite linear;animation:ld-damage 1s infinite linear;}@-webkit-keyframes ld-rush-ltr{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateX(-318.4752086141%) skewX(30deg);transform:translateX(-318.4752086141%) skewX(30deg);}25%{-webkit-transform:translateX(-21.4256258422%) skewX(-15deg);transform:translateX(-21.4256258422%) skewX(-15deg);}33%{-webkit-transform:translateX(8.5743741578%) skewX(-15deg);transform:translateX(8.5743741578%) skewX(-15deg);}44%{-webkit-transform:translateX(-4.2128799228%) skewX(7.5deg);transform:translateX(-4.2128799228%) skewX(7.5deg);}55.00000000000001%{-webkit-transform:translateX(2.0973908101%) skewX(-3.75deg);transform:translateX(2.0973908101%) skewX(-3.75deg);}66%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}80%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}to{-webkit-transform:translateX(300%) skewX(30deg);transform:translateX(300%) skewX(30deg);}to{opacity:1;}}@keyframes ld-rush-ltr{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateX(-318.4752086141%) skewX(30deg);transform:translateX(-318.4752086141%) skewX(30deg);}25%{-webkit-transform:translateX(-21.4256258422%) skewX(-15deg);transform:translateX(-21.4256258422%) skewX(-15deg);}33%{-webkit-transform:translateX(8.5743741578%) skewX(-15deg);transform:translateX(8.5743741578%) skewX(-15deg);}44%{-webkit-transform:translateX(-4.2128799228%) skewX(7.5deg);transform:translateX(-4.2128799228%) skewX(7.5deg);}55.00000000000001%{-webkit-transform:translateX(2.0973908101%) skewX(-3.75deg);transform:translateX(2.0973908101%) skewX(-3.75deg);}66%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}80%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}to{-webkit-transform:translateX(300%) skewX(30deg);transform:translateX(300%) skewX(30deg);}to{opacity:1;}}.ld.ld-rush-ltr{-webkit-animation:ld-rush-ltr 1s infinite linear;animation:ld-rush-ltr 1s infinite linear;}@-webkit-keyframes ld-rush-rtl{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateX(318.4752086141%) skewX(-30deg);transform:translateX(318.4752086141%) skewX(-30deg);}25%{-webkit-transform:translateX(21.4256258422%) skewX(15deg);transform:translateX(21.4256258422%) skewX(15deg);}33%{-webkit-transform:translateX(-8.5743741578%) skewX(15deg);transform:translateX(-8.5743741578%) skewX(15deg);}44%{-webkit-transform:translateX(4.2128799228%) skewX(-7.5deg);transform:translateX(4.2128799228%) skewX(-7.5deg);}55.00000000000001%{-webkit-transform:translateX(-2.0973908101%) skewX(3.75deg);transform:translateX(-2.0973908101%) skewX(3.75deg);}66%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}80%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}to{-webkit-transform:translateX(-300%) skewX(-30deg);transform:translateX(-300%) skewX(-30deg);}to{opacity:1;}}@keyframes ld-rush-rtl{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateX(318.4752086141%) skewX(-30deg);transform:translateX(318.4752086141%) skewX(-30deg);}25%{-webkit-transform:translateX(21.4256258422%) skewX(15deg);transform:translateX(21.4256258422%) skewX(15deg);}33%{-webkit-transform:translateX(-8.5743741578%) skewX(15deg);transform:translateX(-8.5743741578%) skewX(15deg);}44%{-webkit-transform:translateX(4.2128799228%) skewX(-7.5deg);transform:translateX(4.2128799228%) skewX(-7.5deg);}55.00000000000001%{-webkit-transform:translateX(-2.0973908101%) skewX(3.75deg);transform:translateX(-2.0973908101%) skewX(3.75deg);}66%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}80%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);}to{-webkit-transform:translateX(-300%) skewX(-30deg);transform:translateX(-300%) skewX(-30deg);}to{opacity:1;}}.ld.ld-rush-rtl{-webkit-animation:ld-rush-rtl 1s infinite linear;animation:ld-rush-rtl 1s infinite linear;}@-webkit-keyframes ld-rush-ttb{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateY(-78.4752086141%) skewY(30deg);transform:translateY(-78.4752086141%) skewY(30deg);}25%{-webkit-transform:translateY(2.5743741578%) skewY(-15deg);transform:translateY(2.5743741578%) skewY(-15deg);}33%{-webkit-transform:translateY(8.5743741578%) skewY(-15deg);transform:translateY(8.5743741578%) skewY(-15deg);}44%{-webkit-transform:translateY(-4.2128799228%) skewY(7.5deg);transform:translateY(-4.2128799228%) skewY(7.5deg);}55.00000000000001%{-webkit-transform:translateY(2.0973908101%) skewY(-3.75deg);transform:translateY(2.0973908101%) skewY(-3.75deg);}66%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}80%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}to{-webkit-transform:translateY(60%) skewY(30deg);transform:translateY(60%) skewY(30deg);}to{opacity:1;}}@keyframes ld-rush-ttb{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateY(-78.4752086141%) skewY(30deg);transform:translateY(-78.4752086141%) skewY(30deg);}25%{-webkit-transform:translateY(2.5743741578%) skewY(-15deg);transform:translateY(2.5743741578%) skewY(-15deg);}33%{-webkit-transform:translateY(8.5743741578%) skewY(-15deg);transform:translateY(8.5743741578%) skewY(-15deg);}44%{-webkit-transform:translateY(-4.2128799228%) skewY(7.5deg);transform:translateY(-4.2128799228%) skewY(7.5deg);}55.00000000000001%{-webkit-transform:translateY(2.0973908101%) skewY(-3.75deg);transform:translateY(2.0973908101%) skewY(-3.75deg);}66%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}80%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}to{-webkit-transform:translateY(60%) skewY(30deg);transform:translateY(60%) skewY(30deg);}to{opacity:1;}}.ld.ld-rush-ttb{-webkit-animation:ld-rush-ttb 1s infinite linear;animation:ld-rush-ttb 1s infinite linear;}@-webkit-keyframes ld-rush-btt{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateY(318.4752086141%) skewY(-30deg);transform:translateY(318.4752086141%) skewY(-30deg);}25%{-webkit-transform:translateY(21.4256258422%) skewY(15deg);transform:translateY(21.4256258422%) skewY(15deg);}33%{-webkit-transform:translateY(-8.5743741578%) skewY(15deg);transform:translateY(-8.5743741578%) skewY(15deg);}44%{-webkit-transform:translateY(4.2128799228%) skewY(-7.5deg);transform:translateY(4.2128799228%) skewY(-7.5deg);}55.00000000000001%{-webkit-transform:translateY(-2.0973908101%) skewY(3.75deg);transform:translateY(-2.0973908101%) skewY(3.75deg);}66%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}80%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}to{-webkit-transform:translateY(-300%) skewY(-30deg);transform:translateY(-300%) skewY(-30deg);}to{opacity:1;}}@keyframes ld-rush-btt{0%{-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1);opacity:0;}5%{opacity:1;}0%{-webkit-transform:translateY(318.4752086141%) skewY(-30deg);transform:translateY(318.4752086141%) skewY(-30deg);}25%{-webkit-transform:translateY(21.4256258422%) skewY(15deg);transform:translateY(21.4256258422%) skewY(15deg);}33%{-webkit-transform:translateY(-8.5743741578%) skewY(15deg);transform:translateY(-8.5743741578%) skewY(15deg);}44%{-webkit-transform:translateY(4.2128799228%) skewY(-7.5deg);transform:translateY(4.2128799228%) skewY(-7.5deg);}55.00000000000001%{-webkit-transform:translateY(-2.0973908101%) skewY(3.75deg);transform:translateY(-2.0973908101%) skewY(3.75deg);}66%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}80%{-webkit-transform:translateY(0%) skewY(0deg);transform:translateY(0%) skewY(0deg);}to{-webkit-transform:translateY(-300%) skewY(-30deg);transform:translateY(-300%) skewY(-30deg);}to{opacity:1;}}.ld.ld-rush-btt{-webkit-animation:ld-rush-btt 1s infinite linear;animation:ld-rush-btt 1s infinite linear;}@-webkit-keyframes ld-skew{0%,50%,to{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);}25%,75%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:skewX(20deg) scale(1);transform:skewX(20deg) scale(1);}25%{-webkit-transform:skewX(0deg) scale(.9);transform:skewX(0deg) scale(.9);}50%{-webkit-transform:skewX(-20deg) scale(1);transform:skewX(-20deg) scale(1);}75%{-webkit-transform:skewX(0deg) scale(.9);transform:skewX(0deg) scale(.9);}to{-webkit-transform:skewX(20deg) scale(1);transform:skewX(20deg) scale(1);}}@keyframes ld-skew{0%,50%,to{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);}25%,75%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:skewX(20deg) scale(1);transform:skewX(20deg) scale(1);}25%{-webkit-transform:skewX(0deg) scale(.9);transform:skewX(0deg) scale(.9);}50%{-webkit-transform:skewX(-20deg) scale(1);transform:skewX(-20deg) scale(1);}75%{-webkit-transform:skewX(0deg) scale(.9);transform:skewX(0deg) scale(.9);}to{-webkit-transform:skewX(20deg) scale(1);transform:skewX(20deg) scale(1);}}.ld.ld-skew{-webkit-animation:ld-skew 1s infinite linear;animation:ld-skew 1s infinite linear;}@-webkit-keyframes ld-skew-alt{0%,50%,to{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);}25%,75%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:skewY(20deg) scale(1);transform:skewY(20deg) scale(1);}25%{-webkit-transform:skewY(0deg) scale(.9);transform:skewY(0deg) scale(.9);}50%{-webkit-transform:skewY(-20deg) scale(1);transform:skewY(-20deg) scale(1);}75%{-webkit-transform:skewY(0deg) scale(.9);transform:skewY(0deg) scale(.9);}to{-webkit-transform:skewY(20deg) scale(1);transform:skewY(20deg) scale(1);}}@keyframes ld-skew-alt{0%,50%,to{-webkit-animation-timing-function:cubic-bezier(.4,0,1,.6);animation-timing-function:cubic-bezier(.4,0,1,.6);}25%,75%{-webkit-animation-timing-function:cubic-bezier(0,.4,.6,1);animation-timing-function:cubic-bezier(0,.4,.6,1);}0%{-webkit-transform:skewY(20deg) scale(1);transform:skewY(20deg) scale(1);}25%{-webkit-transform:skewY(0deg) scale(.9);transform:skewY(0deg) scale(.9);}50%{-webkit-transform:skewY(-20deg) scale(1);transform:skewY(-20deg) scale(1);}75%{-webkit-transform:skewY(0deg) scale(.9);transform:skewY(0deg) scale(.9);}to{-webkit-transform:skewY(20deg) scale(1);transform:skewY(20deg) scale(1);}}.ld.ld-skew-alt{-webkit-animation:ld-skew-alt 1s infinite linear;animation:ld-skew-alt 1s infinite linear;}@-webkit-keyframes ld-slide-ltr{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(47.8%,0%);transform:translate(47.8%,0%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(147.8%,0%);transform:translate(147.8%,0%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(165.6%,0%);transform:translate(165.6%,0%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(-200%,0%);transform:translate(-200%,0%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(-179.8%,0%);transform:translate(-179.8%,0%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(-38.4%,0%);transform:translate(-38.4%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-slide-ltr{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(47.8%,0%);transform:translate(47.8%,0%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(147.8%,0%);transform:translate(147.8%,0%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(165.6%,0%);transform:translate(165.6%,0%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(-200%,0%);transform:translate(-200%,0%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(-179.8%,0%);transform:translate(-179.8%,0%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(-38.4%,0%);transform:translate(-38.4%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-slide-ltr{-webkit-animation:ld-slide-ltr 1s infinite linear;animation:ld-slide-ltr 1s infinite linear;}@-webkit-keyframes ld-slide-rtl{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(-47.8%,0%);transform:translate(-47.8%,0%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(-147.8%,0%);transform:translate(-147.8%,0%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(-165.6%,0%);transform:translate(-165.6%,0%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(200%,0%);transform:translate(200%,0%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(179.8%,0%);transform:translate(179.8%,0%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(38.4%,0%);transform:translate(38.4%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-slide-rtl{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(-47.8%,0%);transform:translate(-47.8%,0%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(-147.8%,0%);transform:translate(-147.8%,0%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(-165.6%,0%);transform:translate(-165.6%,0%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(200%,0%);transform:translate(200%,0%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(179.8%,0%);transform:translate(179.8%,0%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(38.4%,0%);transform:translate(38.4%,0%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-slide-rtl{-webkit-animation:ld-slide-rtl 1s infinite linear;animation:ld-slide-rtl 1s infinite linear;}@-webkit-keyframes ld-slide-btt{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(0%,-47.8%);transform:translate(0%,-47.8%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(0%,-147.8%);transform:translate(0%,-147.8%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(0%,-165.6%);transform:translate(0%,-165.6%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(0%,200%);transform:translate(0%,200%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(0%,179.8%);transform:translate(0%,179.8%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(0%,38.4%);transform:translate(0%,38.4%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-slide-btt{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(0%,-47.8%);transform:translate(0%,-47.8%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(0%,-147.8%);transform:translate(0%,-147.8%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(0%,-165.6%);transform:translate(0%,-165.6%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(0%,200%);transform:translate(0%,200%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(0%,179.8%);transform:translate(0%,179.8%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(0%,38.4%);transform:translate(0%,38.4%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-slide-btt{-webkit-animation:ld-slide-btt 1s infinite linear;animation:ld-slide-btt 1s infinite linear;}@-webkit-keyframes ld-slide-ttb{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(0%,47.8%);transform:translate(0%,47.8%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(0%,147.8%);transform:translate(0%,147.8%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(0%,165.6%);transform:translate(0%,165.6%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(0%,-200%);transform:translate(0%,-200%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(0%,-179.8%);transform:translate(0%,-179.8%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(0%,-38.4%);transform:translate(0%,-38.4%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}@keyframes ld-slide-ttb{0%{-webkit-animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);animation-timing-function:cubic-bezier(.4652,.1051,.774,.6426);-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}22.5%{-webkit-animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);animation-timing-function:cubic-bezier(.4142,.3131,.7623,.6513);-webkit-transform:translate(0%,47.8%);transform:translate(0%,47.8%);opacity:1;}45%{-webkit-animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);animation-timing-function:cubic-bezier(.3615,.331,.9646,1.3461);-webkit-transform:translate(0%,147.8%);transform:translate(0%,147.8%);opacity:1;}47.5%{-webkit-animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);animation-timing-function:cubic-bezier(.7006,.3332,.6667,.6667);-webkit-transform:translate(0%,165.6%);transform:translate(0%,165.6%);opacity:0;}50%{-webkit-animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);animation-timing-function:cubic-bezier(.1604,.3176,-.0218,.6965);-webkit-transform:translate(0%,-200%);transform:translate(0%,-200%);opacity:0;}51%{-webkit-animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);animation-timing-function:cubic-bezier(.1983,.3529,.5263,.6945);-webkit-transform:translate(0%,-179.8%);transform:translate(0%,-179.8%);opacity:0;}80.4%{-webkit-animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);animation-timing-function:cubic-bezier(.2342,.3708,.5422,.9065);-webkit-transform:translate(0%,-38.4%);transform:translate(0%,-38.4%);opacity:1;}to{-webkit-transform:translate(0%,0%);transform:translate(0%,0%);opacity:1;}}.ld.ld-slide-ttb{-webkit-animation:ld-slide-ttb 1s infinite linear;animation:ld-slide-ttb 1s infinite linear;}@-webkit-keyframes ld-coin-h{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}to{-webkit-transform:rotateY(3600deg);transform:rotateY(3600deg);}}@keyframes ld-coin-h{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}to{-webkit-transform:rotateY(3600deg);transform:rotateY(3600deg);}}.ld.ld-coin,.ld.ld-coin-h{-webkit-animation:ld-coin-h 2s infinite linear;animation:ld-coin-h 2s infinite linear;}@-webkit-keyframes ld-coin-v{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}to{-webkit-transform:rotateX(3600deg);transform:rotateX(3600deg);}}@keyframes ld-coin-v{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}to{-webkit-transform:rotateX(3600deg);transform:rotateX(3600deg);}}.ld.ld-coin-v{-webkit-animation:ld-coin-v 2s infinite linear;animation:ld-coin-v 2s infinite linear;}@-webkit-keyframes ld-cycle{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes ld-cycle{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.ld.ld-cycle{-webkit-animation:ld-cycle 1s infinite linear;animation:ld-cycle 1s infinite linear;}@-webkit-keyframes ld-cycle-alt{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}}@keyframes ld-cycle-alt{0%{-webkit-animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}}.ld.ld-cycle-alt{-webkit-animation:ld-cycle-alt 1s infinite linear;animation:ld-cycle-alt 1s infinite linear;}@-webkit-keyframes ld-flip-h{0%{-webkit-animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}30%{-webkit-animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);-webkit-transform:rotateY(153.72deg);transform:rotateY(153.72deg);}50%{-webkit-animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}55%{-webkit-animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);-webkit-transform:rotateY(238.68deg);transform:rotateY(238.68deg);}to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}}@keyframes ld-flip-h{0%{-webkit-animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}30%{-webkit-animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);-webkit-transform:rotateY(153.72deg);transform:rotateY(153.72deg);}50%{-webkit-animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}55%{-webkit-animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);-webkit-transform:rotateY(238.68deg);transform:rotateY(238.68deg);}to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}}.ld.ld-flip-h{-webkit-animation:ld-flip-h 1s infinite linear;animation:ld-flip-h 1s infinite linear;}@-webkit-keyframes ld-flip-v{0%{-webkit-animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}30%{-webkit-animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);-webkit-transform:rotateX(153.72deg);transform:rotateX(153.72deg);}50%{-webkit-animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}55%{-webkit-animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);-webkit-transform:rotateX(238.68deg);transform:rotateX(238.68deg);}to{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);}}@keyframes ld-flip-v{0%{-webkit-animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);animation-timing-function:cubic-bezier(.1909,.4373,.4509,.7454);-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}30%{-webkit-animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);animation-timing-function:cubic-bezier(.128,.2315,.9704,.8632);-webkit-transform:rotateX(153.72deg);transform:rotateX(153.72deg);}50%{-webkit-animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);animation-timing-function:cubic-bezier(.5788,.3001,.5613,.6784);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}55%{-webkit-animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);animation-timing-function:cubic-bezier(.1545,.4929,.6089,.9373);-webkit-transform:rotateX(238.68deg);transform:rotateX(238.68deg);}to{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);}}.ld.ld-flip-v{-webkit-animation:ld-flip-v 1s infinite linear;animation:ld-flip-v 1s infinite linear;}@-webkit-keyframes ld-spin-fast{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg);}}@keyframes ld-spin-fast{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg);}}.ld.ld-spin-fast{-webkit-animation:ld-spin-fast 1s infinite linear;animation:ld-spin-fast 1s infinite linear;}@-webkit-keyframes ld-spin{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes ld-spin{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.ld.ld-spin{-webkit-animation:ld-spin 1s infinite linear;animation:ld-spin 1s infinite linear;}@-webkit-keyframes ld-squeeze{0%{-webkit-animation-timing-function:cubic-bezier(.1685,.4459,.3641,.7833);animation-timing-function:cubic-bezier(.1685,.4459,.3641,.7833);-webkit-transform:scale(.5,1);transform:scale(.5,1);}30%{-webkit-animation-timing-function:cubic-bezier(.0995,.199,.9948,.959);animation-timing-function:cubic-bezier(.0995,.199,.9948,.959);-webkit-transform:scale(.949,.551);transform:scale(.949,.551);}50%{-webkit-animation-timing-function:cubic-bezier(.6064,.3078,.5406,.6764);animation-timing-function:cubic-bezier(.6064,.3078,.5406,.6764);-webkit-transform:scale(1,.5);transform:scale(1,.5);}55%{-webkit-animation-timing-function:cubic-bezier(.1401,.5826,.6091,.9651);animation-timing-function:cubic-bezier(.1401,.5826,.6091,.9651);-webkit-transform:scale(.802,.698);transform:scale(.802,.698);}to{-webkit-transform:scale(.5,1);transform:scale(.5,1);}}@keyframes ld-squeeze{0%{-webkit-animation-timing-function:cubic-bezier(.1685,.4459,.3641,.7833);animation-timing-function:cubic-bezier(.1685,.4459,.3641,.7833);-webkit-transform:scale(.5,1);transform:scale(.5,1);}30%{-webkit-animation-timing-function:cubic-bezier(.0995,.199,.9948,.959);animation-timing-function:cubic-bezier(.0995,.199,.9948,.959);-webkit-transform:scale(.949,.551);transform:scale(.949,.551);}50%{-webkit-animation-timing-function:cubic-bezier(.6064,.3078,.5406,.6764);animation-timing-function:cubic-bezier(.6064,.3078,.5406,.6764);-webkit-transform:scale(1,.5);transform:scale(1,.5);}55%{-webkit-animation-timing-function:cubic-bezier(.1401,.5826,.6091,.9651);animation-timing-function:cubic-bezier(.1401,.5826,.6091,.9651);-webkit-transform:scale(.802,.698);transform:scale(.802,.698);}to{-webkit-transform:scale(.5,1);transform:scale(.5,1);}}.ld.ld-squeeze{-webkit-animation:ld-squeeze 1s infinite linear;animation:ld-squeeze 1s infinite linear;}@-webkit-keyframes ld-static{}@keyframes ld-static{}.ld.ld-static{-webkit-animation:ld-static 1s infinite linear;animation:ld-static 1s infinite linear;}@-webkit-keyframes ld-surprise{0%{-webkit-transform:skewX(0deg) scale(1);transform:skewX(0deg) scale(1);}10%{-webkit-transform:skewX(-25deg) scale(.5);transform:skewX(-25deg) scale(.5);}20%{-webkit-transform:skewX(-25deg) scale(.5);transform:skewX(-25deg) scale(.5);}30%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}40%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}50%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}60%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}70%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}80%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}90%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}to{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}}@keyframes ld-surprise{0%{-webkit-transform:skewX(0deg) scale(1);transform:skewX(0deg) scale(1);}10%{-webkit-transform:skewX(-25deg) scale(.5);transform:skewX(-25deg) scale(.5);}20%{-webkit-transform:skewX(-25deg) scale(.5);transform:skewX(-25deg) scale(.5);}30%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}40%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}50%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}60%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}70%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}80%{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}90%{-webkit-transform:skewX(25deg) scale(1);transform:skewX(25deg) scale(1);}to{-webkit-transform:skewX(-25deg) scale(1);transform:skewX(-25deg) scale(1);}}.ld.ld-surprise{-webkit-animation:ld-surprise 1s infinite linear;animation:ld-surprise 1s infinite linear;}@-webkit-keyframes ld-measure{0%{-webkit-transform:translate(0%,0%) rotate(0deg);transform:translate(0%,0%) rotate(0deg);}3.33333%{-webkit-transform:translate(0%,0%) rotate(-14.99241deg);transform:translate(0%,0%) rotate(-14.99241deg);}6.66667%{-webkit-transform:translate(0%,0%) rotate(10.93733deg);transform:translate(0%,0%) rotate(10.93733deg);}10%{-webkit-transform:translate(0%,0%) rotate(10.60793deg);transform:translate(0%,0%) rotate(10.60793deg);}13.33333%{-webkit-transform:translate(0%,0%) rotate(-10.26249deg);transform:translate(0%,0%) rotate(-10.26249deg);}16.66667%{-webkit-transform:translate(0%,0%) rotate(.47337deg);transform:translate(0%,0%) rotate(.47337deg);}20%{-webkit-transform:translate(0%,0%) rotate(15deg);transform:translate(0%,0%) rotate(15deg);}23.33333%{-webkit-transform:translate(0%,0%) rotate(.48087deg);transform:translate(0%,0%) rotate(.48087deg);}26.66667%{-webkit-transform:translate(0%,0%) rotate(-10.26796deg);transform:translate(0%,0%) rotate(-10.26796deg);}30%{-webkit-transform:translate(0%,0%) rotate(10.60262deg);transform:translate(0%,0%) rotate(10.60262deg);}33.33333%{-webkit-transform:translate(0%,0%) rotate(10.94246deg);transform:translate(0%,0%) rotate(10.94246deg);}36.66667%{-webkit-transform:translate(0%,0%) rotate(-14.99265deg);transform:translate(0%,0%) rotate(-14.99265deg);}40%{-webkit-transform:translate(0%,0%) rotate(-.0075deg);transform:translate(0%,0%) rotate(-.0075deg);}43.33333%{-webkit-transform:translate(0%,0%) rotate(14.99217deg);transform:translate(0%,0%) rotate(14.99217deg);}46.66667%{-webkit-transform:translate(0%,0%) rotate(-10.93219deg);transform:translate(0%,0%) rotate(-10.93219deg);}50%{-webkit-transform:translate(0%,0%) rotate(-10.61323deg);transform:translate(0%,0%) rotate(-10.61323deg);}53.33333%{-webkit-transform:translate(0%,0%) rotate(10.25702deg);transform:translate(0%,0%) rotate(10.25702deg);}56.66667%{-webkit-transform:translate(0%,0%) rotate(-.46588deg);transform:translate(0%,0%) rotate(-.46588deg);}60%{-webkit-transform:translate(0%,0%) rotate(-15deg);transform:translate(0%,0%) rotate(-15deg);}63.33333%{-webkit-transform:translate(0%,0%) rotate(-.48836deg);transform:translate(0%,0%) rotate(-.48836deg);}66.66667%{-webkit-transform:translate(0%,0%) rotate(10.27343deg);transform:translate(0%,0%) rotate(10.27343deg);}70%{-webkit-transform:translate(0%,0%) rotate(-10.59732deg);transform:translate(0%,0%) rotate(-10.59732deg);}73.33333%{-webkit-transform:translate(0%,0%) rotate(-10.94759deg);transform:translate(0%,0%) rotate(-10.94759deg);}76.66667%{-webkit-transform:translate(0%,0%) rotate(14.99288deg);transform:translate(0%,0%) rotate(14.99288deg);}80%{-webkit-transform:translate(0%,0%) rotate(.015deg);transform:translate(0%,0%) rotate(.015deg);}83.33333%{-webkit-transform:translate(0%,0%) rotate(-14.99193deg);transform:translate(0%,0%) rotate(-14.99193deg);}86.66667%{-webkit-transform:translate(0%,0%) rotate(10.92706deg);transform:translate(0%,0%) rotate(10.92706deg);}90%{-webkit-transform:translate(0%,0%) rotate(10.61853deg);transform:translate(0%,0%) rotate(10.61853deg);}93.33333%{-webkit-transform:translate(0%,0%) rotate(-10.25155deg);transform:translate(0%,0%) rotate(-10.25155deg);}96.66667%{-webkit-transform:translate(0%,0%) rotate(.45838deg);transform:translate(0%,0%) rotate(.45838deg);}to{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);}}@keyframes ld-measure{0%{-webkit-transform:translate(0%,0%) rotate(0deg);transform:translate(0%,0%) rotate(0deg);}3.33333%{-webkit-transform:translate(0%,0%) rotate(-14.99241deg);transform:translate(0%,0%) rotate(-14.99241deg);}6.66667%{-webkit-transform:translate(0%,0%) rotate(10.93733deg);transform:translate(0%,0%) rotate(10.93733deg);}10%{-webkit-transform:translate(0%,0%) rotate(10.60793deg);transform:translate(0%,0%) rotate(10.60793deg);}13.33333%{-webkit-transform:translate(0%,0%) rotate(-10.26249deg);transform:translate(0%,0%) rotate(-10.26249deg);}16.66667%{-webkit-transform:translate(0%,0%) rotate(.47337deg);transform:translate(0%,0%) rotate(.47337deg);}20%{-webkit-transform:translate(0%,0%) rotate(15deg);transform:translate(0%,0%) rotate(15deg);}23.33333%{-webkit-transform:translate(0%,0%) rotate(.48087deg);transform:translate(0%,0%) rotate(.48087deg);}26.66667%{-webkit-transform:translate(0%,0%) rotate(-10.26796deg);transform:translate(0%,0%) rotate(-10.26796deg);}30%{-webkit-transform:translate(0%,0%) rotate(10.60262deg);transform:translate(0%,0%) rotate(10.60262deg);}33.33333%{-webkit-transform:translate(0%,0%) rotate(10.94246deg);transform:translate(0%,0%) rotate(10.94246deg);}36.66667%{-webkit-transform:translate(0%,0%) rotate(-14.99265deg);transform:translate(0%,0%) rotate(-14.99265deg);}40%{-webkit-transform:translate(0%,0%) rotate(-.0075deg);transform:translate(0%,0%) rotate(-.0075deg);}43.33333%{-webkit-transform:translate(0%,0%) rotate(14.99217deg);transform:translate(0%,0%) rotate(14.99217deg);}46.66667%{-webkit-transform:translate(0%,0%) rotate(-10.93219deg);transform:translate(0%,0%) rotate(-10.93219deg);}50%{-webkit-transform:translate(0%,0%) rotate(-10.61323deg);transform:translate(0%,0%) rotate(-10.61323deg);}53.33333%{-webkit-transform:translate(0%,0%) rotate(10.25702deg);transform:translate(0%,0%) rotate(10.25702deg);}56.66667%{-webkit-transform:translate(0%,0%) rotate(-.46588deg);transform:translate(0%,0%) rotate(-.46588deg);}60%{-webkit-transform:translate(0%,0%) rotate(-15deg);transform:translate(0%,0%) rotate(-15deg);}63.33333%{-webkit-transform:translate(0%,0%) rotate(-.48836deg);transform:translate(0%,0%) rotate(-.48836deg);}66.66667%{-webkit-transform:translate(0%,0%) rotate(10.27343deg);transform:translate(0%,0%) rotate(10.27343deg);}70%{-webkit-transform:translate(0%,0%) rotate(-10.59732deg);transform:translate(0%,0%) rotate(-10.59732deg);}73.33333%{-webkit-transform:translate(0%,0%) rotate(-10.94759deg);transform:translate(0%,0%) rotate(-10.94759deg);}76.66667%{-webkit-transform:translate(0%,0%) rotate(14.99288deg);transform:translate(0%,0%) rotate(14.99288deg);}80%{-webkit-transform:translate(0%,0%) rotate(.015deg);transform:translate(0%,0%) rotate(.015deg);}83.33333%{-webkit-transform:translate(0%,0%) rotate(-14.99193deg);transform:translate(0%,0%) rotate(-14.99193deg);}86.66667%{-webkit-transform:translate(0%,0%) rotate(10.92706deg);transform:translate(0%,0%) rotate(10.92706deg);}90%{-webkit-transform:translate(0%,0%) rotate(10.61853deg);transform:translate(0%,0%) rotate(10.61853deg);}93.33333%{-webkit-transform:translate(0%,0%) rotate(-10.25155deg);transform:translate(0%,0%) rotate(-10.25155deg);}96.66667%{-webkit-transform:translate(0%,0%) rotate(.45838deg);transform:translate(0%,0%) rotate(.45838deg);}to{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);}}.ld.ld-measure{-webkit-animation:ld-measure 5s infinite linear;animation:ld-measure 5s infinite linear;}@-webkit-keyframes ld-shiver{0%{-webkit-transform:translate(0%,0%) scale(1);transform:translate(0%,0%) scale(1);}3.33333%{-webkit-transform:translate(0%,0%) scale(1.04279);transform:translate(0%,0%) scale(1.04279);}6.66667%{-webkit-transform:translate(0%,0%) scale(1.00524);transform:translate(0%,0%) scale(1.00524);}10%{-webkit-transform:translate(0%,0%) scale(.96369);transform:translate(0%,0%) scale(.96369);}13.33333%{-webkit-transform:translate(0%,0%) scale(.95064);transform:translate(0%,0%) scale(.95064);}16.66667%{-webkit-transform:translate(0%,0%) scale(.97651);transform:translate(0%,0%) scale(.97651);}20%{-webkit-transform:translate(0%,0%) scale(1.02078);transform:translate(0%,0%) scale(1.02078);}23.33333%{-webkit-transform:translate(0%,0%) scale(1.04875);transform:translate(0%,0%) scale(1.04875);}26.66667%{-webkit-transform:translate(0%,0%) scale(1.03832);transform:translate(0%,0%) scale(1.03832);}30%{-webkit-transform:translate(0%,0%) scale(.99777);transform:translate(0%,0%) scale(.99777);}33.33333%{-webkit-transform:translate(0%,0%) scale(.95897);transform:translate(0%,0%) scale(.95897);}36.66667%{-webkit-transform:translate(0%,0%) scale(.95244);transform:translate(0%,0%) scale(.95244);}40%{-webkit-transform:translate(0%,0%) scale(.98335);transform:translate(0%,0%) scale(.98335);}43.33333%{-webkit-transform:translate(0%,0%) scale(1.02733);transform:translate(0%,0%) scale(1.02733);}46.66667%{-webkit-transform:translate(0%,0%) scale(1.04988);transform:translate(0%,0%) scale(1.04988);}50%{-webkit-transform:translate(0%,0%) scale(1.0331);transform:translate(0%,0%) scale(1.0331);}53.33333%{-webkit-transform:translate(0%,0%) scale(.99035);transform:translate(0%,0%) scale(.99035);}56.66667%{-webkit-transform:translate(0%,0%) scale(.95507);transform:translate(0%,0%) scale(.95507);}60%{-webkit-transform:translate(0%,0%) scale(.95527);transform:translate(0%,0%) scale(.95527);}63.33333%{-webkit-transform:translate(0%,0%) scale(.99057);transform:translate(0%,0%) scale(.99057);}66.66667%{-webkit-transform:translate(0%,0%) scale(1.03343);transform:translate(0%,0%) scale(1.03343);}70%{-webkit-transform:translate(0%,0%) scale(1.04984);transform:translate(0%,0%) scale(1.04984);}73.33333%{-webkit-transform:translate(0%,0%) scale(1.02714);transform:translate(0%,0%) scale(1.02714);}76.66667%{-webkit-transform:translate(0%,0%) scale(.98293);transform:translate(0%,0%) scale(.98293);}80%{-webkit-transform:translate(0%,0%) scale(.9523);transform:translate(0%,0%) scale(.9523);}83.33333%{-webkit-transform:translate(0%,0%) scale(.9591);transform:translate(0%,0%) scale(.9591);}86.66667%{-webkit-transform:translate(0%,0%) scale(.99821);transform:translate(0%,0%) scale(.99821);}90%{-webkit-transform:translate(0%,0%) scale(1.0386);transform:translate(0%,0%) scale(1.0386);}93.33333%{-webkit-transform:translate(0%,0%) scale(1.0487);transform:translate(0%,0%) scale(1.0487);}96.66667%{-webkit-transform:translate(0%,0%) scale(1.02038);transform:translate(0%,0%) scale(1.02038);}to{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1);}}@keyframes ld-shiver{0%{-webkit-transform:translate(0%,0%) scale(1);transform:translate(0%,0%) scale(1);}3.33333%{-webkit-transform:translate(0%,0%) scale(1.04279);transform:translate(0%,0%) scale(1.04279);}6.66667%{-webkit-transform:translate(0%,0%) scale(1.00524);transform:translate(0%,0%) scale(1.00524);}10%{-webkit-transform:translate(0%,0%) scale(.96369);transform:translate(0%,0%) scale(.96369);}13.33333%{-webkit-transform:translate(0%,0%) scale(.95064);transform:translate(0%,0%) scale(.95064);}16.66667%{-webkit-transform:translate(0%,0%) scale(.97651);transform:translate(0%,0%) scale(.97651);}20%{-webkit-transform:translate(0%,0%) scale(1.02078);transform:translate(0%,0%) scale(1.02078);}23.33333%{-webkit-transform:translate(0%,0%) scale(1.04875);transform:translate(0%,0%) scale(1.04875);}26.66667%{-webkit-transform:translate(0%,0%) scale(1.03832);transform:translate(0%,0%) scale(1.03832);}30%{-webkit-transform:translate(0%,0%) scale(.99777);transform:translate(0%,0%) scale(.99777);}33.33333%{-webkit-transform:translate(0%,0%) scale(.95897);transform:translate(0%,0%) scale(.95897);}36.66667%{-webkit-transform:translate(0%,0%) scale(.95244);transform:translate(0%,0%) scale(.95244);}40%{-webkit-transform:translate(0%,0%) scale(.98335);transform:translate(0%,0%) scale(.98335);}43.33333%{-webkit-transform:translate(0%,0%) scale(1.02733);transform:translate(0%,0%) scale(1.02733);}46.66667%{-webkit-transform:translate(0%,0%) scale(1.04988);transform:translate(0%,0%) scale(1.04988);}50%{-webkit-transform:translate(0%,0%) scale(1.0331);transform:translate(0%,0%) scale(1.0331);}53.33333%{-webkit-transform:translate(0%,0%) scale(.99035);transform:translate(0%,0%) scale(.99035);}56.66667%{-webkit-transform:translate(0%,0%) scale(.95507);transform:translate(0%,0%) scale(.95507);}60%{-webkit-transform:translate(0%,0%) scale(.95527);transform:translate(0%,0%) scale(.95527);}63.33333%{-webkit-transform:translate(0%,0%) scale(.99057);transform:translate(0%,0%) scale(.99057);}66.66667%{-webkit-transform:translate(0%,0%) scale(1.03343);transform:translate(0%,0%) scale(1.03343);}70%{-webkit-transform:translate(0%,0%) scale(1.04984);transform:translate(0%,0%) scale(1.04984);}73.33333%{-webkit-transform:translate(0%,0%) scale(1.02714);transform:translate(0%,0%) scale(1.02714);}76.66667%{-webkit-transform:translate(0%,0%) scale(.98293);transform:translate(0%,0%) scale(.98293);}80%{-webkit-transform:translate(0%,0%) scale(.9523);transform:translate(0%,0%) scale(.9523);}83.33333%{-webkit-transform:translate(0%,0%) scale(.9591);transform:translate(0%,0%) scale(.9591);}86.66667%{-webkit-transform:translate(0%,0%) scale(.99821);transform:translate(0%,0%) scale(.99821);}90%{-webkit-transform:translate(0%,0%) scale(1.0386);transform:translate(0%,0%) scale(1.0386);}93.33333%{-webkit-transform:translate(0%,0%) scale(1.0487);transform:translate(0%,0%) scale(1.0487);}96.66667%{-webkit-transform:translate(0%,0%) scale(1.02038);transform:translate(0%,0%) scale(1.02038);}to{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1);}}.ld.ld-shiver{-webkit-animation:ld-shiver .5s infinite linear;animation:ld-shiver .5s infinite linear;}@-webkit-keyframes ld-swim{0%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg);}8.33333%{-webkit-transform:translate(-5.96462px,4.90845px) rotate(-13.66821deg);transform:translate(-5.96462px,4.90845px) rotate(-13.66821deg);}16.66667%{-webkit-transform:translate(5.25471px,-2.05606px) rotate(.47337deg);transform:translate(5.25471px,-2.05606px) rotate(.47337deg);}25%{-webkit-transform:translate(2.30929px,5.79372px) rotate(13.8564deg);transform:translate(2.30929px,5.79372px) rotate(13.8564deg);}33.33333%{-webkit-transform:translate(-5.75556px,-4.60802px) rotate(10.94246deg);transform:translate(-5.75556px,-4.60802px) rotate(10.94246deg);}41.66667%{-webkit-transform:translate(3.73522px,5.97742px) rotate(-14.03079deg);transform:translate(3.73522px,5.97742px) rotate(-14.03079deg);}50%{-webkit-transform:translate(4.2628px,-3.01222px) rotate(-10.61323deg);transform:translate(4.2628px,-3.01222px) rotate(-10.61323deg);}58.33333%{-webkit-transform:translate(-4.65975px,-2.51269px) rotate(5.2869deg);transform:translate(-4.65975px,-2.51269px) rotate(5.2869deg);}66.66667%{-webkit-transform:translate(1.64024px,-1.05167px) rotate(10.27343deg);transform:translate(1.64024px,-1.05167px) rotate(10.27343deg);}75%{-webkit-transform:translate(5.55954px,-4.22763px) rotate(-5.72726deg);transform:translate(5.55954px,-4.22763px) rotate(-5.72726deg);}83.33333%{-webkit-transform:translate(-2.84602px,5.91439px) rotate(-14.99193deg);transform:translate(-2.84602px,5.91439px) rotate(-14.99193deg);}91.66667%{-webkit-transform:translate(-.70744px,-5.43064px) rotate(6.16192deg);transform:translate(-.70744px,-5.43064px) rotate(6.16192deg);}to{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);}}@keyframes ld-swim{0%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg);}8.33333%{-webkit-transform:translate(-5.96462px,4.90845px) rotate(-13.66821deg);transform:translate(-5.96462px,4.90845px) rotate(-13.66821deg);}16.66667%{-webkit-transform:translate(5.25471px,-2.05606px) rotate(.47337deg);transform:translate(5.25471px,-2.05606px) rotate(.47337deg);}25%{-webkit-transform:translate(2.30929px,5.79372px) rotate(13.8564deg);transform:translate(2.30929px,5.79372px) rotate(13.8564deg);}33.33333%{-webkit-transform:translate(-5.75556px,-4.60802px) rotate(10.94246deg);transform:translate(-5.75556px,-4.60802px) rotate(10.94246deg);}41.66667%{-webkit-transform:translate(3.73522px,5.97742px) rotate(-14.03079deg);transform:translate(3.73522px,5.97742px) rotate(-14.03079deg);}50%{-webkit-transform:translate(4.2628px,-3.01222px) rotate(-10.61323deg);transform:translate(4.2628px,-3.01222px) rotate(-10.61323deg);}58.33333%{-webkit-transform:translate(-4.65975px,-2.51269px) rotate(5.2869deg);transform:translate(-4.65975px,-2.51269px) rotate(5.2869deg);}66.66667%{-webkit-transform:translate(1.64024px,-1.05167px) rotate(10.27343deg);transform:translate(1.64024px,-1.05167px) rotate(10.27343deg);}75%{-webkit-transform:translate(5.55954px,-4.22763px) rotate(-5.72726deg);transform:translate(5.55954px,-4.22763px) rotate(-5.72726deg);}83.33333%{-webkit-transform:translate(-2.84602px,5.91439px) rotate(-14.99193deg);transform:translate(-2.84602px,5.91439px) rotate(-14.99193deg);}91.66667%{-webkit-transform:translate(-.70744px,-5.43064px) rotate(6.16192deg);transform:translate(-.70744px,-5.43064px) rotate(6.16192deg);}to{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);}}.ld.ld-swim{-webkit-animation:ld-swim 10s infinite linear;animation:ld-swim 10s infinite linear;}@-webkit-keyframes ld-tremble{0%{-webkit-transform:translate(0px,0px);transform:translate(0px,0px);}3.33333%{-webkit-transform:translate(-.18923px,1.45485px);transform:translate(-.18923px,1.45485px);}6.66667%{-webkit-transform:translate(-.84296px,-1.32524px);transform:translate(-.84296px,-1.32524px);}10%{-webkit-transform:translate(.67971px,1.00422px);transform:translate(.67971px,1.00422px);}13.33333%{-webkit-transform:translate(-.5056px,.83616px);transform:translate(-.5056px,.83616px);}16.66667%{-webkit-transform:translate(1.31368px,-.51401px);transform:translate(1.31368px,-.51401px);}20%{-webkit-transform:translate(-1.21184px,1.49193px);transform:translate(-1.21184px,1.49193px);}23.33333%{-webkit-transform:translate(1.09065px,-.21259px);transform:translate(1.09065px,-.21259px);}26.66667%{-webkit-transform:translate(-1.49916px,.56159px);transform:translate(-1.49916px,.56159px);}30%{-webkit-transform:translate(1.48086px,1.21228px);transform:translate(1.48086px,1.21228px);}33.33333%{-webkit-transform:translate(-1.43889px,-1.152px);transform:translate(-1.43889px,-1.152px);}36.66667%{-webkit-transform:translate(1.35914px,1.34835px);transform:translate(1.35914px,1.34835px);}40%{-webkit-transform:translate(-1.42834px,.3091px);transform:translate(-1.42834px,.3091px);}43.33333%{-webkit-transform:translate(1.47472px,-1.49889px);transform:translate(1.47472px,-1.49889px);}46.66667%{-webkit-transform:translate(-.92402px,1.4416px);transform:translate(-.92402px,1.4416px);}50%{-webkit-transform:translate(1.0657px,-.75306px);transform:translate(1.0657px,-.75306px);}53.33333%{-webkit-transform:translate(-1.19035px,-1.07484px);transform:translate(-1.19035px,-1.07484px);}56.66667%{-webkit-transform:translate(.28828px,.79337px);transform:translate(.28828px,.79337px);}60%{-webkit-transform:translate(-.47167px,-1.42789px);transform:translate(-.47167px,-1.42789px);}63.33333%{-webkit-transform:translate(.64753px,-.09795px);transform:translate(.64753px,-.09795px);}66.66667%{-webkit-transform:translate(.41006px,-.26292px);transform:translate(.41006px,-.26292px);}70%{-webkit-transform:translate(-.22477px,-1.3683px);transform:translate(-.22477px,-1.3683px);}73.33333%{-webkit-transform:translate(.03588px,.92931px);transform:translate(.03588px,.92931px);}76.66667%{-webkit-transform:translate(-1.01937px,-1.18398px);transform:translate(-1.01937px,-1.18398px);}80%{-webkit-transform:translate(.8724px,-.60494px);transform:translate(.8724px,-.60494px);}83.33333%{-webkit-transform:translate(-.71151px,1.4786px);transform:translate(-.71151px,1.4786px);}86.66667%{-webkit-transform:translate(1.40734px,-1.49607px);transform:translate(1.40734px,-1.49607px);}90%{-webkit-transform:translate(-1.33062px,.46957px);transform:translate(-1.33062px,.46957px);}93.33333%{-webkit-transform:translate(1.23264px,1.26738px);transform:translate(1.23264px,1.26738px);}96.66667%{-webkit-transform:translate(-1.48975px,-1.03867px);transform:translate(-1.48975px,-1.03867px);}to{-webkit-transform:translate(0,0);transform:translate(0,0);}}@keyframes ld-tremble{0%{-webkit-transform:translate(0px,0px);transform:translate(0px,0px);}3.33333%{-webkit-transform:translate(-.18923px,1.45485px);transform:translate(-.18923px,1.45485px);}6.66667%{-webkit-transform:translate(-.84296px,-1.32524px);transform:translate(-.84296px,-1.32524px);}10%{-webkit-transform:translate(.67971px,1.00422px);transform:translate(.67971px,1.00422px);}13.33333%{-webkit-transform:translate(-.5056px,.83616px);transform:translate(-.5056px,.83616px);}16.66667%{-webkit-transform:translate(1.31368px,-.51401px);transform:translate(1.31368px,-.51401px);}20%{-webkit-transform:translate(-1.21184px,1.49193px);transform:translate(-1.21184px,1.49193px);}23.33333%{-webkit-transform:translate(1.09065px,-.21259px);transform:translate(1.09065px,-.21259px);}26.66667%{-webkit-transform:translate(-1.49916px,.56159px);transform:translate(-1.49916px,.56159px);}30%{-webkit-transform:translate(1.48086px,1.21228px);transform:translate(1.48086px,1.21228px);}33.33333%{-webkit-transform:translate(-1.43889px,-1.152px);transform:translate(-1.43889px,-1.152px);}36.66667%{-webkit-transform:translate(1.35914px,1.34835px);transform:translate(1.35914px,1.34835px);}40%{-webkit-transform:translate(-1.42834px,.3091px);transform:translate(-1.42834px,.3091px);}43.33333%{-webkit-transform:translate(1.47472px,-1.49889px);transform:translate(1.47472px,-1.49889px);}46.66667%{-webkit-transform:translate(-.92402px,1.4416px);transform:translate(-.92402px,1.4416px);}50%{-webkit-transform:translate(1.0657px,-.75306px);transform:translate(1.0657px,-.75306px);}53.33333%{-webkit-transform:translate(-1.19035px,-1.07484px);transform:translate(-1.19035px,-1.07484px);}56.66667%{-webkit-transform:translate(.28828px,.79337px);transform:translate(.28828px,.79337px);}60%{-webkit-transform:translate(-.47167px,-1.42789px);transform:translate(-.47167px,-1.42789px);}63.33333%{-webkit-transform:translate(.64753px,-.09795px);transform:translate(.64753px,-.09795px);}66.66667%{-webkit-transform:translate(.41006px,-.26292px);transform:translate(.41006px,-.26292px);}70%{-webkit-transform:translate(-.22477px,-1.3683px);transform:translate(-.22477px,-1.3683px);}73.33333%{-webkit-transform:translate(.03588px,.92931px);transform:translate(.03588px,.92931px);}76.66667%{-webkit-transform:translate(-1.01937px,-1.18398px);transform:translate(-1.01937px,-1.18398px);}80%{-webkit-transform:translate(.8724px,-.60494px);transform:translate(.8724px,-.60494px);}83.33333%{-webkit-transform:translate(-.71151px,1.4786px);transform:translate(-.71151px,1.4786px);}86.66667%{-webkit-transform:translate(1.40734px,-1.49607px);transform:translate(1.40734px,-1.49607px);}90%{-webkit-transform:translate(-1.33062px,.46957px);transform:translate(-1.33062px,.46957px);}93.33333%{-webkit-transform:translate(1.23264px,1.26738px);transform:translate(1.23264px,1.26738px);}96.66667%{-webkit-transform:translate(-1.48975px,-1.03867px);transform:translate(-1.48975px,-1.03867px);}to{-webkit-transform:translate(0,0);transform:translate(0,0);}}.ld.ld-tremble{-webkit-animation:ld-tremble .5s infinite linear;animation:ld-tremble .5s infinite linear;}@-webkit-keyframes ld-vortex{0%,60%{-webkit-animation-timing-function:cubic-bezier(.3,0,1,.7);animation-timing-function:cubic-bezier(.3,0,1,.7);}0%{opacity:0;-webkit-transform:rotate(-1800deg) scale(.3);transform:rotate(-1800deg) scale(.3);}60%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}to{opacity:0;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}}@keyframes ld-vortex{0%,60%{-webkit-animation-timing-function:cubic-bezier(.3,0,1,.7);animation-timing-function:cubic-bezier(.3,0,1,.7);}0%{opacity:0;-webkit-transform:rotate(-1800deg) scale(.3);transform:rotate(-1800deg) scale(.3);}60%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}to{opacity:0;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}}.ld.ld-vortex{-webkit-animation:ld-vortex 1s infinite linear;animation:ld-vortex 1s infinite linear;}@-webkit-keyframes ld-vortex-alt{0%,60%{-webkit-animation-timing-function:cubic-bezier(.3,0,1,.7);animation-timing-function:cubic-bezier(.3,0,1,.7);}0%{opacity:0;-webkit-transform:rotate(-1800deg) scale(3);transform:rotate(-1800deg) scale(3);}60%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}to{opacity:0;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}}@keyframes ld-vortex-alt{0%,60%{-webkit-animation-timing-function:cubic-bezier(.3,0,1,.7);animation-timing-function:cubic-bezier(.3,0,1,.7);}0%{opacity:0;-webkit-transform:rotate(-1800deg) scale(3);transform:rotate(-1800deg) scale(3);}60%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}to{opacity:0;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);}}.ld.ld-vortex-alt{-webkit-animation:ld-vortex-alt 1s infinite linear;animation:ld-vortex-alt 1s infinite linear;}@-webkit-keyframes ld-wrench{20%,36%,70%,86%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}0%,50%,to{-webkit-transform:rotate(45deg);transform:rotate(45deg);}}@keyframes ld-wrench{20%,36%,70%,86%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}0%,50%,to{-webkit-transform:rotate(45deg);transform:rotate(45deg);}}.ld.ld-wrench{-webkit-animation:ld-wrench 1s infinite linear;animation:ld-wrench 1s infinite linear;}.ld-ext-bottom,.ld-ext-left,.ld-ext-right,.ld-ext-top,.ld-over,.ld-over-full,.ld-over-full-inverse,.ld-over-inverse{position:relative;}.ld-ext-bottom>.ld,.ld-ext-left>.ld,.ld-ext-right>.ld,.ld-ext-top>.ld,.ld-over-full-inverse>.ld,.ld-over-full>.ld,.ld-over-inverse>.ld,.ld-over>.ld{position:absolute;top:50%;left:50%;width:1em;height:1em;margin:-.5em;opacity:0;z-index:-1;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-animation-play-state:paused;animation-play-state:paused;}.ld-ext-bottom>.ld>*,.ld-ext-left>.ld>*,.ld-ext-right>.ld>*,.ld-ext-top>.ld>*,.ld-over-full-inverse>.ld>*,.ld-over-full>.ld>*,.ld-over-inverse>.ld>*,.ld-over>.ld>*{width:1em;height:1em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-.5em,-.5em);transform:translate(-.5em,-.5em);}.ld-ext-bottom.running>.ld,.ld-ext-left.running>.ld,.ld-ext-right.running>.ld,.ld-ext-top.running>.ld,.ld-over-full-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-inverse.running>.ld,.ld-over.running>.ld{opacity:1;z-index:auto;visibility:visible;-webkit-animation-play-state:running !important;animation-play-state:running !important;}.ld-ext-bottom.running>.ld:after,.ld-ext-bottom.running>.ld:before,.ld-ext-left.running>.ld:after,.ld-ext-left.running>.ld:before,.ld-ext-right.running>.ld:after,.ld-ext-right.running>.ld:before,.ld-ext-top.running>.ld:after,.ld-ext-top.running>.ld:before,.ld-over-full-inverse.running>.ld:after,.ld-over-full-inverse.running>.ld:before,.ld-over-full.running>.ld:after,.ld-over-full.running>.ld:before,.ld-over-inverse.running>.ld:after,.ld-over-inverse.running>.ld:before,.ld-over.running>.ld:after,.ld-over.running>.ld:before{-webkit-animation-play-state:running !important;animation-play-state:running !important;}.ld-ext-bottom,.ld-ext-left,.ld-ext-right,.ld-ext-top{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}.ld-ext-right{-webkit-transition:padding-right .3s;transition:padding-right .3s;}.ld-ext-right.running{padding-right:2.5em !important;}.ld-ext-right>.ld{top:50%;left:auto;right:1.25em;}.ld-ext-left{-webkit-transition:padding-left .3s;transition:padding-left .3s;}.ld-ext-left.running{padding-left:2.5em !important;}.ld-ext-left>.ld{top:50%;right:auto;left:1.25em;}.ld-ext-bottom{-webkit-transition:padding-bottom .3s;transition:padding-bottom .3s;}.ld-ext-bottom.running{padding-bottom:2.5em !important;}.ld-ext-bottom>.ld{top:auto;left:50%;bottom:1.25em;}.ld-ext-top{-webkit-transition:padding-top .3s;transition:padding-top .3s;}.ld-ext-top.running{padding-top:2.5em !important;}.ld-ext-top>.ld{bottom:auto;left:50%;top:1.25em;}.ld-over-full-inverse:before,.ld-over-full:before,.ld-over-inverse:before,.ld-over:before{content:" ";display:block;opacity:0;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;background:rgba(240,240,240,.8);}.ld-over-full-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-inverse.running>.ld,.ld-over.running>.ld{z-index:4001;}.ld-over-full-inverse.running:before,.ld-over-full.running:before,.ld-over-inverse.running:before,.ld-over.running:before{opacity:1;z-index:4000;display:block;}.ld-over-full-inverse.running:before,.ld-over-full-inverse.running>.ld,.ld-over-full.running:before,.ld-over-full.running>.ld{position:fixed;}.ld-over-full>.ld{color:rgba(0,0,0,.8);}.ld-over-full-inverse:before,.ld-over-full:before{background:rgba(255,255,255,.8);}.ld-over-inverse>.ld{color:rgba(255,255,255,.8);}.ld-over-inverse:before{background:rgba(0,0,0,.6);}.ld-over-full-inverse>.ld{color:rgba(255,255,255,.8);}.ld-over-full-inverse:before{background:rgba(0,0,0,.6);}.cbxwpbkmark-clearfix{clear:both;}.cbxbookmark-btn{display:inline-block;padding:4px 8px;margin-bottom:0;font-size:14px;line-height:18px;font-weight:normal !important;color:#333;text-align:center;vertical-align:middle;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;background-repeat:repeat-x;border-radius:5px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe6e6e6",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border:0 none !important;}.cbxbookmark-btn.cbxbookmark-btn-blue{background:#007fff !important;color:#fff !important;}.cbxwpbkmark_cat_hide{display:none;}.cbxwpbkmarktrig{margin:5px 0;border-bottom:0 solid #fff !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}.cbxwpbkmarktrig .cbxwpbkmarktrig-label{margin-left:3px;}.cbxwpbkmarktrig .cbxwpbkmarktrig-label .cbxwpbkmarktrig-count{font-style:normal;}.cbxwpbkmarktrig .cbxwpbkmarktrig-icon{vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.png");background-size:contain;background-repeat:no-repeat;background-position:center;width:21px;height:auto;}.cbxwpbkmarktrig .cbxwpbkmarktrig-icon.nitro-lazy{background-image:none !important;}.cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.png");}.cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon.nitro-lazy{background-image:none !important;}.cbxwpbkmarktrig.running{padding-left:20px !important;}.cbxwpbkmarktrig.running .ld{left:10px !important;}.cbxwpbkmarktrig.running .cbxwpbkmarktrig-icon{display:none;}.cbxwpbkmarktrig:active,.cbxwpbkmarktrig:focus{outline:none !important;background:transparent !important;text-decoration:none !important;}.cbxwpbkmarkwrap{position:relative;font-size:14px;line-height:18px;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;}.cbxwpbkmarkguestwrap,.cbxwpbkmarklistwrap{display:none;position:absolute;left:0;top:30px;z-index:1;background:#fff;width:100%;}.cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap,.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap{width:315px;max-width:315px;border-radius:8px !important;box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-transition:all .3s;transition:all .3s;}.cbxwpbkmarkwrap-download{clear:both;}.cbxwpbkmarkloading{display:none;text-align:center;position:absolute;top:2px;left:133px;margin:0 !important;}.cbxwpbkmark-field-wrap-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.cbxwpbkmark-field-wrap-actions .cbxwpbkmark-field-wrap-action-left{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto;}.cbxwpbkmark-field-wrap-actions .cbxwpbkmark-field-wrap-action-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;}.cbxwpbkmark-field-privacy{font-size:16px;line-height:1.7;height:auto;width:100%;padding:5px 8px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;}.cbxwpbkmark-field-privacy:focus{outline:none;}.cbxwpbkmark-field-update-close{margin-left:5px;}.cbxwpbkmark-field-create-close{margin-left:5px;}.cbxwpbkmark_cat_add_form,.cbxwpbkmark_cat_edit_form{display:none;border-top:1px solid #ccc;margin-top:5px;height:250px;padding:20px 10px;}.cbxwpbkmarklist{width:100%;}.cbxwpbkmark_cat_book_list,.cbxwpbkmark_cat_edit_list{display:none;}.cbxwpbkmark-toolbar{padding:10px;border-top:1px solid #ccc;margin-top:5px;}p.cbxwpbkmark-form-note{display:none;color:#a94442 !important;margin-bottom:8px;line-height:20px !important;font-size:14px !important;}p.cbxwpbkmark-form-note-success{line-height:20px !important;font-size:14px !important;color:#3c763d !important;margin-bottom:10px !important;}.cbxwpbkmark-toolbar-newcat{float:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal !important;-webkit-transition:all .3s;transition:all .3s;}.cbxbookmark-category-list-create:hover,.cbxbookmark-more:hover,.cbxbookmark-mycat-editbox .cbxbookmark-btn:hover,.cbxwpbkmark-toolbar-editcat:hover,.cbxwpbkmark-toolbar-listcat:hover,.cbxwpbkmark-toolbar-newcat:hover,.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a:hover{-webkit-box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;outline:none !important;}.cbxwpbkmark-toolbar-listcat{float:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal !important;-webkit-transition:all .3s;transition:all .3s;}.cbxwpbkmark-toolbar-editcat{float:right;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;padding:5px 10px;border-radius:5px;font-weight:normal !important;-webkit-transition:all .3s;transition:all .3s;}input[type=text].cbxwpbkmark-field-cat{background:#fff;margin-bottom:10px;padding:5px 8px;width:100% !important;line-height:26px;font-size:16px;border-radius:5px;border:1px solid #ccc;}input[type=text].cbxwpbkmark-field-cat:focus{outline:none;}input[type=text].cbxwpbkmark-field-cat.error{outline:1px solid #a94442;}.cbxwpbkmarktrig-button-addto{text-decoration:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}.cbxwpbkmarklistwrap .addto-head{height:37px;padding:10px;border-bottom:1px solid #fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label{font-style:normal;}.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close{margin-left:auto;}.itemicon{float:right;}.lbjs-item{padding:5px;}.cbx-bookmark-error{color:#a94442;}.cbxlbjs{margin:0;padding:0;}.cbxlbjs .cbxlbjs-list{margin:0 !important;overflow:auto;padding:0 !important;list-style:none;height:202px;text-align:center;}.cbxlbjs .cbxlbjs-list .cbxlbjs-item{margin:0 !important;padding:3px 0 !important;list-style:none !important;clear:both !important;background:none !important;float:left !important;font-size:14px;line-height:1.5;text-align:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;cursor:pointer;font-size:inherit;line-height:inherit;-webkit-box-flex:1;-ms-flex:1;flex:1;}.cbxlbjs .cbxlbjs-list .cbxlbjs-item:hover{background-color:#f7f7f9 !important;}.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{-webkit-box-flex:1;-ms-flex:1;flex:1;}.cbxlbjs .cbxlbjs-searchbar-wrapper{margin:0;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;}.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar{margin:0 0 10px 0;width:100% !important;padding:5px 25px 5px 5px;border:1px solid #ccc;border-width:1px 0;font-size:16px;line-height:26px;}.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar:focus{border-width:1px 0 1px 0;outline:0 solid #ccc;}.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar-icon{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:21px;height:21px;content:"";display:inline-block;margin-left:auto;}.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar-icon.nitro-lazy{background-image:none !important;}.cbxlbjs .cbxlbjs-searchbar-icon{background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:21px;height:21px;position:absolute;right:5px;top:9px;content:"";display:inline-block;}.cbxlbjs .cbxlbjs-searchbar-icon.nitro-lazy{background-image:none !important;}.cbxlbjs-item:before{content:"";margin-right:3px;vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;display:inline-block;cursor:pointer;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxlbjs-item[data-incat="1"]:before{content:"";margin-right:3px;vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxlbjs-item-widget[data-privacy="1"]:after,.cbxlbjs-item[data-privacy="1"]:after{content:"";margin-left:3px;vertical-align:middle;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxlbjs-item-widget[data-privacy="0"]:after,.cbxlbjs-item[data-privacy="0"]:after{content:"";margin-left:3px;vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="1"]:before{content:"";margin-right:3px;vertical-align:middle;background:center 2px url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="0"]:before{content:"";margin-right:3px;vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;margin-left:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxwpbkmark_cat_edit_list .cbxlbjs-item:after{content:"";margin-left:3px;vertical-align:middle;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;clear:right !important;cursor:pointer;margin-right:3px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxbookmark-delete-btn{-webkit-box-shadow:none !important;box-shadow:none !important;cursor:pointer;margin-left:10px;display:inline-block;vertical-align:middle;}.cbxbookmark-delete-btn.running .cbx-icon{display:none;}.cbxbookmark-edit-btn{-webkit-box-shadow:none !important;box-shadow:none !important;cursor:pointer;margin-left:10px;display:inline-block;vertical-align:middle;}.cbxwpbookmark-button-holder{float:right;}.cbxbookmark-category-list{margin-left:20px !important;padding:0 !important;}.cbxbookmark-category-list li a{-webkit-box-shadow:none !important;box-shadow:none !important;text-decoration:none !important;}.cbxbookmark-category-list li.cbxbookmark-category-list-item-active{font-weight:bold;}.cbxwpbookmarkcategory-class .cbxbookmark-category-list{margin-left:0 !important;}.cbxbookmark-category-list-item-sublist-a-more{text-align:center;display:block;font-weight:bold;}.cbxbookmark-mycat-panel li{margin-bottom:10px;}.cbxbookmark-mycat-editbox{border-radius:8px;font-size:16px;line-height:18px;background:#fff;padding:10px;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15);margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cbxbookmark-mycat-editbox .cbxbmedit-catname{font-size:14px;line-height:20px;padding:4px 12px;border:1px solid #ccc;border-radius:5px;height:auto;margin:2px 0;}.cbxbookmark-mycat-editbox .cbxbmedit-catname-error{border:1px solid red;}.cbxbookmark-mycat-editbox .cbxbmedit-privacy{width:100px;font-size:14px;line-height:20px;padding:0 12px;height:30px;float:left;display:inline-block;margin:2px 0 2px 10px;border-radius:5px;border:1px solid #ccc;}.cbxbookmark-mycat-editbox .cbxbmedit-privacy.cbxwpbkmark_cat_hide{display:none;}.cbxbookmark-mycat-editbox .cbxbookmark-cat-save{margin-left:10px;background-color:#007fff !important;color:#fff !important;}.cbxbookmark-mycat-editbox .cbxbookmark-cat-close{margin-left:10px;}.cbxwpbm_ajax_icon{display:none;}.cbxwpbookmark-title{padding:0;margin:0 0 10px 0;}.cbxwpbookmark-title a{letter-spacing:0;}.cbxwpbookmark-mostlist,.cbxwpbookmark-mylist{margin-left:20px;padding:0;}.cbxwpbookmark-mostlist li a,.cbxwpbookmark-mylist li a{font-size:14px;line-height:20px;-webkit-box-shadow:none !important;box-shadow:none !important;text-decoration:none !important;}.cbxwpbookmark-mostlist li a img,.cbxwpbookmark-mylist li a img{margin-right:5px;}.cbxwpbookmark-mostlist{padding:0;margin-left:20px;}.cbxwpbookmark-mostlist li{padding:0;margin:0 0 8px 0;clear:both;}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title{margin-bottom:5px;}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a img{max-width:32px;height:auto;-webkit-box-shadow:none;box-shadow:none;margin-left:auto;}.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a span{margin-right:4px;}.cbxwpbookmark-mostlist li a{display:block;border-bottom:0;-webkit-box-shadow:none !important;box-shadow:none !important;}.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{cursor:pointer;padding:5px 10px;display:inline-block;clear:both;border-radius:5px;font-weight:700;-webkit-transition:all .3s;transition:all .3s;}.cbxwpbookmark-mylist-sc-more{margin-bottom:5px;}.cbxbookmark-more-wrap{clear:both;width:100%;text-align:center;margin:5px 0;}.cbxbookmark-more-wrap a{margin:0 auto;-webkit-transition:all .3s;transition:all .3s;text-decoration:none !important;font-size:15px;line-height:2;padding:5px 15px;-webkit-box-shadow:none !important;box-shadow:none !important;border-radius:5px;font-weight:normal !important;}.cbxbookmark-more-wrap a:focus,.cbxbookmark-more-wrap a:hover{-webkit-box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;}.cbxbookmark-alert{padding:5px 10px;margin:5px 0;border:1px solid transparent;border-radius:4px;font-size:16px;line-height:22px;width:100%;}.cbxbookmark-alert .cbxbookmark-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.cbxbookmark-alert .cbxbookmark-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.cbxbookmark-alert .cbxbookmark-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;text-align:center;}.cbxbookmark-alert .cbxbookmark-alert-error{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.cbxlbjs-item-widget_dropdown{margin-bottom:10px;width:100%;max-width:400px;font-size:16px !important;line-height:1.5 !important;}.cbxwpbkmark-icon{width:18px;height:18px;display:block;}.cbxwpbkmarklist-nocatfound{padding:10px;width:100%;text-align:center;}.cbxwpbkmarklist-nocatfound .cbxwpbkmarklist-nocatfoundtrig{color:#a94442;font-size:14px;line-height:20px;cursor:pointer;display:block;}.cbxwpbkmarkguestwrap,.entry-content .cbxwpbkmarkguestwrap{box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-transition:all .3s;transition:all .3s;border-radius:8px !important;max-width:315px;}.cbxwpbkmarkguestwrap h3,.entry-content .cbxwpbkmarkguestwrap h3{font-weight:bold !important;font-size:18px !important;line-height:1.5 !important;padding:0 !important;margin:0 0 8px 0 !important;}.cbxwpbkmarkguestwrap label,.entry-content .cbxwpbkmarkguestwrap label{display:block;width:100% !important;font-size:15px !important;line-height:1.5 !important;padding:0 !important;margin:0 0 4px 0 !important;}.cbxwpbkmarkguestwrap .bbp-remember-me label,.entry-content .cbxwpbkmarkguestwrap .bbp-remember-me label{display:inline-block;width:auto !important;}.cbxwpbkmarkguestwrap input[type=date],.cbxwpbkmarkguestwrap input[type=datetime-local],.cbxwpbkmarkguestwrap input[type=datetime],.cbxwpbkmarkguestwrap input[type=email],.cbxwpbkmarkguestwrap input[type=month],.cbxwpbkmarkguestwrap input[type=number],.cbxwpbkmarkguestwrap input[type=password],.cbxwpbkmarkguestwrap input[type=search],.cbxwpbkmarkguestwrap input[type=tel],.cbxwpbkmarkguestwrap input[type=text],.cbxwpbkmarkguestwrap input[type=time],.cbxwpbkmarkguestwrap input[type=url],.cbxwpbkmarkguestwrap input[type=week],.entry-content .cbxwpbkmarkguestwrap input[type=date],.entry-content .cbxwpbkmarkguestwrap input[type=datetime-local],.entry-content .cbxwpbkmarkguestwrap input[type=datetime],.entry-content .cbxwpbkmarkguestwrap input[type=email],.entry-content .cbxwpbkmarkguestwrap input[type=month],.entry-content .cbxwpbkmarkguestwrap input[type=number],.entry-content .cbxwpbkmarkguestwrap input[type=password],.entry-content .cbxwpbkmarkguestwrap input[type=search],.entry-content .cbxwpbkmarkguestwrap input[type=tel],.entry-content .cbxwpbkmarkguestwrap input[type=text],.entry-content .cbxwpbkmarkguestwrap input[type=time],.entry-content .cbxwpbkmarkguestwrap input[type=url],.entry-content .cbxwpbkmarkguestwrap input[type=week]{width:100%;border:1px solid #ccc !important;margin:0 0 8px 0 !important;padding:5px !important;}.cbxwpbkmarkguestwrap input[type=date]:focus,.cbxwpbkmarkguestwrap input[type=datetime-local]:focus,.cbxwpbkmarkguestwrap input[type=datetime]:focus,.cbxwpbkmarkguestwrap input[type=email]:focus,.cbxwpbkmarkguestwrap input[type=month]:focus,.cbxwpbkmarkguestwrap input[type=number]:focus,.cbxwpbkmarkguestwrap input[type=password]:focus,.cbxwpbkmarkguestwrap input[type=search]:focus,.cbxwpbkmarkguestwrap input[type=tel]:focus,.cbxwpbkmarkguestwrap input[type=text]:focus,.cbxwpbkmarkguestwrap input[type=time]:focus,.cbxwpbkmarkguestwrap input[type=url]:focus,.cbxwpbkmarkguestwrap input[type=week]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=date]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=datetime-local]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=datetime]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=email]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=month]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=number]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=password]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=search]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=tel]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=text]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=time]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=url]:focus,.entry-content .cbxwpbkmarkguestwrap input[type=week]:focus{outline:0 none !important;}.cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register,.entry-content .cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register{padding:0 !important;margin:10px 0 0 0 !important;}.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row,.entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row{margin:0 !important;}.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password,.entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password{margin:5px 0;}.cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline,.entry-content .cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline{display:block !important;position:relative !important;left:auto !important;top:auto !important;}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{position:relative;}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-message-head{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;border-bottom:1px solid #ccc;margin-bottom:10px;}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-message-head .cbxwpbkmarkguesttrig_close{margin-left:auto;-webkit-box-shadow:none;box-shadow:none;}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-content{padding:10px;}.cbxbookmark-category-list-create{margin-left:20px;cursor:pointer;padding:5px 10px;margin-bottom:20px;display:inline-block;font-size:14px;line-height:1.5;clear:both;border-radius:5px;font-weight:700;-webkit-transition:all .3s;transition:all .3s;outline:none !important;}.cbxbookmark-category-list-create-form{display:none;margin-left:20px;}.products .cbxwpbkmarkwrap{display:inline-block;}@media (max-width:767px){.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{padding:15px;}}@media (max-width:400px){.cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap,.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap{width:100% !important;max-width:100% !important;}.cbxlbjs .cbxlbjs-list .cbxlbjs-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.cbxlbjs-item-widget[data-privacy="0"]:after,.cbxlbjs-item-widget[data-privacy="1"]:after,.cbxlbjs-item[data-incat="0"]:before,.cbxlbjs-item[data-incat="1"]:before,.cbxlbjs-item[data-privacy="0"]:after,.cbxlbjs-item[data-privacy="1"]:after{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;}.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{padding:10px;}}.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-privacy{margin-left:0;}.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-catname{margin-bottom:10px;}.cbxwpbookmark-default .cbxwpbkmark-toolbar-editcat{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default .cbxwpbkmark-toolbar-newcat{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default .cbxwpbkmark-toolbar-listcat{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #e2e2e2;border-radius:5px;}.cbxwpbookmark-default .cbxwpbkmark-field-privacy:focus{border:1px solid #e2e2e2;border-radius:5px;}.cbxwpbookmark-default .cbxbookmark-category-list-create,.cbxwpbookmark-default .cbxwpbookmark_deleteall{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #e2e2e2;border-radius:5px;outline:none !important;}.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #e2e2e2;border-radius:5px;outline:none !important;}.cbxwpbookmark-default .cbxbookmark-more{background:#e2e2e2;color:#212121;}.cbxwpbookmark-default .cbxbookmark-more:focus{border:1px solid #e2e2e2;border-radius:5px;}.cbxwpbookmark-default .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#e2e2e2;color:#212121;}.cbxwpbookmark-red .cbxwpbkmark-toolbar-editcat{background:#f44336;color:#fff;}.cbxwpbookmark-red .cbxwpbkmark-toolbar-newcat{background:#f44336;color:#fff;}.cbxwpbookmark-red .cbxwpbkmark-toolbar-listcat{background:#f44336;color:#fff;}.cbxwpbookmark-red input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #f44336;border-radius:5px;}.cbxwpbookmark-red .cbxwpbkmark-field-privacy:focus{border:1px solid #f44336;border-radius:5px;}.cbxwpbookmark-red .cbxbookmark-category-list-create,.cbxwpbookmark-red .cbxwpbookmark_deleteall{background:#f44336;color:#fff;}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#f44336;color:#fff;}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #f44336;border-radius:5px;outline:none !important;}.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #f44336;border-radius:5px;outline:none !important;}.cbxwpbookmark-red .cbxbookmark-more{background:#f44336;color:#fff;}.cbxwpbookmark-red .cbxbookmark-more:focus{border:1px solid #f44336;border-radius:5px;}.cbxwpbookmark-red .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#f44336;color:#fff;}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-editcat{background:#673ab7;color:#fff;}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-newcat{background:#673ab7;color:#fff;}.cbxwpbookmark-purple .cbxwpbkmark-toolbar-listcat{background:#673ab7;color:#fff;}.cbxwpbookmark-purple input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #673ab7;border-radius:5px;}.cbxwpbookmark-purple .cbxwpbkmark-field-privacy:focus{border:1px solid #673ab7;border-radius:5px;}.cbxwpbookmark-purple .cbxbookmark-category-list-create,.cbxwpbookmark-purple .cbxwpbookmark_deleteall{background:#673ab7;color:#fff;}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#673ab7;color:#fff;}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #673ab7;border-radius:5px;outline:none !important;}.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #673ab7;border-radius:5px;outline:none !important;}.cbxwpbookmark-purple .cbxbookmark-more{background:#673ab7;color:#fff;}.cbxwpbookmark-purple .cbxbookmark-more:focus{border:1px solid #673ab7;border-radius:5px;}.cbxwpbookmark-purple .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#673ab7;color:#fff;}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-editcat{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-newcat{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-listcat{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #3f51b5;border-radius:5px;}.cbxwpbookmark-indigo .cbxwpbkmark-field-privacy:focus{border:1px solid #3f51b5;border-radius:5px;}.cbxwpbookmark-indigo .cbxbookmark-category-list-create,.cbxwpbookmark-indigo .cbxwpbookmark_deleteall{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #3f51b5;border-radius:5px;outline:none !important;}.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #3f51b5;border-radius:5px;outline:none !important;}.cbxwpbookmark-indigo .cbxbookmark-more{background:#3f51b5;color:#fff;}.cbxwpbookmark-indigo .cbxbookmark-more:focus{border:1px solid #3f51b5;border-radius:5px;}.cbxwpbookmark-indigo .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#3f51b5;color:#fff;}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-editcat{background:#2196f3;color:#fff;}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-newcat{background:#2196f3;color:#fff;}.cbxwpbookmark-blue .cbxwpbkmark-toolbar-listcat{background:#2196f3;color:#fff;}.cbxwpbookmark-blue input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #2196f3;border-radius:5px;}.cbxwpbookmark-blue .cbxwpbkmark-field-privacy:focus{border:1px solid #2196f3;border-radius:5px;}.cbxwpbookmark-blue .cbxbookmark-category-list-create,.cbxwpbookmark-blue .cbxwpbookmark_deleteall{background:#2196f3;color:#fff;}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#2196f3;color:#fff;}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #2196f3;border-radius:5px;outline:none !important;}.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #2196f3;border-radius:5px;outline:none !important;}.cbxwpbookmark-blue .cbxbookmark-more{background:#2196f3;color:#fff;}.cbxwpbookmark-blue .cbxbookmark-more:focus{border:1px solid #2196f3;border-radius:5px;}.cbxwpbookmark-blue .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#2196f3;color:#fff;}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-editcat{background:#009688;color:#fff;}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-newcat{background:#009688;color:#fff;}.cbxwpbookmark-teal .cbxwpbkmark-toolbar-listcat{background:#009688;color:#fff;}.cbxwpbookmark-teal input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #009688;border-radius:5px;}.cbxwpbookmark-teal .cbxwpbkmark-field-privacy:focus{border:1px solid #009688;border-radius:5px;}.cbxwpbookmark-teal .cbxbookmark-category-list-create,.cbxwpbookmark-teal .cbxwpbookmark_deleteall{background:#009688;color:#fff;}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#009688;color:#fff;}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #009688;border-radius:5px;outline:none !important;}.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #009688;border-radius:5px;outline:none !important;}.cbxwpbookmark-teal .cbxbookmark-more{background:#009688;color:#fff;}.cbxwpbookmark-teal .cbxbookmark-more:focus{border:1px solid #009688;border-radius:5px;}.cbxwpbookmark-teal .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#009688;color:#fff;}.cbxwpbookmark-green .cbxwpbkmark-toolbar-editcat{background:#4caf50;color:#fff;}.cbxwpbookmark-green .cbxwpbkmark-toolbar-newcat{background:#4caf50;color:#fff;}.cbxwpbookmark-green .cbxwpbkmark-toolbar-listcat{background:#4caf50;color:#fff;}.cbxwpbookmark-green input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #4caf50;border-radius:5px;}.cbxwpbookmark-green .cbxwpbkmark-field-privacy:focus{border:1px solid #4caf50;border-radius:5px;}.cbxwpbookmark-green .cbxbookmark-category-list-create,.cbxwpbookmark-green .cbxwpbookmark_deleteall{background:#4caf50;color:#fff;}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#4caf50;color:#fff;}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #4caf50;border-radius:5px;outline:none !important;}.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #4caf50;border-radius:5px;outline:none !important;}.cbxwpbookmark-green .cbxbookmark-more{background:#4caf50;color:#fff;}.cbxwpbookmark-green .cbxbookmark-more:focus{border:1px solid #4caf50;border-radius:5px;}.cbxwpbookmark-green .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#4caf50;color:#fff;}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-editcat{background:#ff9800;color:#fff;}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-newcat{background:#ff9800;color:#fff;}.cbxwpbookmark-orange .cbxwpbkmark-toolbar-listcat{background:#ff9800;color:#fff;}.cbxwpbookmark-orange input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #ff9800;border-radius:5px;}.cbxwpbookmark-orange .cbxwpbkmark-field-privacy:focus{border:1px solid #ff9800;border-radius:5px;}.cbxwpbookmark-orange .cbxbookmark-category-list-create,.cbxwpbookmark-orange .cbxwpbookmark_deleteall{background:#ff9800;color:#fff;}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#ff9800;color:#fff;}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #ff9800;border-radius:5px;outline:none !important;}.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #ff9800;border-radius:5px;outline:none !important;}.cbxwpbookmark-orange .cbxbookmark-more{background:#ff9800;color:#fff;}.cbxwpbookmark-orange .cbxbookmark-more:focus{border:1px solid #ff9800;border-radius:5px;}.cbxwpbookmark-orange .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#ff9800;color:#fff;}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-editcat{background:#795548;color:#fff;}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-newcat{background:#795548;color:#fff;}.cbxwpbookmark-brown .cbxwpbkmark-toolbar-listcat{background:#795548;color:#fff;}.cbxwpbookmark-brown input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #795548;border-radius:5px;}.cbxwpbookmark-brown .cbxwpbkmark-field-privacy:focus{border:1px solid #795548;border-radius:5px;}.cbxwpbookmark-brown .cbxbookmark-category-list-create,.cbxwpbookmark-brown .cbxwpbookmark_deleteall{background:#795548;color:#fff;}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#795548;color:#fff;}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #795548;border-radius:5px;outline:none !important;}.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #795548;border-radius:5px;outline:none !important;}.cbxwpbookmark-brown .cbxbookmark-more{background:#795548;color:#fff;}.cbxwpbookmark-brown .cbxbookmark-more:focus{border:1px solid #795548;border-radius:5px;}.cbxwpbookmark-brown .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#795548;color:#fff;}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-editcat{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-newcat{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-listcat{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray input[type=text].cbxwpbkmark-field-cat:focus{border:1px solid #607d8b;border-radius:5px;}.cbxwpbookmark-blue-gray .cbxwpbkmark-field-privacy:focus{border:1px solid #607d8b;border-radius:5px;}.cbxwpbookmark-blue-gray .cbxbookmark-category-list-create,.cbxwpbookmark-blue-gray .cbxwpbookmark_deleteall{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbookmark-btn{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus{border:1px solid #607d8b;border-radius:5px;outline:none !important;}.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus{border:1px solid #607d8b;border-radius:5px;outline:none !important;}.cbxwpbookmark-blue-gray .cbxbookmark-more{background:#607d8b;color:#fff;}.cbxwpbookmark-blue-gray .cbxbookmark-more:focus{border:1px solid #607d8b;border-radius:5px;}.cbxwpbookmark-blue-gray .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a{background:#607d8b;color:#fff;}#buddypress .cbxlbjs .cbxlbjs-list .cbxlbjs-item{padding:0 !important;}div.action i.cbxwpbkmarktrig-count{font-size:14px !important;}#buddypress ul.activity-list li{overflow:visible !important;}.cbxwpbookmark_deleteall{margin-left:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}.cbxwpbookmark_deleteall .cbx-icon{margin-left:5px;}.cbxwpbookmark_deleteall:focus,.cbxwpbookmark_deleteall:hover{text-decoration:none !important;outline:none !important;-webkit-box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;}.cbxwpbookmark_deleteall.running .cbx-icon{display:none;}.cbxwpbookmark_share{background:#007fff !important;color:#fff !important;margin-left:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}.cbxwpbookmark_share:focus,.cbxwpbookmark_share:hover{text-decoration:none !important;outline:none !important;-webkit-box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;box-shadow:2.736px 7.518px 10px 0 rgba(0,0,0,.15) !important;}.cbxwpbookmark_share .cbx-icon{margin-left:5px;}.cbxwpbookmark-widget-class .cbxwpbookmark_share{margin-left:0;}#awn-confirm-ok{background:#40871d !important;border:0;border-radius:4px;color:#fff;font-size:14px !important;font-weight:normal !important;line-height:1.2 !important;padding:10px 15px !important;}#awn-confirm-cancel{background:#1c76a6 !important;border:0;border-radius:4px;color:#fff;font-size:14px !important;font-weight:normal !important;line-height:1.2 !important;padding:10px 15px !important;}.awn-popup-title{font-size:18px !important;font-weight:bold !important;line-height:1.2 !important;text-transform:capitalize !important;margin-bottom:30px;}.awn-popup-content{font-size:14px !important;font-weight:normal !important;line-height:1.2 !important;}.shareurl_modal h3{font-size:16px !important;font-weight:normal !important;line-height:1.2 !important;margin-bottom:10px !important;padding:0 !important;}.shareurl_modal .shareurl_copy{display:-webkit-box;display:-ms-flexbox;display:flex;}.shareurl_modal .shareurl_copy .shareurl_copy_input{font-size:14px !important;font-weight:normal !important;line-height:1.2 !important;padding:5px 10px !important;border-radius:4px 0 0 4px !important;border-right:0 !important;-webkit-box-flex:1 !important;-ms-flex:1 0 auto !important;flex:1 0 auto !important;width:auto !important;}.shareurl_modal .shareurl_copy .shareurl_copy_btn{font-size:14px !important;font-weight:normal !important;line-height:1.2 !important;padding:5px 10px !important;border-radius:0 4px 4px 0 !important;-webkit-box-flex:0 !important;-ms-flex:0 0 auto !important;flex:0 0 auto !important;background:#007fff !important;color:#fff !important;}.shareurl_modal .shareurl_copy .shareurl_copy_btn:disabled{cursor:not-allowed;}p.cbxbookmark-category-list-item-notfound{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;text-align:center;font-size:16px;line-height:1.2;}.modal{display:none;justify-content:center;align-items:center;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4);}.video-image{cursor:pointer;}.video-image:hover .modal{display:flex;}.modal-content{background-color:#fefefe;border:1px solid #fff;border-radius:.35em;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:20px;width:520px;height:auto;max-height:290px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.video-modal-content.modal-content{background-color:#fefefe;border:1px solid #fff;border-radius:.35em;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:0;width:600px;height:540px;max-height:580px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.video-modal-content.paused.modal-content{background-color:#fefefe;border:1px solid #fff;border-radius:.35em;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:0;width:600px;height:580px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.modal-content .the-title{font-weight:700;color:#000;font-size:36px;line-height:1.2em;padding:0 0 5px 0;text-align:center;}.modal-content .the-sub-title{font-size:20px;text-align:center;padding:0 0 15px 0;}.modal-content .trailer-video{height:324px;margin-bottom:15px;text-align:center;}.modal-content .trailer-video iframe{width:100%;height:100%;}.modal-content .login-btn{font-size:14px;line-height:1.2em;text-align:center;}.modal-content .join-today-btn-cell{margin:0 auto;width:90%;max-width:380px;font-weight:700;}.modal-content .class-login-bar{padding-top:15px;text-align:center;}.close{color:#aaa;position:absolute;right:0;top:0;font-size:28px;font-weight:bold;line-height:1;padding:5px 10px;margin:0;overflow:hidden;}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;}.resume-notice{font-size:16px;padding:0 15px;line-height:1.2;}.resume-notice-video{font-size:14px;line-height:1.4;padding:0 20px;}@media (max-width: 768px){.modal-content{display:flex;flex-direction:column;justify-content:center;padding:0;width:80%;max-width:460px;height:220px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.video-modal-content.modal-content{width:90%;max-width:410px;height:auto;max-height:450px;margin:20px auto;padding:10px;}.modal-content .trailer-video,.video-modal-content .trailer-video{height:220px;width:100%;margin:0;}.the-title,.modal-content .the-title{font-size:18px;padding:2px 0 5px 0;text-align:center;}.video-modal-content.paused.modal-content .the-title.paused-headline,.video-modal-content.paused.modal-content .modal-content .the-title.paused-headline{font-size:18px;padding:10px 0 0px 0;text-align:center;}.the-sub-title,.modal-content .the-sub-title{font-size:18px;text-align:center;padding:0 0 10px 0;}.video-modal-content.paused.modal-content .the-sub-title,.modal-content .the-sub-title{font-size:14px;text-align:center;padding:0 0 10px 0;}.the-text,.modal-content .the-text{font-size:14px;text-align:center;margin:0;padding:5px 0 0 0;}.modal-content .join-today-btn-cell{margin:20px auto;max-width:380px;}.modal-content .class-login-bar,.video-modal-content .class-login-bar{padding-top:0px;text-align:center;}.resume-notice{font-size:14px;padding:10px 15px 0 15px;line-height:1.2;}.resume-notice-video{font-size:11px;line-height:1.3;padding:10px 20px 0 20px;}}@media screen and (max-width: 480px){.modal-content{display:flex;flex-direction:column;justify-content:center;padding:20px;width:90%;max-width:320px;height:180px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.paused.modal-content{height:290px;}.video-modal-content.modal-content{width:100%;height:auto;max-width:320px;max-height:340px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.video-modal-content.paused.modal-content{width:100%;height:auto;max-width:320px;max-height:440px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding-bottom:15px;}.the-sub-title,.modal-content .the-sub-title{font-size:14px;text-align:center;padding:0 0 10px 0;}.modal-content .trailer-video,.video-modal-content .trailer-video{height:170px;width:100%;margin:0;}.promo-video{height:170px;margin-bottom:0px;text-align:center;}.modal-content .join-today-btn-cell{margin:10px auto;width:100%;max-width:none;}.resume-notice{font-size:12px;padding:10px 15px 0 15px;line-height:1.2;}}@media screen and (max-width: 300px){.modal-content{display:flex;flex-direction:column;justify-content:center;padding:0;width:260px;height:auto;position:absolute;left:50%;top:50%;margin-left:-40%;margin-top:-30%;}.video-modal-content.modal-content{width:90%;max-width:240px;height:90%;max-height:340px;margin:20px auto;padding:10px;}.modal-content .trailer-video,.video-modal-content .trailer-video{height:130px;width:100%;margin:0;}.promo-video{height:130px;margin-bottom:0px;text-align:center;}.class-login-bar{padding-top:0px;text-align:center;}}.clear-videocontainer{margin-top:45px;}.video-container-wrapper{margin:0 auto;background-color:transparent;max-width:1400px;}.video-content-row{margin:45px 15px 0 15px;display:flex;flex-wrap:wrap;}.course_video_page-template-default .video-content-row{margin-top:30px;}.video-main-left.video-class-page{float:left;width:70%;display:block;}.video-main-left.video-class-page.member-video{width:100%;max-width:1100px;margin:0 auto;}.video-frame-wrap{border:2px solid #f0f1f3;position:relative;}.video-main-left .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}@media screen and (max-width: 979px){.shareblockwidget{display:none;}.video-main-left.video-class-page{float:left;width:100%;}.video-content-row{display:flex;flex-wrap:wrap;flex-direction:column;margin:20px;}.video_nav-column{margin:0 0 0 0;}}.get-access{font-size:16px;line-height:1.4em;max-width:250px;margin:0;}.main-course-content-posterframe{margin-bottom:0px;position:relative;cursor:pointer;}.main-course-content-posterframe img{width:100%;height:auto;}.main-course-content-posterframe .play-btn-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;}.video_nav-column{flex:1;margin:0 20px;}.video_nav-column h4.classes-list-heading{font-size:1em;font-weight:300;margin:10px 0 5px 10px;padding:0;line-height:1em;color:#e3e3e3;}.video_column{flex:1;}.video_nav-column.class-video-side-container{display:flex;flex-flow:column;align-content:center;flex-wrap:wrap;padding:20px;}.course_video_page-template-single-course_video_page_live_show .video_nav-column.class-video-side-container{display:flex;flex-flow:column;align-content:center;flex-wrap:wrap;padding:0px;}.nonheader{margin:0 0 20px 0;font-family:"quicksand",sans-serif;font-weight:400;letter-spacing:0em;text-transform:none;color:hsl(0,0%,12%);font-size:18px;}.video_nav-column.class-video-side-container .brand-logos{display:flex;text-align:center;width:100%;}.video_nav-column.class-video-side-container .brand-logos img{width:80%;margin:auto;}.video_nav-column.class-video-side-container .join-today-btn-cell.flex{justify-content:center;}.video_nav-column.class-video-side-container a.join-today-btn.flex{}.video_nav-column.class-video-side-container .flexcentre{display:flex;justify-content:space-around;}.the-title{line-height:1.2;font-size:32px;font-weight:700;color:#000;letter-spacing:-.01em;margin:0;padding:0 0 6px 0;}.the-title.paused-headline{font-size:26px;margin:0px 0 15px 0;margin:0;background:#e85cba;background:linear-gradient(to right,#e85cba 0%,#ff825b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-weight:700;line-height:1.2;letter-spacing:-.01em;padding:0 0 6px 0;}.the-title.paused-headline.left{text-align:left;}.paused-btn-cell [type="submit"]{text-shadow:none;font-weight:700 !important;font-size:20px;background:linear-gradient(to right,#e85cba 0%,#ff825b 100%) !important;margin:15px 0 10px 0;}.paused-btn-cell form{margin:0 0 0 0;}.paused-btn-cell [type="submit"]:hover{background:linear-gradient(to right,#ff825b 0%,#e85cba 100%) !important;margin-top:15px;}.resume-notice{font-size:12px;margin-top:0px;}.top-notice-btn{color:#fff;}.top-notice-btn:hover{text-decoration:underline;color:#fff;}.the-sub-title{line-height:1.2;font-size:22px;font-weight:300;color:#000;letter-spacing:-0em;margin:0;padding:0;}.the-text{line-height:1.2;font-size:18px;font-weight:400;color:#000;letter-spacing:-0em;margin:0 0 10px 0;padding:15px 0 0 0;}.includes-list{text-align:left;display:flex;justify-content:flex-start;}.message ul{list-style:none;margin:5px 0 15px 14px;line-height:1.2em;}.message ul li{font-size:16px;color:#000;font-weight:400;margin-bottom:17px;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/tick.svg") no-repeat 0% 50%;background-size:auto 10px;padding-left:35px;}.message ul li.nitro-lazy{background-image:none !important;}.message ul li.classes{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-class-icon.svg") no-repeat 0% 50%;}.message ul li.classes.nitro-lazy{background-image:none !important;}.message ul li.reviews{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-5-star-icon.svg") no-repeat 0% 50%;}.message ul li.reviews.nitro-lazy{background-image:none !important;}.message ul li.members{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-live-streaming-icon-m.svg") no-repeat 0% 50%;}.message ul li.members.nitro-lazy{background-image:none !important;}.message ul li.ownpace{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-learn-icon.svg") no-repeat 0% 50%;}.message ul li.ownpace.nitro-lazy{background-image:none !important;}.message ul li.live{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-live-icon.svg") no-repeat 0% 50%;}.message ul li.live.nitro-lazy{background-image:none !important;}.message ul li.community{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-competition-icon.svg") no-repeat 0% 50%;}.message ul li.community.nitro-lazy{background-image:none !important;}.message ul li.languages{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-multi-language-icon.svg") no-repeat 0% 50%;}.message ul li.languages.nitro-lazy{background-image:none !important;}.message ul li.support{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/source/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/images/ve-support-icon.svg") no-repeat 0% 50%;}.message ul li.support.nitro-lazy{background-image:none !important;}.message ul li strong{font-weight:400;}.course_video_page .entry-content.content{margin-top:10px;}h1.entry-title.video-course{letter-spacing:.01em;font-weight:400;font-size:150%;}.single-course_video_page .entry-content h2{margin:5px 0 0 0;font-family:"quicksand",sans-serif;font-weight:400;letter-spacing:0em;text-transform:none;color:hsl(0,0%,12%);font-size:28px;}.single-course_video_page .entry-content h3,.single-course_video_page .entry-content h3 span{margin:15px 0 20px 0;font-family:"quicksand",sans-serif;font-weight:400;letter-spacing:0em;text-transform:none;color:hsl(0,0%,12%);font-size:22px;}.single-course_video_page .entry-content h4,.single-course_video_page .entry-content h43 span{margin:15px 0 20px 0;font-family:"quicksand",sans-serif;font-weight:400;letter-spacing:0em;text-transform:none;color:hsl(0,0%,12%);font-size:18px;}.coursetype-introduction .cs-content p,.course_video_page .entry-content.content p{margin:0;margin-bottom:0px;margin-bottom:28px;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;}.join-today-btn-cell{background:#ff64fb;font-family:"quicksand",sans-serif;border-radius:5.88px;margin:20px 0 30px 0;}.join-today-btn-cell a{color:#fff;font-size:16.8px;display:block;padding:10px 20px;text-align:center;}.join-today-btn-cell a:hover{color:#3e3a37;}.join-today-btn-cell:hover{background:#3ca9e4;}.video_nav-column.class-video-side-container .join-today-btn-cell.flex{justify-content:center;}@media screen and (max-width: 979px){.video_nav-column.class-video-side-container{display:flex;flex-flow:column;flex-wrap:wrap;width:90%;margin:30px auto 0;text-align:center;padding:20px 0;}.video_nav-column.class-video-side-container .includes-list{margin:0 auto;justify-content:center;}.video_nav-column.class-video-side-container .flexcentre{display:flex;justify-content:space-around;margin-left:20px;}.video_nav-column.class-video-side-container .brand-logos{display:flex;justify-content:center;max-width:300px;margin:0 auto;}ul.courses-by-section-listing{list-style:none;margin:0 0 0 0;display:flex;flex-flow:row wrap;gap:20px 1.5%;justify-content:left;}ul.courses-by-section-listing li,.classes-row .class-column{width:23.495%;flex-grow:0;}ul.courses-by-section-listing li img,.classes-row .class-column img{padding-bottom:5px;}ul.courses-by-section-listing li a,.classes-row .class-column a,.class-btn-link .x-anchor .x-anchor-text-primary{color:#000;display:flex;justify-content:center;text-align:center;line-height:1.2em;font-size:13.5px;}}@media screen and (max-width: 767px){.video-main-left.video-class-page{float:left;width:100%;display:block;}.x-row-inner.view-history-header{align-items:center;width:96%;}}ul.previousnextcourse{list-style:none;display:flex;flex-direction:column;margin:0;}ul.previousnextcourse li{background:rgba(244,244,244,.61);width:100%;padding:15px;border-radius:15px;margin-bottom:15px;}ul.previousnextcourse li img{border-radius:15px;width:100%;margin-bottom:5px;}ul.previousnextcourse li span a span{font-size:calc(12px + ( 15 - 12 ) * ( ( 100vw - 300px ) / ( 1500 - 300 ) ));padding:.375em 0 .575em 0;line-height:1.2em;font-family:"quicksand",sans-serif;font-weight:400;max-width:258px;display:block;color:#000;}.other-chapters-side-wrap{width:100%;float:left;margin-top:0px;margin-bottom:10px;padding-bottom:0px;border-bottom:none;}.sideblock{background:rgba(244,244,244,.61);padding:15px;margin:0 0 10px 0;border-radius:15px;}.x-sidebar.right h4.currentcourse{font-size:14px;color:#000;line-height:1.3;margin:0px;padding:0 0 2px 0;text-align:left;letter-spacing:0;text-transform:none;font-family:"quicksand",sans-serif;}ul.currentcourselist{margin:0 0 0px 0;}li.currentcourse{list-style:none;font-size:16px;margin:10px 0 0 0;padding:6px 10px;font-weight:700;font-family:"quicksand",sans-serif;line-height:1.2;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#6653ee 0%,#00c6ed 100%) border-box;border-radius:15px;border:2px solid transparent;}li.currentcourse:hover{background:linear-gradient(white,white) padding-box,linear-gradient(235deg,#6653ee 0%,#00c6ed 100%) border-box;border-radius:15px;border:2px solid transparent;cursor:pointer;}li.currentcourse a{background:linear-gradient(135deg,#6653ee 0%,#00c6ed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}li.currentcourse a:hover{background:linear-gradient(235deg,#6653ee 0%,#00c6ed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#reply-title{font-family:"quicksand",sans-serif;margin-top:20px;}@media screen and (max-width: 480px){ul.previousnextcourse li{width:100%;}ul.previousnextcourse li img{width:100%;}}@media screen and (min-width: 480px){ul.previousnextcourse{flex-direction:row;gap:15px;}ul.previousnextcourse li{width:100%;}ul.previousnextcourse li img{width:100%;}ul.previousnextcourse li{width:100%;}}@media screen and (min-width: 979px){ul.previousnextcourse{flex-direction:column;}}.single-course_video_page .x-sidebar.right h4.smalluppercase{font-family:"quicksand",sans-serif;font-weight:400;font-weight:700;font-size:14px;color:#000;line-height:1.1;margin:0;padding:0 0 6px 0;border-bottom:0px solid rgba(0,0,0,.1);letter-spacing:0;text-transform:none;text-align:left;}.x-container.width.new-class-layout .x-sidebar.right{padding-left:35px;}.main-course-content-lighting-d-wrap{width:100%;float:left;padding-bottom:25px;background:rgba(244,244,244,.61);padding:15px;margin:0 0 10px 0;border-radius:15px;}.single-course_video_page .x-sidebar.right .main-course-content-lighting-d-wrap h4{font-size:14px;color:#000;line-height:1.3;margin:0px;padding:0 0 2px 0;text-align:left;letter-spacing:0;text-transform:none;font-family:"quicksand",sans-serif;}h2.h-comments-title{font-family:"quicksand",sans-serif;font-weight:400;margin-top:65px;font-size:18px;}.main-course-content-lighting-d-wrap a{color:#6653ee;font-family:"quicksand",sans-serif;line-height:1;}.x-sidebar.right .main-course-content-lighting-d-wrap h4{font-size:1rem;color:#272727;line-height:1.3;margin:0px 0 10px 0;padding:0 0 2px 0;text-align:left;letter-spacing:0em;}.x-sidebar.right .main-course-content-lighting-d-wrap p{padding:6px 0;margin:0;line-height:1.2em;}.main-course-content-equipment-wrap{background:linear-gradient(135deg,#6653ee 0%,#00c6ed 100%);border-radius:15px;padding:15px;width:100%;float:left;margin-top:10px;margin-bottom:10px;padding-bottom:25px;border-bottom:none;}.x-sidebar.right .main-course-content-equipment-wrap h4{font-size:26px;color:#fff;font-family:"quicksand",sans-serif;line-height:1.3;margin:0px 0 0px 0;padding:0 0 2px 0;font-weight:700;text-align:left;letter-spacing:0em;}.x-sidebar.right .main-course-content-equipment-wrap h5{color:#fff;font-size:22px;margin-bottom:0px;font-weight:400;font-family:"quicksand",sans-serif;}.x-sidebar.right .main-course-content-equipment-wrap p{padding:6px 0 0 0;margin:0;line-height:1.2em;color:#fff;font-size:13px;}.x-sidebar.right .main-course-content-equipment-wrap div{padding:6px 0 0 0;margin:0;line-height:1.2em;color:#fff;font-size:13px;}.main-course-content-equipment p{line-height:1.5em;margin:0;padding:0 0 6px 0;}.single-course_video_page .entry-content.content ul li::before{margin-left:-30px;margin-right:.65em;margin-top:5px;color:hsla(0,0%,53%,.55);font-weight:400;content:"";background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/child-pro/tick-icon.png") no-repeat;position:absolute;background-size:18px 18px;height:18px;width:18px;z-index:-1;}.single-course_video_page .entry-content.content ul li{font-family:"urw-din",sans-serif;font-size:18px;margin:0 0 10px 30px;padding:0 0 .25em;list-style:none;font-style:normal;font-weight:300;line-height:1.5;letter-spacing:.01em;text-transform:none;color:#000;display:block;}.course_video_page .entry-content.content p{font-family:"urw-din",sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:1.5;letter-spacing:.01em;text-transform:none;color:#000;}.course_video_page .entry-content.content p{margin:0 0 0 0;margin-bottom:28px;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;}ul.ticklist{margin:0 20px;}ul.ticklist li:before{font-family:"FontAwesome";content:"";float:left;margin-left:-1.5em;margin-right:0;color:#0074d9;color:hsla(0,0%,73%,.55);padding-top:2px;font-weight:bold;}ul.ticklist li{color:#212121;list-style-type:none;list-style-type:none;list-style:inline;font-family:"urw-din",sans-serif;font-style:normal;font-weight:300;font-size:1.3em;line-height:1em;line-height:1.1em;margin:.7em 0em .7em 0;margin-left:1em;}ul.ticklistinline{margin:0 20px;text-align:center;}ul.ticklistinline li:before{font-family:"FontAwesome";content:"";float:left;margin-left:.5em;margin-right:.5em;color:#0074d9;color:hsla(0,0%,73%,.55);padding-top:2px;font-weight:bold;}ul.ticklistinline li{color:#212121;list-style:outside;list-style-type:none;font-family:"urw-din",sans-serif;font-style:normal;font-weight:400;font-size:1.8em;line-height:1em;line-height:1.1em;margin:.7em 0em .7em 0em;display:inline-block;}ul.ticklistcentred{margin:0 20px;}ul.ticklistcentred li:before{font-family:"FontAwesome";content:"";float:left;margin-left:.5em;margin-right:.5em;color:#0074d9;color:hsla(0,0%,73%,.55);padding-top:2px;font-weight:bold;}ul.ticklistcentred li{color:#212121;list-style:outside;list-style-type:none;font-family:"urw-din",sans-serif;font-style:normal;font-weight:300;font-size:1.3em;line-height:1em;line-height:1.1em;line-height:50px;display:inline-block;width:auto;margin:0 auto;height:50px;text-align:center;vertical-align:bottom;}.main-course-content-equipment h5{margin:15px 0 0 0;}.main-course-content-equipment p{font-size:.8em;margin:0;padding:0;}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0;}body.lb-disable-scrolling{overflow:hidden;}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none;}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0;}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff;}.lightbox a img{border:none;}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff;}.lb-outerContainer:after{content:"";display:table;clear:both;}.lb-loader{top:43%;height:25%;width:100%;}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/loading.gif") no-repeat;}.lb-cancel.nitro-lazy{background-image:none !important;}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}.lb-container>.nav{left:0;}.lb-nav a{outline:0;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");}.lb-nav a.nitro-lazy{background-image:none !important;}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block;}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/prev.png") left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;}.lb-nav a.lb-prev.nitro-lazy{background-image:none !important;}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1;}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/next.png") right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;}.lb-nav a.lb-next.nitro-lazy{background-image:none !important;}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1;}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.lb-dataContainer:after{content:"";display:table;clear:both;}.lb-data{padding:0 4px;color:#ccc;}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em;}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em;}.lb-data .lb-caption a{color:#4ae;}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999;}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/close.png") top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;}.lb-data .lb-close.nitro-lazy{background-image:none !important;}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1;}.wpProQuiz_content .wpProQuiz_answerCorrect{background:#6db46d;font-weight:700;}.wpProQuiz_content .wpProQuiz_answerCorrect label{font-weight:700;}.wpProQuiz_content .wpProQuiz_answerIncorrect{background:#ff9191;font-weight:700;}.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete{border:1px solid #6db46d !important;font-weight:700;}.wpProQuiz_content{margin-bottom:10px;margin-top:10px;}.wpProQuiz_content .wpProQuiz_question_page,.wpProQuiz_content h2{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700;}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{margin-bottom:0;overflow:auto;padding:3px;}.wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item){background-image:none;border:0;list-style:none;margin-bottom:5px;margin-left:0;padding:3px;}.wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:collapse;margin:0;padding:0;width:100%;}.wpProQuiz_content .wpProQuiz_catOverview ol,.wpProQuiz_content .wpProQuiz_list,.wpProQuiz_content .wpProQuiz_listItem,.wpProQuiz_content .wpProQuiz_maxtrixSortCriterion,.wpProQuiz_content .wpProQuiz_questionList,.wpProQuiz_content .wpProQuiz_resultsList,.wpProQuiz_content .wpProQuiz_sortStringList{list-style:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_list{border:0;}.wpProQuiz_content .wpProQuiz_questionList{background:#f8faf5;border:1px solid #c3d1a3;list-style:none;margin-bottom:10px;overflow:auto;padding:5px;}.wpProQuiz_content .wpProQuiz_listItem{background-image:none;border:0;position:relative;}.wpProQuiz_content .wpProQuiz_listItem.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;box-shadow:1px 1px 2px #aaa;margin-bottom:15px;padding:5px;}.wpProQuiz_content .wpProQuiz_response span{font-weight:700;}.wpProQuiz_content .wpProQuiz_sort{width:25px;}.wpProQuiz_content .wpProQuiz_results h3{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_sort_correct_answer{display:none;font-weight:700;margin-right:5px;}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{background-color:#f8faf5;border:1px solid #d3d3d3;box-shadow:2px 2px 1px #eee;cursor:move;padding:5px;}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-bottom:5px;margin-top:5px;}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:blue;height:10px;margin-bottom:5px;}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-size:15px;font-weight:700;text-align:center;}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#ddecff;border:1px dotted #363636;border-radius:10px;bottom:5px;box-shadow:2px 2px 5px 0 #313131;left:5px;padding:10px;position:absolute;right:5px;z-index:99999;}.wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:275px;width:100%;}.wpProQuiz_content .wpProQuiz_matrixSortString,.wpProQuiz_content .wpProQuiz_matrixSortString>h3{margin-bottom:10px;margin-top:0;}.wpProQuiz_content .wpProQuiz_matrixSortString{background:#f8faf5;border:1px solid #c3d1a3;overflow:auto;padding:5px;}.wpProQuiz_content ul.wpProQuiz_sortStringList{height:100%;min-height:20px;padding:10px;width:100%;}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb !important;}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:left;margin-bottom:5px;margin-left:5px;margin-right:5px;}.wpProQuiz_content .wpProQuiz_sortStringItem{background-image:none;list-style:none;margin:0;}.wpProQuiz_content .wpProQuiz_sortStringItem.nitro-lazy{background-image:none !important;}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{height:100%;margin:0;overflow:auto;padding:5px;}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;background-image:none;border:2px dashed red !important;height:100%;list-style:none;margin:0;min-width:50px;padding:0;width:100%;}.wpProQuiz_content .wpProQuiz_placehold.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_maxtrixSortText{padding:5px;}.wpProQuiz_content .wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1;padding:5px;vertical-align:middle;}.wpProQuiz_content .wpProQuiz_earned_points,.wpProQuiz_content .wpProQuiz_graded_points,.wpProQuiz_content .wpProQuiz_points{font-weight:700;margin-bottom:20px;text-align:center;}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:rgba(0,0,0,0);border:0;border-bottom:1px solid;border-radius:0;box-shadow:0 0;color:#000;height:auto;margin:0;padding:0 4px;}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:none;}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:#b0dab0;}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:#ffbaba;}.wpProQuiz_content .wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{display:inline;font-weight:400;margin:0;}.wpProQuiz_content .wpProQuiz_questionListItem input{display:inline;float:none;}.wpProQuiz_content .wpProQuiz_resultsList{border:0;}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;border:0;list-style-type:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_resultsList>li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{background-color:#fff7f7;border:1px dotted #ffc3c3;}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{font-weight:700;margin:20px;}.wpProQuiz_content li.wpProQuiz_listItem .wpProQuiz_questionList_containers{display:none;}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{border-radius:5px;display:inline-flex;opacity:.5;padding:.15em;vertical-align:initial;}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input.wpProQuiz_questionList_containers_view_active{opacity:1;outline:none;}.wpProQuiz_toplistTable{border:1px solid #c3d1a3;border-collapse:collapse;margin:0;width:100%;}.wpProQuiz_toplistTable caption{caption-side:top;color:gray;font-size:11px;margin:0;padding-bottom:2px;text-align:right;}.wpProQuiz_toplistTable thead tr{background:#9bbb59;color:#fff;font-weight:700;padding:5px;}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700;}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{border:0;padding:5px;text-align:center;}.wpProQuiz_toplistTable th{background:#9bbb59;}.wpProQuiz_toplistTable th.col-pos{width:10%;}.wpProQuiz_toplistTable th.col-name{text-align:left;}.wpProQuiz_toplistTable th.col-date{width:25%;}.wpProQuiz_toplistTable th.col-points{width:13%;}.wpProQuiz_toplistTable th.col-results{width:15%;}.wpProQuiz_toplistTable td{font-size:.75em;text-align:center;}.wpProQuiz_toplistTable td.col-name{text-align:left;}.wpProQuiz_toplistTable td.col-date{font-size:.8em;}.wpProQuiz_toplistTrOdd{background-color:#ebf1de;}.wpProQuiz_content .wpProQuiz_addToplist{background-color:#f5faea;border:1px solid #c3d1a3;margin-top:10px;padding:10px;}.wpProQuiz_content .wpProQuiz_addToplistMessage{background-color:#fcffb3;border:1px solid #a0a0a0;border-radius:5px;color:dimgray;font-weight:700;margin-bottom:5px;padding:5px;}.wpProQuiz_content .wpProQuiz_resultTable{border:1px solid #c4c4c4;font-weight:700;margin:15px auto;padding:15px;width:85%;}.wpProQuiz_content .wpProQuiz_resultTable table{border:0;border-collapse:collapse;margin:0;width:100%;}.wpProQuiz_content .wpProQuiz_resultName{border:0;border-right:1px solid #868686;min-width:100px;padding:10px 0;width:35%;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{border:0;padding:0;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue .progress-number{font-size:.8em;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter{background-color:#f79646;}.wpProQuiz_content .wpProQuiz_resultValue div{zoom:1;box-shadow:1px 1px 3px 1px #c4c4c4;color:#000;display:inline-block;height:18px;margin-right:3px;text-align:right;vertical-align:middle;}.wpProQuiz_content .wpProQuiz_addBox label{display:inline;}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0;}.wpProQuiz_content .wpProQuiz_reviewQuestion{-webkit-overflow-scrolling:touch;max-height:100px;overflow-y:scroll;position:relative;}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewQuestion{background-color:#f8faf5;border:1px solid #c3d1a3;}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0;}.wpProQuiz_content .wpProQuiz_reviewQuestion ol{zoom:1;border:0;list-style-type:none;margin:0;padding:5px 12px 0 5px;position:relative;}.wpProQuiz_content .wpProQuiz_reviewQuestion li{background-color:#fff;background-image:none;border:1px solid #cfcfcf;cursor:pointer;float:left;list-style-type:none;margin:0 5px 5px 0;padding:5px 0;text-align:center;width:30px;}.wpProQuiz_content .wpProQuiz_reviewQuestion li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_reviewLegend{margin-bottom:8px;padding:5px;}.wpProQuiz_content .wpProQuiz_reviewLegend ol{border:0;list-style-type:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_reviewLegend li{background-image:none;border:0;float:left;list-style-type:none;margin:0;padding-right:5px;}.wpProQuiz_content .wpProQuiz_reviewLegend li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_reviewColor{display:inline-block;height:15px;margin-right:2px;width:15px;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#7db1d3;border-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4;font-weight:700;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:#ffbaba;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{background-color:#ffb800;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:#6ca54c;color:#000;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:#ffbaba;color:#000;}.wpProQuiz_content .wpProQuiz_button2{background:#f5f5f5;border:1px solid #dadada;border-radius:4px;box-shadow:1px 1px 1px #a7a7a7;color:#303030;filter:none;font-weight:400;margin:0;padding:3px 5px;text-shadow:none;}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb;}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0;}.wpProQuiz_content .wpProQuiz_header{margin:0;}.wpProQuiz_content .wpProQuiz_catOverview{margin-bottom:20px;margin-top:10px;}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom:1px dashed #aaa;clear:left;height:1.05em;list-style:none;margin:10px 0 0;padding:0;position:relative;}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;float:left;padding:0 3px 0 0;position:absolute;text-decoration:none;}.wpProQuiz_content span.wpProQuiz_catPercent{color:#000;font-weight:700;padding-left:5px;right:0;}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0;}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700;}.wpProQuiz_content .wpProQuiz_invalidate{background:#ffebe8;border:1px solid #ffcfcf;display:none;margin:4px 0;padding:4px;}.wpProQuiz_content .wpProQuiz_forms table{border-collapse:initial;border-spacing:2px;width:auto;}.wpProQuiz_content .wpProQuiz_forms td{background:none;border:0;margin:0;padding:0 0 8px;vertical-align:top;}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{display:inline;float:none;margin:0;}.wpProQuiz_content .wpProQuiz_forms select{width:auto;}.wpProQuiz_content .uploadEssayMessage{width:100%;}.wpProQuiz_content .uploadEssayMessage_fail{color:red;}.wpProQuiz_content .uploadEssayMessage_success{color:green;}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;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:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}:root{--ld-spacer-0:.25rem;--ld-spacer-1:.5rem;--ld-spacer-2:.75rem;--ld-spacer-3:1rem;--ld-spacer-4:1.25rem;--ld-spacer-5:1.5rem;--ld-spacer-6:2rem;--ld-spacer-7:2.25rem;--ld-spacer-8:2.5rem;--ld-spacer-9:3rem;--ld-spacer-10:3.5rem;--ld-spacer-11:4rem;--ld-spacer-12:5rem;--ld-spacer-13:6rem;--ld-spacer-14:8rem;--ld-spacer-fixed-0:4px;--ld-spacer-fixed-1:8px;--ld-spacer-fixed-2:12px;--ld-spacer-fixed-3:16px;--ld-spacer-fixed-4:20px;--ld-spacer-fixed-5:24px;--ld-spacer-fixed-6:32px;--ld-spacer-fixed-7:36px;--ld-spacer-fixed-8:40px;--ld-spacer-fixed-9:48px;--ld-spacer-fixed-10:56px;--ld-spacer-fixed-11:64px;--ld-spacer-fixed-12:80px;--ld-spacer-fixed-13:96px;--ld-spacer-fixed-14:128px;--ld-radius:4px;--ld-color-brand-primary:#235af3;--ld-color-brand-secondary:#f3b33e;--ld-color-brand-tertiary:#479bf8;--ld-color-semantic-success:#3eab6a;--ld-color-semantic-error:#e65255;--ld-color-system-validation-error:#db0000;--ld-color-semantic-error-light:#faeeee;--ld-color-system-validation-success:#2f8351;--ld-color-semantic-success-light:#eef7f1;--ld-color-system-dark:#0e2a90;--ld-color-system-body-text:#4a4a68;--ld-color-system-text-dark:#0e0e2c;--ld-color-system-subtle:#8c8ca2;--ld-color-system-subtle-text:var(--ld-color-system-subtle);--ld-color-system-border:#dce1e8;--ld-color-system-light-1:#f3f8ff;--ld-color-system-light-2:#f7f9fc;--ld-color-system-white:#fff;--ld-color-alert-bg:#7a7a7a;--ld-color-alert-text:var(--ld-color-system-white);--ld-color-body-bg:var(--ld-color-system-white);--ld-color-border:#ddd;--ld-color-button:var(--ld-color-system-white);--ld-color-button-bg:var(--ld-color-brand-primary);--ld-color-button-bg-hover:#2c4fd1;--ld-color-progress-bar-bg:#f5f5f5;--ld-color-progress-bar-fg:#000;--ld-color-field-bg:var(--ld-color-system-light-1);--ld-color-field-bg-hover:var(--ld-color-system-white);--ld-color-field-bg-active:var(--ld-color-system-white);--ld-color-field-bg-valid:var(--ld-color-system-white);--ld-color-field-bg-error:var(--ld-color-system-white);--ld-color-field-bg-disabled:var(--ld-color-system-light-2);--ld-color-field-border:var(--ld-color-system-subtle);--ld-color-field-border-active:var(--ld-color-brand-primary);--ld-color-field-border-active-shadow:0 0 0 4px rgba(50,89,235,.2);--ld-color-field-border-error:var(--ld-color-semantic-error);--ld-color-field-border-error-shadow:0 0 0 4px rgba(230,82,85,.2);--ld-color-field-border-valid:var(--ld-color-semantic-success);--ld-color-field-border-valid-shadow:0 0 0 4px rgba(62,171,106,.2);--ld-color-field-border-disabled:var(--ld-color-system-light-3);--ld-color-field-text:var(--ld-color-system-subtle-text);--ld-color-field-text-active:var(--ld-color-system-dark);--ld-color-field-text-valid:var(--ld-color-system-dark);--ld-color-field-text-error:var(--ld-color-system-dark);--ld-color-field-text-disabled:var(--ld-color-system-subtle-text);--ld-color-field-description:var(--ld-color-system-subtle-text);--ld-color-field-error:var(--ld-color-semantic-error);--ld-color-label:var(--ld-color-system-dark);--ld-color-button-secondary-border:#728188;--ld-typography-font-family:inter,-apple-system,roboto,ubuntu,sans-serif;--ld-typography-font-weight-regular:400;--ld-typography-font-weight-medium:500;--ld-typography-font-weight-bold:700;--ld-typography-desktop-h1-size:4rem;--ld-typography-desktop-h1-height:4.5rem;--ld-typography-desktop-h1-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h1-spacing:-2%;--ld-typography-desktop-h1-margin:var(--ld-spacer-8);--ld-typography-mobile-h1-size:3rem;--ld-typography-mobile-h1-height:3.5rem;--ld-typography-mobile-h1-margin:var(--ld-spacer-7);--ld-typography-desktop-h2-size:3rem;--ld-typography-desktop-h2-height:3.5rem;--ld-typography-desktop-h2-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h2-spacing:-2%;--ld-typography-desktop-h2-margin:var(--ld-spacer-7);--ld-typography-mobile-h2-size:2.5rem;--ld-typography-mobile-h2-height:3rem;--ld-typography-mobile-h2-margin:var(--ld-spacer-6);--ld-typography-desktop-h3-size:2.5rem;--ld-typography-desktop-h3-height:3rem;--ld-typography-desktop-h3-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h3-spacing:-2%;--ld-typography-desktop-h3-margin:var(--ld-spacer-6);--ld-typography-mobile-h3-size:2rem;--ld-typography-mobile-h3-height:2.5rem;--ld-typography-mobile-h3-margin:var(--ld-spacer-5);--ld-typography-desktop-h4-size:2rem;--ld-typography-desktop-h4-height:2.5rem;--ld-typography-desktop-h4-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h4-spacing:inherit;--ld-typography-desktop-h4-margin:var(--ld-spacer-5);--ld-typography-mobile-h4-size:1.5rem;--ld-typography-mobile-h4-height:2rem;--ld-typography-mobile-h4-margin:var(--ld-spacer-4);--ld-typography-desktop-h5-size:1.5rem;--ld-typography-desktop-h5-height:2rem;--ld-typography-desktop-h5-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h5-spacing:inherit;--ld-typography-desktop-h5-margin:var(--ld-spacer-4);--ld-typography-mobile-h5-size:1.25rem;--ld-typography-mobile-h5-height:1.75rem;--ld-typography-mobile-h5-margin:var(--ld-spacer-4);--ld-typography-desktop-h6-size:1.125rem;--ld-typography-desktop-h6-height:1.5rem;--ld-typography-desktop-h6-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h6-spacing:inherit;--ld-typography-desktop-h6-margin:var(--ld-spacer-3);--ld-typography-mobile-h6-size:1.125rem;--ld-typography-mobile-h6-height:1.5rem;--ld-typography-mobile-h6-margin:var(--ld-spacer-3);--ld-typography-desktop-body-large-size:1.25rem;--ld-typography-desktop-body-large-height:1.75rem;--ld-typography-mobile-body-large-size:1rem;--ld-typography-mobile-body-large-height:1.5rem;--ld-typography-desktop-body-size:1rem;--ld-typography-desktop-body-height:1.5rem;--ld-typography-mobile-body-size:.875rem;--ld-typography-mobile-body-height:1.375rem;--ld-typography-desktop-body-small-size:.875rem;--ld-typography-desktop-body-small-height:1.375rem;--ld-typography-desktop-caption-size:.75rem;--ld-typography-desktop-caption-height:1.25rem;--ld-typography-mobile-caption-size:.75rem;--ld-typography-mobile-caption-height:1.25rem;--ld-typography-desktop-pre-title-size:.75rem;--ld-typography-desktop-pre-title-height:1.25rem;--ld-typography-desktop-pre-title-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-pre-title-spacing:3%;--ld-typography-desktop-pre-title-transform:uppercase;--ld-typography-mobile-pre-title-size:.75rem;--ld-typography-mobile-pre-title-height:1.25rem;--ld-typography-desktop-button-text-size:1rem;--ld-typography-desktop-button-text-height:1.5rem;--ld-typography-desktop-button-text-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-button-text-spacing:3%;--ld-typography-mobile-button-text-size:.875rem;--ld-typography-mobile-button-text-height:1.375rem;--ld-typography-desktop-link-size:1rem;--ld-typography-desktop-link-height:1.5rem;--ld-typography-desktop-link-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-link-decoration:underline;--ld-typography-mobile-link-size:.875rem;--ld-typography-mobile-link-height:1.375rem;--ld-icon-size-xl:2rem;--ld-icon-size-lg:1.5rem;--ld-icon-size-md:1.25rem;--ld-icon-size-sm:1rem;--ld-icon-size-default:var(--ld-icon-size-md);--ld-button-border-radius:var(--ld-radius);--ld-button-border-radius-rounded:100px;--ld-field-radius:var(--ld-radius);--ld-border-radius:8px;--ld-border-radius-small:4px;--ld-alert-border-radius:8px;--ld-alert-border-width:1px;--ld-alert-margin:0 0 var(--ld-spacer-3) 0;--ld-alert-padding:var(--ld-spacer-2) var(--ld-spacer-fixed-3);--ld-alert-last-margin:0 0 var(--ld-spacer-8) 0;--ld-breadcrumbs-font-size:var(--ld-typography-desktop-body-small-size);--ld-breadcrumbs-line-height:var(--ld-typography-desktop-body-small-height);--ld-breadcrumbs-font-weight:var(--ld-typography-font-weight-regular);--ld-breadcrumbs-link-color:var(--ld-color-brand-primary);--ld-breadcrumbs-text-color:var(--ld-color-body-text);--ld-breadcrumbs-delimiter-color:var(--ld-color-system-border);--ld-breadcrumbs-truncation-size:19ch;--ld-tabs-gap:var(--ld-spacer-6);--ld-tabs-font-weight:var(--ld-typography-font-weight-bold);--ld-tabs-color-text-active:var(--ld-color-brand-primary);--ld-tabs-background-color-hover:var(--ld-color-system-light-2);--ld-tabs-border-width:2px;--ld-tabs-border-width-active:4px;--ld-tabs-border-color:var(--ld-color-system-border);--ld-tabs-border-color-active:var(--ld-color-brand-primary);--ld-tabs-tab-gap:10px;--ld-pricing-gap:.25rem 0;--ld-instructors-margin:var(--ld-spacer-8) 0 0 0;--ld-instructors-gap:var(--ld-spacer-2);--ld-instructors-list-gap:var(--ld-spacer-3);--ld-instructors-item-gap:var(--ld-spacer-3);--ld-instructors-avatar-border-radius:50%;--ld-steps-margin-top:var(--ld-spacer-6);--ld-steps-list-gap:var(--ld-spacer-3);--ld-steps-info-padding:var(--ld-spacer-3) var(--ld-spacer-fixed-5);--ld-steps-item-background-color:var(--ld-color-system-light-2);--ld-steps-item-background-color-hover:var(--ld-color-system-border);--ld-steps-item-border-width:.063rem;--ld-steps-item-border-color:var(--ld-color-system-border);--ld-steps-item-border-radius:.25rem;--ld-steps-item-truncation-size:65ch;--ld-steps-sub-item-background-color:var(--ld-color-system-white);--ld-steps-link-item-background-color:var(--ld-color-system-border);--ld-steps-link-item-padding:var(--ld-spacer-0) var(--ld-spacer-fixed-5);--ld-steps-loader-item-padding:var(--ld-spacer-1) var(--ld-spacer-fixed-5);--ld-steps-pagination-margin:var(--ld-spacer-6) 0 0 0;--ld-pagination-item-size:2rem;--ld-pagination-item-active-color:var(--ld-color-brand-primary);--ld-pagination-item-active-border:.063rem solid var(--ld-color-brand-primary);--ld-pagination-item-active-border-radius:.25rem;--ld-progress-bar-width:100%;--ld-progress-bar-height:1rem;--ld-progress-bar-background-color:var(--ld-color-system-border);--ld-progress-bar-foreground-color:var(--ld-color-brand-primary);--ld-progress-bar-border-radius:.125rem;--ld-progress-bar-margin:var(--ld-spacer-4) 0 var(--ld-spacer-2) 0;--ld-progress-bar-value:0%;--ld-progress-donut-size:1.625rem;--ld-progress-donut-background-color:var(--ld-color-system-border);--ld-progress-donut-foreground-color:var(--ld-color-brand-primary);--ld-course-overview-gap:1rem;}.ld-svgicon{vertical-align:middle;}.ld-svgicon__alert{fill:var(--ld-color-semantic-error);}.ld-svgicon__check{fill:var(--ld-color-semantic-success);}.ld-svgicon__close{fill:var(--ld-color-system-body-text);}.ld-svgicon__coupon{stroke:var(--ld-color-system-body-text);}.ld-svgicon__radio{height:1.5em;margin-right:var(--ld-spacer-fixed-1);width:1.5em;}.ld-svgicon__radio-bg{fill:#fff;}.ld-svgicon__radio-border{stroke:var(--ld-color-system-subtle);}.ld-svgicon__radio-select{fill:var(--ld-color-brand-primary);fill-opacity:0;}.ld--selected .ld-svgicon__radio-select,.ld-form__field-radio--selected .ld-svgicon__radio-select{fill-opacity:1;}.ld-svgicon__refresh{fill:var(--ld-color-system-body-text);animation:icon-rotate 1.5s linear infinite;transform-origin:center center;}@keyframes icon-rotate{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;box-shadow:0 0 10px rgba(0,0,0,.2);position:fixed;right:15px;transition:height 2s ease-in-out;width:400px;z-index:100;}@media screen and (max-width:400px){.learndash-virtual-instructor .ld-virtual-instructor-chatbox{right:0;width:100%;}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox *{box-sizing:border-box;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--open{height:auto;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--close{height:75px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header{align-items:center;background-color:#0d6efd;border:1px solid #0d6efd;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;gap:15px;height:auto;justify-content:space-between;padding:10px 20px;position:relative;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__avatar{background-color:#fff;border:1px solid #fff;border-radius:50%;height:50px;padding:1px;width:50px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading-wrapper{margin-right:auto;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading{color:#fff;font-size:1rem;font-weight:400;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__subheading{color:#fff;font-size:1.2rem;font-weight:700;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:0;width:30px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button:before{font-family:dashicons,sans-serif;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--close:before{content:"";}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--open:before{content:"";}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__body{height:450px;overflow-x:hidden;overflow-y:scroll;padding:10px 10px 0;position:relative;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__messages-container{display:flex;flex-direction:column;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message{border-radius:10px;display:inline-block;margin:10px;max-width:80%;padding:10px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--assistant{align-self:flex-start;background-color:#f0f0f0;color:#333;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--user{align-self:flex-end;background-color:#0d6efd;color:#fff;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--error{background:#fff5f5;border:1px solid #fa6b6b;border-radius:10px;font-size:.75rem;margin:0 auto;max-width:60%;padding:10px;text-align:center;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-text{font-size:1rem;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-label--error{color:#c53030;font-weight:700;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader{animation:ld-virtual-instructor-chat-loader 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,transparent) 0/33.3333333333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);margin:10px auto;width:30px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--hidden{display:none;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--visible{display:block;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form{display:flex;height:50px;margin:10px 0;padding:0 10px;width:100%;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]{border:1px solid #f0f0f0;border-radius:10px 0 0 10px;flex:1;padding:10px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]:focus{outline:none;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-button{background-color:#0d6efd;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px;}@keyframes ld-virtual-instructor-chat-loader{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0);}}.jq-dropdown{display:none;position:absolute;z-index:1039;}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);list-style:none;margin:0;max-width:360px;min-width:160px;overflow:visible;padding:4px 0;}.jq-dropdown .jq-dropdown-panel{padding:10px;}.jq-dropdown.jq-dropdown-tip{margin-top:8px;}.jq-dropdown.jq-dropdown-tip:before{border-bottom:7px solid #ddd;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);content:"";display:inline-block;left:9px;position:absolute;top:-6px;}.jq-dropdown.jq-dropdown-tip:after{border-bottom:6px solid #fff;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);content:"";display:inline-block;left:10px;position:absolute;top:-5px;}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px;}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px;}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto;}.jq-dropdown .jq-dropdown-menu li{line-height:18px;list-style:none;margin:0;padding:0;}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{color:inherit;display:block;line-height:18px;margin:0;padding:3px 15px;text-decoration:none;white-space:nowrap;}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer;}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{border-top:1px solid #e5e5e5;font-size:1px;margin:5px 0;padding:0;}body.learndash-cpt.learndash-embed-responsive .ld-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;}body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,body.learndash-cpt.learndash-embed-responsive .ld-video embed,body.learndash-cpt.learndash-embed-responsive .ld-video iframe,body.learndash-cpt.learndash-embed-responsive .ld-video object,body.learndash-cpt.learndash-embed-responsive .ld-video video{height:100%;left:0;top:0;width:100% !important;}body.learndash-cpt.learndash-embed-responsive .ld-video iframe{position:absolute;}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe{position:unset;}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe{position:absolute;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{height:100% !important;width:100% !important;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video{padding-top:56.25%;}body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{max-width:100% !important;}body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{position:relative;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement{bottom:0;left:0;position:absolute;right:0;top:0;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{bottom:0;height:auto !important;left:0;right:0;top:0;width:auto !important;}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item{display:flex !important;gap:.31rem;}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item:before{align-self:center;background-color:#a954f3;border-radius:50%;content:"";display:flex;height:.375rem;margin-right:.2525rem;padding:0;width:.375rem;}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item .dashicons{align-self:center;display:flex;font-family:dashicons;line-height:1;}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1);}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1);}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-acquisitions-incorporated:before{content:"";}.fa-ad:before{content:"";}.fa-address-book:before{content:"";}.fa-address-card:before{content:"";}.fa-adjust:before{content:"";}.fa-adn:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-air-freshener:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-alipay:before{content:"";}.fa-allergies:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-ambulance:before{content:"";}.fa-american-sign-language-interpreting:before{content:"";}.fa-amilia:before{content:"";}.fa-anchor:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angry:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-ankh:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-alt:before{content:"";}.fa-apple-pay:before{content:"";}.fa-archive:before{content:"";}.fa-archway:before{content:"";}.fa-arrow-alt-circle-down:before{content:"";}.fa-arrow-alt-circle-left:before{content:"";}.fa-arrow-alt-circle-right:before{content:"";}.fa-arrow-alt-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-arrows-alt-h:before{content:"";}.fa-arrows-alt-v:before{content:"";}.fa-artstation:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asterisk:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-at:before{content:"";}.fa-atlas:before{content:"";}.fa-atlassian:before{content:"";}.fa-atom:before{content:"";}.fa-audible:before{content:"";}.fa-audio-description:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-award:before{content:"";}.fa-aws:before{content:"";}.fa-baby:before{content:"";}.fa-baby-carriage:before{content:"";}.fa-backspace:before{content:"";}.fa-backward:before{content:"";}.fa-bacon:before{content:"";}.fa-bacteria:before{content:"";}.fa-bacterium:before{content:"";}.fa-bahai:before{content:"";}.fa-balance-scale:before{content:"";}.fa-balance-scale-left:before{content:"";}.fa-balance-scale-right:before{content:"";}.fa-ban:before{content:"";}.fa-band-aid:before{content:"";}.fa-bandcamp:before{content:"";}.fa-barcode:before{content:"";}.fa-bars:before{content:"";}.fa-baseball-ball:before{content:"";}.fa-basketball-ball:before{content:"";}.fa-bath:before{content:"";}.fa-battery-empty:before{content:"";}.fa-battery-full:before{content:"";}.fa-battery-half:before{content:"";}.fa-battery-quarter:before{content:"";}.fa-battery-three-quarters:before{content:"";}.fa-battle-net:before{content:"";}.fa-bed:before{content:"";}.fa-beer:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bell:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bible:before{content:"";}.fa-bicycle:before{content:"";}.fa-biking:before{content:"";}.fa-bimobject:before{content:"";}.fa-binoculars:before{content:"";}.fa-biohazard:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blender:before{content:"";}.fa-blender-phone:before{content:"";}.fa-blind:before{content:"";}.fa-blog:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before{content:"";}.fa-bomb:before{content:"";}.fa-bone:before{content:"";}.fa-bong:before{content:"";}.fa-book:before{content:"";}.fa-book-dead:before{content:"";}.fa-book-medical:before{content:"";}.fa-book-open:before{content:"";}.fa-book-reader:before{content:"";}.fa-bookmark:before{content:"";}.fa-bootstrap:before{content:"";}.fa-border-all:before{content:"";}.fa-border-none:before{content:"";}.fa-border-style:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-box:before{content:"";}.fa-box-open:before{content:"";}.fa-box-tissue:before{content:"";}.fa-boxes:before{content:"";}.fa-braille:before{content:"";}.fa-brain:before{content:"";}.fa-bread-slice:before{content:"";}.fa-briefcase:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-broadcast-tower:before{content:"";}.fa-broom:before{content:"";}.fa-brush:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-bug:before{content:"";}.fa-building:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-burn:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-bus:before{content:"";}.fa-bus-alt:before{content:"";}.fa-business-time:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-calculator:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-alt:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-day:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-times:before{content:"";}.fa-calendar-week:before{content:"";}.fa-camera:before{content:"";}.fa-camera-retro:before{content:"";}.fa-campground:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-candy-cane:before{content:"";}.fa-cannabis:before{content:"";}.fa-capsules:before{content:"";}.fa-car:before{content:"";}.fa-car-alt:before{content:"";}.fa-car-battery:before{content:"";}.fa-car-crash:before{content:"";}.fa-car-side:before{content:"";}.fa-caravan:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-square-down:before{content:"";}.fa-caret-square-left:before{content:"";}.fa-caret-square-right:before{content:"";}.fa-caret-square-up:before{content:"";}.fa-caret-up:before{content:"";}.fa-carrot:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cash-register:before{content:"";}.fa-cat:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-certificate:before{content:"";}.fa-chair:before{content:"";}.fa-chalkboard:before{content:"";}.fa-chalkboard-teacher:before{content:"";}.fa-charging-station:before{content:"";}.fa-chart-area:before{content:"";}.fa-chart-bar:before{content:"";}.fa-chart-line:before{content:"";}.fa-chart-pie:before{content:"";}.fa-check:before{content:"";}.fa-check-circle:before{content:"";}.fa-check-double:before{content:"";}.fa-check-square:before{content:"";}.fa-cheese:before{content:"";}.fa-chess:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-chess-board:before{content:"";}.fa-chess-king:before{content:"";}.fa-chess-knight:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-chess-queen:before{content:"";}.fa-chess-rook:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-church:before{content:"";}.fa-circle:before{content:"";}.fa-circle-notch:before{content:"";}.fa-city:before{content:"";}.fa-clinic-medical:before{content:"";}.fa-clipboard:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-clock:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-download-alt:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-cloud-upload-alt:before{content:"";}.fa-cloudflare:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cocktail:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-coffee:before{content:"";}.fa-cog:before{content:"";}.fa-cogs:before{content:"";}.fa-coins:before{content:"";}.fa-columns:before{content:"";}.fa-comment:before{content:"";}.fa-comment-alt:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-comment-dots:before{content:"";}.fa-comment-medical:before{content:"";}.fa-comment-slash:before{content:"";}.fa-comments:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-compact-disc:before{content:"";}.fa-compass:before{content:"";}.fa-compress:before{content:"";}.fa-compress-alt:before{content:"";}.fa-compress-arrows-alt:before{content:"";}.fa-concierge-bell:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cookie:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-couch:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-credit-card:before{content:"";}.fa-critical-role:before{content:"";}.fa-crop:before{content:"";}.fa-crop-alt:before{content:"";}.fa-cross:before{content:"";}.fa-crosshairs:before{content:"";}.fa-crow:before{content:"";}.fa-crown:before{content:"";}.fa-crutch:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-cut:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dailymotion:before{content:"";}.fa-dashcube:before{content:"";}.fa-database:before{content:"";}.fa-deaf:before{content:"";}.fa-deezer:before{content:"";}.fa-delicious:before{content:"";}.fa-democrat:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-desktop:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-dhl:before{content:"";}.fa-diagnoses:before{content:"";}.fa-diaspora:before{content:"";}.fa-dice:before{content:"";}.fa-dice-d20:before{content:"";}.fa-dice-d6:before{content:"";}.fa-dice-five:before{content:"";}.fa-dice-four:before{content:"";}.fa-dice-one:before{content:"";}.fa-dice-six:before{content:"";}.fa-dice-three:before{content:"";}.fa-dice-two:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-digital-tachograph:before{content:"";}.fa-directions:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-disease:before{content:"";}.fa-divide:before{content:"";}.fa-dizzy:before{content:"";}.fa-dna:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-dog:before{content:"";}.fa-dollar-sign:before{content:"";}.fa-dolly:before{content:"";}.fa-dolly-flatbed:before{content:"";}.fa-donate:before{content:"";}.fa-door-closed:before{content:"";}.fa-door-open:before{content:"";}.fa-dot-circle:before{content:"";}.fa-dove:before{content:"";}.fa-download:before{content:"";}.fa-draft2digital:before{content:"";}.fa-drafting-compass:before{content:"";}.fa-dragon:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drum:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-drupal:before{content:"";}.fa-dumbbell:before{content:"";}.fa-dumpster:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-dungeon:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-edit:before{content:"";}.fa-egg:before{content:"";}.fa-eject:before{content:"";}.fa-elementor:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-envelope-square:before{content:"";}.fa-envira:before{content:"";}.fa-equals:before{content:"";}.fa-eraser:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-ethernet:before{content:"";}.fa-etsy:before{content:"";}.fa-euro-sign:before{content:"";}.fa-evernote:before{content:"";}.fa-exchange-alt:before{content:"";}.fa-exclamation:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-exclamation-triangle:before{content:"";}.fa-expand:before{content:"";}.fa-expand-alt:before{content:"";}.fa-expand-arrows-alt:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-external-link-alt:before{content:"";}.fa-external-link-square-alt:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper:before{content:"";}.fa-eye-slash:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fan:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fast-backward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-faucet:before{content:"";}.fa-fax:before{content:"";}.fa-feather:before{content:"";}.fa-feather-alt:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-female:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-figma:before{content:"";}.fa-file:before{content:"";}.fa-file-alt:before{content:"";}.fa-file-archive:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-code:before{content:"";}.fa-file-contract:before{content:"";}.fa-file-csv:before{content:"";}.fa-file-download:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-export:before{content:"";}.fa-file-image:before{content:"";}.fa-file-import:before{content:"";}.fa-file-invoice:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-file-medical:before{content:"";}.fa-file-medical-alt:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-prescription:before{content:"";}.fa-file-signature:before{content:"";}.fa-file-upload:before{content:"";}.fa-file-video:before{content:"";}.fa-file-word:before{content:"";}.fa-fill:before{content:"";}.fa-fill-drip:before{content:"";}.fa-film:before{content:"";}.fa-filter:before{content:"";}.fa-fingerprint:before{content:"";}.fa-fire:before{content:"";}.fa-fire-alt:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-firefox:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-first-aid:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-fish:before{content:"";}.fa-fist-raised:before{content:"";}.fa-flag:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flag-usa:before{content:"";}.fa-flask:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-flushed:before{content:"";}.fa-fly:before{content:"";}.fa-folder:before{content:"";}.fa-folder-minus:before{content:"";}.fa-folder-open:before{content:"";}.fa-folder-plus:before{content:"";}.fa-font:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-football-ball:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-forward:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-frog:before{content:"";}.fa-frown:before{content:"";}.fa-frown-open:before{content:"";}.fa-fulcrum:before{content:"";}.fa-funnel-dollar:before{content:"";}.fa-futbol:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-gamepad:before{content:"";}.fa-gas-pump:before{content:"";}.fa-gavel:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-ghost:before{content:"";}.fa-gift:before{content:"";}.fa-gifts:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glass-cheers:before{content:"";}.fa-glass-martini:before{content:"";}.fa-glass-martini-alt:before{content:"";}.fa-glass-whiskey:before{content:"";}.fa-glasses:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-globe:before{content:"";}.fa-globe-africa:before{content:"";}.fa-globe-americas:before{content:"";}.fa-globe-asia:before{content:"";}.fa-globe-europe:before{content:"";}.fa-gofore:before{content:"";}.fa-golf-ball:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-pay:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gopuram:before{content:"";}.fa-graduation-cap:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-greater-than:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-grimace:before{content:"";}.fa-grin:before{content:"";}.fa-grin-alt:before{content:"";}.fa-grin-beam:before{content:"";}.fa-grin-beam-sweat:before{content:"";}.fa-grin-hearts:before{content:"";}.fa-grin-squint:before{content:"";}.fa-grin-squint-tears:before{content:"";}.fa-grin-stars:before{content:"";}.fa-grin-tears:before{content:"";}.fa-grin-tongue:before{content:"";}.fa-grin-tongue-squint:before{content:"";}.fa-grin-tongue-wink:before{content:"";}.fa-grin-wink:before{content:"";}.fa-grip-horizontal:before{content:"";}.fa-grip-lines:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guilded:before{content:"";}.fa-guitar:before{content:"";}.fa-gulp:before{content:"";}.fa-h-square:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hamburger:before{content:"";}.fa-hammer:before{content:"";}.fa-hamsa:before{content:"";}.fa-hand-holding:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-hand-holding-medical:before{content:"";}.fa-hand-holding-usd:before{content:"";}.fa-hand-holding-water:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-hand-paper:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-rock:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-sparkles:before{content:"";}.fa-hand-spock:before{content:"";}.fa-hands:before{content:"";}.fa-hands-helping:before{content:"";}.fa-hands-wash:before{content:"";}.fa-handshake:before{content:"";}.fa-handshake-alt-slash:before{content:"";}.fa-handshake-slash:before{content:"";}.fa-hanukiah:before{content:"";}.fa-hard-hat:before{content:"";}.fa-hashtag:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-hdd:before{content:"";}.fa-head-side-cough:before{content:"";}.fa-head-side-cough-slash:before{content:"";}.fa-head-side-mask:before{content:"";}.fa-head-side-virus:before{content:"";}.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-headphones-alt:before{content:"";}.fa-headset:before{content:"";}.fa-heart:before{content:"";}.fa-heart-broken:before{content:"";}.fa-heartbeat:before{content:"";}.fa-helicopter:before{content:"";}.fa-highlighter:before{content:"";}.fa-hiking:before{content:"";}.fa-hippo:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-history:before{content:"";}.fa-hive:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-holly-berry:before{content:"";}.fa-home:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-horse:before{content:"";}.fa-horse-head:before{content:"";}.fa-hospital:before{content:"";}.fa-hospital-alt:before{content:"";}.fa-hospital-symbol:before{content:"";}.fa-hospital-user:before{content:"";}.fa-hot-tub:before{content:"";}.fa-hotdog:before{content:"";}.fa-hotel:before{content:"";}.fa-hotjar:before{content:"";}.fa-hourglass:before{content:"";}.fa-hourglass-end:before{content:"";}.fa-hourglass-half:before{content:"";}.fa-hourglass-start:before{content:"";}.fa-house-damage:before{content:"";}.fa-house-user:before{content:"";}.fa-houzz:before{content:"";}.fa-hryvnia:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-i-cursor:before{content:"";}.fa-ice-cream:before{content:"";}.fa-icicles:before{content:"";}.fa-icons:before{content:"";}.fa-id-badge:before{content:"";}.fa-id-card:before{content:"";}.fa-id-card-alt:before{content:"";}.fa-ideal:before{content:"";}.fa-igloo:before{content:"";}.fa-image:before{content:"";}.fa-images:before{content:"";}.fa-imdb:before{content:"";}.fa-inbox:before{content:"";}.fa-indent:before{content:"";}.fa-industry:before{content:"";}.fa-infinity:before{content:"";}.fa-info:before{content:"";}.fa-info-circle:before{content:"";}.fa-innosoft:before{content:"";}.fa-instagram:before{content:"";}.fa-instagram-square:before{content:"";}.fa-instalod:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-italic:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joint:before{content:"";}.fa-joomla:before{content:"";}.fa-journal-whills:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaaba:before{content:"";}.fa-kaggle:before{content:"";}.fa-key:before{content:"";}.fa-keybase:before{content:"";}.fa-keyboard:before{content:"";}.fa-keycdn:before{content:"";}.fa-khanda:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-kiss:before{content:"";}.fa-kiss-beam:before{content:"";}.fa-kiss-wink-heart:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-korvue:before{content:"";}.fa-landmark:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laptop-code:before{content:"";}.fa-laptop-house:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-laugh:before{content:"";}.fa-laugh-beam:before{content:"";}.fa-laugh-squint:before{content:"";}.fa-laugh-wink:before{content:"";}.fa-layer-group:before{content:"";}.fa-leaf:before{content:"";}.fa-leanpub:before{content:"";}.fa-lemon:before{content:"";}.fa-less:before{content:"";}.fa-less-than:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-level-down-alt:before{content:"";}.fa-level-up-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-line:before{content:"";}.fa-link:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list:before{content:"";}.fa-list-alt:before{content:"";}.fa-list-ol:before{content:"";}.fa-list-ul:before{content:"";}.fa-location-arrow:before{content:"";}.fa-lock:before{content:"";}.fa-lock-open:before{content:"";}.fa-long-arrow-alt-down:before{content:"";}.fa-long-arrow-alt-left:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-long-arrow-alt-up:before{content:"";}.fa-low-vision:before{content:"";}.fa-luggage-cart:before{content:"";}.fa-lungs:before{content:"";}.fa-lungs-virus:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-magic:before{content:"";}.fa-magnet:before{content:"";}.fa-mail-bulk:before{content:"";}.fa-mailchimp:before{content:"";}.fa-male:before{content:"";}.fa-mandalorian:before{content:"";}.fa-map:before{content:"";}.fa-map-marked:before{content:"";}.fa-map-marked-alt:before{content:"";}.fa-map-marker:before{content:"";}.fa-map-marker-alt:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-markdown:before{content:"";}.fa-marker:before{content:"";}.fa-mars:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mask:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medal:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medkit:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-meh:before{content:"";}.fa-meh-blank:before{content:"";}.fa-meh-rolling-eyes:before{content:"";}.fa-memory:before{content:"";}.fa-mendeley:before{content:"";}.fa-menorah:before{content:"";}.fa-mercury:before{content:"";}.fa-meteor:before{content:"";}.fa-microblog:before{content:"";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-alt:before{content:"";}.fa-microphone-alt-slash:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microscope:before{content:"";}.fa-microsoft:before{content:"";}.fa-minus:before{content:"";}.fa-minus-circle:before{content:"";}.fa-minus-square:before{content:"";}.fa-mitten:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mixer:before{content:"";}.fa-mizuni:before{content:"";}.fa-mobile:before{content:"";}.fa-mobile-alt:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-money-bill:before{content:"";}.fa-money-bill-alt:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-money-bill-wave-alt:before{content:"";}.fa-money-check:before{content:"";}.fa-money-check-alt:before{content:"";}.fa-monument:before{content:"";}.fa-moon:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-mosque:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mountain:before{content:"";}.fa-mouse:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-mug-hot:before{content:"";}.fa-music:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-network-wired:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-not-equal:before{content:"";}.fa-notes-medical:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-oil-can:before{content:"";}.fa-old-republic:before{content:"";}.fa-om:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-otter:before{content:"";}.fa-outdent:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-pager:before{content:"";}.fa-paint-brush:before{content:"";}.fa-paint-roller:before{content:"";}.fa-palette:before{content:"";}.fa-palfed:before{content:"";}.fa-pallet:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-parachute-box:before{content:"";}.fa-paragraph:before{content:"";}.fa-parking:before{content:"";}.fa-passport:before{content:"";}.fa-pastafarianism:before{content:"";}.fa-paste:before{content:"";}.fa-patreon:before{content:"";}.fa-pause:before{content:"";}.fa-pause-circle:before{content:"";}.fa-paw:before{content:"";}.fa-paypal:before{content:"";}.fa-peace:before{content:"";}.fa-pen:before{content:"";}.fa-pen-alt:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-pen-nib:before{content:"";}.fa-pen-square:before{content:"";}.fa-pencil-alt:before{content:"";}.fa-pencil-ruler:before{content:"";}.fa-penny-arcade:before{content:"";}.fa-people-arrows:before{content:"";}.fa-people-carry:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-perbyte:before{content:"";}.fa-percent:before{content:"";}.fa-percentage:before{content:"";}.fa-periscope:before{content:"";}.fa-person-booth:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-phone:before{content:"";}.fa-phone-alt:before{content:"";}.fa-phone-slash:before{content:"";}.fa-phone-square:before{content:"";}.fa-phone-square-alt:before{content:"";}.fa-phone-volume:before{content:"";}.fa-photo-video:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-square:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-pills:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-plane:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-plane-departure:before{content:"";}.fa-plane-slash:before{content:"";}.fa-play:before{content:"";}.fa-play-circle:before{content:"";}.fa-playstation:before{content:"";}.fa-plug:before{content:"";}.fa-plus:before{content:"";}.fa-plus-circle:before{content:"";}.fa-plus-square:before{content:"";}.fa-podcast:before{content:"";}.fa-poll:before{content:"";}.fa-poll-h:before{content:"";}.fa-poo:before{content:"";}.fa-poo-storm:before{content:"";}.fa-poop:before{content:"";}.fa-portrait:before{content:"";}.fa-pound-sign:before{content:"";}.fa-power-off:before{content:"";}.fa-pray:before{content:"";}.fa-praying-hands:before{content:"";}.fa-prescription:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-prescription-bottle-alt:before{content:"";}.fa-print:before{content:"";}.fa-procedures:before{content:"";}.fa-product-hunt:before{content:"";}.fa-project-diagram:before{content:"";}.fa-pump-medical:before{content:"";}.fa-pump-soap:before{content:"";}.fa-pushed:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-qrcode:before{content:"";}.fa-question:before{content:"";}.fa-question-circle:before{content:"";}.fa-quidditch:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-quran:before{content:"";}.fa-r-project:before{content:"";}.fa-radiation:before{content:"";}.fa-radiation-alt:before{content:"";}.fa-rainbow:before{content:"";}.fa-random:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-receipt:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-recycle:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-redo:before{content:"";}.fa-redo-alt:before{content:"";}.fa-registered:before{content:"";}.fa-remove-format:before{content:"";}.fa-renren:before{content:"";}.fa-reply:before{content:"";}.fa-reply-all:before{content:"";}.fa-replyd:before{content:"";}.fa-republican:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-restroom:before{content:"";}.fa-retweet:before{content:"";}.fa-rev:before{content:"";}.fa-ribbon:before{content:"";}.fa-ring:before{content:"";}.fa-road:before{content:"";}.fa-robot:before{content:"";}.fa-rocket:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-route:before{content:"";}.fa-rss:before{content:"";}.fa-rss-square:before{content:"";}.fa-ruble-sign:before{content:"";}.fa-ruler:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-running:before{content:"";}.fa-rupee-sign:before{content:"";}.fa-rust:before{content:"";}.fa-sad-cry:before{content:"";}.fa-sad-tear:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-satellite:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-save:before{content:"";}.fa-schlix:before{content:"";}.fa-school:before{content:"";}.fa-screwdriver:before{content:"";}.fa-scribd:before{content:"";}.fa-scroll:before{content:"";}.fa-sd-card:before{content:"";}.fa-search:before{content:"";}.fa-search-dollar:before{content:"";}.fa-search-location:before{content:"";}.fa-search-minus:before{content:"";}.fa-search-plus:before{content:"";}.fa-searchengin:before{content:"";}.fa-seedling:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-server:before{content:"";}.fa-servicestack:before{content:"";}.fa-shapes:before{content:"";}.fa-share:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-share-square:before{content:"";}.fa-shekel-sign:before{content:"";}.fa-shield-alt:before{content:"";}.fa-shield-virus:before{content:"";}.fa-ship:before{content:"";}.fa-shipping-fast:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-shopify:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-shopware:before{content:"";}.fa-shower:before{content:"";}.fa-shuttle-van:before{content:"";}.fa-sign:before{content:"";}.fa-sign-in-alt:before{content:"";}.fa-sign-language:before{content:"";}.fa-sign-out-alt:before{content:"";}.fa-signal:before{content:"";}.fa-signature:before{content:"";}.fa-sim-card:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sink:before{content:"";}.fa-sistrix:before{content:"";}.fa-sitemap:before{content:"";}.fa-sith:before{content:"";}.fa-skating:before{content:"";}.fa-sketch:before{content:"";}.fa-skiing:before{content:"";}.fa-skiing-nordic:before{content:"";}.fa-skull:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slash:before{content:"";}.fa-sleigh:before{content:"";}.fa-sliders-h:before{content:"";}.fa-slideshare:before{content:"";}.fa-smile:before{content:"";}.fa-smile-beam:before{content:"";}.fa-smile-wink:before{content:"";}.fa-smog:before{content:"";}.fa-smoking:before{content:"";}.fa-smoking-ban:before{content:"";}.fa-sms:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-snowboarding:before{content:"";}.fa-snowflake:before{content:"";}.fa-snowman:before{content:"";}.fa-snowplow:before{content:"";}.fa-soap:before{content:"";}.fa-socks:before{content:"";}.fa-solar-panel:before{content:"";}.fa-sort:before{content:"";}.fa-sort-alpha-down:before{content:"";}.fa-sort-alpha-down-alt:before{content:"";}.fa-sort-alpha-up:before{content:"";}.fa-sort-alpha-up-alt:before{content:"";}.fa-sort-amount-down:before{content:"";}.fa-sort-amount-down-alt:before{content:"";}.fa-sort-amount-up:before{content:"";}.fa-sort-amount-up-alt:before{content:"";}.fa-sort-down:before{content:"";}.fa-sort-numeric-down:before{content:"";}.fa-sort-numeric-down-alt:before{content:"";}.fa-sort-numeric-up:before{content:"";}.fa-sort-numeric-up-alt:before{content:"";}.fa-sort-up:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-spa:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spell-check:before{content:"";}.fa-spider:before{content:"";}.fa-spinner:before{content:"";}.fa-splotch:before{content:"";}.fa-spotify:before{content:"";}.fa-spray-can:before{content:"";}.fa-square:before{content:"";}.fa-square-full:before{content:"";}.fa-square-root-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-stamp:before{content:"";}.fa-star:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-star-half:before{content:"";}.fa-star-half-alt:before{content:"";}.fa-star-of-david:before{content:"";}.fa-star-of-life:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-step-backward:before{content:"";}.fa-step-forward:before{content:"";}.fa-stethoscope:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-sticky-note:before{content:"";}.fa-stop:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stopwatch:before{content:"";}.fa-stopwatch-20:before{content:"";}.fa-store:before{content:"";}.fa-store-alt:before{content:"";}.fa-store-alt-slash:before{content:"";}.fa-store-slash:before{content:"";}.fa-strava:before{content:"";}.fa-stream:before{content:"";}.fa-street-view:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-subscript:before{content:"";}.fa-subway:before{content:"";}.fa-suitcase:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-sun:before{content:"";}.fa-superpowers:before{content:"";}.fa-superscript:before{content:"";}.fa-supple:before{content:"";}.fa-surprise:before{content:"";}.fa-suse:before{content:"";}.fa-swatchbook:before{content:"";}.fa-swift:before{content:"";}.fa-swimmer:before{content:"";}.fa-swimming-pool:before{content:"";}.fa-symfony:before{content:"";}.fa-synagogue:before{content:"";}.fa-sync:before{content:"";}.fa-sync-alt:before{content:"";}.fa-syringe:before{content:"";}.fa-table:before{content:"";}.fa-table-tennis:before{content:"";}.fa-tablet:before{content:"";}.fa-tablet-alt:before{content:"";}.fa-tablets:before{content:"";}.fa-tachometer-alt:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tape:before{content:"";}.fa-tasks:before{content:"";}.fa-taxi:before{content:"";}.fa-teamspeak:before{content:"";}.fa-teeth:before{content:"";}.fa-teeth-open:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-temperature-high:before{content:"";}.fa-temperature-low:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-tenge:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-th:before{content:"";}.fa-th-large:before{content:"";}.fa-th-list:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-theater-masks:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-thermometer:before{content:"";}.fa-thermometer-empty:before{content:"";}.fa-thermometer-full:before{content:"";}.fa-thermometer-half:before{content:"";}.fa-thermometer-quarter:before{content:"";}.fa-thermometer-three-quarters:before{content:"";}.fa-think-peaks:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbtack:before{content:"";}.fa-ticket-alt:before{content:"";}.fa-tiktok:before{content:"";}.fa-times:before{content:"";}.fa-times-circle:before{content:"";}.fa-tint:before{content:"";}.fa-tint-slash:before{content:"";}.fa-tired:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-toilet:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-toilet-paper-slash:before{content:"";}.fa-toolbox:before{content:"";}.fa-tools:before{content:"";}.fa-tooth:before{content:"";}.fa-torah:before{content:"";}.fa-torii-gate:before{content:"";}.fa-tractor:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trademark:before{content:"";}.fa-traffic-light:before{content:"";}.fa-trailer:before{content:"";}.fa-train:before{content:"";}.fa-tram:before{content:"";}.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-trash:before{content:"";}.fa-trash-alt:before{content:"";}.fa-trash-restore:before{content:"";}.fa-trash-restore-alt:before{content:"";}.fa-tree:before{content:"";}.fa-trello:before{content:"";}.fa-trophy:before{content:"";}.fa-truck:before{content:"";}.fa-truck-loading:before{content:"";}.fa-truck-monster:before{content:"";}.fa-truck-moving:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-tshirt:before{content:"";}.fa-tty:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-tv:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-umbrella:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-uncharted:before{content:"";}.fa-underline:before{content:"";}.fa-undo:before{content:"";}.fa-undo-alt:before{content:"";}.fa-uniregistry:before{content:"";}.fa-unity:before{content:"";}.fa-universal-access:before{content:"";}.fa-university:before{content:"";}.fa-unlink:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-unsplash:before{content:"";}.fa-untappd:before{content:"";}.fa-upload:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-user:before{content:"";}.fa-user-alt:before{content:"";}.fa-user-alt-slash:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-user-check:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-clock:before{content:"";}.fa-user-cog:before{content:"";}.fa-user-edit:before{content:"";}.fa-user-friends:before{content:"";}.fa-user-graduate:before{content:"";}.fa-user-injured:before{content:"";}.fa-user-lock:before{content:"";}.fa-user-md:before{content:"";}.fa-user-minus:before{content:"";}.fa-user-ninja:before{content:"";}.fa-user-nurse:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-user-tag:before{content:"";}.fa-user-tie:before{content:"";}.fa-user-times:before{content:"";}.fa-users:before{content:"";}.fa-users-cog:before{content:"";}.fa-users-slash:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-utensil-spoon:before{content:"";}.fa-utensils:before{content:"";}.fa-vaadin:before{content:"";}.fa-vector-square:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-vest:before{content:"";}.fa-vest-patches:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-vial:before{content:"";}.fa-vials:before{content:"";}.fa-viber:before{content:"";}.fa-video:before{content:"";}.fa-video-slash:before{content:"";}.fa-vihara:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-virus:before{content:"";}.fa-virus-slash:before{content:"";}.fa-viruses:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-voicemail:before{content:"";}.fa-volleyball-ball:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-mute:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-up:before{content:"";}.fa-vote-yea:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-vuejs:before{content:"";}.fa-walking:before{content:"";}.fa-wallet:before{content:"";}.fa-warehouse:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-water:before{content:"";}.fa-wave-square:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weight:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-wheelchair:before{content:"";}.fa-whmcs:before{content:"";}.fa-wifi:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-wind:before{content:"";}.fa-window-close:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-windows:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-wine-glass:before{content:"";}.fa-wine-glass-alt:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wodu:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-won-sign:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-wrench:before{content:"";}.fa-x-ray:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yen-sign:before{content:"";}.fa-yin-yang:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.fab{font-family:"Font Awesome 5 Brands";}.fab,.far{font-weight:400;}.fa,.far,.fas{font-family:"Font Awesome 5 Free";}.fa,.fas{font-weight:900;}.dlm-icon-left{margin-right:5px;}.dlm-icon-right{margin-left:5px;}a.dlm-buttons-button{position:relative;}a.dlm-buttons-button.dlm-download-started{text-decoration:none;}a.dlm-buttons-button.dlm-download-complete::after{content:"✓";width:20px;right:-30px;position:absolute;z-index:3;background:0 0;color:green;bottom:0;left:auto;}a.dlm-buttons-button::before{content:"";position:absolute;height:2px;bottom:-2px;left:0;width:0;background:red;transition:width .5s;box-shadow:0 0 3px rgba(255,0,0,.8);border-radius:5px;}a.dlm-buttons-button.download-10:before{width:10%;}a.dlm-buttons-button.download-20:before{width:20%;}a.dlm-buttons-button.download-30:before{width:30%;}a.dlm-buttons-button.download-40:before{width:40%;}a.dlm-buttons-button.download-50:before{width:50%;}a.dlm-buttons-button.download-60:before{width:60%;}a.dlm-buttons-button.download-70:before{width:70%;}a.dlm-buttons-button.download-80:before{width:80%;}a.dlm-buttons-button.download-90:before{width:90%;}a.dlm-buttons-button.download-100:before{width:100%;}a.dlm-buttons-button.dlm-download-complete::after{height:auto;top:50%;transform:translateY(-50%);}a.dlm-buttons-button::before{z-index:0;}a.dlm-buttons-button>*{z-index:2;position:relative;}a.dlm-buttons-button .dlm-xhr-progress{position:relative;}a.dlm-buttons-button .dlm-xhr-progress{position:relative;}a.dlm-buttons-button.dlm-download-started{text-decoration:none;}a.dlm-buttons-button::before{box-shadow:0 0 3px rgba(255,0,0,.8);border-radius:5px;}a.dlm-buttons-button>*{z-index:2;position:relative;}a.dlm-buttons-button.dlm-download-complete::after{top:50%;transform:translateY(-50%);}.dlm-icon-left{margin-right:5px;}.dlm-icon-right{margin-left:5px;}a.dlm-buttons-button{position:relative;}a.dlm-buttons-button.download-started{color:#fff;}a.dlm-buttons-button.dlm-download-complete::after{content:"✓";width:20px;right:-30px;position:absolute;height:100%;z-index:3;background:0 0;color:green;bottom:0;left:auto;}a.dlm-buttons-button::before{content:"";position:absolute;height:100%;z-index:-1;bottom:-2px;left:0;width:0;background:red;transition:width .5s;}a.dlm-buttons-button.download-10:before{width:10%;}a.dlm-buttons-button.download-20:before{width:20%;}a.dlm-buttons-button.download-30:before{width:30%;}a.dlm-buttons-button.download-40:before{width:40%;}a.dlm-buttons-button.download-50:before{width:50%;}a.dlm-buttons-button.download-60:before{width:60%;}a.dlm-buttons-button.download-70:before{width:70%;}a.dlm-buttons-button.download-80:before{width:80%;}a.dlm-buttons-button.download-90:before{width:90%;}a.dlm-buttons-button.download-100:before{width:100%;}@keyframes ifMenuFadeIn{from{opacity:0;transform:translate3d(20%,0,0);}to{opacity:1;transform:translate3d(0,0,0);}}.if-menu-peek{position:relative;}.if-menu-peek a{opacity:.8;}.if-menu-peek::before{content:"If Menu peek";position:absolute;text-align:center;top:50%;left:calc(100% + 15px);background:#f6f9fc;box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);border-radius:4px;width:140px;margin-top:-17px;padding:10px 15px;font-size:14px;opacity:0;pointer-events:none;}.if-menu-peek:hover::before{animation:ifMenuFadeIn ease-in-out .2s forwards;}.if-menu-peek::after{content:"";position:absolute;width:20px;height:17px;background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/plugins/if-menu/assets/icon-visibility.svg");color:#50a92f;background-size:cover;top:-14px;right:-15px;border-radius:50%;}@charset "UTF-8";.mega-menu-last-modified-1725475858{content:"Wednesday 4th September 2024 18:50:58 UTC";}#mega-menu-wrap-max_mega_menu_1,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:16px;height:auto;left:auto;line-height:1.7;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;}#mega-menu-wrap-max_mega_menu_1:before,#mega-menu-wrap-max_mega_menu_1:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:after{display:none;}#mega-menu-wrap-max_mega_menu_1{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1{background:rgba(255,100,251,0);}}#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 a:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 span:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 input:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 form.mega-search-open:has(input[type=text]:focus){outline-style:solid;outline-width:3px;outline-color:#00c6ed;outline-offset:-3px;}#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px;}#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{background:#716f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{color:#fff;background:#ff64fb;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{text-align:left;padding:0px 0px 0px 0px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link{cursor:pointer;display:inline;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:normal;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;align-items:center;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below{display:inline-block;transition:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:block;line-height:40px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-animating > ul.mega-sub-menu{pointer-events:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link{cursor:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link{cursor:pointer;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 p{margin-bottom:10px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img{max-width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:20%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^="dashicons"]:before{font-family:dashicons;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link{border-radius:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right > ul.mega-sub-menu{right:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item{position:static;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item{margin:0 0px 0 0;display:inline-block;height:auto;vertical-align:middle;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right{float:right;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right{margin:0 0 0 0px;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-float-left{float:left;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus{background:#716f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:#716f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{color:#fff;background:#ff64fb;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:#716f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#fff;background:#ff64fb;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;padding:0px 10px 0px 10px;vertical-align:baseline;width:auto;display:block;color:#fff;text-transform:none;text-decoration:none;text-align:left;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:inherit;font-size:16px;font-weight:normal;outline:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item{display:list-item;margin:0;clear:both;border:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right{float:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:transparent;text-align:left;color:#fff;font-size:16px;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:100%;float:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{float:left;min-height:1px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12{width:100%;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:15px 15px 15px 15px;width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu{z-index:99999;border-radius:10px 10px 10px 10px;background:#f1f1f1;border:0;padding:20px 20px 20px 20px;position:absolute;width:100%;max-width:none;left:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu{float:left;position:static;width:100%;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu{clear:both;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{color:#666;font-family:inherit;font-size:16px;display:block;float:left;clear:none;padding:15px 15px 15px 15px;vertical-align:top;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;vertical-align:top;display:block;visibility:inherit;border:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:16px;text-transform:none;text-decoration:none;font-weight:normal;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:white;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu{border:0;padding:10px;border-radius:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:16px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;border:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:white;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu{z-index:99999;position:absolute;width:300px;max-width:none;padding:0px 0px 0px 0px;border:0;background:#f1f1f1;border-radius:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:black;font-family:inherit;font-size:14px;font-weight:normal;padding:2px 15px 2px 15px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0px;border-top-right-radius:0px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#ff64fb;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:inline-block;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";font-family:dashicons;font-weight:normal;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator{display:none;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{display:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li[class^="mega-lang-item"] > a.mega-menu-link > img{display:inline;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link > img.wpml-ls-flag,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link > img.iclflag{display:inline;margin-right:8px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1:after{content:"";display:table;clear:both;}}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:rgba(34,34,34,0);border-radius:2px 2px 2px 2px;line-height:40px;height:40px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle img{max-width:100%;padding:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{background:#6653ee;background:linear-gradient(to bottom,#ff64fb,#6653ee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFF64FB",endColorstr="#FF6653EE");padding:40px 40px 40px 40px;display:none;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{display:block;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{position:fixed;display:block;width:340px;max-width:90%;height:100vh;max-height:100vh;top:0;box-sizing:border-box;transition:left 200ms ease-in-out,right 200ms ease-in-out,visibility 200ms ease-in-out;overflow:auto;z-index:9999999999;overscroll-behavior:contain;visibility:hidden;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{visibility:visible;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{left:-340px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{left:0;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after{position:fixed;width:100%;height:99999px;content:"";top:0;left:0;opacity:.5;background:black;cursor:pointer;z-index:9999999998;}}html.mega-menu-max_mega_menu_1-off-canvas-open{overflow:hidden;height:auto;}html.mega-menu-max_mega_menu_1-off-canvas-open body{overflow:hidden;height:auto;}html.mega-menu-max_mega_menu_1-off-canvas-open #wpadminbar{z-index:0;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0{cursor:pointer;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:none;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:white;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{content:"";display:block;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{top:-10px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{bottom:-10px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg);}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg);}#mega-menu-wrap-max_mega_menu_1.mega-sticky{position:fixed;top:0;left:0;right:0;z-index:99998;opacity:1;max-width:100%;width:100%;margin:0 auto;background:transparent;}#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1{background:rgba(255,100,251,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1{background:#6653ee;background:linear-gradient(to bottom,#ff64fb,#6653ee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFF64FB",endColorstr="#FF6653EE");}}#mega-menu-wrap-max_mega_menu_1.mega-stuck{transition:transform .25s ease-in-out;}#mega-menu-wrap-max_mega_menu_1.mega-stuck.mega-hide{transform:translateY(-100%);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px);overflow:auto;}body.admin-bar #mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px - 42px);}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-show-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-show-when-sticky{display:inline-block;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1.mega-sticky #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^="genericon"]:before{font-family:genericons;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu{width:600px;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item{position:relative;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link{text-align:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before{float:left;margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop{display:none;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu{position:static;width:100% !important;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu{position:static;width:100% !important;padding:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background:#ddd;font-weight:normal;text-decoration:none;color:#ff64fb;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;border:0;box-shadow:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:40px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{display:block;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img.mmm_gravatar{vertical-align:middle;position:relative;top:-1px;display:inline-block;max-height:100%;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img.mmm_gravatar{max-height:90%;width:auto;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img.avatar{vertical-align:middle;position:relative;top:-1px;}#mega-menu-wrap-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo,#mega-menu-wrap-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo{background:inherit;}#mega-menu-wrap-max_mega_menu_1 li.mega-menu-item img.mega-menu-logo{display:inline;vertical-align:middle;max-height:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 li.mega-menu-item img.mega-menu-logo{max-height:90%;width:auto;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo{padding-top:10px;padding-bottom:10px;text-align:center;height:auto;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transition:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transition:opacity 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{transform:translate(0,10px);transition:transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:20%;float:left;background:#f1f1f1;color:#666;font-family:inherit;font-size:16px;font-weight:normal;padding:0px 10px 0px 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;margin:0;border:0;cursor:pointer;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator{float:none;height:35px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:80%;float:left;clear:none;position:absolute;top:0;left:20%;visibility:hidden;border-left:1px solid #ccc;padding:20px 20px 20px 20px;min-height:100%;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after{display:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{float:left;padding:15px 15px 15px 15px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0px solid rgba(0,0,0,0);border-left:0px solid rgba(0,0,0,0);border-right:0px solid rgba(0,0,0,0);border-bottom:0px solid rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:16px;text-transform:none;text-decoration:none;font-weight:normal;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:white;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:16px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0;border-left:0;border-right:0;border-bottom:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:white;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:100%;float:left;background:#f1f1f1;color:black;font-family:inherit;font-size:14px;font-weight:normal;padding:2px 15px 2px 15px;line-height:35px;text-decoration:none;text-transform:none;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:100%;position:relative;top:0;left:auto;border-left:0;padding:10px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^="fa-"]:before{font-family:FontAwesome;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fab:before{font-family:"Font Awesome 5 Brands";font-weight:400;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).far:before{font-family:"Font Awesome 5 Free";font-weight:400;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fas:before{font-family:"Font Awesome 5 Free";font-weight:900;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fal:before{font-family:"Font Awesome 5 Free";font-weight:300;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fas,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fab,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).far,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fal{-webkit-font-smoothing:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fas:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fab:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).far:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a:not(.fa6).fal:before{vertical-align:middle;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left > a.fas:not(.fa6):before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left > a.fab:not(.fa6):before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left > a.far:not(.fa6):before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left > a.fal:not(.fa6):before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.far:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-regular:before{font:var(--fa-font-regular);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fas:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-solid:before{font:var(--fa-font-solid);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fal:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-light:before{font:var(--fa-font-light);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-sharp.fa-regular:before{font:var(--fa-font-sharp-regular);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-sharp.fa-solid:before{font:var(--fa-font-sharp-solid);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-sharp.fa-light:before{font:var(--fa-font-sharp-light);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fa-kit:before{font-family:"Font Awesome Kit";}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6.fab:before{font:var(--fa-font-brands);}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > a.fa6:before{vertical-align:unset;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left a.fas.fa6:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left a.fab.fa6:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left a.far.fa6:before,#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-left a.fal.fa6:before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge{border-radius:2px 2px 2px 2px;display:inline;padding:1px 4px 1px 4px;top:-7px;position:relative;margin:0 0 0 6px;text-align:center;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-menu-badge-style-one{background:#d32f2f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-menu-badge-style-two{background:#00796b;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-menu-badge-style-three{background:#ffc107;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-menu-badge-style-four{background:#303f9f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{}#mega-menu-wrap-max_mega_menu_1{clear:both;}@media only screen and (max-width: 768px){.mega-menu-item ul.mega-sub-menu{}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{line-height:1.3;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{padding:12px 15px 12px 15px;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{background:#eaeaea !important;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{background:#f1f1f1 !important;}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{background:#fff !important;}}.mega-menu-last-modified-1725475858{content:"Wednesday 4th September 2024 18:50:58 UTC";}#mega-menu-wrap-max_mega_menu_2,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:1.3;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;}#mega-menu-wrap-max_mega_menu_2:before,#mega-menu-wrap-max_mega_menu_2:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge:after{display:none;}#mega-menu-wrap-max_mega_menu_2{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2{background:rgba(0,0,0,0);}}#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 a:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 span:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 input:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 form.mega-search-open:has(input[type=text]:focus){outline-style:solid;outline-width:3px;outline-color:#109cde;outline-offset:-3px;}#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px;}#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2{text-align:left;padding:0px 0px 0px 0px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link{cursor:pointer;display:inline;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:normal;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;align-items:center;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below{display:inline-block;transition:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:block;line-height:40px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-animating > ul.mega-sub-menu{pointer-events:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link{cursor:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link{cursor:pointer;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 p{margin-bottom:10px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 input,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 img{max-width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:20%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a[class^="dashicons"]:before{font-family:dashicons;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link{border-radius:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-right > ul.mega-sub-menu{right:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-menu-item{position:static;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item{margin:0 0px 0 0;display:inline-block;height:auto;vertical-align:middle;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-item-align-right{float:right;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-item-align-right{margin:0 0 0 0px;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-item-align-float-left{float:left;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;padding:0px 10px 0px 10px;vertical-align:baseline;width:auto;display:block;color:#fff;text-transform:none;text-decoration:none;text-align:left;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:Lato;font-size:16px;font-weight:normal;outline:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-multi-line > a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item{display:list-item;margin:0;clear:both;border:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-item-align-right{float:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:transparent;text-align:left;color:#fff;font-size:14px;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:100%;float:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{float:left;min-height:1px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12{width:100%;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:15px 15px 15px 15px;width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu{z-index:999;border-radius:0;background:#f1f1f1;border:0;padding:0px 0px 0px 0px;position:absolute;width:100%;max-width:none;left:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu{float:left;position:static;width:100%;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu{clear:both;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px 15px 15px 15px;vertical-align:top;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;vertical-align:top;display:block;visibility:inherit;border:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu{border:0;padding:10px;border-radius:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;border:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:200px;max-width:none;padding:0px 0px 0px 0px;border:0;background:#f1f1f1;border-radius:5px 5px 5px 5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#545454;font-family:Lato;font-size:16px;font-weight:normal;padding:0px 10px 0px 10px;line-height:38px;text-decoration:none;text-transform:none;vertical-align:baseline;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:5px;border-top-right-radius:5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:5px;border-bottom-left-radius:5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:inline-block;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";font-family:dashicons;font-weight:normal;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator{display:none;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{display:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li[class^="mega-lang-item"] > a.mega-menu-link > img{display:inline;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link > img.wpml-ls-flag,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link > img.iclflag{display:inline;margin-right:8px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2:after{content:"";display:table;clear:both;}}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:#222;border-radius:2px 2px 2px 2px;line-height:40px;height:40px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle img{max-width:100%;padding:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle + #mega-menu-max_mega_menu_2{background:#222;padding:0px 0px 0px 0px;display:none;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_2{display:block;}}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0{cursor:pointer;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:none;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:#ddd;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{content:"";display:block;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{top:-10px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{bottom:-10px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg);}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg);}#mega-menu-wrap-max_mega_menu_2.mega-sticky{position:fixed;top:0;left:0;right:0;z-index:99998;opacity:1;max-width:100%;width:100%;margin:0 auto;background:transparent;}#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2{background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2{background:#222;}}#mega-menu-wrap-max_mega_menu_2.mega-stuck{transition:transform .25s ease-in-out;}#mega-menu-wrap-max_mega_menu_2.mega-stuck.mega-hide{transform:translateY(-100%);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px);overflow:auto;}body.admin-bar #mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px - 42px);}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-show-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-hide-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-show-when-sticky{display:inline-block;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2.mega-sticky #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a[class^="genericon"]:before{font-family:genericons;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu{width:600px;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item{position:relative;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link{text-align:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before{float:left;margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop{display:none;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu{position:static;width:100% !important;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu{position:static;width:100% !important;padding:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;border:0;box-shadow:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:40px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{display:block;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 img.mmm_gravatar{vertical-align:middle;position:relative;top:-1px;display:inline-block;max-height:100%;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 img.mmm_gravatar{max-height:90%;width:auto;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 img.avatar{vertical-align:middle;position:relative;top:-1px;}#mega-menu-wrap-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo,#mega-menu-wrap-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo{background:inherit;}#mega-menu-wrap-max_mega_menu_2 li.mega-menu-item img.mega-menu-logo{display:inline;vertical-align:middle;max-height:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 li.mega-menu-item img.mega-menu-logo{max-height:90%;width:auto;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo{padding-top:10px;padding-bottom:10px;text-align:center;height:auto;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transition:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transition:opacity 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{transform:translate(0,10px);transition:transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:20%;float:left;background:#f1f1f1;color:#666;font-family:inherit;font-size:14px;font-weight:normal;padding:0px 10px 0px 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;margin:0;border:0;cursor:pointer;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator{float:none;height:35px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:80%;float:left;clear:none;position:absolute;top:0;left:20%;visibility:hidden;border-left:1px solid #ccc;padding:0px 0px 0px 0px;min-height:100%;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after{display:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{float:left;padding:15px 15px 15px 15px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0px solid rgba(0,0,0,0);border-left:0px solid rgba(0,0,0,0);border-right:0px solid rgba(0,0,0,0);border-bottom:0px solid rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0;border-left:0;border-right:0;border-bottom:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:100%;float:left;background:#f1f1f1;color:#545454;font-family:Lato;font-size:16px;font-weight:normal;padding:0px 10px 0px 10px;line-height:38px;text-decoration:none;text-transform:none;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:100%;position:relative;top:0;left:auto;border-left:0;padding:10px;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a[class^="fa-"]:before{font-family:FontAwesome;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fab:before{font-family:"Font Awesome 5 Brands";font-weight:400;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).far:before{font-family:"Font Awesome 5 Free";font-weight:400;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fas:before{font-family:"Font Awesome 5 Free";font-weight:900;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fal:before{font-family:"Font Awesome 5 Free";font-weight:300;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fas,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fab,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).far,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fal{-webkit-font-smoothing:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fas:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fab:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).far:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a:not(.fa6).fal:before{vertical-align:middle;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left > a.fas:not(.fa6):before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left > a.fab:not(.fa6):before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left > a.far:not(.fa6):before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left > a.fal:not(.fa6):before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.far:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-regular:before{font:var(--fa-font-regular);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fas:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-solid:before{font:var(--fa-font-solid);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fal:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-light:before{font:var(--fa-font-light);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-sharp.fa-regular:before{font:var(--fa-font-sharp-regular);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-sharp.fa-solid:before{font:var(--fa-font-sharp-solid);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-sharp.fa-light:before{font:var(--fa-font-sharp-light);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fa-kit:before{font-family:"Font Awesome Kit";}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6.fab:before{font:var(--fa-font-brands);}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > a.fa6:before{vertical-align:unset;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left a.fas.fa6:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left a.fab.fa6:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left a.far.fa6:before,#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-left a.fal.fa6:before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge{border-radius:2px 2px 2px 2px;display:inline;padding:1px 4px 1px 4px;top:-7px;position:relative;margin:0 0 0 6px;text-align:center;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-menu-badge-style-one{background:#d32f2f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-menu-badge-style-two{background:#00796b;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-menu-badge-style-three{background:#ffc107;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge.mega-menu-badge-style-four{background:#303f9f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle{}#mega-menu-wrap-max_mega_menu_2{clear:both;}.mega-menu-last-modified-1725475858{content:"Wednesday 4th September 2024 18:50:58 UTC";}#mega-menu-wrap-max_mega_menu_3,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-row,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-column,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:1.3;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;}#mega-menu-wrap-max_mega_menu_3:before,#mega-menu-wrap-max_mega_menu_3:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 ul.mega-sub-menu:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 ul.mega-sub-menu:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-row:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-row:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-column:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-column:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge:after{display:none;}#mega-menu-wrap-max_mega_menu_3{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3{background:rgba(0,0,0,0);}}#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation #mega-menu-max_mega_menu_3 a:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation #mega-menu-max_mega_menu_3 span:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation #mega-menu-max_mega_menu_3 input:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation #mega-menu-max_mega_menu_3 li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation #mega-menu-max_mega_menu_3 form.mega-search-open:has(input[type=text]:focus){outline-style:solid;outline-width:3px;outline-color:#109cde;outline-offset:-3px;}#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px;}#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3{text-align:left;padding:0px 0px 0px 0px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link{cursor:pointer;display:inline;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:normal;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;align-items:center;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below{display:inline-block;transition:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:block;line-height:40px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-animating > ul.mega-sub-menu{pointer-events:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link{cursor:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link{cursor:pointer;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 p{margin-bottom:10px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 input,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 img{max-width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:20%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item a[class^="dashicons"]:before{font-family:dashicons;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link{border-radius:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-align-bottom-right > ul.mega-sub-menu{right:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link{border-radius:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-menu-item{position:static;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item{margin:0 0px 0 0;display:inline-block;height:auto;vertical-align:middle;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-item-align-right{float:right;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-item-align-right{margin:0 0 0 0px;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-item-align-float-left{float:left;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:focus{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:#706f6f;color:#fff;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#fff;background:#333;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;padding:0px 10px 0px 10px;vertical-align:baseline;width:auto;display:block;color:#fff;text-transform:none;text-decoration:none;text-align:left;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:Lato;font-size:16px;font-weight:normal;outline:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-multi-line > a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item{display:list-item;margin:0;clear:both;border:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-item-align-right{float:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:transparent;text-align:left;color:#fff;font-size:14px;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:100%;float:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{float:left;min-height:1px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12{width:100%;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:15px 15px 15px 15px;width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu{z-index:999;border-radius:0;background:#f1f1f1;border:0;padding:0px 0px 0px 0px;position:absolute;width:100%;max-width:none;left:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu{float:left;position:static;width:100%;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu{clear:both;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px 15px 15px 15px;vertical-align:top;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;vertical-align:top;display:block;visibility:inherit;border:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu{border:0;padding:10px;border-radius:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;border:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:200px;max-width:none;padding:0px 0px 0px 0px;border:0;background:#f1f1f1;border-radius:5px 5px 5px 5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#545454;font-family:Lato;font-size:16px;font-weight:normal;padding:0px 10px 0px 10px;line-height:38px;text-decoration:none;text-transform:none;vertical-align:baseline;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:5px;border-top-right-radius:5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:5px;border-bottom-left-radius:5px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:inline-block;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";font-family:dashicons;font-weight:normal;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator{display:none;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{display:none;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li[class^="mega-lang-item"] > a.mega-menu-link > img{display:inline;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link > img.wpml-ls-flag,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 a.mega-menu-link > img.iclflag{display:inline;margin-right:8px;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3:after{content:"";display:table;clear:both;}}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:#222;border-radius:2px 2px 2px 2px;line-height:40px;height:40px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle img{max-width:100%;padding:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle + #mega-menu-max_mega_menu_3{background:#222;padding:0px 0px 0px 0px;display:none;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_3{display:block;}}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0{cursor:pointer;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:none;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:#ddd;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{content:"";display:block;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{top:-10px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{bottom:-10px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg);}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg);}#mega-menu-wrap-max_mega_menu_3.mega-sticky{position:fixed;top:0;left:0;right:0;z-index:99998;opacity:1;max-width:100%;width:100%;margin:0 auto;background:transparent;}#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3{background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3{background:#222;}}#mega-menu-wrap-max_mega_menu_3.mega-stuck{transition:transform .25s ease-in-out;}#mega-menu-wrap-max_mega_menu_3.mega-stuck.mega-hide{transform:translateY(-100%);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px);overflow:auto;}body.admin-bar #mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3:not([data-effect-mobile^="slide_"]){max-height:calc(100vh - 40px - 42px);}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-show-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-hide-when-sticky{display:none;}#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-show-when-sticky{display:inline-block;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3.mega-sticky #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item a[class^="genericon"]:before{font-family:genericons;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu{width:600px;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item{position:relative;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link{text-align:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link{text-align:right;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";margin:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{top:0;left:100%;right:auto;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before{float:left;margin:0 6px 0 0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu{top:0;left:auto;right:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-item{display:list-item;margin:0;margin:0 0 0px 0;clear:both;width:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link{height:auto;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:list-item;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop{display:none;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu{position:static;width:100% !important;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu{position:static;width:100% !important;padding:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;border:0;box-shadow:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:40px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{display:block;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 img.mmm_gravatar{vertical-align:middle;position:relative;top:-1px;display:inline-block;max-height:100%;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-bp-profile-nav img.avatar,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 img.mmm_gravatar{max-height:90%;width:auto;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 img.avatar{vertical-align:middle;position:relative;top:-1px;}#mega-menu-wrap-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo,#mega-menu-wrap-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo{background:inherit;}#mega-menu-wrap-max_mega_menu_3 li.mega-menu-item img.mega-menu-logo{display:inline;vertical-align:middle;max-height:none;}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 li.mega-menu-item img.mega-menu-logo{max-height:90%;width:auto;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo{padding-top:10px;padding-bottom:10px;text-align:center;height:auto;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transition:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transition:opacity 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{opacity:1;transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="fade_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{opacity:1;transform:translate(0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu{transform:translate(0,0);transition:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu > li{transform:translate(0,10px);transition:transform 200ms ease-in;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3[data-effect="slide_up"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li{transform:translate(0,0);}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:20%;float:left;background:#f1f1f1;color:#666;font-family:inherit;font-size:14px;font-weight:normal;padding:0px 10px 0px 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;margin:0;border:0;cursor:pointer;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#666;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator{float:none;height:35px;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link + .mega-indicator:after{content:"";}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:80%;float:left;clear:none;position:absolute;top:0;left:20%;visibility:hidden;border-left:1px solid #ccc;padding:0px 0px 0px 0px;min-height:100%;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after{display:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{float:left;padding:15px 15px 15px 15px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0px solid rgba(0,0,0,0);border-left:0px solid rgba(0,0,0,0);border-right:0px solid rgba(0,0,0,0);border-bottom:0px solid rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#555;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item{}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;border-top:0;border-left:0;border-right:0;border-bottom:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#666;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu{padding:0;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{width:100%;padding:0;position:static;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{width:100%;float:left;background:#f1f1f1;color:#545454;font-family:Lato;font-size:16px;font-weight:normal;padding:0px 10px 0px 10px;line-height:38px;text-decoration:none;text-transform:none;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{width:100%;position:relative;top:0;left:auto;border-left:0;padding:10px;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:0;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item a[class^="fa-"]:before{font-family:FontAwesome;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fab:before{font-family:"Font Awesome 5 Brands";font-weight:400;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).far:before{font-family:"Font Awesome 5 Free";font-weight:400;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fas:before{font-family:"Font Awesome 5 Free";font-weight:900;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fal:before{font-family:"Font Awesome 5 Free";font-weight:300;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fas,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fab,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).far,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fal{-webkit-font-smoothing:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fas:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fab:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).far:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a:not(.fa6).fal:before{vertical-align:middle;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left > a.fas:not(.fa6):before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left > a.fab:not(.fa6):before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left > a.far:not(.fa6):before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left > a.fal:not(.fa6):before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.far:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-regular:before{font:var(--fa-font-regular);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fas:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-solid:before{font:var(--fa-font-solid);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fal:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-light:before{font:var(--fa-font-light);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-sharp.fa-regular:before{font:var(--fa-font-sharp-regular);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-sharp.fa-solid:before{font:var(--fa-font-sharp-solid);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-sharp.fa-light:before{font:var(--fa-font-sharp-light);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fa-kit:before{font-family:"Font Awesome Kit";}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6.fab:before{font:var(--fa-font-brands);}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item > a.fa6:before{vertical-align:unset;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left a.fas.fa6:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left a.fab.fa6:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left a.far.fa6:before,#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item.mega-icon-left a.fal.fa6:before{width:1.25em;text-align:center;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge{border-radius:2px 2px 2px 2px;display:inline;padding:1px 4px 1px 4px;top:-7px;position:relative;margin:0 0 0 6px;text-align:center;}@media only screen and (min-width: 769px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 768px){#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-hide-on-mobile{display:none;}}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-menu-badge-style-one{background:#d32f2f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-menu-badge-style-two{background:#00796b;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-menu-badge-style-three{background:#ffc107;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 span.mega-menu-badge.mega-menu-badge-style-four{background:#303f9f;color:#fff;font-weight:normal;font-size:10px;text-transform:none;text-decoration:none;font-family:inherit;}#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle{}#mega-menu-wrap-max_mega_menu_3{clear:both;}.wp-block{}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-acquisitions-incorporated:before{content:"";}.fa-ad:before{content:"";}.fa-address-book:before{content:"";}.fa-address-card:before{content:"";}.fa-adjust:before{content:"";}.fa-adn:before{content:"";}.fa-adobe:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-air-freshener:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-alipay:before{content:"";}.fa-allergies:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-ambulance:before{content:"";}.fa-american-sign-language-interpreting:before{content:"";}.fa-amilia:before{content:"";}.fa-anchor:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angry:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-ankh:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-alt:before{content:"";}.fa-apple-pay:before{content:"";}.fa-archive:before{content:"";}.fa-archway:before{content:"";}.fa-arrow-alt-circle-down:before{content:"";}.fa-arrow-alt-circle-left:before{content:"";}.fa-arrow-alt-circle-right:before{content:"";}.fa-arrow-alt-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-arrows-alt-h:before{content:"";}.fa-arrows-alt-v:before{content:"";}.fa-artstation:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asterisk:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-at:before{content:"";}.fa-atlas:before{content:"";}.fa-atlassian:before{content:"";}.fa-atom:before{content:"";}.fa-audible:before{content:"";}.fa-audio-description:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-award:before{content:"";}.fa-aws:before{content:"";}.fa-baby:before{content:"";}.fa-baby-carriage:before{content:"";}.fa-backspace:before{content:"";}.fa-backward:before{content:"";}.fa-bacon:before{content:"";}.fa-bahai:before{content:"";}.fa-balance-scale:before{content:"";}.fa-balance-scale-left:before{content:"";}.fa-balance-scale-right:before{content:"";}.fa-ban:before{content:"";}.fa-band-aid:before{content:"";}.fa-bandcamp:before{content:"";}.fa-barcode:before{content:"";}.fa-bars:before{content:"";}.fa-baseball-ball:before{content:"";}.fa-basketball-ball:before{content:"";}.fa-bath:before{content:"";}.fa-battery-empty:before{content:"";}.fa-battery-full:before{content:"";}.fa-battery-half:before{content:"";}.fa-battery-quarter:before{content:"";}.fa-battery-three-quarters:before{content:"";}.fa-battle-net:before{content:"";}.fa-bed:before{content:"";}.fa-beer:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bell:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bible:before{content:"";}.fa-bicycle:before{content:"";}.fa-biking:before{content:"";}.fa-bimobject:before{content:"";}.fa-binoculars:before{content:"";}.fa-biohazard:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blender:before{content:"";}.fa-blender-phone:before{content:"";}.fa-blind:before{content:"";}.fa-blog:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before{content:"";}.fa-bomb:before{content:"";}.fa-bone:before{content:"";}.fa-bong:before{content:"";}.fa-book:before{content:"";}.fa-book-dead:before{content:"";}.fa-book-medical:before{content:"";}.fa-book-open:before{content:"";}.fa-book-reader:before{content:"";}.fa-bookmark:before{content:"";}.fa-bootstrap:before{content:"";}.fa-border-all:before{content:"";}.fa-border-none:before{content:"";}.fa-border-style:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-box:before{content:"";}.fa-box-open:before{content:"";}.fa-box-tissue:before{content:"拏";}.fa-boxes:before{content:"";}.fa-braille:before{content:"";}.fa-brain:before{content:"";}.fa-bread-slice:before{content:"";}.fa-briefcase:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-broadcast-tower:before{content:"";}.fa-broom:before{content:"";}.fa-brush:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-bug:before{content:"";}.fa-building:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-burn:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-bus:before{content:"";}.fa-bus-alt:before{content:"";}.fa-business-time:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-calculator:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-alt:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-day:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-times:before{content:"";}.fa-calendar-week:before{content:"";}.fa-camera:before{content:"";}.fa-camera-retro:before{content:"";}.fa-campground:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-candy-cane:before{content:"";}.fa-cannabis:before{content:"";}.fa-capsules:before{content:"";}.fa-car:before{content:"";}.fa-car-alt:before{content:"";}.fa-car-battery:before{content:"";}.fa-car-crash:before{content:"";}.fa-car-side:before{content:"";}.fa-caravan:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-square-down:before{content:"";}.fa-caret-square-left:before{content:"";}.fa-caret-square-right:before{content:"";}.fa-caret-square-up:before{content:"";}.fa-caret-up:before{content:"";}.fa-carrot:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cash-register:before{content:"";}.fa-cat:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-certificate:before{content:"";}.fa-chair:before{content:"";}.fa-chalkboard:before{content:"";}.fa-chalkboard-teacher:before{content:"";}.fa-charging-station:before{content:"";}.fa-chart-area:before{content:"";}.fa-chart-bar:before{content:"";}.fa-chart-line:before{content:"";}.fa-chart-pie:before{content:"";}.fa-check:before{content:"";}.fa-check-circle:before{content:"";}.fa-check-double:before{content:"";}.fa-check-square:before{content:"";}.fa-cheese:before{content:"";}.fa-chess:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-chess-board:before{content:"";}.fa-chess-king:before{content:"";}.fa-chess-knight:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-chess-queen:before{content:"";}.fa-chess-rook:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-church:before{content:"";}.fa-circle:before{content:"";}.fa-circle-notch:before{content:"";}.fa-city:before{content:"";}.fa-clinic-medical:before{content:"";}.fa-clipboard:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-clock:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-download-alt:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-cloud-upload-alt:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cocktail:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-coffee:before{content:"";}.fa-cog:before{content:"";}.fa-cogs:before{content:"";}.fa-coins:before{content:"";}.fa-columns:before{content:"";}.fa-comment:before{content:"";}.fa-comment-alt:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-comment-dots:before{content:"";}.fa-comment-medical:before{content:"";}.fa-comment-slash:before{content:"";}.fa-comments:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-compact-disc:before{content:"";}.fa-compass:before{content:"";}.fa-compress:before{content:"";}.fa-compress-alt:before{content:"";}.fa-compress-arrows-alt:before{content:"";}.fa-concierge-bell:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cookie:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-couch:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-credit-card:before{content:"";}.fa-critical-role:before{content:"";}.fa-crop:before{content:"";}.fa-crop-alt:before{content:"";}.fa-cross:before{content:"";}.fa-crosshairs:before{content:"";}.fa-crow:before{content:"";}.fa-crown:before{content:"";}.fa-crutch:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-cut:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dailymotion:before{content:"勒";}.fa-dashcube:before{content:"";}.fa-database:before{content:"";}.fa-deaf:before{content:"";}.fa-delicious:before{content:"";}.fa-democrat:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-desktop:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-dhl:before{content:"";}.fa-diagnoses:before{content:"";}.fa-diaspora:before{content:"";}.fa-dice:before{content:"";}.fa-dice-d20:before{content:"";}.fa-dice-d6:before{content:"";}.fa-dice-five:before{content:"";}.fa-dice-four:before{content:"";}.fa-dice-one:before{content:"";}.fa-dice-six:before{content:"";}.fa-dice-three:before{content:"";}.fa-dice-two:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-digital-tachograph:before{content:"";}.fa-directions:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-disease:before{content:"";}.fa-divide:before{content:"";}.fa-dizzy:before{content:"";}.fa-dna:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-dog:before{content:"";}.fa-dollar-sign:before{content:"";}.fa-dolly:before{content:"";}.fa-dolly-flatbed:before{content:"";}.fa-donate:before{content:"";}.fa-door-closed:before{content:"";}.fa-door-open:before{content:"";}.fa-dot-circle:before{content:"";}.fa-dove:before{content:"";}.fa-download:before{content:"";}.fa-draft2digital:before{content:"";}.fa-drafting-compass:before{content:"";}.fa-dragon:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drum:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-drupal:before{content:"";}.fa-dumbbell:before{content:"";}.fa-dumpster:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-dungeon:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edit:before{content:"";}.fa-egg:before{content:"";}.fa-eject:before{content:"";}.fa-elementor:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-envelope-square:before{content:"";}.fa-envira:before{content:"";}.fa-equals:before{content:"";}.fa-eraser:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-ethernet:before{content:"";}.fa-etsy:before{content:"";}.fa-euro-sign:before{content:"";}.fa-evernote:before{content:"";}.fa-exchange-alt:before{content:"";}.fa-exclamation:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-exclamation-triangle:before{content:"";}.fa-expand:before{content:"";}.fa-expand-alt:before{content:"";}.fa-expand-arrows-alt:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-external-link-alt:before{content:"";}.fa-external-link-square-alt:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper:before{content:"";}.fa-eye-slash:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fan:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fast-backward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-faucet:before{content:"串";}.fa-fax:before{content:"";}.fa-feather:before{content:"";}.fa-feather-alt:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-female:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-figma:before{content:"";}.fa-file:before{content:"";}.fa-file-alt:before{content:"";}.fa-file-archive:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-code:before{content:"";}.fa-file-contract:before{content:"";}.fa-file-csv:before{content:"";}.fa-file-download:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-export:before{content:"";}.fa-file-image:before{content:"";}.fa-file-import:before{content:"";}.fa-file-invoice:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-file-medical:before{content:"";}.fa-file-medical-alt:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-prescription:before{content:"";}.fa-file-signature:before{content:"";}.fa-file-upload:before{content:"";}.fa-file-video:before{content:"";}.fa-file-word:before{content:"";}.fa-fill:before{content:"";}.fa-fill-drip:before{content:"";}.fa-film:before{content:"";}.fa-filter:before{content:"";}.fa-fingerprint:before{content:"";}.fa-fire:before{content:"";}.fa-fire-alt:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-firefox:before{content:"";}.fa-firefox-browser:before{content:"龜";}.fa-first-aid:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-fish:before{content:"";}.fa-fist-raised:before{content:"";}.fa-flag:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flag-usa:before{content:"";}.fa-flask:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-flushed:before{content:"";}.fa-fly:before{content:"";}.fa-folder:before{content:"";}.fa-folder-minus:before{content:"";}.fa-folder-open:before{content:"";}.fa-folder-plus:before{content:"";}.fa-font:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-football-ball:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-forward:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-frog:before{content:"";}.fa-frown:before{content:"";}.fa-frown-open:before{content:"";}.fa-fulcrum:before{content:"";}.fa-funnel-dollar:before{content:"";}.fa-futbol:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-gamepad:before{content:"";}.fa-gas-pump:before{content:"";}.fa-gavel:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-ghost:before{content:"";}.fa-gift:before{content:"";}.fa-gifts:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glass-cheers:before{content:"";}.fa-glass-martini:before{content:"";}.fa-glass-martini-alt:before{content:"";}.fa-glass-whiskey:before{content:"";}.fa-glasses:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-globe:before{content:"";}.fa-globe-africa:before{content:"";}.fa-globe-americas:before{content:"";}.fa-globe-asia:before{content:"";}.fa-globe-europe:before{content:"";}.fa-gofore:before{content:"";}.fa-golf-ball:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gopuram:before{content:"";}.fa-graduation-cap:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-greater-than:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-grimace:before{content:"";}.fa-grin:before{content:"";}.fa-grin-alt:before{content:"";}.fa-grin-beam:before{content:"";}.fa-grin-beam-sweat:before{content:"";}.fa-grin-hearts:before{content:"";}.fa-grin-squint:before{content:"";}.fa-grin-squint-tears:before{content:"";}.fa-grin-stars:before{content:"";}.fa-grin-tears:before{content:"";}.fa-grin-tongue:before{content:"";}.fa-grin-tongue-squint:before{content:"";}.fa-grin-tongue-wink:before{content:"";}.fa-grin-wink:before{content:"";}.fa-grip-horizontal:before{content:"";}.fa-grip-lines:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guitar:before{content:"";}.fa-gulp:before{content:"";}.fa-h-square:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hamburger:before{content:"";}.fa-hammer:before{content:"";}.fa-hamsa:before{content:"";}.fa-hand-holding:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-hand-holding-medical:before{content:"樂";}.fa-hand-holding-usd:before{content:"";}.fa-hand-holding-water:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-hand-paper:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-rock:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-sparkles:before{content:"諾";}.fa-hand-spock:before{content:"";}.fa-hands:before{content:"";}.fa-hands-helping:before{content:"";}.fa-hands-wash:before{content:"丹";}.fa-handshake:before{content:"";}.fa-handshake-alt-slash:before{content:"寧";}.fa-handshake-slash:before{content:"怒";}.fa-hanukiah:before{content:"";}.fa-hard-hat:before{content:"";}.fa-hashtag:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-hdd:before{content:"";}.fa-head-side-cough:before{content:"率";}.fa-head-side-cough-slash:before{content:"異";}.fa-head-side-mask:before{content:"北";}.fa-head-side-virus:before{content:"磻";}.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-headphones-alt:before{content:"";}.fa-headset:before{content:"";}.fa-heart:before{content:"";}.fa-heart-broken:before{content:"";}.fa-heartbeat:before{content:"";}.fa-helicopter:before{content:"";}.fa-highlighter:before{content:"";}.fa-hiking:before{content:"";}.fa-hippo:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-history:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-holly-berry:before{content:"";}.fa-home:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-horse:before{content:"";}.fa-horse-head:before{content:"";}.fa-hospital:before{content:"";}.fa-hospital-alt:before{content:"";}.fa-hospital-symbol:before{content:"";}.fa-hospital-user:before{content:"";}.fa-hot-tub:before{content:"";}.fa-hotdog:before{content:"";}.fa-hotel:before{content:"";}.fa-hotjar:before{content:"";}.fa-hourglass:before{content:"";}.fa-hourglass-end:before{content:"";}.fa-hourglass-half:before{content:"";}.fa-hourglass-start:before{content:"";}.fa-house-damage:before{content:"";}.fa-house-user:before{content:"便";}.fa-houzz:before{content:"";}.fa-hryvnia:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-i-cursor:before{content:"";}.fa-ice-cream:before{content:"";}.fa-icicles:before{content:"";}.fa-icons:before{content:"";}.fa-id-badge:before{content:"";}.fa-id-card:before{content:"";}.fa-id-card-alt:before{content:"";}.fa-ideal:before{content:"邏";}.fa-igloo:before{content:"";}.fa-image:before{content:"";}.fa-images:before{content:"";}.fa-imdb:before{content:"";}.fa-inbox:before{content:"";}.fa-indent:before{content:"";}.fa-industry:before{content:"";}.fa-infinity:before{content:"";}.fa-info:before{content:"";}.fa-info-circle:before{content:"";}.fa-instagram:before{content:"";}.fa-instagram-square:before{content:"凌";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-italic:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joint:before{content:"";}.fa-joomla:before{content:"";}.fa-journal-whills:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaaba:before{content:"";}.fa-kaggle:before{content:"";}.fa-key:before{content:"";}.fa-keybase:before{content:"";}.fa-keyboard:before{content:"";}.fa-keycdn:before{content:"";}.fa-khanda:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-kiss:before{content:"";}.fa-kiss-beam:before{content:"";}.fa-kiss-wink-heart:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-korvue:before{content:"";}.fa-landmark:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laptop-code:before{content:"";}.fa-laptop-house:before{content:"復";}.fa-laptop-medical:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-laugh:before{content:"";}.fa-laugh-beam:before{content:"";}.fa-laugh-squint:before{content:"";}.fa-laugh-wink:before{content:"";}.fa-layer-group:before{content:"";}.fa-leaf:before{content:"";}.fa-leanpub:before{content:"";}.fa-lemon:before{content:"";}.fa-less:before{content:"";}.fa-less-than:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-level-down-alt:before{content:"";}.fa-level-up-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-line:before{content:"";}.fa-link:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list:before{content:"";}.fa-list-alt:before{content:"";}.fa-list-ol:before{content:"";}.fa-list-ul:before{content:"";}.fa-location-arrow:before{content:"";}.fa-lock:before{content:"";}.fa-lock-open:before{content:"";}.fa-long-arrow-alt-down:before{content:"";}.fa-long-arrow-alt-left:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-long-arrow-alt-up:before{content:"";}.fa-low-vision:before{content:"";}.fa-luggage-cart:before{content:"";}.fa-lungs:before{content:"";}.fa-lungs-virus:before{content:"不";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-magic:before{content:"";}.fa-magnet:before{content:"";}.fa-mail-bulk:before{content:"";}.fa-mailchimp:before{content:"";}.fa-male:before{content:"";}.fa-mandalorian:before{content:"";}.fa-map:before{content:"";}.fa-map-marked:before{content:"";}.fa-map-marked-alt:before{content:"";}.fa-map-marker:before{content:"";}.fa-map-marker-alt:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-markdown:before{content:"";}.fa-marker:before{content:"";}.fa-mars:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mask:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medal:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medkit:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-meh:before{content:"";}.fa-meh-blank:before{content:"";}.fa-meh-rolling-eyes:before{content:"";}.fa-memory:before{content:"";}.fa-mendeley:before{content:"";}.fa-menorah:before{content:"";}.fa-mercury:before{content:"";}.fa-meteor:before{content:"";}.fa-microblog:before{content:"駱";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-alt:before{content:"";}.fa-microphone-alt-slash:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microscope:before{content:"";}.fa-microsoft:before{content:"";}.fa-minus:before{content:"";}.fa-minus-circle:before{content:"";}.fa-minus-square:before{content:"";}.fa-mitten:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mixer:before{content:"稜";}.fa-mizuni:before{content:"";}.fa-mobile:before{content:"";}.fa-mobile-alt:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-money-bill:before{content:"";}.fa-money-bill-alt:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-money-bill-wave-alt:before{content:"";}.fa-money-check:before{content:"";}.fa-money-check-alt:before{content:"";}.fa-monument:before{content:"";}.fa-moon:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-mosque:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mountain:before{content:"";}.fa-mouse:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-mug-hot:before{content:"";}.fa-music:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-network-wired:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-not-equal:before{content:"";}.fa-notes-medical:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-oil-can:before{content:"";}.fa-old-republic:before{content:"";}.fa-om:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-otter:before{content:"";}.fa-outdent:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-pager:before{content:"";}.fa-paint-brush:before{content:"";}.fa-paint-roller:before{content:"";}.fa-palette:before{content:"";}.fa-palfed:before{content:"";}.fa-pallet:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-parachute-box:before{content:"";}.fa-paragraph:before{content:"";}.fa-parking:before{content:"";}.fa-passport:before{content:"";}.fa-pastafarianism:before{content:"";}.fa-paste:before{content:"";}.fa-patreon:before{content:"";}.fa-pause:before{content:"";}.fa-pause-circle:before{content:"";}.fa-paw:before{content:"";}.fa-paypal:before{content:"";}.fa-peace:before{content:"";}.fa-pen:before{content:"";}.fa-pen-alt:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-pen-nib:before{content:"";}.fa-pen-square:before{content:"";}.fa-pencil-alt:before{content:"";}.fa-pencil-ruler:before{content:"";}.fa-penny-arcade:before{content:"";}.fa-people-arrows:before{content:"泌";}.fa-people-carry:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-percent:before{content:"";}.fa-percentage:before{content:"";}.fa-periscope:before{content:"";}.fa-person-booth:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-phone:before{content:"";}.fa-phone-alt:before{content:"";}.fa-phone-slash:before{content:"";}.fa-phone-square:before{content:"";}.fa-phone-square-alt:before{content:"";}.fa-phone-volume:before{content:"";}.fa-photo-video:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-square:before{content:"爛";}.fa-piggy-bank:before{content:"";}.fa-pills:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-plane:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-plane-departure:before{content:"";}.fa-plane-slash:before{content:"數";}.fa-play:before{content:"";}.fa-play-circle:before{content:"";}.fa-playstation:before{content:"";}.fa-plug:before{content:"";}.fa-plus:before{content:"";}.fa-plus-circle:before{content:"";}.fa-plus-square:before{content:"";}.fa-podcast:before{content:"";}.fa-poll:before{content:"";}.fa-poll-h:before{content:"";}.fa-poo:before{content:"";}.fa-poo-storm:before{content:"";}.fa-poop:before{content:"";}.fa-portrait:before{content:"";}.fa-pound-sign:before{content:"";}.fa-power-off:before{content:"";}.fa-pray:before{content:"";}.fa-praying-hands:before{content:"";}.fa-prescription:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-prescription-bottle-alt:before{content:"";}.fa-print:before{content:"";}.fa-procedures:before{content:"";}.fa-product-hunt:before{content:"";}.fa-project-diagram:before{content:"";}.fa-pump-medical:before{content:"索";}.fa-pump-soap:before{content:"參";}.fa-pushed:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-qrcode:before{content:"";}.fa-question:before{content:"";}.fa-question-circle:before{content:"";}.fa-quidditch:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-quran:before{content:"";}.fa-r-project:before{content:"";}.fa-radiation:before{content:"";}.fa-radiation-alt:before{content:"";}.fa-rainbow:before{content:"";}.fa-random:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-receipt:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-recycle:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-redo:before{content:"";}.fa-redo-alt:before{content:"";}.fa-registered:before{content:"";}.fa-remove-format:before{content:"";}.fa-renren:before{content:"";}.fa-reply:before{content:"";}.fa-reply-all:before{content:"";}.fa-replyd:before{content:"";}.fa-republican:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-restroom:before{content:"";}.fa-retweet:before{content:"";}.fa-rev:before{content:"";}.fa-ribbon:before{content:"";}.fa-ring:before{content:"";}.fa-road:before{content:"";}.fa-robot:before{content:"";}.fa-rocket:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-route:before{content:"";}.fa-rss:before{content:"";}.fa-rss-square:before{content:"";}.fa-ruble-sign:before{content:"";}.fa-ruler:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-running:before{content:"";}.fa-rupee-sign:before{content:"";}.fa-sad-cry:before{content:"";}.fa-sad-tear:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-satellite:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-save:before{content:"";}.fa-schlix:before{content:"";}.fa-school:before{content:"";}.fa-screwdriver:before{content:"";}.fa-scribd:before{content:"";}.fa-scroll:before{content:"";}.fa-sd-card:before{content:"";}.fa-search:before{content:"";}.fa-search-dollar:before{content:"";}.fa-search-location:before{content:"";}.fa-search-minus:before{content:"";}.fa-search-plus:before{content:"";}.fa-searchengin:before{content:"";}.fa-seedling:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-server:before{content:"";}.fa-servicestack:before{content:"";}.fa-shapes:before{content:"";}.fa-share:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-share-square:before{content:"";}.fa-shekel-sign:before{content:"";}.fa-shield-alt:before{content:"";}.fa-shield-virus:before{content:"塞";}.fa-ship:before{content:"";}.fa-shipping-fast:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-shopify:before{content:"綾";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-shopware:before{content:"";}.fa-shower:before{content:"";}.fa-shuttle-van:before{content:"";}.fa-sign:before{content:"";}.fa-sign-in-alt:before{content:"";}.fa-sign-language:before{content:"";}.fa-sign-out-alt:before{content:"";}.fa-signal:before{content:"";}.fa-signature:before{content:"";}.fa-sim-card:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sitemap:before{content:"";}.fa-sith:before{content:"";}.fa-skating:before{content:"";}.fa-sketch:before{content:"";}.fa-skiing:before{content:"";}.fa-skiing-nordic:before{content:"";}.fa-skull:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slash:before{content:"";}.fa-sleigh:before{content:"";}.fa-sliders-h:before{content:"";}.fa-slideshare:before{content:"";}.fa-smile:before{content:"";}.fa-smile-beam:before{content:"";}.fa-smile-wink:before{content:"";}.fa-smog:before{content:"";}.fa-smoking:before{content:"";}.fa-smoking-ban:before{content:"";}.fa-sms:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-snowboarding:before{content:"";}.fa-snowflake:before{content:"";}.fa-snowman:before{content:"";}.fa-snowplow:before{content:"";}.fa-soap:before{content:"葉";}.fa-socks:before{content:"";}.fa-solar-panel:before{content:"";}.fa-sort:before{content:"";}.fa-sort-alpha-down:before{content:"";}.fa-sort-alpha-down-alt:before{content:"";}.fa-sort-alpha-up:before{content:"";}.fa-sort-alpha-up-alt:before{content:"";}.fa-sort-amount-down:before{content:"";}.fa-sort-amount-down-alt:before{content:"";}.fa-sort-amount-up:before{content:"";}.fa-sort-amount-up-alt:before{content:"";}.fa-sort-down:before{content:"";}.fa-sort-numeric-down:before{content:"";}.fa-sort-numeric-down-alt:before{content:"";}.fa-sort-numeric-up:before{content:"";}.fa-sort-numeric-up-alt:before{content:"";}.fa-sort-up:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-spa:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spell-check:before{content:"";}.fa-spider:before{content:"";}.fa-spinner:before{content:"";}.fa-splotch:before{content:"";}.fa-spotify:before{content:"";}.fa-spray-can:before{content:"";}.fa-square:before{content:"";}.fa-square-full:before{content:"";}.fa-square-root-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-stamp:before{content:"";}.fa-star:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-star-half:before{content:"";}.fa-star-half-alt:before{content:"";}.fa-star-of-david:before{content:"";}.fa-star-of-life:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-step-backward:before{content:"";}.fa-step-forward:before{content:"";}.fa-stethoscope:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-sticky-note:before{content:"";}.fa-stop:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stopwatch:before{content:"";}.fa-stopwatch-20:before{content:"說";}.fa-store:before{content:"";}.fa-store-alt:before{content:"";}.fa-store-alt-slash:before{content:"殺";}.fa-store-slash:before{content:"辰";}.fa-strava:before{content:"";}.fa-stream:before{content:"";}.fa-street-view:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-subscript:before{content:"";}.fa-subway:before{content:"";}.fa-suitcase:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-sun:before{content:"";}.fa-superpowers:before{content:"";}.fa-superscript:before{content:"";}.fa-supple:before{content:"";}.fa-surprise:before{content:"";}.fa-suse:before{content:"";}.fa-swatchbook:before{content:"";}.fa-swift:before{content:"";}.fa-swimmer:before{content:"";}.fa-swimming-pool:before{content:"";}.fa-symfony:before{content:"";}.fa-synagogue:before{content:"";}.fa-sync:before{content:"";}.fa-sync-alt:before{content:"";}.fa-syringe:before{content:"";}.fa-table:before{content:"";}.fa-table-tennis:before{content:"";}.fa-tablet:before{content:"";}.fa-tablet-alt:before{content:"";}.fa-tablets:before{content:"";}.fa-tachometer-alt:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tape:before{content:"";}.fa-tasks:before{content:"";}.fa-taxi:before{content:"";}.fa-teamspeak:before{content:"";}.fa-teeth:before{content:"";}.fa-teeth-open:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-temperature-high:before{content:"";}.fa-temperature-low:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-tenge:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-th:before{content:"";}.fa-th-large:before{content:"";}.fa-th-list:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-theater-masks:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-thermometer:before{content:"";}.fa-thermometer-empty:before{content:"";}.fa-thermometer-full:before{content:"";}.fa-thermometer-half:before{content:"";}.fa-thermometer-quarter:before{content:"";}.fa-thermometer-three-quarters:before{content:"";}.fa-think-peaks:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbtack:before{content:"";}.fa-ticket-alt:before{content:"";}.fa-times:before{content:"";}.fa-times-circle:before{content:"";}.fa-tint:before{content:"";}.fa-tint-slash:before{content:"";}.fa-tired:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-toilet:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-toilet-paper-slash:before{content:"沈";}.fa-toolbox:before{content:"";}.fa-tools:before{content:"";}.fa-tooth:before{content:"";}.fa-torah:before{content:"";}.fa-torii-gate:before{content:"";}.fa-tractor:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trademark:before{content:"";}.fa-traffic-light:before{content:"";}.fa-trailer:before{content:"論";}.fa-train:before{content:"";}.fa-tram:before{content:"";}.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-trash:before{content:"";}.fa-trash-alt:before{content:"";}.fa-trash-restore:before{content:"";}.fa-trash-restore-alt:before{content:"";}.fa-tree:before{content:"";}.fa-trello:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-trophy:before{content:"";}.fa-truck:before{content:"";}.fa-truck-loading:before{content:"";}.fa-truck-monster:before{content:"";}.fa-truck-moving:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-tshirt:before{content:"";}.fa-tty:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-tv:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-umbrella:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-underline:before{content:"";}.fa-undo:before{content:"";}.fa-undo-alt:before{content:"";}.fa-uniregistry:before{content:"";}.fa-unity:before{content:"雷";}.fa-universal-access:before{content:"";}.fa-university:before{content:"";}.fa-unlink:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-untappd:before{content:"";}.fa-upload:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-user:before{content:"";}.fa-user-alt:before{content:"";}.fa-user-alt-slash:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-user-check:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-clock:before{content:"";}.fa-user-cog:before{content:"";}.fa-user-edit:before{content:"";}.fa-user-friends:before{content:"";}.fa-user-graduate:before{content:"";}.fa-user-injured:before{content:"";}.fa-user-lock:before{content:"";}.fa-user-md:before{content:"";}.fa-user-minus:before{content:"";}.fa-user-ninja:before{content:"";}.fa-user-nurse:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-user-tag:before{content:"";}.fa-user-tie:before{content:"";}.fa-user-times:before{content:"";}.fa-users:before{content:"";}.fa-users-cog:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-utensil-spoon:before{content:"";}.fa-utensils:before{content:"";}.fa-vaadin:before{content:"";}.fa-vector-square:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-vial:before{content:"";}.fa-vials:before{content:"";}.fa-viber:before{content:"";}.fa-video:before{content:"";}.fa-video-slash:before{content:"";}.fa-vihara:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-virus:before{content:"若";}.fa-virus-slash:before{content:"掠";}.fa-viruses:before{content:"略";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-voicemail:before{content:"";}.fa-volleyball-ball:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-mute:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-up:before{content:"";}.fa-vote-yea:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-vuejs:before{content:"";}.fa-walking:before{content:"";}.fa-wallet:before{content:"";}.fa-warehouse:before{content:"";}.fa-water:before{content:"";}.fa-wave-square:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weight:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-wheelchair:before{content:"";}.fa-whmcs:before{content:"";}.fa-wifi:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-wind:before{content:"";}.fa-window-close:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-windows:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-wine-glass:before{content:"";}.fa-wine-glass-alt:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-won-sign:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-wrench:before{content:"";}.fa-x-ray:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yen-sign:before{content:"";}.fa-yin-yang:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free";}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em;}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em;}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em;}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em;}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em);}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1);}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1);}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0:before{content:"0";}.fa-1:before{content:"1";}.fa-2:before{content:"2";}.fa-3:before{content:"3";}.fa-4:before{content:"4";}.fa-5:before{content:"5";}.fa-6:before{content:"6";}.fa-7:before{content:"7";}.fa-8:before{content:"8";}.fa-9:before{content:"9";}.fa-fill-drip:before{content:"";}.fa-arrows-to-circle:before{content:"";}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"";}.fa-at:before{content:"@";}.fa-trash-alt:before,.fa-trash-can:before{content:"";}.fa-text-height:before{content:"";}.fa-user-times:before,.fa-user-xmark:before{content:"";}.fa-stethoscope:before{content:"";}.fa-comment-alt:before,.fa-message:before{content:"";}.fa-info:before{content:"";}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"";}.fa-explosion:before{content:"";}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"";}.fa-wave-square:before{content:"";}.fa-ring:before{content:"";}.fa-building-un:before{content:"";}.fa-dice-three:before{content:"";}.fa-calendar-alt:before,.fa-calendar-days:before{content:"";}.fa-anchor-circle-check:before{content:"";}.fa-building-circle-arrow-right:before{content:"";}.fa-volleyball-ball:before,.fa-volleyball:before{content:"";}.fa-arrows-up-to-line:before{content:"";}.fa-sort-desc:before,.fa-sort-down:before{content:"";}.fa-circle-minus:before,.fa-minus-circle:before{content:"";}.fa-door-open:before{content:"";}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"";}.fa-atom:before{content:"";}.fa-soap:before{content:"";}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"";}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"";}.fa-bridge-circle-check:before{content:"";}.fa-pump-medical:before{content:"";}.fa-fingerprint:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"";}.fa-forward-step:before,.fa-step-forward:before{content:"";}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-football-ball:before,.fa-football:before{content:"";}.fa-school-circle-exclamation:before{content:"";}.fa-crop:before{content:"";}.fa-angle-double-down:before,.fa-angles-down:before{content:"";}.fa-users-rectangle:before{content:"";}.fa-people-roof:before{content:"";}.fa-people-line:before{content:"";}.fa-beer-mug-empty:before,.fa-beer:before{content:"";}.fa-diagram-predecessor:before{content:"";}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"";}.fa-burn:before,.fa-fire-flame-simple:before{content:"";}.fa-male:before,.fa-person:before{content:"";}.fa-laptop:before{content:"";}.fa-file-csv:before{content:"";}.fa-menorah:before{content:"";}.fa-truck-plane:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"";}.fa-bong:before{content:"";}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"";}.fa-arrow-down-up-across-line:before{content:"";}.fa-spoon:before,.fa-utensil-spoon:before{content:"";}.fa-jar-wheat:before{content:"";}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"";}.fa-file-circle-exclamation:before{content:"";}.fa-circle-h:before,.fa-hospital-symbol:before{content:"";}.fa-pager:before{content:"";}.fa-address-book:before,.fa-contact-book:before{content:"";}.fa-strikethrough:before{content:"";}.fa-k:before{content:"K";}.fa-landmark-flag:before{content:"";}.fa-pencil-alt:before,.fa-pencil:before{content:"";}.fa-backward:before{content:"";}.fa-caret-right:before{content:"";}.fa-comments:before{content:"";}.fa-file-clipboard:before,.fa-paste:before{content:"";}.fa-code-pull-request:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"";}.fa-user-check:before{content:"";}.fa-vial-virus:before{content:"";}.fa-sheet-plastic:before{content:"";}.fa-blog:before{content:"";}.fa-user-ninja:before{content:"";}.fa-person-arrow-up-from-line:before{content:"";}.fa-scroll-torah:before,.fa-torah:before{content:"";}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"";}.fa-toggle-off:before{content:"";}.fa-archive:before,.fa-box-archive:before{content:"";}.fa-person-drowning:before{content:"";}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"";}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"";}.fa-spray-can:before{content:"";}.fa-truck-monster:before{content:"";}.fa-w:before{content:"W";}.fa-earth-africa:before,.fa-globe-africa:before{content:"";}.fa-rainbow:before{content:"";}.fa-circle-notch:before{content:"";}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"";}.fa-paw:before{content:"";}.fa-cloud:before{content:"";}.fa-trowel-bricks:before{content:"";}.fa-face-flushed:before,.fa-flushed:before{content:"";}.fa-hospital-user:before{content:"";}.fa-tent-arrow-left-right:before{content:"";}.fa-gavel:before,.fa-legal:before{content:"";}.fa-binoculars:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-box-tissue:before{content:"";}.fa-motorcycle:before{content:"";}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"";}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"";}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"";}.fa-mars-and-venus-burst:before{content:"";}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-sun-plant-wilt:before{content:"";}.fa-toilets-portable:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-table:before{content:"";}.fa-magnifying-glass-arrow-right:before{content:"";}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"";}.fa-users-slash:before{content:"";}.fa-clover:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-house-fire:before{content:"";}.fa-minus-square:before,.fa-square-minus:before{content:"";}.fa-helicopter:before{content:"";}.fa-compass:before{content:"";}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"";}.fa-file-circle-question:before{content:"";}.fa-laptop-code:before{content:"";}.fa-swatchbook:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-bars:before,.fa-navicon:before{content:"";}.fa-people-group:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-heart-broken:before,.fa-heart-crack:before{content:"";}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"";}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"";}.fa-film:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-people-robbery:before{content:"";}.fa-lightbulb:before{content:"";}.fa-caret-left:before{content:"";}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"";}.fa-school-circle-xmark:before{content:"";}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"";}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"";}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"";}.fa-sitemap:before{content:"";}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"";}.fa-memory:before{content:"";}.fa-road-spikes:before{content:"";}.fa-fire-burner:before{content:"";}.fa-flag:before{content:"";}.fa-hanukiah:before{content:"";}.fa-feather:before{content:"";}.fa-volume-down:before,.fa-volume-low:before{content:"";}.fa-comment-slash:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-compress:before{content:"";}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"";}.fa-ankh:before{content:"";}.fa-hands-holding-child:before{content:"";}.fa-asterisk:before{content:"*";}.fa-check-square:before,.fa-square-check:before{content:"";}.fa-peseta-sign:before{content:"";}.fa-header:before,.fa-heading:before{content:"";}.fa-ghost:before{content:"";}.fa-list-squares:before,.fa-list:before{content:"";}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"";}.fa-cart-plus:before{content:"";}.fa-gamepad:before{content:"";}.fa-circle-dot:before,.fa-dot-circle:before{content:"";}.fa-dizzy:before,.fa-face-dizzy:before{content:"";}.fa-egg:before{content:"";}.fa-house-medical-circle-xmark:before{content:"";}.fa-campground:before{content:"";}.fa-folder-plus:before{content:"";}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"";}.fa-paint-brush:before,.fa-paintbrush:before{content:"";}.fa-lock:before{content:"";}.fa-gas-pump:before{content:"";}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"";}.fa-map-location:before,.fa-map-marked:before{content:"";}.fa-house-flood-water:before{content:"";}.fa-tree:before{content:"";}.fa-bridge-lock:before{content:"";}.fa-sack-dollar:before{content:"";}.fa-edit:before,.fa-pen-to-square:before{content:"";}.fa-car-side:before{content:"";}.fa-share-alt:before,.fa-share-nodes:before{content:"";}.fa-heart-circle-minus:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-microscope:before{content:"";}.fa-sink:before{content:"";}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"";}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"";}.fa-mitten:before{content:"";}.fa-person-rays:before{content:"";}.fa-users:before{content:"";}.fa-eye-slash:before{content:"";}.fa-flask-vial:before{content:"";}.fa-hand-paper:before,.fa-hand:before{content:"";}.fa-om:before{content:"";}.fa-worm:before{content:"";}.fa-house-circle-xmark:before{content:"";}.fa-plug:before{content:"";}.fa-chevron-up:before{content:"";}.fa-hand-spock:before{content:"";}.fa-stopwatch:before{content:"";}.fa-face-kiss:before,.fa-kiss:before{content:"";}.fa-bridge-circle-xmark:before{content:"";}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"";}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"";}.fa-road-circle-check:before{content:"";}.fa-dice-five:before{content:"";}.fa-rss-square:before,.fa-square-rss:before{content:"";}.fa-land-mine-on:before{content:"";}.fa-i-cursor:before{content:"";}.fa-stamp:before{content:"";}.fa-stairs:before{content:"";}.fa-i:before{content:"I";}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"";}.fa-pills:before{content:"";}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"";}.fa-tooth:before{content:"";}.fa-v:before{content:"V";}.fa-bangladeshi-taka-sign:before{content:"";}.fa-bicycle:before{content:"";}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"";}.fa-head-side-cough-slash:before{content:"";}.fa-ambulance:before,.fa-truck-medical:before{content:"";}.fa-wheat-awn-circle-exclamation:before{content:"";}.fa-snowman:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-road-barrier:before{content:"";}.fa-school:before{content:"";}.fa-igloo:before{content:"";}.fa-joint:before{content:"";}.fa-angle-right:before{content:"";}.fa-horse:before{content:"";}.fa-q:before{content:"Q";}.fa-g:before{content:"G";}.fa-notes-medical:before{content:"";}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-dong-sign:before{content:"";}.fa-capsules:before{content:"";}.fa-poo-bolt:before,.fa-poo-storm:before{content:"";}.fa-face-frown-open:before,.fa-frown-open:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-money-bill:before{content:"";}.fa-bookmark:before{content:"";}.fa-align-justify:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-helmet-un:before{content:"";}.fa-bullseye:before{content:"";}.fa-bacon:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-arrow-up-from-bracket:before{content:"";}.fa-folder-blank:before,.fa-folder:before{content:"";}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"";}.fa-radiation:before{content:"";}.fa-chart-simple:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-vial:before{content:"";}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"";}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"";}.fa-e:before{content:"E";}.fa-pen-alt:before,.fa-pen-clip:before{content:"";}.fa-bridge-circle-exclamation:before{content:"";}.fa-user:before{content:"";}.fa-school-circle-check:before{content:"";}.fa-dumpster:before{content:"";}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"";}.fa-building-user:before{content:"";}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"";}.fa-highlighter:before{content:"";}.fa-key:before{content:"";}.fa-bullhorn:before{content:"";}.fa-globe:before{content:"";}.fa-synagogue:before{content:"";}.fa-person-half-dress:before{content:"";}.fa-road-bridge:before{content:"";}.fa-location-arrow:before{content:"";}.fa-c:before{content:"C";}.fa-tablet-button:before{content:"";}.fa-building-lock:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-area-chart:before,.fa-chart-area:before{content:"";}.fa-house-flag:before{content:"";}.fa-person-circle-minus:before{content:"";}.fa-ban:before,.fa-cancel:before{content:"";}.fa-camera-rotate:before{content:"";}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"";}.fa-star:before{content:"";}.fa-repeat:before{content:"";}.fa-cross:before{content:"";}.fa-box:before{content:"";}.fa-venus-mars:before{content:"";}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"";}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"";}.fa-charging-station:before{content:"";}.fa-shapes:before,.fa-triangle-circle-square:before{content:"";}.fa-random:before,.fa-shuffle:before{content:"";}.fa-person-running:before,.fa-running:before{content:"";}.fa-mobile-retro:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-spider:before{content:"";}.fa-hands-bound:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-plane-circle-exclamation:before{content:"";}.fa-x-ray:before{content:"";}.fa-spell-check:before{content:"";}.fa-slash:before{content:"";}.fa-computer-mouse:before,.fa-mouse:before{content:"";}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"";}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"";}.fa-server:before{content:"";}.fa-virus-covid-slash:before{content:"";}.fa-shop-lock:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-blender-phone:before{content:"";}.fa-building-wheat:before{content:"";}.fa-person-breastfeeding:before{content:"";}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"";}.fa-venus:before{content:"";}.fa-passport:before{content:"";}.fa-heart-pulse:before,.fa-heartbeat:before{content:"";}.fa-people-carry-box:before,.fa-people-carry:before{content:"";}.fa-temperature-high:before{content:"";}.fa-microchip:before{content:"";}.fa-crown:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-xmarks-lines:before{content:"";}.fa-file-prescription:before{content:"";}.fa-weight-scale:before,.fa-weight:before{content:"";}.fa-user-friends:before,.fa-user-group:before{content:"";}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"";}.fa-chess-knight:before{content:"";}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"";}.fa-wheelchair:before{content:"";}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"";}.fa-toggle-on:before{content:"";}.fa-person-walking:before,.fa-walking:before{content:"";}.fa-l:before{content:"L";}.fa-fire:before{content:"";}.fa-bed-pulse:before,.fa-procedures:before{content:"";}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"";}.fa-face-laugh:before,.fa-laugh:before{content:"";}.fa-folder-open:before{content:"";}.fa-heart-circle-plus:before{content:"";}.fa-code-fork:before{content:"";}.fa-city:before{content:"";}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-unlock:before{content:"";}.fa-colon-sign:before{content:"";}.fa-headset:before{content:"";}.fa-store-slash:before{content:"";}.fa-road-circle-xmark:before{content:"";}.fa-user-minus:before{content:"";}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"";}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"";}.fa-clipboard:before{content:"";}.fa-house-circle-exclamation:before{content:"";}.fa-file-arrow-up:before,.fa-file-upload:before{content:"";}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"";}.fa-bath:before,.fa-bathtub:before{content:"";}.fa-underline:before{content:"";}.fa-user-edit:before,.fa-user-pen:before{content:"";}.fa-signature:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-bold:before{content:"";}.fa-anchor-lock:before{content:"";}.fa-building-ngo:before{content:"";}.fa-manat-sign:before{content:"";}.fa-not-equal:before{content:"";}.fa-border-style:before,.fa-border-top-left:before{content:"";}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"";}.fa-jedi:before{content:"";}.fa-poll:before,.fa-square-poll-vertical:before{content:"";}.fa-mug-hot:before{content:"";}.fa-battery-car:before,.fa-car-battery:before{content:"";}.fa-gift:before{content:"";}.fa-dice-two:before{content:"";}.fa-chess-queen:before{content:"";}.fa-glasses:before{content:"";}.fa-chess-board:before{content:"";}.fa-building-circle-check:before{content:"";}.fa-person-chalkboard:before{content:"";}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"";}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"";}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"";}.fa-cloud-showers-water:before{content:"";}.fa-bar-chart:before,.fa-chart-bar:before{content:"";}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-train:before{content:"";}.fa-eye-low-vision:before,.fa-low-vision:before{content:"";}.fa-crow:before{content:"";}.fa-sailboat:before{content:"";}.fa-window-restore:before{content:"";}.fa-plus-square:before,.fa-square-plus:before{content:"";}.fa-torii-gate:before{content:"";}.fa-frog:before{content:"";}.fa-bucket:before{content:"";}.fa-image:before{content:"";}.fa-microphone:before{content:"";}.fa-cow:before{content:"";}.fa-caret-up:before{content:"";}.fa-screwdriver:before{content:"";}.fa-folder-closed:before{content:"";}.fa-house-tsunami:before{content:"";}.fa-square-nfi:before{content:"";}.fa-arrow-up-from-ground-water:before{content:"";}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"";}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"";}.fa-columns:before,.fa-table-columns:before{content:"";}.fa-lemon:before{content:"";}.fa-head-side-mask:before{content:"";}.fa-handshake:before{content:"";}.fa-gem:before{content:"";}.fa-dolly-box:before,.fa-dolly:before{content:"";}.fa-smoking:before{content:"";}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"";}.fa-monument:before{content:"";}.fa-snowplow:before{content:"";}.fa-angle-double-right:before,.fa-angles-right:before{content:"";}.fa-cannabis:before{content:"";}.fa-circle-play:before,.fa-play-circle:before{content:"";}.fa-tablets:before{content:"";}.fa-ethernet:before{content:"";}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"";}.fa-chair:before{content:"";}.fa-check-circle:before,.fa-circle-check:before{content:"";}.fa-circle-stop:before,.fa-stop-circle:before{content:"";}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"";}.fa-plate-wheat:before{content:"";}.fa-icicles:before{content:"";}.fa-person-shelter:before{content:"";}.fa-neuter:before{content:"";}.fa-id-badge:before{content:"";}.fa-marker:before{content:"";}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"";}.fa-helicopter-symbol:before{content:"";}.fa-universal-access:before{content:"";}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"";}.fa-lari-sign:before{content:"";}.fa-volcano:before{content:"";}.fa-person-walking-dashed-line-arrow-right:before{content:"";}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"";}.fa-viruses:before{content:"";}.fa-square-person-confined:before{content:"";}.fa-user-tie:before{content:"";}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"";}.fa-tent-arrow-down-to-line:before{content:"";}.fa-certificate:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-suitcase:before{content:"";}.fa-person-skating:before,.fa-skating:before{content:"";}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"";}.fa-camera-retro:before{content:"";}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"";}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"";}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"";}.fa-box-open:before{content:"";}.fa-scroll:before{content:"";}.fa-spa:before{content:"";}.fa-location-pin-lock:before{content:"";}.fa-pause:before{content:"";}.fa-hill-avalanche:before{content:"";}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-bomb:before{content:"";}.fa-registered:before{content:"";}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"";}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"";}.fa-subscript:before{content:"";}.fa-diamond-turn-right:before,.fa-directions:before{content:"";}.fa-burst:before{content:"";}.fa-house-laptop:before,.fa-laptop-house:before{content:"";}.fa-face-tired:before,.fa-tired:before{content:"";}.fa-money-bills:before{content:"";}.fa-smog:before{content:"";}.fa-crutch:before{content:"";}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"";}.fa-palette:before{content:"";}.fa-arrows-turn-right:before{content:"";}.fa-vest:before{content:"";}.fa-ferry:before{content:"";}.fa-arrows-down-to-people:before{content:"";}.fa-seedling:before,.fa-sprout:before{content:"";}.fa-arrows-alt-h:before,.fa-left-right:before{content:"";}.fa-boxes-packing:before{content:"";}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"";}.fa-group-arrows-rotate:before{content:"";}.fa-bowl-food:before{content:"";}.fa-candy-cane:before{content:"";}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"";}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"";}.fa-remove-format:before,.fa-text-slash:before{content:"";}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"";}.fa-file-word:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"";}.fa-house-lock:before{content:"";}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"";}.fa-children:before{content:"";}.fa-blackboard:before,.fa-chalkboard:before{content:"";}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"";}.fa-envelope-open:before{content:"";}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"";}.fa-mattress-pillow:before{content:"";}.fa-guarani-sign:before{content:"";}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-cruzeiro-sign:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-shield-alt:before,.fa-shield-halved:before{content:"";}.fa-atlas:before,.fa-book-atlas:before{content:"";}.fa-virus:before{content:"";}.fa-envelope-circle-check:before{content:"";}.fa-layer-group:before{content:"";}.fa-arrows-to-dot:before{content:"";}.fa-archway:before{content:"";}.fa-heart-circle-check:before{content:"";}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"";}.fa-file-archive:before,.fa-file-zipper:before{content:"";}.fa-square:before{content:"";}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"";}.fa-couch:before{content:"";}.fa-cedi-sign:before{content:"";}.fa-italic:before{content:"";}.fa-church:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-democrat:before{content:"";}.fa-z:before{content:"Z";}.fa-person-skiing:before,.fa-skiing:before{content:"";}.fa-road-lock:before{content:"";}.fa-a:before{content:"A";}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"";}.fa-feather-alt:before,.fa-feather-pointed:before{content:"";}.fa-p:before{content:"P";}.fa-snowflake:before{content:"";}.fa-newspaper:before{content:"";}.fa-ad:before,.fa-rectangle-ad:before{content:"";}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"";}.fa-filter-circle-xmark:before{content:"";}.fa-locust:before{content:"";}.fa-sort:before,.fa-unsorted:before{content:"";}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"";}.fa-person-dress-burst:before{content:"";}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"";}.fa-vector-square:before{content:"";}.fa-bread-slice:before{content:"";}.fa-language:before{content:"";}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"";}.fa-filter:before{content:"";}.fa-question:before{content:"?";}.fa-file-signature:before{content:"";}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"";}.fa-house-chimney-user:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-money-check:before{content:"";}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"";}.fa-code:before{content:"";}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"";}.fa-building-circle-exclamation:before{content:"";}.fa-magnifying-glass-chart:before{content:"";}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"";}.fa-cubes-stacked:before{content:"";}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"";}.fa-virus-covid:before{content:"";}.fa-austral-sign:before{content:"";}.fa-f:before{content:"F";}.fa-leaf:before{content:"";}.fa-road:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-person-circle-plus:before{content:"";}.fa-chart-pie:before,.fa-pie-chart:before{content:"";}.fa-bolt-lightning:before{content:"";}.fa-sack-xmark:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-contract:before{content:"";}.fa-fish-fins:before{content:"";}.fa-building-flag:before{content:"";}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-poop:before{content:"";}.fa-location-pin:before,.fa-map-marker:before{content:"";}.fa-kaaba:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"";}.fa-eject:before{content:"";}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"";}.fa-plane-circle-check:before{content:"";}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"";}.fa-object-group:before{content:"";}.fa-chart-line:before,.fa-line-chart:before{content:"";}.fa-mask-ventilator:before{content:"";}.fa-arrow-right:before{content:"";}.fa-map-signs:before,.fa-signs-post:before{content:"";}.fa-cash-register:before{content:"";}.fa-person-circle-question:before{content:"";}.fa-h:before{content:"H";}.fa-tarp:before{content:"";}.fa-screwdriver-wrench:before,.fa-tools:before{content:"";}.fa-arrows-to-eye:before{content:"";}.fa-plug-circle-bolt:before{content:"";}.fa-heart:before{content:"";}.fa-mars-and-venus:before{content:"";}.fa-home-user:before,.fa-house-user:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-house-crack:before{content:"";}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"";}.fa-face-surprise:before,.fa-surprise:before{content:"";}.fa-bottle-water:before{content:"";}.fa-circle-pause:before,.fa-pause-circle:before{content:"";}.fa-toilet-paper-slash:before{content:"";}.fa-apple-alt:before,.fa-apple-whole:before{content:"";}.fa-kitchen-set:before{content:"";}.fa-r:before{content:"R";}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-cube:before{content:"";}.fa-bitcoin-sign:before{content:"";}.fa-shield-dog:before{content:"";}.fa-solar-panel:before{content:"";}.fa-lock-open:before{content:"";}.fa-elevator:before{content:"";}.fa-money-bill-transfer:before{content:"";}.fa-money-bill-trend-up:before{content:"";}.fa-house-flood-water-circle-arrow-right:before{content:"";}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"";}.fa-circle:before{content:"";}.fa-backward-fast:before,.fa-fast-backward:before{content:"";}.fa-recycle:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-plane-slash:before{content:"";}.fa-trademark:before{content:"";}.fa-basketball-ball:before,.fa-basketball:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"";}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"";}.fa-volume-high:before,.fa-volume-up:before{content:"";}.fa-users-rays:before{content:"";}.fa-wallet:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-file-audio:before{content:"";}.fa-burger:before,.fa-hamburger:before{content:"";}.fa-wrench:before{content:"";}.fa-bugs:before{content:"";}.fa-rupee-sign:before,.fa-rupee:before{content:"";}.fa-file-image:before{content:"";}.fa-circle-question:before,.fa-question-circle:before{content:"";}.fa-plane-departure:before{content:"";}.fa-handshake-slash:before{content:"";}.fa-book-bookmark:before{content:"";}.fa-code-branch:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-bridge:before{content:"";}.fa-phone-alt:before,.fa-phone-flip:before{content:"";}.fa-truck-front:before{content:"";}.fa-cat:before{content:"";}.fa-anchor-circle-exclamation:before{content:"";}.fa-truck-field:before{content:"";}.fa-route:before{content:"";}.fa-clipboard-question:before{content:"";}.fa-panorama:before{content:"";}.fa-comment-medical:before{content:"";}.fa-teeth-open:before{content:"";}.fa-file-circle-minus:before{content:"";}.fa-tags:before{content:"";}.fa-wine-glass:before{content:"";}.fa-fast-forward:before,.fa-forward-fast:before{content:"";}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"";}.fa-parking:before,.fa-square-parking:before{content:"";}.fa-house-signal:before{content:"";}.fa-bars-progress:before,.fa-tasks-alt:before{content:"";}.fa-faucet-drip:before{content:"";}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"";}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"";}.fa-terminal:before{content:"";}.fa-mobile-button:before{content:"";}.fa-house-medical-flag:before{content:"";}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"";}.fa-tape:before{content:"";}.fa-bus-alt:before,.fa-bus-simple:before{content:"";}.fa-eye:before{content:"";}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"";}.fa-audio-description:before{content:"";}.fa-person-military-to-person:before{content:"";}.fa-file-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-pen:before{content:"";}.fa-tower-observation:before{content:"";}.fa-file-code:before{content:"";}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"";}.fa-bus:before{content:"";}.fa-heart-circle-xmark:before{content:"";}.fa-home-lg:before,.fa-house-chimney:before{content:"";}.fa-window-maximize:before{content:"";}.fa-face-frown:before,.fa-frown:before{content:"";}.fa-prescription:before{content:"";}.fa-shop:before,.fa-store-alt:before{content:"";}.fa-floppy-disk:before,.fa-save:before{content:"";}.fa-vihara:before{content:"";}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"";}.fa-sort-asc:before,.fa-sort-up:before{content:"";}.fa-comment-dots:before,.fa-commenting:before{content:"";}.fa-plant-wilt:before{content:"";}.fa-diamond:before{content:"";}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"";}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"";}.fa-bacterium:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hands-praying:before,.fa-praying-hands:before{content:"";}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"";}.fa-biohazard:before{content:"";}.fa-location-crosshairs:before,.fa-location:before{content:"";}.fa-mars-double:before{content:"";}.fa-child-dress:before{content:"";}.fa-users-between-lines:before{content:"";}.fa-lungs-virus:before{content:"";}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"";}.fa-phone:before{content:"";}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"";}.fa-child-reaching:before{content:"";}.fa-head-side-virus:before{content:"";}.fa-user-cog:before,.fa-user-gear:before{content:"";}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"";}.fa-door-closed:before{content:"";}.fa-shield-virus:before{content:"";}.fa-dice-six:before{content:"";}.fa-mosquito-net:before{content:"";}.fa-bridge-water:before{content:"";}.fa-person-booth:before{content:"";}.fa-text-width:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-digging:before,.fa-person-digging:before{content:"";}.fa-trash:before{content:"";}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"";}.fa-book-medical:before{content:"";}.fa-poo:before{content:"";}.fa-quote-right-alt:before,.fa-quote-right:before{content:"";}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"";}.fa-cubes:before{content:"";}.fa-divide:before{content:"";}.fa-tenge-sign:before,.fa-tenge:before{content:"";}.fa-headphones:before{content:"";}.fa-hands-holding:before{content:"";}.fa-hands-clapping:before{content:"";}.fa-republican:before{content:"";}.fa-arrow-left:before{content:"";}.fa-person-circle-xmark:before{content:"";}.fa-ruler:before{content:"";}.fa-align-left:before{content:"";}.fa-dice-d6:before{content:"";}.fa-restroom:before{content:"";}.fa-j:before{content:"J";}.fa-users-viewfinder:before{content:"";}.fa-file-video:before{content:"";}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"";}.fa-table-cells:before,.fa-th:before{content:"";}.fa-file-pdf:before{content:"";}.fa-bible:before,.fa-book-bible:before{content:"";}.fa-o:before{content:"O";}.fa-medkit:before,.fa-suitcase-medical:before{content:"";}.fa-user-secret:before{content:"";}.fa-otter:before{content:"";}.fa-female:before,.fa-person-dress:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-briefcase-clock:before,.fa-business-time:before{content:"";}.fa-table-cells-large:before,.fa-th-large:before{content:"";}.fa-book-tanakh:before,.fa-tanakh:before{content:"";}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-clipboard-user:before{content:"";}.fa-child:before{content:"";}.fa-lira-sign:before{content:"";}.fa-satellite:before{content:"";}.fa-plane-lock:before{content:"";}.fa-tag:before{content:"";}.fa-comment:before{content:"";}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"";}.fa-envelope:before{content:"";}.fa-angle-double-up:before,.fa-angles-up:before{content:"";}.fa-paperclip:before{content:"";}.fa-arrow-right-to-city:before{content:"";}.fa-ribbon:before{content:"";}.fa-lungs:before{content:"";}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"";}.fa-litecoin-sign:before{content:"";}.fa-border-none:before{content:"";}.fa-circle-nodes:before{content:"";}.fa-parachute-box:before{content:"";}.fa-indent:before{content:"";}.fa-truck-field-un:before{content:"";}.fa-hourglass-empty:before,.fa-hourglass:before{content:"";}.fa-mountain:before{content:"";}.fa-user-doctor:before,.fa-user-md:before{content:"";}.fa-circle-info:before,.fa-info-circle:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-camera-alt:before,.fa-camera:before{content:"";}.fa-square-virus:before{content:"";}.fa-meteor:before{content:"";}.fa-car-on:before{content:"";}.fa-sleigh:before{content:"";}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"";}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"";}.fa-water:before{content:"";}.fa-calendar-check:before{content:"";}.fa-braille:before{content:"";}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"";}.fa-landmark:before{content:"";}.fa-truck:before{content:"";}.fa-crosshairs:before{content:"";}.fa-person-cane:before{content:"";}.fa-tent:before{content:"";}.fa-vest-patches:before{content:"";}.fa-check-double:before{content:"";}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"";}.fa-money-bill-wheat:before{content:"";}.fa-cookie:before{content:"";}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"";}.fa-hard-drive:before,.fa-hdd:before{content:"";}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"";}.fa-dumbbell:before{content:"";}.fa-list-alt:before,.fa-rectangle-list:before{content:"";}.fa-tarp-droplet:before{content:"";}.fa-house-medical-circle-check:before{content:"";}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"";}.fa-subway:before,.fa-train-subway:before{content:"";}.fa-chart-gantt:before{content:"";}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"";}.fa-crop-alt:before,.fa-crop-simple:before{content:"";}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"";}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"";}.fa-dna:before{content:"";}.fa-virus-slash:before{content:"";}.fa-minus:before,.fa-subtract:before{content:"";}.fa-chess:before{content:"";}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"";}.fa-plug-circle-check:before{content:"";}.fa-street-view:before{content:"";}.fa-franc-sign:before{content:"";}.fa-volume-off:before{content:"";}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"";}.fa-cog:before,.fa-gear:before{content:"";}.fa-droplet-slash:before,.fa-tint-slash:before{content:"";}.fa-mosque:before{content:"";}.fa-mosquito:before{content:"";}.fa-star-of-david:before{content:"";}.fa-person-military-rifle:before{content:"";}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"";}.fa-vials:before{content:"";}.fa-plug-circle-plus:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-arrow-turn-up:before,.fa-level-up:before{content:"";}.fa-u:before{content:"U";}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"";}.fa-clock-four:before,.fa-clock:before{content:"";}.fa-backward-step:before,.fa-step-backward:before{content:"";}.fa-pallet:before{content:"";}.fa-faucet:before{content:"";}.fa-baseball-bat-ball:before{content:"";}.fa-s:before{content:"S";}.fa-timeline:before{content:"";}.fa-keyboard:before{content:"";}.fa-caret-down:before{content:"";}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"";}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"";}.fa-plane-up:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-battery-3:before,.fa-battery-half:before{content:"";}.fa-mountain-city:before{content:"";}.fa-coins:before{content:"";}.fa-khanda:before{content:"";}.fa-sliders-h:before,.fa-sliders:before{content:"";}.fa-folder-tree:before{content:"";}.fa-network-wired:before{content:"";}.fa-map-pin:before{content:"";}.fa-hamsa:before{content:"";}.fa-cent-sign:before{content:"";}.fa-flask:before{content:"";}.fa-person-pregnant:before{content:"";}.fa-wand-sparkles:before{content:"";}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"";}.fa-ticket:before{content:"";}.fa-power-off:before{content:"";}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"";}.fa-flag-usa:before{content:"";}.fa-laptop-file:before{content:"";}.fa-teletype:before,.fa-tty:before{content:"";}.fa-diagram-next:before{content:"";}.fa-person-rifle:before{content:"";}.fa-house-medical-circle-exclamation:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-hiking:before,.fa-person-hiking:before{content:"";}.fa-venus-double:before{content:"";}.fa-images:before{content:"";}.fa-calculator:before{content:"";}.fa-people-pulling:before{content:"";}.fa-n:before{content:"N";}.fa-cable-car:before,.fa-tram:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-building-circle-xmark:before{content:"";}.fa-ship:before{content:"";}.fa-arrows-down-to-line:before{content:"";}.fa-download:before{content:"";}.fa-face-grin:before,.fa-grin:before{content:"";}.fa-backspace:before,.fa-delete-left:before{content:"";}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"";}.fa-file-circle-check:before{content:"";}.fa-forward:before{content:"";}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-face-meh:before,.fa-meh:before{content:"";}.fa-align-center:before{content:"";}.fa-book-dead:before,.fa-book-skull:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-heart-circle-exclamation:before{content:"";}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"";}.fa-calendar-week:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-b:before{content:"B";}.fa-file-medical:before{content:"";}.fa-dice-one:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"";}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"";}.fa-cutlery:before,.fa-utensils:before{content:"";}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"";}.fa-mill-sign:before{content:"";}.fa-bowl-rice:before{content:"";}.fa-skull:before{content:"";}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"";}.fa-stop:before{content:"";}.fa-code-merge:before{content:"";}.fa-upload:before{content:"";}.fa-hurricane:before{content:"";}.fa-mound:before{content:"";}.fa-toilet-portable:before{content:"";}.fa-compact-disc:before{content:"";}.fa-file-arrow-down:before,.fa-file-download:before{content:"";}.fa-caravan:before{content:"";}.fa-shield-cat:before{content:"";}.fa-bolt:before,.fa-zap:before{content:"";}.fa-glass-water:before{content:"";}.fa-oil-well:before{content:"";}.fa-vault:before{content:"";}.fa-mars:before{content:"";}.fa-toilet:before{content:"";}.fa-plane-circle-xmark:before{content:"";}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"";}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"";}.fa-sun:before{content:"";}.fa-guitar:before{content:"";}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"";}.fa-horse-head:before{content:"";}.fa-bore-hole:before{content:"";}.fa-industry:before{content:"";}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"";}.fa-arrows-turn-to-dots:before{content:"";}.fa-florin-sign:before{content:"";}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"";}.fa-less-than:before{content:"<";}.fa-angle-down:before{content:"";}.fa-car-tunnel:before{content:"";}.fa-head-side-cough:before{content:"";}.fa-grip-lines:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-user-lock:before{content:"";}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"";}.fa-anchor-circle-xmark:before{content:"";}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-first-aid:before,.fa-kit-medical:before{content:"";}.fa-person-through-window:before{content:"";}.fa-toolbox:before{content:"";}.fa-hands-holding-circle:before{content:"";}.fa-bug:before{content:"";}.fa-credit-card-alt:before,.fa-credit-card:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-hand-holding-hand:before{content:"";}.fa-book-open-reader:before,.fa-book-reader:before{content:"";}.fa-mountain-sun:before{content:"";}.fa-arrows-left-right-to-line:before{content:"";}.fa-dice-d20:before{content:"";}.fa-truck-droplet:before{content:"";}.fa-file-circle-xmark:before{content:"";}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"";}.fa-medal:before{content:"";}.fa-bed:before{content:"";}.fa-h-square:before,.fa-square-h:before{content:"";}.fa-podcast:before{content:"";}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"";}.fa-bell:before{content:"";}.fa-superscript:before{content:"";}.fa-plug-circle-xmark:before{content:"";}.fa-star-of-life:before{content:"";}.fa-phone-slash:before{content:"";}.fa-paint-roller:before{content:"";}.fa-hands-helping:before,.fa-handshake-angle:before{content:"";}.fa-location-dot:before,.fa-map-marker-alt:before{content:"";}.fa-file:before{content:"";}.fa-greater-than:before{content:">";}.fa-person-swimming:before,.fa-swimmer:before{content:"";}.fa-arrow-down:before{content:"";}.fa-droplet:before,.fa-tint:before{content:"";}.fa-eraser:before{content:"";}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"";}.fa-person-burst:before{content:"";}.fa-dove:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-socks:before{content:"";}.fa-inbox:before{content:"";}.fa-section:before{content:"";}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-chess-rook:before{content:"";}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-hotdog:before{content:"";}.fa-blind:before,.fa-person-walking-with-cane:before{content:"";}.fa-drum:before{content:"";}.fa-ice-cream:before{content:"";}.fa-heart-circle-bolt:before{content:"";}.fa-fax:before{content:"";}.fa-paragraph:before{content:"";}.fa-check-to-slot:before,.fa-vote-yea:before{content:"";}.fa-star-half:before{content:"";}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"";}.fa-tree-city:before{content:"";}.fa-play:before{content:"";}.fa-font:before{content:"";}.fa-rupiah-sign:before{content:"";}.fa-magnifying-glass:before,.fa-search:before{content:"";}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"";}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"";}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"";}.fa-naira-sign:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-walkie-talkie:before{content:"";}.fa-file-edit:before,.fa-file-pen:before{content:"";}.fa-receipt:before{content:"";}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-person-circle-exclamation:before{content:"";}.fa-chevron-down:before{content:"";}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-code-compare:before{content:"";}.fa-list-dots:before,.fa-list-ul:before{content:"";}.fa-school-lock:before{content:"";}.fa-tower-cell:before{content:"";}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"";}.fa-ranking-star:before{content:"";}.fa-chess-king:before{content:"";}.fa-person-harassing:before{content:"";}.fa-brazilian-real-sign:before{content:"";}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"";}.fa-arrow-up:before{content:"";}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"";}.fa-shrimp:before{content:"";}.fa-list-check:before,.fa-tasks:before{content:"";}.fa-jug-detergent:before{content:"";}.fa-circle-user:before,.fa-user-circle:before{content:"";}.fa-user-shield:before{content:"";}.fa-wind:before{content:"";}.fa-car-burst:before,.fa-car-crash:before{content:"";}.fa-y:before{content:"Y";}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"";}.fa-shipping-fast:before,.fa-truck-fast:before{content:"";}.fa-fish:before{content:"";}.fa-user-graduate:before{content:"";}.fa-adjust:before,.fa-circle-half-stroke:before{content:"";}.fa-clapperboard:before{content:"";}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"";}.fa-baseball-ball:before,.fa-baseball:before{content:"";}.fa-jet-fighter-up:before{content:"";}.fa-diagram-project:before,.fa-project-diagram:before{content:"";}.fa-copy:before{content:"";}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"";}.fa-hand-sparkles:before{content:"";}.fa-grip-horizontal:before,.fa-grip:before{content:"";}.fa-share-from-square:before,.fa-share-square:before{content:"";}.fa-child-combatant:before,.fa-child-rifle:before{content:"";}.fa-gun:before{content:"";}.fa-phone-square:before,.fa-square-phone:before{content:"";}.fa-add:before,.fa-plus:before{content:"+";}.fa-expand:before{content:"";}.fa-computer:before{content:"";}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"";}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"";}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"";}.fa-peso-sign:before{content:"";}.fa-building-shield:before{content:"";}.fa-baby:before{content:"";}.fa-users-line:before{content:"";}.fa-quote-left-alt:before,.fa-quote-left:before{content:"";}.fa-tractor:before{content:"";}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"";}.fa-arrow-down-up-lock:before{content:"";}.fa-lines-leaning:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-copyright:before{content:"";}.fa-equals:before{content:"=";}.fa-blender:before{content:"";}.fa-teeth:before{content:"";}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"";}.fa-map:before{content:"";}.fa-rocket:before{content:"";}.fa-photo-film:before,.fa-photo-video:before{content:"";}.fa-folder-minus:before{content:"";}.fa-store:before{content:"";}.fa-arrow-trend-up:before{content:"";}.fa-plug-circle-minus:before{content:"";}.fa-sign-hanging:before,.fa-sign:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bell-slash:before{content:"";}.fa-tablet-android:before,.fa-tablet:before{content:"";}.fa-school-flag:before{content:"";}.fa-fill:before{content:"";}.fa-angle-up:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-holly-berry:before{content:"";}.fa-chevron-left:before{content:"";}.fa-bacteria:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-notdef:before{content:"";}.fa-disease:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-genderless:before{content:"";}.fa-chevron-right:before{content:"";}.fa-retweet:before{content:"";}.fa-car-alt:before,.fa-car-rear:before{content:"";}.fa-pump-soap:before{content:"";}.fa-video-slash:before{content:"";}.fa-battery-2:before,.fa-battery-quarter:before{content:"";}.fa-radio:before{content:"";}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"";}.fa-traffic-light:before{content:"";}.fa-thermometer:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-percent:before,.fa-percentage:before{content:"%";}.fa-truck-moving:before{content:"";}.fa-glass-water-droplet:before{content:"";}.fa-display:before{content:"";}.fa-face-smile:before,.fa-smile:before{content:"";}.fa-thumb-tack:before,.fa-thumbtack:before{content:"";}.fa-trophy:before{content:"";}.fa-person-praying:before,.fa-pray:before{content:"";}.fa-hammer:before{content:"";}.fa-hand-peace:before{content:"";}.fa-rotate:before,.fa-sync-alt:before{content:"";}.fa-spinner:before{content:"";}.fa-robot:before{content:"";}.fa-peace:before{content:"";}.fa-cogs:before,.fa-gears:before{content:"";}.fa-warehouse:before{content:"";}.fa-arrow-up-right-dots:before{content:"";}.fa-splotch:before{content:"";}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"";}.fa-dice-four:before{content:"";}.fa-sim-card:before{content:"";}.fa-transgender-alt:before,.fa-transgender:before{content:"";}.fa-mercury:before{content:"";}.fa-arrow-turn-down:before,.fa-level-down:before{content:"";}.fa-person-falling-burst:before{content:"";}.fa-award:before{content:"";}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"";}.fa-building:before{content:"";}.fa-angle-double-left:before,.fa-angles-left:before{content:"";}.fa-qrcode:before{content:"";}.fa-clock-rotate-left:before,.fa-history:before{content:"";}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"";}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"";}.fa-shield-blank:before,.fa-shield:before{content:"";}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"";}.fa-house-medical:before{content:"";}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"";}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"";}.fa-house-chimney-window:before{content:"";}.fa-pen-nib:before{content:"";}.fa-tent-arrow-turn-left:before{content:"";}.fa-tents:before{content:"";}.fa-magic:before,.fa-wand-magic:before{content:"";}.fa-dog:before{content:"";}.fa-carrot:before{content:"";}.fa-moon:before{content:"";}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"";}.fa-cheese:before{content:"";}.fa-yin-yang:before{content:"";}.fa-music:before{content:"";}.fa-code-commit:before{content:"";}.fa-temperature-low:before{content:"";}.fa-biking:before,.fa-person-biking:before{content:"";}.fa-broom:before{content:"";}.fa-shield-heart:before{content:"";}.fa-gopuram:before{content:"";}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"";}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"";}.fa-hashtag:before{content:"#";}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"";}.fa-oil-can:before{content:"";}.fa-t:before{content:"T";}.fa-hippo:before{content:"";}.fa-chart-column:before{content:"";}.fa-infinity:before{content:"";}.fa-vial-circle-check:before{content:"";}.fa-person-arrow-down-to-line:before{content:"";}.fa-voicemail:before{content:"";}.fa-fan:before{content:"";}.fa-person-walking-luggage:before{content:"";}.fa-arrows-alt-v:before,.fa-up-down:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-calendar:before{content:"";}.fa-trailer:before{content:"";}.fa-bahai:before,.fa-haykal:before{content:"";}.fa-sd-card:before{content:"";}.fa-dragon:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-circle-plus:before,.fa-plus-circle:before{content:"";}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"";}.fa-hand-holding:before{content:"";}.fa-plug-circle-exclamation:before{content:"";}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"";}.fa-clone:before{content:"";}.fa-person-walking-arrow-loop-left:before{content:"";}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"";}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"";}.fa-tornado:before{content:"";}.fa-file-circle-plus:before{content:"";}.fa-book-quran:before,.fa-quran:before{content:"";}.fa-anchor:before{content:"";}.fa-border-all:before{content:"";}.fa-angry:before,.fa-face-angry:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-arrow-trend-down:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-balance-scale:before,.fa-scale-balanced:before{content:"";}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"";}.fa-shower:before{content:"";}.fa-desktop-alt:before,.fa-desktop:before{content:"";}.fa-m:before{content:"M";}.fa-table-list:before,.fa-th-list:before{content:"";}.fa-comment-sms:before,.fa-sms:before{content:"";}.fa-book:before{content:"";}.fa-user-plus:before{content:"";}.fa-check:before{content:"";}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"";}.fa-house-circle-check:before{content:"";}.fa-angle-left:before{content:"";}.fa-diagram-successor:before{content:"";}.fa-truck-arrow-right:before{content:"";}.fa-arrows-split-up-and-left:before{content:"";}.fa-fist-raised:before,.fa-hand-fist:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-briefcase:before{content:"";}.fa-person-falling:before{content:"";}.fa-image-portrait:before,.fa-portrait:before{content:"";}.fa-user-tag:before{content:"";}.fa-rug:before{content:"";}.fa-earth-europe:before,.fa-globe-europe:before{content:"";}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"";}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-baht-sign:before{content:"";}.fa-book-open:before{content:"";}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"";}.fa-handcuffs:before{content:"";}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"";}.fa-database:before{content:"";}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"";}.fa-bottle-droplet:before{content:"";}.fa-mask-face:before{content:"";}.fa-hill-rockslide:before{content:"";}.fa-exchange-alt:before,.fa-right-left:before{content:"";}.fa-paper-plane:before{content:"";}.fa-road-circle-exclamation:before{content:"";}.fa-dungeon:before{content:"";}.fa-align-right:before{content:"";}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"";}.fa-calendar-day:before{content:"";}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"";}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"";}.fa-face-grimace:before,.fa-grimace:before{content:"";}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"";}.fa-level-down-alt:before,.fa-turn-down:before{content:"";}.fa-person-walking-arrow-right:before{content:"";}.fa-envelope-square:before,.fa-square-envelope:before{content:"";}.fa-dice:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-brain:before{content:"";}.fa-band-aid:before,.fa-bandage:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"";}.fa-gifts:before{content:"";}.fa-hotel:before{content:"";}.fa-earth-asia:before,.fa-globe-asia:before{content:"";}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"";}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-user-clock:before{content:"";}.fa-allergies:before,.fa-hand-dots:before{content:"";}.fa-file-invoice:before{content:"";}.fa-window-minimize:before{content:"";}.fa-coffee:before,.fa-mug-saucer:before{content:"";}.fa-brush:before{content:"";}.fa-mask:before{content:"";}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-user-alt:before,.fa-user-large:before{content:"";}.fa-train-tram:before{content:"";}.fa-user-nurse:before{content:"";}.fa-syringe:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-stopwatch-20:before{content:"";}.fa-square-full:before{content:"";}.fa-magnet:before{content:"";}.fa-jar:before{content:"";}.fa-note-sticky:before,.fa-sticky-note:before{content:"";}.fa-bug-slash:before{content:"";}.fa-arrow-up-from-water-pump:before{content:"";}.fa-bone:before{content:"";}.fa-user-injured:before{content:"";}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"";}.fa-plane:before{content:"";}.fa-tent-arrows-down:before{content:"";}.fa-exclamation:before{content:"!";}.fa-arrows-spin:before{content:"";}.fa-print:before{content:"";}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"";}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$";}.fa-x:before{content:"X";}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"";}.fa-users-cog:before,.fa-users-gear:before{content:"";}.fa-person-military-pointing:before{content:"";}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"";}.fa-umbrella:before{content:"";}.fa-trowel:before{content:"";}.fa-d:before{content:"D";}.fa-stapler:before{content:"";}.fa-masks-theater:before,.fa-theater-masks:before{content:"";}.fa-kip-sign:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"";}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"";}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"";}.fa-barcode:before{content:"";}.fa-plus-minus:before{content:"";}.fa-video-camera:before,.fa-video:before{content:"";}.fa-graduation-cap:before,.fa-mortar-board:before{content:"";}.fa-hand-holding-medical:before{content:"";}.fa-person-circle-check:before{content:"";}.fa-level-up-alt:before,.fa-turn-up:before{content:"";}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}.fa-brands,.fab{font-weight:400;}.fa-monero:before{content:"";}.fa-hooli:before{content:"";}.fa-yelp:before{content:"";}.fa-cc-visa:before{content:"";}.fa-lastfm:before{content:"";}.fa-shopware:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-aws:before{content:"";}.fa-redhat:before{content:"";}.fa-yoast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-ups:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-dyalog:before{content:"";}.fa-bity:before{content:"";}.fa-stackpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-first-order:before{content:"";}.fa-modx:before{content:"";}.fa-guilded:before{content:"";}.fa-vnv:before{content:"";}.fa-js-square:before,.fa-square-js:before{content:"";}.fa-microsoft:before{content:"";}.fa-qq:before{content:"";}.fa-orcid:before{content:"";}.fa-java:before{content:"";}.fa-invision:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-centercode:before{content:"";}.fa-glide-g:before{content:"";}.fa-drupal:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-unity:before{content:"";}.fa-whmcs:before{content:"";}.fa-rocketchat:before{content:"";}.fa-vk:before{content:"";}.fa-untappd:before{content:"";}.fa-mailchimp:before{content:"";}.fa-css3-alt:before{content:"";}.fa-reddit-square:before,.fa-square-reddit:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-contao:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-deskpro:before{content:"";}.fa-sistrix:before{content:"";}.fa-instagram-square:before,.fa-square-instagram:before{content:"";}.fa-battle-net:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"";}.fa-edge:before{content:"";}.fa-threads:before{content:"";}.fa-napster:before{content:"";}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-artstation:before{content:"";}.fa-markdown:before{content:"";}.fa-sourcetree:before{content:"";}.fa-google-plus:before{content:"";}.fa-diaspora:before{content:"";}.fa-foursquare:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-github-alt:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-pagelines:before{content:"";}.fa-algolia:before{content:"";}.fa-red-river:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-safari:before{content:"";}.fa-google:before{content:"";}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"";}.fa-atlassian:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-nimblr:before{content:"";}.fa-chromecast:before{content:"";}.fa-evernote:before{content:"";}.fa-hacker-news:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-adversal:before{content:"";}.fa-creative-commons:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-fonticons:before{content:"";}.fa-weixin:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-codepen:before{content:"";}.fa-git-alt:before{content:"";}.fa-lyft:before{content:"";}.fa-rev:before{content:"";}.fa-windows:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"";}.fa-meetup:before{content:"";}.fa-centos:before{content:"";}.fa-adn:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"";}.fa-codiepie:before{content:"";}.fa-node:before{content:"";}.fa-mix:before{content:"";}.fa-steam:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-scribd:before{content:"";}.fa-debian:before{content:"";}.fa-openid:before{content:"";}.fa-instalod:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-sellcast:before{content:"";}.fa-square-twitter:before,.fa-twitter-square:before{content:"";}.fa-r-project:before{content:"";}.fa-delicious:before{content:"";}.fa-freebsd:before{content:"";}.fa-vuejs:before{content:"";}.fa-accusoft:before{content:"";}.fa-ioxhost:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-app-store:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-itunes-note:before{content:"";}.fa-golang:before{content:"";}.fa-kickstarter:before{content:"";}.fa-grav:before{content:"";}.fa-weibo:before{content:"";}.fa-uncharted:before{content:"";}.fa-firstdraft:before{content:"";}.fa-square-youtube:before,.fa-youtube-square:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-rendact:before,.fa-wpressr:before{content:"";}.fa-angellist:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-nfc-directional:before{content:"";}.fa-skype:before{content:"";}.fa-joget:before{content:"";}.fa-fedora:before{content:"";}.fa-stripe-s:before{content:"";}.fa-meta:before{content:"";}.fa-laravel:before{content:"";}.fa-hotjar:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-hips:before{content:"";}.fa-behance:before{content:"";}.fa-reddit:before{content:"";}.fa-discord:before{content:"";}.fa-chrome:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-cc-discover:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-confluence:before{content:"";}.fa-mdb:before{content:"";}.fa-dochub:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-ebay:before{content:"";}.fa-amazon:before{content:"";}.fa-unsplash:before{content:"";}.fa-yarn:before{content:"";}.fa-square-steam:before,.fa-steam-square:before{content:"";}.fa-500px:before{content:"";}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"";}.fa-gratipay:before{content:"";}.fa-apple:before{content:"";}.fa-hive:before{content:"";}.fa-gitkraken:before{content:"";}.fa-keybase:before{content:"";}.fa-apple-pay:before{content:"";}.fa-padlet:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-github-square:before,.fa-square-github:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-fedex:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-shopify:before{content:"";}.fa-neos:before{content:"";}.fa-square-threads:before{content:"";}.fa-hackerrank:before{content:"";}.fa-researchgate:before{content:"";}.fa-swift:before{content:"";}.fa-angular:before{content:"";}.fa-speakap:before{content:"";}.fa-angrycreative:before{content:"";}.fa-y-combinator:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"";}.fa-studiovinari:before{content:"";}.fa-pied-piper:before{content:"";}.fa-wordpress:before{content:"";}.fa-product-hunt:before{content:"";}.fa-firefox:before{content:"";}.fa-linode:before{content:"";}.fa-goodreads:before{content:"";}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-sith:before{content:"";}.fa-themeisle:before{content:"";}.fa-page4:before{content:"";}.fa-hashnode:before{content:"";}.fa-react:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-squarespace:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-bitcoin:before{content:"";}.fa-keycdn:before{content:"";}.fa-opera:before{content:"";}.fa-itch-io:before{content:"";}.fa-umbraco:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-ubuntu:before{content:"";}.fa-draft2digital:before{content:"";}.fa-stripe:before{content:"";}.fa-houzz:before{content:"";}.fa-gg:before{content:"";}.fa-dhl:before{content:"";}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"";}.fa-xing:before{content:"";}.fa-blackberry:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-playstation:before{content:"";}.fa-quinscape:before{content:"";}.fa-less:before{content:"";}.fa-blogger-b:before{content:"";}.fa-opencart:before{content:"";}.fa-vine:before{content:"";}.fa-paypal:before{content:"";}.fa-gitlab:before{content:"";}.fa-typo3:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-yahoo:before{content:"";}.fa-dailymotion:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-bootstrap:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-nfc-symbol:before{content:"";}.fa-ethereum:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-patreon:before{content:"";}.fa-avianex:before{content:"";}.fa-ello:before{content:"";}.fa-gofore:before{content:"";}.fa-bimobject:before{content:"";}.fa-facebook-f:before{content:"";}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"";}.fa-mandalorian:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-osi:before{content:"";}.fa-google-wallet:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-periscope:before{content:"";}.fa-fulcrum:before{content:"";}.fa-cloudscale:before{content:"";}.fa-forumbee:before{content:"";}.fa-mizuni:before{content:"";}.fa-schlix:before{content:"";}.fa-square-xing:before,.fa-xing-square:before{content:"";}.fa-bandcamp:before{content:"";}.fa-wpforms:before{content:"";}.fa-cloudversify:before{content:"";}.fa-usps:before{content:"";}.fa-megaport:before{content:"";}.fa-magento:before{content:"";}.fa-spotify:before{content:"";}.fa-optin-monster:before{content:"";}.fa-fly:before{content:"";}.fa-aviato:before{content:"";}.fa-itunes:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-blogger:before{content:"";}.fa-flickr:before{content:"";}.fa-viber:before{content:"";}.fa-soundcloud:before{content:"";}.fa-digg:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-symfony:before{content:"";}.fa-maxcdn:before{content:"";}.fa-etsy:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-audible:before{content:"";}.fa-think-peaks:before{content:"";}.fa-bilibili:before{content:"";}.fa-erlang:before{content:"";}.fa-x-twitter:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-dashcube:before{content:"";}.fa-42-group:before,.fa-innosoft:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-elementor:before{content:"";}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-palfed:before{content:"";}.fa-superpowers:before{content:"";}.fa-resolving:before{content:"";}.fa-xbox:before{content:"";}.fa-searchengin:before{content:"";}.fa-tiktok:before{content:"";}.fa-facebook-square:before,.fa-square-facebook:before{content:"";}.fa-renren:before{content:"";}.fa-linux:before{content:"";}.fa-glide:before{content:"";}.fa-linkedin:before{content:"";}.fa-hubspot:before{content:"";}.fa-deploydog:before{content:"";}.fa-twitch:before{content:"";}.fa-ravelry:before{content:"";}.fa-mixer:before{content:"";}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"";}.fa-vimeo:before{content:"";}.fa-mendeley:before{content:"";}.fa-uniregistry:before{content:"";}.fa-figma:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-dropbox:before{content:"";}.fa-instagram:before{content:"";}.fa-cmplid:before{content:"";}.fa-facebook:before{content:"";}.fa-gripfire:before{content:"";}.fa-jedi-order:before{content:"";}.fa-uikit:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-phabricator:before{content:"";}.fa-ussunnah:before{content:"";}.fa-earlybirds:before{content:"";}.fa-trade-federation:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-whatsapp:before{content:"";}.fa-slideshare:before{content:"";}.fa-google-play:before{content:"";}.fa-viadeo:before{content:"";}.fa-line:before{content:"";}.fa-google-drive:before{content:"";}.fa-servicestack:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-bitbucket:before{content:"";}.fa-imdb:before{content:"";}.fa-deezer:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-jira:before{content:"";}.fa-docker:before{content:"";}.fa-screenpal:before{content:"";}.fa-bluetooth:before{content:"";}.fa-gitter:before{content:"";}.fa-d-and-d:before{content:"";}.fa-microblog:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-gg-circle:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-yandex:before{content:"";}.fa-readme:before{content:"";}.fa-html5:before{content:"";}.fa-sellsy:before{content:"";}.fa-sass:before{content:"";}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-salesforce:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-medapps:before{content:"";}.fa-ns8:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-apper:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-waze:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-rust:before{content:"";}.fa-wix:before{content:"";}.fa-behance-square:before,.fa-square-behance:before{content:"";}.fa-supple:before{content:"";}.fa-rebel:before{content:"";}.fa-css3:before{content:"";}.fa-staylinked:before{content:"";}.fa-kaggle:before{content:"";}.fa-space-awesome:before{content:"";}.fa-deviantart:before{content:"";}.fa-cpanel:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-git-square:before,.fa-square-git:before{content:"";}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"";}.fa-trello:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-get-pocket:before{content:"";}.fa-perbyte:before{content:"";}.fa-grunt:before{content:"";}.fa-weebly:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-leanpub:before{content:"";}.fa-black-tie:before{content:"";}.fa-themeco:before{content:"";}.fa-python:before{content:"";}.fa-android:before{content:"";}.fa-bots:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-hornbill:before{content:"";}.fa-js:before{content:"";}.fa-ideal:before{content:"";}.fa-git:before{content:"";}.fa-dev:before{content:"";}.fa-sketch:before{content:"";}.fa-yandex-international:before{content:"";}.fa-cc-amex:before{content:"";}.fa-uber:before{content:"";}.fa-github:before{content:"";}.fa-php:before{content:"";}.fa-alipay:before{content:"";}.fa-youtube:before{content:"";}.fa-skyatlas:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-replyd:before{content:"";}.fa-suse:before{content:"";}.fa-jenkins:before{content:"";}.fa-twitter:before{content:"";}.fa-rockrms:before{content:"";}.fa-pinterest:before{content:"";}.fa-buffer:before{content:"";}.fa-npm:before{content:"";}.fa-yammer:before{content:"";}.fa-btc:before{content:"";}.fa-dribbble:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-stubber:before{content:"";}.fa-telegram-plane:before,.fa-telegram:before{content:"";}.fa-old-republic:before{content:"";}.fa-odysee:before{content:"";}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"";}.fa-node-js:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-slack-hash:before,.fa-slack:before{content:"";}.fa-medrt:before{content:"";}.fa-usb:before{content:"";}.fa-tumblr:before{content:"";}.fa-vaadin:before{content:"";}.fa-quora:before{content:"";}.fa-square-x-twitter:before{content:"";}.fa-reacteurope:before{content:"";}.fa-medium-m:before,.fa-medium:before{content:"";}.fa-amilia:before{content:"";}.fa-mixcloud:before{content:"";}.fa-flipboard:before{content:"";}.fa-viacoin:before{content:"";}.fa-critical-role:before{content:"";}.fa-sitrox:before{content:"";}.fa-discourse:before{content:"";}.fa-joomla:before{content:"";}.fa-mastodon:before{content:"";}.fa-airbnb:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-gulp:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-strava:before{content:"";}.fa-ember:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-teamspeak:before{content:"";}.fa-pushed:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-nutritionix:before{content:"";}.fa-wodu:before{content:"";}.fa-google-pay:before{content:"";}.fa-intercom:before{content:"";}.fa-zhihu:before{content:"";}.fa-korvue:before{content:"";}.fa-pix:before{content:"";}.fa-steam-symbol:before{content:"";}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";}.fa-regular,.far{font-weight:400;}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}.fa-solid,.fas{font-weight:900;}@charset "UTF-8";article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}#map_canvas img{max-width:none;}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}iframe{border:0;}.widget_nav_menu .x-framework-icon-menu{display:none;}.widget_nav_menu .current-menu-item>a{position:relative;}.widget_nav_menu .current-menu-item>a .x-framework-icon{display:inline-flex;margin-left:.45em;}.widget_nav_menu .current-menu-item>a .x-framework-icon>svg{font-size:80%;}.ilightbox-toolbar.light a.ilightbox-close:before{content:"";}.ilightbox-toolbar.light a.ilightbox-fullscreen:before{content:"";}*,*:before,*:after{box-sizing:border-box;}html{overflow-x:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{margin:0;overflow-x:hidden;}a{text-decoration:none;}a:hover,a:active,[tabindex="-1"]{outline:0 !important;}.x-root{min-height:100vh;}.admin-bar .x-root{min-height:calc(100vh - 32px);}@media screen and (max-width: 782px){.admin-bar .x-root{min-height:calc(100vh - 46px);}}.x-form-search-icon-wrapper{position:absolute;left:15px;top:0;display:flex;display:block;height:100%;margin-bottom:-6px;font-size:12px;line-height:1;text-decoration:inherit;color:#272727;}.x-entry-thumb-icon{top:0;width:100%;height:100%;}.x-recent-posts-icon{height:100%;width:100%;}.x-entry-thumb-icon,.x-recent-posts-icon{display:flex;position:absolute;font-size:42px;line-height:72px;text-align:center;vertical-align:middle;border-radius:100em;opacity:0;transition:opacity .75s ease;}i.x-recent-posts-icon{display:flex;justify-content:center;align-items:center;}a.entry-thumb:hover .x-entry-thumb-icon,a.entry-thumb:hover .x-recent-posts-icon,a[class^=x-recent-post]:hover .x-entry-thumb-icon,a[class^=x-recent-post]:hover .x-recent-posts-icon{opacity:1;}.x-shortcode-accordion-icon{position:relative;display:inline-block;bottom:.1em;margin-right:10px;font-size:74%;-webkit-font-smoothing:antialiased;transform:rotate(45deg);transition:all .3s ease;}.collapsed .x-shortcode-accordion-icon{transform:rotate(0);}.site:before,.site:after,.x-site:before,.x-site:after{content:" ";display:table;width:0px;}.site:after,.x-site:after{clear:both;}.x-boxed-layout-active .site,.x-boxed-layout-active .x-site{margin:0 auto;overflow-x:hidden;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);box-sizing:content-box;}body{line-height:1.8;}.x-container.main:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content){position:relative;}.x-container.main:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):before{content:"";display:block;position:absolute;top:-35px;bottom:0;width:10000em;background-color:#fff;z-index:-1;}.x-container>.offset{margin:35px auto;}:root{--x-body-scroll-bar-size:0px;--x-body-scroll-active-bar-size:0px;}.x-root{display:flex;}.x-root .site,.x-root .x-site{flex:1 1 auto;position:relative;width:100%;min-width:1px;}.x-masthead,.x-colophon{position:relative;}.x-body-scroll-disabled{width:100%;width:calc(100% - var(--x-body-scroll-bar-size));position:fixed;top:0;left:0;overflow:hidden;margin-right:var(--x-body-scroll-bar-size);overscroll-behavior:contain;}.x-body-scroll-disabled .x-bar-right.x-bar-fixed{right:var(--x-body-scroll-active-bar-size,0);}@media screen and (max-width: 600px){.admin-bar.x-body-scroll-disabled{padding-top:46px;}}.x-acc-item{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:relative;z-index:1;transform:translate(0);}.x-acc-header{display:block;position:relative;z-index:2;margin:0;border:0;border-radius:0;padding:0;background-color:transparent;transform:translate(0);}.x-acc-header span{pointer-events:none;}.x-acc-header-content{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}.x-acc-header-indicator{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;line-height:1;text-align:center;}.x-acc-header-text{flex:1 0 0%;}.x-acc-content{position:relative;z-index:1;}.x-acc-content>p:last-child,.x-acc-content>ul:last-child,.x-acc-content>ol:last-child{margin-bottom:0;}.x-crumbs-list{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;align-content:center;margin:0 !important;padding:0;list-style:none;}.x-crumbs-list-item{display:inherit;flex-direction:inherit;flex-wrap:nowrap;justify-content:inherit;align-items:inherit;align-content:inherit;}.x-crumbs-list-item:last-child:after{content:".";display:inline;visibility:hidden;width:0;opacity:0;pointer-events:none;speak:never;}.x-crumbs-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.x-card{display:flex;flex-flow:row nowrap;justify-content:center;align-items:stretch;}.x-card.is-flip-left .x-card-face.is-back{transform:rotateY(180deg);}.x-card.is-flip-right .x-card-face.is-back{transform:rotateY(-180deg);}.x-card.is-flip-up .x-card-face.is-back{transform:rotateX(-180deg);}.x-card.is-flip-down .x-card-face.is-back{transform:rotateX(180deg);}.x-card.is-active.is-flip-left .x-card-faces .is-front{transform:rotateY(-180deg);}.x-card.is-active.is-flip-left .x-card-faces .is-back{transform:unset;}.x-card.is-active.is-flip-right .x-card-faces .is-front{transform:rotateY(180deg);}.x-card.is-active.is-flip-right .x-card-faces .is-back{transform:unset;}.x-card.is-active.is-flip-up .x-card-faces .is-front{transform:rotateX(180deg);}.x-card.is-active.is-flip-up .x-card-faces .is-back{transform:unset;}.x-card.is-active.is-flip-down .x-card-faces .is-front{transform:rotateX(-180deg);}.x-card.is-active.is-flip-down .x-card-faces .is-back{transform:unset;}.x-card.cannot-preserve-3d .x-card-faces{transform-style:initial;}.x-card.cannot-preserve-3d .x-card-face{-webkit-backface-visibility:initial;backface-visibility:initial;}.x-card.cannot-preserve-3d .x-card-face.is-front{visibility:visible;}.x-card.cannot-preserve-3d .x-card-face.is-back{visibility:hidden;}.x-card.cannot-preserve-3d .x-text{max-width:100%;}.x-card.cannot-preserve-3d[class*=is-flip] .x-card-faces,.x-card.cannot-preserve-3d[class*=is-flip] .x-card-face{transform:none;}.x-card.cannot-preserve-3d.is-active .x-card-face.is-front{visibility:hidden;}.x-card.cannot-preserve-3d.is-active .x-card-face.is-back{visibility:visible;}.x-card.has-not-flipped .x-card-face.is-back *{box-shadow:none !important;transform:none !important;filter:none !important;}.x-card-faces{display:-ms-grid;display:grid;-ms-grid-columns:1fr;-ms-grid-rows:1fr;grid-gap:0px;grid-auto-columns:0px;grid-auto-rows:0px;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:stretch;align-items:stretch;flex:1 1 auto;position:relative;transform-style:preserve-3d;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.x-card-face{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/-1;grid-row:1/-1;position:relative;z-index:1;min-width:0px;max-width:100%;min-height:0px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.x-card-face [class^=x-bg][class*=lower],.x-card-face [class^=x-bg][class*=upper]{transform:translate(0);}.x-countdown{display:block;}.x-countdown.has-compact-labels .x-countdown-unit-content{flex-flow:row nowrap;justify-content:center;align-items:baseline;}.x-countdown.has-top-labels .x-countdown-unit-content,.x-countdown.has-bottom-labels .x-countdown-unit-content{flex-flow:column nowrap;justify-content:center;align-items:center;}.x-countdown.has-top-labels .x-countdown-number{order:2;}.x-countdown.has-top-labels .x-countdown-label,.x-countdown.has-bottom-labels .x-countdown-number{order:1;}.x-countdown.has-bottom-labels .x-countdown-label{order:2;}.x-countdown-units{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;}.x-countdown-unit{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;}.x-countdown-unit:not(:last-child):after{display:inline;font-style:normal;line-height:1;}.x-countdown-unit-content{display:flex;flex:0 0 auto;}.x-countdown-number{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;}.x-countdown-digit{display:inline;}.x-countdown-label{display:block;}.x-statbar,.x-statbar-bar,.x-statbar-label{display:flex;position:relative;}.x-statbar{flex-direction:row;justify-content:flex-start;align-items:stretch;}.x-statbar-bar{flex-direction:inherit;align-items:center;}.x-statbar-label{justify-content:center;align-items:center;opacity:0;pointer-events:none;}.x-statbar-label.x-active{opacity:1;pointer-events:auto;}.x-tabs-list{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:stretch;position:relative;z-index:2;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;}.x-tabs-list:before,.x-tabs-list:after{content:"";display:block;width:0;height:0;visibility:hidden;}.x-tabs-list ul{display:flex;flex-flow:inherit;justify-content:flex-start;align-items:stretch;flex:1 0 0%;margin:0;padding:0;list-style:none;}.x-tabs-list li{display:flex;justify-content:flex-start;align-items:stretch;}.x-tabs-list a,.x-tabs-list button{flex:1 0 0%;display:block;border:0;border-radius:0;background-color:transparent;white-space:nowrap;}.x-tabs-list li:first-child,.x-tabs-list li:first-child a,.x-tabs-list li:first-child button{margin-left:0 !important;}.x-tabs-list li:last-child,.x-tabs-list li:last-child a,.x-tabs-list li:last-child button{margin-right:0 !important;}.x-tabs-panels{display:flex;flex-flow:row nowrap;align-items:stretch;position:relative;z-index:1;}.x-tabs-panel{width:100%;flex:1 1 0%;}.x-tabs-panel:not(.x-active){display:none;}.x-tabs-panel :first-child{margin-top:0;}.x-tabs-panel :last-child{margin-bottom:0;}.x-quote{display:flex;}.x-quote-content{display:flex;flex-direction:column;flex:1 1 0%;}.x-quote-text :first-child{margin-top:0;}.x-quote-text :last-child{margin-bottom:0;}.x-quote-cite{display:flex;}.x-alert{position:relative;}.x-alert>button.close{float:right;border:0;padding:0;line-height:1;background:transparent;}.x-alert.fade{opacity:0;transition:opacity .3s ease;}.x-alert.fade.in{opacity:1;}.x-global-block{position:relative;}[data-x-single-anim]{animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1);}[data-x-single-anim][class*=secondary]{animation-duration:.45s;}@keyframes x-slide-top{33%{opacity:0;transform:none;}34%{opacity:0;transform:translateY(-100%);}to{opacity:1;transform:translate(0);}}@keyframes x-slide-left{33%{opacity:0;transform:none;}34%{opacity:0;transform:translate(-50%);}to{opacity:1;transform:translate(0);}}@keyframes x-slide-right{33%{opacity:0;transform:none;}34%{opacity:0;transform:translate(50%);}to{opacity:1;transform:translate(0);}}@keyframes x-slide-bottom{33%{opacity:0;transform:none;}34%{opacity:0;transform:translateY(100%);}to{opacity:1;transform:translate(0);}}@keyframes x-scale-up{33%{opacity:0;transform:none;}34%{opacity:0;transform:scale(0);}to{opacity:1;transform:scale(1);}}@keyframes x-scale-down{33%{opacity:0;transform:none;}34%{opacity:0;transform:scale(1.5);}to{opacity:1;transform:scale(1);}}@keyframes x-flip-x{33%{opacity:0;transform:none;}34%{opacity:0;transform:perspective(125px) rotateX(-180deg);}to{opacity:1;transform:perspective(125px) rotateX(0);}}@keyframes x-flip-y{33%{opacity:0;transform:none;}34%{opacity:0;transform:perspective(125px) rotateY(-180deg);}to{opacity:1;transform:perspective(125px) rotateY(0);}}.x-testimonial{display:flex;flex-wrap:nowrap;min-width:1px;}.x-testimonial-content{display:flex;flex-flow:column nowrap;flex:1 1 auto;min-width:1px;}.x-testimonial-text :first-child{margin-top:0;}.x-testimonial-text :last-child{margin-bottom:0;}.x-testimonial-cite{display:flex;flex-wrap:nowrap;min-width:1px;}.x-testimonial-cite-content{flex:1 1 auto;min-width:1px;}.x-testimonial-cite-text{display:block;}.x-section{display:block;position:relative;}.x-div{display:block;position:relative;width:auto;min-width:0;max-width:none;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-row{display:flex;position:relative;flex-flow:row nowrap;justify-content:center;align-items:stretch;width:auto;min-width:0;max-width:none;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-row-inner{display:flex;flex-wrap:wrap;flex-grow:1;flex-shrink:1;flex-basis:auto;min-width:0;min-height:0;}.x-col{flex-grow:0;flex-shrink:1;flex-basis:auto;display:block;position:relative;width:auto;min-width:0;max-width:100%;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-grid{display:grid;grid-auto-columns:auto;grid-auto-rows:auto;position:relative;width:auto;min-width:0;max-width:none;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-cell{display:block;position:relative;width:auto;min-width:0;max-width:100%;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-slide-container-viewport{overflow:hidden;width:100%;touch-action:pan-y;}.x-slide-container-viewport *{touch-action:manipulation;}.x-slide-container-viewport.can-drag{cursor:grab;}.x-slide-container-viewport.can-drag *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.x-slide-container-viewport.can-drag.is-drag{cursor:grabbing;}.x-slide-container-viewport.show-outlines:before{content:"";display:block;position:absolute;z-index:10;inset:0;outline:8px solid #00adff;outline-offset:-8px;}.x-slide-container-viewport.show-outlines .x-slide-container-content:before{content:"";display:block;position:absolute;z-index:10;inset:0;outline:8px solid #f31773;outline-offset:-8px;}.x-slide-container-content{position:relative;margin-left:auto;margin-right:auto;}.x-slide-container-content.has-adaptive-height{transition-duration:var(--x-slide-container-transition-duration,1s);transition-property:height;transition-timing-function:var(--x-slide-container-transition-timing-function,cubic-bezier(.4,0,.2,1));}.x-slide-container-content.has-adaptive-height .x-slide-container{height:100%;}.x-slide-container-content,.x-slide-container-content .x-slide-container{height:100% !important;}.x-slide-container{display:block;position:relative;width:100%;min-width:0;max-width:100%;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;will-change:transform;}.x-slide-container.is-inline{display:flex;flex-flow:row nowrap;justify-content:flex-start;gap:var(--x-slide-container-gap,1rem);transition-duration:var(--x-slide-container-transition-duration,1s);transition-property:transform;transition-timing-function:var(--x-slide-container-transition-timing-function,cubic-bezier(.4,0,.2,1));}.x-slide-container.is-stacked{display:grid;grid-gap:0;grid-template-columns:1fr;grid-template-rows:1fr;}.x-slide{display:block;position:relative;width:auto;min-width:0;max-width:100%;height:auto;min-height:0;max-height:none;margin:0;border:0;border-radius:0;padding:0;}.x-slide-container .x-slide{transition-duration:var(--x-slide-container-transition-duration,1s);transition-timing-function:var(--x-slide-container-transition-timing-function,cubic-bezier(.4,0,.2,1));}.x-slide-container-viewport:not(.is-ready) .x-slide{opacity:0 !important;}.x-slide-container.is-inline.is-paged .x-slide{flex-grow:1;flex-shrink:0;flex-basis:calc(( 100% / var(--x-slides-per-page,1) ) - ( var(--x-slide-container-gap,1rem) * ( 1 - ( 1 / var(--x-slides-per-page,1) ) ) ));}.x-slide-container.is-inline.is-auto .x-slide{flex-grow:0;flex-shrink:0;flex-basis:auto;}.x-slide-container.is-stacked .x-slide{grid-column:1/-1;grid-row:1/-1;}.x-slide-container.is-stacked .x-slide:not([class*=x-effect-e]),.x-slide-container.is-stacked .x-slide.x-effect-opacity{opacity:0 !important;}.x-slide-container.is-stacked .x-slide.is-current-slide:not([class*=x-effect-e]),.x-slide-container.is-stacked .x-slide.is-current-slide.x-effect-opacity{opacity:1 !important;}.x-slide img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.x-slide-pagination{display:flex;flex-wrap:nowrap;align-content:center;align-items:center;flex-grow:0;flex-shrink:0;flex-basis:auto;margin:0;border:0;border-radius:0;padding:0;line-height:1;list-style:none;}.x-slide-pagination.is-row{flex-direction:row;}.x-slide-pagination.is-column{flex-direction:column;}.x-slide-pagination li{display:block;flex-grow:0;flex-shrink:0;flex-basis:auto;position:relative;margin:0;border:0;padding:0;background-color:var(--x-slide-pagination-item-bgc,black);list-style:none;user-select:none;cursor:default;}.x-slide-pagination li.is-active{background-color:var(--x-slide-pagination-item-bgc-alt,rgba(0,0,0,.25));}@media (hover: hover){.x-slide-pagination li:hover{background-color:var(--x-slide-pagination-item-bgc-alt,rgba(0,0,0,.25));}}.x-paginate{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;align-content:center;}.x-paginate.is-empty{display:none !important;}.x-paginate-inner{display:flex;flex-flow:row wrap;align-items:center;align-content:center;flex:1 1 0%;}.x-paginate-inner>*{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;flex-shrink:1;flex-basis:auto;line-height:1;text-align:center;}.x-paginate-inner .dots,.x-paginate-inner .current{cursor:not-allowed;}.x-the-content.entry-content{margin-top:0 !important;margin-bottom:0 !important;}.x-the-content.entry-content>:first-child{margin-top:0 !important;}.x-the-content.entry-content>:last-child{margin-bottom:0 !important;}[class*=woocommerce] .x-wc-products .cross-sells,[class*=woocommerce] .x-wc-products .related,[class*=woocommerce] .x-wc-products .upsells{float:none;clear:none;width:100%;}[class*=woocommerce] div.x-wc-product-gallery div.woocommerce-product-gallery{float:none;width:100%;}[class*=woocommerce] .pswp{z-index:999999999;}[class*=woocommerce] .x-wc-add-to-cart-form form{margin:0;}.x-wc-shop-sort{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;}.x-wc-shop-sort .woocommerce-ordering,.x-wc-shop-sort .woocommerce-result-count{float:none;margin:0;}.x-content-area .woocommerce-Reviews-title{margin-top:0;}.x-video{margin-bottom:2.15em;}.x-video .x-video-inner{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}.x-video .x-video-inner.five-by-three{padding-bottom:60%;}.x-video .x-video-inner.five-by-four{padding-bottom:80%;}.x-video .x-video-inner.four-by-three{padding-bottom:75%;}.x-video .x-video-inner.three-by-two{padding-bottom:66.67%;}.x-video .x-video-inner embed,.x-video .x-video-inner iframe,.x-video .x-video-inner img,.x-video .x-video-inner object,.x-video .x-video-inner video{display:block !important;position:absolute !important;top:0 !important;left:0 !important;width:100%;height:100%;margin:0 !important;}.x-video.bg,.x-video.x-video-bg{margin:0;}.x-video.bg,.x-video.bg .x-video-inner,.x-video.x-video-bg,.x-video.x-video-bg .x-video-inner{position:absolute;transition:opacity 1s ease;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:hidden;}.x-video.bg.poster,.x-video.x-video-bg.poster{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;}.x-icon{display:inline-flex;flex-flow:row nowrap !important;justify-content:center !important;align-items:center !important;width:auto;height:auto;line-height:inherit;text-align:center;}.x-icon>svg{fill:currentColor;width:1em;height:1em;}.x-icon:before{display:block !important;position:static !important;inset:auto !important;width:inherit !important;height:inherit !important;margin:0 !important;line-height:inherit !important;text-align:inherit !important;}.x-framework-icon,.x-framework-icon.x-form-search-icon{height:100%;align-items:center;justify-content:center;display:inline-flex;transition-duration:inherit;transition:inherit;}.x-framework-icon>svg{width:1em;height:1em;font-size:inherit;fill:currentColor;transition-duration:inherit;transition:inherit;}.x-anchor{overflow:hidden;display:inline-flex;flex-flow:column nowrap;justify-content:stretch;position:relative;min-width:1px;text-decoration:none;cursor:pointer;}.x-anchor-content{overflow:hidden;display:flex;flex:1 0 auto;position:relative;height:100%;border-radius:inherit;transform:translate(0);}.x-anchor-text{flex-shrink:1;min-width:1px;max-width:100%;}.x-anchor-text-primary,.x-anchor-text-secondary{position:relative;display:block;}div.x-anchor-text-primary *,div.x-anchor-text-secondary *{display:block !important;margin:0 !important;border:0 !important;padding:0 !important;font-family:inherit !important;font-size:1em !important;font-style:inherit !important;font-weight:inherit !important;letter-spacing:inherit !important;line-height:inherit !important;text-align:inherit !important;text-decoration:none !important;text-shadow:none !important;text-transform:inherit !important;color:inherit !important;background-color:transparent !important;box-shadow:none !important;}.x-anchor-sub-indicator{position:relative;display:inline-flex;width:auto;height:auto;letter-spacing:0;line-height:1;text-align:center;}.x-anchor-sub-indicator:before{display:inherit;width:inherit;height:inherit;line-height:inherit;text-align:inherit;}li:not(.menu-item-has-children)>.x-anchor .x-anchor-sub-indicator{display:none;visibility:hidden;speak:never;}.x-anchor-content.is-int{position:absolute;inset:0;pointer-events:none;}.x-anchor.has-int-content .x-anchor-content[class*=in-scale-up].is-int{opacity:0;transform:scale(0);}@media (hover){.x-anchor.has-int-content:hover .x-anchor-content[class*=in-scale-up].is-int,.x-anchor.has-int-content:focus .x-anchor-content[class*=in-scale-up].is-int{opacity:1;transform:scale(1);}.x-anchor.has-int-content:hover .x-anchor-content.x-anchor-content-out-slide-top-in-scale-up:not(.is-int),.x-anchor.has-int-content:focus .x-anchor-content.x-anchor-content-out-slide-top-in-scale-up:not(.is-int){transform:translateY(-100%);}.x-anchor.has-int-content:hover .x-anchor-content.x-anchor-content-out-slide-left-in-scale-up:not(.is-int),.x-anchor.has-int-content:focus .x-anchor-content.x-anchor-content-out-slide-left-in-scale-up:not(.is-int){transform:translate(-100%);}.x-anchor.has-int-content:hover .x-anchor-content.x-anchor-content-out-slide-right-in-scale-up:not(.is-int),.x-anchor.has-int-content:focus .x-anchor-content.x-anchor-content-out-slide-right-in-scale-up:not(.is-int){transform:translate(100%);}.x-anchor.has-int-content:hover .x-anchor-content.x-anchor-content-out-slide-bottom-in-scale-up:not(.is-int),.x-anchor.has-int-content:focus .x-anchor-content.x-anchor-content-out-slide-bottom-in-scale-up:not(.is-int){transform:translateY(100%);}}.x-bar{position:relative;}.x-bar,.x-bar-scroll,.x-bar-scroll-outer,.x-bar-scroll-inner,.x-bar-content{display:flex;}.x-bar,.x-bar-scroll,.x-bar-scroll-outer,.x-bar-scroll-inner{justify-content:space-between;}.x-bar-h,.x-bar-h .x-bar-scroll,.x-bar-h .x-bar-scroll-outer,.x-bar-h .x-bar-scroll-inner{flex-direction:row;}.x-bar-v,.x-bar-v .x-bar-scroll,.x-bar-v .x-bar-scroll-outer,.x-bar-v .x-bar-scroll-inner{flex-direction:column;}.x-bar-scroll,.x-bar-scroll-outer,.x-bar-scroll-inner,.x-bar-content:not(.x-container){flex-grow:1;flex-shrink:0;flex-basis:auto;}.x-bar-content{z-index:5;}.x-bar-content.x-container{flex-grow:0;flex-shrink:1;}.x-bar,.x-bar-scroll,.x-bar-scroll-outer,.x-bar-scroll-inner,.x-bar-content,.x-bar-container{min-width:1px;}.x-bar-space{flex-shrink:0;}.x-bar-space-right{-webkit-order:9999;order:9999;}.x-bar-outer-spacers:before,.x-bar-outer-spacers:after{content:"";flex-grow:0;flex-shrink:0;display:block;pointer-events:none;visibility:hidden;}.x-bar-scroll{position:relative;width:100% !important;height:100% !important;}.x-bar-scroll .ps__rail-x,.x-bar-scroll .ps__rail-y{z-index:10;}.x-bar-scroll-outer,.x-bar-scroll-inner{width:100% !important;height:100% !important;}.x-bar-scroll-outer{overflow:hidden !important;}.x-bar-scroll-inner{box-sizing:content-box !important;-webkit-overflow-scrolling:touch !important;-ms-overflow-style:-ms-autohiding-scrollbar !important;}.x-bar-h .x-bar-scroll-inner{overflow-x:scroll !important;overflow-y:hidden !important;padding:0 0 50px !important;}.x-bar-v .x-bar-scroll-inner{overflow-x:hidden !important;overflow-y:scroll !important;padding:0 50px 0 0 !important;}.x-bar-scroll-button{display:block;position:absolute;z-index:9999;top:50%;margin:0;border:0;border-radius:0;padding:0;line-height:1;text-align:center;opacity:1;box-shadow:none;transform:translateY(-50%);outline:0;pointer-events:auto;}.x-bar-scroll-button .x-icon{display:block;width:auto;height:1em;margin:auto;transform:translateZ(0);}.x-bar-scroll-button:not(.is-active){pointer-events:none;}.x-bar-scroll-button.is-bck:not(.is-active){opacity:0;transform:translate(-100%,-50%);}.x-bar-scroll-button.is-fwd:not(.is-active){opacity:0;transform:translate(100%,-50%);}.x-bar-absolute{position:absolute;}.x-bar-fixed{position:fixed;}.x-bar-bottom{bottom:0;}.x-bar-left{top:0;left:0;bottom:0;}.x-bar-right{top:0;right:0;bottom:0;}@media screen and (min-width: 783px){.admin-bar .x-bar-left,.admin-bar .x-bar-right{top:32px;}}@media screen and (min-width: 601px) and (max-width: 782px){.admin-bar .x-bar-left,.admin-bar .x-bar-right{top:46px;}}.x-bar-h .x-bar-container{height:inherit;}.x-bar-v .x-bar-container{width:inherit;}.x-bar-container{display:flex;position:relative;}.x-bar-top{width:100%;}.x-bar-is-initially-hidden{opacity:0;pointer-events:none;}.x-bar-is-initially-hidden:not(.x-bar-is-visible){visibility:hidden;}[class^=x-bg]{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;pointer-events:none;}[class^=x-bg][data-x-params*=parallax]{opacity:0;}[class^=x-bg] img{display:block;width:100%;height:100%;}[class^=x-bg] video{object-fit:cover;}.x-bg{z-index:-1;}[class*=x-bg-layer-lower]{z-index:1;}[class*=x-bg-layer-upper]{z-index:2;}.x-collapsed{display:none;}.x-collapsing{overflow:hidden !important;height:0;}.x-mini-cart ul{margin:0 !important;padding:0 !important;list-style:none !important;}.x-mini-cart li:before,.x-mini-cart li:after{content:" ";display:table;width:0px;}.x-mini-cart li:after{clear:both;}.x-mini-cart a:not(.x-anchor){display:block;}.x-mini-cart a:not(.x-anchor):focus{outline:0;}.x-mini-cart img{float:left;display:block;margin:0;}.x-mini-cart .remove{float:right;text-align:center !important;}.x-mini-cart .quantity{display:block;margin:0 !important;}.x-mini-cart .total{margin:0;}.x-mini-cart .total strong{font-weight:inherit;}.x-mini-cart .buttons{display:flex;flex-wrap:wrap;flex-direction:row;margin:0;}.x-mini-cart .widget_shopping_cart_content{display:flex;flex-direction:column;}.rtl .x-mini-cart img{float:right;}.rtl .x-mini-cart .remove{float:left;}.x-dropdown{visibility:hidden;position:absolute;margin:0;padding:0;opacity:0;transform:translateY(5%);pointer-events:none;z-index:9999;}.x-dropdown:not(.x-active){display:none;}.x-dropdown[data-x-stem*=u]{transform:translateY(-5%);}.x-dropdown.x-active{visibility:visible;pointer-events:auto;}.x-dropdown.x-active-animate{opacity:1;transform:none;}ul.x-dropdown,ol.x-dropdown{list-style:none;}.menu-item-has-children{position:relative;}.x-frame{width:100%;}.x-frame-inner{position:relative;z-index:1;padding-bottom:56.25%;height:0;overflow:hidden;}.x-frame-inner video,.x-frame-inner>div,.x-frame-inner>embed,.x-frame-inner>iframe,.x-frame-inner>img,.x-frame-inner>object,.x-frame-inner>.x-map iframe,.x-frame-inner>.x-video iframe,.x-frame-inner>.x-video .mejs-poster img{display:block !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;margin:0 !important;}.x-graphic{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;flex-shrink:0;position:relative;letter-spacing:0;line-height:1;z-index:2;}.x-graphic-child{position:relative;}.x-graphic-icon,.x-graphic-icon.x-icon{display:inline-flex;}.x-graphic-image,.x-graphic-image.x-image{display:block;}.x-graphic-icon,.x-graphic-icon.x-icon{font-size:1em;}.x-graphic-primary:not(:only-child),.x-graphic-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.x-graphic-primary:not(:only-child){opacity:1;z-index:2;}.x-graphic-secondary{position:absolute;top:0;left:0;opacity:0;z-index:1;}.x-scale-up.x-graphic-primary:not(:only-child){transform:scale(1);}.x-scale-up.x-graphic-secondary{transform:scale(.35);}.x-scale-down.x-graphic-primary:not(:only-child){transform:scale(1);}.x-scale-down.x-graphic-secondary{transform:scale(1.5);}.x-flip-x.x-graphic-primary:not(:only-child){transform:perspective(100px) rotateX(0);}.x-flip-x.x-graphic-secondary{transform:perspective(100px) rotateX(-180deg);}.x-flip-y.x-graphic-primary:not(:only-child){transform:perspective(100px) rotateY(0);}.x-flip-y.x-graphic-secondary{transform:perspective(100px) rotateY(-180deg);}.has-graphic .x-graphic-primary:not(:only-child)[class*=active],.has-graphic[class*=active] .x-graphic-primary:not(:only-child){opacity:0;}.has-graphic .x-graphic-primary:not(:only-child)[class*=active].x-scale-up,.has-graphic[class*=active] .x-graphic-primary:not(:only-child).x-scale-up{transform:scale(1.5);}.has-graphic .x-graphic-primary:not(:only-child)[class*=active].x-scale-down,.has-graphic[class*=active] .x-graphic-primary:not(:only-child).x-scale-down{transform:scale(.35);}.has-graphic .x-graphic-primary:not(:only-child)[class*=active].x-flip-x,.has-graphic[class*=active] .x-graphic-primary:not(:only-child).x-flip-x{transform:perspective(100px) rotateX(180deg);}.has-graphic .x-graphic-primary:not(:only-child)[class*=active].x-flip-y,.has-graphic[class*=active] .x-graphic-primary:not(:only-child).x-flip-y{transform:perspective(100px) rotateY(180deg);}@media (hover){.has-graphic:hover .x-graphic-primary:not(:only-child),[data-x-effect-provider*=effects]:hover .x-graphic-primary:not(:only-child){opacity:0;}.has-graphic:hover .x-graphic-primary:not(:only-child).x-scale-up,[data-x-effect-provider*=effects]:hover .x-graphic-primary:not(:only-child).x-scale-up{transform:scale(1.5);}.has-graphic:hover .x-graphic-primary:not(:only-child).x-scale-down,[data-x-effect-provider*=effects]:hover .x-graphic-primary:not(:only-child).x-scale-down{transform:scale(.35);}.has-graphic:hover .x-graphic-primary:not(:only-child).x-flip-x,[data-x-effect-provider*=effects]:hover .x-graphic-primary:not(:only-child).x-flip-x{transform:perspective(100px) rotateX(180deg);}.has-graphic:hover .x-graphic-primary:not(:only-child).x-flip-y,[data-x-effect-provider*=effects]:hover .x-graphic-primary:not(:only-child).x-flip-y{transform:perspective(100px) rotateY(180deg);}}.has-graphic .x-graphic-secondary[class*=active],.has-graphic[class*=active] .x-graphic-secondary{opacity:1;}.has-graphic .x-graphic-secondary[class*=active].x-scale-up,.has-graphic[class*=active] .x-graphic-secondary.x-scale-up,.has-graphic .x-graphic-secondary[class*=active].x-scale-down,.has-graphic[class*=active] .x-graphic-secondary.x-scale-down{transform:scale(1);}.has-graphic .x-graphic-secondary[class*=active].x-flip-x,.has-graphic[class*=active] .x-graphic-secondary.x-flip-x{transform:perspective(100px) rotateX(0);}.has-graphic .x-graphic-secondary[class*=active].x-flip-y,.has-graphic[class*=active] .x-graphic-secondary.x-flip-y{transform:perspective(100px) rotateY(0);}@media (hover){.has-graphic:hover .x-graphic-secondary,[data-x-effect-provider*=effects]:hover .x-graphic-secondary{opacity:1;}.has-graphic:hover .x-graphic-secondary.x-scale-up,[data-x-effect-provider*=effects]:hover .x-graphic-secondary.x-scale-up,.has-graphic:hover .x-graphic-secondary.x-scale-down,[data-x-effect-provider*=effects]:hover .x-graphic-secondary.x-scale-down{transform:scale(1);}.has-graphic:hover .x-graphic-secondary.x-flip-x,[data-x-effect-provider*=effects]:hover .x-graphic-secondary.x-flip-x{transform:perspective(100px) rotateX(0);}.has-graphic:hover .x-graphic-secondary.x-flip-y,[data-x-effect-provider*=effects]:hover .x-graphic-secondary.x-flip-y{transform:perspective(100px) rotateY(0);}}.x-image{display:inline-block;line-height:1;vertical-align:middle;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.x-image{min-height:0%;}}.x-image img{display:block;max-width:100%;height:auto;vertical-align:bottom;border:0;-ms-interpolation-mode:bicubic;}a.x-image{cursor:pointer;}a.x-image:focus{outline:0;}.x-image-preserve-ratio img{width:auto !important;height:auto !important;max-width:100% !important;max-height:100% !important;}.x-image-preserve-ratio img[src*=".svg"]{height:100% !important;}.x-line{display:block;width:0;height:0;margin:0;border:0;padding:0;}.x-menu,.x-menu .sub-menu{margin:0;padding:0;list-style:none;}.x-menu,.x-menu li{min-width:1px;}.x-has-sub{position:relative;}.x-menu-modal .x-anchor,.x-menu-layered .x-anchor,.x-menu-dropdown .x-anchor,.x-menu-collapsed .x-anchor,.x-menu-inline .x-dropdown .x-anchor{display:flex;}.x-menu-modal li:before,.x-menu-modal li:after,.x-menu-layered li:before,.x-menu-layered li:after,.x-menu-collapsed li:before,.x-menu-collapsed li:after{content:"";display:table;}.x-menu-modal li:after,.x-menu-layered li:after,.x-menu-collapsed li:after{clear:both;}.x-bar-v .x-menu-collapsed,.x-bar-v .x-menu-collapsed>li{width:inherit;}.x-menu-inline{display:flex;}.x-menu-inline>li{display:flex;flex-direction:inherit;justify-content:inherit;align-items:inherit;}.x-menu-layered{overflow:hidden;position:relative;}.x-menu-layered .menu-item-has-children{position:static;}.x-menu-layered ul{position:absolute;top:0;left:0;right:0;pointer-events:none;}.x-menu-layered li{pointer-events:none;}.x-menu-layered .x-anchor{opacity:0;transform:translate(25px);pointer-events:none;}.x-prev-layer>li>.x-anchor{transform:translate(-25px);}.x-current-layer>li>.x-anchor{opacity:1;transform:translate(0);pointer-events:auto;}.x-modal-content-scroll-area{width:100%;height:100%;position:fixed;overflow:hidden;top:0;left:0;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;flex-wrap:wrap;}.x-modal-content-scroll-area:before,.x-modal-content-scroll-area:after{content:"";display:block;flex-grow:0;flex-shrink:0;flex-basis:auto;}.x-modal{visibility:hidden;position:fixed;inset:0;opacity:0;pointer-events:none;z-index:99999999;}.x-modal.x-active{visibility:visible;opacity:1;pointer-events:auto;}.x-modal.x-active .x-modal-content-scroll-area{overflow:auto;}.x-modal-bg{display:block;position:fixed;inset:0;z-index:-1;}.x-modal-close{display:block;position:fixed;width:1em;height:1em;margin:0;border:0;padding:0;line-height:1em;text-align:center;background-color:transparent;opacity:0;transform:scale(0);z-index:3;}.x-modal-close span{display:block;}.x-modal-close svg{display:block;width:1em;height:1em;margin:auto;font-size:1em;fill:currentColor;}.x-modal.x-active .x-modal-close{opacity:1;transform:scale(1);}.x-modal-close-top{top:0;}.x-modal-close-left{left:0;}.x-modal-close-right{right:var(--x-body-scroll-active-bar-size);}.x-modal-close-bottom{bottom:0;}.admin-bar .x-modal-close-top{top:32px;}@media screen and (max-width: 782px){.admin-bar .x-modal-close-top{top:46px;}}@media screen and (max-width: 600px){.admin-bar .x-modal-close-top{top:0;}}.x-modal-content{position:relative;flex-grow:0;flex-shrink:0;flex-basis:auto;z-index:2;width:100%;margin:0 auto;transform:translateY(-15px);}.x-modal.x-active .x-modal-content{transform:translate(0);}.admin-bar .x-modal,.admin-bar .x-modal-bg,.admin-bar .x-modal-content-scroll-area{top:32px;}@media screen and (max-width: 782px){.admin-bar .x-modal,.admin-bar .x-modal-bg,.admin-bar .x-modal-content-scroll-area{top:46px;}}@media screen and (max-width: 600px){.admin-bar .x-modal,.admin-bar .x-modal-bg,.admin-bar .x-modal-content-scroll-area{top:0;}}.x-off-canvas{overflow-x:hidden;overflow-y:hidden;visibility:hidden;position:fixed;inset:0;pointer-events:none;z-index:99999998;}.x-off-canvas.x-active{visibility:visible;pointer-events:auto;}.x-off-canvas-bg{display:block;position:absolute;inset:0;opacity:0;z-index:1;transform:translate(0);}.x-off-canvas.x-active .x-off-canvas-bg{opacity:1;}.x-off-canvas-close{display:block;position:absolute;top:0;margin:0;border:0;padding:0;line-height:1;text-align:center;background-color:transparent;opacity:0;transform:scale(0);z-index:3;}.x-off-canvas-close span{display:block;}.x-off-canvas-close svg{display:block;width:1em;height:1em;margin:auto;font-size:1em;fill:currentColor;}.x-off-canvas.x-active .x-off-canvas-close{opacity:1;transform:scale(1);}.x-off-canvas-content{position:absolute;overflow:auto;top:0;bottom:0;width:100%;height:100%;z-index:2;}.x-off-canvas.x-active .x-off-canvas-content{transform:translate(0);}.x-off-canvas-close-left{left:0;}.x-off-canvas-close-right{right:var(--x-body-scroll-active-bar-size);}.x-off-canvas-content-left{left:0;transform:translate(-115%);}.x-off-canvas-content-right{right:0;transform:translate(115%);}.admin-bar .x-off-canvas{top:32px;}@media screen and (max-width: 782px){.admin-bar .x-off-canvas{top:46px;}}@media screen and (max-width: 600px){.admin-bar .x-off-canvas{top:0;}}[data-x-particle]{display:block;position:absolute;opacity:0;pointer-events:none;speak:never;z-index:0;}[data-x-particle] span{display:block;position:absolute;inset:0;border-radius:inherit;background-color:currentColor;}[data-x-particle*=inside][data-x-particle*=t_]{top:0;}[data-x-particle*=inside][data-x-particle*=_l]{left:0;}[data-x-particle*=inside][data-x-particle*=_r]{right:0;}[data-x-particle*=inside][data-x-particle*=b_]{bottom:0;}[data-x-particle*=inside][data-x-particle*=c_]:not([data-x-particle*=c_c]){top:0;bottom:0;margin-top:auto;margin-bottom:auto;}[data-x-particle*=inside][data-x-particle*=_c]:not([data-x-particle*=c_c]){left:0;right:0;margin-left:auto;margin-right:auto;}[data-x-particle*=inside][data-x-particle*=c_c]{top:50%;left:50%;}[data-x-particle*=overlap][data-x-particle*=t_]{top:0%;}[data-x-particle*=overlap][data-x-particle*=c_]{top:50%;}[data-x-particle*=overlap][data-x-particle*=b_]{top:100%;}[data-x-particle*=overlap][data-x-particle*=_l]{left:0%;}[data-x-particle*=overlap][data-x-particle*=_c]{left:50%;}[data-x-particle*=overlap][data-x-particle*=_r]{left:100%;}[data-x-particle~=scale-x_y]{transform:scale(0);}[data-x-particle~=scale-x]{transform:scaleX(0);}[data-x-particle~=scale-y]{transform:scaleY(0);}[data-x-particle*=overlap],[data-x-particle*=inside][data-x-particle*=c_c]{transform:translate(-50%,-50%);}[data-x-particle*=overlap][data-x-particle~=scale-x_y],[data-x-particle*=inside][data-x-particle*=c_c][data-x-particle~=scale-x_y]{transform:translate(-50%,-50%) scale(0);}[data-x-particle*=overlap][data-x-particle~=scale-x],[data-x-particle*=inside][data-x-particle*=c_c][data-x-particle~=scale-x]{transform:translate(-50%,-50%) scaleX(0);}[data-x-particle*=overlap][data-x-particle~=scale-y],[data-x-particle*=inside][data-x-particle*=c_c][data-x-particle~=scale-y]{transform:translate(-50%,-50%) scaleY(0);}.has-particle [data-x-particle][class*=active],.has-particle:hover [data-x-particle],.has-particle.x-active [data-x-particle],[data-x-effect-provider*=particles]:hover [data-x-particle]{opacity:1;}.has-particle [data-x-particle][class*=active][data-x-particle*=scale],.has-particle:hover [data-x-particle][data-x-particle*=scale],.has-particle.x-active [data-x-particle][data-x-particle*=scale],[data-x-effect-provider*=particles]:hover [data-x-particle][data-x-particle*=scale]{transform:scale(1);}.has-particle [data-x-particle][class*=active][data-x-particle*=scale][data-x-particle*=overlap],.has-particle [data-x-particle][class*=active][data-x-particle*=scale][data-x-particle*=inside][data-x-particle*=c_c],.has-particle:hover [data-x-particle][data-x-particle*=scale][data-x-particle*=overlap],.has-particle:hover [data-x-particle][data-x-particle*=scale][data-x-particle*=inside][data-x-particle*=c_c],.has-particle.x-active [data-x-particle][data-x-particle*=scale][data-x-particle*=overlap],.has-particle.x-active [data-x-particle][data-x-particle*=scale][data-x-particle*=inside][data-x-particle*=c_c],[data-x-effect-provider*=particles]:hover [data-x-particle][data-x-particle*=scale][data-x-particle*=overlap],[data-x-effect-provider*=particles]:hover [data-x-particle][data-x-particle*=scale][data-x-particle*=inside][data-x-particle*=c_c]{transform:translate(-50%,-50%) scale(1);}.x-rating{display:inline-flex;min-width:1px;}.x-rating-graphic{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;min-width:1px;letter-spacing:0 !important;line-height:1 !important;}.x-rating-text{min-width:1px;}.x-search{display:flex;align-items:center;margin:0;border:0;padding:0;cursor:text;}.x-search:focus{outline:0;}.x-search-btn{display:block;flex-shrink:0;margin:0;border:0;padding:0;line-height:1;background-color:transparent;cursor:pointer;}.x-search-btn:focus{outline:0;}.x-search-btn svg{display:block;width:1em;height:1em;margin:0 auto;line-height:inherit;stroke:currentColor;}.x-search-btn-submit{order:1;}.x-search-btn-clear{order:3;visibility:hidden;pointer-events:none;}.x-search-has-content .x-search-btn-clear{visibility:visible;pointer-events:auto;}.x-search-input{flex-grow:1;order:2;width:100%;min-width:1px;height:auto !important;border:0 !important;padding:0 !important;background-color:transparent !important;box-shadow:none !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.x-search-input::-ms-clear{display:none;}.x-search-input::-webkit-input-placeholder{color:currentColor;opacity:1;}.x-search-input::-moz-placeholder{color:currentColor;opacity:1;}.x-search-input:-ms-input-placeholder{color:currentColor;opacity:1;}[class*=x-separator]{display:block;position:absolute;z-index:-1;left:0;right:0;margin:0 auto;}[class*=x-separator][class*=top]{top:0;transform:translateY(-100%);}[class*=x-separator][class*=bottom]{bottom:0;transform:translateY(100%);}[class*=x-separator] svg{display:block;width:100%;height:100%;margin:0;}[data-x-stem]{inset:auto;}[data-x-stem*=d]{top:100%;}[data-x-stem*=l]{right:0;}[data-x-stem*=r]{left:0;}[data-x-stem*=u]{bottom:100%;}[data-x-stem*=d][data-x-stem-menu-top*=h]{top:0;}[data-x-stem*=l][data-x-stem-menu-top*=h]{right:100%;}[data-x-stem*=r][data-x-stem-menu-top*=h]{left:100%;}[data-x-stem*=u][data-x-stem-menu-top*=h]{bottom:0;}[data-x-stem*=d][data-x-stem-root*=h]{top:0;}[data-x-stem*=l][data-x-stem-root*=h]{right:100%;}[data-x-stem*=r][data-x-stem-root*=h]{left:100%;}[data-x-stem*=u][data-x-stem-root*=h]{bottom:0;}[data-x-stem] [data-x-stem*=d]{top:0;}[data-x-stem] [data-x-stem*=l]{right:100%;}[data-x-stem] [data-x-stem*=r]{left:100%;}[data-x-stem] [data-x-stem*=u]{bottom:0;}.x-text{min-width:1px;}a.x-text{display:block;}.x-text-headline{position:relative;}.x-text-content{display:-webkit-flex;display:flex;}.x-text-content-text{-webkit-flex-grow:1;flex-grow:1;min-width:1px;max-width:100%;}.x-text-content-text,.x-text-content-text-primary,.x-text-content-text-subheadline{display:block;}.x-text-content-text>p:last-child,.x-text-content-text>ul:last-child,.x-text-content-text>ol:last-child,.x-text-content-text-primary>p:last-child,.x-text-content-text-primary>ul:last-child,.x-text-content-text-primary>ol:last-child,.x-text-content-text-subheadline>p:last-child,.x-text-content-text-subheadline>ul:last-child,.x-text-content-text-subheadline>ol:last-child{margin-bottom:0;}.x-text-content-text-primary,.x-text-content-text-subheadline{margin-top:0;margin-bottom:0;}.x-toggle{display:block;position:relative;transform:translate(0);pointer-events:none;speak:never;}.x-toggle>span{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0 auto;border-radius:inherit;background-color:currentColor;}.x-toggle-burger,.x-toggle-grid,.x-toggle-more-h,.x-toggle-more-v{height:1em;}.x-toggle-grid,.x-toggle-more-h,.x-toggle-more-v{width:1em;}.x-toggle-more-h,.x-toggle-more-v{border-radius:100em;}.x-toggle-more-v{transform:translate(0) rotate(90deg);}[data-x-toggle-anim]{animation-name:none;animation-duration:.5s;animation-timing-function:cubic-bezier(.86,0,.07,1);animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:forwards;animation-play-state:paused;}[data-x-toggle-anim].x-paused{animation-play-state:paused;}[data-x-toggle-anim].x-running{animation-play-state:running;}@keyframes x-bun-t-1{50%{transform:translate(0);}to{transform:translate(0) rotate(45deg);}}@keyframes x-patty-1{49%{opacity:1;}50%{opacity:0;}to{opacity:0;}}@keyframes x-bun-b-1{50%{transform:translate(0);}to{transform:translate(0) rotate(-45deg);}}@keyframes x-grid-1{50%{box-shadow:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;transform:rotate(0);}to{box-shadow:-1em 0,-2em 0,0 -1em,0 2em,0 -2em,0 1em,2em 0,1em 0;transform:rotate(-45deg);}}@keyframes x-more-1-1{50%{transform:translate(0);}75%{border-radius:0;}to{border-radius:0;transform:translate(0) rotate(45deg) scale(4,.5);}}@keyframes x-more-2-1{49%{opacity:1;}50%{opacity:0;}to{opacity:0;}}@keyframes x-more-3-1{50%{transform:translate(0) rotate(-45deg);}75%{border-radius:0;}to{border-radius:0;transform:translate(0) rotate(-45deg) scale(4,.5);}}[data-x-particle]{transition-delay:0ms;}.x-modal.x-active{transition-delay:0ms,0ms;}.x-td,.x-div,.x-row,.x-col,.x-grid,.x-cell,.x-section,.x-acc-header,.x-acc-header-indicator,.x-crumbs-link,.x-paginate-inner>*,.x-anchor,.x-anchor-text-primary,.x-anchor-text-secondary,.x-anchor-sub-indicator,.x-anchor.has-int-content .x-anchor-content,.x-bar-is-sticky,.x-bar-is-sticky .x-bar-content,[data-x-toggle-collapse],.x-graphic-child,.x-image,.x-line,.x-mini-cart li,.x-mini-cart a:not(.x-anchor),.x-modal-close,.x-search,.x-search-btn,.x-search-input,.x-icon,.x-text,.x-text-content-text-primary,.x-text-content-text-subheadline,.x-text-typing,.x-typed-cursor,.x-menu-first-level,.x-menu-layered:not(.x-menu-first-level),.x-wc-add-to-cart-form,.x-wc-shop-sort,[data-x-particle],.x-bar,.x-bar-scroll-button,.x-bar-container,.x-slide,.x-slide-pagination,.x-slide-pagination li{transition-duration:.3s;}.x-framework-icon>svg,.x-icon>svg{transition-duration:inherit;transition-timing-function:inherit;filter:drop-shadow(0px 0px 0px transparent);}.x-card,.x-card-faces,.x-card-face,.x-statbar,.x-statbar-bar,.x-statbar-label{transition-duration:.75s;}[class^=x-bg][data-x-params*=parallax]{transition-duration:.3s,0ms;}.has-particle:hover [data-x-particle][data-x-particle*=scale],.has-particle.x-active [data-x-particle][data-x-particle*=scale],[data-x-effect-provider*=particles]:hover [data-x-particle][data-x-particle*=scale]{transition-duration:0ms,.3s;}[data-x-effect]{animation-duration:1s;}.x-dropdown{transition-property:opacity,transform,visibility;}.x-modal{transition-property:opacity,visibility;}.x-modal-close,.x-off-canvas-close{transition-property:color,opacity,transform;}.x-modal-content,.x-off-canvas-content{transition-property:transform;}.x-off-canvas{transition-property:visibility;}.x-off-canvas-bg{transition-property:opacity;}[data-x-particle]{transition-property:opacity,transform;}.x-bar,.x-bar-container{transition-property:opacity,filter,transform;}.x-bar-is-sticky,.x-bar-is-sticky .x-bar-content{transition-property:height,opacity;}.x-bar-is-visible{transition-property:height,opacity,transform;}[data-x-effect],.x-line,.x-card,.x-statbar,.x-menu-first-level,.x-wc-add-to-cart-form,.x-wc-shop-sort,.x-slide-pagination{transition-property:opacity,filter,transform;}.x-menu-layered:not(.x-menu-first-level){transition-property:height;}.x-menu-layered.x-menu-first-level{transition-property:height,opacity,filter,transform;}.x-div,.x-row,.x-col,.x-grid,.x-cell,.x-section,.x-image,.x-anchor,.x-text-headline,.x-slide{transition-property:border-color,background-color,box-shadow,opacity,filter,transform;}.x-slide-pagination li{transition-property:width,height,background-color,opacity,filter,transform;}.x-icon,.x-icon>svg,.x-search{transition-property:color,border-color,background-color,box-shadow,text-shadow,opacity,filter,transform,fill;}.x-text:not(.x-text-headline){transition-property:color,border-color,background-color,box-shadow,text-shadow,column-rule,opacity,filter,transform;}[data-x-toggle-collapse]{transition-property:height;}.x-card-faces,.x-card-face,.x-acc-header-indicator{transition-property:transform;}.x-anchor-text-primary,.x-anchor-text-secondary,.x-anchor-sub-indicator,.x-text-content-text-primary,.x-text-content-text-subheadline,.x-text-typing,.x-typed-cursor{transition-property:color,text-shadow;}.x-anchor.has-int-content .x-anchor-content,[class^=x-bg][data-x-params*=parallax]{transition-property:opacity,transform;}.x-statbar-bar,.x-statbar-label{transition-property:width,height,transform,opacity;}.x-acc-header,.x-crumbs-link,.x-paginate-inner>*,.x-mini-cart li,.x-mini-cart a:not(.x-anchor),.x-search-btn,.x-search-input{transition-property:color,border-color,background-color,text-shadow,box-shadow;}.x-menu-layered .x-anchor{transition-property:border-color,background-color,box-shadow,opacity,transform;}.x-graphic-child{transition-property:color,background-color,text-shadow,box-shadow,opacity,transform;}.x-bar-scroll-button{transition-property:color,border-color,background-color,box-shadow,text-shadow,opacity,transform;}.x-ttf,.x-div,.x-row,.x-col,.x-grid,.x-cell,.x-section,.x-acc-header,.x-acc-header-indicator,.x-crumbs-link,.x-paginate-inner>*,.x-anchor,.x-anchor-text-primary,.x-anchor-text-secondary,.x-anchor-sub-indicator,.x-anchor.has-int-content .x-anchor-content,.x-bar-is-sticky,.x-bar-is-sticky .x-bar-content,[data-x-toggle-collapse],.x-graphic-child,.x-image,.x-line,.x-mini-cart li,.x-mini-cart a:not(.x-anchor),.x-modal-close,.x-search,.x-search-btn,.x-search-input,.x-icon,.x-text,.x-text-content-text-primary,.x-text-content-text-subheadline,.x-text-typing,.x-typed-cursor,.x-menu-first-level,.x-menu-layered:not(.x-menu-first-level),.x-card,.x-card-faces,.x-statbar,.x-statbar-bar,.x-statbar-label,.x-wc-add-to-cart-form,.x-wc-shop-sort,[data-x-particle],.x-bar,.x-bar-scroll-button,.x-bar-container,.x-slide,.x-slide-pagination,.x-slide-pagination li{transition-timing-function:cubic-bezier(.4,0,.2,1);}[class^=x-bg][data-x-params*=parallax]{transition-timing-function:cubic-bezier(.4,0,.2,1),linear;}.x-off-canvas{transition-timing-function:linear;}[data-x-effect]{animation-timing-function:cubic-bezier(.4,0,.2,1);}.x-crumbs-link .x-icon,.x-paginate-inner>* .x-icon,.x-bar-scroll-button .x-icon{transition:initial;}[data-x-disable-animation],[data-x-disable-animation] *{transition:none !important;}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;}.x-anim-hide,.animated-hide{opacity:0;}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0);}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px) scaleY(1.1);}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px) scaleY(1.05);}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0) scaleY(.95);}90%{transform:translateY(-4px) scaleY(1.02);}}.bounce{animation-name:bounce;transform-origin:center bottom;}@keyframes flash{0%,50%,to{opacity:1;}25%,75%{opacity:0;}}.flash{animation-name:flash;}@keyframes headShake{0%{transform:translate(0);}6.5%{transform:translate(-6px) rotateY(-9deg);}18.5%{transform:translate(5px) rotateY(7deg);}31.5%{transform:translate(-3px) rotateY(-5deg);}43.5%{transform:translate(2px) rotateY(3deg);}50%{transform:translate(0);}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake;}@keyframes heartBeat{0%{transform:scale(1);}14%{transform:scale(1.3);}28%{transform:scale(1);}42%{transform:scale(1.3);}70%{transform:scale(1);}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out;}@keyframes jello{0%,11.1%,to{transform:translate(0);}22.2%{transform:skew(-12.5deg) skewY(-12.5deg);}33.3%{transform:skew(6.25deg) skewY(6.25deg);}44.4%{transform:skew(-3.125deg) skewY(-3.125deg);}55.5%{transform:skew(1.5625deg) skewY(1.5625deg);}66.6%{transform:skew(-.78125deg) skewY(-.78125deg);}77.7%{transform:skew(.390625deg) skewY(.390625deg);}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg);}}.jello{animation-name:jello;transform-origin:center;}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale(1);}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out;}@keyframes rubberBand{0%{transform:scale(1);}30%{transform:scale(1.25,.75);}40%{transform:scale(.75,1.25);}50%{transform:scale(1.15,.85);}65%{transform:scale(.95,1.05);}75%{transform:scale(1.05,.95);}to{transform:scale(1);}}.rubberBand{animation-name:rubberBand;}@keyframes shake{0%,to{transform:translate(0);}10%,30%,50%,70%,90%{transform:translate(-10px);}20%,40%,60%,80%{transform:translate(10px);}}.shake{animation-name:shake;}@keyframes shakeX{0%,to{transform:translate(0);}10%,30%,50%,70%,90%{transform:translate(-10px);}20%,40%,60%,80%{transform:translate(10px);}}.shakeX{animation-name:shakeX;}@keyframes shakeY{0%,to{transform:translate(0);}10%,30%,50%,70%,90%{transform:translateY(-10px);}20%,40%,60%,80%{transform:translateY(10px);}}.shakeY{animation-name:shakeY;}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}to{transform:rotate(0);}}.swing{transform-origin:top center;animation-name:swing;}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg);}to{transform:scale(1);}}.tada{animation-name:tada;}@keyframes wobble{0%{transform:translate(0);}15%{transform:translate(-25%) rotate(-5deg);}30%{transform:translate(20%) rotate(3deg);}45%{transform:translate(-15%) rotate(-3deg);}60%{transform:translate(10%) rotate(2deg);}75%{transform:translate(-5%) rotate(-1deg);}to{transform:translate(0);}}.wobble{animation-name:wobble;}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7;}80%{transform:translateY(0) scale(.7);opacity:.7;}to{transform:scale(1);opacity:1;}}.backInDown{animation-name:backInDown;}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7;}80%{transform:translate(0) scale(.7);opacity:.7;}to{transform:scale(1);opacity:1;}}.backInLeft{animation-name:backInLeft;}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7;}80%{transform:translate(0) scale(.7);opacity:.7;}to{transform:scale(1);opacity:1;}}.backInRight{animation-name:backInRight;}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7;}80%{transform:translateY(0) scale(.7);opacity:.7;}to{transform:scale(1);opacity:1;}}.backInUp{animation-name:backInUp;}@keyframes backOutDown{0%{transform:scale(1);opacity:1;}20%{transform:translateY(0) scale(.7);opacity:.7;}to{transform:translateY(700px) scale(.7);opacity:.7;}}.backOutDown{animation-name:backOutDown;}@keyframes backOutLeft{0%{transform:scale(1);opacity:1;}20%{transform:translate(0) scale(.7);opacity:.7;}to{transform:translate(-2000px) scale(.7);opacity:.7;}}.backOutLeft{animation-name:backOutLeft;}@keyframes backOutRight{0%{transform:scale(1);opacity:1;}20%{transform:translate(0) scale(.7);opacity:.7;}to{transform:translate(2000px) scale(.7);opacity:.7;}}.backOutRight{animation-name:backOutRight;}@keyframes backOutUp{0%{transform:scale(1);opacity:1;}20%{transform:translateY(0) scale(.7);opacity:.7;}to{transform:translateY(-700px) scale(.7);opacity:.7;}}.backOutUp{animation-name:backOutUp;}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scale(1);}}.bounceIn{animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn;}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translateY(-3000px) scaleY(3);}60%{opacity:1;transform:translateY(25px) scaleY(.9);}75%{transform:translateY(-10px) scaleY(.95);}90%{transform:translateY(5px) scaleY(.985);}to{transform:translate(0);}}.bounceInDown{animation-name:bounceInDown;}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translate(-3000px) scaleX(3);}60%{opacity:1;transform:translate(25px) scaleX(1);}75%{transform:translate(-10px) scaleX(.98);}90%{transform:translate(5px) scaleX(.995);}to{transform:translate(0);}}.bounceInLeft{animation-name:bounceInLeft;}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translate(3000px) scaleX(3);}60%{opacity:1;transform:translate(-25px) scaleX(1);}75%{transform:translate(10px) scaleX(.98);}90%{transform:translate(-5px) scaleX(.995);}to{transform:translate(0);}}.bounceInRight{animation-name:bounceInRight;}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translateY(3000px) scaleY(5);}60%{opacity:1;transform:translateY(-20px) scaleY(.9);}75%{transform:translateY(10px) scaleY(.95);}90%{transform:translateY(-5px) scaleY(.985);}to{transform:translate(0);}}.bounceInUp{animation-name:bounceInUp;}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(.3,.3,.3);}}.bounceOut{animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut;}@keyframes bounceOutDown{20%{transform:translateY(10px) scaleY(.985);}40%,45%{opacity:1;transform:translateY(-20px) scaleY(.9);}to{opacity:0;transform:translateY(2000px) scaleY(3);}}.bounceOutDown{animation-name:bounceOutDown;}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px) scaleX(.9);}to{opacity:0;transform:translate(-2000px) scaleX(2);}}.bounceOutLeft{animation-name:bounceOutLeft;}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px) scaleX(.9);}to{opacity:0;transform:translate(2000px) scaleX(2);}}.bounceOutRight{animation-name:bounceOutRight;}@keyframes bounceOutUp{20%{transform:translateY(-10px) scaleY(.985);}40%,45%{opacity:1;transform:translateY(20px) scaleY(.9);}to{opacity:0;transform:translateY(-2000px) scaleY(3);}}.bounceOutUp{animation-name:bounceOutUp;}@keyframes fadeIn{0%{opacity:0;}to{opacity:1;}}.fadeIn{animation-name:fadeIn;}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%);}to{opacity:1;transform:translate(0);}}.fadeInBottomLeft{animation-name:fadeInBottomLeft;}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%);}to{opacity:1;transform:translate(0);}}.fadeInBottomRight{animation-name:fadeInBottomRight;}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%);}to{opacity:1;transform:translate(0);}}.fadeInDown{animation-name:fadeInDown;}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}to{opacity:1;transform:translate(0);}}.fadeInDownBig{animation-name:fadeInDownBig;}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%);}to{opacity:1;transform:translate(0);}}.fadeInLeft{animation-name:fadeInLeft;}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px);}to{opacity:1;transform:translate(0);}}.fadeInLeftBig{animation-name:fadeInLeftBig;}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%);}to{opacity:1;transform:translate(0);}}.fadeInRight{animation-name:fadeInRight;}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px);}to{opacity:1;transform:translate(0);}}.fadeInRightBig{animation-name:fadeInRightBig;}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%);}to{opacity:1;transform:translate(0);}}.fadeInTopLeft{animation-name:fadeInTopLeft;}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%);}to{opacity:1;transform:translate(0);}}.fadeInTopRight{animation-name:fadeInTopRight;}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%);}to{opacity:1;transform:translate(0);}}.fadeInUp{animation-name:fadeInUp;}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}to{opacity:1;transform:translate(0);}}.fadeInUpBig{animation-name:fadeInUpBig;}@keyframes fadeOut{0%{opacity:1;}to{opacity:0;}}.fadeOut{animation-name:fadeOut;}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0);}to{opacity:0;transform:translate(-100%,100%);}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft;}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0);}to{opacity:0;transform:translate(100%,100%);}}.fadeOutBottomRight{animation-name:fadeOutBottomRight;}@keyframes fadeOutDown{0%{opacity:1;}to{opacity:0;transform:translateY(100%);}}.fadeOutDown{animation-name:fadeOutDown;}@keyframes fadeOutDownBig{0%{opacity:1;}to{opacity:0;transform:translateY(2000px);}}.fadeOutDownBig{animation-name:fadeOutDownBig;}@keyframes fadeOutLeft{0%{opacity:1;}to{opacity:0;transform:translate(-100%);}}.fadeOutLeft{animation-name:fadeOutLeft;}@keyframes fadeOutLeftBig{0%{opacity:1;}to{opacity:0;transform:translate(-2000px);}}.fadeOutLeftBig{animation-name:fadeOutLeftBig;}@keyframes fadeOutRight{0%{opacity:1;}to{opacity:0;transform:translate(100%);}}.fadeOutRight{animation-name:fadeOutRight;}@keyframes fadeOutRightBig{0%{opacity:1;}to{opacity:0;transform:translate(2000px);}}.fadeOutRightBig{animation-name:fadeOutRightBig;}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0);}to{opacity:0;transform:translate(-100%,-100%);}}.fadeOutTopLeft{animation-name:fadeOutTopLeft;}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0);}to{opacity:0;transform:translate(100%,-100%);}}.fadeOutTopRight{animation-name:fadeOutTopRight;}@keyframes fadeOutUp{0%{opacity:1;}to{opacity:0;transform:translateY(-100%);}}.fadeOutUp{animation-name:fadeOutUp;}@keyframes fadeOutUpBig{0%{opacity:1;}to{opacity:0;transform:translateY(-2000px);}}.fadeOutUpBig{animation-name:fadeOutUpBig;}@keyframes flip{0%{transform:perspective(400px) scale(1) translate(0) rotateY(-360deg);animation-timing-function:ease-out;}40%{transform:perspective(400px) scale(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;}50%{transform:perspective(400px) scale(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate(0) rotateY(0);animation-timing-function:ease-in;}to{transform:perspective(400px) scale(1) translate(0) rotateY(0);animation-timing-function:ease-in;}}.animated.flip{backface-visibility:visible;animation-name:flip;}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotateX(10deg);opacity:1;}80%{transform:perspective(400px) rotateX(-5deg);}to{transform:perspective(400px);}}.flipInX{backface-visibility:visible !important;animation-name:flipInX;}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotateY(10deg);opacity:1;}80%{transform:perspective(400px) rotateY(-5deg);}to{transform:perspective(400px);}}.flipInY{backface-visibility:visible !important;animation-name:flipInY;}@keyframes flipOutX{0%{transform:perspective(400px);}30%{transform:perspective(400px) rotateX(-20deg);opacity:1;}to{transform:perspective(400px) rotateX(90deg);opacity:0;}}.flipOutX{animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible !important;}@keyframes flipOutY{0%{transform:perspective(400px);}30%{transform:perspective(400px) rotateY(-15deg);opacity:1;}to{transform:perspective(400px) rotateY(90deg);opacity:0;}}.flipOutY{animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible !important;animation-name:flipOutY;}@keyframes lightSpeedInLeft{0%{transform:translate(-100%) skew(30deg);opacity:0;}60%{transform:skew(-20deg);opacity:1;}80%{transform:skew(5deg);}to{transform:translate(0);}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out;}@keyframes lightSpeedInRight{0%{transform:translate(100%) skew(-30deg);opacity:0;}60%{transform:skew(20deg);opacity:1;}80%{transform:skew(-5deg);}to{transform:translate(0);}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out;}@keyframes lightSpeedOutLeft{0%{opacity:1;}to{transform:translate(-100%) skew(-30deg);opacity:0;}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in;}@keyframes lightSpeedOutRight{0%{opacity:1;}to{transform:translate(100%) skew(30deg);opacity:0;}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in;}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0;}to{transform:translate(0);opacity:1;}}.rotateIn{animation-name:rotateIn;transform-origin:center;}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0;}to{transform:translate(0);opacity:1;}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom;}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0;}to{transform:translate(0);opacity:1;}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom;}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0;}to{transform:translate(0);opacity:1;}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom;}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0;}to{transform:translate(0);opacity:1;}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom;}@keyframes rotateOut{0%{opacity:1;}to{transform:rotate(200deg);opacity:0;}}.rotateOut{animation-name:rotateOut;transform-origin:center;}@keyframes rotateOutDownLeft{0%{opacity:1;}to{transform:rotate(45deg);opacity:0;}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom;}@keyframes rotateOutDownRight{0%{opacity:1;}to{transform:rotate(-45deg);opacity:0;}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom;}@keyframes rotateOutUpLeft{0%{opacity:1;}to{transform:rotate(-45deg);opacity:0;}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom;}@keyframes rotateOutUpRight{0%{opacity:1;}to{transform:rotate(90deg);opacity:0;}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom;}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible;}to{transform:translate(0);}}.slideInDown{animation-name:slideInDown;}@keyframes slideInLeft{0%{transform:translate(-100%);visibility:visible;}to{transform:translate(0);}}.slideInLeft{animation-name:slideInLeft;}@keyframes slideInRight{0%{transform:translate(100%);visibility:visible;}to{transform:translate(0);}}.slideInRight{animation-name:slideInRight;}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible;}to{transform:translate(0);}}.slideInUp{animation-name:slideInUp;}@keyframes slideOutDown{0%{transform:translate(0);}to{visibility:hidden;transform:translateY(100%);}}.slideOutDown{animation-name:slideOutDown;}@keyframes slideOutLeft{0%{transform:translate(0);}to{visibility:hidden;transform:translate(-100%);}}.slideOutLeft{animation-name:slideOutLeft;}@keyframes slideOutRight{0%{transform:translate(0);}to{visibility:hidden;transform:translate(100%);}}.slideOutRight{animation-name:slideOutRight;}@keyframes slideOutUp{0%{transform:translate(0);}to{visibility:hidden;transform:translateY(-100%);}}.slideOutUp{animation-name:slideOutUp;}@keyframes hinge{0%{animation-timing-function:ease-in-out;}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out;}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1;}to{transform:translateY(700px);opacity:0;}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left;}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom;}50%{transform:rotate(-10deg);}70%{transform:rotate(3deg);}to{opacity:1;transform:scale(1);}}.jackInTheBox{animation-name:jackInTheBox;}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg);}to{opacity:1;transform:translate(0);}}.rollIn{animation-name:rollIn;}@keyframes rollOut{0%{opacity:1;}to{opacity:0;transform:translate(100%) rotate(120deg);}}.rollOut{animation-name:rollOut;}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3);}50%{opacity:1;}}.zoomIn{animation-name:zoomIn;}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomInDown{animation-name:zoomInDown;}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(10px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomInLeft{animation-name:zoomInLeft;}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(-10px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomInRight{animation-name:zoomInRight;}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomInUp{animation-name:zoomInUp;}@keyframes zoomOut{0%{opacity:1;}50%{opacity:0;transform:scale3d(.3,.3,.3);}to{opacity:0;}}.zoomOut{animation-name:zoomOut;}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(2000px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom;}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(42px);}to{opacity:0;transform:scale(.1) translate(-2000px);}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center;}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(-42px);}to{opacity:0;transform:scale(.1) translate(2000px);}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center;}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(-2000px);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom;}.x-effect-exit,.x-effect-entering,.x-effect-exiting{pointer-events:none !important;}.x-effect-animated{animation-fill-mode:both !important;}@media print,(prefers-reduced-motion: reduce){.x-effect-animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important;}}.x-no-at,.x-no-at a,.x-no-at i,.x-no-at ul,.x-no-at ol,.x-no-at img,.x-no-at div,.x-no-at span,.x-no-at button{animation-delay:1ms !important;animation-duration:1ms !important;transition-delay:1ms !important;transition-duration:1ms !important;}p{margin:0 0 2.15em;}small{font-size:smaller;}b,strong{font-weight:700;}em{font-style:italic;}cite{font-style:normal;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:1.25em 0 .2em;text-rendering:optimizelegibility;}h1,.h1{margin-top:1em;font-size:400%;line-height:1.1;}h2,.h2{font-size:285.7%;line-height:1.2;}h3,.h3{font-size:228.5%;line-height:1.3;}h4,h5,h6,.h4,.h5,.h6{margin-top:1.75em;margin-bottom:.5em;line-height:1.4;}h4,.h4{font-size:171.4%;}h5,.h5{font-size:150%;}h6,.h6{font-size:100%;text-transform:uppercase;}ul,ol{padding:0;margin:0 0 2.15em 1.655em;}ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}ul.unstyled,ol.unstyled,ul.inline,ol.inline{margin-left:0;list-style:none;}ul.inline>li,ol.inline>li{display:inline-block;padding-left:1em;padding-right:1em;}dl{margin-bottom:2.15em;}dt{font-weight:bolder;}dd{margin-left:2.15em;}q:before,q:after,blockquote:before,blockquote:after{content:"";}address{margin-bottom:2.15em;font-style:normal;}hr{height:0;margin:2.15em 0;border:0;border-top:1px solid rgba(0,0,0,.1);}blockquote{margin:2.15em 0;border:1px solid rgba(0,0,0,.1);border-left:0;border-right:0;padding:1em 0;font-size:128.6%;font-weight:400;line-height:1.6;color:#333;}code,pre{font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;color:#333;background-color:#e4e4e4;}code{padding:.243em .386em;font-size:.875em;}pre{display:block;padding:1.45em 1.65em;margin:0 0 2.15em;font-size:1.15em;line-height:1.8;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;}pre code{padding:0;background-color:transparent;border:0;}.pre-scrollable{max-height:360px;overflow-y:scroll;}form{margin:0 0 2.15em;}fieldset{padding:0;margin:0;border:0;}legend{display:block;width:100%;padding:0;margin:0;line-height:1.4;border:0;border-bottom:1px solid #ddd;}label,input,button,select,textarea{font-size:100%;line-height:1.8;}input,button,select,textarea{font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;}label{display:block;margin-bottom:2px;}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;}input::-moz-placeholder,textarea::-moz-placeholder{color:#999;}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;}.radio,.checkbox{min-height:18px;padding-left:18px;}.radio input[type=radio],.checkbox input[type=checkbox]{position:relative;float:left;margin-left:-18px;}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;}input[disabled]:not(input[type=submit]),select[disabled],textarea[disabled],input[readonly]:not(input[type=submit]),select[readonly],textarea[readonly]{background-color:#eee;}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio][readonly],input[type=checkbox][readonly]{background-color:transparent;}.wpcf7 p{margin-bottom:.5375em;}.wpcf7 select,.wpcf7 textarea,.wpcf7 input[type=text],.wpcf7 input[type=password],.wpcf7 input[type=datetime],.wpcf7 input[type=datetime-local],.wpcf7 input[type=date],.wpcf7 input[type=month],.wpcf7 input[type=time],.wpcf7 input[type=week],.wpcf7 input[type=number],.wpcf7 input[type=email],.wpcf7 input[type=url],.wpcf7 input[type=search],.wpcf7 input[type=tel],.wpcf7 input[type=color]{width:100%;}.wpcf7 select:not(:last-child),.wpcf7 textarea:not(:last-child),.wpcf7 input[type=text]:not(:last-child),.wpcf7 input[type=password]:not(:last-child),.wpcf7 input[type=datetime]:not(:last-child),.wpcf7 input[type=datetime-local]:not(:last-child),.wpcf7 input[type=date]:not(:last-child),.wpcf7 input[type=month]:not(:last-child),.wpcf7 input[type=time]:not(:last-child),.wpcf7 input[type=week]:not(:last-child),.wpcf7 input[type=number]:not(:last-child),.wpcf7 input[type=email]:not(:last-child),.wpcf7 input[type=url]:not(:last-child),.wpcf7 input[type=search]:not(:last-child),.wpcf7 input[type=tel]:not(:last-child),.wpcf7 input[type=color]:not(:last-child){margin-bottom:0;}.wpcf7 form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-response-output:empty{display:none;}.wpcf7-display-none{display:none;}.wpcf7-not-valid-tip{display:block;margin:1px 0 0;font-size:.75em;}.wpcf7 .wpcf7-spinner{visibility:hidden;display:inline-block;position:relative;width:1em;height:1em;padding:0;border:0;margin:0 0 0 1em;font-size:16px;vertical-align:middle;}.wpcf7 .wpcf7-spinner:before{content:"";display:block;position:absolute;top:0;left:0;width:1em;height:1em;border-width:2px;border-style:solid;border-color:transparent currentColor currentColor currentColor;border-radius:1em;animation:xCF7Spin 1.25s infinite linear;}.wpcf7 .wpcf7-spinner.is-active{visibility:visible;}.wpcf7-list-item{margin:0 0 0 1em;}.wpcf7-list-item-label{margin:0 .5em 0 0;}@keyframes xCF7Spin{0%{transform:rotate(0);}to{transform:rotate(360deg);}}select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{display:inline-block;height:3.45em;margin-bottom:9px;border:1px solid rgba(0,0,0,.1);padding:0 1.45em;font-size:1rem;line-height:normal;color:#555;background-color:#fff;}input,textarea{width:auto;}textarea{height:auto;line-height:1.3;}textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{-webkit-transition:border .2s linear;transition:border .2s linear;}textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus{border-color:rgba(0,0,0,.25);outline:0;}input[type=radio],input[type=checkbox]{margin:.425em 0;line-height:normal;cursor:pointer;}@media (max-width: 479.98px){input[type=radio],input[type=checkbox]{border:1px solid #ccc;}}input[type=file],input[type=image],input[type=submit],input[type=reset],input[type=button],input[type=radio],input[type=checkbox]{width:auto;}select,input[type=file]{height:2.65em;padding-top:.5em;padding-bottom:.5em;}select{width:auto;}select[multiple],select[size]{height:auto;border:1px solid rgba(0,0,0,.1);}.form-search,.widget_product_search form{position:relative;margin-bottom:0;line-height:1;}.form-search .x-form-search-icon,.widget_product_search form .x-form-search-icon{color:#7a7a7a;}.form-search .search-query,.form-search input[type=search],.widget_product_search form .search-query,.widget_product_search form input[type=search]{width:100%;margin-bottom:0;padding-left:38px;}textarea{padding-top:1.15em;padding-bottom:1.15em;}input[type=color]{padding:1px 3px;}input[type=file]{margin-top:2px;}.checkbox input[type=checkbox]{top:2px;}.radio input[type=radio]{top:1px;}#recaptcha_table #recaptcha_response_field{height:16px;border-width:1px;font-size:10px;line-height:16px;}table{width:100%;margin-bottom:2.15em;border-spacing:0;background-color:transparent;}table th,table td{padding:.5em .625em;line-height:1.3;text-align:left;vertical-align:middle;}table th{font-weight:700;}table td{line-height:1.4;}table thead th{vertical-align:bottom;}table caption+thead tr:first-child th,table caption+thead tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}table p:last-child,table ul:last-child,table ol:last-child{margin-bottom:0;}table{border-collapse:collapse;}table th,table td{border-top:1px solid #ddd;}table tbody+tbody{border-top:2px solid #ddd;}.x-btn,.button,[type=submit]{display:inline-block;position:relative;border:1px solid #ac1100;border-radius:0;padding:.563em 1.125em .813em;cursor:pointer;font-size:16px;font-weight:inherit;line-height:1.3;text-align:center;vertical-align:middle;color:#fff;background-color:#ff2a13;transition:all .15s linear;}.x-btn:hover,.button:hover,[type=submit]:hover{text-decoration:none;color:#fff;border-color:#600900;background-color:#df1600;}.x-btn:hover,.x-btn:active,.button:hover,.button:active,[type=submit]:hover,[type=submit]:active{outline:0 !important;}.x-btn[disabled],.x-btn.disabled,.button[disabled],.button.disabled,[type=submit][disabled],[type=submit].disabled{opacity:.25;cursor:not-allowed;}.x-btn.x-btn-jumbo{padding:.643em 1.429em .786em;font-size:28px;}.x-btn.x-btn-x-large{padding:.714em 1.286em .857em;font-size:21px;}.x-btn.x-btn-large{padding:.579em 1.105em .842em;font-size:19px;}.x-btn.x-btn-regular{padding:.563em 1.125em .813em;font-size:16px;}.x-btn.x-btn-small{padding:.429em 1.143em .643em;font-size:14px;}.x-btn.x-btn-mini{padding:.385em .923em .538em;font-size:13px;}.x-btn.x-btn-square{border-radius:0;}.x-btn.x-btn-rounded{border-radius:.225em;}.x-btn.x-btn-pill{border-radius:100em;}.x-btn-block{display:block;width:100%;}.x-btn-block+.x-btn-block{margin-top:1em;}.x-btn [class*=x-icon-]{display:inline;width:auto;height:auto;margin:0 .5em 0 0;}.x-btn [class*=x-icon-]:before{display:inline !important;position:static !important;transform:none !important;}.x-btn.x-btn-icon-only [class*=x-icon-]{margin:0;}.x-btn-circle-wrap{display:inline-block;position:relative;}.x-btn-circle-wrap.x-btn-jumbo,.x-btn-circle-wrap.x-btn-x-large,.x-btn-circle-wrap.x-btn-large{margin:0 0 21px;padding:0;}.x-btn-circle-wrap:before,.x-btn-circle-wrap:after{content:"";position:relative;display:block;margin:0 auto;background-repeat:no-repeat;background-position:center center;z-index:1;}.x-btn-circle-wrap:before{top:2px;width:172px;height:43px;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/btn-circle-top-small.png");background-size:172px 43px;}.x-btn-circle-wrap:after{bottom:2px;width:190px;height:43px;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/btn-circle-bottom-small.png");background-size:190px 43px;}.x-btn-circle-wrap .x-btn{position:relative;z-index:2;}@media (max-width: 766.98px){.x-btn-circle-wrap:before{top:2px;width:112px;height:28px;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/btn-circle-top-small.png");background-size:112px 28px;}.x-btn-circle-wrap:after{bottom:2px;width:127px;height:29px;background-image:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/btn-circle-bottom-small.png");background-size:127px 29px;}}.fade{opacity:0;transition:opacity .3s ease;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}.collapsing{position:relative;height:0;overflow:hidden;transition:height .3s ease;}.x-searchform-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2030;background-color:rgba(255,255,255,.93);transition:top .3s ease;}.x-searchform-overlay.in{display:table;}.x-searchform-overlay .form-search{padding-bottom:2em;font-size:10px;}.x-searchform-overlay .form-search:before{display:none;}.x-searchform-overlay .form-search label{margin-bottom:.85em;font-size:2.1em;line-height:1.4;color:#333;}.x-searchform-overlay .form-search .search-query{border:0;padding:0;height:auto;font-size:9.4em;letter-spacing:-.05em;line-height:1;color:#333;background-color:transparent;border-radius:0;box-shadow:none;}.x-searchform-overlay .form-search .search-query:focus,.x-searchform-overlay .form-search .search-query:active{outline:0;}@media (max-width: 766.98px){.x-searchform-overlay .form-search{font-size:8px;}}@media (max-width: 479.98px){.x-searchform-overlay .form-search{font-size:6px;}}.x-searchform-overlay-inner{display:table-cell;vertical-align:middle;}.x-nav{margin-left:0;margin-bottom:2.15em;list-style:none;}.x-nav>li>a{display:block;cursor:pointer;}.x-nav>li>a:hover{text-decoration:none;background-color:transparent;}.x-nav>.right{float:right;}.x-nav-tabs{position:relative;top:1px;margin-bottom:1px;border:1px solid rgba(0,0,0,.1);border-bottom:0;z-index:10;}.x-nav-tabs:before,.x-nav-tabs:after{content:" ";display:table;width:0px;}.x-nav-tabs:after{clear:both;}.x-nav-tabs>li{float:left;border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);text-align:center;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;}@media (max-width: 978.98px){.x-nav-tabs>li{border-right:0;}}.x-nav-tabs>li>a{padding:.75em;font-size:14px;line-height:1.3;color:rgba(0,0,0,.33);background-color:#fff;}.x-nav-tabs>li>a:hover{color:#333;background-color:#fff;}.x-nav-tabs.left,.x-nav-tabs.right{width:24%;max-width:200px;}@media (max-width: 978.98px){.x-nav-tabs.left,.x-nav-tabs.right{float:none;width:100%;max-width:none;}}.x-nav-tabs.left>.x-nav-tabs-item,.x-nav-tabs.right>.x-nav-tabs-item{float:none;width:100%;border-left:0;border-right:0;border-bottom:1px solid rgba(0,0,0,.1);}.x-nav-tabs.left{border-right:0;}@media (max-width: 978.98px){.x-nav-tabs.left{border-right:1px solid rgba(0,0,0,.1);}}.x-nav-tabs.right{border-left:0;}@media (max-width: 978.98px){.x-nav-tabs.right{border-left:1px solid rgba(0,0,0,.1);}}.x-nav-tabs>.active>a,.x-nav-tabs>.active>a:hover{color:#333;background-color:#fff;cursor:default;}.x-nav-tabs.one-up>li{width:100%;}.x-nav-tabs.one-up>li:nth-child(1n){border-right:0;}.x-nav-tabs.two-up>li{width:50%;}.x-nav-tabs.two-up>li:nth-child(2n){border-right:0;}.x-nav-tabs.three-up>li{width:33.33333%;}.x-nav-tabs.three-up>li:nth-child(3n){border-right:0;}.x-nav-tabs.four-up>li{width:25%;}.x-nav-tabs.four-up>li:nth-child(4n){border-right:0;}.x-nav-tabs.five-up>li{width:20%;}.x-nav-tabs.five-up>li:nth-child(5n){border-right:0;}@media (max-width: 978.98px){.x-nav-tabs.two-up>li,.x-nav-tabs.three-up>li,.x-nav-tabs.four-up>li,.x-nav-tabs.five-up>li{float:none;width:100%;}}.tabbable:before,.tabbable:after{content:" ";display:table;width:0px;}.tabbable:after{clear:both;}.x-tab-content{overflow:auto;position:relative;margin-bottom:2.15em;border:1px solid rgba(0,0,0,.1);border-top:0;background-color:#fff;z-index:15;}.x-tab-content img,.x-tab-content .x-btn{transform:translate(0);}.x-tab-content .x-tab-pane{padding:4%;}.x-nav-tabs.left+.x-tab-content,.x-nav-tabs.right+.x-tab-content{border-top:1px solid #333;}@media (max-width: 978.98px){.x-nav-tabs.left+.x-tab-content,.x-nav-tabs.right+.x-tab-content{border-top:0;}}.x-tab-content>.x-tab-pane{display:none;}.x-tab-content>.active{display:block;}.x-nav-articles{float:right;width:82px;margin-left:35px;}.x-nav-articles:before,.x-nav-articles:after{content:" ";display:table;width:0px;}.x-nav-articles:after{clear:both;}.x-nav-articles a{position:relative;}.x-nav-articles a{display:block;width:38px;height:42px;font-size:18px;line-height:42px;border:1px solid #333;text-align:center;color:#333;background-color:#fff;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;}.x-nav-articles a:hover{color:#fff;background-color:#333;}.x-nav-articles .prev{float:left;right:-1px;}.x-nav-articles .next{float:right;}.x-breadcrumb-wrap{overflow:hidden;margin:0;padding:16px 0;font-size:12px;line-height:1.4;background-color:#fff;}.x-breadcrumb-wrap a{color:#bababa;}.x-breadcrumb-wrap a:hover{color:#e74c3c;}.x-breadcrumbs{float:left;width:85%;}@media (max-width: 766.98px){.x-breadcrumbs{float:none;width:100%;text-align:center;}}.x-breadcrumbs a,.x-breadcrumbs span{display:inline-block;}.x-breadcrumbs .delimiter{position:relative;margin:0 .45em 0 .65em;}.x-breadcrumbs .current{color:#333;}.x-pagination,.woocommerce-pagination{display:block;margin:35px 0 0;height:32px;text-align:center;clear:both;}.x-pagination ul,.woocommerce-pagination ul{display:inline-block;margin:0;}.x-pagination li,.woocommerce-pagination li{display:inline;}.x-pagination a,.x-pagination span,.woocommerce-pagination a,.woocommerce-pagination span{float:left;width:32px;height:32px;margin-left:-1px;font-size:13px;font-weight:400;line-height:32px;text-decoration:none;color:#333;}.x-pagination a:hover,.woocommerce-pagination a:hover{color:#fff;background-color:#333;}@media (max-width: 766.98px){.x-pagination a.prev,.x-pagination a.next,.x-pagination a.prev-next,.woocommerce-pagination a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev-next{display:none;}}.x-pagination span.pages,.woocommerce-pagination span.pages{display:none;}.x-pagination span.dots,.x-pagination span.current,.woocommerce-pagination span.dots,.woocommerce-pagination span.current{color:#fff;background-color:#333;}.tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:.455em;font-size:11px;font-weight:400;line-height:1.2;text-shadow:none;opacity:0;transform:translate(0);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}.tooltip.top{margin-top:-.273em;}.tooltip.right{margin-left:.273em;}.tooltip.bottom{margin-top:.273em;}.tooltip.left{margin-left:-.273em;}.tooltip-inner{max-width:200px;padding:.727em .818em;color:#fff;text-align:center;text-decoration:none;background-color:#272727;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#272727;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#272727;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#272727;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#272727;}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;background-color:#fff;border:1px solid rgba(0,0,0,.2);text-align:center;box-shadow:0 1px 5px rgba(0,0,0,.2);transform:translate(0);-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}.popover.top{margin-top:-.825em;}.popover.right{margin-left:.825em;}.popover.bottom{margin-top:.825em;}.popover.left{margin-left:-.825em;}.popover-title{margin:0;padding:.571em .75em;font-size:15px;font-weight:400;line-height:1.3;background-color:#e4e4e4;}.popover-content{border-top:1px solid rgba(0,0,0,.2);padding:.563em .875em;font-size:13px;font-weight:400;line-height:1.5;}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}.popover-content ul,.popover-content ol{margin-left:1.286em;}.popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid;}.popover .arrow:after{content:"";z-index:-1;}.popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-width:10px 10px 0;border-top-color:#fff;}.popover.top .arrow:after{border-width:11px 11px 0;border-top-color:rgba(0,0,0,.25);bottom:-1px;left:-11px;}.popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-width:10px 10px 10px 0;border-right-color:#fff;}.popover.right .arrow:after{border-width:11px 11px 11px 0;border-right-color:rgba(0,0,0,.25);bottom:-11px;left:-1px;}.popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-width:0 10px 10px;border-bottom-color:#e4e4e4;}.popover.bottom .arrow:after{border-width:0 11px 11px;border-bottom-color:rgba(0,0,0,.25);top:-1px;left:-11px;}.popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-width:10px 0 10px 10px;border-left-color:#fff;}.popover.left .arrow:after{border-width:11px 0 11px 11px;border-left-color:rgba(0,0,0,.25);bottom:-11px;right:-1px;}.flex-container a:active,.x-flexslider a:active{outline:none;}.x-slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none !important;}.x-flexslider{margin:0;padding:0;}.x-flexslider .x-slides .x-slide{display:none;position:relative;}.x-flexslider .x-slides img{width:100%;display:block;}.flex-pauseplay span{text-transform:capitalize;}.x-slides:before,.x-slides:after{content:" ";display:table;width:0px;}.x-slides:after{clear:both;}.no-js .x-slides>li:first-child{display:block;}.x-flexslider{width:100%;margin:0 0 2.15em;position:relative;overflow:hidden;}.x-flexslider-featured-gallery{background:#fff;}.flex-viewport{max-height:2000px;transition:all 1s ease;}.loading .flex-viewport{max-height:300px;}.flex-direction-nav a{display:block;cursor:pointer;position:absolute;top:50%;width:30px;height:30px;margin-top:-17px;font-size:30px;line-height:30px;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.325);color:#fff;opacity:.5;transition:opacity .3s ease;z-index:10;}.flex-direction-nav a [class*=x-icon-]{width:auto;}.flex-direction-nav a:hover{text-decoration:none;color:#fff;opacity:1;}.flex-direction-nav a.flex-prev{left:14px;}.flex-direction-nav a.flex-next{right:14px;}.flex-control-nav{position:absolute;line-height:1;text-align:center;z-index:10;}.flex-control-nav:not(.flex-control-thumbs){left:14px;right:14px;bottom:14px;padding:0 4px;background-color:#fff;}.flex-control-nav:not(.flex-control-thumbs) li{margin:7px 4px 6px;text-indent:-9999px;}.flex-control-nav.flex-control-thumbs{top:0;right:0;padding:1em;}.flex-control-nav.flex-control-thumbs li{background-color:#000;box-shadow:0 .15em .625em rgba(0,0,0,.22);}.flex-control-nav.flex-control-thumbs li:not(:first-child){margin-left:.5em;}.flex-control-nav.flex-control-thumbs img{width:auto;height:1.5em;vertical-align:top;transition:opacity .3s ease;cursor:pointer;}.flex-control-nav.flex-control-thumbs img:not(:hover):not(.flex-active){opacity:.65;}.flex-control-nav li{display:inline-block;}.flex-control-nav a{display:block;width:14px;height:14px;background-color:#fff;border-radius:100em;opacity:.5;transition:opacity .3s ease;}.flex-control-nav a:hover{cursor:pointer;opacity:1;}.flex-control-nav a.flex-active{opacity:1;}.x-slider-container{position:relative;z-index:1;}.x-slider-container.bg-video{background-color:#000;}.x-slider-container .rev_slider_wrapper{padding:0 !important;}.x-post-slider-blog-active .x-slider-container.below{margin-bottom:35px;}.rev_slider_wrapper .x-btn{padding:.563em 1.125em .813em !important;font-size:16px !important;font-size:1.6rem !important;}@media (max-width: 978.98px){.rev_slider_wrapper .x-btn{font-size:13px !important;font-size:1.3rem !important;}}@media (max-width: 766.98px){.rev_slider_wrapper .x-btn{font-size:11px !important;font-size:1.1rem !important;}}@media (max-width: 479.98px){.rev_slider_wrapper .x-btn{font-size:8px !important;font-size:.8rem !important;}}.x-slider-scroll-bottom{position:absolute;display:block;border:3px solid;width:60px;height:60px;font-size:41px;line-height:53px;text-align:center;color:#fff;border-radius:100em;z-index:1020;-webkit-transition:all .3s ease;transition:all .3s ease;}.x-slider-scroll-bottom.top{top:20px;}.x-slider-scroll-bottom.left{left:20px;}.x-slider-scroll-bottom.right{right:20px;}.x-slider-scroll-bottom.bottom{bottom:20px;}.x-slider-scroll-bottom.center{left:50%;margin-left:-30px;}.x-slider-scroll-bottom:hover{color:#e74c3c;}@media (min-width: 767px) and (max-width: 978.98px){.x-slider-scroll-bottom{width:50px;height:50px;font-size:38px;line-height:43px;}.x-slider-scroll-bottom.center{margin-left:-25px;}}@media (max-width: 766.98px){.x-slider-scroll-bottom{border-width:2px;width:46px;height:46px;font-size:31px;line-height:40px;}.x-slider-scroll-bottom.center{margin-left:-23px;}}@media (max-width: 479.98px){.x-slider-scroll-bottom{width:40px;height:40px;font-size:25px;line-height:34px;}.x-slider-scroll-bottom.center{margin-left:-20px;}}.isotope-item{z-index:2;}.isotope-hidden.isotope-item{pointer-events:none;z-index:1;}.isotope,.isotope .isotope-item{transition-duration:.8s;}.isotope{transition-property:height,width;}.isotope .isotope-item{transition-property:transform;}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{transition-duration:0s;}.x-iso-container{box-sizing:content-box;}.x-iso-container.cols-1>*{width:100%;}.x-iso-container.cols-2>*{width:49.95%;}.x-iso-container.cols-3>*{width:33.28%;}@media (min-width: 767px) and (max-width: 978.98px){.x-iso-container.cols-3>*{width:49.95%;}}.x-iso-container.cols-4>*{width:33.28%;}@media (min-width: 1200px){.x-iso-container.cols-4>*{width:24.95%;}}@media (min-width: 767px) and (max-width: 978.98px){.x-iso-container.cols-4>*{width:49.95%;}}@media (max-width: 766.98px){.x-iso-container[class*=cols-]>*{width:100%;}}#x-isotope-loading{position:absolute;top:100px;left:0;right:0;}.x-loading,.x-loading:before,.x-loading:after{display:block;width:2.5em;height:2.5em;border-radius:100em;animation-fill-mode:both;animation:xLoader 2s infinite ease-in-out;}.x-loading{position:relative;margin:0 auto;font-size:8px;text-indent:-9999em;color:currentColor;transform:translateZ(0);animation-delay:-.16s;}.x-loading:before,.x-loading:after{content:"";position:absolute;top:0;}.x-loading:before{left:-4em;animation-delay:-.32s;}.x-loading:after{left:4em;}@keyframes xLoader{0%,80%,to{box-shadow:0 2.5em 0 -1.3em;}40%{box-shadow:0 2.5em;}}.x-iso-container{margin:0 -1em;}.x-iso-container>*{margin:0 !important;border:0 !important;padding:0 1em 2em !important;opacity:0;}.x-iso-container+.pagination{margin-top:5px;}.option-set{margin:0 0 35px;list-style:none;}.option-set:before,.option-set:after{content:" ";display:table;width:0px;}.option-set:after{clear:both;}.option-set .x-index-filter-label,.option-set .x-portfolio-filter-label{margin:0;padding-left:15px;float:left;width:calc(100% - 42px);height:42px;font-size:14px;letter-spacing:2px;line-height:42px;text-transform:uppercase;background-color:#fff;}.option-set .x-index-filters,.option-set .x-portfolio-filters{display:block;border:1px solid #333;color:#333;}.option-set .x-index-filters i,.option-set .x-portfolio-filters i{display:block;border-left:1px solid #333;float:right;width:42px;height:42px;line-height:42px;text-align:center;background-color:#fff;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;}.option-set .x-index-filters:hover i,.option-set .x-portfolio-filters:hover i{color:#fff;background-color:#333;}.option-set .x-index-filters-menu,.option-set .x-portfolio-filters-menu{display:none;margin:0;padding:15px 15px 0;text-align:center;}.option-set .x-index-filters-menu>li,.option-set .x-portfolio-filters-menu>li{display:inline-block;font-size:12px;letter-spacing:2px;text-transform:uppercase;}.option-set .x-index-filters-menu>li:after,.option-set .x-portfolio-filters-menu>li:after{content:"/";display:inline;margin:0 0 0 3px;}.option-set .x-index-filters-menu>li>a,.option-set .x-index-filters-menu>li:after,.option-set .x-portfolio-filters-menu>li>a,.option-set .x-portfolio-filters-menu>li:after{color:rgba(0,0,0,.35);}.option-set .x-index-filters-menu>li:last-child:after,.option-set .x-portfolio-filters-menu>li:last-child:after{display:none;}.option-set .x-index-filters-menu>li>a:hover,.option-set .x-index-filters-menu>li>a.selected,.option-set .x-portfolio-filters-menu>li>a:hover,.option-set .x-portfolio-filters-menu>li>a.selected{color:#333;}.ilightbox-overlay.light{background:#fff;}.ilightbox-loader.light{-webkit-box-shadow:0px 0px 85px #dacffc,0px 0px 85px #dacffc;box-shadow:0 0 85px #dacffc,0 0 85px #dacffc;}.ilightbox-loader.light div{background:#fff url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/ilightbox-preloader-light.gif") no-repeat center;}.ilightbox-loader.light div.nitro-lazy{background-image:none !important;}.ilightbox-holder.light{padding:1%;background:#fff;border-radius:2px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.25);box-shadow:0 0 15px rgba(0,0,0,.25);}.ilightbox-holder.light .ilightbox-container .ilightbox-caption{background-color:#fff;}.ilightbox-holder.light .ilightbox-container .ilightbox-social{border-radius:2px;}.ilightbox-holder.light .ilightbox-alert{color:#89949b;}.ilightbox-toolbar.light{top:8px;left:8px;height:23px;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 0 7px rgba(0,0,0,.2);box-shadow:0 0 7px rgba(0,0,0,.2);}.ilightbox-toolbar.light a{width:25px;height:23px;text-align:center;}.ilightbox-toolbar.light a.ilightbox-close{border-radius:3px 0 0 3px;}.ilightbox-toolbar.light a.ilightbox-fullscreen{border-radius:0 3px 3px 0;}.ilightbox-toolbar.light a:before{display:inline-block;font-family:FontAwesome !important;font-style:normal !important;font-weight:400 !important;text-decoration:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ilightbox-toolbar.light a.ilightbox-close:before{font-size:15px;line-height:22px;}.ilightbox-toolbar.light a.ilightbox-fullscreen:before{font-size:11px;line-height:23px;}.ilightbox-toolbar.light a.ilightbox-prev-button,.ilightbox-toolbar.light a.ilightbox-next-button{display:none;}.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img{border-radius:2px;}.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video{background:url("https://cdn-bjpdk.nitrocdn.com/dyjDRTumiVVFLKEpXMADzKdEUUbypNrL/assets/images/optimized/rev-c641c5a/visualeducation.com/wp-content/themes/pro/framework/img/global/ilightbox-thumb-overlay-play-light.png") no-repeat center;}.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video.nitro-lazy{background-image:none !important;}.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title{padding:10px 60px 10px 8px;font-size:18px;}.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar{top:5px;left:auto;right:5px;}.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a{float:right;}.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type{border-radius:0 3px 3px 0;}.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type{border-radius:3px 0 0 3px;}.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder,.ilightbox-holder .ilightbox-container,.ilightbox-holder .ilightbox-container img.ilightbox-image,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-toolbar *,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social,.ilightbox-holder .ilightbox-container .ilightbox-social *{float:none;margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:100%;vertical-align:baseline;background:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none;}.ilightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;}.ilightbox-loader{position:fixed;top:45%;left:-192px;padding-left:30px;opacity:.9;border-radius:0 100px 100px 0;z-index:100005;}.ilightbox-loader div{width:72px;height:72px;border-radius:0 100px 100px 0;}.ilightbox-loader.horizontal{top:-192px;left:45%;padding:30px 0 0;border-radius:0 0 100px 100px;}.ilightbox-loader.horizontal div{border-radius:0 0 100px 100px;}.ilightbox-toolbar{display:none;position:fixed;z-index:100010;}.ilightbox-toolbar a{float:left;cursor:pointer;}.ilightbox-thumbnails{display:block;position:fixed;z-index:100009;}.ilightbox-thumbnails.ilightbox-horizontal{left:0;bottom:0;width:100%;height:100px;}.ilightbox-thumbnails.ilightbox-vertical{top:0;right:0;width:140px;height:100%;overflow:hidden;}.ilightbox-thumbnails .ilightbox-thumbnails-container{display:block;position:relative;}.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container{width:100%;height:100px;}.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container{width:140px;height:100%;}.ilightbox-thumbnails .ilightbox-thumbnails-grid{display:block;position:absolute;}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail{display:block;position:relative;padding:10px;cursor:pointer;}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img{width:100%;height:100%;border-radius:2px;}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.7;}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover{opacity:1;}.ilightbox-holder{display:none;position:fixed;z-index:100003;}.ilightbox-holder.ilightbox-next,.ilightbox-holder.ilightbox-prev{cursor:pointer;}.ilightbox-holder div.ilightbox-container{position:relative;width:100%;height:100%;}.ilightbox-holder img.ilightbox-image{width:100%;height:100%;}.ilightbox-holder .ilightbox-container .ilightbox-caption{display:none;position:absolute;left:5%;right:5%;bottom:0;max-width:100%;margin:0 auto;padding:5px 10px;font-size:12px;line-height:150%;word-wrap:break-word;text-align:center;border-radius:3px 3px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:20003;}@media (max-width: 978.98px){.ilightbox-holder .ilightbox-container .ilightbox-caption{font-size:10px;}}@media (max-width: 479.98px){.ilightbox-holder .ilightbox-container .ilightbox-caption{font-size:8px;}}.ilightbox-holder .ilightbox-alert{display:block;position:absolute;inset:0;width:300px;height:50px;margin:auto;padding-top:100px;text-align:center;}.ilightbox-holder .ilightbox-wrapper{width:100%;height:100%;overflow:auto;}.ilightbox-holder .ilightbox-inner-toolbar{position:relative;}.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar{position:absolute;}.x-social-global{font-weight:400;line-height:1;}.x-social-global a{display:inline-block;text-align:center;color:rgba(255,255,255,.25);}.x-social-global a:hover{color:#fff;}.x-social-global a:focus{outline:0;}.x-social-global a i{display:block;}.x-social-global a+.tooltip.top .tooltip-arrow{border-top-color:#fff;}.x-social-global a+.tooltip.bottom .tooltip-arrow{border-bottom-color:#fff;}.x-social-global a+.tooltip .tooltip-inner{color:#333;background-color:#fff;}.twitter-tweet{width:100% !important;max-width:100% !important;margin:0 0 2.15em !important;}.x-scroll-top{position:fixed;z-index:10000;bottom:10px;width:35px;height:35px;margin-bottom:-75px;border:2px solid #000;font-size:25px;line-height:27px;text-align:center;color:#000;-webkit-transition:margin-bottom .6s ease,opacity .3s ease;transition:margin-bottom .6s ease,opacity .3s ease;}.x-scroll-top.in{margin-bottom:0;opacity:.375;}.x-scroll-top.in:hover{opacity:.825;}.x-scroll-top.left{left:10px;}.x-scroll-top.right{right:10px;}.x-scroll-top:hover{color:#000;}.x-post-carousel.unstyled{position:relative;margin:0 0 0 -2px;padding:2px 0;height:229px;background-color:#fff;}.x-post-carousel.unstyled .entry-cover{border-left:2px solid #fff;padding-bottom:225px;}.x-post-carousel.unstyled .entry-cover:hover .h-entry-cover{top:-8em;}.x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta{bottom:50%;margin-bottom:-60px;}.x-post-carousel-item{float:left;}.x-post-carousel-meta{position:absolute;height:120px;left:52.5px;right:52.5px;bottom:-175px;-webkit-transition:all .615s cubic-bezier(.19,1,.22,1);transition:all .615s cubic-bezier(.19,1,.22,1);}.x-post-carousel-meta>span{display:block;position:relative;width:100%;height:40px;padding:13px 0;font-size:14px;letter-spacing:0;line-height:1;text-transform:uppercase;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.x-post-carousel-meta>span:before,.x-post-carousel-meta>span:last-child:after{content:"";display:block;position:absolute;left:25%;right:25%;height:1px;background-color:rgba(255,255,255,.13);}.x-post-carousel-meta>span:before{top:0;}.x-post-carousel-meta>span:last-child:after{bottom:0;}.slick-slider{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:transparent;}.slick-list{display:block;position:relative;overflow:hidden;margin:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-track{position:relative;left:0;top:0;display:block;}.slick-track:before,.slick-track:after{content:" ";display:table;width:0px;}.slick-track:after{clear:both;}.slick-prev,.slick-next{display:block;position:absolute;top:0;bottom:0;padding:0;border:0;width:85px;font-size:0;line-height:0;text-shadow:0 0 20px rgba(0,0,0,.925);color:transparent;background-color:transparent;cursor:pointer;outline:none;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;}.slick-prev .x-framework-icon,.slick-next .x-framework-icon{font-size:32px;line-height:1;color:#fff;opacity:.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}.slick-prev:hover:before,.slick-next:hover:before{opacity:1;}.slick-prev:focus,.slick-next:focus{outline:none;}.slick-prev{left:0;}.slick-prev:before{padding-right:20px;}.slick-next{right:0;}.slick-next .x-icon-next{padding-left:20px;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-track,.slick-loading .slick-slide{visibility:hidden;}.slick-list,.slick-track,.slick-slide,.slick-slide img{transform:translate(0);}.x-post-slider{position:relative;overflow:hidden;background-color:#fff;}.x-post-slider .x-slides{background-color:#000;}.x-post-slider-entry{position:relative;padding-bottom:425px;overflow:hidden;background-color:#fff;background-repeat:no-repeat;background-position:center center;background-size:cover;}.x-post-slider-entry>a{display:block;padding:0 65px;position:absolute;inset:0;text-align:center;background-color:rgba(0,0,0,.5);-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}.x-post-slider-entry>a>.cover{display:table;width:100%;height:100%;}.x-post-slider-entry>a>.cover>.middle{display:table-cell;vertical-align:middle;}.x-post-slider-entry:hover>a{background-color:rgba(0,0,0,.75);}.x-post-slider-entry .featured-meta{font-size:18px;}.x-post-slider-entry .h-featured{font-size:42px;}.x-post-slider-entry .featured-view{font-size:16px;}@media (max-width: 978.98px){.x-post-slider-entry .featured-meta{font-size:16px;}.x-post-slider-entry .h-featured{font-size:32px;}.x-post-slider-entry .featured-view{font-size:14px;}}@media (max-width: 766.98px){.x-post-slider-entry .featured-meta{display:none;}.x-post-slider-entry .h-featured{font-size:24px;}.x-post-slider-entry .featured-view{font-size:10px;}}@media (max-width: 479.98px){.x-post-slider-entry .h-featured{font-size:16px;}.x-post-slider-entry .featured-view{display:none;}}.x-post-slider .flex-direction-nav a{margin-top:-20px;width:35px;height:45px;line-height:41px;}.x-container{margin:0 auto;}.x-container:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):before,.x-container:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):after{content:" ";display:table;width:0px;}.x-container:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):after{clear:both;}.x-gap{margin:0 0 2.15em;border-color:transparent;}.x-clear{margin:0;border:0;clear:both;}.x-map{margin-bottom:2.15em;}.x-map .x-map-inner{overflow:hidden;position:relative;padding-bottom:56.25%;height:0;}.x-map .x-map-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.x-map .gm-style img{max-width:none;}.x-code{line-height:1;}.x-block-grid{display:block;overflow:hidden;margin:0 0 2.15em;}.x-block-grid>li{display:block;float:left;height:auto;margin:5% 5% 0 0;padding:0;}.x-block-grid.two-up>li{width:47.5%;}.x-block-grid.two-up>li:nth-child(-n+2){margin-top:0;}.x-block-grid.two-up>li:nth-child(2n){margin-right:0;}.x-block-grid.two-up>li:nth-child(2n+1){clear:both;}@media (max-width: 479.98px){.x-block-grid.two-up>li{width:100%;margin-right:0;}.x-block-grid.two-up>li:nth-child(2){margin-top:5%;}}.x-block-grid.three-up>li{width:30%;}.x-block-grid.three-up>li:nth-child(-n+3){margin-top:0;}.x-block-grid.three-up>li:nth-child(3n){margin-right:0;}.x-block-grid.three-up>li:nth-child(3n+1){clear:both;}@media (max-width: 978.98px){.x-block-grid.three-up>li{width:47.5%;}.x-block-grid.three-up>li:nth-child(3){margin-top:5%;}.x-block-grid.three-up>li:nth-child(3n){margin-right:5%;}.x-block-grid.three-up>li:nth-child(3n+1){clear:none;}.x-block-grid.three-up>li:nth-child(2n){margin-right:0;}.x-block-grid.three-up>li:nth-child(2n+1){clear:both;}}@media (max-width: 479.98px){.x-block-grid.three-up>li{width:100%;margin-right:0;}.x-block-grid.three-up>li:nth-child(2){margin-top:5%;}.x-block-grid.three-up>li:nth-child(3n){margin-right:0;}}.x-block-grid.four-up>li{width:21.25%;}.x-block-grid.four-up>li:nth-child(-n+4){margin-top:0;}.x-block-grid.four-up>li:nth-child(4n){margin-right:0;}.x-block-grid.four-up>li:nth-child(4n+1){clear:both;}@media (max-width: 978.98px){.x-block-grid.four-up>li{width:47.5%;}.x-block-grid.four-up>li:nth-child(3),.x-block-grid.four-up>li:nth-child(4){margin-top:5%;}.x-block-grid.four-up>li:nth-child(4n){margin-right:5%;}.x-block-grid.four-up>li:nth-child(4n+1){clear:none;}.x-block-grid.four-up>li:nth-child(2n){margin-right:0;}.x-block-grid.four-up>li:nth-child(2n+1){clear:both;}}@media (max-width: 479.98px){.x-block-grid.four-up>li{width:100%;margin-right:0;}.x-block-grid.four-up>li:nth-child(2){margin-top:5%;}.x-block-grid.four-up>li:nth-child(4n){margin-right:0;}}.x-ul-icons{margin-left:1.5em;list-style:none;}.x-ul-icons li [class*=x-icon-]{text-indent:-1.5em;}.x-flexslider-shortcode-container{margin-bottom:2.15em;}.x-flexslider-shortcode-container .x-flexslider-shortcode{margin:0;}.x-audio{margin-bottom:2.15em;}.x-audio.player{height:30px;}.x-search-shortcode{margin-bottom:2.15em;}.x-counter{text-align:center;}.x-counter .number-wrap{font-size:3.25em;line-height:1;}.x-counter .text-above,.x-counter .text-below{display:block;letter-spacing:.125em;line-height:1.5;text-transform:uppercase;}.x-counter .text-above{margin-bottom:.5em;}.x-counter .text-below{margin-top:.5em;}.x-counter .x-counter-number-wrap:first-child{margin-top:0 !important;}.x-counter .x-counter-number-wrap:last-child{margin-bottom:0 !important;}.x-typed-cursor{-webkit-animation:x-blink 1s infinite;animation:x-blink 1s infinite;}@-webkit-keyframes x-blink{0%{opacity:1;}50%{opacity:0;}to{opacity:1;}}@keyframes x-blink{0%{opacity:1;}50%{opacity:0;}to{opacity:1;}}.x-card-outer{margin:0 auto 2.15em;text-align:center;cursor:pointer;-webkit-perspective:1200px;-ms-perspective:1200px;perspective:1200px;}.x-card-outer .x-card-inner{position:relative;}.x-card-outer .x-face-outer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.x-card-outer .x-face-outer.front{z-index:2;}.x-card-outer .x-face-outer.back{z-index:1;}.x-card-outer .x-face-inner{height:100%;}.x-card-outer .x-face-graphic{margin:0 0 10px;line-height:1;}.x-card-outer .x-face-title,.x-card-outer .x-face-text{color:inherit;}.x-card-outer .x-face-title{margin:0;padding:0;font-size:1.75em;}.x-card-outer .x-face-text{margin:8px 0 0;}.x-card-outer .x-face-button{display:inline-block;margin:15px 0 0;border:0;padding:.825em 1em;line-height:1;text-decoration:none;border-radius:.35em;box-shadow:none;}.x-card-outer.flipped .x-face-outer.front{z-index:1;}.x-card-outer.flipped .x-face-outer.back{z-index:2;}.x-card-outer.center-vertically .x-face-inner:before{content:"";display:inline-block;width:0;height:100%;margin:0;padding:0;vertical-align:middle;}.x-card-outer.center-vertically .x-face-content{display:inline-block;vertical-align:middle;}.x-card-outer .x-card-inner{-webkit-transition:-webkit-transform 1.25s cubic-bezier(.23,1,.32,1);transition:transform 1.25s cubic-bezier(.23,1,.32,1);transform-style:preserve-3d;}.x-card-outer .x-face-outer{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.x-card-outer .x-face-outer.front,.x-card-outer .x-face-outer.back,.x-card-outer.flipped .x-face-outer.front,.x-card-outer.flipped .x-face-outer.back{z-index:1;}.x-card-outer.flip-from-left .back,.x-card-outer.flip-from-right .back,.x-card-outer.flip-from-left.flipped .x-card-inner{transform:rotateY(180deg);}.x-card-outer.flip-from-right.flipped .x-card-inner{transform:rotateY(-180deg);}.x-card-outer.flip-from-top .back,.x-card-outer.flip-from-bottom .back{transform:rotateX(180deg);}.x-card-outer.flip-from-top.flipped .x-card-inner{transform:rotateX(-180deg);}.x-card-outer.flip-from-bottom.flipped .x-card-inner{transform:rotateX(180deg);}.x-creative-cta{display:block;overflow:hidden;position:relative;border:0;text-align:center;text-decoration:none;box-shadow:none;transition:background-color .3s ease;}.x-creative-cta>span{display:block;transition:all .65s cubic-bezier(.23,1,.32,1);}.x-creative-cta>span.text{line-height:1.2;opacity:1;}.x-creative-cta>span.graphic{position:absolute;top:50%;left:50%;line-height:1;opacity:0;}.x-creative-cta>span.graphic>i,.x-creative-cta>span.graphic>img{transition:all .65s cubic-bezier(.23,1,.32,1);}.x-creative-cta:hover>span.text{opacity:0;}.x-creative-cta:hover>span.graphic{opacity:1;}.x-creative-cta.slide-top:hover>span.text{transform:translateY(-150%);}.x-creative-cta.slide-left:hover>span.text{transform:translate(-80%);}.x-creative-cta.slide-right:hover>span.text{transform:translate(80%);}.x-creative-cta.slide-bottom:hover>span.text{transform:translateY(150%);}.x-feature-box{position:relative;margin:0 auto 2.15em;}.x-feature-box.left-text,.x-feature-box.right-text{display:flex;}.x-feature-box.left-text .x-feature-box-content,.x-feature-box.right-text .x-feature-box-content{flex:1 0 0%;}.x-feature-box-graphic{display:inline-block;margin:0 0 10px;}.x-feature-box.left-text .x-feature-box-graphic,.x-feature-box.right-text .x-feature-box-graphic{margin-bottom:0;}.x-feature-box-graphic i.rounded,.x-feature-box-graphic img.rounded{border-radius:.15em;}.x-feature-box-graphic i.circle,.x-feature-box-graphic img.circle{border-radius:100em;}.x-feature-box-graphic i{display:block;position:relative;width:1em;height:1em;text-align:center;}.x-feature-box-graphic i:before{display:block;position:absolute;top:50%;left:0;right:0;height:1em;margin-top:-.5em;font-size:.395em;line-height:1;}.x-feature-box-graphic img{display:block;}.x-feature-box-graphic-outer,.x-feature-box-graphic-inner{position:relative;z-index:2;}.x-feature-box-graphic-inner{width:1em;}.x-feature-box-graphic-inner.hexagon:before,.x-feature-box-graphic-inner.hexagon:after{content:"";display:block;border:0 solid transparent;border-left-width:.5em;border-right-width:.5em;}.x-feature-box-graphic-inner.hexagon:before{border-bottom-width:.285em;border-bottom-color:inherit;}.x-feature-box-graphic-inner.hexagon:after{border-top-width:.285em;border-top-color:inherit;}.x-feature-box-graphic-inner.hexagon i{height:.6em;}.x-feature-box-graphic-inner.badge{transform:scale(.725) rotate(15deg);}.x-feature-box-graphic-inner.badge:before,.x-feature-box-graphic-inner.badge:after{content:"";display:block;position:absolute;top:0;left:0;border:.5em solid;border-color:inherit;z-index:1;}.x-feature-box-graphic-inner.badge:before{transform:rotate(30deg);}.x-feature-box-graphic-inner.badge:after{transform:rotate(60deg);}.x-feature-box-graphic-inner.badge i{position:relative;z-index:2;}.x-feature-box-graphic-inner.badge i:before{transform:scale(1.275) rotate(-15deg);}.x-feature-box-connector{display:block;position:absolute;width:0;margin:0 auto;z-index:1;}.x-feature-box-connector.full{height:100%;top:.5em;}.x-feature-box-connector.upper{height:50%;top:0;}.x-feature-box-connector.lower{height:50%;top:50%;}.x-feature-box-title{margin:0;font-size:1.5em;line-height:1.2;}.x-feature-box-text{margin:8px 0 0;}.x-feature-box-text a{border:0;box-shadow:none;}.x-feature-box-align-v-middle{display:flex;flex-flow:column nowrap;justify-content:center;align-self:stretch;}.x-feature-list{margin:0 0 2.15em;padding:1px 0;list-style:none;counter-reset:xFeatureListNum;}.x-feature-list .x-feature-box{margin-bottom:0;counter-increment:xFeatureListNum;}.x-feature-list .x-feature-box.top-text>div{padding:0 0 2.15em;}.x-feature-list .x-feature-box.top-text:last-child>div{padding-bottom:0;}.x-feature-list .x-feature-box.top-text:last-child .full{display:none;}.x-feature-list .x-feature-box.middle-text>div{padding:1.075em 0;}.x-feature-list .x-feature-box.middle-text:first-child{margin-top:-1.075em;}.x-feature-list .x-feature-box.middle-text:last-child{margin-bottom:-1.075em;}.x-feature-list .x-feature-box.middle-text:first-child .upper,.x-feature-list .x-feature-box.middle-text:last-child .lower{display:none;}.x-feature-list .x-feature-box-graphic i.number:before{content:counter(xFeatureListNum);font-style:normal;}.x-dropcap{float:left;display:block;margin:.215em .275em 0 0;padding:.125em .275em .15em;font-size:3.3em;font-weight:700;line-height:1;color:#fff;background-color:#333;}.x-highlight{padding:.188em .375em;background-color:#fffac0;}.x-highlight.dark{color:#fff;background-color:#484848;}.x-pullquote{width:40%;margin:.45em 1.1em .55em 0;font-size:1.313em;}.x-pullquote.right{margin-right:0;margin-left:1.1em;}@media (max-width: 766.98px){.x-pullquote.left,.x-pullquote.right{float:none;width:100%;margin:2.15em 0;}}.x-cite{display:block;margin-top:.5em;font-size:.775em;color:#7a7a7a;}.x-cite:before{content:"– ";}.close{float:right;font-size:18px;font-weight:700;line-height:1.8;color:#000;transition:opacity .3s ease;}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.25;}button.close{padding:0;cursor:pointer;background-color:transparent;border:0;-webkit-appearance:none;}.x-alert,.wpcf7-response-output,.buddypress #message,.bbp-template-notice,.woocommerce-error,.woocommerce-info,.woocommerce-message{position:relative;margin-bottom:2.15em;border:2px solid #fab418;padding:.786em 2.25em 1em 1.15em;font-size:14px;line-height:1.5;color:#fab418;background-color:#fff;}.x-alert .h-alert,.wpcf7-response-output .h-alert,.buddypress #message .h-alert,.bbp-template-notice .h-alert,.woocommerce-error .h-alert,.woocommerce-info .h-alert,.woocommerce-message .h-alert{margin:.05em 0 .25em;font-size:18px;letter-spacing:-1px;line-height:1.3;text-transform:none;color:inherit;}.x-alert .close,.wpcf7-response-output .close,.buddypress #message .close,.bbp-template-notice .close,.woocommerce-error .close,.woocommerce-info .close,.woocommerce-message .close{position:relative;top:-10px;right:-26px;line-height:1;color:#fab418;}.x-alert>p,.x-alert .x-alert-content>p,.wpcf7-response-output>p,.wpcf7-response-output .x-alert-content>p,.buddypress #message>p,.buddypress #message .x-alert-content>p,.bbp-template-notice>p,.bbp-template-notice .x-alert-content>p,.woocommerce-error>p,.woocommerce-error .x-alert-content>p,.woocommerce-info>p,.woocommerce-info .x-alert-content>p,.woocommerce-message>p,.woocommerce-message .x-alert-content>p{margin-bottom:0;}.x-alert>p+p,.x-alert .x-alert-content>p+p,.wpcf7-response-output>p+p,.wpcf7-response-output .x-alert-content>p+p,.buddypress #message>p+p,.buddypress #message .x-alert-content>p+p,.bbp-template-notice>p+p,.bbp-template-notice .x-alert-content>p+p,.woocommerce-error>p+p,.woocommerce-error .x-alert-content>p+p,.woocommerce-info>p+p,.woocommerce-info .x-alert-content>p+p,.woocommerce-message>p+p,.woocommerce-message .x-alert-content>p+p{margin-top:6px;}.x-alert-muted{border-color:#999;color:#999;}.x-alert-muted .close{color:#999;}.x-alert-info,.buddypress #message.info,.bbp-template-notice.info,.woocommerce-info,.woocommerce-message{border-color:#4d8fcb;color:#4d8fcb;}.x-alert-info .close,.buddypress #message.info .close,.bbp-template-notice.info .close,.woocommerce-info .close,.woocommerce-message .close{color:#4d8fcb;}.x-alert-success,.wpcf7-mail-sent-ok,form.wpcf7-form.sent .wpcf7-response-output,form.wpcf7-form.resetting .wpcf7-response-output,.buddypress #message.updated,.bbp-template-notice.updated{border-color:#2ecc71;color:#2ecc71;}.x-alert-success .close,.wpcf7-mail-sent-ok .close,form.wpcf7-form.sent .wpcf7-response-output .close,form.wpcf7-form.resetting .wpcf7-response-output .close,.buddypress #message.updated .close,.bbp-template-notice.updated .close{color:#2ecc71;}.x-alert-danger,.buddypress #message.error,.bbp-template-notice.error,.woocommerce-error{border-color:#eb5439;color:#eb5439;}.x-alert-danger .close,.buddypress #message.error .close,.bbp-template-notice.error .close,.woocommerce-error .close{color:#eb5439;}.x-alert-block,.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:.786em 1.15em 1em;}.wpcf7-response-output{border-width:2px !important;margin:2.15em 0 0 !important;padding:.786em 1.15em 1em !important;}.h-skill-bar{margin-top:0;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;}.x-skill-bar{height:28px;margin-bottom:2.15em;background-color:#e4e4e4;}.x-skill-bar .bar{overflow:hidden;position:relative;width:0%;height:100%;float:left;background-color:#e74c3c;}.x-skill-bar .bar .percent{position:absolute;right:3px;bottom:6px;padding:0 5px;font-size:14px;line-height:17px;color:#fff;}.x-img{margin-bottom:2.15em;}.x-img.left{margin:.35em 2.15em .35em 0;}.x-img.right{margin:.35em 0 .35em 2.15em;}a.x-img{display:block;}a.x-img>img{display:block;margin-left:auto;margin-right:auto;}a.x-img:not(.x-img-thumbnail){transform:translate(0);transition:opacity .3s ease;}a.x-img:not(.x-img-thumbnail):hover{opacity:.75;}.x-img-rounded,.x-img-rounded img{border-radius:6px;}.x-img-circle,.x-img-circle img{border-radius:100em;}.x-img-thumbnail{padding:5px;line-height:1.8;border:1px solid rgba(0,0,0,.1);background-color:#fff;-webkit-transition:border .3s ease;transition:border .3s ease;}a.x-img-thumbnail:hover{border-color:#e74c3c;}.x-columnize{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:3em;-moz-column-gap:3em;column-gap:3em;-webkit-column-rule:1px solid rgba(0,0,0,.1);-moz-column-rule:1px solid rgba(0,0,0,.1);column-rule:1px solid rgba(0,0,0,.1);margin:0 0 2.15em;}.x-columnize p:last-child,.x-columnize ul:last-child,.x-columnize ol:last-child{margin-bottom:0;}@media (max-width: 479.98px){.x-columnize{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-column-rule:0;-moz-column-rule:0;column-rule:0;}}.x-accordion{margin-bottom:2.15em;}.x-accordion-group{margin:0 0 8px;background-color:#fff;}.x-accordion-group:last-child{margin-bottom:0;}.x-accordion-heading{overflow:hidden;border-bottom:0;}.x-accordion-heading .x-accordion-toggle{display:block;padding:9px 15px 10px;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:114.2%;text-transform:uppercase;color:#fff;background-color:#333;cursor:pointer;}.x-accordion-heading .x-accordion-toggle.collapsed{background-color:#333;}.x-accordion-heading .x-accordion-toggle.collapsed .x-shortcode-accordion-icon{color:rgba(255,255,255,.25);}.x-accordion-heading .x-accordion-toggle:hover,.x-accordion-heading .x-accordion-toggle:hover .x-shortcode-accordion-icon,.x-accordion-heading .x-accordion-toggle .x-shortcode-accordion-icon{color:#fff;}.x-accordion-inner{padding:4%;border:1px solid rgba(0,0,0,.1);border-top:0;background-color:#fff;}.x-accordion-inner p:last-child,.x-accordion-inner ul:last-child,.x-accordion-inner ol:last-child{margin-bottom:0;}.x-column{position:relative;z-index:1;float:left;margin-right:4%;}.x-column.x-1-1{width:100%;}.x-column.x-1-2{width:48%;}.x-column.x-1-3{width:30.66666%;}.x-column.x-2-3{width:65.33332%;}.x-column.x-1-4{width:22%;}.x-column.x-3-4{width:74%;}.x-column.x-1-5{width:16.8%;}.x-column.x-2-5{width:37.6%;}.x-column.x-3-5{width:58.4%;}.x-column.x-4-5{width:79.2%;}.x-column.x-1-6{width:13.33332%;}.x-column.x-5-6{width:82.66666%;}.x-column.last,.x-column:last-of-type{margin-right:0;}@media (max-width: 479.98px){.x-column.x-xs{float:none;width:100%;margin-right:0;}}@media (max-width: 766.98px){.x-column.x-sm{float:none;width:100%;margin-right:0;}}@media (max-width: 978.98px){.x-column.x-md{float:none;width:100%;margin-right:0;}}.x-column[data-fade="1"],.x-column[data-fade=true]{transition:opacity cubic-bezier(.23,1,.32,1),transform cubic-bezier(.23,1,.32,1);}.x-protect{border:1px solid rgba(0,0,0,.1);padding:7% 18%;text-align:center;background-color:#fff;}.x-protect label{margin:.75em 0 0;font-size:16px;color:#7a7a7a;}.x-protect input[type=text],.x-protect input[type=password]{width:100%;max-width:380px;text-align:center;}.h-protect{font-size:18px;line-height:1.2;color:#333;}.x-btn-protect{margin-top:.75em;}.x-recent-posts{margin:0 0 2.15em;}.x-recent-posts+.x-recent-posts{margin-top:4%;}.x-recent-posts a{overflow:hidden;float:left;display:block;margin:0 4% 0 0;border:1px solid rgba(0,0,0,.1);padding:5px 5px 0;color:#999;background-color:#fff;transform:translate(0);}.x-recent-posts a:last-child{margin-right:0;}.x-recent-posts a:hover{color:#999;border-color:#333;}.x-recent-posts a.no-image{padding:0 5px;}.x-recent-posts a.x-recent-post1{width:100%;}.x-recent-posts a.x-recent-post2{width:48%;}@media (max-width: 766.98px){.x-recent-posts a.x-recent-post2{width:100%;float:none;margin-right:0;margin-bottom:4%;}.x-recent-posts a.x-recent-post2:last-child{margin-bottom:0;}}.x-recent-posts a.x-recent-post3{width:30.6666%;}@media (max-width: 766.98px){.x-recent-posts a.x-recent-post3{width:100%;float:none;margin-right:0;margin-bottom:4%;}.x-recent-posts a.x-recent-post3:last-child{margin-bottom:0;}}.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]){width:22%;margin-right:4%;}.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]):nth-child(4n){margin-right:0;margin-bottom:4%;}@media (max-width: 978.98px){.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]){width:48%;}.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]):first-child{margin-bottom:4%;}.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]):nth-child(2n){margin-right:0;margin-bottom:4%;}}@media (max-width: 766.98px){.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]){width:100%;float:none;margin-right:0;margin-bottom:4%;}.x-recent-posts a[class^=x-recent-post]:not([class*="1"]):not([class*="2"]):not([class*="3"]):last-child{margin-bottom:0;}}.x-recent-posts article.hentry{margin:0;border:0;padding:0;}.x-recent-posts article.hentry>.entry-wrap{margin:0;border:0;padding:0;background-color:transparent;border-radius:0;}.x-recent-posts .x-recent-posts-img{position:relative;padding-bottom:56.25%;background:center center/cover no-repeat;}.x-recent-posts .x-recent-posts-img:before,.x-recent-posts .x-recent-posts-img:after{display:block;position:absolute;opacity:0;transition:opacity .3s ease;}.x-recent-posts .x-recent-posts-img>svg{color:#fff;}.x-recent-posts .x-recent-posts-img:after{content:"";inset:0;background-color:rgba(0,0,0,.25);z-index:1;}.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before{opacity:.35;}.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after{opacity:1;}.x-recent-posts .x-recent-posts-content{padding:10px 5px;}.x-recent-posts .h-recent-posts,.x-recent-posts .x-recent-posts-date{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.x-recent-posts .h-recent-posts{margin:-1px 0 5px;font-size:17px;line-height:1.2;transition:color .3s ease;}.x-recent-posts .x-recent-posts-date{margin:0;font-size:10px;line-height:1;text-transform:uppercase;}.x-recent-posts.vertical a[class^=x-recent-post]{float:none;margin-right:0;width:100% !important;margin-bottom:4%;}.x-recent-posts.vertical a[class^=x-recent-post]:last-child{margin-bottom:0;}.js .x-recent-posts[data-fade=true] a{opacity:0;}.x-pricing-table{width:100%;margin:2.15em 0;}.x-pricing-table.one-column .x-pricing-column{width:100%;}.x-pricing-table.two-columns .x-pricing-column{width:50%;}.x-pricing-table.three-columns .x-pricing-column{width:33.33333%;}.x-pricing-table.four-columns .x-pricing-column{width:25%;}.x-pricing-table.five-columns .x-pricing-column{width:20%;}@media (max-width: 978.98px){.x-pricing-table[class*=-column] .x-pricing-column{width:50%;}.x-pricing-table.three-columns .x-pricing-column:last-child,.x-pricing-table.five-columns .x-pricing-column:last-child{width:99.9%;}}@media (max-width: 766.98px){.x-pricing-table[class*=-column] .x-pricing-column{width:100%;}}.x-pricing-column{float:left;margin:0 0 -1px -1px;text-align:center;background-color:#fff;}@media (max-width: 766.98px){.x-pricing-column{float:none;margin-left:0;}}.x-pricing-column h2{border:1px solid rgba(0,0,0,.1);padding:20px 20px 25px;letter-spacing:0;line-height:1.1;font-size:32px;color:#7a7a7a;background-color:#f5f5f5;}.x-pricing-column h2 span{display:block;margin:5px -2px 0 0;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#000;}.x-pricing-column.featured{position:relative;margin-top:-20px;}@media (max-width: 978.98px){.x-pricing-column.featured{margin-top:0;}}.x-pricing-column.featured h2{border:0;padding-bottom:28px;color:#fff;background-color:#333;}.x-pricing-column.featured h2 span{color:#fff;}.x-pricing-column.featured .x-pricing-column-info{padding-bottom:50px;border-color:#333;}.x-pricing-column.featured .x-pricing-column-info ul{margin-bottom:40px;}.x-pricing-column-info{border:1px solid rgba(0,0,0,.1);border-top:0;padding:10px 0 32px;}.x-pricing-column-info .x-price{margin:0;font-size:44px;letter-spacing:-3px;}.x-pricing-column-info span{display:block;margin-top:-2px;font-size:12px;}.x-pricing-column-info p{margin:0;}.x-pricing-column-info ul{width:85%;margin:15px auto 25px;}.x-pricing-column-info ul>li{border-bottom:1px solid rgba(0,0,0,.1);padding:10px 20px 11px;font-size:16px;line-height:1.4;}.x-pricing-column-info ul>li [class*=x-icon-]{margin-left:.85em;}.x-pricing-column-info ul>li:first-child{border-top:1px solid rgba(0,0,0,.1);}.x-pricing-column-info .x-btn{margin-left:20px;margin-right:20px;}.x-callout{margin:2.15em 0;border:1px solid rgba(0,0,0,.1);padding:1.5em 1.75em 1.75em;font-size:21px;background-color:#fff;}@media (max-width: 978.98px){.x-callout{font-size:18px;}}@media (max-width: 479.98px){.x-callout{font-size:16px;}}.x-callout .x-btn{font-size:.85em;}.h-callout{margin-top:0;margin-bottom:.45em;font-size:1.65em;line-height:1.1;}.p-callout{margin-bottom:1.15em;line-height:1.4;}.x-promo{overflow:hidden;margin-bottom:2.15em;border:1px solid rgba(0,0,0,.1);background-color:#fff;}.x-promo-image-wrap img{min-width:100%;}.x-promo-content{padding:1.5em;}.x-author-box{margin:0 0 2.15em;border:1px solid rgba(0,0,0,.1);padding:30px 35px 32px;background-color:#fff;}.x-author-box .h-about-the-author{margin:0 0 30px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:3px;font-size:14px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#e6e6e6;}.x-author-box .avatar{float:left;width:90px;}@media (max-width: 479.98px){.x-author-box .avatar{display:none;}}.x-author-box .x-author-info{margin-left:110px;}@media (max-width: 479.98px){.x-author-box .x-author-info{margin-left:0;}}.x-author-box .h-author{margin-bottom:.35em;line-height:1;}.x-author-box .x-author-social{display:inline-block;margin-right:1em;font-size:13px;white-space:nowrap;}.x-author-box .x-author-social [class*=x-social]{position:relative;top:2px;}.x-author-box .p-author{margin-top:.5em;}.x-prompt{margin:0 0 2.15em;border:1px solid rgba(0,0,0,.1);padding:1.75em;background-color:#fff;}.x-prompt.message-left .x-prompt-section.x-prompt-section-message{padding-right:2.25em;text-align:left;}.x-prompt.message-right .x-prompt-section.x-prompt-section-message{padding-left:2.25em;text-align:right;}.x-prompt-section{position:relative;display:table-cell;vertical-align:middle;}.x-prompt-section p:last-child{margin-bottom:0;}.x-prompt-section.x-prompt-section-message{width:46%;font-size:16px;line-height:1.4;}.x-prompt-section.x-prompt-section-button{width:30%;}.h-prompt{margin:0 0 .285em;font-size:28px;line-height:1.1;}@media (max-width: 766.98px){.x-prompt{display:block;}.x-prompt.message-left .x-prompt-section.x-prompt-section-message{padding:0 0 1.25em;}.x-prompt.message-right .x-prompt-section.x-prompt-section-message{padding:1.25em 0 0;text-align:left;}.x-prompt-section{display:block;}.x-prompt-section.x-prompt-section-message,.x-prompt-section.x-prompt-section-button{width:100%;}}.x-content-band{margin:0 0 2.15em;padding:40px 0;}.x-content-band:before,.x-content-band:after{content:" ";display:table;width:0px;}.x-content-band:after{clear:both;}.x-content-band.bg-image,.x-content-band.bg-pattern{background-position:50% 50%;}.x-content-band.bg-image.parallax,.x-content-band.bg-pattern.parallax{background-attachment:fixed;}.x-content-band.bg-image{background-size:cover;background-repeat:no-repeat;}.x-content-band.bg-pattern{background-repeat:repeat;}.x-content-band.bg-video{position:relative;overflow:hidden;}.x-content-band.border-top{border-top:1px solid rgba(0,0,0,.075);}.x-content-band.border-left{border-left:1px solid rgba(0,0,0,.075);}.x-content-band.border-right{border-right:1px solid rgba(0,0,0,.075);}.x-content-band.border-bottom{border-bottom:1px solid rgba(0,0,0,.075);}.x-content-band.marginless-columns .x-container{display:table;table-layout:fixed;width:100%;}.x-content-band.marginless-columns .x-container:before,.x-content-band.marginless-columns .x-container:after{display:none;}.x-content-band.marginless-columns .x-container>.x-column{display:table-cell;margin-right:0;float:none;vertical-align:top;}.x-content-band.marginless-columns .x-container>.x-column.x-1-1{width:100%;}.x-content-band.marginless-columns .x-container>.x-column.x-1-2{width:50%;}.x-content-band.marginless-columns .x-container>.x-column.x-1-3{width:33.33333%;}.x-content-band.marginless-columns .x-container>.x-column.x-2-3{width:66.66666%;}.x-content-band.marginless-columns .x-container>.x-column.x-1-4{width:25%;}.x-content-band.marginless-columns .x-container>.x-column.x-3-4{width:75%;}.x-content-band.marginless-columns .x-container>.x-column.x-1-5{width:20%;}.x-content-band.marginless-columns .x-container>.x-column.x-2-5{width:40%;}.x-content-band.marginless-columns .x-container>.x-column.x-3-5{width:60%;}.x-content-band.marginless-columns .x-container>.x-column.x-4-5{width:80%;}.x-content-band.marginless-columns .x-container>.x-column.x-1-6{width:16.66666%;}.x-content-band.marginless-columns .x-container>.x-column.x-5-6{width:83.33333%;}@media (max-width: 766.98px){.x-content-band.marginless-columns .x-container{display:block;}.x-content-band.marginless-columns .x-container:before,.x-content-band.marginless-columns .x-container:after{display:table;}.x-content-band.marginless-columns .x-container>.x-column[class*=x-]{display:block;width:100%;vertical-align:inherit;}}.x-content-band.vc .wpb_row,.x-content-band.vc .wpb_content_element{margin-bottom:0;}.x-content-band .x-container{position:relative;}.x-entry-share{margin:0 0 2.15em;border:1px solid rgba(0,0,0,.1);border-left:0;border-right:0;padding:20px 0;line-height:1;text-align:center;}.x-entry-share p{margin:0 0 10px;font-size:12px;font-weight:400;text-transform:uppercase;}.x-entry-share .x-share{display:inline-block;margin:0 .25em;width:45px;height:45px;font-size:21px;line-height:45px;border-radius:100em;color:#333;background-color:rgba(0,0,0,.1);}.x-entry-share .x-share:hover{color:#fff;background-color:#333;}.x-toc{width:210px;margin:.55em 0;border:1px solid rgba(0,0,0,.1);padding:15px;font-size:11px;background-color:#fff;border-radius:3px;}.x-toc.left{margin-right:1.75em;}.x-toc.right{margin-left:1.75em;}@media (max-width: 479.98px){.x-toc.left,.x-toc.right{width:auto;float:none;margin:0 0 2.15em;}}.x-toc.block{width:auto;margin:0 0 2.15em;}.x-toc ul{margin-bottom:-10px !important;}.h-toc{margin:0 0 10px;font-size:14px;letter-spacing:1px;text-transform:uppercase;}.x-toc.block.two-columns .x-toc-item{float:left;width:48%;margin-right:4%;}.x-toc.block.two-columns .x-toc-item:nth-child(2n){margin-right:0;}.x-toc.block.three-columns .x-toc-item{float:left;width:30.66667%;margin-right:4%;}.x-toc.block.three-columns .x-toc-item:nth-child(3n){margin-right:0;}@media (max-width: 978.98px){.x-toc.block.three-columns .x-toc-item{width:48%;}.x-toc.block.three-columns .x-toc-item:nth-child(3n){margin-right:4%;}.x-toc.block.three-columns .x-toc-item:nth-child(2n){margin-right:0;}}@media (max-width: 479.98px){.x-toc.block.two-columns .x-toc-item,.x-toc.block.three-columns .x-toc-item{width:100%;margin-right:0;}}.x-toc-item{margin-bottom:10px;font-size:14px;line-height:1.3;}.x-toc-item a{display:block;border-bottom:1px solid rgba(0,0,0,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.h-custom-headline{letter-spacing:-1px;line-height:1.1;}.h-custom-headline.accent{overflow:hidden;}.h-custom-headline.accent span{padding-bottom:2px;display:inline-block;position:relative;}.h-custom-headline.accent span:before,.h-custom-headline.accent span:after{content:"";position:absolute;top:50%;width:9999px;display:block;margin-top:0;border-top:1px solid rgba(0,0,0,.1);}.h-custom-headline.accent span:before{right:100%;margin-right:.75em;}.h-custom-headline.accent span:after{left:100%;margin-left:.75em;}.h-feature-headline{line-height:1.1;}.h-feature-headline span{display:inline-block;position:relative;padding-left:1.5em;}.h-feature-headline span i{position:absolute;top:50%;left:0;width:2em;height:2em;margin-top:-1em;font-size:.65em;letter-spacing:0;line-height:2em;text-align:center;color:#fff;background-color:#333;border-radius:100em;}.x-section{display:block;position:relative;margin:0 0 2.15em;padding:45px 0;}.x-section:before,.x-section:after{content:" ";display:table;width:0px;}.x-section:after{clear:both;}.x-section.bg-image,.x-section.bg-pattern{background-position:50% 50%;}.x-section.bg-image.parallax,.x-section.bg-pattern.parallax{background-attachment:fixed;}@media (max-width: 978.98px){.x-section.bg-image.parallax,.x-section.bg-pattern.parallax{background-size:auto !important;}}.x-section.bg-image{background-size:cover;background-repeat:no-repeat;}.x-section.bg-pattern{background-repeat:repeat;}.x-section.bg-video{position:relative;overflow:hidden;}.x-section .x-container:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content){position:relative;z-index:1;}.x-section .x-container.marginless-columns{display:table;table-layout:fixed;}.x-section .x-container.marginless-columns:not(.width){width:100%;}.x-section .x-container.marginless-columns:before,.x-section .x-container.marginless-columns:after{display:none;}.x-section .x-container.marginless-columns>.x-column{display:table-cell;margin-right:0;float:none;vertical-align:top;}.x-section .x-container.marginless-columns>.x-column.x-1-1{width:100%;}.x-section .x-container.marginless-columns>.x-column.x-1-2{width:50%;}.x-section .x-container.marginless-columns>.x-column.x-1-3{width:33.33333%;}.x-section .x-container.marginless-columns>.x-column.x-2-3{width:66.66666%;}.x-section .x-container.marginless-columns>.x-column.x-1-4{width:25%;}.x-section .x-container.marginless-columns>.x-column.x-3-4{width:75%;}.x-section .x-container.marginless-columns>.x-column.x-1-5{width:20%;}.x-section .x-container.marginless-columns>.x-column.x-2-5{width:40%;}.x-section .x-container.marginless-columns>.x-column.x-3-5{width:60%;}.x-section .x-container.marginless-columns>.x-column.x-4-5{width:80%;}.x-section .x-container.marginless-columns>.x-column.x-1-6{width:16.66666%;}.x-section .x-container.marginless-columns>.x-column.x-5-6{width:83.33333%;}@media (max-width: 766.98px){.x-section .x-container.marginless-columns{display:block;}.x-section .x-container.marginless-columns:before,.x-section .x-container.marginless-columns:after{display:table;}.x-section .x-container.marginless-columns>.x-column[class*=x-]{display:block;width:100%;vertical-align:inherit;}}.x-section-separator{position:absolute;left:0;right:0;margin:0 auto;z-index:10;}.x-section-separator svg{display:block;width:100%;height:100%;margin:0;}.x-section-separator-top{top:0;transform:translateY(-100%);}.x-section-separator-bottom{bottom:0;transform:translateY(100%);}.with-container{border:1px solid rgba(0,0,0,.1);padding:2.5%;background-color:#fff;}.mejs-container:focus,.mejs-container:active{outline:0;}.mejs-container.mejs-container-fullscreen{background-color:#000;}.mejs-controls{display:flex;justify-content:space-between;align-items:center;background-color:#000;}.mejs-controls>div{display:flex;justify-content:center;align-items:center;position:relative;width:30px;height:30px;line-height:1;}.mejs-video .mejs-controls{width:auto;position:absolute;left:0;right:0;bottom:0;margin:0 20px 20px;}.mejs-button button{margin:0;border:0;padding:0;width:30px;height:30px;font-size:14px;line-height:inherit;text-align:center;vertical-align:top;background:none;color:rgba(255,255,255,.5);transition-duration:.3s;transition-timing-function:ease;transition-property:color,background-color,text-shadow;}.mejs-button button:hover,.mejs-button button:focus{color:#fff;}.mejs-button button:focus,.mejs-button button:active{outline:0;}.mejs-button button:before{content:"";display:block;margin:0 auto;font-family:FontAwesome !important;font-style:normal !important;font-weight:400 !important;text-decoration:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.mejs-button.mejs-play button:before{content:"";}.mejs-button.mejs-replay button:before{content:"";}.mejs-button.mejs-pause button:before{content:"";}.mejs-button.mejs-mute button:before{content:"";}.mejs-button.mejs-unmute button:before{content:"";}.mejs-button.mejs-fullscreen button:before{content:"";}.mejs-button.mejs-unfullscreen button:before{content:"";}.mejs-time{width:46px !important;font-size:10px;letter-spacing:.025em;text-align:center;color:rgba(255,255,255,.5);}@media (max-width: 766.98px){.mejs-time{display:none !important;}}.mejs-time-rail{flex:1 1 0%;padding:0 10px;}.mejs-time-total{display:block;margin:0;overflow:hidden;position:relative;z-index:1;width:100% !important;height:10px;cursor:pointer;background-color:rgba(255,255,255,.25);}.mejs-time-total:focus,.mejs-time-total:active{outline:0;}.mejs-time-loaded,.mejs-time-current{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:0% 0%;}.mejs-time-loaded{background-color:rgba(255,255,255,.25);}.mejs-time-current{background-color:rgba(255,255,255,.5);transform:scaleX(0);}.advanced-controls .mejs-time-rail{padding-left:0;padding-right:0;}@media (max-width: 766.98px){.advanced-controls .mejs-time-rail{padding-left:10px;padding-right:10px;}}.mejs-video .mejs-poster{background-size:contain;background-repeat:no-repeat;background-position:50% 50%;}.mejs-video .mejs-poster img{object-fit:contain;}.mejs-video .mejs-overlay-play{cursor:pointer;}.mejs-fullscreen{overflow:hidden !important;}.mejs-container-fullscreen{inset:0;position:fixed;z-index:1000;overflow:hidden;}.mejs-container-fullscreen video,.mejs-container-fullscreen .mejs-mediaelement{width:100% !important;height:100% !important;}.mejs-fullscreen-button>button{background-position:-80px 0;}.mejs-unfullscreen>button{background-position:-100px 0;}.bg .mejs-mediaelement{overflow:hidden;}.me-plugin,.me-cannotplay,.bg .mejs-mediaelement,.mejs-video .mejs-layer,.hide-controls.autoplay .mejs-video .mejs-layers{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-clear,.mejs-offscreen,.mejs-time-float,.mejs-time-handle,.mejs-time-hovered,.mejs-volume-slider,.mejs-time-buffering,.mejs-audio .mejs-layers,.mejs-poster .mejs-poster-img,.mejs-video .mejs-overlay-error,.vimeo .mejs-video .mejs-controls,.vimeo .mejs-mediaelement video,.mejs-video .mejs-overlay-loading,.hide-controls .mejs-video .mejs-controls,.mejs-video .mejs-overlay-play .mejs-overlay-button{display:none !important;}.x-mejs-no-source{display:flex;justify-content:center;align-items:center;width:100%;height:100%;}.has-stack-styles .mejs-controls{border:1px solid transparent;background-color:rgba(0,0,0,.65);}.has-stack-styles .mejs-button.mejs-playpause-button{border-right:1px solid rgba(255,255,255,.125);}.has-stack-styles .mejs-button.mejs-volume-button,.has-stack-styles .mejs-button.mejs-fullscreen-button{border-left:1px solid rgba(255,255,255,.125);}.has-stack-styles .mejs-button button{color:#a6a6a6;}.has-stack-styles .mejs-button button:hover,.has-stack-styles .mejs-button button:focus{color:#fff;}.has-stack-styles .mejs-time{color:#a6a6a6;}.has-stack-styles .mejs-time-total{height:10px;background-color:#000;}.has-stack-styles .mejs-time-loaded{height:10px;background-color:#a6a6a6;}.has-stack-styles .mejs-time-current{height:10px;background-color:#fff;}.x-sidebar.left{padding-right:35px;}.x-sidebar.right{padding-left:35px;}@media (max-width: 978.98px){.x-sidebar{margin-top:70px;}.x-sidebar.left,.x-sidebar.right{padding:0;}}.x-sidebar .widget{margin-top:3em;}.x-sidebar .widget:first-child{margin-top:0;}.x-header-landmark+.x-container>.offset>.x-sidebar{margin-top:-35px;}@media (max-width: 978.98px){.x-header-landmark+.x-container>.offset>.x-sidebar{margin-top:70px;}}.x-post-slider-archive-active .x-header-landmark+.x-container>.offset>.x-sidebar{margin-top:0;}.x-main{position:relative;}.x-main.left{padding-right:35px;}.x-main.right{padding-left:35px;}.x-main .widget{margin-top:3em;}.x-main .widget:first-child{margin-top:0;}@media (max-width: 978.98px){.x-main.left{padding-right:0;}.x-main.right{padding-left:0;}}.hentry:before,.hentry:after{content:" ";display:table;width:0px;}.hentry:after{clear:both;}.entry-featured{position:relative;}.entry-thumb{display:block;position:relative;overflow:hidden;}a.entry-thumb{padding-bottom:65%;background-repeat:no-repeat;background-position:center center;background-size:cover;}a.entry-thumb .view{display:block;margin:-16px 0 0;position:absolute;top:250%;left:0;right:0;height:30px;font-size:12px;font-weight:400;letter-spacing:2px;line-height:30px;text-align:center;text-transform:uppercase;color:#fff;z-index:2;-webkit-transition:all .615s cubic-bezier(.19,1,.22,1);transition:all .615s cubic-bezier(.19,1,.22,1);}a.entry-thumb:before{content:"";display:block;position:absolute;inset:0;background-color:rgba(0,0,0,.75);z-index:1;opacity:0;-webkit-transition:all .615s cubic-bezier(.19,1,.22,1);transition:all .615s cubic-bezier(.19,1,.22,1);}a.entry-thumb:hover .view{top:50%;}a.entry-thumb:hover:before{top:0;opacity:1;}a.entry-thumb.featured.big{padding:16.5% 53px;text-align:center;}a.entry-thumb.featured.skinny{padding:53px;}a.entry-thumb.featured:before{background-color:rgba(0,0,0,.5);opacity:1;}a.entry-thumb.featured:hover:before{background-color:rgba(0,0,0,.75);}@media (max-width: 766.98px){a.entry-thumb.featured.big{text-align:initial;}a.entry-thumb.featured.big,a.entry-thumb.featured.skinny{padding:35px;}}@media (max-width: 479.98px){a.entry-thumb.featured.big,a.entry-thumb.featured.skinny{padding:24px;}a.entry-thumb.featured.big .featured-meta,a.entry-thumb.featured.skinny .featured-meta{font-size:14px;}a.entry-thumb.featured.big .h-featured,a.entry-thumb.featured.skinny .h-featured{font-size:24px;}a.entry-thumb.featured.big .featured-view,a.entry-thumb.featured.skinny .featured-view{font-size:10px;}}.x-full-width-layout-active.x-content-sidebar-active a.entry-thumb.featured{margin-right:-35px;}.x-full-width-layout-active.x-sidebar-content-active a.entry-thumb.featured{margin-left:-35px;}@media (max-width: 978.98px){.x-full-width-layout-active.x-content-sidebar-active a.entry-thumb.featured{margin-right:0;}.x-full-width-layout-active.x-sidebar-content-active a.entry-thumb.featured{margin-left:0;}}.featured-meta,.h-featured,.featured-view{position:relative;z-index:2;}.featured-meta{display:inline-block;margin-bottom:10px;font-size:16px;line-height:1.4;color:#fff;}.h-featured{margin:0;font-size:32px;text-transform:uppercase;color:#fff;}.featured-view{margin-top:19px;display:inline-block;border:1px solid #fff;padding:.5em 1em .535em;font-size:12px;text-transform:uppercase;color:#fff;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;}.featured-view:hover{color:#333;background-color:#fff;}.entry-header:before,.entry-header:after{content:" ";display:table;width:0px;}.entry-header:after{clear:both;}.entry-title{margin:0;line-height:1.1;}@media (max-width: 479.98px){.entry-title{font-size:200%;}}h1.entry-title{font-size:200%;}h2.entry-title{font-size:140%;}.p-meta{margin:1em 0 0;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75em;}.p-meta>span>a{white-space:nowrap;color:#333;}.p-meta>span>a:hover{color:#e74c3c;}.p-meta>span:after{content:"/";padding:0 .45em;}.p-meta>span:last-child:after{display:none;}.entry-content{margin-top:17.5px;}.entry-content:before,.entry-content:after{content:" ";display:table;width:0px;}.entry-content:after{clear:both;}.entry-content embed,.entry-content iframe,.entry-content object{width:100%;max-width:100%;}.entry-content>p:last-child,.entry-content>ul:last-child,.entry-content>ol:last-child{margin-bottom:0;}.entry-top-navigation{margin-bottom:35px;}.entry-top-navigation:before,.entry-top-navigation:after{content:" ";display:table;width:0px;}.entry-top-navigation:after{clear:both;}.entry-top-navigation .entry-parent{float:left;}.entry-top-navigation .entry-parent{display:block;width:38px;height:42px;font-size:18px;line-height:42px;border:1px solid #333;text-align:center;color:#333;background-color:#fff;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;}.entry-top-navigation .entry-parent:hover{color:#fff;background-color:#333;}.entry-top-navigation .entry-parent{width:46px;}.blog .x-main .hentry,.search .x-main .hentry,.archive .x-main .hentry{margin-top:35px;border-top:1px solid rgba(0,0,0,.1);padding-top:35px;}.blog .x-main .hentry:first-of-type,.search .x-main .hentry:first-of-type,.archive .x-main .hentry:first-of-type{margin-top:0;}.blog .x-main .hentry:last-of-type,.search .x-main .hentry:last-of-type,.archive .x-main .hentry:last-of-type{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:35px;}.blog .x-main .hentry>.entry-featured,.search .x-main .hentry>.entry-featured,.archive .x-main .hentry>.entry-featured{float:left;width:34%;margin:0;}.blog .x-main .hentry.has-post-thumbnail>.entry-wrap,.search .x-main .hentry.has-post-thumbnail>.entry-wrap,.archive .x-main .hentry.has-post-thumbnail>.entry-wrap{float:right;width:66%;padding-left:35px;}@media (max-width: 766.98px){.blog .x-main .hentry>.entry-featured,.search .x-main .hentry>.entry-featured,.archive .x-main .hentry>.entry-featured{float:none;width:auto;margin:0 0 2.15em;}.blog .x-main .hentry.has-post-thumbnail>.entry-wrap,.search .x-main .hentry.has-post-thumbnail>.entry-wrap,.archive .x-main .hentry.has-post-thumbnail>.entry-wrap{float:none;width:auto;padding-left:0;}}.page .x-main .hentry .entry-featured,.single-post .x-main .hentry .entry-featured{margin-bottom:2.15em;}.page .x-main.left .hentry .entry-featured,.single-post .x-main.left .hentry .entry-featured{margin-top:-35px;margin-right:-35px;}@media (max-width: 978.98px){.page .x-main.left .hentry .entry-featured,.single-post .x-main.left .hentry .entry-featured{margin-right:0;}}.page .x-main.right .hentry .entry-featured,.single-post .x-main.right .hentry .entry-featured{margin-top:-35px;margin-left:-35px;}@media (max-width: 978.98px){.page .x-main.right .hentry .entry-featured,.single-post .x-main.right .hentry .entry-featured{margin-left:0;}}.page .x-main.full .hentry .entry-featured,.single-post .x-main.full .hentry .entry-featured{margin-top:-35px;}.x-iso-container.cols-1 .entry-cover,.x-iso-container.cols-2 .entry-cover,.x-iso-container.cols-3 .entry-cover,.x-iso-container.cols-4 .entry-cover{padding-bottom:85%;}.x-page-title-disabled .entry-content{margin-top:0;}@media (max-width: 766.98px){.single-post .x-nav-articles{display:none;}}.format-audio.no-post-thumbnail .entry-featured{margin-top:2.15em;margin-bottom:2.15em;}.format-audio.has-post-thumbnail .entry-featured .x-audio{position:absolute;left:10px;right:10px;bottom:10px;margin:0 auto;}.format-audio.has-post-thumbnail .entry-featured .x-audio iframe{position:absolute;bottom:0;}.format-link .link{margin:2.15em 0;}.format-link .link a{font-size:1.571em;line-height:1.5;word-wrap:break-word;color:#7a7a7a;}.format-link .link a:hover{color:#e74c3c;}.format-quote .x-hgroup{margin:2.15em 0;}.format-quote .x-hgroup .quote{margin:0;font-size:1.5em;line-height:1.4;}.format-quote .x-hgroup .quote:before{content:"“";}.format-quote .x-hgroup .quote:after{content:"”";}.format-quote .x-hgroup .cite{display:block;margin:.25em 0 0;text-align:right;}.format-quote .x-hgroup .cite:before{content:"– ";}.x-filterable-category-group{display:none;visibility:hidden;}.x-filterable-category-group.selected{display:block;visibility:visible;}.x-filterable-featured-entries{margin-bottom:35px;}.x-filterable-featured-entries:before,.x-filterable-featured-entries:after{content:" ";display:table;width:0px;}.x-filterable-featured-entries:after{clear:both;}.x-btn-filterable{display:block;margin-top:35px;}.no-js .x-btn-filterable{display:block;}.single-x-portfolio .entry-featured,.single-x-portfolio .entry-wrap{margin-bottom:35px;}.single-x-portfolio .entry-featured{float:left;padding-right:35px;width:68%;}.single-x-portfolio .entry-wrap{float:right;width:32%;}.single-x-portfolio .entry-content{margin-top:0;}.single-x-portfolio .entry-extra .x-ul-tags{margin:0 0 35px;list-style:none;text-align:center;}.single-x-portfolio .entry-extra .x-ul-tags li a{display:block;border-top:1px solid rgba(0,0,0,.1);padding:5px 0;color:#7a7a7a;}.single-x-portfolio .entry-extra .x-ul-tags li a:hover{color:#333 !important;}.single-x-portfolio .entry-extra .x-ul-tags li:first-child a{border-top:0;}.single-x-portfolio .h-extra{margin-top:35px;font-size:120%;letter-spacing:2px;text-align:center;text-transform:uppercase;}.single-x-portfolio .h-extra.skills{margin-bottom:.3em;}.single-x-portfolio .h-extra.launch{margin-bottom:.4em;}.single-x-portfolio #reply-title{margin-top:0;}@media (max-width: 978.98px){.single-x-portfolio .entry-featured{padding:0;}.single-x-portfolio .entry-featured,.single-x-portfolio .entry-wrap{float:none;width:100%;}}[class*=page-template-template-blank] .entry-content{margin-top:0;}.page-template-template-blank-3-php.x-navbar-fixed-left-active,.page-template-template-blank-3-php.x-navbar-fixed-right-active,.page-template-template-blank-6-php.x-navbar-fixed-left-active,.page-template-template-blank-6-php.x-navbar-fixed-right-active,.page-template-template-blank-7-php.x-navbar-fixed-left-active,.page-template-template-blank-7-php.x-navbar-fixed-right-active,.page-template-template-blank-8-php.x-navbar-fixed-left-active,.page-template-template-blank-8-php.x-navbar-fixed-right-active{padding:0;}.page-template-template-blank-4-php .x-container.main>.offset,.page-template-template-blank-5-php .x-container.main>.offset,.page-template-template-blank-6-php .x-container.main>.offset,.page-template-template-blank-8-php .x-container.main>.offset{margin:0;}.page-template-template-blank-4-php .x-main,.page-template-template-blank-5-php .x-main,.page-template-template-blank-6-php .x-main,.page-template-template-blank-8-php .x-main{background-color:#fff;}[class*=page-template-template-blank] .x-container.main:not(.x-row):not(.x-grid):before{left:-5000em;}.error404 .entry-404 p{max-width:750px;margin:0 auto 1.313em;font-size:1.5em;}@media (max-width: 766.98px){.error404 .entry-404 p{font-size:1.25em;}}@media (max-width: 479.98px){.error404 .entry-404 p{font-size:1em;}}.error404 .entry-404 .form-search{max-width:500px;margin:0 auto;}.x-header-landmark{padding:1.85em 0 2.15em;}@media (max-width: 766.98px){.x-header-landmark{text-align:center;}}.h-landmark,.h-landmark.entry-title{margin:0;font-size:236%;line-height:1.1;}.entry-cover{position:relative;display:block;padding-bottom:65%;overflow:hidden;text-align:center;background-color:#333;background-repeat:no-repeat;background-position:center center;background-size:cover;}.entry-cover:hover .h-entry-cover:before{background-color:rgba(0,0,0,.75);}.h-entry-cover{position:absolute;top:calc(100% - 4em);left:0;right:0;margin:0;padding:1.5em;font-size:14px;letter-spacing:0;line-height:1;text-transform:uppercase;color:#fff;-webkit-transition:all .615s cubic-bezier(.19,1,.22,1);transition:all .615s cubic-bezier(.19,1,.22,1);}.h-entry-cover span{display:block;position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.h-entry-cover:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:50em;background-color:rgba(0,0,0,.5);z-index:0;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}.x-comments-area{margin:35px 0 0;}.h-comments-title,#reply-title{overflow:hidden;margin:0 0 35px;font-size:150%;line-height:1.05;}.h-comments-title span,#reply-title span{position:relative;}.h-comments-title span:before,.h-comments-title span:after,#reply-title span:before,#reply-title span:after{content:"";position:absolute;top:50%;width:9999px;display:block;margin-top:0;border-top:1px solid rgba(0,0,0,.1);}.h-comments-title span:before,#reply-title span:before{right:100%;margin-right:.75em;}.h-comments-title span:after,#reply-title span:after{left:100%;margin-left:.75em;}#reply-title small{display:block;margin-top:5px;font-size:12px;letter-spacing:0;text-transform:none;}.x-comments-list #reply-title{margin-top:0;}.x-comments-list{margin:0;list-style:none;}.x-comments-list>li.comment:first-child{border-top:0;}.x-comments-list>li.comment:first-child>article.comment:first-child{padding-top:0;}.x-comments-list .children{margin:0;list-style:none;}@media (max-width: 978.98px){.x-comments-list .children{margin-left:0;}}.x-comments-list .children .x-comment-content-wrap{width:calc(100% - 120px);}.x-comments-list .children .children .x-comment-content-wrap{width:calc(100% - 155px);}.x-comments-list .children .children .children .x-comment-content-wrap{width:calc(100% - 190px);}@media (max-width: 766.98px){.x-comments-list .children .x-comment-content-wrap,.x-comments-list .children .children .x-comment-content-wrap,.x-comments-list .children .children .children .x-comment-content-wrap{width:calc(100% - 85px);}}@media (max-width: 479.98px){.x-comments-list .x-comment-content-wrap,.x-comments-list .children .x-comment-content-wrap,.x-comments-list .children .children .x-comment-content-wrap,.x-comments-list .children .children .children .x-comment-content-wrap{width:100%;}}li.comment{margin:0;border-top:1px solid rgba(0,0,0,.1);padding:0;}article.comment{position:relative;margin:0;padding-top:35px;padding-bottom:35px;background-color:#fff;}article.comment:before,article.comment:after{content:" ";display:table;width:0px;}article.comment:after{clear:both;}.x-comment-header{margin-bottom:8.75px;}.x-comment-header .x-comment-meta{margin-bottom:4px;line-height:1;}.x-comment-header .x-comment-meta:before,.x-comment-header .x-comment-meta:after{content:" ";display:table;width:0px;}.x-comment-header .x-comment-meta:after{clear:both;}.x-comment-content-wrap{float:right;width:calc(100% - 85px);}.x-comment-content{position:relative;}.x-comment-content p,.x-comment-content ul,.x-comment-content ol{margin-bottom:1.075em;}.x-comment-content p:last-child,.x-comment-content ul:last-child,.x-comment-content ol:last-child{margin-bottom:0;}.x-comment-author{font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:-1px;line-height:1;color:#333;font-size:128.6%;}.x-comment-author a{color:#333;}.x-comment-author a:hover{color:#e74c3c;}.x-comment-time{float:left;display:inline-block;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:1;text-transform:uppercase;color:#7a7a7a;}.x-comment-time:hover{color:#e74c3c;}.x-comment-awaiting-moderation{padding:.5em .5em .75em;line-height:1.2;text-align:center;color:#e74c3c;background-color:#f5f5f5;}.comment-edit-link{display:block;margin-right:1em;float:right;font-size:12px;line-height:1;text-transform:uppercase;}.comment-reply-link{position:relative;float:right;font-size:12px;line-height:1;text-transform:uppercase;}.comment-reply-link-after{position:relative;bottom:1px;font-size:.722em;line-height:1;}.x-comment-img{float:left;width:50px;}.x-comment-img .avatar-wrap{display:block;position:relative;}.x-comment-img .avatar-wrap:before{content:"";display:block;position:absolute;width:100%;height:100%;}.x-comment-img .bypostauthor{display:block;bottom:0;width:100%;clear:left;margin-top:5px;font-size:11px;line-height:1.2;text-align:center;opacity:.65;}@media (max-width: 479.98px){.x-comment-img{display:none;}}#commentform{margin-bottom:0;}.logged-in-as{margin-bottom:1em;}.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-rating,.comment-form-comment{margin:0;}.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-rating label,.comment-form-comment label{position:absolute;top:-9999em;visibility:hidden;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:128.6%;color:#333;}.comment-form-author label .required,.comment-form-email label .required,.comment-form-url label .required,.comment-form-rating label .required,.comment-form-comment label .required{position:relative;right:.175em;}.comment-form-author input,.comment-form-email input,.comment-form-url input{margin-bottom:1.5em;width:100%;}.comment-form-comment textarea{width:100%;resize:none;margin-bottom:1.5em;padding-top:1.25em;padding-bottom:1.25em;}.comment-form-cookies-consent{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:baseline;}.comment-form-cookies-consent input{margin:0;}.comment-form-cookies-consent label{margin:0 0 0 .65em;line-height:inherit;cursor:pointer;}.form-submit{margin:0;}.widget,.widget a{color:rgba(255,255,255,.25);}.widget p:last-child,.widget ul:last-child,.widget ol:last-child{margin-bottom:0;}.widget ul,.widget ol{margin-left:0;list-style:none;}.widget ul li a,.widget ol li a{display:inline-block;color:rgba(255,255,255,.25);}.widget ul li li a,.widget ol li li a{padding-left:1.655em;}.widget ul li li li a,.widget ol li li li a{padding-left:3.31em;}.widget ul li li li li a,.widget ol li li li li a{padding-left:4.965em;}.widget ul li li li li li a,.widget ol li li li li li a{padding-left:6.62em;}.widget select{width:100%;}.widget:before{content:"";display:block;height:2px;background-color:rgba(255,255,255,.1);}.x-main .widget,.x-sidebar .widget{color:#333;}.x-main .widget a,.x-sidebar .widget a{text-decoration:underline;}.x-main .widget a:hover,.x-sidebar .widget a:hover{text-decoration:none;}.x-main .widget ul li,.x-main .widget ol li,.x-sidebar .widget ul li,.x-sidebar .widget ol li{border-top:1px solid rgba(0,0,0,.085);}.x-main .widget ul li a,.x-main .widget ol li a,.x-sidebar .widget ul li a,.x-sidebar .widget ol li a{padding-top:8px;padding-bottom:8px;color:#333;}.x-main .widget>ul>li:last-child,.x-main .widget>ol>li:last-child,.x-main .widget div>ul>li:last-child,.x-main .widget div>ol>li:last-child,.x-sidebar .widget>ul>li:last-child,.x-sidebar .widget>ol>li:last-child,.x-sidebar .widget div>ul>li:last-child,.x-sidebar .widget div>ol>li:last-child{border-bottom:1px solid rgba(0,0,0,.085);}.x-main .widget:before,.x-sidebar .widget:before{display:none;}@media (max-width: 978.98px){body .x-main .widget,body .x-sidebar .widget,body .x-main .widget a,body .x-sidebar .widget a,body .x-main .widget a:hover,body .x-sidebar .widget a:hover,body .x-main .widget ul li a,body .x-main .widget ol li a,body .x-sidebar .widget ul li a,body .x-sidebar .widget ol li a,body .x-main .widget ul li a:hover,body .x-main .widget ol li a:hover,body .x-sidebar .widget ul li a:hover,body .x-sidebar .widget ol li a:hover{color:#7a7a7a;}}.h-widget{margin:16px 0 12px;font-size:128.6%;line-height:1.3;color:#fff;}.x-main .h-widget,.x-sidebar .h-widget{margin-top:0;border:1px solid #333;padding:.65em .65em .75em;font-size:85%;letter-spacing:.15em;text-align:center;text-transform:uppercase;color:#333;background-color:transparent;}@media (max-width: 978.98px){body .x-main .h-widget,body .x-sidebar .h-widget{color:#333;border-color:#333;}}.widget_calendar #wp-calendar{margin:0;font-size:87.5%;}.widget_calendar #wp-calendar caption{display:none;}.widget_calendar #wp-calendar th,.widget_calendar #wp-calendar td{line-height:1;text-align:center;}.widget_calendar #wp-calendar th{padding:4.5% 0;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;color:#fff;background-color:rgba(0,0,0,.2);}.widget_calendar #wp-calendar td{border:0;padding:4.75% 0;color:#333;}.widget_calendar #wp-calendar tbody td{background-color:#fff;}.widget_calendar #wp-calendar tfoot td{background-color:rgba(0,0,0,.2);}.widget_calendar #wp-calendar #prev,.widget_calendar #wp-calendar #next{padding:3% 0;font-size:87.5%;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1;}.widget_calendar #wp-calendar #prev a,.widget_calendar #wp-calendar #next a{color:#fff;opacity:.15;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}.widget_calendar #wp-calendar #prev a:hover,.widget_calendar #wp-calendar #next a:hover{opacity:1;}.x-main .widget_calendar #wp-calendar th,.x-main .widget_calendar #wp-calendar tfoot td,.x-sidebar .widget_calendar #wp-calendar th,.x-sidebar .widget_calendar #wp-calendar tfoot td{background-color:#333;}.widget_categories select,.widget_product_categories select{margin-bottom:0;}.widget_nav_menu .menu>li:last-child a:first-child{border-bottom:0;}.widget.widget_meta ul,.widget.widget_meta li abbr[title]{border-bottom:0;}.widget.widget_recent_comments a{display:inline;}.x-main .widget.widget_recent_comments li,.x-sidebar .widget.widget_recent_comments li{padding-top:8px;padding-bottom:8px;}.widget.widget_recent_entries li{padding-bottom:16px;line-height:1.5;}.widget.widget_recent_entries li:last-child{padding-bottom:0;}.widget.widget_recent_entries li a{display:inline;}.widget.widget_recent_entries li .post-date{display:block;font-size:85%;margin-top:.5em;text-transform:uppercase;opacity:.575;}.x-main .widget.widget_recent_entries li,.x-sidebar .widget.widget_recent_entries li{padding-top:8px;padding-bottom:8px;}.widget_rss .h-widget a.rsswidget{text-decoration:none;}.widget_rss .rsswidget img{display:none;}.widget.widget_rss li{padding-bottom:16px;}.widget.widget_rss li:last-child{padding-bottom:0;}.widget.widget_rss li .rsswidget{display:inline-block;padding:0;line-height:1.5;}.widget_rss .rss-date{display:block;font-size:85%;text-transform:uppercase;opacity:.575;}.widget_rss .rssSummary{margin:.75em 0;}.widget_rss cite{display:block;font-size:85%;text-transform:uppercase;opacity:.575;}.widget_rss cite:before{content:"By: ";}.x-main .widget.widget_rss li,.x-sidebar .widget.widget_rss li{padding:8px 0;}.widget_tag_cloud .tagcloud:before,.widget_tag_cloud .tagcloud:after,.widget_product_tag_cloud .tagcloud:before,.widget_product_tag_cloud .tagcloud:after{content:" ";display:table;width:0px;}.widget_tag_cloud .tagcloud:after,.widget_product_tag_cloud .tagcloud:after{clear:both;}.widget_tag_cloud .tagcloud a,.widget_product_tag_cloud .tagcloud a{display:inline-block;width:47%;color:rgba(255,255,255,.25);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.widget_tag_cloud .tagcloud a:nth-child(1n),.widget_product_tag_cloud .tagcloud a:nth-child(1n){float:left;}.widget_tag_cloud .tagcloud a:nth-child(2n),.widget_product_tag_cloud .tagcloud a:nth-child(2n){float:right;}.widget_tag_cloud .tagcloud a:hover,.widget_product_tag_cloud .tagcloud a:hover{color:#e74c3c;}.x-main .widget_tag_cloud .tagcloud a,.x-main .widget_product_tag_cloud .tagcloud a,.x-sidebar .widget_tag_cloud .tagcloud a,.x-sidebar .widget_product_tag_cloud .tagcloud a{color:#333;}.widget_text a{text-decoration:underline;}.widget_text ol,.widget_text ul{overflow:visible;margin:0 0 2.15em 1.655em;border:0;list-style:disc;background-color:transparent;}.widget_text ol.x-ul-icons,.widget_text ul.x-ul-icons{list-style:none;}.x-main .widget_text ol li,.x-main .widget_text ul li,.x-sidebar .widget_text ol li,.x-sidebar .widget_text ul li{border:0;}.x-main .widget_text ol li a,.x-main .widget_text ul li a,.x-sidebar .widget_text ol li a,.x-sidebar .widget_text ul li a{padding:0;}.x-main .widget_text>ul>li:last-child,.x-main .widget_text>ol>li:last-child,.x-main .widget_text div>ul>li:last-child,.x-main .widget_text div>ol>li:last-child,.x-sidebar .widget_text>ul>li:last-child,.x-sidebar .widget_text>ol>li:last-child,.x-sidebar .widget_text div>ul>li:last-child,.x-sidebar .widget_text div>ol>li:last-child{border-bottom:0;}.x-main .widget.widget_pages .current_page_item,.x-main .widget.widget_nav_menu .current-menu-item,.x-sidebar .widget.widget_pages .current_page_item,.x-sidebar .widget.widget_nav_menu .current-menu-item{border:1px solid #333;border-left:0;border-right:0;margin-bottom:-1px;}.x-main .widget.widget_pages .current_page_item a,.x-main .widget.widget_nav_menu .current-menu-item a,.x-sidebar .widget.widget_pages .current_page_item a,.x-sidebar .widget.widget_nav_menu .current-menu-item a,.x-main .widget.widget_pages .current_page_item a:hover,.x-main .widget.widget_nav_menu .current-menu-item a:hover,.x-sidebar .widget.widget_pages .current_page_item a:hover,.x-sidebar .widget.widget_nav_menu .current-menu-item a:hover{color:#333;}@media (max-width: 978.98px){body .x-main .widget.widget_pages .current_page_item,body .x-main .widget.widget_nav_menu .current-menu-item,body .x-sidebar .widget.widget_pages .current_page_item,body .x-sidebar .widget.widget_nav_menu .current-menu-item{border:1px solid #333;border-left:0;border-right:0;margin-bottom:-1px;}body .x-main .widget.widget_pages .current_page_item a,body .x-main .widget.widget_nav_menu .current-menu-item a,body .x-sidebar .widget.widget_pages .current_page_item a,body .x-sidebar .widget.widget_nav_menu .current-menu-item a,body .x-main .widget.widget_pages .current_page_item a:hover,body .x-main .widget.widget_nav_menu .current-menu-item a:hover,body .x-sidebar .widget.widget_pages .current_page_item a:hover,body .x-sidebar .widget.widget_nav_menu .current-menu-item a:hover{color:#333;}}.sticky{margin:0;}.alignright{float:right;margin:.35em 0 .35em 2.15em;}.alignleft{float:left;margin:.35em 2.15em .35em 0;}.alignnone{float:none;margin:0 0 2.15em;}.aligncenter{display:block;margin:0 auto 2.15em;}.wp-caption,.gallery-item{max-width:100%;border:1px solid rgba(0,0,0,.1);padding:5px;text-align:center;background-color:#fff;border-radius:3px;}.wp-caption img,.gallery-item img{border-radius:2px;}.wp-caption>.gallery-caption,.wp-caption>.wp-caption-text,.wp-caption>.wp-caption-text:last-child,.gallery-item>.gallery-caption,.gallery-item>.wp-caption-text,.gallery-item>.wp-caption-text:last-child{display:block;margin:9px 0 5px;padding:0 5%;font-size:10px;line-height:1.2;text-transform:uppercase;}.gallery{clear:both;margin:-4% 0 2.15em;}.gallery:before,.gallery:after{content:" ";display:table;width:0px;}.gallery:after{clear:both;}.gallery .gallery-item{float:left;margin:4% 4% 0 0;}.gallery-columns-0 .gallery-item,.gallery-columns-1 .gallery-item{width:100%;}.gallery-columns-2 .gallery-item{width:48%;}.gallery-columns-2 .gallery-item:nth-child(2n){margin-right:0;}.gallery-columns-3 .gallery-item{width:30.6666%;}.gallery-columns-3 .gallery-item:nth-child(3n){margin-right:0;}.gallery-columns-4 .gallery-item{width:22%;}.gallery-columns-4 .gallery-item:nth-child(4n){margin-right:0;}@media (max-width: 978.98px){.gallery-columns-4 .gallery-item{width:48%;}.gallery-columns-4 .gallery-item:nth-child(2n){margin-right:0;}}@media (max-width: 766.98px){.gallery-columns-0 .gallery-item,.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,.gallery-columns-4 .gallery-item{width:100%;float:none;margin-right:0;}}.alignwide,.alignfull{width:auto;max-width:none;margin-left:0;margin-right:0;}.alignwide img,.alignfull img{display:block;margin:0 auto;}@media (max-width: 978.98px){.x-content-sidebar-active .alignwide,.x-sidebar-content-active .alignwide{width:92vw;max-width:92vw;margin-left:calc(50% - 46vw);}}@media (max-width: 978.98px){.x-content-sidebar-active .alignfull,.x-sidebar-content-active .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);}}.x-full-width-active .alignwide{width:92vw;max-width:92vw;margin-left:calc(50% - 46vw);}.x-full-width-active .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);}.page-template-template-blank-4-php .alignwide,.page-template-template-blank-4-php .alignfull,.page-template-template-blank-5-php .alignwide,.page-template-template-blank-5-php .alignfull,.page-template-template-blank-6-php .alignwide,.page-template-template-blank-6-php .alignfull,.page-template-template-blank-8-php .alignwide,.page-template-template-blank-8-php .alignfull{margin-left:0;margin-right:0;}.x-resp-embed,.is-type-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}.wp-embed-aspect-5-3 .x-resp-embed{padding-bottom:60%;}.wp-embed-aspect-4-4 .x-resp-embed{padding-bottom:80%;}.wp-embed-aspect-4-3 .x-resp-embed{padding-bottom:75%;}.wp-embed-aspect-3-2 .x-resp-embed{padding-bottom:66.67%;}.x-resp-embed iframe,.is-type-video iframe{display:block !important;position:absolute !important;top:0 !important;left:0 !important;width:100%;height:100%;margin:0 !important;}@media print{*{background:none !important;background-color:transparent !important;text-shadow:none !important;color:#000 !important;box-shadow:none !important;}html,body{overflow:visible !important;}a,a:visited{text-decoration:underline;}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}@page{margin:.5cm;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.x-root{display:block;}.x-masthead,.x-colophon,.x-bg,.backstretch{display:none !important;}.x-effect-exit,.x-effect-exiting,.x-effect-enter,.x-effect-entering{opacity:1 !important;filter:none !important;animation:none !important;transform:none !important;}}.cf:before,.cf:after{content:" ";display:table;width:0px;}.cf:after{clear:both;}.right{float:right;}.left{float:left;}.center-block{margin-left:auto;margin-right:auto;}.center-list{display:table;margin-left:auto;margin-right:auto;}.hide{display:none;}.show{display:block;}.invisible{visibility:hidden;}.visually-hidden,.screen-reader-text,.screen-reader-response,.bp-screen-reader-text{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.transparent{opacity:0;}.opaque{opacity:1;}.w-900{font-weight:900;}.w-800{font-weight:800;}.w-700{font-weight:700;}.w-600{font-weight:600;}.w-500{font-weight:500;}.w-400{font-weight:400;}.w-300{font-weight:300;}.w-200{font-weight:200;}.w-100{font-weight:100;}.tt-upper{text-transform:uppercase;}.tt-lower{text-transform:lowercase;}.tt-none{text-transform:none;}.center-text{text-align:center;}.right-text{text-align:right;}.left-text{text-align:left;}.justify-text{text-align:justify;}.x-visible-phone,.x-visible-tablet{display:none !important;}.x-visible-desktop{display:inherit !important;}span.x-visible-desktop{display:inline !important;}.x-hidden-desktop{display:none !important;}@media (min-width: 767px) and (max-width: 978.98px){.x-visible-tablet{display:inherit !important;}span.x-visible-tablet{display:inline !important;}.x-hidden-tablet{display:none !important;}.x-hidden-desktop{display:inherit !important;}span.x-hidden-desktop{display:inline !important;}.x-visible-desktop{display:none !important;}}@media (max-width: 766.98px){.x-visible-phone{display:inherit !important;}span.x-visible-phone{display:inline !important;}.x-hidden-phone{display:none !important;}.x-hidden-desktop{display:inherit !important;}span.x-hidden-desktop{display:inline !important;}.x-visible-desktop{display:none !important;}}.ptn,.pvn,.pan{padding-top:0 !important;}.pts,.pvs,.pas{padding-top:.5em !important;}.ptm,.pvm,.pam{padding-top:1em !important;}.ptl,.pvl,.pal{padding-top:2em !important;}.prn,.phn,.pan{padding-right:0 !important;}.prs,.phs,.pas{padding-right:.5em !important;}.prm,.phm,.pam{padding-right:1em !important;}.prl,.phl,.pal{padding-right:2em !important;}.pbn,.pvn,.pan{padding-bottom:0 !important;}.pbs,.pvs,.pas{padding-bottom:.5em !important;}.pbm,.pvm,.pam{padding-bottom:1em !important;}.pbl,.pvl,.pal{padding-bottom:2em !important;}.pln,.phn,.pan{padding-left:0 !important;}.pls,.phs,.pas{padding-left:.5em !important;}.plm,.phm,.pam{padding-left:1em !important;}.pll,.phl,.pal{padding-left:2em !important;}.mtn,.mvn,.man{margin-top:0 !important;}.mts,.mvs,.mas{margin-top:.5em !important;}.mtm,.mvm,.mam{margin-top:1em !important;}.mtl,.mvl,.mal{margin-top:2em !important;}.mrn,.mhn,.man{margin-right:0 !important;}.mrs,.mhs,.mas{margin-right:.5em !important;}.mrm,.mhm,.mam{margin-right:1em !important;}.mrl,.mhl,.mal{margin-right:2em !important;}.mbn,.mvn,.man{margin-bottom:0 !important;}.mbs,.mvs,.mas{margin-bottom:.5em !important;}.mbm,.mvm,.mam{margin-bottom:1em !important;}.mbl,.mvl,.mal{margin-bottom:2em !important;}.mln,.mhn,.man{margin-left:0 !important;}.mls,.mhs,.mas{margin-left:.5em !important;}.mlm,.mhm,.mam{margin-left:1em !important;}.mll,.mhl,.mal{margin-left:2em !important;}.cs-cf:before,.cs-cf:after,.cs-clearfix:before,.cs-clearfix:after{content:" ";display:table;width:0px;}.cs-cf:after,.cs-clearfix:after{clear:both;}.cs-f-n{float:none;}.cs-f-l{float:left;}.cs-f-r{float:right;}.cs-hide{display:none !important;}.cs-visually-hidden{overflow:hidden !important;position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;border:0 !important;padding:0 !important;clip:rect(0 0 0 0) !important;}.cs-o-1{opacity:0 !important;}.cs-o-0{opacity:1 !important;}.cs-pos-r{position:relative !important;}.cs-pos-a{position:absolute !important;}.cs-pos-f{position:fixed !important;}.cs-fw-900{font-weight:900 !important;}.cs-fw-800{font-weight:800 !important;}.cs-fw-700{font-weight:700 !important;}.cs-fw-600{font-weight:600 !important;}.cs-fw-500{font-weight:500 !important;}.cs-fw-400{font-weight:400 !important;}.cs-fw-300{font-weight:300 !important;}.cs-fw-200{font-weight:200 !important;}.cs-fw-100{font-weight:100 !important;}.cs-ta-left{text-align:left !important;}.cs-ta-right{text-align:right !important;}.cs-ta-center{text-align:center !important;}.cs-ta-justify{text-align:justify !important;}.cs-tt-none{text-transform:none !important;}.cs-tt-uppercase{text-transform:uppercase !important;}.cs-tt-lowercase{text-transform:lowercase !important;}.cs-tt-capitalize{text-transform:capitalize !important;}.cs-ptn,.cs-pvn,.cs-pan{padding-top:0 !important;}.cs-pts,.cs-pvs,.cs-pas{padding-top:.5em !important;}.cs-ptm,.cs-pvm,.cs-pam{padding-top:1em !important;}.cs-ptl,.cs-pvl,.cs-pal{padding-top:2em !important;}.cs-prn,.cs-phn,.cs-pan{padding-right:0 !important;}.cs-prs,.cs-phs,.cs-pas{padding-right:.5em !important;}.cs-prm,.cs-phm,.cs-pam{padding-right:1em !important;}.cs-prl,.cs-phl,.cs-pal{padding-right:2em !important;}.cs-pbn,.cs-pvn,.cs-pan{padding-bottom:0 !important;}.cs-pbs,.cs-pvs,.cs-pas{padding-bottom:.5em !important;}.cs-pbm,.cs-pvm,.cs-pam{padding-bottom:1em !important;}.cs-pbl,.cs-pvl,.cs-pal{padding-bottom:2em !important;}.cs-pln,.cs-phn,.cs-pan{padding-left:0 !important;}.cs-pls,.cs-phs,.cs-pas{padding-left:.5em !important;}.cs-plm,.cs-phm,.cs-pam{padding-left:1em !important;}.cs-pll,.cs-phl,.cs-pal{padding-left:2em !important;}.cs-mtn,.cs-mvn,.cs-man{margin-top:0 !important;}.cs-mts,.cs-mvs,.cs-mas{margin-top:.5em !important;}.cs-mtm,.cs-mvm,.cs-mam{margin-top:1em !important;}.cs-mtl,.cs-mvl,.cs-mal{margin-top:2em !important;}.cs-mrn,.cs-mhn,.cs-man{margin-right:0 !important;}.cs-mrs,.cs-mhs,.cs-mas{margin-right:.5em !important;}.cs-mrm,.cs-mhm,.cs-mam{margin-right:1em !important;}.cs-mrl,.cs-mhl,.cs-mal{margin-right:2em !important;}.cs-mbn,.cs-mvn,.cs-man{margin-bottom:0 !important;}.cs-mbs,.cs-mvs,.cs-mas{margin-bottom:.5em !important;}.cs-mbm,.cs-mvm,.cs-mam{margin-bottom:1em !important;}.cs-mbl,.cs-mvl,.cs-mal{margin-bottom:2em !important;}.cs-mln,.cs-mhn,.cs-man{margin-left:0 !important;}.cs-mls,.cs-mhs,.cs-mas{margin-left:.5em !important;}.cs-mlm,.cs-mhm,.cs-mam{margin-left:1em !important;}.cs-mll,.cs-mhl,.cs-mal{margin-left:2em !important;}.desktop .menu-item,.desktop .menu-item>a{position:relative;}.desktop .menu-item.x-active>.sub-menu{display:block;}.desktop .sub-menu{position:absolute;display:none;float:left;min-width:200px;margin:0;padding:1.05em 0;font-size:14px;list-style:none;background-color:#333;z-index:1000;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 5px rgba(0,0,0,.35);}.desktop .sub-menu a{display:block;clear:both;padding:1px 1.6em;line-height:1.8;white-space:nowrap;color:#333;-webkit-transition:none;transition:none;}.desktop .sub-menu a:hover{text-decoration:none;color:#333;}.desktop .sub-menu .x-active>a,.desktop .sub-menu .current-menu-item>a{color:#333;}.masthead-inline .x-navbar .desktop .sub-menu{left:auto;right:0;}.masthead-inline .x-navbar .desktop .sub-menu .sub-menu{top:-1.025em;right:100%;}.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu{top:0;left:calc(100% + 2px);right:auto;}.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu .sub-menu{top:-1.025em;left:100%;right:auto;}.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu{top:0;left:auto;right:calc(100% + 2px);}.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu .sub-menu{top:-1.025em;left:auto;right:100%;}.masthead-stacked .x-navbar .desktop .sub-menu{left:0;right:auto;}.masthead-stacked .x-navbar .desktop .sub-menu .sub-menu{top:-1.025em;left:100%;}.x-widgetbar{position:fixed;top:-2px;left:0;right:0;border-bottom:2px solid rgba(255,255,255,.5);color:#7a7a7a;background-color:#333;z-index:1032;}@media (max-width: 978.98px){.x-widgetbar{position:absolute;}}.x-widgetbar .widget{margin-top:3em;}.x-widgetbar-inner{padding:2.5% 0;}.x-widgetbar-inner .x-column .widget:first-child{margin-top:0;}@media (max-width: 978.98px){.x-widgetbar-inner{padding:6.5% 0;}.x-widgetbar-inner .x-column .widget:first-child{margin-top:3em;}.x-widgetbar-inner .x-column:first-child .widget:first-child{margin-top:0;}}.x-btn-widgetbar{position:fixed;top:0;right:0;margin:0;border-top:19px solid #333;border-left:19px solid transparent;border-right:19px solid #333;border-bottom:19px solid transparent;padding:0;font-size:12px;line-height:1;color:rgba(255,255,255,.5);background-color:transparent;z-index:1033;}@media (max-width: 978.98px){.x-btn-widgetbar{position:absolute;}}.x-btn-widgetbar i{position:absolute;top:-15px;right:-13px;}.x-btn-widgetbar:hover{color:rgba(255,255,255,.85);}.x-navbar-fixed-left-active .x-widgetbar,.x-navbar-fixed-right-active .x-widgetbar{z-index:1029;}@media (max-width: 978.98px){.x-navbar-fixed-left-active .x-widgetbar,.x-navbar-fixed-right-active .x-widgetbar{z-index:1032;}}.x-topbar{position:relative;min-height:36px;background-color:#222;z-index:1031;}.x-topbar:before,.x-topbar:after{content:" ";display:table;width:0px;}.x-topbar:after{clear:both;}@media (max-width: 766.98px){.x-topbar{text-align:center;}}.x-topbar .p-info{float:left;margin:10px 0 0;font-size:12px;line-height:1.3;color:rgba(255,255,255,.25);}@media (max-width: 766.98px){.x-topbar .p-info{float:none;margin:0;border:1px solid rgba(255,255,255,.075);border-top:0;padding:.85em .85em .75em;}}.x-topbar .p-info a{color:rgba(255,255,255,.25);}.x-topbar .p-info a:hover{color:auto;}.x-topbar .x-social-global{float:right;margin-top:10px;transform:translate(0);}@media (max-width: 766.98px){.x-topbar .x-social-global{float:none;margin-top:9px;margin-bottom:12px;}}.x-topbar .x-social-global a{margin-left:8px;font-size:17px;}@media (max-width: 766.98px){.x-topbar .x-social-global a{margin:0 1.5%;}}.x-topbar .x-social-global a.foursquare{font-size:15px;}.x-topbar .x-social-global a i{display:block;}.x-navbar-fixed-left-active .x-topbar,.x-navbar-fixed-right-active .x-topbar{border-bottom:1px solid #060606;z-index:1028;}@media (max-width: 978.98px){.x-navbar-fixed-left-active .x-topbar,.x-navbar-fixed-right-active .x-topbar{border-bottom:1px solid #262626;z-index:1031;}}.x-logobar{position:relative;overflow:visible;border-bottom:1px solid rgba(255,255,255,.1);text-align:center;background-color:#333;z-index:1030;}.x-navbar{position:relative;overflow:visible;z-index:1030;}.x-navbar .x-container{position:relative;}.x-nav-wrap.desktop{display:block;}.x-nav-wrap.mobile{display:none;clear:both;overflow:hidden;}@media (max-width: 978.98px){.x-nav-wrap.desktop{display:none;}.x-nav-wrap.mobile{display:block;}.x-nav-wrap.mobile.x-collapsed{display:none;}}.x-brand{display:block;float:left;line-height:1;text-decoration:none;}.masthead-stacked .x-brand{display:inline-block;float:none;}.x-btn-navbar{display:none;font-size:24px;line-height:1;}@media (max-width: 978.98px){.masthead-inline .x-btn-navbar{display:block;float:right;}.masthead-stacked .x-btn-navbar{display:inline-block;}}.x-navbar .x-nav a{-webkit-transition:none;transition:none;}.x-navbar .x-nav>li>a>span{display:inline-block;}@media (max-width: 978.98px){.masthead-stacked .x-navbar{text-align:center;}}.x-navbar .desktop .x-nav{margin:0;}.x-navbar .desktop .x-nav>li{float:left;}.x-navbar .desktop .x-nav>li>a{float:none;line-height:1;text-decoration:none;}.x-navbar .desktop .x-nav>li>a:hover{text-decoration:none;}.x-navbar .desktop .x-nav li>a>span .x-framework-icon{margin-left:.35em;}.x-navbar .desktop .x-nav li>a>span .x-framework-icon svg{font-size:80%;}.x-navbar .desktop .x-nav li>a:only-child>span .x-framework-icon-menu{display:none;}.x-nav-wrap.mobile .x-framework-icon-menu{display:none;}.masthead-inline .desktop .x-nav{display:block;float:right;}.masthead-stacked .desktop .x-nav{display:table;margin-left:auto;margin-right:auto;}.x-navbar .mobile .x-nav{margin:25px 0;}.x-navbar .mobile .x-nav li>a{display:block;position:relative;font-size:14px;line-height:1.5;white-space:normal;}.x-navbar .mobile .x-nav ul{margin:0 0 0 2.25em;list-style:none;}.masthead-stacked .mobile .x-nav{text-align:initial;}.x-sub-toggle{position:absolute;top:0;right:0;bottom:0;text-align:center;}.x-sub-toggle>span{display:block;position:absolute;top:50%;width:100%;margin-top:-9px;font-size:18px;letter-spacing:0;line-height:1;}.x-navbar-fixed-top,.x-navbar-fixed-left,.x-navbar-fixed-right{position:fixed;z-index:1030;}@media (max-width: 978.98px){.x-navbar-fixed-top,.x-navbar-fixed-left,.x-navbar-fixed-right{position:relative;}}.x-navbar-fixed-top{top:0;left:0;right:0;}@media (max-width: 978.98px){.x-navbar-fixed-top-active .x-navbar-wrap{height:auto;}}.x-navbar-fixed-left,.x-navbar-fixed-right{top:0;bottom:0;width:228px;}.x-navbar-fixed-left .x-navbar-inner,.x-navbar-fixed-right .x-navbar-inner{height:100%;}.x-navbar-fixed-left .x-navbar-inner>.x-container.width,.x-navbar-fixed-right .x-navbar-inner>.x-container.width{width:100%;}.x-navbar-fixed-left .x-brand,.x-navbar-fixed-right .x-brand{float:none;text-align:center;}.x-navbar-fixed-left .desktop .x-nav,.x-navbar-fixed-right .desktop .x-nav{float:none;margin-top:2em;}.x-navbar-fixed-left .desktop .x-nav>li,.x-navbar-fixed-right .desktop .x-nav>li{float:none;}@media (max-width: 978.98px){.x-navbar-fixed-left,.x-navbar-fixed-right{width:auto;}.x-navbar-fixed-left .x-brand,.x-navbar-fixed-right .x-brand{float:left;}}.x-navbar-fixed-left{left:0;}.x-navbar-fixed-right{right:0;}.x-navbar{border-bottom:2px solid rgba(255,255,255,.5);background-color:#333;}.x-btn-navbar{border:0;padding:0;color:#fff;}.x-btn-navbar:hover{color:#fff;}.x-btn-navbar.collapsed{color:rgba(255,255,255,.35);}.x-btn-navbar.collapsed:hover{color:#fff;}.x-navbar .desktop .x-nav>li>a{border-right:1px solid rgba(255,255,255,.1);padding:0;}.x-navbar .desktop .x-nav>li:first-child>a{border-left:1px solid rgba(255,255,255,.1);}.x-navbar .mobile .x-nav li>a{margin:0 0 10px;padding:.85em 1.15em;color:#a3a3a3;background-color:rgba(0,0,0,.1);}.x-navbar .mobile .x-nav li>a:hover,.x-navbar .mobile .x-nav .x-active>a,.x-navbar .mobile .x-nav .current-menu-item>a{color:#fff;}.x-sub-toggle{width:45px;}@media (min-width: 979px){.x-navbar-fixed-left,.x-navbar-fixed-right{border-bottom:0;}}.x-navbar-fixed-left .desktop .x-nav>li>a,.x-navbar-fixed-right .desktop .x-nav>li>a{text-align:center;border-left:0;padding:20px 35px;}.x-navbar-fixed-left .desktop .x-nav>li>a:before,.x-navbar-fixed-right .desktop .x-nav>li>a:before{content:"";display:block;position:absolute;left:37.5%;right:37.5%;bottom:-1px;height:2px;background-color:rgba(255,255,255,.1);}.x-navbar-fixed-left .desktop .x-nav>li:last-child>a,.x-navbar-fixed-right .desktop .x-nav>li:last-child>a{border-right:0;}.x-navbar-fixed-left .desktop .x-nav>li:last-child>a:before,.x-navbar-fixed-right .desktop .x-nav>li:last-child>a:before{display:none;}.x-navbar-fixed-left{border-right:2px solid rgba(255,255,255,.5);}@media (max-width: 978.98px){.x-navbar-fixed-left{border-right:0;}}.x-navbar-fixed-left .desktop .x-nav>li>a:hover{box-shadow:2px 0 #e74c3c;}.x-navbar-fixed-right{border-left:2px solid rgba(255,255,255,.5);}@media (max-width: 978.98px){.x-navbar-fixed-right{border-left:0;}}.x-navbar-fixed-right .desktop .x-nav>li>a:hover{box-shadow:-2px 0 #e74c3c;}.x-navbar .mobile .x-nav>li.x-menu-item-search{margin:22px 0 0;text-align:center;}.x-navbar .mobile .x-nav>li.x-menu-item-search>a{margin:0;background-color:transparent;}.desktop .x-nav .x-megamenu>.sub-menu a{padding:1px 0;white-space:normal;}.desktop .x-nav .x-megamenu>.sub-menu>li{float:left;padding:16px 18px;}.desktop .x-nav .x-megamenu>.sub-menu>li>a{border-top:2px solid rgba(255,255,255,.1);padding:10px 0 5px;font-size:17px;text-transform:uppercase;color:#fff;}.desktop .x-nav .x-megamenu>.sub-menu>li>a>span:after{display:none;}.desktop .x-nav .x-megamenu>.sub-menu>li>.sub-menu{display:block !important;position:static;visibility:visible !important;width:100%;min-width:0;padding:0;box-shadow:none;}.desktop .x-nav .x-megamenu>.sub-menu>li>.sub-menu>li:last-child a{padding-bottom:0;}.desktop .x-nav .x-megamenu.col-2>.sub-menu>li{width:50%;}.desktop .x-nav .x-megamenu.col-2>.sub-menu>li:nth-child(3n){clear:left;}.desktop .x-nav .x-megamenu.col-3>.sub-menu>li{width:33.3333%;}.desktop .x-nav .x-megamenu.col-3>.sub-menu>li:nth-child(4n){clear:left;}.desktop .x-nav .x-megamenu.col-4>.sub-menu>li{width:25%;}.desktop .x-nav .x-megamenu.col-4>.sub-menu>li:nth-child(5n){clear:left;}.desktop .x-nav .x-megamenu.col-5>.sub-menu>li{width:20%;}.desktop .x-nav .x-megamenu.col-5>.sub-menu>li:nth-child(6n){clear:left;}.x-navbar-static-active .desktop .x-nav .x-megamenu,.x-navbar-fixed-top-active .desktop .x-nav .x-megamenu{position:static;}.x-navbar-static-active .desktop .x-nav .x-megamenu>.sub-menu,.x-navbar-fixed-top-active .desktop .x-nav .x-megamenu>.sub-menu{padding:18px;left:0;right:0;}.x-navbar-fixed-left-active .desktop .x-nav .x-megamenu,.x-navbar-fixed-right-active .desktop .x-nav .x-megamenu{position:relative;}.x-navbar-fixed-left-active .desktop .x-nav .x-megamenu>.sub-menu,.x-navbar-fixed-right-active .desktop .x-nav .x-megamenu>.sub-menu{padding:18px;width:600px;}.x-colophon+.x-colophon{background-color:#222;}.x-colophon.top{padding:5% 0 5.25%;background-color:#333;}.x-colophon.top .x-column .widget:first-child{margin-top:0;}@media (max-width: 978.98px){.x-colophon.top{padding:6.5% 0;}.x-colophon.top .x-column .widget:first-child{margin-top:5em;}.x-colophon.top .x-column:first-child .widget:first-child{margin-top:0;}}.x-colophon.bottom{padding:35px 0;font-size:11px;text-align:center;text-transform:uppercase;color:#7a7a7a;}.x-colophon.bottom .x-nav{margin:0 0 15px;line-height:1.3;}.x-colophon.bottom .x-nav li{display:inline-block;}.x-colophon.bottom .x-nav li a{display:inline-block;color:rgba(255,255,255,.25);text-decoration:underline;}.x-colophon.bottom .x-nav li:after{content:"/";display:inline-block;margin:0 .5em 0 .75em;color:rgba(255,255,255,.25);}.x-colophon.bottom .x-nav li:last-child:after{display:none;}.x-colophon.bottom .x-colophon-content{margin:0 0 15px;line-height:1.3;color:rgba(255,255,255,.25);}.x-colophon.bottom .x-colophon-content p{margin:0;}.x-colophon.bottom .x-colophon-content a{color:rgba(255,255,255,.25);text-decoration:underline;}.x-colophon.bottom .x-social-global{clear:both;margin:0;}.x-colophon.bottom .x-social-global a{margin:0 1%;font-size:18px;}.x-colophon.bottom .x-social-global a.foursquare{font-size:17px;}.x-colophon .widget{margin-top:5em;}.x-framework-icon.x-icon,.x-framework-icon *{transition-duration:inherit;}.x-framework-icon:first-child{margin-right:.3em;}.x-framework-icon:last-child{margin-left:.3em;}.x-framework-icon:only-child,.x-btn-navbar>.x-framework-icon{margin-left:0;margin-right:0;}.x-framework-icon.x-comment-author-icon{margin-right:.3em;}.x-cart-notification-icon .x-framework-icon{font-size:4em;}.x-breadcrumbs span.x-framework-icon{display:inline-flex;height:100%;position:relative;}.x-comment-author-icon{margin-right:.3em;}.widget_nav_menu .x-framework-icon{position:relative;top:1px;}:root{--ld-typography-font-family:inter,-apple-system,roboto,ubuntu,sans-serif;--ld-typography-font-weight-regular:400;--ld-typography-font-weight-medium:500;--ld-typography-font-weight-bold:700;--ld-typography-desktop-h1-size:4rem;--ld-typography-desktop-h1-height:4.5rem;--ld-typography-desktop-h1-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h1-spacing:-2%;--ld-typography-desktop-h1-margin:var(--ld-spacer-8);--ld-typography-mobile-h1-size:3rem;--ld-typography-mobile-h1-height:3.5rem;--ld-typography-mobile-h1-margin:var(--ld-spacer-7);--ld-typography-desktop-h2-size:3rem;--ld-typography-desktop-h2-height:3.5rem;--ld-typography-desktop-h2-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h2-spacing:-2%;--ld-typography-desktop-h2-margin:var(--ld-spacer-7);--ld-typography-mobile-h2-size:2.5rem;--ld-typography-mobile-h2-height:3rem;--ld-typography-mobile-h2-margin:var(--ld-spacer-6);--ld-typography-desktop-h3-size:2.5rem;--ld-typography-desktop-h3-height:3rem;--ld-typography-desktop-h3-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h3-spacing:-2%;--ld-typography-desktop-h3-margin:var(--ld-spacer-6);--ld-typography-mobile-h3-size:2rem;--ld-typography-mobile-h3-height:2.5rem;--ld-typography-mobile-h3-margin:var(--ld-spacer-5);--ld-typography-desktop-h4-size:2rem;--ld-typography-desktop-h4-height:2.5rem;--ld-typography-desktop-h4-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h4-spacing:inherit;--ld-typography-desktop-h4-margin:var(--ld-spacer-5);--ld-typography-mobile-h4-size:1.5rem;--ld-typography-mobile-h4-height:2rem;--ld-typography-mobile-h4-margin:var(--ld-spacer-4);--ld-typography-desktop-h5-size:1.5rem;--ld-typography-desktop-h5-height:2rem;--ld-typography-desktop-h5-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h5-spacing:inherit;--ld-typography-desktop-h5-margin:var(--ld-spacer-4);--ld-typography-mobile-h5-size:1.25rem;--ld-typography-mobile-h5-height:1.75rem;--ld-typography-mobile-h5-margin:var(--ld-spacer-4);--ld-typography-desktop-h6-size:1.125rem;--ld-typography-desktop-h6-height:1.5rem;--ld-typography-desktop-h6-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h6-spacing:inherit;--ld-typography-desktop-h6-margin:var(--ld-spacer-3);--ld-typography-mobile-h6-size:1.125rem;--ld-typography-mobile-h6-height:1.5rem;--ld-typography-mobile-h6-margin:var(--ld-spacer-3);--ld-typography-desktop-body-large-size:1.25rem;--ld-typography-desktop-body-large-height:1.75rem;--ld-typography-mobile-body-large-size:1rem;--ld-typography-mobile-body-large-height:1.5rem;--ld-typography-desktop-body-size:1rem;--ld-typography-desktop-body-height:1.5rem;--ld-typography-mobile-body-size:.875rem;--ld-typography-mobile-body-height:1.375rem;--ld-typography-desktop-body-small-size:.875rem;--ld-typography-desktop-body-small-height:1.375rem;--ld-typography-desktop-caption-size:.75rem;--ld-typography-desktop-caption-height:1.25rem;--ld-typography-mobile-caption-size:.75rem;--ld-typography-mobile-caption-height:1.25rem;--ld-typography-desktop-pre-title-size:.75rem;--ld-typography-desktop-pre-title-height:1.25rem;--ld-typography-desktop-pre-title-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-pre-title-spacing:3%;--ld-typography-desktop-pre-title-transform:uppercase;--ld-typography-mobile-pre-title-size:.75rem;--ld-typography-mobile-pre-title-height:1.25rem;--ld-typography-desktop-button-text-size:1rem;--ld-typography-desktop-button-text-height:1.5rem;--ld-typography-desktop-button-text-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-button-text-spacing:3%;--ld-typography-mobile-button-text-size:.875rem;--ld-typography-mobile-button-text-height:1.375rem;--ld-typography-desktop-link-size:1rem;--ld-typography-desktop-link-height:1.5rem;--ld-typography-desktop-link-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-link-decoration:underline;--ld-typography-mobile-link-size:.875rem;--ld-typography-mobile-link-height:1.375rem;--ld-color-semantic-success:#2f8351;--ld-color-semantic-error:#db0000;--ld-color-system-body-text:#333;--ld-color-system-middle-gray:#d2d7e2;--ld-color-system-middle-gray-light:#edf0f5;--ld-color-system-light-2:#f6f8fa;--ld-color-system-subtle:#73738c;--ld-color-system-subtle-text:var(--ld-color-system-subtle);--ld-color-field-bg:var(--ld-color-system-white);--ld-color-field-border:var(#8694b1);--ld-color-field-border-error:var(--ld-color-semantic-error);--ld-color-field-border-valid:var(--ld-color-semantic-success);--ld-color-field-error:var(--ld-color-semantic-error);}.ld-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;}.ld-icon-alert:before{content:"";}.ld-icon-unlocked:before{content:"";}.ld-icon-quiz:before{content:"";}.ld-icon-materials:before{content:"";}.ld-icon-download:before{content:"";}.ld-icon-course-outline:before{content:"";}.ld-icon-content:before{content:"";}.ld-icon-checkmark:before,.ld-icon-complete:before{content:"";}.ld-icon-clock:before{content:"";}.ld-icon-certificate:before{content:"";}.ld-icon-calendar:before{content:"";}.ld-icon-assignment:before{content:"";}.ld-icon-arrow-up:before{content:"";}.ld-icon-arrow-right:before{content:"";}.ld-icon-arrow-left:before{content:"";}.ld-icon-arrow-down:before{content:"";}.ld-icon-login:before{content:"";}.ld-icon-delete:before,.ld-icon-remove:before{content:"";}.ld-icon-comments:before{content:"";}.ld-icon-search:before{content:"";}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) *{box-sizing:border-box;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_checkout_buttons{margin:0 .5em 0 0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join .ld-icon{font-size:.875em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join+.ld-button{margin-left:1em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact .ld-text{padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover{background-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{max-width:100%;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{margin-left:10px;text-align:left;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;cursor:default;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover .ld-icon{font-size:.875em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover+.ld-button{margin-left:1em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact .ld-text{padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover:hover{background-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{max-width:100%;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{margin-left:10px;text-align:left;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover{color:#fff;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.btn-disabled,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.btn-disabled{background-color:#728188;cursor:default;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.btn-disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.btn-disabled:hover{background-color:#728188;opacity:1;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-icon{font-size:.875em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button+.ld-button{margin-left:1em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact .ld-text{padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover{background-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{margin-left:10px;text-align:left;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-icon{transition:all .25s ease-in-out;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover .ld-icon-arrow-right{transform:translateX(3px);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover .ld-icon-arrow-left{transform:translateX(-3px);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button){border-bottom:none !important;box-shadow:none !important;text-decoration:none;text-shadow:none;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button):hover{text-decoration:none;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern).ld-container{display:flex;margin:auto;max-width:1280px;padding:0 2em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-page-content{flex:1 auto;padding-right:2.5%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-sidebar-content{flex:0 0 250px;padding-left:2.5%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-profile-avatar{border-radius:100%;overflow:hidden;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-profile-avatar img{height:auto;width:100%;}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern).ld-container{flex-direction:column;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-page-content{margin-bottom:3em;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete{display:block;overflow:hidden;position:relative;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete{width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete:after,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.15em;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button .ld-icon{font-size:.875em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button+.ld-button{margin-left:1em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact .ld-text{padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:hover{background-color:#0e2a90;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{margin-left:10px;text-align:left;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:disabled,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:disabled{background:#4c4c4c !important;cursor:pointer;filter:grayscale(100%);}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{line-height:1.5em;max-width:100%;white-space:normal;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{margin-left:0;max-width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{border-top:2px solid #e2e7ed;clear:both;display:flex;justify-content:space-between;padding:1em 0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{flex-basis:200px;padding:5px;position:relative;}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action a.ld-button{margin-left:0;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:.75em;margin:0 auto;text-align:center;text-decoration:underline;width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back:hover{text-decoration:none;}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:flex;justify-content:space-between;padding:1.25em;}}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;padding:1.25em;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:1rem;margin:0;text-align:center;width:100%;}}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;}}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{padding:1em;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;justify-content:space-evenly;}}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;justify-content:space-evenly;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action+a{align-self:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>a{flex:1;font-size:.75em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions #learndash_timer,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .learndash_timer{color:#617175;display:block;font-weight:700;left:0;padding:1em;position:absolute;right:0;text-align:center;top:100%;}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;flex-direction:row;justify-content:space-evenly;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{flex:1;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>*{margin-bottom:2em;margin-left:0;}}@media (max-width:768px) and (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>*{margin-bottom:0;}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{flex-direction:column-reverse;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:first-child,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(3){width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(2){order:1;width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-mobile-only{display:none !important;}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-mobile-only{display:inherit !important;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-not-mobile{display:none !important;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading{position:relative;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading:after{background:rgba(255,255,255,.5);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:99;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid rgba(0,0,0,.5);border-radius:50%;border-top-color:#235af3;content:"";display:block;height:40px;left:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;width:40px;z-index:100;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 6px 6px #ccc;font-size:18px;margin-bottom:30px;padding:35px 25px 20px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .order-heading{display:block;font-size:24px;font-weight:700;margin-bottom:30px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-title{font-size:22px;margin-bottom:22px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows{border:1px solid #e2e7ed;border-radius:6px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row{border-bottom:1px solid #e2e7ed;display:flex;justify-content:space-between;padding:10px 15px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row:last-of-type{border-bottom:none;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row .purchase-label{font-weight:700;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form{display:flex;float:right;margin-top:30px;width:60%;}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form{width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input{padding:9px;width:50%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:first-of-type{border-bottom-left-radius:6px;border-color:#737373;border-top-left-radius:6px;font-size:.75em;margin-right:-2px;padding-left:15px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:last-of-type{background:#737373;border-bottom-right-radius:6px;border-color:#737373;border-top-right-radius:6px;color:#fff;font-size:.75em;font-weight:800;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:last-of-type:hover{color:#fff;opacity:.9;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form{align-items:center;display:inline-flex;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form span{padding-left:20px;white-space:nowrap;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form input[type=submit]{background:#737373;border-color:#737373;border-radius:6px;color:#fff;font-size:11px;height:22px;margin-left:5px;padding:0 6px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form input[type=submit]:hover{color:#fff;opacity:.9;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals{float:right;margin-top:30px;width:60%;}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals{width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals .order-heading{margin-bottom:20px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .order-overview-return{clear:both;display:block;font-size:15px;padding-top:30px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-course-status.ld-course-status-not-enrolled .ld-course-status-mode-subscribe .ld-course-status-price{color:#617175;font-size:24px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-course-status .ld-course-status-mode-subscribe .ld-text{color:#617175;font-weight:700;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-checkout-wrapper{align-items:flex-start;column-gap:40px;display:flex;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper{width:100%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .btn-join{float:right;margin:15px -5px 15px auto;max-width:100%;width:60%;}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .btn-join{width:100%;}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength{font-size:1em;font-weight:600;padding:3px .5em;text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength .ld-password-strength__prefix-marker{display:none;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.strong{background-color:#c1e1b9;border-color:#83c373;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.strong .ld-password-strength__descriptor{color:#000;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.short{background-color:#f1adad;border-color:#e35b5b;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.short .ld-password-strength__descriptor{color:#000;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.bad .ld-password-strength__descriptor{color:#000;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.good{background-color:#ffe399;border-color:#ffc733;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.good .ld-password-strength__descriptor{color:#000;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-hint{display:block;margin:.5em 0 0;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper{border:2px solid #a1a1a1;border-radius:5px;width:50%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .cart-checkout-form-title{text-align:center;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row{border-bottom:1px solid #ccc;display:flex;font-size:16px;margin:auto 5px;padding:7px 5px;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-name{width:60%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-price{width:34%;}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-delete{width:6%;}.checkout-dropdown-button .btn-join{background-color:#fff !important;color:#000 !important;font-size:16px !important;font-weight:400 !important;}.checkout-dropdown-button .btn-join:hover{background-color:#f5f5f5 !important;color:#000 !important;}@keyframes ldrotating{to{transform:rotate(1turn);}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.learndash-wrapper .ld-expand-button{min-width:120px;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{flex-basis:15px;}.learndash-wrapper .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-status-icon.ld-status-incomplete{flex-basis:18px;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{flex-basis:10px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{min-width:80px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact{margin-right:1em;min-width:0;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{margin-right:3em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{flex:1;}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{width:100%;}}.learndash-wrapper .ld-group-list{margin-bottom:2em;}.learndash-wrapper .ld-item-list{margin:2em 0 1em;}.learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination{border-bottom:0 !important;}.learndash-wrapper .ld-item-list .ld-item-list-content{padding:1.5em;}.learndash-wrapper .ld-item-list .ld-section-heading{align-items:center;display:flex;justify-content:space-between;}.learndash-wrapper .ld-item-list .ld-section-heading h3{font-weight:700;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions{align-items:center;display:flex;width:100%;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress{flex:1;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats{align-items:flex-end;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label{font-size:1.5em;text-transform:none;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar{background-color:#e2e7ed;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin-left:1em;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-section-heading h2,.learndash-wrapper .ld-item-list .ld-section-heading h3{margin-bottom:10px;text-align:center;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin:10px auto;}}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{border:none;color:#617175;cursor:pointer;display:flex;font-size:.875em;font-weight:800;margin:0;padding:0 10px 0 0;transition:color .3s ease;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{font-size:1.4em;height:20px;margin-left:5px;width:20px;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover{color:#235af3;text-decoration:none;}.learndash-wrapper .ld-item-list .ld-item-search{height:auto;max-height:0;overflow:hidden;transition:max-height .3s ease;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-heading{font-weight:700;margin:0 0 .5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{all:unset;border:2px solid rgba(0,0,0,0);cursor:pointer;display:flex;font-size:.625em;font-weight:700;padding:0 4px;position:absolute;right:15px;top:10px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before{content:"x";margin-right:.25em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:focus{border:2px solid #235af3;border-radius:2px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper{background:#e2e7ed;border-radius:6px;margin:1em 0;overflow:visible;padding:12px;position:relative;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{background:#fff;background:#e2e7ed;content:"";height:16px;left:66px;left:auto;position:absolute;right:175px;top:-8px;transform:rotate(-45deg);width:16px;z-index:1;z-index:9;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{left:20px;right:auto;}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{align-items:flex-end;display:flex;justify-content:space-between;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{flex:1;padding-right:1em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label{color:#333;display:block;font-size:.875em;margin-bottom:.5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select{background:#fff;border:2px solid #ccd2d9;border-radius:0;height:30px;padding:0 .5em;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name{position:relative;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{background-color:rgba(0,0,0,0);bottom:24px;color:#617175;display:inline-block;font-size:12px;font-weight:700;height:23px;line-height:24px;padding:0 1em;position:absolute;right:18px;text-decoration:none;top:41px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button:before{content:"x";display:inline-block;margin-right:.25em;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{right:2px;}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text]{font-size:20px;line-height:31.5px;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:0 0 100px;padding-right:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:30px;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon{font-size:.875em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button+.ld-button{margin-left:1em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:focus,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover{background-color:#0e2a90;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin-left:10px;text-align:left;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{flex-direction:column;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{margin-bottom:1em;padding-right:0;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:1;justify-content:center;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin:auto;}}.learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:2px solid #e2e7ed;border-radius:6px;margin:1em 0;}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next{border-color:#235af3;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:center;display:flex;justify-content:space-between;padding:20px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:.5em;margin-top:.25em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview>.ld-tooltip,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{align-items:top;color:#495255;display:flex;flex:1;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep{color:#e2e7ed;padding:0 .5em;}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:#235af3;}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:#617175;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components{color:#617175;display:block;font-size:.825em;font-weight:700;margin-top:.5em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status{display:inline-block;font-size:.825em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-left:.5em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{align-items:center;display:flex;justify-content:flex-end;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{margin-left:1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#235af3;font-size:26px;margin-right:15px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{height:auto;max-height:0;overflow:hidden;position:relative;transition:max-height .5s ease;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{background:#fff;content:"";height:16px;left:66px;left:64px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:1;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#f0f3f6;padding:2em 4.125em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding:2em 4.125em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{margin-top:0;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-left:2em;margin-top:0;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-left:0;margin-right:1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-left:0;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:2em 1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding-top:0;}}.learndash-wrapper .ld-table-list{border-radius:6px;margin:1.5em 0;overflow:hidden;}.learndash-wrapper .ld-table-list .ld-table-list-header,.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:center;display:flex;justify-content:space-between;overflow-wrap:break-word;padding:20px 0;}.learndash-wrapper .ld-table-list .ld-table-list-header a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a{color:#333;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{align-items:center;display:flex;flex:1;margin-right:1em;min-width:140px;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{align-items:center;display:flex;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:center;display:flex;flex:2;justify-content:space-between;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1;padding-left:.25em;padding-right:.25em;text-align:center;}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#333;}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover{color:#235af3;}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:#235af3;color:#fff;font-weight:800;padding:20px 22px;}.learndash-wrapper .ld-table-list .ld-table-list-items{border:2px solid #e2e7ed;font-size:.875em;padding:0 20px;}@media (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px;}}.learndash-wrapper .ld-table-list .ld-table-list-item{border-bottom:1px solid #e2e7ed;padding-left:0;padding-right:0;}.learndash-wrapper .ld-table-list .ld-table-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:#333;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover{color:#235af3;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column{color:#617175;font-size:1.2em;font-weight:700;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a{color:#617175;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments{font-size:1.5em;transform:translateY(.2em);}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded{padding:.75em 2em;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list{position:relative;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:32px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:1;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#e2e7ed;color:#495255;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background:#e2e7ed;padding-top:0;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:2px solid #495255;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:1px solid rgba(73,82,85,.2);}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:10px 0;}.learndash-wrapper .ld-table-list .ld-table-list-footer{background:#e2e7ed;padding:20px;}.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination{margin-bottom:0;}.learndash-wrapper .ld-table-list.ld-no-pagination{border-bottom:2px solid #e2e7ed;}.learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer{background:rgba(0,0,0,0);padding:0;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.75em;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{flex:1;text-align:right;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.875em;line-height:1.4em;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:none;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn{flex:1;text-align:right;}@media (max-width:768px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns{display:none;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{width:100%;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:flex-start;flex-direction:column;padding-top:.5em;width:100%;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1 auto;margin:0 0 .5em;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:inline-block;margin:0 0 .5em;}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{flex:1;}}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded,.learndash-wrapper .ld-lesson-list .ld-table-list-items{padding:0;}}.ld-password-strength{padding-top:var(--ld-spacer-0);}.ld-password-strength__prefix-marker{background-color:var(--ld-color-system-middle-gray);border-radius:2px;display:inline-block;height:4px;margin-right:9px;vertical-align:middle;width:24px;}.ld-password-strength__hint{color:var(--ld-color-system-subtle-text);margin-block-start:0;margin-bottom:var(--ld-spacer-4);}.ld-password-strength__descriptor,.ld-password-strength__hint{font-size:var(--ld-typography-desktop-body-small-size);line-height:var(--ld-typography-desktop-body-small-height);}.ld-password-strength__descriptor{display:inline-block;}.ld-password-strength.short .ld-password-strength__prefix-marker-1{background-color:var(--ld-color-semantic-error);}.ld-password-strength.short .ld-password-strength__descriptor{color:var(--ld-color-semantic-error);}.ld-password-strength.bad .ld-password-strength__prefix-marker-1,.ld-password-strength.bad .ld-password-strength__prefix-marker-2{background-color:var(--ld-color-semantic-error);}.ld-password-strength.bad .ld-password-strength__descriptor{color:var(--ld-color-semantic-error);}.ld-password-strength.good .ld-password-strength__prefix-marker-1,.ld-password-strength.good .ld-password-strength__prefix-marker-2,.ld-password-strength.good .ld-password-strength__prefix-marker-3{background-color:var(--ld-color-semantic-success);}.ld-password-strength.good .ld-password-strength__descriptor{color:var(--ld-color-semantic-success);}.ld-password-strength.strong .ld-password-strength__prefix-marker-1,.ld-password-strength.strong .ld-password-strength__prefix-marker-2,.ld-password-strength.strong .ld-password-strength__prefix-marker-3,.ld-password-strength.strong .ld-password-strength__prefix-marker-4{background-color:var(--ld-color-semantic-success);}.ld-password-strength.strong .ld-password-strength__descriptor{color:var(--ld-color-semantic-success);}.ldregister .ld-password-strength__descriptor{font-size:1em;}.ld-form__field-password-wrapper{margin-bottom:var(--ld-spacer-1);}.ld-breakpoint--mobile .ld-form__field-confirm_password-wrapper,.ld-breakpoint--mobile .ld-form__field-password-wrapper{display:flex;justify-content:space-between;}.ld-form__field-confirm_password-wrapper input,.ld-form__field-password-wrapper input{flex-grow:1;}.ld-button__password-visibility-toggle{display:inline-block;margin-top:var(--ld-spacer-fixed-2);}.ld-breakpoint--mobile .ld-button__password-visibility-toggle{display:flex;margin-left:10px;margin-top:0;}.learndash-wrapper .ld-progress{display:flex;flex-direction:column;margin:1em 0;}.learndash-wrapper .ld-progress .ld-progress-heading{display:flex;font-size:.75em;justify-content:space-between;line-height:1em;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{font-weight:800;text-transform:uppercase;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats{display:flex;flex-wrap:wrap;justify-content:flex-start;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:#235af3;font-weight:800;margin-right:5px;text-transform:uppercase;}.learndash-wrapper .ld-progress .ld-progress-bar{background-color:#fff;border-radius:7px;height:7px;margin:5px 0;overflow:hidden;}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:#235af3;height:7px;}.learndash-wrapper .ld-progress.ld-progress-inline{align-items:center;flex-direction:row-reverse;}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{flex:1 auto;margin-right:1em;}.learndash-wrapper .ld-progress.ld-progress-inline .ld-status{margin-left:1em;}@media (max-width:640px){.learndash-wrapper .ld-progress .ld-progress-heading,.learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline{flex-direction:column;}}.learndash-wrapper .ld-breadcrumbs+.ld-topic-status{padding:0;}.learndash-wrapper.learndash-widget .ld-progress{flex-wrap:wrap;}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{flex-direction:column;margin:.25em 0;order:1;}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{background-color:#e2e7ed;margin-right:0;width:100%;}.learndash-pager{align-items:center;background-color:#e2e7ed;border-radius:17px;color:#617175;color:#333;display:inline-flex;font-size:12px;font-weight:700;justify-content:space-between;margin:10px 0;padding:6px 12px;text-transform:uppercase;}.learndash-pager a{border:none !important;box-shadow:none !important;color:#333;cursor:pointer;font-size:18px;line-height:1em;text-decoration:none !important;}.learndash-pager a:after,.learndash-pager a:before{display:none;}.learndash-pager a.disabled{cursor:default;opacity:.5;}.learndash-pager .pager-left{order:1;}.learndash-pager .pager-legend{order:2;padding:0 8px;}.learndash-pager .pager-right{order:3;}.learndash-wrapper .ld-pagination{align-items:center;color:#333;display:flex;font-size:.75em;font-weight:700;justify-content:flex-end;margin-bottom:1em;text-transform:uppercase;}.learndash-wrapper .ld-pagination .ld-pages{align-items:center;background-color:#e2e7ed;border-radius:17px;display:flex;flex:0 0 180px;justify-content:space-between;line-height:1;overflow:hidden;padding:.5em;}.learndash-wrapper .ld-pagination .ld-pages i{background-position:50%;background-repeat:no-repeat;background-size:contain;color:#333;cursor:pointer;display:block;transition:color .3s ease;}.learndash-wrapper .ld-pagination .ld-pages i:hover{color:#235af3;}.learndash-wrapper .ld-pagination .ld-pages a{color:#333;transition:all .25s ease-in-out;}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:#333;}.learndash-wrapper .ld-pagination .ld-pages a.disabled{opacity:.25;pointer-events:none;}@media (max-width:640px){.learndash-wrapper .ld-pagination{justify-content:center;}}.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages{flex:0 0 100px;padding:0 10px;}.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages{flex:0 0 120px;}.ld-loading{position:relative;}.ld-loading:after{background:rgba(255,255,255,.5);bottom:0;left:0;right:0;top:0;z-index:99;}.ld-loading:after,.ld-loading:before{content:"";display:block;position:absolute;}.ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid rgba(0,0,0,.5);border-radius:50%;border-top-color:#235af3;height:40px;left:50%;margin:-20px 0 0 -20px;top:50%;width:40px;z-index:100;}.learndash-wrapper .ld-section-heading h3{font-size:24px;margin:.5em 0;}.learndash-wrapper .ld-score{font-weight:700;}.learndash-wrapper .ld-score.score-low{color:#ff3c00;}.learndash-wrapper .ld-score.score-high{color:#235af3;}.learndash-wrapper .ld-expand-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .ld-expand-button .ld-icon{font-size:.875em;}.learndash-wrapper .ld-expand-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-expand-button+.ld-button{margin-left:1em;}.learndash-wrapper .ld-expand-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-expand-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-expand-button.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-expand-button.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-expand-button.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .ld-expand-button.ld-button-transparent:focus,.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .ld-expand-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .ld-expand-button.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .ld-expand-button.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .ld-expand-button:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .ld-expand-button:hover{background-color:#0e2a90;}.learndash-wrapper .ld-expand-button[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .ld-expand-button[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .ld-expand-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-expand-button{margin-left:10px;text-align:left;}}.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon{transform:rotate(-180deg);}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{text-align:left;}.learndash-wrapper .ld-status{background-color:#e2e7ed;border-radius:12px;color:#333;display:block;font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1.1;margin-bottom:5px;padding:5px 12px;text-align:center;text-transform:uppercase;}.learndash-wrapper .ld-status.ld-tooltip [role=tooltip]{font-size:.75rem;letter-spacing:normal;line-height:unset;}.learndash-wrapper .ld-status-icon{border-radius:100%;display:inline-block;flex-basis:26px;flex-shrink:0;height:26px;position:relative;text-align:center;width:26px;}.learndash-wrapper .ld-status-icon .ld-icon{font-size:1.5em;}.learndash-wrapper .ld-status-icon .ld-icon:before{left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);}.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon{font-size:1em;}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#235af3;}.learndash-wrapper .ld-status-complete{background-color:#235af3;color:#fff;}.learndash-wrapper a.ld-status-complete:focus,.learndash-wrapper a.ld-status-complete:link,.learndash-wrapper a.ld-status-complete:visited{color:#fff;}.learndash-wrapper .ld-status-waiting{background-color:#ffd200;color:rgba(0,0,0,.75);}.learndash-wrapper .ld-status-alert,.learndash-wrapper .ld-status-unlocked{background-color:#ebf8fd;color:#235af3;}.learndash-wrapper .ld-status-incomplete.ld-status-icon{background-color:#fff;border:4px solid #e2e7ed;}.learndash-wrapper .ld-status-in-progress{background-color:#fff;border-color:#235af3 #e2e7ed #e2e7ed #235af3;border-style:solid;border-width:4px;transform:rotate(-45deg);}.learndash-wrapper .ld-certificate-icon{background:#235af3;display:block;height:30px;margin:auto;width:40px;}.learndash-wrapper .ld-item-icon{flex-shrink:0;font-size:1.4em;margin-right:.25em;}.learndash-wrapper .ld-item-icon.quiz-failure{color:#ff3c00;}.learndash-wrapper .ld-item-icon.ld-quiz-complete{color:#235af3;}.learndash-wrapper .ld-item-icon.ld-quiz-incomplete{color:#333;}.learndash-wrapper .ld-icon-delete{color:#7b8990;font-size:1.8em;margin-right:.25em;}.learndash-wrapper .ld-icon-delete:hover{color:#333;}.learndash-wrapper .ld-home-link{color:#495255;font-size:.75em;margin:0 0 .75em;text-decoration:underline;}.learndash-wrapper .ld-home-link:hover{text-decoration:none;}.learndash-wrapper .ld-text-content{color:#666;line-height:1.6;margin:1.5em 0;}.learndash-wrapper .ld-select-field{position:relative;}.learndash-wrapper .ld-select-field:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%);z-index:9;}.learndash-wrapper .ld-select-field select{appearance:none;}.learndash-wrapper .ld-file-upload{background-color:#f0f3f6;border-radius:6px;margin:1em 0;padding:1.5em;}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{color:#617175;font-size:1.2em;font-weight:700;}.learndash-wrapper .ld-file-upload .ld-file-upload-heading span{font-size:.8em;font-weight:300;}.learndash-wrapper .ld-file-upload .ld-file-upload-form{align-items:center;display:flex;margin-top:1em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{align-items:center;background-color:#fff;border-bottom-left-radius:12px;border-top-left-radius:12px;display:flex;flex:1;font-weight:700;overflow:hidden;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{background-color:#617175;color:#fff;font-size:.875em;font-weight:700;padding:.5em 2em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{border-bottom-right-radius:12px;border-top-right-radius:12px;color:#333;font-size:.875em;font-style:italic;overflow:hidden;padding:.5em 2em;text-overflow:ellipsis;white-space:nowrap;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:0 0 150px;font-size:.875em;justify-content:center;opacity:.5;text-align:center;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected+.ld-button{opacity:1;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-bottom-right-radius:12px;border-top-right-radius:12px;cursor:pointer;margin-right:.5em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label{outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message{font-size:.8em;line-height:1.5em;margin-top:1em;}@media (max-width:640px){.learndash-wrapper .ld-file-upload .ld-file-upload-form{flex-direction:column;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-radius:0;flex-direction:column;text-align:center;width:100%;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{width:100%;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:1;margin-top:1em;}}.learndash-wrapper .ld-hide{display:none;}.learndash-wrapper .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:1.5em;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:24px;margin:0;padding:0;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions{justify-content:flex-end;width:auto;}@media (max-width:640px){.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{flex-wrap:wrap;margin-bottom:.5em;margin-top:0;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{flex:0 0 100%;justify-content:space-between;}}.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{display:block;font-size:18px;font-weight:700;margin:1em 0 .5em;}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list{border-radius:0;margin:0;}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items{border:0;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:20px 60px;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 2.8em;}@media (max-width:768px){.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding-left:1em;padding-right:1em;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 1em;}}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{align-items:center;display:flex;font-size:.75em;line-height:1em;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{border-right:1px solid rgba(255,255,255,.5);margin-right:10px;padding-right:10px;text-transform:uppercase;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:400;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;flex-direction:row;justify-content:flex-start;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon{margin-right:.5em;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded{padding-top:0;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status{display:inline-block;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview{opacity:.5;}@media (max-width:640px){.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{align-items:stretch;flex-direction:column;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:1em 2.9em;}}.learndash-wrapper .ld-lesson-status{background:#f0f3f6;border-radius:6px;overflow:hidden;}.learndash-wrapper .ld-lesson-status .ld-progress{padding:0 1em;}.learndash-wrapper .ld-topic-status{background:#f0f3f6;border-radius:6px;overflow:hidden;}.learndash-wrapper .ld-topic-status .ld-progress{padding:0 1em;}.learndash-wrapper .quiz_continue_link{display:flex;justify-content:space-around;margin:10px;}.learndash-wrapper .ld-quiz-actions{align-items:center;border-top:2px solid #f0f3f6;display:flex;flex-direction:row-reverse;justify-content:center;margin:20px 0;padding-top:30px;}.learndash-wrapper .ld-quiz-actions .quiz_continue_link{margin:0 10px;}.learndash-wrapper .ld-quiz-actions .wpProQuiz_button{background:#495255;margin:0 10px;}.learndash-wrapper .ld-quiz-actions input[type=button]{margin:0 10px;}.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion],.learndash-wrapper .ld-quiz-actions input[name=restartQuiz]{background:#495255;}@media (max-width:768px){.learndash-wrapper .ld-quiz-actions{flex-direction:row;}.learndash-wrapper .ld-quiz-actions .quiz_continue_link,.learndash-wrapper .ld-quiz-actions .wpProQuiz_button,.learndash-wrapper .ld-quiz-actions input[type=button]{margin-bottom:1em;margin-left:auto;margin-right:auto;width:auto;}}.learndash-wrapper #quiz_continue_link,.learndash-wrapper #quiz_continue_link:hover{background:#235af3;}.learndash-wrapper .course_progress{background-color:#f0f3f6;border-radius:7px;height:7px;margin:1em 0;max-width:100%;overflow:hidden;}.learndash-wrapper .course_progress .sending_progress_bar{background:#235af3;height:7px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-sizing:border-box;color:#617175;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_infopageHeader{font-size:22px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:5px solid #f0f3f6;border-radius:4px;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody{border:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td{border:0 !important;padding:15px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:1.2em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate{text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{display:inline-block;justify-content:flex-start;padding:.5em 1em;white-space:nowrap;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;margin:0;opacity:1;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{display:flex;height:auto;justify-content:center;line-height:1.25em;max-width:385px;padding:1em;white-space:normal;width:100%;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button+.ld-button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{background-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled],.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled]:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin-left:10px;text-align:left;}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{min-width:150px;padding:1em 2em;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{float:none !important;margin-bottom:1em;margin-left:auto !important;margin-right:auto !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton{display:inline;margin:auto;padding:.25em .5em;}}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{align-items:center;background-color:#235af3;background:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;justify-content:space-around;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{background-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{margin-left:10px;text-align:left;}}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question{background:rgba(0,0,0,0);border:none;padding:0 0 1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList{background:rgba(0,0,0,0);border:0;list-style:none;margin:1em 0;margin-left:0 !important;padding:0;padding-left:0 !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] li.wpProQuiz_questionListItem{flex-wrap:wrap;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput{-webkit-appearance:auto;height:auto;max-width:100%;min-width:15px;width:2%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput:focus{outline-style:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput:after{display:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList span{margin-right:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question_text{background:rgba(0,0,0,0);font-weight:400;margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion{padding:5px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol{line-height:1.5em !important;margin:0 !important;padding:0 !important;}.learndash-wrapper .wpProQuiz_content .graded-disclaimer{font-size:.85em;font-style:italic;margin-top:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString{background:rgba(0,0,0,0);border:0;margin:1em 0;padding:0;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList{margin:1em 0 !important;padding:0;padding:0 !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem{align-items:center;background:#f0f3f6;border:0;border-radius:6px;box-shadow:none;display:flex;gap:16px;justify-content:center;margin:0 .5em .5em 0;padding:.5em 1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem_icon{color:var(--ld-color-system-subtle);font-size:1rem;height:1rem;width:1rem;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{margin:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#f0f3f6;border:0;border-radius:6px;box-shadow:0;margin:1em 0 1em 1em;padding:1em;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{background:#fff;background-color:#f0f3f6;bottom:-4px;content:"";height:16px;left:66px;left:1em;position:absolute;top:-8px;top:auto;transform:rotate(-45deg);width:16px;z-index:1;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5{font-size:.8em;font-weight:700;padding-bottom:0;text-transform:uppercase;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:350px;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] p{padding-bottom:0;padding-right:.25em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item){align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.5em;position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) p{text-align:left;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status{font-size:14px;font-weight:600;line-height:1em;position:absolute;right:14px;top:14px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--correct,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--incorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--missed{display:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_sortable:not(.ld-sortable__item-handle){align-items:center;background:rgba(0,0,0,0);border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_sortable:not(.ld-sortable__item-handle):before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:1em;text-transform:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) span.wpProQuiz_cloze{margin:2px 5px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label{align-items:center;border:2px solid #e2e7ed;border-radius:6px;display:inline-block;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input{margin-right:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input.wpProQuiz_questionInput[type=text]{border:0;box-shadow:none;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within{border-color:#235af3;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) textarea.wpProQuiz_questionEssay{border:2px solid #e2e7ed;border-radius:6px;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label{background:#eef7f1;border-color:#2f8351;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label:before{color:var(--ld-color-semantic-success);content:"";font-family:dashicons;font-size:22px;line-height:22px;vertical-align:text-top;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect .wpProQuiz_sortable{background:#2f8351;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect .ld-quiz-question-item__status--correct{display:block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label{background:#faeeee;border-color:#db0000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label:before{color:var(--ld-color-semantic-error);content:"";font-family:dashicons;font-size:22px;line-height:22px;vertical-align:text-top;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect .wpProQuiz_sortable{border-color:#db0000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect .ld-quiz-question-item__status--incorrect{display:block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0) !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete label{background:#f7f9fc;border-color:#000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable{border-color:#2f8351;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete .ld-quiz-question-item__status--missed{display:block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_cloze{display:inline-block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_cloze input{border:1px solid #e2e7ed;border-radius:6px;font-size:var(--wp--preset--font-size--medium);padding:2px .5em;text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border:2px solid #e2e7ed;border-collapse:initial;border-radius:6px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td{border:0;padding:0 !important;vertical-align:top;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child{border-right:2px solid #e2e7ed;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText{border-bottom-right-radius:0;border-top-right-radius:0;display:block;padding:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{align-items:center;border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;display:flex;height:100%;padding:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table{border-color:#2f8351;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#eef7f1;border-color:#2f8351;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:none;color:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table{border-color:#db0000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{background-color:#faeeee;border-color:#db0000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem{border:2px solid #e2e7ed;border-radius:6px;padding:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{border:0;color:var(--global--color-primary);display:inline-flex;font-weight:700;margin:0 .25em;padding:0;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input{height:.8em;margin-right:.5em;width:.8em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerIncorrect{background-color:initial;font-weight:400;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerCorrect input{background-color:#eef7f1;border-color:#2f8351;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerIncorrect input{background-color:#faeeee;border-color:#db0000;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .ld-quiz__cloze-results--correct-answer{color:var(--ld-color-system-subtle);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_clozeCorrect{position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_header{font-weight:700;margin:.5em 0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;box-sizing:border-box;color:#617175;margin:1em 0;min-height:85px;min-height:none;padding:25px;position:relative;text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img{height:auto;max-width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_questionList{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type=cloze_answer] .wpProQuiz_questionListItem{display:block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{background-color:#e2e7ed;border-radius:6px;margin:1em 0;padding:1em;position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{background:#fff;bottom:1em;content:"";height:7px;left:1em;position:absolute;right:1em;z-index:8;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{color:#333;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:#235af3;height:7px;margin-bottom:0;position:relative;z-index:9;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms{padding:2px;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms fieldset{background:rgba(0,0,0,0);display:grid;gap:2px;grid-template-columns:150px 1fr;margin:0 0 2px;padding:0 0 8px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms fieldset:nth-child(2n){background:#fbfbfb;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms legend{display:contents;font-size:.9em;font-weight:700;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms input[type=text],.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms select,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms textarea{width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="5"] label,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="8"] label{display:inline-block;margin-left:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="6"]{display:flex;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="6"] select{margin-right:1%;}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{flex-wrap:wrap;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{flex:1 0 50%;margin-bottom:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select:first-child{flex:0 0 100%;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{background-color:#f0f3f6;border-radius:6px;display:flex;flex:0 0 100%;justify-content:space-between;margin:1em 0;padding:1.5em;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{display:block;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{background:#fff;border-radius:6px;flex:1;margin-right:1em;padding:1em;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{width:100%;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:100px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover{background-color:#0e2a90;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit][disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit][disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin-left:10px;text-align:left;}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin:10px auto;}}.learndash-wrapper .wpProQuiz_quiz_time{color:#617175;font-size:.8em;font-weight:700;}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;color:#617175;justify-content:center;margin:1em 0;padding:1em;}.learndash-wrapper .wpProQuiz_points--message{color:#333;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background:#f0f3f6;border:0;border-radius:3px;overflow:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{border:0;border-radius:2px;box-shadow:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{background-color:#235af3;box-shadow:0;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{color:#fff;}.learndash-wrapper .wpProQuiz_reviewDiv{border-bottom:2px solid #f0f3f6;margin-bottom:2em;padding-bottom:2em;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{background:#f0f3f6;border:0;border-radius:3px;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li{border:0;border-radius:2px;box-shadow:0;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#235af3;box-shadow:0;color:#fff;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{color:#fff;}.learndash-wrapper .ld-quiz-result-failed table .wpProQuiz_mextrixTr td:first-child,.learndash-wrapper .ld-quiz-result-passed table .wpProQuiz_mextrixTr td:first-child{border-right:2px solid rgba(47,131,81,.2);}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{background-color:#fff;margin:0;}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem{font-weight:400;}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem>table tr td .wpProQuiz_maxtrixSortText,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem>table tr td .wpProQuiz_maxtrixSortText{padding-left:28px;}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem .wpProQuiz_maxtrixSortText:before{font-family:dashicons;font-size:22px;left:8px;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_maxtrixSortText:before{color:var(--ld-color-semantic-success);content:"";}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_maxtrixSortText:before{color:var(--ld-color-semantic-error);content:"";}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label input[type=radio],.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label input[type=radio]{visibility:hidden;}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label input:not([type=radio]),.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label input:not([type=radio]){margin-left:20px;}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label:before{font-family:dashicons;left:14px;margin-left:4px;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-quiz-result-failed [data-type=cloze_answer] .wpProQuiz_answerIncorrect:before,.learndash-wrapper .ld-quiz-result-passed [data-type=cloze_answer] .wpProQuiz_answerIncorrect:before{color:var(--ld-color-semantic-error);content:"";}.learndash-wrapper .ld-quiz-result-failed [data-type=cloze_answer] .wpProQuiz_answerCorrect:before,.learndash-wrapper .ld-quiz-result-passed [data-type=cloze_answer] .wpProQuiz_answerCorrect:before{color:var(--ld-color-semantic-success);content:"";}.learndash-wrapper .ld-quiz-result-failed [data-type=cloze_answer] .wpProQuiz_cloze:before,.learndash-wrapper .ld-quiz-result-passed [data-type=cloze_answer] .wpProQuiz_cloze:before{font-family:dashicons;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-quiz-result-failed [data-type=free_answer] .wpProQuiz_questionListItem input[type=text],.learndash-wrapper .ld-quiz-result-passed [data-type=free_answer] .wpProQuiz_questionListItem input[type=text]{background-color:#fff;padding:6px;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{border-bottom:4px solid #e2e7ed;padding-bottom:12px;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3{margin-top:0;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link{display:block;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{font-size:12px;margin-left:0;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon{font-size:10px;}.learndash-wrapper .ld-course-navigation .ld-status-icon{border:0;flex:0 0 15px;height:15px;margin-right:10px;margin-top:.15em;text-align:center;width:15px;}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark{font-size:.825em;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{border-color:#235af3 #e2e7ed #e2e7ed #235af3;border-style:solid;border-width:2px;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{border:2px solid #e2e7ed;}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz{font-size:1.1em;margin-top:-2px;}.learndash-wrapper .ld-course-navigation .ld-item-icon{font-size:1em;height:20px;width:14px;}.learndash-wrapper .ld-course-navigation .ld-pagination{justify-content:center;margin:1em 0;}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages{background-color:#617175;flex:0 0 120px;}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span{color:#fff;}.learndash-wrapper .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed;}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#235af3;font-weight:700;}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{border:2px solid #235af3;}.learndash-wrapper .ld-course-navigation .ld-lesson-item .ld-expand-button .ld-expand-text{padding:0 1em 0 .5em;}.learndash-wrapper .ld-course-navigation .ld-sep{color:#e2e7ed;padding:0 .25em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading{margin-top:1em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{display:block;font-size:1em;font-weight:700;margin-bottom:.25em;text-align:left;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{padding:10px 0;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading{display:flex;flex-flow:row wrap;justify-content:flex-start;line-height:1.25em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#495255;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:#235af3;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{display:flex;flex:1;font-size:.875em;font-weight:400;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{margin-left:.5em;pointer-events:all;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon{font-size:.825em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#617175;flex-basis:100%;justify-content:flex-start;padding-left:2em;padding-top:.5em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon{font-size:.625em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{background:#f0f3f6;border-radius:8px;height:auto;margin:0 20px;max-height:0;overflow:hidden;position:relative;transition:max-height .3s ease;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid #fff;content:"";display:block;height:0;left:50px;position:absolute;top:0;width:0;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{margin-bottom:1em;max-height:20000px;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:1em .5em;}.learndash-wrapper .ld-course-navigation .ld-table-list-header{display:none;}.learndash-wrapper .ld-course-navigation .ld-table-list-footer{background:rgba(0,0,0,0);padding:.25em !important;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list{margin:0;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{border:0;padding-right:0;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item{border-bottom:0;font-size:.9em;line-height:1.5em;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;padding:.5em;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{font-weight:700;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title{display:flex;flex:1;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon{margin-left:.5em;pointer-events:all;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon .ld-icon{font-size:.825em;}.learndash-wrapper .widget_course_return{font-size:.8em;margin-top:1em;}.learndash-wrapper .ld-profile-summary{margin:2em 0;}.learndash-wrapper .ld-profile-summary .ld-profile-card{align-items:center;display:flex;flex-direction:column;margin:1.5em 0;width:100%;}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{border:5px solid #e2e7ed;height:150px;width:150px;}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{font-size:2em;font-weight:800;margin:5px 0;}.learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link{color:#617175;font-size:14px;text-decoration:underline;}.learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link:hover{color:#333;text-decoration:underline;}.learndash-wrapper .ld-profile-summary .ld-profile-stats{display:flex;justify-content:center;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{border-right:1px solid #e2e7ed;flex:0 0 90px;padding:0 12px;text-align:center;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{display:block;font-size:36px;font-weight:800;margin-bottom:8px;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:#617175;font-size:14px;word-break:normal;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child{border-right:0;}.learndash-wrapper #ld-profile .ld-section-heading{margin-bottom:0;}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded{margin-top:-20px;}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded .ld-essay-list{margin-top:0;}.learndash-wrapper #ld-profile .ld-quiz-list .user_statistic:hover{color:#235af3;}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon{background-color:initial;border:none;color:#617175;font-size:1.5em;margin-right:-15px;}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon.ld-expanded,.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon:hover{color:#333;transition:.5 ease-in-out;}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{white-space:nowrap;}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions{justify-content:space-between;}.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{margin:10px 0;max-width:120px;}.learndash-wrapper #ld-profile .ld-profile-stats{flex-wrap:wrap;}.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat{border:0;flex:1;margin:0 0 2em !important;padding:0 1em !important;width:50%;}}#wpProQuiz_overlay_close{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:180px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}#wpProQuiz_overlay_close .ld-icon{font-size:.875em;}#wpProQuiz_overlay_close .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}#wpProQuiz_overlay_close+.ld-button{margin-left:1em;}#wpProQuiz_overlay_close.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}#wpProQuiz_overlay_close.ld-compact .ld-icon{font-size:.75em;margin-right:0;}#wpProQuiz_overlay_close.ld-compact .ld-text{padding:0;}#wpProQuiz_overlay_close.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}#wpProQuiz_overlay_close.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}#wpProQuiz_overlay_close.ld-button-alternate .ld-text{padding-left:.5em;}#wpProQuiz_overlay_close.ld-button-alternate:hover{background:rgba(0,0,0,0);}#wpProQuiz_overlay_close.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete{color:#235af3;}#wpProQuiz_overlay_close.ld-button-transparent:focus,#wpProQuiz_overlay_close.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}#wpProQuiz_overlay_close.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}#wpProQuiz_overlay_close.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}#wpProQuiz_overlay_close.ld-button-reverse{background:#fff;color:#235af3;}#wpProQuiz_overlay_close.ld-button-reverse:hover{background:#235af3;color:#fff;}#wpProQuiz_overlay_close:focus{outline:2px solid #235af3;outline-offset:2px;}#wpProQuiz_overlay_close:hover{background-color:#0e2a90;}#wpProQuiz_overlay_close[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}#wpProQuiz_overlay_close[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:100%;}}@media (max-width:640px){#wpProQuiz_overlay_close{margin-left:10px;text-align:left;}}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:180px;}}#wpProQuiz_user_content h2{border-bottom:2px solid #f0f3f6;font-size:24px;padding:1.5rem 0 .5em;}#wpProQuiz_user_content h2+h2{border-bottom:0;font-size:18px;}#wpProQuiz_user_content table.wp-list-table{background:rgba(0,0,0,0);border:0;border-collapse:collapse;border-radius:8px;}#wpProQuiz_user_content table.wp-list-table td,#wpProQuiz_user_content table.wp-list-table th,#wpProQuiz_user_content table.wp-list-table tr{background:rgba(0,0,0,0);}#wpProQuiz_user_content table.wp-list-table thead th{background:#235af3;border-bottom:0;color:#fff;font-size:14px;line-height:1;padding:25px 15px;white-space:nowrap;}#wpProQuiz_user_content table.wp-list-table thead th:first-child{border-radius:8px 0 0 0;}#wpProQuiz_user_content table.wp-list-table thead th:last-child{border-radius:0 8px 0 0;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th{background:#f0f3f6;border-bottom:1px solid #f0f3f6;line-height:1;padding:15px;text-align:center;white-space:nowrap;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child,#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child{text-align:left;}#wpProQuiz_user_content table.wp-list-table tbody tr th{font-size:16px;font-weight:400;padding:15px;text-align:center;}#wpProQuiz_user_content table.wp-list-table tbody tr th p{margin:0 0 5px;}#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child{box-shadow:inset 3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child{box-shadow:inset -3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2){text-align:left;}#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child{box-shadow:inset -3px 0 0 0 #f0f3f6,inset 3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2){text-align:center;}#wpProQuiz_user_content table.wp-list-table tfoot tr{border-bottom:0;}#wpProQuiz_user_content table.wp-list-table tfoot tr th{background:#f0f3f6;border:0;font-size:16px;font-weight:400;padding:15px;text-align:center;}#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child{border-radius:0 0 0 8px;}#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child{border-radius:0 0 8px 0;}.learndash-wrapper .ld-tabs{margin:1em 0;}.learndash-wrapper .ld-tabs .ld-tabs-navigation{align-items:center;display:flex;margin:0;padding:0;position:relative;}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:#e2e7ed;bottom:0;content:"";height:6px;left:0;position:absolute;right:0;z-index:8;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{align-items:center;background-color:inherit;border-color:rgba(0,0,0,0);color:#617175;cursor:pointer;display:flex;font-weight:700;padding:1.5em;position:relative;transition:color .3s ease;white-space:nowrap;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover{border-color:rgba(0,0,0,0);}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon{font-size:1.4em;margin-right:.25em;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{background:rgba(0,0,0,0);bottom:0;content:"";height:6px;left:0;position:absolute;right:0;transition:background .3s ease;z-index:9;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:#235af3;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background:#235af3;}@media (max-width:640px){.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:1em;}}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{display:none;padding:2em 0;}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible{display:block;}.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content{padding:0;}.learndash-wrapper .ld-breadcrumbs{align-items:center;background:#f0f3f6;border-radius:6px;display:flex;justify-content:space-between;padding:.5em 1em;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;margin:0;overflow:hidden;padding-left:0;padding-right:1em;text-overflow:ellipsis;white-space:nowrap;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li{display:inline;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li a{font-weight:700;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:after{content:">";unicode-bidi:plaintext;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:last-child:after{display:none;}.learndash-wrapper .ld-breadcrumbs .ld-status{white-space:nowrap;}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete,.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background:#235af3;color:#fff;}@media (max-width:640px){.learndash-wrapper .ld-breadcrumbs{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{width:100%;}.learndash-wrapper .ld-breadcrumbs .ld-status{margin-top:1em;width:100%;}}.learndash-wrapper .ld-alert-content{width:100%;}.learndash-wrapper .ld-alert{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-sizing:border-box;color:#617175;display:flex;justify-content:space-between;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative;}.learndash-wrapper .ld-alert .ld-alert-icon{background-color:#e2e7ed;border-radius:100%;font-size:24px;left:15px;margin-right:.5em;padding:.5em;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert{font-size:42px;padding:3px;}.learndash-wrapper .ld-alert .ld-alert-text{font-size:1em;font-weight:700;}.learndash-wrapper .ld-alert .ld-button{display:inline-block;height:auto;margin-left:1em;max-width:185px;min-width:7.5em;padding:5px 20px 5px 30px;position:relative;}.learndash-wrapper .ld-alert .ld-button .ld-icon{left:15px;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-alert .ld-button:hover .ld-icon.ld-icon-arrow-left{transform:translateX(-3px) translateY(-50%);}.learndash-wrapper .ld-alert .ld-alert-content a,.learndash-wrapper .ld-alert .ld-text a{color:rgba(0,0,0,.8);text-decoration:underline;}@media (max-width:768px){.learndash-wrapper .ld-alert{display:block;padding:75px 15px 15px;text-align:center;}.learndash-wrapper .ld-alert .ld-alert-content{margin:0 0 1em;}.learndash-wrapper .ld-alert .ld-icon{left:50%;margin:0;top:10%;transform:translateX(-50%);}.learndash-wrapper .ld-alert .ld-button{margin-left:0;}}.learndash-wrapper .ld-alert-warning{background-color:#fff6cd;border-color:#ffd200;color:rgba(0,0,0,.75);}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:#ffd200;}.learndash-wrapper .ld-alert-warning .ld-button{background-color:#ffd200;color:rgba(0,0,0,.75);}.learndash-wrapper .ld-alert-warning .ld-button:focus{outline-color:#ffd200;}.learndash-wrapper .ld-alert-certificate .ld-button{max-width:unset;min-width:unset;padding-left:40px;text-decoration:none !important;width:auto;}.learndash-wrapper .ld-alert-certificate.ld-alert-success{color:#495255;}.learndash-wrapper .ld-alert--step-completed .ld-button{max-width:190px !important;min-width:unset;text-decoration:none !important;width:auto;}.learndash-wrapper .ld-alert--step-completed .ld-button .ld-icon{left:auto;right:20px;}.learndash-wrapper .ld-alert--step-completed .ld-button:focus .ld-icon-arrow-right,.learndash-wrapper .ld-alert--step-completed .ld-button:hover .ld-icon-arrow-right{transform:translateX(3px) translateY(-50%) !important;}.learndash-wrapper .ld-alert--step-completed.ld-alert-success{color:#495255;}.learndash-wrapper .ld-alert-success{background-color:rgba(35,90,243,.2);border-color:#235af3;color:#495255;}.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:#235af3;color:#fff;}.learndash-wrapper .ld-alert-success .ld-button{background-color:#235af3;}.learndash-wrapper .ld-alert-success .ld-button:focus{outline-color:#235af3;}.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{font-size:18px;margin-right:5px;}.learndash-wrapper .ld-focus{display:flex;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){display:block;margin:1em 0;padding-left:40px;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery){list-style-type:decimal;}.learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item){display:list-item;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul{margin:0;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol{list-style-type:lower-latin;margin:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar{background-color:#fff;border-right:1px solid #e2e7ed;bottom:0;height:100vh;left:0;padding-top:50px;position:fixed;top:0;transition:all .3s ease;width:350px;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-sidebar,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{padding-bottom:90px;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{height:100%;overflow-x:visible;overflow-y:auto;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{background:rgba(0,0,0,0);border:none;bottom:0;color:#fff;cursor:pointer;height:100%;position:absolute;right:0;top:0;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{background:#235af3;border:2px solid #fff;border-radius:100%;font-size:.8em;padding:8px;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(25%);z-index:9;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover{background:rgba(0,0,0,0);box-shadow:none;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon{background:#fff;border-color:#235af3;color:#235af3;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus{outline:none;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon{outline:2px solid #fff;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading{align-items:flex-start;background-color:#235af3;border-bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:75px;overflow:visible;padding:.75em 3.125em .75em 1em;position:relative;width:350px;z-index:9;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper{color:#fff;font-size:1em;font-weight:700;line-height:1.35em;margin:0;opacity:1;padding:0 0 0 1.6em;position:relative;transition:opacity .3s ease;z-index:100;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper a{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper .ld-icon{left:1px;position:absolute;top:3px;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button{color:#fff;display:none;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:0;color:#fff;margin-left:0;padding:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation{overflow:visible;position:relative;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list{opacity:1;transition:opacity .3s ease;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded{background:rgba(0,0,0,0);border-radius:0;margin:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:.5em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{padding:0 1em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{margin-bottom:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background-color:#f0f3f6;border-radius:0;margin:0;padding:1em;position:relative;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;background-color:#fff;content:"";height:16px;height:13px;left:66px;left:43px;position:absolute;top:-8px;top:-7px;transform:rotate(-45deg);width:16px;width:13px;z-index:1;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item{font-size:.875em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em .5em .5em 1.6em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background-color:#fff;border-bottom:1px solid #e2e7ed;padding:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview{padding:1em 1em .5em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button{margin-top:.5em;padding:.5em 2em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination{justify-content:center;margin:1em 0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{background-color:#617175;flex:0 0 120px;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-main{flex:1 auto;margin-left:350px;transition:margin-left .3s ease;width:calc(100% - 350px);}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{margin:0 auto;max-width:960px;padding:5em;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{margin:0 0 .5em;padding:0;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status{margin-bottom:1em;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status .ld-progress,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress{display:none;}.learndash-wrapper .ld-focus .ld-focus-header{align-items:center;background:#fff;border-bottom:1px solid #e2e7ed;display:flex;height:51px;justify-content:space-between;left:0;position:fixed;right:0;top:0;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:none;width:55px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a{display:block;padding:0 15px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span{background-color:#333;display:block;height:4px;margin:4px 0;transition:all .25s ease-in-out;width:25px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(-45deg) translate(-4px,8px);}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2{opacity:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(45deg) translate(-3px,-7px);}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{background-color:#fff;flex:0 0 350px;height:100%;padding:.5em 1em;transition:flex .3s ease;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{height:100%;width:auto;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:center;border-top:none;display:flex;flex:auto;justify-content:space-evenly;}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;}}@media (max-width:960px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;}}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer{align-items:center;background:#fff;bottom:1px;display:flex;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{display:flex;flex-direction:column;height:50px;justify-content:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-right:1px solid #e2e7ed;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child{border:0;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after{color:#235af3;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after{color:#617175;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button{background:rgba(0,0,0,0);background:rgba(0,0,0,0) !important;color:#235af3;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete{color:#235af3;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-incomplete:after{color:#333;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap{max-width:90%;width:100%;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{flex:0 1;flex-grow:3;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete{margin:0 1em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;margin:0;padding:.5em 1em 0 0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{background:#e2e7ed;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{align-items:center;border-left:1px solid #e2e7ed;display:flex;flex:0 0 200px;height:50px;justify-content:flex-end;padding-right:1em;position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{color:#617175;font-size:.75em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar{height:40px;margin-left:1em;width:40px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{margin-right:1em;opacity:0;position:absolute;right:0;top:100%;visibility:hidden;z-index:9;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before{border-bottom:5px solid #235af3;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);content:"";height:0;position:absolute;right:1em;top:-5px;width:0;z-index:-1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{background-color:#235af3;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;display:block;font-size:.875em;font-weight:700;padding:.75em 2.5em;position:relative;white-space:nowrap;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover{opacity:.8;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child{border-bottom:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items{opacity:1;visibility:visible;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{background-color:initial;transform:translateX(calc(-100% + 50px));}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(45%) rotate(180deg);}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading{top:0;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list{opacity:0;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:50px;width:calc(100% - 50px);}@media (max-width:1280px){.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{flex:0 1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none;}}@media (max-width:1024px){.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{flex:0 0 150px;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding-left:3em;}}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:block;order:1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center;border-right:0;margin:0;order:2;padding:0 1em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{margin:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-left:0;order:3;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions>*{margin:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto;}.learndash-wrapper .ld-focus .ld-focus-content{margin-top:30px;}.learndash-wrapper .ld-focus.ld-focus-initial-transition .ld-focus-sidebar{display:none;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(-100%);}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none;}.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;width:100%;}.learndash-wrapper .ld-focus .ld-course-navigation-heading{position:static;}.learndash-wrapper .ld-focus .ld-course-navigation{padding-top:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar{padding-top:0;position:absolute;top:0;z-index:1000;}}@media (max-width:640px){.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em;}}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){padding-left:0;padding-right:40px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{border-left:1px solid #e2e7ed;border-right:initial;left:auto;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger{left:0;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{left:0;right:auto;transform:translateY(-50%) translateX(-25%);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading{padding:.75em 1em .75em 3.125em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3{padding:0 1.6em 0 0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{left:auto;right:1px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:initial;border-right:0;margin-left:0;margin-right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:auto;position:absolute;right:66px;top:-8px;transform:rotate(-45deg);transform:rotate(45deg);width:16px;z-index:1;z-index:9;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding-left:0;padding-right:1.6em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main{margin-left:0;margin-right:350px;transition:margin-right .3s ease;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{left:0;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-1,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(45deg) translate(4px,8px);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(-45deg) translate(3px,-7px);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action .learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action .learndash_timer{left:0;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(calc(100% + -50px));}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(-45%) rotate(-180deg);}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:50px;}@media (max-width:1280px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{flex:1 2 auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{flex:0 1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none;}}@media (max-width:1024px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{flex:0 0 150px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content{padding-left:3em;padding-right:3em;}}@media (max-width:768px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{display:block;order:3;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{align-items:center;border-left:0;border-right:inherit;margin:0;order:2;padding:0 1em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-stats,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-percentage,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-steps,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-steps{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-bar{margin:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{border-left:inherit;border-right:0;order:1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions>*,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions>*{margin:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions .ld-content-action,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-content{margin-top:30px;}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(100%);}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:inherit;margin-right:0;width:100%;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation-heading{position:static;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation{padding-top:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{padding-top:0;position:absolute;top:97px;z-index:1000;}}@media (max-width:640px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{order:3;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{order:1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em;}}body.admin-bar .learndash-wrapper .ld-focus-header{top:32px;}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-header{top:0;}}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:32px;}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:93px;}}body.ld-in-focus-mode{background:#fff;margin:0;padding:0;}body.ld-in-focus-mode:after,body.ld-in-focus-mode:before{display:none;}body.ld-in-focus-mode .learndash-wrapper{background:#fff;}body.ld-in-focus-mode.admin-bar{padding-top:32px;}@media (max-width:768px){body.ld-in-focus-mode.admin-bar{padding-top:0;}body.ld-in-focus-mode.admin-bar .ld-focus-sidebar{top:97px;}}.ld-tooltip{position:relative;}.ld-tooltip:after{content:"";height:.1875rem;left:0;pointer-events:auto;position:absolute;top:100%;width:100%;z-index:1;}.ld-tooltip [role=tooltip]{background:#235af3;border-radius:6px;box-shadow:0 -1px 0 2px rgba(255,255,255,.75);color:#fff;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:.75em;font-weight:700;height:min-content;left:0;max-width:300px;min-width:150px;padding:.25em 1em;pointer-events:auto;text-align:center;text-transform:none;top:100%;transform:translateY(.1875rem);transition:opacity .1s linear;width:max-content;z-index:2;}.ld-tooltip--initialized [role=tooltip]{opacity:0;position:absolute;}.ld-tooltip--initialized.ld-tooltip--position-right [role=tooltip]{left:auto;right:0;}.ld-tooltip--initialized.ld-tooltip--hidden [role=tooltip]{left:-9999px;}.ld-tooltip--initialized:not(.ld-tooltip--hidden) [role=tooltip]{opacity:1;}.ld-tooltip:not(.ld-tooltip--initialized) [role=tooltip]{display:inline-block;}#learndash-tooltips{bottom:0;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:16px;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:999;}#learndash-tooltips .ld-tooltip{background-color:#235af3;border-radius:6px;box-shadow:0 -1px 0 2px rgba(255,255,255,.75);color:#fff;font-size:.75em;font-weight:700;max-width:300px;min-width:150px;opacity:0;padding:.25em 1em;position:absolute;text-align:center;transform:translateX(1%) translateY(-25px);transition:opacity .1s linear;}#learndash-tooltips .ld-tooltip:after{background:#235af3;bottom:-4px;content:"";height:5px;left:5%;position:absolute;transform:rotate(45deg) translateX(-50%);width:5px;}#learndash-tooltips .ld-tooltip.ld-shifted-left:after{left:10%;}#learndash-tooltips .ld-tooltip.ld-shifted-right{transform:translateX(-100%) translateY(-30px);}#learndash-tooltips .ld-tooltip.ld-shifted-right:after{left:auto;right:10%;}#learndash-tooltips .ld-tooltip.ld-visible{opacity:1;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{background:#f0f3f6;border-radius:6px;display:flex;margin:1em 0;padding:1em 0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-right:2px solid #bec5cb;flex:1 auto;justify-content:space-around;padding:0 1em;text-align:center;width:33%;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button{margin:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status{display:inline-block;width:auto;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content{align-items:center;display:flex;flex-direction:column;justify-content:space-around;line-height:1.25em;margin-bottom:.5em;text-align:center;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{align-items:center;color:#617175;display:flex;font-size:32px;font-weight:700;justify-content:space-around;line-height:1;margin-top:-3px;text-align:center;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text{font-size:18px;font-weight:400;margin-left:8px;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency{font-size:16px;margin-right:.25em;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{color:#617175;display:block;font-family:var(--wp--preset--font-family--body);font-size:.75em;font-weight:700;margin-bottom:1em;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder{position:absolute;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text{color:#617175;display:inline-block;font-size:14px;margin-right:.5em;white-space:nowrap;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{color:#235af3;display:inline-block;font-weight:700;margin-left:5px;text-decoration:underline;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text:hover{color:#0e2a90;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text button.ld-login-text{background:none;border:none;font-size:inherit;padding:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin:0 .5em;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-left:auto;}}@media (max-width:1280px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;flex-direction:column;justify-content:flex-start;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button{margin-bottom:.5em;}}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action #btn-join,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .btn-join{margin-left:auto;}}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text{white-space:normal;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-bottom:1px solid #e2e7ed;border-right:0;padding:1em 0;width:auto;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-bottom:0;}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{background-color:#f0f3f6;border-radius:6px;display:flex;padding:.5em 1em;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{flex:1;margin:0;padding:0 1em 0 0;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{align-items:flex-start;flex-direction:column;padding-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading{display:block;text-align:center;width:100%;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps{margin-left:0;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar{margin:1em 0;width:100%;}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status{display:inline-block;margin:0 auto;width:auto;}.learndash-wrapper .ld-course-status .ld-status{line-height:1.3;}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete,.learndash-wrapper .ld-course-status .ld-status.ld-status-progress{background:#235af3;color:#fff;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-course-price,.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{text-align:center;width:100%;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{margin-bottom:10px;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-text{font-size:16px;margin-bottom:0;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-pricing{font-size:12px;}.learndash-wrapper .ld-course-certificate{align-items:center;display:flex;justify-content:center;margin:1em 0;text-align:center;}.learndash-wrapper .ld-course-certificate .ld-button{display:inline-block;font-size:14px;max-width:inherit;}.learndash-wrapper .ld-course-certificate .ld-icon-certificate{font-size:24px;margin-right:5px;}.jq-dropdown-menu{box-shadow:0 0 0 1px #ddd !important;}.jq-dropdown-menu button[type=submit],.jq-dropdown-menu input[type=button],.jq-dropdown-menu input[type=submit]{border:0;border-radius:0;color:#235af3;display:block !important;font-size:16px;font-size:14px !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1.5em;margin:0;padding:.5em 1em;text-align:center;text-transform:none;transition:none;width:100% !important;}.jq-dropdown-menu button[type=submit]:hover,.jq-dropdown-menu input[type=button]:hover,.jq-dropdown-menu input[type=submit]:hover{background:#fafafa !important;color:#495255 !important;}.jq-dropdown-menu .ppalholder{display:none;}.learndash-wrapper .learndash-wrapper-login-modal{position:relative;}.learndash-wrapper .ld-modal{background:#fff;border-radius:6px;box-shadow:-3px -3px 20px rgba(0,0,0,.14);max-width:1024px;min-height:300px;opacity:0;overflow:hidden;overflow-y:auto;position:absolute;transform:translateY(-50%) translateX(-50%);transition:all .3s ease;visibility:hidden;width:100%;z-index:999;z-index:9000;}.learndash-wrapper .ld-modal .ld-modal-closer{color:#617175;cursor:pointer;font-size:1.5em;line-height:.5;padding:1em;position:absolute;right:0;top:.5em;z-index:9;}.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff;}.learndash-wrapper.ld-modal-closed{display:none !important;}.learndash-wrapper.ld-modal-open .ld-modal{opacity:1;visibility:visible;}.learndash-wrapper .ld-login-modal{display:flex;margin:25% 50% 20px;text-align:center;}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:2.25em;font-weight:300;margin:.5em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{margin:0 auto;max-width:350px;min-width:80%;padding:20px;}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:#235af3;}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:#617175;font-size:.875em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register{background:#235af3;color:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{box-shadow:0 0 0 5px #fff !important;opacity:1;}.learndash-wrapper .ld-login-modal .ld-login-modal-register label{display:block;font-size:14px;font-weight:700;margin-bottom:.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:2em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:#f9f9f9;border:2px solid #fff;font-size:1.2em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%;}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus{background:#fff;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail{font-size:.825em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{border:5px solid #fff;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:0 auto;min-width:150px;padding:7px 35px;text-align:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-form{margin:2em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-form form{display:flex;flex-direction:column;}.learndash-wrapper .ld-login-modal .ld-login-modal-form p{margin:0;}.learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit{text-align:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:#617175;display:block;font-size:14px;font-weight:700;margin-bottom:.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username{position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617175;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password{position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617175;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding{margin-top:1em;padding-top:2em;position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before{background-color:#e2e7ed;content:"";display:block;height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50px;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{height:auto;max-height:250px;max-width:100%;}.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field,.learndash-wrapper .ld-login-modal input[type=email],.learndash-wrapper .ld-login-modal input[type=password],.learndash-wrapper .ld-login-modal input[type=text]{background-color:#f0f3f6;border:2px solid #e2e7ed;color:#617175;font-size:.875em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%;}.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus,.learndash-wrapper .ld-login-modal input[type=email]:focus,.learndash-wrapper .ld-login-modal input[type=password]:focus,.learndash-wrapper .ld-login-modal input[type=text]:focus{border-color:#495255;}.learndash-wrapper .ld-login-modal ::placeholder{font-family:Open Sans,Arial,Helvetica,sans-serif;}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:#333;font-size:.875em;text-decoration:underline;}.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type=submit]{border:0;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:2em auto;min-width:150px;text-align:center;}.learndash-wrapper .ld-login-modal input[type=submit]{background:#235af3;color:#fff;cursor:pointer;padding:.75em 5em;transition:all .25s ease-in-out;}.learndash-wrapper .ld-login-modal input[type=submit]:hover{opacity:.8;}@media (max-width:1024px){.learndash-wrapper .ld-login-modal{top:100px;transform:translateX(-50%);width:80%;}.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#617175;}}@media (max-width:768px){.learndash-wrapper .ld-login-modal{flex-direction:column;}}@media (max-width:640px){.learndash-wrapper .ld-login-modal{width:100%;}}.learndash-wrapper .ld-button.ld-login-button{display:flex;}.learndash-wrapper .ld-button.ld-login-button.ld-logout{justify-content:space-between;}.learndash-wrapper .ld-button.ld-login-button.ld-login{justify-content:flex-start;}.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon{margin-right:10px;}.learndash-wrapper #learndash-registration-wrapper,.learndash-wrapper #learndash-reset-password-wrapper{margin:auto;}.learndash-wrapper #learndash-registration-wrapper .registration-login-link,.learndash-wrapper #learndash-reset-password-wrapper .registration-login-link{margin-bottom:1em;}.learndash-wrapper #learndash-registration-wrapper form label,.learndash-wrapper #learndash-reset-password-wrapper form label{display:inline-block;font-size:16px;margin-bottom:3px;}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform .learndash-required-field,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform .learndash-required-field{color:red;}.learndash-wrapper #learndash-registration-wrapper form input,.learndash-wrapper #learndash-reset-password-wrapper form input{border:2px solid #a1a1a1;border-radius:5px;font-size:16px;margin-bottom:1em;margin-left:0;width:100%;}.learndash-wrapper #learndash-registration-wrapper form input[type=email],.learndash-wrapper #learndash-registration-wrapper form input[type=password],.learndash-wrapper #learndash-registration-wrapper form input[type=text],.learndash-wrapper #learndash-reset-password-wrapper form input[type=email],.learndash-wrapper #learndash-reset-password-wrapper form input[type=password],.learndash-wrapper #learndash-reset-password-wrapper form input[type=text]{font-size:var(--ld-typography-desktop-body-size);margin-left:0;width:100%;}.learndash-wrapper #learndash-registration-wrapper form input[type=image],.learndash-wrapper #learndash-reset-password-wrapper form input[type=image]{display:none;}.learndash-wrapper #learndash-registration-wrapper form button.btn-join,.learndash-wrapper #learndash-registration-wrapper form input.btn-join,.learndash-wrapper #learndash-reset-password-wrapper form button.btn-join,.learndash-wrapper #learndash-reset-password-wrapper form input.btn-join{border:none;border-radius:20px;}.learndash-wrapper #learndash-registration-wrapper #loginform #rememberme,.learndash-wrapper #learndash-reset-password-wrapper #loginform #rememberme{width:auto;}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform #wp-submit{margin-top:30px;}.learndash-not-available .ld-item-list-item-preview,.learndash-not-available .ld-item-list-item-preview a.ld-item-name,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-lesson-item-preview,.learndash-not-available .ld-lesson-item-preview a.ld-item-name,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-table-list-item-preview,.learndash-not-available .ld-table-list-item-preview a.ld-item-name,.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-item-list-item-preview,.user_has_no_access .ld-item-list-item-preview a.ld-item-name,.user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-lesson-item-preview,.user_has_no_access .ld-lesson-item-preview a.ld-item-name,.user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-table-list-item-preview,.user_has_no_access .ld-table-list-item-preview a.ld-item-name,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading{cursor:not-allowed;}.learndash-not-available .ld-item-list-item-preview .ld-expand-button,.learndash-not-available .ld-lesson-item-preview .ld-expand-button,.learndash-not-available .ld-table-list-item-preview .ld-expand-button,.user_has_no_access .ld-item-list-item-preview .ld-expand-button,.user_has_no_access .ld-lesson-item-preview .ld-expand-button,.user_has_no_access .ld-table-list-item-preview .ld-expand-button{pointer-events:all;}.learndash-not-available a.ld-topic-row,.user_has_no_access a.ld-topic-row{cursor:not-allowed;}.ld-item-list-item.is_sample .ld-item-list-item-preview,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-lesson-item-preview,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-table-list-item-preview,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-item-list-item-preview,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-lesson-item-preview,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-table-list-item-preview,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-item-list-item-preview,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-lesson-item-preview,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-table-list-item-preview,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-item-list-item-preview,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-lesson-item-preview,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-lesson-item-preview,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading{cursor:pointer;pointer-events:all;}.ld-item-list-item.is_sample a.ld-lesson-item-preview,.ld-item-list-item.is_sample a.ld-table-list-item-preview,.ld-item-list-item.is_sample a.ld-topic-row,.ld-lesson-item.is_sample a.ld-lesson-item-preview,.ld-lesson-item.is_sample a.ld-table-list-item-preview,.ld-lesson-item.is_sample a.ld-topic-row,.ld-topic-list.is_sample a.ld-lesson-item-preview,.ld-topic-list.is_sample a.ld-table-list-item-preview,.ld-topic-list.is_sample a.ld-topic-row{cursor:pointer !important;pointer-events:all !important;}.learndash-wrapper .ld-user-status.ld-is-widget{margin:30px 0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border:0;border-bottom:2px solid #f0f3f6;border-radius:0;margin:10px 0;padding:10px 0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{font-size:14px;line-height:1.5em;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:10px;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{display:block;font-size:12px;line-height:1.5em;margin:0 0 5px;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep{display:none;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{justify-content:flex-start;}.learndash-wrapper .ld-focus-comments{margin:2em 0;}.learndash-wrapper .ld-focus-comments p.comment-form-comment{margin:0;max-width:100% !important;width:100% !important;}.learndash-wrapper .ld-focus-comments p.comment-form-comment textarea{width:100%;}.learndash-wrapper .ld-focus-comments #ld-comments{margin-bottom:50px;}.learndash-wrapper .ld-focus-comments #commentform .logged-in-as{float:right;font-size:.875em;font-weight:400;margin:0;}.learndash-wrapper .ld-focus-comments #commentform textarea#comment{background:#e2e7ed;border:5px solid #e2e7ed;border-radius:6px;font-family:inherit;font-size:1em;padding:.875em;}.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus{background:rgba(0,0,0,0);box-shadow:none;outline:0;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links{display:flex;flex-direction:row;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous{font-weight:700;margin:0;min-width:50%;text-align:left;width:100%;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next{font-weight:700;margin:0;min-width:50%;text-align:right;width:100%;}.learndash-wrapper .ld-focus-comments .form-submit{max-width:100% !important;width:100% !important;}.learndash-wrapper .ld-focus-comments .form-submit #submit{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;display:inline-block;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:1em 0 0;max-width:385px;max-width:unset;min-width:unset;opacity:1;padding:.75em 3em;text-align:center;text-decoration:none;text-decoration:none !important;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;width:unset;}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon{font-size:.875em;}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-focus-comments .form-submit #submit+.ld-button{margin-left:1em;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate{background:rgba(0,0,0,0);color:#235af3;padding:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent{background:rgba(0,0,0,0);color:#235af3;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete{color:#235af3;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:focus,.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{outline-style:solid;outline-width:2px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{background:rgba(0,0,0,0);outline-color:#0e2a90;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse{background:#fff;color:#235af3;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover{background:#235af3;color:#fff;}.learndash-wrapper .ld-focus-comments .form-submit #submit:focus{outline:2px solid #235af3;outline-offset:2px;}.learndash-wrapper .ld-focus-comments .form-submit #submit:hover{background-color:#0e2a90;}.learndash-wrapper .ld-focus-comments .form-submit #submit[disabled]{background-color:#f6f8fa !important;color:#73738c !important;cursor:not-allowed;outline:2px solid #73738c !important;}.learndash-wrapper .ld-focus-comments .form-submit #submit[disabled]:hover{background-color:#a7adc2 !important;color:#0e0e2c !important;}@media (max-width:960px){.learndash-wrapper .ld-focus-comments .form-submit #submit{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-focus-comments .form-submit #submit{margin-left:10px;text-align:left;}}.learndash-wrapper .ld-focus-comments__heading{align-items:center;border-bottom:4px solid #e2e7ed;display:flex;justify-content:space-between;margin-bottom:.5em;}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text{font-size:1em;padding-right:.5em;}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon{font-size:.75em;}.learndash-wrapper .ld-focus-comments__header{flex:1;font-size:2em;font-weight:400;margin-bottom:10px;}.learndash-wrapper .ld-focus-comments__comments{font-size:1em;font-weight:400;overflow:hidden;transition:max-height .3s ease;}.learndash-wrapper .ld-focus-comments .comment-respond{padding-top:0;position:relative;}.learndash-wrapper .ld-focus-comments .comment-respond #reply-title{font-size:1.5em;font-weight:400;margin-bottom:.75em;}.learndash-wrapper .ld-focus-comments .comment-respond small{font-size:.75em;margin-left:1em;}.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed,.learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open{display:none;}.learndash-wrapper .ld-focus-comment{margin:2em 0;}.learndash-wrapper .ld-focus-comment:last-child{margin-bottom:5em;}.learndash-wrapper .ld-focus-comment.depth-1{margin-left:0;}.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:74px;}@media (max-width:768px){.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:20px;}}.learndash-wrapper .ld-focus-comment .ld-comment-avatar{align-items:center;display:flex;margin-bottom:1em;position:relative;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{border:4px solid rgba(0,0,0,0);border-radius:100%;box-sizing:border-box;height:auto;margin-right:16px;max-width:58px;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#000;display:block;font-size:1.125em;font-weight:700;margin-bottom:5px;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{color:#617175;display:block;font-size:.875em;text-decoration:none;}.learndash-wrapper .ld-focus-comment .ld-comment-body{margin-left:74px;overflow:hidden;position:relative;}.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:1em 0;}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{background-color:#e2e7ed;border:0;border-radius:18px;color:#000;display:inline-block;font-size:.875em;font-weight:700;padding:.5em 1.75em;position:relative;z-index:9;}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper{background:#f2fafd;border-radius:6px;padding:1em;}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#235af3;}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper{background:rgba(0,0,0,0);border-radius:0;padding:0;}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img{border-color:rgba(0,0,0,0);}.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body{margin-left:0;}.ld-exam-content{margin-bottom:1em;margin-top:1em;}.ld-exam-content:not(.ld-exam-graded) .ld-exam-questions{display:none;}.ld-exam-content:not(.ld-exam-graded) .ld-exam-question-answer label{cursor:pointer;}.ld-exam-content.ld-exam-graded .ld-exam-footer,.ld-exam-content.ld-exam-graded .ld-exam-header button.ld-exam-button-start,.ld-exam-content.ld-exam-graded .ld-exam-questions,.ld-exam-content:not(.ld-exam-graded) .ld-exam-result-message{display:none;}.ld-exam-content .ld-exam-result-button,.ld-exam-content button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:auto;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:auto;}.ld-exam-content .ld-exam-result-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#617175;margin:1em 0;min-height:none;padding:25px;position:relative;}.ld-exam-content .ld-exam-result-message p{margin:1em auto;}.ld-exam-content .ld-exam-result-message .result-button{text-align:center;}.ld-exam-content .ld-exam-header button{display:flex;}.ld-exam-content .ld-exam-header .ld-exam-progress-bar{background-color:#e0e0e0;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2);padding:3px;width:100%;}.ld-exam-content .ld-exam-header .ld-exam-progress-bar-fill{background-color:#235af3;border-radius:3px;display:block;height:22px;transition:width .5s ease-in-out;}.ld-exam-content .ld-exam-questions{list-style:none;margin-top:50px;padding-left:0;}.ld-exam-content .ld-exam-questions .ld-exam-question{margin-bottom:50px;}.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-description,.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-title{margin-bottom:1em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{align-items:center;background:rgba(0,0,0,0);border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;margin-bottom:.5em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer *{margin:0;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{margin-left:-2.2em;padding:1em 1em 1em 2em;width:100%;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected{border-color:#235af3;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-correct{border-color:#2f8351;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-correct{border-color:#235af3;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-student-correct{background-color:#2f8351;border-color:#235af3;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-incorrect{border-color:#db0000;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-incorrect{background-color:#db0000;border-color:#235af3;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-correct{background-color:#2f8351;border-color:#235af3;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#617175;display:none;margin:1em 0;min-height:none;padding:25px;position:relative;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message p,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message p{margin:1em auto;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect .ld-exam-question-incorrect-message{display:block;}.ld-exam-content .ld-exam-footer{min-height:50px;}.ld-exam-content .ld-exam-footer *{float:right;}.ld-sortable__item--sort_answer{align-items:center;background:rgba(0,0,0,0);border:2px solid var(--ld-color-system-subtle);border-radius:var(--ld-radius);box-shadow:none;display:flex;flex-direction:row;gap:var(--ld-spacer-fixed-1);margin-bottom:var(--ld-spacer-2);padding:0;position:relative;}.ld-sortable__item--sort_answer:focus{border-width:3px;outline:none;}.ld-sortable__item--sort_answer .ld-sortable__item-status,.ld-sortable__item--sort_answer .ld-sortable__item-status-container{display:none;visibility:hidden;}.ld-sortable__item--sort_answer .ld-sortable__item-status-container{align-self:flex-start;margin-right:var(--ld-spacer-fixed-2);margin-top:var(--ld-spacer-2);}.ld-sortable__item--sort_answer .ld-sortable__item-status{font-size:var(--ld-typography-desktop-body-small-size);font-weight:var(--ld-typography-font-weight-bold);line-height:var(--ld-typography-desktop-body-small-height);}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-status-container,.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer .ld-sortable__item-status-container,.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-status-container{display:flex;flex:1 0 auto;visibility:visible;}.ld-sortable__item--sort_answer.ld-sortable__item--correct{background-color:var(--ld-color-semantic-success-light);border-color:var(--ld-color-semantic-success);}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-handle:before{color:var(--ld-color-semantic-success);content:"";}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-status--correct{display:inline-block;visibility:visible;}.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer{background-color:var(--ld-color-system-light-2);border-color:#000;}.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer .ld-sortable__item-status--correct-answer{display:inline-block;visibility:visible;}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect{background-color:var(--ld-color-semantic-error-light);border-color:var(--ld-color-semantic-error);}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-handle:before{color:var(--ld-color-semantic-error);content:"";}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-status--incorrect{display:inline-block;visibility:visible;}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-handle:before,.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-handle:before{font-family:dashicons;font-size:31px;height:31px;line-height:31px;margin-right:var(--ld-spacer-fixed-0);width:31px;}.ld-sortable__item--sort_answer:first-child .ld-sortable__item-move--up,.ld-sortable__item--sort_answer:last-child .ld-sortable__item-move--down{visibility:hidden;}.ld-sortable__item--sort_answer .ld-sortable__item-handle,.ld-sortable__item--sort_answer .ld-sortable__item-move{align-items:center;appearance:none;background:rgba(0,0,0,0);border:none;border-radius:var(--ld-radius);box-shadow:none;color:var(--ld-color-system-subtle-text);display:flex;outline:none;}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__up-caret{border:2px solid rgba(0,0,0,0);box-sizing:initial;min-width:min-content;padding:var(--ld-spacer-1) var(--ld-spacer-fixed-1);pointer-events:none;}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__drag{height:.875rem;margin-right:var(--ld-spacer-fixed-1);width:.875rem;}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__up-caret{height:1.125rem;width:1.125rem;}.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover{border-color:var(--ld-color-brand-primary);color:var(--ld-color-brand-primary);}.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__up-caret{background-color:var(--ld-color-system-light-1);border-color:var(--ld-color-brand-primary);}.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__up-caret{border-color:var(--ld-color-brand-primary);}.ld-sortable__item--sort_answer .ld-sortable__item-handle{cursor:move;padding:var(--ld-spacer-5) 0 var(--ld-spacer-5) var(--ld-spacer-fixed-2);width:100%;}.ld-sortable__item--sort_answer .ld-sortable__item-move-container{display:flex;flex-direction:row;gap:var(--ld-spacer-fixed-1);padding:var(--ld-spacer-5) var(--ld-spacer-fixed-2) var(--ld-spacer-5) var(--ld-spacer-fixed-1);}.ld-sortable__item--sort_answer .ld-sortable__item-move{cursor:pointer;}.ld-sortable__item--sort_answer .ld-sortable__item-text{color:#1e1e1e;font-size:var(--ld-typography-desktop-body-size);font-weight:var(--ld-typography-font-weight-bold);line-height:var(--ld-typography-desktop-body-height);}.ld-sortable__item--sort_answer.gu-transit,.ld-sortable__item--sort_answer.ld-sortable__item--active{background:var(--ld-color-system-light-2);border:2px dashed var(--ld-color-system-subtle);}.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle{color:var(--ld-color-system-dark);}.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__up-caret{border-color:var(--ld-color-system-dark);}.ld-sortable__item--sort_answer.gu-mirror{background:var(--ld-color-system-light-2);filter:alpha(opacity=80);opacity:.8;pointer-events:none;position:fixed;}.ld-sortable__item--sort_answer.gu-mirror .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;}.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-handle{cursor:text;}.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-move-container{display:none;visibility:hidden;}