fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@charset "UTF-8";
/*Colors*/
/*Font Sizes*/
/*! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.tw-container{
  width: 100%;
}
@media (min-width: 640px){
  .tw-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .tw-container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .tw-container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .tw-container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .tw-container{
    max-width: 1536px;
  }
}
.tw-pointer-events-none{
  pointer-events: none !important;
}
.tw-static{
  position: static !important;
}
.tw-fixed{
  position: fixed !important;
}
.tw-absolute{
  position: absolute !important;
}
.tw-relative{
  position: relative !important;
}
.tw-inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}
.tw--left-full{
  left: -100% !important;
}
.tw-bottom-0{
  bottom: 0px !important;
}
.tw-bottom-1\/2{
  bottom: 50% !important;
}
.tw-left-0{
  left: 0px !important;
}
.tw-left-3{
  left: 0.75rem !important;
}
.tw-right-0{
  right: 0px !important;
}
.tw-right-0\.5{
  right: 0.125rem !important;
}
.tw-right-2{
  right: 0.5rem !important;
}
.tw-right-2\.5{
  right: 0.625rem !important;
}
.tw-right-3{
  right: 0.75rem !important;
}
.tw-top-0{
  top: 0px !important;
}
.tw-top-1{
  top: 0.25rem !important;
}
.tw-top-10{
  top: 2.5rem !important;
}
.tw-top-2{
  top: 0.5rem !important;
}
.tw-top-2\.5{
  top: 0.625rem !important;
}
.tw-top-3{
  top: 0.75rem !important;
}
.tw-top-4{
  top: 1rem !important;
}
.tw-top-8{
  top: 2rem !important;
}
.tw-top-9{
  top: 2.25rem !important;
}
.tw-top-\[135px\]{
  top: 135px !important;
}
.tw-z-0{
  z-index: 0 !important;
}
.tw-z-1{
  z-index: 1 !important;
}
.tw-z-10{
  z-index: 10 !important;
}
.tw-z-2{
  z-index: 2 !important;
}
.tw-z-20{
  z-index: 20 !important;
}
.tw-z-40{
  z-index: 40 !important;
}
.tw-col-span-1{
  grid-column: span 1 / span 1 !important;
}
.tw-col-span-2{
  grid-column: span 2 / span 2 !important;
}
.tw-col-span-4{
  grid-column: span 4 / span 4 !important;
}
.tw-col-span-8{
  grid-column: span 8 / span 8 !important;
}
.tw-col-start-1{
  grid-column-start: 1 !important;
}
.tw-col-start-2{
  grid-column-start: 2 !important;
}
.tw-col-start-3{
  grid-column-start: 3 !important;
}
.tw-col-start-4{
  grid-column-start: 4 !important;
}
.tw-col-end-3{
  grid-column-end: 3 !important;
}
.tw-col-end-4{
  grid-column-end: 4 !important;
}
.tw-row-start-1{
  grid-row-start: 1 !important;
}
.tw-row-start-2{
  grid-row-start: 2 !important;
}
.tw-row-start-3{
  grid-row-start: 3 !important;
}
.tw-row-start-4{
  grid-row-start: 4 !important;
}
.tw-row-start-5{
  grid-row-start: 5 !important;
}
.tw-float-left{
  float: left !important;
}
.tw-m-4{
  margin: 1rem !important;
}
.tw-m-auto{
  margin: auto !important;
}
.tw-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.tw-mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.tw-mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.tw-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.tw-my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.tw-my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.tw-my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.tw-mb-0{
  margin-bottom: 0px !important;
}
.tw-mb-1{
  margin-bottom: 0.25rem !important;
}
.tw-mb-10{
  margin-bottom: 2.5rem !important;
}
.tw-mb-12{
  margin-bottom: 3rem !important;
}
.tw-mb-14{
  margin-bottom: 3.5rem !important;
}
.tw-mb-16{
  margin-bottom: 4rem !important;
}
.tw-mb-2{
  margin-bottom: 0.5rem !important;
}
.tw-mb-4{
  margin-bottom: 1rem !important;
}
.tw-mb-6{
  margin-bottom: 1.5rem !important;
}
.tw-mb-8{
  margin-bottom: 2rem !important;
}
.tw-ml-1{
  margin-left: 0.25rem !important;
}
.tw-ml-1\.5{
  margin-left: 0.375rem !important;
}
.tw-ml-2{
  margin-left: 0.5rem !important;
}
.tw-ml-2\.5{
  margin-left: 0.625rem !important;
}
.tw-ml-3{
  margin-left: 0.75rem !important;
}
.tw-ml-4{
  margin-left: 1rem !important;
}
.tw-mr-1{
  margin-right: 0.25rem !important;
}
.tw-mr-1\.5{
  margin-right: 0.375rem !important;
}
.tw-mr-2{
  margin-right: 0.5rem !important;
}
.tw-mr-3{
  margin-right: 0.75rem !important;
}
.tw-mt-0{
  margin-top: 0px !important;
}
.tw-mt-1{
  margin-top: 0.25rem !important;
}
.tw-mt-10{
  margin-top: 2.5rem !important;
}
.tw-mt-14{
  margin-top: 3.5rem !important;
}
.tw-mt-16{
  margin-top: 4rem !important;
}
.tw-mt-2{
  margin-top: 0.5rem !important;
}
.tw-mt-3{
  margin-top: 0.75rem !important;
}
.tw-mt-4{
  margin-top: 1rem !important;
}
.tw-mt-8{
  margin-top: 2rem !important;
}
.tw-mt-\[210px\]{
  margin-top: 210px !important;
}
.tw-mt-auto{
  margin-top: auto !important;
}
.tw-block{
  display: block !important;
}
.tw-inline-block{
  display: inline-block !important;
}
.tw-inline{
  display: inline !important;
}
.tw-flex{
  display: flex !important;
}
.tw-inline-flex{
  display: inline-flex !important;
}
.tw-grid{
  display: grid !important;
}
.\!tw-hidden{
  display: none !important;
}
.tw-hidden{
  display: none !important;
}
.tw-h-14{
  height: 3.5rem !important;
}
.tw-h-24{
  height: 6rem !important;
}
.tw-h-4{
  height: 1rem !important;
}
.tw-h-40{
  height: 10rem !important;
}
.tw-h-5{
  height: 1.25rem !important;
}
.tw-h-6{
  height: 1.5rem !important;
}
.tw-h-7{
  height: 1.75rem !important;
}
.tw-h-8{
  height: 2rem !important;
}
.tw-h-9{
  height: 2.25rem !important;
}
.tw-h-\[250px\]{
  height: 250px !important;
}
.tw-h-\[2rem\]{
  height: 2rem !important;
}
.tw-h-\[800px\]{
  height: 800px !important;
}
.tw-h-\[95\%\]{
  height: 95% !important;
}
.tw-h-full{
  height: 100% !important;
}
.tw-h-screen{
  height: 100vh !important;
}
.tw-max-h-content-card{
  max-height: 45rem !important;
}
.tw-max-h-hero-carousel{
  max-height: 40rem !important;
}
.tw-w-0{
  width: 0px !important;
}
.tw-w-1{
  width: 0.25rem !important;
}
.tw-w-1\/2{
  width: 50% !important;
}
.tw-w-1\/4{
  width: 25% !important;
}
.tw-w-11{
  width: 2.75rem !important;
}
.tw-w-3\/4{
  width: 75% !important;
}
.tw-w-3\/5{
  width: 60% !important;
}
.tw-w-4{
  width: 1rem !important;
}
.tw-w-5{
  width: 1.25rem !important;
}
.tw-w-6{
  width: 1.5rem !important;
}
.tw-w-7{
  width: 1.75rem !important;
}
.tw-w-8{
  width: 2rem !important;
}
.tw-w-80{
  width: 20rem !important;
}
.tw-w-auto{
  width: auto !important;
}
.tw-w-full{
  width: 100% !important;
}
.tw-min-w-\[10rem\]{
  min-width: 10rem !important;
}
.tw-max-w-2xl{
  max-width: 42rem !important;
}
.tw-max-w-5xl{
  max-width: 64rem !important;
}
.tw-max-w-\[50\%\]{
  max-width: 50% !important;
}
.tw-flex-1{
  flex: 1 1 0% !important;
}
.tw-flex-shrink-0{
  flex-shrink: 0 !important;
}
.tw-grow{
  flex-grow: 1 !important;
}
.tw--translate-x-full{
  --tw-translate-x: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.tw-rotate-180{
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes tw-fadeOut{
  0%, 50%{
    opacity: 1;
    z-index: 5;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
.tw-animate-fade{
  animation: tw-fadeOut 4s ease-in 2s forwards !important;
}
@keyframes tw-pulse{
  50%{
    opacity: .5;
  }
}
.tw-animate-pulse{
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes tw-spin{
  to{
    transform: rotate(360deg);
  }
}
.tw-animate-spin{
  animation: tw-spin 1s linear infinite !important;
}
.tw-cursor-pointer{
  cursor: pointer !important;
}
.tw-list-disc{
  list-style-type: disc !important;
}
.tw-list-none{
  list-style-type: none !important;
}
.tw-auto-cols-auto{
  grid-auto-columns: auto !important;
}
.tw-grid-flow-col{
  grid-auto-flow: column !important;
}
.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tw-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tw-grid-cols-card-nav{
  grid-template-columns: 15px auto 15px !important;
}
.tw-grid-cols-content-card{
  grid-template-columns: 30px auto 30px !important;
}
.tw-grid-cols-footer{
  grid-template-columns: 15px auto 15px !important;
}
.tw-grid-cols-header{
  grid-template-columns: 15px auto 70px 15px !important;
}
.tw-grid-cols-hero{
  grid-template-columns: 15px auto 15px !important;
}
.tw-grid-cols-image-nav{
  grid-template-columns: 15px auto 15px !important;
}
.tw-grid-rows-header{
  grid-template-rows: auto auto !important;
}
.tw-flex-row{
  flex-direction: row !important;
}
.tw-flex-row-reverse{
  flex-direction: row-reverse !important;
}
.tw-flex-col{
  flex-direction: column !important;
}
.tw-flex-wrap{
  flex-wrap: wrap !important;
}
.tw-place-content-center{
  place-content: center !important;
}
.tw-place-items-center{
  place-items: center !important;
}
.tw-content-start{
  align-content: flex-start !important;
}
.tw-items-start{
  align-items: flex-start !important;
}
.tw-items-end{
  align-items: flex-end !important;
}
.tw-items-center{
  align-items: center !important;
}
.tw-justify-start{
  justify-content: flex-start !important;
}
.tw-justify-end{
  justify-content: flex-end !important;
}
.tw-justify-center{
  justify-content: center !important;
}
.tw-justify-between{
  justify-content: space-between !important;
}
.tw-justify-around{
  justify-content: space-around !important;
}
.tw-justify-items-center{
  justify-items: center !important;
}
.tw-gap-2{
  gap: 0.5rem !important;
}
.tw-gap-4{
  gap: 1rem !important;
}
.tw-gap-y-2{
  row-gap: 0.5rem !important;
}
.tw-gap-y-3{
  row-gap: 0.75rem !important;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-divide-opacity)) !important;
}
.tw-self-center{
  align-self: center !important;
}
.tw-justify-self-end{
  justify-self: end !important;
}
.tw-overflow-auto{
  overflow: auto !important;
}
.tw-overflow-hidden{
  overflow: hidden !important;
}
.tw-overflow-y-auto{
  overflow-y: auto !important;
}
.tw-overflow-y-scroll{
  overflow-y: scroll !important;
}
.tw-whitespace-normal{
  white-space: normal !important;
}
.tw-rounded{
  border-radius: 0.25rem !important;
}
.tw-rounded-lg{
  border-radius: 0.5rem !important;
}
.tw-rounded-md{
  border-radius: 0.375rem !important;
}
.tw-rounded-none{
  border-radius: 0px !important;
}
.tw-border{
  border-width: 1px !important;
}
.tw-border-0{
  border-width: 0px !important;
}
.tw-border-2{
  border-width: 2px !important;
}
.tw-border-b{
  border-bottom-width: 1px !important;
}
.tw-border-b-\[1px\]{
  border-bottom-width: 1px !important;
}
.tw-border-l{
  border-left-width: 1px !important;
}
.tw-border-t-\[1px\]{
  border-top-width: 1px !important;
}
.tw-border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.tw-border-black\/0{
  border-color: rgb(0 0 0 / 0) !important;
}
.tw-border-black\/10{
  border-color: rgb(0 0 0 / 0.1) !important;
}
.tw-border-black\/100{
  border-color: rgb(0 0 0 / 1) !important;
}
.tw-border-black\/20{
  border-color: rgb(0 0 0 / 0.2) !important;
}
.tw-border-black\/25{
  border-color: rgb(0 0 0 / 0.25) !important;
}
.tw-border-black\/30{
  border-color: rgb(0 0 0 / 0.3) !important;
}
.tw-border-black\/40{
  border-color: rgb(0 0 0 / 0.4) !important;
}
.tw-border-black\/5{
  border-color: rgb(0 0 0 / 0.05) !important;
}
.tw-border-black\/50{
  border-color: rgb(0 0 0 / 0.5) !important;
}
.tw-border-black\/60{
  border-color: rgb(0 0 0 / 0.6) !important;
}
.tw-border-black\/70{
  border-color: rgb(0 0 0 / 0.7) !important;
}
.tw-border-black\/75{
  border-color: rgb(0 0 0 / 0.75) !important;
}
.tw-border-black\/80{
  border-color: rgb(0 0 0 / 0.8) !important;
}
.tw-border-black\/90{
  border-color: rgb(0 0 0 / 0.9) !important;
}
.tw-border-black\/95{
  border-color: rgb(0 0 0 / 0.95) !important;
}
.tw-border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 77 94 / var(--tw-border-opacity)) !important;
}
.tw-border-blue\/0{
  border-color: rgb(43 77 94 / 0) !important;
}
.tw-border-blue\/10{
  border-color: rgb(43 77 94 / 0.1) !important;
}
.tw-border-blue\/100{
  border-color: rgb(43 77 94 / 1) !important;
}
.tw-border-blue\/20{
  border-color: rgb(43 77 94 / 0.2) !important;
}
.tw-border-blue\/25{
  border-color: rgb(43 77 94 / 0.25) !important;
}
.tw-border-blue\/30{
  border-color: rgb(43 77 94 / 0.3) !important;
}
.tw-border-blue\/40{
  border-color: rgb(43 77 94 / 0.4) !important;
}
.tw-border-blue\/5{
  border-color: rgb(43 77 94 / 0.05) !important;
}
.tw-border-blue\/50{
  border-color: rgb(43 77 94 / 0.5) !important;
}
.tw-border-blue\/60{
  border-color: rgb(43 77 94 / 0.6) !important;
}
.tw-border-blue\/70{
  border-color: rgb(43 77 94 / 0.7) !important;
}
.tw-border-blue\/75{
  border-color: rgb(43 77 94 / 0.75) !important;
}
.tw-border-blue\/80{
  border-color: rgb(43 77 94 / 0.8) !important;
}
.tw-border-blue\/90{
  border-color: rgb(43 77 94 / 0.9) !important;
}
.tw-border-blue\/95{
  border-color: rgb(43 77 94 / 0.95) !important;
}
.tw-border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgb(136 136 136 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-100\/0{
  border-color: rgb(238 238 238 / 0) !important;
}
.tw-border-gray-100\/10{
  border-color: rgb(238 238 238 / 0.1) !important;
}
.tw-border-gray-100\/100{
  border-color: rgb(238 238 238 / 1) !important;
}
.tw-border-gray-100\/20{
  border-color: rgb(238 238 238 / 0.2) !important;
}
.tw-border-gray-100\/25{
  border-color: rgb(238 238 238 / 0.25) !important;
}
.tw-border-gray-100\/30{
  border-color: rgb(238 238 238 / 0.3) !important;
}
.tw-border-gray-100\/40{
  border-color: rgb(238 238 238 / 0.4) !important;
}
.tw-border-gray-100\/5{
  border-color: rgb(238 238 238 / 0.05) !important;
}
.tw-border-gray-100\/50{
  border-color: rgb(238 238 238 / 0.5) !important;
}
.tw-border-gray-100\/60{
  border-color: rgb(238 238 238 / 0.6) !important;
}
.tw-border-gray-100\/70{
  border-color: rgb(238 238 238 / 0.7) !important;
}
.tw-border-gray-100\/75{
  border-color: rgb(238 238 238 / 0.75) !important;
}
.tw-border-gray-100\/80{
  border-color: rgb(238 238 238 / 0.8) !important;
}
.tw-border-gray-100\/90{
  border-color: rgb(238 238 238 / 0.9) !important;
}
.tw-border-gray-100\/95{
  border-color: rgb(238 238 238 / 0.95) !important;
}
.tw-border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-300\/0{
  border-color: rgb(204 204 204 / 0) !important;
}
.tw-border-gray-300\/10{
  border-color: rgb(204 204 204 / 0.1) !important;
}
.tw-border-gray-300\/100{
  border-color: rgb(204 204 204 / 1) !important;
}
.tw-border-gray-300\/20{
  border-color: rgb(204 204 204 / 0.2) !important;
}
.tw-border-gray-300\/25{
  border-color: rgb(204 204 204 / 0.25) !important;
}
.tw-border-gray-300\/30{
  border-color: rgb(204 204 204 / 0.3) !important;
}
.tw-border-gray-300\/40{
  border-color: rgb(204 204 204 / 0.4) !important;
}
.tw-border-gray-300\/5{
  border-color: rgb(204 204 204 / 0.05) !important;
}
.tw-border-gray-300\/50{
  border-color: rgb(204 204 204 / 0.5) !important;
}
.tw-border-gray-300\/60{
  border-color: rgb(204 204 204 / 0.6) !important;
}
.tw-border-gray-300\/70{
  border-color: rgb(204 204 204 / 0.7) !important;
}
.tw-border-gray-300\/75{
  border-color: rgb(204 204 204 / 0.75) !important;
}
.tw-border-gray-300\/80{
  border-color: rgb(204 204 204 / 0.8) !important;
}
.tw-border-gray-300\/90{
  border-color: rgb(204 204 204 / 0.9) !important;
}
.tw-border-gray-300\/95{
  border-color: rgb(204 204 204 / 0.95) !important;
}
.tw-border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-500\/0{
  border-color: rgb(51 51 51 / 0) !important;
}
.tw-border-gray-500\/10{
  border-color: rgb(51 51 51 / 0.1) !important;
}
.tw-border-gray-500\/100{
  border-color: rgb(51 51 51 / 1) !important;
}
.tw-border-gray-500\/20{
  border-color: rgb(51 51 51 / 0.2) !important;
}
.tw-border-gray-500\/25{
  border-color: rgb(51 51 51 / 0.25) !important;
}
.tw-border-gray-500\/30{
  border-color: rgb(51 51 51 / 0.3) !important;
}
.tw-border-gray-500\/40{
  border-color: rgb(51 51 51 / 0.4) !important;
}
.tw-border-gray-500\/5{
  border-color: rgb(51 51 51 / 0.05) !important;
}
.tw-border-gray-500\/50{
  border-color: rgb(51 51 51 / 0.5) !important;
}
.tw-border-gray-500\/60{
  border-color: rgb(51 51 51 / 0.6) !important;
}
.tw-border-gray-500\/70{
  border-color: rgb(51 51 51 / 0.7) !important;
}
.tw-border-gray-500\/75{
  border-color: rgb(51 51 51 / 0.75) !important;
}
.tw-border-gray-500\/80{
  border-color: rgb(51 51 51 / 0.8) !important;
}
.tw-border-gray-500\/90{
  border-color: rgb(51 51 51 / 0.9) !important;
}
.tw-border-gray-500\/95{
  border-color: rgb(51 51 51 / 0.95) !important;
}
.tw-border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 102 102 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-600\/0{
  border-color: rgb(102 102 102 / 0) !important;
}
.tw-border-gray-600\/10{
  border-color: rgb(102 102 102 / 0.1) !important;
}
.tw-border-gray-600\/100{
  border-color: rgb(102 102 102 / 1) !important;
}
.tw-border-gray-600\/20{
  border-color: rgb(102 102 102 / 0.2) !important;
}
.tw-border-gray-600\/25{
  border-color: rgb(102 102 102 / 0.25) !important;
}
.tw-border-gray-600\/30{
  border-color: rgb(102 102 102 / 0.3) !important;
}
.tw-border-gray-600\/40{
  border-color: rgb(102 102 102 / 0.4) !important;
}
.tw-border-gray-600\/5{
  border-color: rgb(102 102 102 / 0.05) !important;
}
.tw-border-gray-600\/50{
  border-color: rgb(102 102 102 / 0.5) !important;
}
.tw-border-gray-600\/60{
  border-color: rgb(102 102 102 / 0.6) !important;
}
.tw-border-gray-600\/70{
  border-color: rgb(102 102 102 / 0.7) !important;
}
.tw-border-gray-600\/75{
  border-color: rgb(102 102 102 / 0.75) !important;
}
.tw-border-gray-600\/80{
  border-color: rgb(102 102 102 / 0.8) !important;
}
.tw-border-gray-600\/90{
  border-color: rgb(102 102 102 / 0.9) !important;
}
.tw-border-gray-600\/95{
  border-color: rgb(102 102 102 / 0.95) !important;
}
.tw-border-gray\/0{
  border-color: rgb(136 136 136 / 0) !important;
}
.tw-border-gray\/10{
  border-color: rgb(136 136 136 / 0.1) !important;
}
.tw-border-gray\/100{
  border-color: rgb(136 136 136 / 1) !important;
}
.tw-border-gray\/20{
  border-color: rgb(136 136 136 / 0.2) !important;
}
.tw-border-gray\/25{
  border-color: rgb(136 136 136 / 0.25) !important;
}
.tw-border-gray\/30{
  border-color: rgb(136 136 136 / 0.3) !important;
}
.tw-border-gray\/40{
  border-color: rgb(136 136 136 / 0.4) !important;
}
.tw-border-gray\/5{
  border-color: rgb(136 136 136 / 0.05) !important;
}
.tw-border-gray\/50{
  border-color: rgb(136 136 136 / 0.5) !important;
}
.tw-border-gray\/60{
  border-color: rgb(136 136 136 / 0.6) !important;
}
.tw-border-gray\/70{
  border-color: rgb(136 136 136 / 0.7) !important;
}
.tw-border-gray\/75{
  border-color: rgb(136 136 136 / 0.75) !important;
}
.tw-border-gray\/80{
  border-color: rgb(136 136 136 / 0.8) !important;
}
.tw-border-gray\/90{
  border-color: rgb(136 136 136 / 0.9) !important;
}
.tw-border-gray\/95{
  border-color: rgb(136 136 136 / 0.95) !important;
}
.tw-border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 0 0 / var(--tw-border-opacity)) !important;
}
.tw-border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 0 0 / var(--tw-border-opacity)) !important;
}
.tw-border-red-100\/0{
  border-color: rgb(105 0 0 / 0) !important;
}
.tw-border-red-100\/10{
  border-color: rgb(105 0 0 / 0.1) !important;
}
.tw-border-red-100\/100{
  border-color: rgb(105 0 0 / 1) !important;
}
.tw-border-red-100\/20{
  border-color: rgb(105 0 0 / 0.2) !important;
}
.tw-border-red-100\/25{
  border-color: rgb(105 0 0 / 0.25) !important;
}
.tw-border-red-100\/30{
  border-color: rgb(105 0 0 / 0.3) !important;
}
.tw-border-red-100\/40{
  border-color: rgb(105 0 0 / 0.4) !important;
}
.tw-border-red-100\/5{
  border-color: rgb(105 0 0 / 0.05) !important;
}
.tw-border-red-100\/50{
  border-color: rgb(105 0 0 / 0.5) !important;
}
.tw-border-red-100\/60{
  border-color: rgb(105 0 0 / 0.6) !important;
}
.tw-border-red-100\/70{
  border-color: rgb(105 0 0 / 0.7) !important;
}
.tw-border-red-100\/75{
  border-color: rgb(105 0 0 / 0.75) !important;
}
.tw-border-red-100\/80{
  border-color: rgb(105 0 0 / 0.8) !important;
}
.tw-border-red-100\/90{
  border-color: rgb(105 0 0 / 0.9) !important;
}
.tw-border-red-100\/95{
  border-color: rgb(105 0 0 / 0.95) !important;
}
.tw-border-red\/0{
  border-color: rgb(192 0 0 / 0) !important;
}
.tw-border-red\/10{
  border-color: rgb(192 0 0 / 0.1) !important;
}
.tw-border-red\/100{
  border-color: rgb(192 0 0 / 1) !important;
}
.tw-border-red\/20{
  border-color: rgb(192 0 0 / 0.2) !important;
}
.tw-border-red\/25{
  border-color: rgb(192 0 0 / 0.25) !important;
}
.tw-border-red\/30{
  border-color: rgb(192 0 0 / 0.3) !important;
}
.tw-border-red\/40{
  border-color: rgb(192 0 0 / 0.4) !important;
}
.tw-border-red\/5{
  border-color: rgb(192 0 0 / 0.05) !important;
}
.tw-border-red\/50{
  border-color: rgb(192 0 0 / 0.5) !important;
}
.tw-border-red\/60{
  border-color: rgb(192 0 0 / 0.6) !important;
}
.tw-border-red\/70{
  border-color: rgb(192 0 0 / 0.7) !important;
}
.tw-border-red\/75{
  border-color: rgb(192 0 0 / 0.75) !important;
}
.tw-border-red\/80{
  border-color: rgb(192 0 0 / 0.8) !important;
}
.tw-border-red\/90{
  border-color: rgb(192 0 0 / 0.9) !important;
}
.tw-border-red\/95{
  border-color: rgb(192 0 0 / 0.95) !important;
}
.tw-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.tw-border-white\/0{
  border-color: rgb(255 255 255 / 0) !important;
}
.tw-border-white\/10{
  border-color: rgb(255 255 255 / 0.1) !important;
}
.tw-border-white\/100{
  border-color: rgb(255 255 255 / 1) !important;
}
.tw-border-white\/20{
  border-color: rgb(255 255 255 / 0.2) !important;
}
.tw-border-white\/25{
  border-color: rgb(255 255 255 / 0.25) !important;
}
.tw-border-white\/30{
  border-color: rgb(255 255 255 / 0.3) !important;
}
.tw-border-white\/40{
  border-color: rgb(255 255 255 / 0.4) !important;
}
.tw-border-white\/5{
  border-color: rgb(255 255 255 / 0.05) !important;
}
.tw-border-white\/50{
  border-color: rgb(255 255 255 / 0.5) !important;
}
.tw-border-white\/60{
  border-color: rgb(255 255 255 / 0.6) !important;
}
.tw-border-white\/70{
  border-color: rgb(255 255 255 / 0.7) !important;
}
.tw-border-white\/75{
  border-color: rgb(255 255 255 / 0.75) !important;
}
.tw-border-white\/80{
  border-color: rgb(255 255 255 / 0.8) !important;
}
.tw-border-white\/90{
  border-color: rgb(255 255 255 / 0.9) !important;
}
.tw-border-white\/95{
  border-color: rgb(255 255 255 / 0.95) !important;
}
.tw-border-l-gray{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(136 136 136 / var(--tw-border-opacity)) !important;
}
.\!tw-bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 77 94 / var(--tw-bg-opacity)) !important;
}
.tw-bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.tw-bg-black\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.tw-bg-black\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.tw-bg-black\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.tw-bg-black\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.tw-bg-black\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.tw-bg-black\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.tw-bg-black\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.tw-bg-black\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.tw-bg-black\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.tw-bg-black\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.tw-bg-black\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.tw-bg-black\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.tw-bg-black\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.tw-bg-black\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.tw-bg-black\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.tw-bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 77 94 / var(--tw-bg-opacity)) !important;
}
.tw-bg-blue\/0{
  background-color: rgb(43 77 94 / 0) !important;
}
.tw-bg-blue\/10{
  background-color: rgb(43 77 94 / 0.1) !important;
}
.tw-bg-blue\/100{
  background-color: rgb(43 77 94 / 1) !important;
}
.tw-bg-blue\/20{
  background-color: rgb(43 77 94 / 0.2) !important;
}
.tw-bg-blue\/25{
  background-color: rgb(43 77 94 / 0.25) !important;
}
.tw-bg-blue\/30{
  background-color: rgb(43 77 94 / 0.3) !important;
}
.tw-bg-blue\/40{
  background-color: rgb(43 77 94 / 0.4) !important;
}
.tw-bg-blue\/5{
  background-color: rgb(43 77 94 / 0.05) !important;
}
.tw-bg-blue\/50{
  background-color: rgb(43 77 94 / 0.5) !important;
}
.tw-bg-blue\/60{
  background-color: rgb(43 77 94 / 0.6) !important;
}
.tw-bg-blue\/70{
  background-color: rgb(43 77 94 / 0.7) !important;
}
.tw-bg-blue\/75{
  background-color: rgb(43 77 94 / 0.75) !important;
}
.tw-bg-blue\/80{
  background-color: rgb(43 77 94 / 0.8) !important;
}
.tw-bg-blue\/90{
  background-color: rgb(43 77 94 / 0.9) !important;
}
.tw-bg-blue\/95{
  background-color: rgb(43 77 94 / 0.95) !important;
}
.tw-bg-gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-100\/0{
  background-color: rgb(238 238 238 / 0) !important;
}
.tw-bg-gray-100\/10{
  background-color: rgb(238 238 238 / 0.1) !important;
}
.tw-bg-gray-100\/100{
  background-color: rgb(238 238 238 / 1) !important;
}
.tw-bg-gray-100\/20{
  background-color: rgb(238 238 238 / 0.2) !important;
}
.tw-bg-gray-100\/25{
  background-color: rgb(238 238 238 / 0.25) !important;
}
.tw-bg-gray-100\/30{
  background-color: rgb(238 238 238 / 0.3) !important;
}
.tw-bg-gray-100\/40{
  background-color: rgb(238 238 238 / 0.4) !important;
}
.tw-bg-gray-100\/5{
  background-color: rgb(238 238 238 / 0.05) !important;
}
.tw-bg-gray-100\/50{
  background-color: rgb(238 238 238 / 0.5) !important;
}
.tw-bg-gray-100\/60{
  background-color: rgb(238 238 238 / 0.6) !important;
}
.tw-bg-gray-100\/70{
  background-color: rgb(238 238 238 / 0.7) !important;
}
.tw-bg-gray-100\/75{
  background-color: rgb(238 238 238 / 0.75) !important;
}
.tw-bg-gray-100\/80{
  background-color: rgb(238 238 238 / 0.8) !important;
}
.tw-bg-gray-100\/90{
  background-color: rgb(238 238 238 / 0.9) !important;
}
.tw-bg-gray-100\/95{
  background-color: rgb(238 238 238 / 0.95) !important;
}
.tw-bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-300\/0{
  background-color: rgb(204 204 204 / 0) !important;
}
.tw-bg-gray-300\/10{
  background-color: rgb(204 204 204 / 0.1) !important;
}
.tw-bg-gray-300\/100{
  background-color: rgb(204 204 204 / 1) !important;
}
.tw-bg-gray-300\/20{
  background-color: rgb(204 204 204 / 0.2) !important;
}
.tw-bg-gray-300\/25{
  background-color: rgb(204 204 204 / 0.25) !important;
}
.tw-bg-gray-300\/30{
  background-color: rgb(204 204 204 / 0.3) !important;
}
.tw-bg-gray-300\/40{
  background-color: rgb(204 204 204 / 0.4) !important;
}
.tw-bg-gray-300\/5{
  background-color: rgb(204 204 204 / 0.05) !important;
}
.tw-bg-gray-300\/50{
  background-color: rgb(204 204 204 / 0.5) !important;
}
.tw-bg-gray-300\/60{
  background-color: rgb(204 204 204 / 0.6) !important;
}
.tw-bg-gray-300\/70{
  background-color: rgb(204 204 204 / 0.7) !important;
}
.tw-bg-gray-300\/75{
  background-color: rgb(204 204 204 / 0.75) !important;
}
.tw-bg-gray-300\/80{
  background-color: rgb(204 204 204 / 0.8) !important;
}
.tw-bg-gray-300\/90{
  background-color: rgb(204 204 204 / 0.9) !important;
}
.tw-bg-gray-300\/95{
  background-color: rgb(204 204 204 / 0.95) !important;
}
.tw-bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-500\/0{
  background-color: rgb(51 51 51 / 0) !important;
}
.tw-bg-gray-500\/10{
  background-color: rgb(51 51 51 / 0.1) !important;
}
.tw-bg-gray-500\/100{
  background-color: rgb(51 51 51 / 1) !important;
}
.tw-bg-gray-500\/20{
  background-color: rgb(51 51 51 / 0.2) !important;
}
.tw-bg-gray-500\/25{
  background-color: rgb(51 51 51 / 0.25) !important;
}
.tw-bg-gray-500\/30{
  background-color: rgb(51 51 51 / 0.3) !important;
}
.tw-bg-gray-500\/40{
  background-color: rgb(51 51 51 / 0.4) !important;
}
.tw-bg-gray-500\/5{
  background-color: rgb(51 51 51 / 0.05) !important;
}
.tw-bg-gray-500\/50{
  background-color: rgb(51 51 51 / 0.5) !important;
}
.tw-bg-gray-500\/60{
  background-color: rgb(51 51 51 / 0.6) !important;
}
.tw-bg-gray-500\/70{
  background-color: rgb(51 51 51 / 0.7) !important;
}
.tw-bg-gray-500\/75{
  background-color: rgb(51 51 51 / 0.75) !important;
}
.tw-bg-gray-500\/80{
  background-color: rgb(51 51 51 / 0.8) !important;
}
.tw-bg-gray-500\/90{
  background-color: rgb(51 51 51 / 0.9) !important;
}
.tw-bg-gray-500\/95{
  background-color: rgb(51 51 51 / 0.95) !important;
}
.tw-bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-600\/0{
  background-color: rgb(102 102 102 / 0) !important;
}
.tw-bg-gray-600\/10{
  background-color: rgb(102 102 102 / 0.1) !important;
}
.tw-bg-gray-600\/100{
  background-color: rgb(102 102 102 / 1) !important;
}
.tw-bg-gray-600\/20{
  background-color: rgb(102 102 102 / 0.2) !important;
}
.tw-bg-gray-600\/25{
  background-color: rgb(102 102 102 / 0.25) !important;
}
.tw-bg-gray-600\/30{
  background-color: rgb(102 102 102 / 0.3) !important;
}
.tw-bg-gray-600\/40{
  background-color: rgb(102 102 102 / 0.4) !important;
}
.tw-bg-gray-600\/5{
  background-color: rgb(102 102 102 / 0.05) !important;
}
.tw-bg-gray-600\/50{
  background-color: rgb(102 102 102 / 0.5) !important;
}
.tw-bg-gray-600\/60{
  background-color: rgb(102 102 102 / 0.6) !important;
}
.tw-bg-gray-600\/70{
  background-color: rgb(102 102 102 / 0.7) !important;
}
.tw-bg-gray-600\/75{
  background-color: rgb(102 102 102 / 0.75) !important;
}
.tw-bg-gray-600\/80{
  background-color: rgb(102 102 102 / 0.8) !important;
}
.tw-bg-gray-600\/90{
  background-color: rgb(102 102 102 / 0.9) !important;
}
.tw-bg-gray-600\/95{
  background-color: rgb(102 102 102 / 0.95) !important;
}
.tw-bg-gray\/0{
  background-color: rgb(136 136 136 / 0) !important;
}
.tw-bg-gray\/10{
  background-color: rgb(136 136 136 / 0.1) !important;
}
.tw-bg-gray\/100{
  background-color: rgb(136 136 136 / 1) !important;
}
.tw-bg-gray\/20{
  background-color: rgb(136 136 136 / 0.2) !important;
}
.tw-bg-gray\/25{
  background-color: rgb(136 136 136 / 0.25) !important;
}
.tw-bg-gray\/30{
  background-color: rgb(136 136 136 / 0.3) !important;
}
.tw-bg-gray\/40{
  background-color: rgb(136 136 136 / 0.4) !important;
}
.tw-bg-gray\/5{
  background-color: rgb(136 136 136 / 0.05) !important;
}
.tw-bg-gray\/50{
  background-color: rgb(136 136 136 / 0.5) !important;
}
.tw-bg-gray\/60{
  background-color: rgb(136 136 136 / 0.6) !important;
}
.tw-bg-gray\/70{
  background-color: rgb(136 136 136 / 0.7) !important;
}
.tw-bg-gray\/75{
  background-color: rgb(136 136 136 / 0.75) !important;
}
.tw-bg-gray\/80{
  background-color: rgb(136 136 136 / 0.8) !important;
}
.tw-bg-gray\/90{
  background-color: rgb(136 136 136 / 0.9) !important;
}
.tw-bg-gray\/95{
  background-color: rgb(136 136 136 / 0.95) !important;
}
.tw-bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.tw-bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity)) !important;
}
.tw-bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 0 0 / var(--tw-bg-opacity)) !important;
}
.tw-bg-red-100\/0{
  background-color: rgb(105 0 0 / 0) !important;
}
.tw-bg-red-100\/10{
  background-color: rgb(105 0 0 / 0.1) !important;
}
.tw-bg-red-100\/100{
  background-color: rgb(105 0 0 / 1) !important;
}
.tw-bg-red-100\/20{
  background-color: rgb(105 0 0 / 0.2) !important;
}
.tw-bg-red-100\/25{
  background-color: rgb(105 0 0 / 0.25) !important;
}
.tw-bg-red-100\/30{
  background-color: rgb(105 0 0 / 0.3) !important;
}
.tw-bg-red-100\/40{
  background-color: rgb(105 0 0 / 0.4) !important;
}
.tw-bg-red-100\/5{
  background-color: rgb(105 0 0 / 0.05) !important;
}
.tw-bg-red-100\/50{
  background-color: rgb(105 0 0 / 0.5) !important;
}
.tw-bg-red-100\/60{
  background-color: rgb(105 0 0 / 0.6) !important;
}
.tw-bg-red-100\/70{
  background-color: rgb(105 0 0 / 0.7) !important;
}
.tw-bg-red-100\/75{
  background-color: rgb(105 0 0 / 0.75) !important;
}
.tw-bg-red-100\/80{
  background-color: rgb(105 0 0 / 0.8) !important;
}
.tw-bg-red-100\/90{
  background-color: rgb(105 0 0 / 0.9) !important;
}
.tw-bg-red-100\/95{
  background-color: rgb(105 0 0 / 0.95) !important;
}
.tw-bg-red\/0{
  background-color: rgb(192 0 0 / 0) !important;
}
.tw-bg-red\/10{
  background-color: rgb(192 0 0 / 0.1) !important;
}
.tw-bg-red\/100{
  background-color: rgb(192 0 0 / 1) !important;
}
.tw-bg-red\/20{
  background-color: rgb(192 0 0 / 0.2) !important;
}
.tw-bg-red\/25{
  background-color: rgb(192 0 0 / 0.25) !important;
}
.tw-bg-red\/30{
  background-color: rgb(192 0 0 / 0.3) !important;
}
.tw-bg-red\/40{
  background-color: rgb(192 0 0 / 0.4) !important;
}
.tw-bg-red\/5{
  background-color: rgb(192 0 0 / 0.05) !important;
}
.tw-bg-red\/50{
  background-color: rgb(192 0 0 / 0.5) !important;
}
.tw-bg-red\/60{
  background-color: rgb(192 0 0 / 0.6) !important;
}
.tw-bg-red\/70{
  background-color: rgb(192 0 0 / 0.7) !important;
}
.tw-bg-red\/75{
  background-color: rgb(192 0 0 / 0.75) !important;
}
.tw-bg-red\/80{
  background-color: rgb(192 0 0 / 0.8) !important;
}
.tw-bg-red\/90{
  background-color: rgb(192 0 0 / 0.9) !important;
}
.tw-bg-red\/95{
  background-color: rgb(192 0 0 / 0.95) !important;
}
.tw-bg-transparent{
  background-color: transparent !important;
}
.tw-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-white\/0{
  background-color: rgb(255 255 255 / 0) !important;
}
.tw-bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}
.tw-bg-white\/100{
  background-color: rgb(255 255 255 / 1) !important;
}
.tw-bg-white\/20{
  background-color: rgb(255 255 255 / 0.2) !important;
}
.tw-bg-white\/25{
  background-color: rgb(255 255 255 / 0.25) !important;
}
.tw-bg-white\/30{
  background-color: rgb(255 255 255 / 0.3) !important;
}
.tw-bg-white\/40{
  background-color: rgb(255 255 255 / 0.4) !important;
}
.tw-bg-white\/5{
  background-color: rgb(255 255 255 / 0.05) !important;
}
.tw-bg-white\/50{
  background-color: rgb(255 255 255 / 0.5) !important;
}
.tw-bg-white\/60{
  background-color: rgb(255 255 255 / 0.6) !important;
}
.tw-bg-white\/70{
  background-color: rgb(255 255 255 / 0.7) !important;
}
.tw-bg-white\/75{
  background-color: rgb(255 255 255 / 0.75) !important;
}
.tw-bg-white\/80{
  background-color: rgb(255 255 255 / 0.8) !important;
}
.tw-bg-white\/90{
  background-color: rgb(255 255 255 / 0.9) !important;
}
.tw-bg-white\/95{
  background-color: rgb(255 255 255 / 0.95) !important;
}
.tw-bg-split-blue-transparent{
  background-image: linear-gradient(110deg, #2b4d5e 30px, rgba(255,0,0,0) 30px); !important;
}
.tw-bg-split-red-transparent{
  background-image: linear-gradient(110deg, #c00000 30px, rgba(255,0,0,0) 30px); !important;
}
.tw-bg-cover{
  background-size: cover !important;
}
.tw-bg-center{
  background-position: center !important;
}
.tw-bg-no-repeat{
  background-repeat: no-repeat !important;
}
.tw-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.tw-object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.\!tw-p-4{
  padding: 1rem !important;
}
.tw-p-0{
  padding: 0px !important;
}
.tw-p-1{
  padding: 0.25rem !important;
}
.tw-p-1\.5{
  padding: 0.375rem !important;
}
.tw-p-12{
  padding: 3rem !important;
}
.tw-p-2{
  padding: 0.5rem !important;
}
.tw-p-3{
  padding: 0.75rem !important;
}
.tw-p-4{
  padding: 1rem !important;
}
.tw-p-6{
  padding: 1.5rem !important;
}
.tw-p-8{
  padding: 2rem !important;
}
.\!tw-px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.tw-px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.tw-px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.tw-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.tw-px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.tw-py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.tw-py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.tw-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.tw-py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.tw-py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.tw-py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.tw-py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.tw-py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.tw-pb-2{
  padding-bottom: 0.5rem !important;
}
.tw-pb-4{
  padding-bottom: 1rem !important;
}
.tw-pb-8{
  padding-bottom: 2rem !important;
}
.tw-pl-0{
  padding-left: 0px !important;
}
.tw-pl-1{
  padding-left: 0.25rem !important;
}
.tw-pl-2{
  padding-left: 0.5rem !important;
}
.tw-pl-2\.5{
  padding-left: 0.625rem !important;
}
.tw-pl-4{
  padding-left: 1rem !important;
}
.tw-pl-8{
  padding-left: 2rem !important;
}
.tw-pr-1{
  padding-right: 0.25rem !important;
}
.tw-pr-2{
  padding-right: 0.5rem !important;
}
.tw-pr-3{
  padding-right: 0.75rem !important;
}
.tw-pr-4{
  padding-right: 1rem !important;
}
.tw-pr-8{
  padding-right: 2rem !important;
}
.tw-pt-0{
  padding-top: 0px !important;
}
.tw-pt-2{
  padding-top: 0.5rem !important;
}
.tw-pt-2\.5{
  padding-top: 0.625rem !important;
}
.tw-pt-3{
  padding-top: 0.75rem !important;
}
.tw-pt-4{
  padding-top: 1rem !important;
}
.tw-pt-8{
  padding-top: 2rem !important;
}
.tw-text-center{
  text-align: center !important;
}
.tw-text-right{
  text-align: right !important;
}
.tw-align-middle{
  vertical-align: middle !important;
}
.tw-font-open-sans{
  font-family: Open Sans !important;
}
.tw-font-oswald{
  font-family: Oswald, sans-serif !important;
}
.tw-text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.tw-text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.tw-text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.tw-text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.tw-text-6xl{
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.tw-text-\[14px\]{
  font-size: 14px !important;
}
.tw-text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tw-text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tw-font-bold{
  font-weight: 700 !important;
}
.tw-font-medium{
  font-weight: 500 !important;
}
.tw-font-normal{
  font-weight: 400 !important;
}
.tw-font-semibold{
  font-weight: 600 !important;
}
.tw-uppercase{
  text-transform: uppercase !important;
}
.tw-capitalize{
  text-transform: capitalize !important;
}
.tw-normal-case{
  text-transform: none !important;
}
.tw-italic{
  font-style: italic !important;
}
.tw-leading-none{
  line-height: 1 !important;
}
.\!tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.tw-text-black\/0{
  color: rgb(0 0 0 / 0) !important;
}
.tw-text-black\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.tw-text-black\/100{
  color: rgb(0 0 0 / 1) !important;
}
.tw-text-black\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.tw-text-black\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.tw-text-black\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.tw-text-black\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.tw-text-black\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.tw-text-black\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.tw-text-black\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.tw-text-black\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.tw-text-black\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.tw-text-black\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.tw-text-black\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.tw-text-black\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.tw-text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(43 77 94 / var(--tw-text-opacity)) !important;
}
.tw-text-blue\/0{
  color: rgb(43 77 94 / 0) !important;
}
.tw-text-blue\/10{
  color: rgb(43 77 94 / 0.1) !important;
}
.tw-text-blue\/100{
  color: rgb(43 77 94 / 1) !important;
}
.tw-text-blue\/20{
  color: rgb(43 77 94 / 0.2) !important;
}
.tw-text-blue\/25{
  color: rgb(43 77 94 / 0.25) !important;
}
.tw-text-blue\/30{
  color: rgb(43 77 94 / 0.3) !important;
}
.tw-text-blue\/40{
  color: rgb(43 77 94 / 0.4) !important;
}
.tw-text-blue\/5{
  color: rgb(43 77 94 / 0.05) !important;
}
.tw-text-blue\/50{
  color: rgb(43 77 94 / 0.5) !important;
}
.tw-text-blue\/60{
  color: rgb(43 77 94 / 0.6) !important;
}
.tw-text-blue\/70{
  color: rgb(43 77 94 / 0.7) !important;
}
.tw-text-blue\/75{
  color: rgb(43 77 94 / 0.75) !important;
}
.tw-text-blue\/80{
  color: rgb(43 77 94 / 0.8) !important;
}
.tw-text-blue\/90{
  color: rgb(43 77 94 / 0.9) !important;
}
.tw-text-blue\/95{
  color: rgb(43 77 94 / 0.95) !important;
}
.tw-text-gray{
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-100\/0{
  color: rgb(238 238 238 / 0) !important;
}
.tw-text-gray-100\/10{
  color: rgb(238 238 238 / 0.1) !important;
}
.tw-text-gray-100\/100{
  color: rgb(238 238 238 / 1) !important;
}
.tw-text-gray-100\/20{
  color: rgb(238 238 238 / 0.2) !important;
}
.tw-text-gray-100\/25{
  color: rgb(238 238 238 / 0.25) !important;
}
.tw-text-gray-100\/30{
  color: rgb(238 238 238 / 0.3) !important;
}
.tw-text-gray-100\/40{
  color: rgb(238 238 238 / 0.4) !important;
}
.tw-text-gray-100\/5{
  color: rgb(238 238 238 / 0.05) !important;
}
.tw-text-gray-100\/50{
  color: rgb(238 238 238 / 0.5) !important;
}
.tw-text-gray-100\/60{
  color: rgb(238 238 238 / 0.6) !important;
}
.tw-text-gray-100\/70{
  color: rgb(238 238 238 / 0.7) !important;
}
.tw-text-gray-100\/75{
  color: rgb(238 238 238 / 0.75) !important;
}
.tw-text-gray-100\/80{
  color: rgb(238 238 238 / 0.8) !important;
}
.tw-text-gray-100\/90{
  color: rgb(238 238 238 / 0.9) !important;
}
.tw-text-gray-100\/95{
  color: rgb(238 238 238 / 0.95) !important;
}
.tw-text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-300\/0{
  color: rgb(204 204 204 / 0) !important;
}
.tw-text-gray-300\/10{
  color: rgb(204 204 204 / 0.1) !important;
}
.tw-text-gray-300\/100{
  color: rgb(204 204 204 / 1) !important;
}
.tw-text-gray-300\/20{
  color: rgb(204 204 204 / 0.2) !important;
}
.tw-text-gray-300\/25{
  color: rgb(204 204 204 / 0.25) !important;
}
.tw-text-gray-300\/30{
  color: rgb(204 204 204 / 0.3) !important;
}
.tw-text-gray-300\/40{
  color: rgb(204 204 204 / 0.4) !important;
}
.tw-text-gray-300\/5{
  color: rgb(204 204 204 / 0.05) !important;
}
.tw-text-gray-300\/50{
  color: rgb(204 204 204 / 0.5) !important;
}
.tw-text-gray-300\/60{
  color: rgb(204 204 204 / 0.6) !important;
}
.tw-text-gray-300\/70{
  color: rgb(204 204 204 / 0.7) !important;
}
.tw-text-gray-300\/75{
  color: rgb(204 204 204 / 0.75) !important;
}
.tw-text-gray-300\/80{
  color: rgb(204 204 204 / 0.8) !important;
}
.tw-text-gray-300\/90{
  color: rgb(204 204 204 / 0.9) !important;
}
.tw-text-gray-300\/95{
  color: rgb(204 204 204 / 0.95) !important;
}
.tw-text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-500\/0{
  color: rgb(51 51 51 / 0) !important;
}
.tw-text-gray-500\/10{
  color: rgb(51 51 51 / 0.1) !important;
}
.tw-text-gray-500\/100{
  color: rgb(51 51 51 / 1) !important;
}
.tw-text-gray-500\/20{
  color: rgb(51 51 51 / 0.2) !important;
}
.tw-text-gray-500\/25{
  color: rgb(51 51 51 / 0.25) !important;
}
.tw-text-gray-500\/30{
  color: rgb(51 51 51 / 0.3) !important;
}
.tw-text-gray-500\/40{
  color: rgb(51 51 51 / 0.4) !important;
}
.tw-text-gray-500\/5{
  color: rgb(51 51 51 / 0.05) !important;
}
.tw-text-gray-500\/50{
  color: rgb(51 51 51 / 0.5) !important;
}
.tw-text-gray-500\/60{
  color: rgb(51 51 51 / 0.6) !important;
}
.tw-text-gray-500\/70{
  color: rgb(51 51 51 / 0.7) !important;
}
.tw-text-gray-500\/75{
  color: rgb(51 51 51 / 0.75) !important;
}
.tw-text-gray-500\/80{
  color: rgb(51 51 51 / 0.8) !important;
}
.tw-text-gray-500\/90{
  color: rgb(51 51 51 / 0.9) !important;
}
.tw-text-gray-500\/95{
  color: rgb(51 51 51 / 0.95) !important;
}
.tw-text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-600\/0{
  color: rgb(102 102 102 / 0) !important;
}
.tw-text-gray-600\/10{
  color: rgb(102 102 102 / 0.1) !important;
}
.tw-text-gray-600\/100{
  color: rgb(102 102 102 / 1) !important;
}
.tw-text-gray-600\/20{
  color: rgb(102 102 102 / 0.2) !important;
}
.tw-text-gray-600\/25{
  color: rgb(102 102 102 / 0.25) !important;
}
.tw-text-gray-600\/30{
  color: rgb(102 102 102 / 0.3) !important;
}
.tw-text-gray-600\/40{
  color: rgb(102 102 102 / 0.4) !important;
}
.tw-text-gray-600\/5{
  color: rgb(102 102 102 / 0.05) !important;
}
.tw-text-gray-600\/50{
  color: rgb(102 102 102 / 0.5) !important;
}
.tw-text-gray-600\/60{
  color: rgb(102 102 102 / 0.6) !important;
}
.tw-text-gray-600\/70{
  color: rgb(102 102 102 / 0.7) !important;
}
.tw-text-gray-600\/75{
  color: rgb(102 102 102 / 0.75) !important;
}
.tw-text-gray-600\/80{
  color: rgb(102 102 102 / 0.8) !important;
}
.tw-text-gray-600\/90{
  color: rgb(102 102 102 / 0.9) !important;
}
.tw-text-gray-600\/95{
  color: rgb(102 102 102 / 0.95) !important;
}
.tw-text-gray\/0{
  color: rgb(136 136 136 / 0) !important;
}
.tw-text-gray\/10{
  color: rgb(136 136 136 / 0.1) !important;
}
.tw-text-gray\/100{
  color: rgb(136 136 136 / 1) !important;
}
.tw-text-gray\/20{
  color: rgb(136 136 136 / 0.2) !important;
}
.tw-text-gray\/25{
  color: rgb(136 136 136 / 0.25) !important;
}
.tw-text-gray\/30{
  color: rgb(136 136 136 / 0.3) !important;
}
.tw-text-gray\/40{
  color: rgb(136 136 136 / 0.4) !important;
}
.tw-text-gray\/5{
  color: rgb(136 136 136 / 0.05) !important;
}
.tw-text-gray\/50{
  color: rgb(136 136 136 / 0.5) !important;
}
.tw-text-gray\/60{
  color: rgb(136 136 136 / 0.6) !important;
}
.tw-text-gray\/70{
  color: rgb(136 136 136 / 0.7) !important;
}
.tw-text-gray\/75{
  color: rgb(136 136 136 / 0.75) !important;
}
.tw-text-gray\/80{
  color: rgb(136 136 136 / 0.8) !important;
}
.tw-text-gray\/90{
  color: rgb(136 136 136 / 0.9) !important;
}
.tw-text-gray\/95{
  color: rgb(136 136 136 / 0.95) !important;
}
.tw-text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(192 0 0 / var(--tw-text-opacity)) !important;
}
.tw-text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(105 0 0 / var(--tw-text-opacity)) !important;
}
.tw-text-red-100\/0{
  color: rgb(105 0 0 / 0) !important;
}
.tw-text-red-100\/10{
  color: rgb(105 0 0 / 0.1) !important;
}
.tw-text-red-100\/100{
  color: rgb(105 0 0 / 1) !important;
}
.tw-text-red-100\/20{
  color: rgb(105 0 0 / 0.2) !important;
}
.tw-text-red-100\/25{
  color: rgb(105 0 0 / 0.25) !important;
}
.tw-text-red-100\/30{
  color: rgb(105 0 0 / 0.3) !important;
}
.tw-text-red-100\/40{
  color: rgb(105 0 0 / 0.4) !important;
}
.tw-text-red-100\/5{
  color: rgb(105 0 0 / 0.05) !important;
}
.tw-text-red-100\/50{
  color: rgb(105 0 0 / 0.5) !important;
}
.tw-text-red-100\/60{
  color: rgb(105 0 0 / 0.6) !important;
}
.tw-text-red-100\/70{
  color: rgb(105 0 0 / 0.7) !important;
}
.tw-text-red-100\/75{
  color: rgb(105 0 0 / 0.75) !important;
}
.tw-text-red-100\/80{
  color: rgb(105 0 0 / 0.8) !important;
}
.tw-text-red-100\/90{
  color: rgb(105 0 0 / 0.9) !important;
}
.tw-text-red-100\/95{
  color: rgb(105 0 0 / 0.95) !important;
}
.tw-text-red\/0{
  color: rgb(192 0 0 / 0) !important;
}
.tw-text-red\/10{
  color: rgb(192 0 0 / 0.1) !important;
}
.tw-text-red\/100{
  color: rgb(192 0 0 / 1) !important;
}
.tw-text-red\/20{
  color: rgb(192 0 0 / 0.2) !important;
}
.tw-text-red\/25{
  color: rgb(192 0 0 / 0.25) !important;
}
.tw-text-red\/30{
  color: rgb(192 0 0 / 0.3) !important;
}
.tw-text-red\/40{
  color: rgb(192 0 0 / 0.4) !important;
}
.tw-text-red\/5{
  color: rgb(192 0 0 / 0.05) !important;
}
.tw-text-red\/50{
  color: rgb(192 0 0 / 0.5) !important;
}
.tw-text-red\/60{
  color: rgb(192 0 0 / 0.6) !important;
}
.tw-text-red\/70{
  color: rgb(192 0 0 / 0.7) !important;
}
.tw-text-red\/75{
  color: rgb(192 0 0 / 0.75) !important;
}
.tw-text-red\/80{
  color: rgb(192 0 0 / 0.8) !important;
}
.tw-text-red\/90{
  color: rgb(192 0 0 / 0.9) !important;
}
.tw-text-red\/95{
  color: rgb(192 0 0 / 0.95) !important;
}
.tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-white\/0{
  color: rgb(255 255 255 / 0) !important;
}
.tw-text-white\/10{
  color: rgb(255 255 255 / 0.1) !important;
}
.tw-text-white\/100{
  color: rgb(255 255 255 / 1) !important;
}
.tw-text-white\/20{
  color: rgb(255 255 255 / 0.2) !important;
}
.tw-text-white\/25{
  color: rgb(255 255 255 / 0.25) !important;
}
.tw-text-white\/30{
  color: rgb(255 255 255 / 0.3) !important;
}
.tw-text-white\/40{
  color: rgb(255 255 255 / 0.4) !important;
}
.tw-text-white\/5{
  color: rgb(255 255 255 / 0.05) !important;
}
.tw-text-white\/50{
  color: rgb(255 255 255 / 0.5) !important;
}
.tw-text-white\/60{
  color: rgb(255 255 255 / 0.6) !important;
}
.tw-text-white\/70{
  color: rgb(255 255 255 / 0.7) !important;
}
.tw-text-white\/75{
  color: rgb(255 255 255 / 0.75) !important;
}
.tw-text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}
.tw-text-white\/90{
  color: rgb(255 255 255 / 0.9) !important;
}
.tw-text-white\/95{
  color: rgb(255 255 255 / 0.95) !important;
}
.tw-underline{
  text-decoration-line: underline !important;
}
.tw-line-through{
  text-decoration-line: line-through !important;
}
.tw-no-underline{
  text-decoration-line: none !important;
}
.tw-opacity-0{
  opacity: 0 !important;
}
.tw-opacity-25{
  opacity: 0.25 !important;
}
.tw-opacity-40{
  opacity: 0.4 !important;
}
.tw-opacity-75{
  opacity: 0.75 !important;
}
.tw-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-duration-300{
  transition-duration: 300ms !important;
} /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?060b2710bdbbe3dfe48b58d59bd5f1fb#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #c00000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #740000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #c00000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #8d0000;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #c00000;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #8d0000;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid, .promos-panel {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .promos-panel:before, .container-fluid:after, .promos-panel:after {
  content: " ";
  display: table;
}
.container-fluid:after, .promos-panel:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .country-filter .location-filter, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .country-filter .location-filter, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6, .country-filter .location-filter {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .country-filter .location-filter, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, .country-filter .location-filter {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control, .dropdown-filter {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .dropdown-filter:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .dropdown-filter::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .dropdown-filter:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .dropdown-filter::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .dropdown-filter::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], [disabled].dropdown-filter, .form-control[readonly], [readonly].dropdown-filter, fieldset[disabled] .form-control, fieldset[disabled] .dropdown-filter {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], [disabled].dropdown-filter, fieldset[disabled] .form-control, fieldset[disabled] .dropdown-filter {
  cursor: not-allowed;
}

textarea.form-control, textarea.dropdown-filter {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date].dropdown-filter,
  input[type=time].form-control,
  input[type=time].dropdown-filter,
  input[type=datetime-local].form-control,
  input[type=datetime-local].dropdown-filter,
  input[type=month].form-control,
  input[type=month].dropdown-filter {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.dropdown-filter,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.dropdown-filter,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .dropdown-filter,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.dropdown-filter,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.dropdown-filter,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].dropdown-filter,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .dropdown-filter {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm select.dropdown-filter {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm textarea.dropdown-filter,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].dropdown-filter {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .dropdown-filter,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.dropdown-filter,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.dropdown-filter,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].dropdown-filter,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .dropdown-filter {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg select.dropdown-filter {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg textarea.dropdown-filter,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].dropdown-filter {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .dropdown-filter {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .dropdown-filter + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .dropdown-filter + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .dropdown-filter + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .dropdown-filter + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .dropdown-filter {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .dropdown-filter:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .dropdown-filter {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .dropdown-filter:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .dropdown-filter {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .dropdown-filter:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .dropdown-filter {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .dropdown-filter {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > .dropdown-filter {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #c00000;
  border-color: #a70000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #8d0000;
  border-color: #270000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #8d0000;
  border-color: #690000;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8d0000;
  border-color: #690000;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #690000;
  border-color: #270000;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #c00000;
  border-color: #a70000;
}
.btn-primary .badge {
  color: #c00000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #c00000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #740000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c00000;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .dropdown-filter {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .dropdown-filter:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .dropdown-filter {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .dropdown-filter:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .dropdown-filter:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .dropdown-filter:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c00000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #c00000;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.promos-panel > .navbar-header,
.container-fluid > .navbar-collapse,
.promos-panel > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .promos-panel > .navbar-header,
  .container-fluid > .navbar-collapse,
  .promos-panel > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .promos-panel .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .dropdown-filter {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .dropdown-filter {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > .dropdown-filter {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #c00000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #740000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #c00000;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #8d0000;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #c00000;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron, .promos-panel .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron, .promos-panel .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c00000;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c00000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #ff8d8d;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #c00000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c00000;
}
.panel-primary > .panel-heading .badge {
  color: #c00000;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c00000;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
pre {
  border: 1px;
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.sf-m-xxs, .nav-sitemap ul, .nav-sitemap, .sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  margin: 0;
}

.sf-mt-xxs, .sf-list--expandable .sf-list-item h3:first-child, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div, .sf-Gallery-next,
.sf-Gallery-prev, .sf-media .sf-media-body h3 {
  margin-top: 0;
}

.sf-mb-xxs, .sf-Gallery-next,
.sf-Gallery-prev {
  margin-bottom: 0;
}

.sf-ml-xxs,
.sf-Comment-count--block .sf-Review-count, .sf-Review-count--block .sf-Review-count, .sf-Comment-count--block .sf-Comment-count, .sf-Gallery-navigation {
  margin-left: 0;
}

.sf-mr-xxs, .sf-Gallery-navigation {
  margin-right: 0;
}

.sf-m-xs {
  margin: 5px;
}

.sf-mt-xs, .sf-Review-count--block .sf-Review-count, .sf-Comments-header a, .sf-Comment-count--block .sf-Comment-count, .sf-Gallery-navigation {
  margin-top: 5px;
}

.sf-mb-xs, .sf-list--expandable .sf-list-item > div {
  margin-bottom: 5px;
}

.sf-ml-xs, .sf-Comments-header a, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
  margin-left: 5px;
}

.sf-mr-xs, .sf-icon-feed, .sf-list--expandable i, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
  margin-right: 5px;
}

.sf-m-s {
  margin: 10px;
}

.sf-mt-s, .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, .sf-Gallery h2 {
  margin-top: 10px;
}

.sf-mb-s, .sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
  margin-bottom: 10px;
}

.sf-ml-s, .sf-Review-count, .sf-Comment-count, .sf-document-list--table .sf-title {
  margin-left: 10px;
}

.sf-mr-s, .sf-event-type, .sf-FormNav-page {
  margin-right: 10px;
}

.sf-m-m {
  margin: 15px;
}

.sf-mt-m, .sf-Comment-subscribe {
  margin-top: 15px;
}

.sf-mb-m, .sf-Comments .sf-loading {
  margin-bottom: 15px;
}

.sf-ml-m, .nav-stacked ul {
  margin-left: 15px;
}

.sf-mr-m {
  margin-right: 15px;
}

.sf-m-l {
  margin: 20px;
}

.sf-mt-l, .sf-Review-already {
  margin-top: 20px;
}

.sf-mb-l, .sf-search-results {
  margin-bottom: 20px;
}

.sf-ml-l, .sf-list--expandable .sf-list-content {
  margin-left: 20px;
}

.sf-mr-l, .sf-FormNav li, .sf-Comments-header h3 {
  margin-right: 20px;
}

.sf-m-xl {
  margin: 30px;
}

.sf-mt-xl, .sf-Comments, .sf-Gallery-image {
  margin-top: 30px;
}

.sf-mb-xl, .sf-Comments-more, .sf-Comments-list, .sf-Comments-header, .sf-Gallery-navigation {
  margin-bottom: 30px;
}

.sf-ml-xl {
  margin-left: 30px;
}

.sf-mr-xl {
  margin-right: 30px;
}

.sf-m-xxl {
  margin: 40px;
}

.sf-mt-xxl {
  margin-top: 40px;
}

.sf-mb-xxl {
  margin-bottom: 40px;
}

.sf-ml-xxl {
  margin-left: 40px;
}

.sf-mr-xxl {
  margin-right: 40px;
}

.sf-m-xxxl {
  margin: 50px;
}

.sf-mt-xxxl {
  margin-top: 50px;
}

.sf-mb-xxxl {
  margin-bottom: 50px;
}

.sf-ml-xxxl, .sf-Comment-subscribe, .sf-Gallery-next,
.sf-Gallery-prev {
  margin-left: 50px;
}

.sf-mr-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  margin-right: 50px;
}

.sf-p-xxs, .k-scheduler-agendaview .sf-event-item, .sf-FormNav, ul.sf-autocomplete, .nav-sitemap ul, .nav-sitemap, pre {
  padding: 0;
}

.sf-pt-xxs, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-top: 0;
}

.sf-pb-xxs, .sf-share-button, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-bottom: 0;
}

.sf-pl-xxs, .sf-Progress-page-title {
  padding-left: 0;
}

.sf-pr-xxs, .sf-lang-selector.list-inline > li {
  padding-right: 0;
}

.sf-p-xs {
  padding: 5px;
}

.sf-pt-xs, .sf-share-button, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong, .sf-lang-selector a {
  padding-top: 5px;
}

.sf-pb-xs, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong, .sf-lang-selector a {
  padding-bottom: 5px;
}

.sf-pl-xs {
  padding-left: 5px;
}

.sf-pr-xs, .sf-share-button, .sf-Comments-list .sf-Comments-list-author {
  padding-right: 5px;
}

.sf-p-s {
  padding: 10px;
}

.sf-pt-s {
  padding-top: 10px;
}

.sf-pb-s {
  padding-bottom: 10px;
}

.sf-pl-s, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong, .sf-lang-selector a {
  padding-left: 10px;
}

.sf-pr-s, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong, .sf-lang-selector a {
  padding-right: 10px;
}

.sf-p-m {
  padding: 15px;
}

.sf-pt-m {
  padding-top: 15px;
}

.sf-pb-m {
  padding-bottom: 15px;
}

.sf-pl-m {
  padding-left: 15px;
}

.sf-pr-m {
  padding-right: 15px;
}

.sf-p-l, body[contenteditable=true] {
  padding: 20px;
}

.sf-pt-l {
  padding-top: 20px;
}

.sf-pb-l {
  padding-bottom: 20px;
}

.sf-pl-l {
  padding-left: 20px;
}

.sf-pr-l {
  padding-right: 20px;
}

.sf-p-xl {
  padding: 30px;
}

.sf-pt-xl {
  padding-top: 30px;
}

.sf-pb-xl {
  padding-bottom: 30px;
}

.sf-pl-xl {
  padding-left: 30px;
}

.sf-pr-xl {
  padding-right: 30px;
}

.sf-p-xxl {
  padding: 40px;
}

.sf-pt-xxl {
  padding-top: 40px;
}

.sf-pb-xxl {
  padding-bottom: 40px;
}

.sf-pl-xxl {
  padding-left: 40px;
}

.sf-pr-xxl {
  padding-right: 40px;
}

.sf-p-xxxl {
  padding: 50px;
}

.sf-pt-xxxl {
  padding-top: 50px;
}

.sf-pb-xxxl {
  padding-bottom: 50px;
}

.sf-pl-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-left: 50px;
}

.sf-pr-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-right: 50px;
}

.u-toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon--text:before {
  vertical-align: baseline;
  margin-right: 0.3em;
}

.icon-txt {
  position: relative;
  display: inline-block;
  line-height: normal;
}
.icon-txt.icon-file {
  color: #555555;
}
.icon-txt [class^=icon-txt-] {
  position: absolute;
  top: 47%;
  right: -3%;
  padding: 0.2em 0.4em;
  font-size: 0.25em;
  line-height: normal;
  height: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #333333;
  color: #fff;
}
.icon-txt .icon-txt-xlsx {
  background-color: #38ab63;
}
.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
  background-color: #1a8cff;
}
.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
  background-color: #ed8527;
}
.icon-txt .icon-txt-pdf {
  background-color: #ff4848;
}
.icon-txt .icon-txt-zip {
  background-color: #596c9b;
}

.icon-sm {
  font-size: 22px;
}
.icon-sm [class^=icon-txt-] {
  top: 43%;
  right: -20%;
  padding: 0.1em 0.3em;
  font-size: 0.35em;
}

.icon-md {
  font-size: 38px;
}

.icon-lg {
  font-size: 48px;
}

.sf-loading > span, .sf-loading:before, .sf-loading:after {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

.sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px;
}
.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}
.sf-loading:before {
  animation-delay: -1.2s;
  left: -10px;
}
.sf-loading:after {
  animation-delay: -1s;
  right: -10px;
}
.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}
.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}
.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}
.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333333;
}
.sf-media .sf-video-thmb a .sf-icon-play:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: 9px;
  content: "";
}
.sf-Gallery-thumbs-container {
  overflow: hidden;
}

.sf-Gallery-thumbs a {
  display: inline-block;
  border: 5px solid transparent;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.sf-Gallery-thumbs a.is-selected {
  border-color: #428bca;
}
.sf-Gallery-thumbs a > img {
  vertical-align: middle;
}

.sf-Gallery-image {
  position: relative;
  height: 600px;
  line-height: 600px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}
.sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: #000;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sf-Gallery-next:hover,
.sf-Gallery-prev:hover {
  opacity: 1;
  color: #000;
}

.sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.sf-Gallery-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
  display: inline-block;
  border: 5px solid transparent;
  width: 160px;
  height: 170px;
  cursor: pointer;
}
.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  display: block;
  border: 1px;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-sitemap {
  display: table;
  width: 100%;
  overflow: hidden;
}
.nav-sitemap li {
  list-style-type: none;
}
.nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #ccc;
}
.nav-sitemap > li:first-child {
  border-left-width: 0;
}
@media only screen and (max-width: 480px) {
  .nav-sitemap {
    display: block;
  }
  .nav-sitemap > li {
    display: block;
    border-left-width: 0;
  }
  .nav-sitemap > li:first-child {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .nav-sitemap {
    display: block;
  }
  .nav-sitemap > li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 48%;
    border-left-width: 0;
  }
  .nav-sitemap > li:nth-child(odd) {
    clear: both;
  }
}

ul.sf-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
}
ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: #000;
}
ul.sf-autocomplete a.ui-state-focus {
  background-color: #eeeeee;
}
ul.sf-autocomplete a:hover {
  cursor: pointer;
  text-decoration: none;
}

.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #555555;
  background: #fff;
  border-radius: 50%;
}
.sf-profile textarea {
  min-height: 100px;
}
.sf-profile .media-object img {
  max-width: none;
}

.sf-lang-selector a {
  display: block;
  font-size: 14px;
  border-radius: 8px;
}
.sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333333;
}
.sf-lang-selector label select {
  display: block;
  font-weight: normal;
}

.sf-Comments [class^=sf-icon] {
  display: inline-block;
}
.sf-Comment-count {
  display: inline-block;
}
.sf-Comment-count [class^=sf-icon] {
  display: inline-block;
  vertical-align: middle;
}
.sf-Comment-count--block .sf-Comment-count {
  display: block;
}

[data-sf-role=error-message],
[data-sf-role=list-loading-indicator],
[data-sf-role=list-loading-indicator],
[data-sf-role=comments-new-message-error],
[data-sf-role=comments-new-logged-out-view],
[data-sf-role=comments-new-name-error],
[data-sf-role=captcha-container],
[data-sf-role=single-comment-template],
[data-sf-role=comments-new-pending-approval-message],
[data-sf-role=comments-load-more-button],
[data-sf-role=comments-new-form-button],
[data-sf-role=comments-sort-new-button],
[data-sf-role=comments-sort-old-button],
[data-sf-role=comments-new-requires-authentication],
[data-sf-role=list-rating-wrapper],
[data-sf-role=review-new-form-replacement] {
  display: none;
}

.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
}
.sf-Comments-header .selected {
  color: #333333;
}

.sf-Comments-list .sf-Comments-list-author {
  border-right: 1px solid #777;
}

.sf-Comments-form textarea {
  min-height: 90px;
}

.sf-Review-count {
  display: inline-block;
}
.sf-Review-count--block .sf-Review-count {
  display: block;
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  display: block;
}

.sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}
.sf-Ratings .sf-Ratings-stars span {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}
.sf-Ratings .sf-Ratings-stars span.hover, .sf-Ratings .sf-Ratings-stars span.on {
  color: #006cd8;
}
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default;
}
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #ffcc00;
}
.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}
.sf-Ratings .sf-Ratings-count span {
  vertical-align: middle;
}

.sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  display: inline-block;
  font-size: 14px;
  border-radius: 8px;
}
.sf-site-selector a.selected, .sf-site-selector span.selected, .sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333333;
}

.sf-Code pre {
  color: #c7254e;
}

.sf-Tags-size1 {
  font-size: 11px;
}

.sf-Tags-size2 {
  font-size: 13px;
}

.sf-Tags-size3 {
  font-size: 18px;
}

.sf-Tags-size4 {
  font-size: 24px;
}

.sf-Tags-size5 {
  font-size: 30px;
}

.sf-Tags-size6 {
  font-size: 36px;
}

.sf-icon-feed {
  display: inline-block;
  vertical-align: middle;
}

.sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer;
}

input[type=file].sf-FileField-input {
  display: inline-block;
}

.sf-FormNav li {
  display: inline-block;
}
.sf-FormNav li.active {
  font-weight: bold;
}

.sf-FormNav-page {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #555555;
  font-size: 18px;
  border: 1px solid #555555;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.active .sf-FormNav-page {
  color: #333333;
  border-color: #333333;
}
.past .sf-FormNav-page:after {
  content: "✓";
  position: absolute;
  left: 7px;
}

.past .sf-FormNav-page-number {
  display: none;
}

.sf-Progress-percent,
.sf-Progress-page-title {
  font-size: 14px;
}

.sf-Progress-percent {
  font-weight: bold;
}

.sf-Progress-page-title {
  display: inline-block;
}
.sf-Progress-page-title li {
  display: none;
}
.sf-Progress-page-title li.active {
  display: inline-block;
}

div.k-event {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 0;
}

.sf-event-item {
  margin: 0;
  padding: 5px 7px;
  min-height: 100%;
  white-space: nowrap;
}

.sf-event-title,
.sf-event-link {
  display: inline-block;
}

.sf-event-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.sf-event-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
.sf-event-type.sf-event-type--all {
  background-color: #fff;
  border: 1px solid #999;
}

.sf-event-addToList {
  display: inline-block;
}

.sf-calendarList-title {
  font-weight: bold;
}

.sf-calendarList-item {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.sf-calendarList-item.active {
  background: #f2f2f2;
}

.k-scheduler-agendaview .sf-event-item {
  display: inline-block;
}
.k-scheduler-agendaview .sf-event-type {
  display: none;
}

.sf-social-share li {
  display: inline-block;
  vertical-align: top;
}
.sf-social-share span {
  display: inline-block;
}

.sf-share-button {
  padding-left: 2px;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  vertical-align: top;
  font-size: 12px;
  color: #000;
  line-height: 1;
  transition: background 0.2s ease;
}
.sf-share-button:hover, .sf-share-button:focus {
  text-decoration: none;
  background: #efefef;
  color: #000;
}
.sf-share-button > span {
  margin-top: -3px;
}
.sf-share-button > strong {
  vertical-align: top;
  font-weight: 400;
}

.-sf-google-button {
  border-color: #D54F50;
  color: #D54F50;
}
.-sf-google-button:hover {
  background-color: #D54F50;
  color: #fff;
  border-color: transparent;
}

.-sf-facebook-button {
  border-color: #3E86B4;
  color: #3E86B4;
}
.-sf-facebook-button:hover {
  background-color: #3E86B4;
  color: #fff;
  border-color: transparent;
}

.-sf-github-button {
  border-color: #333;
  color: #333;
}
.-sf-github-button:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;
}

.-sf-yahoo-button {
  border-color: #410093;
  color: #410093;
}
.-sf-yahoo-button:hover {
  background-color: #410093;
  color: #fff;
  border-color: transparent;
}

.-sf-linkedin-button {
  border-color: #0077b5;
  color: #0077b5;
}
.-sf-linkedin-button:hover {
  background-color: #0077b5;
  color: #fff;
  border-color: transparent;
}

.-sf-microsoft-button {
  border-color: #00a1f1;
  color: #00a1f1;
}
.-sf-microsoft-button:hover {
  background-color: #00a1f1;
  color: #fff;
  border-color: transparent;
}

.-sf-adfs-button {
  border-color: #00a1f1;
  color: #00a1f1;
}
.-sf-adfs-button:hover {
  background-color: #00a1f1;
  color: #fff;
  border-color: transparent;
}

.-sf-windows-button {
  border-color: #00bcf2;
  color: #00bcf2;
}
.-sf-windows-button:hover {
  background-color: #00bcf2;
  color: #fff;
  border-color: transparent;
}

.-sf-twitter-button {
  border-color: #1da1f2;
  color: #1da1f2;
}
.-sf-twitter-button:hover {
  background-color: #1da1f2;
  color: #fff;
  border-color: transparent;
}

.sf-registration-link {
  clear: both;
}

body,
html{
  font-family: Open Sans;
  font-size: 1rem;
  line-height: 1.5rem;
}

img{
  max-width: 100%;
}

.img-center-container {
  position: relative;
  height: 260px;
}
.img-center-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.red-triangle {
  border-left: 30px solid transparent;
  border-bottom: 28px solid #c00000;
  height: 0;
  left: -30px;
  position: absolute;
  top: 0;
  width: 0;
}

.aside-calendar {
  height: 64px;
  width: 64px;
}
@media (min-width: 992px) {
  .aside-calendar {
    height: 52px;
    width: 52px;
  }
}

.aside-title-container {
  overflow: hidden;
}

.aside-title {
  margin-left: -10px;
  margin-right: 10px;
  transform: skew(-15deg);
}
.aside-title .aside-title-text {
  display: block;
  padding-left: 8px;
  transform: skew(15deg);
}

.bdb-card {
  border-radius: 0;
  border: 1px solid #2b4d5e;
  min-height: 275px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.bdb-card .btn-titan {
  position: absolute;
  bottom: 20px;
  left: 15px;
  max-width: 89%;
}

.content-block-titan a {
  color: #c00000;
  text-decoration: underline;
  font-weight: bold;
}
.content-block-titan a:hover {
  color: #2b4d5e;
  text-decoration: none;
}
.content-block-titan a:visited {
  color: #c00000;
  text-decoration: none;
}
.content-block-titan .text-center a {
  color: #fff;
}
.content-block-titan .text-center a:hover,
.content-block-titan .text-center a:visited {
  color: #fff;
  text-decoration: none;
}
.content-block-titan div {
  margin-bottom: 0.625rem;
}
.content-block-titan ul {
  padding-left: 2.5rem;
  line-height: 1.5rem;
}
.content-block-titan ul li {
  list-style-type: disc;
}

ul {
  padding-left: 1.5rem;
  line-height: 1.5rem;
}
ul li {
  list-style-type: disc;
}

header ul, footer ul {
  padding-left: inherit;
  line-height: inherit;
}
header ul li, footer ul li {
  list-style-type: none;
}

.fix-html-editor-icon {
  display: block;
}
.fix-html-editor-icon .k-editor-widget .k-editor-toolbar > li:nth-last-child(2) {
  top: 0 !important;
}

.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.fs--65rem {
  font-size: 0.65rem;
}

.fs--75rem {
  font-size: 0.75rem;
}

.fs--85rem {
  font-size: 0.85rem;
}

.fs-1rem {
  font-size: 1.2rem;
}

.fs-1-2rem {
  font-size: 1.2rem !important;
}

.fs-1-5rem {
  font-size: 1.5rem;
}

.fs-2rem {
  font-size: 2rem;
  line-height: 1.2em;
}

.fs-3rem {
  font-size: 3rem;
}

.lh--75rem {
  line-height: 0.75rem;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 800;
}

.demi-bold {
  font-weight: 400;
}

.form-control, .dropdown-filter {
  border-radius: 0;
}

.gray {
  color: #2b4d5e;
}
.gray:hover, .gray:active, .gray:focus {
  color: #2b4d5e;
}

.ligther-gray {
  color: #e9e9e9;
}
.ligther-gray:hover, .ligther-gray:active, .ligther-gray:focus {
  color: #e9e9e9;
}

.darker-gray {
  color: darkgray;
}
.darker-gray:hover, .darker-gray:active, .darker-gray:focus {
  color: darkgray;
}

.red {
  color: #c00000 !important;
}

.black, .bk-white .nav.nav-pills.nav-stacked > li > a {
  color: #00000d;
}

.text-truncate-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.white {
  color: #fff;
}
.white:hover, .white:active, .white:focus {
  color: #fff;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.margin-top-none {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-sm {
  margin-top: 1rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-top-lg {
  margin-top: 4rem;
}

.margin-top-xl {
  margin-top: 6rem;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-sm {
  margin-bottom: 1rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-bottom-lg {
  margin-bottom: 4rem;
}

.margin-bottom-xl {
  margin-bottom: 6rem;
}

.margin-left-sm {
  margin-left: 1rem;
}

.margin-left-md {
  margin-left: 2rem;
}

.margin-left-lg {
  margin-left: 4rem;
}

.margin-left-xl {
  margin-left: 6rem;
}

.padding-none {
  padding: 0;
}

.padding-left-none {
  padding: 0;
}

.padding-top-none {
  padding-top: 0;
}

.padding-top-sm {
  padding-top: 1rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top-lg {
  padding-top: 4rem;
}

.padding-top-xl {
  padding-top: 6rem;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-bottom-sm {
  padding-bottom: 1rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.padding-bottom-lg {
  padding-bottom: 4rem;
}

.padding-bottom-xl {
  padding-bottom: 6rem;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-absolute {
  position: absolute;
}

.pos-right-xxs {
  right: 0;
}

.pos-bottom-xxs {
  bottom: 0;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.bk-white {
  background-color: #fff;
}
.bk-white .nav.nav-pills.nav-stacked > li > a {
  background-color: #e9e9e9;
}
.bk-white .nav.nav-pills.nav-stacked > li > a:hover {
  color: #fff;
  background-color: #2b4d5e;
}

.bk-black {
  background-color: #000;
}

.bk-black-t {
  background-color: rgba(0, 0, 0, 0.8);
}

.bk-dk-gray {
  background-color: #3c3d3f;
}

.bk-gray {
  background-color: #2b4d5e;
}

.bk-dark-green {
  background-color: #334c56;
}

.bk-red {
  background-color: #c00000;
}

.bk-lighter-gray {
  background-color: #e9e9e9;
}

.bk-darker-gray {
  background-color: darkgray;
}

.border-none {
  border: none;
}

.gray-border {
  border: 2px solid #e9e9e9;
}

.gray-border-bottom {
  border-bottom: 1px solid #2b4d5e;
}

.light-gray-border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.sfPageWrapper header .tw-hidden,
.sfPageWrapper footer .tw-hidden {
  display: block;
}

.sfPageWrapper header.tw-fixed {
  position: relative;
}

.sfPageWrapper main {
  margin-top: 0 !important;
}

.sfPageWrapper .accordion-heading {
  pointer-events: all !important;
}

@media print {
  footer,
  header,
  .banner-image,
  .directions,
  .btn,
  .go-back,
  .specs,
  .print-page {
    display: none;
  }
  a:after {
    content: "";
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(192 0 0 / var(--tw-text-opacity));
}

main a {
  color: #c00000;
  text-decoration: underline;
  font-weight: bold;
}
main a:hover {
  color: #2b4d5e;
  text-decoration: none;
}
main .tw-bg-blue a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
main .tw-bg-blue a:hover {
  color: #c00000;
  text-decoration: none;
}
main .tw-bg-blue .btn-red {
  text-decoration: none;
}

.event-content a{
  --tw-text-opacity: 1;
  color: rgb(192 0 0 / var(--tw-text-opacity));
}

.event-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(43 77 94 / var(--tw-text-opacity));
}

.btn-titan-reset {
  background-color: #00000d;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.btn-titan-reset:hover {
  background-color: #2b4d5e;
  color: #fff;
}

.btn-blaze-search {
  align-items: center;
  background-color: #2b4d5e;
  border-radius: 0;
  border: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
}
.btn-blaze-search:hover, .btn-blaze-search:active, .btn-blaze-search:focus {
  color: #fff;
  background-color: #00000d;
}
@media (min-width: 992px) {
  .btn-blaze-search {
    display: none;
  }
}

.filter-btn-actions {
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.filter-btn-actions .btn {
  flex-basis: 50%;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 0;
}

.blaze-search-btn-category {
  border-radius: 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin-right: 0.1rem;
  margin-top: 0.3rem;
}

.btn-group-toggle {
  display: inline-block;
}
.btn-group-toggle .blaze-search-btn-category {
  margin-right: 0.3rem;
  padding: 6px 10px;
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.blaze-search-results {
  font-family: "Open Sans", sans-serif;
}
.blaze-search-results .blaze-search-card {
  background-color: #e9e9e9;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .blaze-search-results .blaze-search-card {
    flex-direction: row;
  }
}
.blaze-search-results .blaze-search-card .card-img-wrapper {
  max-width: 100%;
  max-height: 100%;
  padding: 1rem 1rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .blaze-search-results .blaze-search-card .card-img-wrapper {
    padding: 1rem;
    max-width: 20rem;
  }
}
.blaze-search-results .blaze-search-card .card-img-wrapper a {
  display: block;
}
.blaze-search-results .blaze-search-card .card-img-wrapper .card-img {
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blaze-search-results .blaze-search-card .card-body {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.blaze-search-results .blaze-search-card .card-summary {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
}
.blaze-search-results .blaze-search-card .card-title {
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0.5rem 0 0.7rem;
}
.blaze-search-results .blaze-search-card .card-footer {
  align-items: center;
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-direction: row;
  justify-content: space-between;
}
.blaze-search-results .blaze-search-card .card-footer.card-showroom-footer {
  flex-direction: row-reverse;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .blaze-search-results .blaze-search-card .card-footer.card-showroom-footer {
    flex-direction: row;
    margin-top: auto;
  }
}
.blaze-search-results .blaze-search-card.suggestion-primary {
  border-bottom: 1px solid #ccc;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 9rem;
}
.blaze-search-results .blaze-search-card.suggestion-primary:last-child {
  border-bottom: none;
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-img-wrapper {
  display: flex;
  padding-left: 0.5rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blaze-search-results .blaze-search-card.suggestion-primary .card-img-wrapper {
    display: block;
    max-width: 8rem;
    margin: auto;
  }
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-img-wrapper .card-img {
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .blaze-search-results .blaze-search-card.suggestion-primary .card-img-wrapper .card-img {
    height: auto;
  }
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-body {
  padding: 0.5rem;
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-equipment-category {
  font-size: 0.75rem;
}
.blaze-search-results .blaze-search-card.suggestion-secondary {
  flex-grow: 1;
}
.blaze-search-results .blaze-search-card.suggestion-secondary.bg-gray-1 {
  background-color: #f9f9f9;
}
.blaze-search-results .blaze-search-card.suggestion-secondary.bg-gray-2 {
  background-color: #f4f4f4;
}
.blaze-search-results .blaze-search-card.suggestion-secondary.bg-gray-3 {
  background-color: #eaeaea;
}
.blaze-search-results .blaze-search-card.suggestion-secondary .card-body {
  justify-content: start;
}
.blaze-search-results .blaze-search-card.suggestion-primary, .blaze-search-results .blaze-search-card.suggestion-secondary {
  background-color: transparent;
  margin-bottom: 0;
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-title, .blaze-search-results .blaze-search-card.suggestion-secondary .card-title {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-summary,
.blaze-search-results .blaze-search-card.suggestion-primary .card-equipment-specs, .blaze-search-results .blaze-search-card.suggestion-secondary .card-summary,
.blaze-search-results .blaze-search-card.suggestion-secondary .card-equipment-specs {
  font-size: 0.75rem;
  line-height: 15px;
}
.blaze-search-results .blaze-search-card.suggestion-primary .card-footer, .blaze-search-results .blaze-search-card.suggestion-secondary .card-footer {
  align-items: flex-start;
}

.blaze-search-results .blaze-search-card .label {
  border-radius: 0.1875rem;
  padding: 0.3rem;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-right: 0.625rem;
  margin-bottom: 0.3rem;
}
.blaze-search-results .blaze-search-card .label-danger {
  background-color: #c00000;
}
.blaze-search-results .blaze-search-card .label-manager-special {
  background-color: #fff;
  color: #c00202;
}
.blaze-search-results .card-equipment-price {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.blaze-search-results .card-equipment-specs {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.2rem;
}
.blaze-search-results .card-equipment-specs .specs-label {
  font-weight: 600;
}
.blaze-search-results .card-equipment-badges {
  display: flex;
  flex-wrap: wrap;
}
.blaze-search-results .card-equipment-type-price {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blaze-search-results .card-equipment-category {
  font-weight: bold;
  color: #c00000;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.blaze-search-results .card-equipment-footer {
  align-items: baseline;
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blaze-search-results .card-equipment-footer {
    flex-direction: row;
  }
}
.blaze-search-results .card-equipment-footer .card-equipment-location {
  color: #c00000;
  text-decoration: none;
  line-height: 1.375rem;
}
.blaze-search-results .card-equipment-footer .btn-titan {
  margin-top: 0.5rem;
}
.blaze-search-results .showroom-brand {
  width: 5rem;
}

.blaze-search-results {
  font-family: "Oswald", sans-serif;
}
.blaze-search-results .blaze-search-title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blaze-search-results .blaze-search-title {
    font-size: 2.5rem;
  }
}
.blaze-search-results .blaze-search-subtitle {
  color: #7e7e7e;
  font-family: "Oswald", sans-serif;
  font-size: 1.1875rem;
}
.blaze-search-results .header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blaze-search-results .header {
    flex-direction: row;
  }
}
.blaze-search-results .header-options {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .blaze-search-results .header-options {
    flex-basis: 30rem;
  }
}
.blaze-search-results .header-options .header-sort,
.blaze-search-results .header-options .header-show {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.875rem;
  flex-basis: 48%;
}
@media (min-width: 992px) {
  .blaze-search-results .header-options .header-sort,
  .blaze-search-results .header-options .header-show {
    flex-direction: row;
    align-items: center;
  }
}
.blaze-search-results .header-options .header-sort label,
.blaze-search-results .header-options .header-show label {
  font-size: 0.875rem;
  font-weight: 400;
}
.blaze-search-results .header-options .header-sort select,
.blaze-search-results .header-options .header-show select {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .blaze-search-results .header-options .header-sort select,
  .blaze-search-results .header-options .header-show select {
    max-width: 11rem;
  }
}
.blaze-search-results .corner {
  border-top: 7.5rem solid #c00202;
  border-bottom: 7.5rem solid transparent;
  border-right: 7.5rem solid transparent;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  z-index: 1;
}
.blaze-search-results .corner .corner-title {
  color: #fff;
  display: block;
  font-family: arial;
  font-size: 0.8rem;
  line-height: 1.125rem;
  left: -0.4875rem;
  position: absolute;
  pointer-events: none;
  text-align: center;
  top: -6rem;
  transform: rotate(-45deg);
  width: 6.25rem;
  z-index: 1;
}
.blaze-search-results .corner-img {
  left: 0.325rem;
  height: 1.4375rem;
  max-width: initial;
  position: absolute;
  pointer-events: none;
  top: 0.325rem;
  transform: rotate(-45deg);
  width: 1.4375rem;
  z-index: 2;
}

.filter-controls-mobile {
  background-color: white;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.filter-controls-mobile .filter-content-mobile {
  bottom: 0;
  left: 0;
  height: calc(100% - 2.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: inherit;
}

.filter-header-mobile {
  margin-bottom: 4rem;
}
.filter-header-mobile .header-title {
  align-items: center;
  background-color: #2b4d5e;
  border-radius: 0;
  border: none;
  color: #fff;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  justify-content: space-between;
  left: 0;
  margin-bottom: 5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .filter-header-mobile {
    display: none;
    margin-bottom: 0;
  }
}

.make-scroll {
  height: 100%;
  overflow-y: auto;
}
.make-scroll::-webkit-scrollbar {
  width: 0.45rem;
}
.make-scroll::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 1rem;
}
.make-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e3;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
}

.blaze-search-checkbox {
  display: block;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.blaze-search-checkbox input[type=checkbox] {
  margin-right: 0.5rem;
}

.blaze-search-link {
  display: block;
}

.blaze-search-label,
.blaze-search-filter label {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.blaze-search-price {
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 4px;
  width: 46% !important;
}

.blaze-search-price-label {
  display: none;
}

.current-form-selections {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .current-form-selections {
    text-align: left;
  }
}
.current-form-selections span:nth-child(1) {
  margin-right: 0.25rem;
}
.current-form-selections span:nth-child(1),
.current-form-selections span:nth-child(2) {
  color: #464646;
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .current-form-selections span:nth-child(1),
  .current-form-selections span:nth-child(2) {
    display: inline-block;
  }
}
.current-form-selections .badge-titan {
  background-color: #2b4d5e;
  display: inline-block !important;
  color: #fff !important;
  border-radius: 3px;
  margin: auto 0.3rem;
  text-transform: uppercase;
}
.current-form-selections .badge-titan-clear {
  color: #1a1a1a;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .current-form-selections .badge-titan-clear {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.current-form-selections .btn-close {
  background-color: #2b4d5e;
  border: none;
  color: #fff;
}

.blaze-search-filter {
  font-family: "Open Sans", sans-serif;
}
.blaze-search-filter .autocomplete input {
  min-height: 40px;
}
.blaze-search-filter .multiselect {
  line-height: 1;
}
.blaze-search-filter .multiselect .multiselect__tags {
  border: 1px solid #c4c4c5;
  border-radius: 0;
}
.blaze-search-filter .multiselect .multiselect__spinner:after,
.blaze-search-filter .multiselect .multiselect__spinner:before {
  border-color: #2b4d5e transparent transparent;
}
.blaze-search-filter .multiselect .multiselect__option--highlight,
.blaze-search-filter .multiselect .multiselect__option--highlight:after {
  color: #fff;
  background: #2b4d5e !important;
}
.blaze-search-filter .multiselect .multiselect__option--selected,
.blaze-search-filter .multiselect .multiselect__option--group-selected {
  color: #fff;
  background: #2b4d5e !important;
}
.blaze-search-filter .multiselect .multiselect__option--selected.multiselect__option--highlight, .blaze-search-filter .multiselect .multiselect__option--selected.multiselect__option--highlight:after,
.blaze-search-filter .multiselect .multiselect__option--group-selected.multiselect__option--highlight,
.blaze-search-filter .multiselect .multiselect__option--group-selected.multiselect__option--highlight:after {
  color: #fff;
  background: #2b4d5e !important;
}
.blaze-search-filter .multiselect .multiselect__tag {
  color: #fff;
  background: #2b4d5e !important;
}
.blaze-search-filter .multiselect .multiselect__tag-icon:after {
  color: #fff;
}
.blaze-search-filter .multiselect .multiselect__tag-icon:focus, .blaze-search-filter .multiselect .multiselect__tag-icon:hover {
  background: #2b4d5e !important;
}

.autocomplete {
  position: relative;
}

.autocomplete-results {
  z-index: 2;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  height: 7.5rem;
  overflow: auto;
  width: 100%;
  position: absolute;
  background-color: #fff;
}

.autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 4px 2px;
  cursor: pointer;
}

.autocomplete-result.is-active,
.autocomplete-result:hover {
  background-color: #2b4d5e;
  color: white;
}

.pagination > li > a,
.pagination > li > span {
  border: none !important;
  border-radius: 0 !important;
  color: #888888 !important;
  margin-left: 0;
}

.pagination > li.active > a,
.pagination > li.active > span {
  color: #231F20 !important;
  border: 1px solid #ccc !important;
  border-bottom-color: #C00000 !important;
  border-bottom-width: 2px !important;
  background-color: #fff !important;
  z-index: 0;
}

.pagination > li:first-child.disabled > a,
.pagination > li:first-child.disabled > span,
.pagination > li.disabled:last-child > a,
.pagination > li.disabled:last-child > span {
  color: #ccc !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border: 1px solid #ccc !important;
  color: #231f20 !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0.5rem;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 0.5rem;
}

.search-bar .suggestions-bar{
  display: none;
}

.sfPageWrapper header .search-bar .suggestions-bar,
.sfPageWrapper footer .search-bar .suggestions-bar {
  display: block;
}

@media (min-width: 1024px){
  .search-bar .suggestions-bar{
    position: relative;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
.search-bar .suggestions-bar.active{
  position: absolute;
  right: 0px;
  z-index: 2;
  margin-right: 7rem;
  display: block;
  height: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity));
}
.search-bar .suggestions-bar input.form-control, .search-bar .suggestions-bar input.dropdown-filter{
  margin-left: 1rem;
  height: 4rem;
  border-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  font-family: Open Sans;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search-bar .suggestions-bar input.form-control::-moz-placeholder, .search-bar .suggestions-bar input.dropdown-filter::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.search-bar .suggestions-bar input.form-control::placeholder, .search-bar .suggestions-bar input.dropdown-filter::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .search-bar .suggestions-bar input.form-control, .search-bar .suggestions-bar input.dropdown-filter{
    margin-left: 0px;
    height: 2.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .search-bar .suggestions-bar input.form-control::-moz-placeholder, .search-bar .suggestions-bar input.dropdown-filter::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }
  .search-bar .suggestions-bar input.form-control::placeholder, .search-bar .suggestions-bar input.dropdown-filter::placeholder{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }
}
.search-bar .suggestions-bar .suggestions-bar-results{
  margin-left: 1rem;
}
@media (min-width: 1024px){
  .search-bar .suggestions-bar .suggestions-bar-results{
    margin-left: 0px;
    width: 60vw;
  }
}
@media (min-width: 1280px){
  .search-bar .suggestions-bar .suggestions-bar-results{
    max-width: 48rem;
  }
}

.hero-search .suggestions-bar{
  position: relative;
  z-index: 2;
}
.hero-search .suggestions-bar input.form-control, .hero-search .suggestions-bar input.dropdown-filter{
  height: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  font-family: Open Sans;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}

.blaze-search-results .col-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .blaze-search-results .col-primary {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.blaze-search-results .col-secondary {
  width: 100%;
}
@media (min-width: 768px) {
  .blaze-search-results .col-secondary {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.blaze-search-results .suggestions-bar-results{
  position: absolute;
  left: 0px;
  z-index: 10;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 3px 3px 9px -3px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .blaze-search-results .suggestions-bar-results {
    max-width: 48rem;
  }
}
.blaze-search-results .suggestions-bar-results > .row:first-child {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blaze-search-results .suggestions-bar-results > .row:first-child {
    flex-direction: row;
  }
}
.blaze-search-results .all-results-btn {
  border-radius: 0;
  font-weight: 700;
}
.blaze-search-results .btn-view {
  color: #c00202;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.blaze-search-results h5 {
  font-family: "Open Sans", sans-serif;
  color: #c00000;
  font-weight: bold;
  text-align: left;
  font-size: 0.875rem;
  padding-left: 15px;
}
.blaze-search-results h5 + p.placeholder-message {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}
.blaze-search-results .col-secondary h5,
.blaze-search-results .col-secondary h5 + p.placeholder-message {
  display: none;
}
@media (min-width: 768px) {
  .blaze-search-results .col-secondary h5,
  .blaze-search-results .col-secondary h5 + p.placeholder-message {
    display: block;
  }
}

.btn-red{
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .btn-red{
    width: auto;
  }
}

.btn-red {
  text-decoration: none;
}

button.btn-titan,
a.btn-titan,
input[type=submit].btn-titan {
  border-radius: 0;
  background-color: #c00000;
  text-transform: uppercase;
  border: none;
  text-align: center;
  text-decoration: none;
}
button.btn-titan:hover, button.btn-titan:focus,
a.btn-titan:hover,
a.btn-titan:focus,
input[type=submit].btn-titan:hover,
input[type=submit].btn-titan:focus {
  background-color: #fff;
  color: #c00000;
}

button.btn-titan-o,
a.btn-titan-o,
input[type=submit].btn-titan {
  border-radius: 0;
  background-color: #fff;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
}
button.btn-titan-o:hover, button.btn-titan-o:focus,
a.btn-titan-o:hover,
a.btn-titan-o:focus,
input[type=submit].btn-titan:hover,
input[type=submit].btn-titan:focus {
  background-color: #e9e9e9;
  color: #c00000;
  box-shadow: #fff 0 0 3px 0 inset;
}

.breadcrumb-wrapper span {
  font-size: 0.875rem;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  font-size: 0.875rem;
  color: #fff;
  padding: 7px 0px;
  margin-bottom: 0px;
  display: inline-block;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #fff;
  padding: 0 0 0 2px;
}
.breadcrumb-wrapper .breadcrumb > .active {
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb > li + li:before {
  content: "> ";
  padding: 0 0 0 2px;
  color: #c00000;
}

.hover-card {
  position: relative;
  margin: 0 auto;
  max-width: 370px;
  margin-bottom: 20px;
}
.hover-card:hover .overlay-container {
  display: block;
}
.hover-card:hover .hover-card-title {
  display: none;
}

.hover-card-title {
  color: white;
  bottom: 13px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
  position: absolute;
  text-shadow: 1px 2px #000;
  z-index: 1;
  transition: all 0.3s ease;
  display: block;
}

.hover-card-body {
  color: white;
}

.overlay-container {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  position: absolute;
  transition: all 0.3s ease;
  display: none;
}
.overlay-container .flex-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 205px;
}

.read-more-link {
  position: absolute;
  bottom: 20px;
}
.read-more-link a {
  color: #c00000;
}

.read-more-link-white {
  position: absolute;
  bottom: 20px;
}
.read-more-link-white a {
  color: #fff;
}

.dealer-quick-search {
  background-position: center center;
  background-size: cover;
}
.dealer-quick-search select {
  background: transparent;
}
.dealer-quick-search select:focus, .dealer-quick-search select:active {
  background: #fff;
}

.detail-specs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2px;
}
.detail-specs .detail-specs-item {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-basis: 50%;
  min-height: 49px;
  padding: 11px 10px;
}
.detail-specs .detail-specs-label {
  background-color: #e9e9e9;
  font-weight: bold;
  justify-content: flex-end;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .detail-specs .detail-specs-item {
    flex-basis: 23%;
  }
}
.equipment-center .flex-grow {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .equipment-center .border-mobile {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .equipment-center .border-mobile {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .equipment-center .pl-md-only {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .equipment-center .p-md-0 {
    padding: 0;
  }
}
.equipment-center .p-1 {
  padding: 8px;
}
@media (min-width: 992px) {
  .equipment-center .d-md-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .equipment-center .order-first-mobile {
    order: -1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .equipment-center .form-inline label {
    min-width: 60px;
  }
  .equipment-center .form-inline .form-control, .equipment-center .form-inline .dropdown-filter {
    margin-bottom: 5px;
  }
}
.equipment-center .multiselect.btn {
  text-transform: uppercase;
}
.equipment-center .equipment-page .active {
  color: black;
  font-weight: 700;
}
@media (max-width: 767px) {
  .equipment-center .equipment-page {
    text-align: center;
  }
}
.equipment-center .flex-end {
  justify-content: flex-end;
}
.equipment-center .flex-column {
  flex-direction: column;
}
.equipment-center .cursor-pointer {
  cursor: pointer;
}
.equipment-center .noUi-horizontal .noUi-connect {
  background-color: #c00000;
}
.equipment-center .equipment-sort-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .equipment-center .equipment-sort-section {
    flex-direction: row;
  }
}
.equipment-center .equipment-sort-section .result-summary {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .equipment-center .equipment-sort-section .result-summary {
    order: -1;
    text-align: left;
  }
}
.equipment-center .equipment-sort-section .equipment-sort {
  order: -1;
}
@media (min-width: 992px) {
  .equipment-center .equipment-sort-section .equipment-sort > div {
    float: right;
  }
  .equipment-center .equipment-sort-section .equipment-sort > div .page-size-dropdown,
  .equipment-center .equipment-sort-section .equipment-sort > div .sort-dropdown {
    float: right;
    width: auto;
  }
}
.equipment-center .equipment-sort-section .equipment-sort .page-size-dropdown {
  padding-left: 0;
}
@media (min-width: 768px) {
  .equipment-center .equipment-sort-section .equipment-sort .page-size-dropdown {
    padding-left: 15px;
  }
}
.equipment-center .label-container-titan {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.equipment-center .label-titan {
  background-color: transparent;
  border: 1px solid #2b4d5e;
  border-radius: 9px;
  color: #2b4d5e;
  margin-top: 10px;
  text-transform: uppercase;
}
.equipment-center .more-filter-drawer {
  display: none;
  bottom: 0;
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
@media (min-width: 992px) {
  .equipment-center .more-filter-drawer {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px 0;
    position: static;
  }
}
@media (max-width: 768px) {
  .equipment-center .more-filter-drawer {
    overflow-y: scroll;
  }
}
.equipment-center .more-filter-drawer.more-filter-opened {
  display: block;
}
.equipment-center .more-filter-drawer.more-filter-opened .btn-popup-filter {
  display: block;
}
@media (min-width: 992px) {
  .equipment-center .more-filter-drawer.more-filter-opened .btn-popup-filter {
    display: none;
  }
}
@media (max-width: 480px) {
  .equipment-center .more-filter-drawer.more-filter-opened .container {
    margin-bottom: 50px;
  }
  .equipment-center .more-filter-drawer.more-filter-opened .mobile-apply-btn {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .equipment-center .more-filter-drawer.more-filter-opened .mobile-apply-btn button {
    height: 50px;
  }
}
.equipment-center .more-filter-drawer .type-filter label {
  text-align: center;
  color: #fff;
}
.equipment-center .more-filter-drawer .type-filter .multiselect-container label {
  text-align: left;
  color: #00000d;
}
.equipment-center .filter-controls-edit {
  padding: 0;
}
.equipment-center .filter-controls-edit .row {
  margin: auto;
}
.equipment-center .filter-controls-edit .filter-controls {
  padding: 0;
}
@media (min-width: 768px) {
  .equipment-center .filter-controls-edit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .equipment-center .filter-controls-edit .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .equipment-center .filter-controls-edit .filter-controls {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.equipment-center .action-button-visible .filter-control:not(.filter-control-hidden):not(.filter-control-fixed) {
  display: block;
}
.equipment-center .filter-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  padding-left: -15px;
  padding-right: -15px;
  position: relative;
}
@media (min-width: 768px) {
  .equipment-center .filter-controls {
    flex-direction: row;
    margin-top: 0;
  }
}
.equipment-center .filter-controls .filter-control {
  flex-grow: 1;
  margin-top: 1px;
  margin-right: 1px;
  position: relative;
  width: 48%;
}
@media (min-width: 992px) {
  .equipment-center .filter-controls .filter-control {
    margin-top: 0;
    width: auto;
  }
  .equipment-center .filter-controls .filter-control:nth-child(2) {
    margin: auto 10px;
  }
  .equipment-center .filter-controls .filter-control:nth-child(2):last-child {
    margin-right: 0;
  }
}
.equipment-center .filter-controls .filter-control.filter-control-hidden {
  display: none;
}
@media (min-width: 992px) {
  .equipment-center .filter-controls .filter-control.filter-control-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .equipment-center .filter-controls .filter-control.more-filter-opened:after {
    background-color: #2b4d5e;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.equipment-center .filter-controls .filter-control button {
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 600;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .equipment-center .filter-controls .filter-control button {
    font-size: 1rem;
    padding: 6px 12px;
  }
}
.equipment-center .filter-controls .filter-control button span {
  display: block;
}
.equipment-center .filter-controls .filter-control .offer-icon {
  max-width: 18px;
}
.equipment-center .filter-controls .filter-control .offer-icon-white {
  display: none;
}
@media (min-width: 992px) {
  .equipment-center .filter-controls .filter-control .offer-icon-white {
    display: inline-block;
  }
}
.equipment-center .filter-controls .filter-control .offer-icon-red {
  display: inline-block;
}
@media (min-width: 992px) {
  .equipment-center .filter-controls .filter-control .offer-icon-red {
    display: none;
  }
}
.equipment-center .slider-filters {
  margin-top: 50px;
}
.equipment-center .slider-filters .sliderfilter {
  padding: 10px 50px;
}
.equipment-center .equipment-offer-show-all {
  background-color: inherit;
  color: black;
  border: 2px solid #c00000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: uppercase;
}
.equipment-center .outlet-filter,
.equipment-center .manager-filter {
  font-size: 0.9rem;
}
.equipment-center .equipment-outlet-title {
  position: relative;
  color: #fff;
  text-align: right;
  background-color: #2b4d5e;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  padding: 6px 24px;
  text-transform: uppercase;
}
.equipment-center .equipment-outlet-title:before {
  position: absolute;
  left: 0;
  background: #e9e9e9;
  color: #2b4d5e;
  top: 0;
  content: "T";
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 900;
  text-shadow: 0 1px 0 #2b4d5e;
  padding: 6px 18px 6px 12px;
  display: "block";
}
.equipment-center .btn-more-filters {
  color: #2b4d5e;
}
.equipment-center .btn-more-filters:hover, .equipment-center .btn-more-filters:active, .equipment-center .btn-more-filters:focus {
  color: #2b4d5e;
}
@media (min-width: 992px) {
  .equipment-center .btn-more-filters {
    background-color: #2b4d5e;
    border: none;
    color: #fff;
  }
  .equipment-center .btn-more-filters:hover, .equipment-center .btn-more-filters:active, .equipment-center .btn-more-filters:focus {
    color: #fff;
    background-color: #00000d;
  }
}
.equipment-center .btn-show-promotions {
  color: #c00000;
}
@media (min-width: 992px) {
  .equipment-center .btn-show-promotions {
    color: #fff;
    background-color: #c00000;
    border: 1px solid transparent;
    font-weight: 700;
  }
  .equipment-center .btn-show-promotions:hover {
    color: #fff;
    background-color: #a70000;
  }
}
.equipment-center .btn-popup-filter,
.equipment-center .btn-popup-filter:hover {
  background-color: transparent;
  border: none;
  text-transform: none;
}
.equipment-center .btn-reset-type {
  background: #00000d;
  color: #fff;
}
.equipment-center .btn-reset-type:hover {
  background-color: #c00000;
  color: #fff;
}
.equipment-center .btn-titan-reset {
  background-color: #00000d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.equipment-center .btn-titan-reset:hover {
  background-color: #2b4d5e;
  color: #fff;
}
.equipment-center .filter-bar-opened {
  bottom: 0;
  height: auto;
  left: 0;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  top: 210px;
  width: 100%;
  z-index: 9000;
}
@media (min-width: 992px) {
  .equipment-center .filter-bar-opened.bk-lighter-gray {
    background-color: transparent;
  }
}
.equipment-center .filter-bar-opened .equipment-search {
  display: none;
}
@media (min-width: 992px) {
  .equipment-center .filter-bar-opened .equipment-search {
    display: block;
  }
}
@media (max-width: 768px) {
  .equipment-center .filter-bar-opened .multiselect-container {
    position: inherit;
  }
  .equipment-center .filter-bar-opened {
    position: static;
  }
}
@media (min-width: 992px) {
  .equipment-center .filter-bar-opened {
    overflow-y: hidden;
  }
  .equipment-center .equipment-center-filter-bar .equipment-center-filter {
    border-right: 1px solid #fff;
  }
}
.equipment-center .equipment-center-filter-bar .equipment-center-filter:last-child {
  border-right: none;
}
.equipment-center .equipment-center-filter-bar .disabler {
  width: 100%;
  height: 150px;
  background: #e9e9e9;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.equipment-center .equipment-center-filter-bar .industry-filter {
  font-size: 0.8rem;
  position: relative;
}
.equipment-center .equipment-center-filter-bar .type-filter {
  position: relative;
}
.equipment-center .equipment-center-filter-bar .slider-filter label {
  color: #fff;
}
.equipment-center .equipment-center-filter-bar .multiselect.dropdown-toggle.btn {
  text-transform: uppercase;
}
.equipment-center .equipment-center-filter-bar .equipment-center-search input {
  flex-grow: 1;
  padding-left: 10px;
}
.equipment-center .equipment-center-filter-bar .directions {
  margin-bottom: 20px;
}
.equipment-center .equipment-center-filter-bar .directions p {
  margin-bottom: 5px;
}
.equipment-center .equipment-center-filter-bar .directions:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #c00000;
  content: "";
  display: inline-block;
  margin: 0 20px;
}
@media (min-width: 992px) {
  .equipment-center .equipment-center-filter-bar .directions:after {
    content: "";
    display: block;
    margin: 0 auto;
    height: 0;
    width: 0;
    border-top: 10px solid #c00000;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
}
.equipment-center .equipment-center-filter-bar label {
  font-weight: normal;
}
.equipment-center .equipment-center-filter-bar fieldset legend {
  margin-bottom: 5px;
  font-size: 1rem;
}
.equipment-center .equipment-center-filter-bar fieldset .form-group {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .equipment-center .main-stage .text-bar {
    background-color: #e9e9e9;
    font-size: 2rem;
    padding: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  .equipment-center .main-stage .text-bar {
    background: #e9e9e9;
    font-size: 2rem;
    padding: 20px 20px 20px 60px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
.equipment-center .slider-horizontal {
  display: block;
  width: 100% !important;
}
.equipment-center .slider-handle {
  background-color: #c00000;
  background-image: none;
}
.equipment-center .equipment-card {
  padding: 1rem;
  position: relative;
  background-color: #f6f6f6;
  min-height: 310px;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-image a {
    display: block;
    text-align: center;
  }
  .equipment-center .equipment-card .equipment-image img {
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .equipment-center .equipment-card .equipment-image img {
    max-height: 255px;
  }
}
.equipment-center .equipment-card .equipment-year {
  font-weight: bold;
}
.equipment-center .equipment-card .equipment-category {
  font-weight: bold;
  color: #c00000;
  font-size: 0.9rem;
  margin-left: 0.9375rem;
  text-transform: uppercase;
}
.equipment-center .equipment-card .equipment-price {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .equipment-center .equipment-card .equipment-price {
    float: right;
    font-size: 1.4rem;
    margin-top: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-price {
    font-size: 1.5rem;
  }
}
.equipment-center .equipment-card .equipment-make {
  font-size: 1.25rem;
  color: #3c3d3f;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-make {
    font-size: 1.65rem;
  }
}
.equipment-center .equipment-card .equipment-details {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.75em;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-details {
    font-size: 0.85rem;
  }
}
@media (min-width: 1200px) {
  .equipment-center .equipment-card .equipment-details {
    font-size: 1.1rem;
  }
}
.equipment-center .equipment-card .equipment-details .detail-label {
  font-weight: bold;
  color: #3c3d3f;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-details .detail-label {
    font-weight: 800;
  }
  .equipment-center .equipment-card .equipment-details {
    flex-direction: row;
    margin-top: 1rem;
  }
  .equipment-center .equipment-card .equipment-details > div {
    margin-right: 10px;
  }
}
.equipment-center .equipment-card .contact-details {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .contact-details {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.equipment-center .equipment-card .equipment-city-state {
  color: #c00000;
}
.equipment-center .equipment-card .promo-content {
  position: absolute;
  display: block;
  right: 5px;
  top: 40%;
}
.equipment-center .equipment-card .promo-content .equipment-offer-badge,
.equipment-center .equipment-card .promo-content .outlet-badge {
  display: block;
}
@media (max-width: 768px) {
  .equipment-center .equipment-card .promo-content {
    top: -40px;
    margin-right: 10px;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .promo-content {
    right: 0;
  }
}
.equipment-center .equipment-card .equipment-cta-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  float: right;
}
.equipment-center .equipment-card .equipment-cta-buttons .equipment-cta {
  flex-grow: 1;
}
.equipment-center .equipment-card .equipment-cta-buttons .equipment-cta a,
.equipment-center .equipment-card .equipment-cta-buttons .equipment-cta button {
  font-size: 0.65rem;
}
@media (min-width: 992px) {
  .equipment-center .equipment-card .equipment-cta-buttons {
    flex-direction: row;
    margin-top: 2rem;
  }
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-cta {
    background-color: #e9e9e9;
  }
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-cta,
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-detail-button {
    height: 100%;
    margin-right: -15px;
    width: 25%;
  }
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-cta a,
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-cta button,
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-detail-button a,
  .equipment-center .equipment-card .equipment-cta-buttons .equipment-detail-button button {
    font-size: 0.85rem;
    padding: 1rem;
  }
}
.equipment-center .equipment-card .info-buttons {
  border-radius: 0;
  border: none;
}
.equipment-center .equipment-card .info-buttons.btn-titan {
  background-color: #00000d;
}
.equipment-center .equipment-card .info-buttons.btn-titan:hover {
  background-color: #c00000;
  color: #fff;
}

.tab-content {
  max-height: 350px;
  overflow-y: auto;
}

.equipment-showroom.casece #contact-map {
  border-color: #ef9919;
}
.equipment-showroom.casece hr {
  border-color: #ef9919;
  color: #ef9919;
}
.equipment-showroom.casece .go-back {
  color: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-search {
  background: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-search button {
  background-color: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-navigation li:hover > a {
  background-color: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-navigation a {
  color: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-navigation .sidebar-subnav li:hover > a {
  background-color: #ef9919;
}
.equipment-showroom.casece .sidebar .sidebar-navigation .sidebar-subsubnav {
  background-color: #ef9919 !important;
}
.equipment-showroom.casece .sidebar .sidebar-navigation .sidebar-subsubnav li:hover > a {
  background-color: #41515a;
  color: #fff;
}
.equipment-showroom.casece button.btn-titan,
.equipment-showroom.casece button.btn-titan {
  background-color: #ef9919;
}
.equipment-showroom.casece .thumbnail {
  border-color: #ef9919;
}
.equipment-showroom.casece .thumbnail:hover:after {
  border-top-color: #ef9919;
}
.equipment-showroom.casece .nav-tabs li a {
  color: #ef9919;
  border-color: #ef9919;
}
.equipment-showroom.casece .nav-tabs li a:last-child {
  border-color: #ef9919;
}
.equipment-showroom.casece .nav-tabs li.active a {
  border: 1px solid #ef9919;
  background-color: #ef9919;
  color: #fff;
}
.equipment-showroom.casece .contact-info a {
  color: #ef9919;
}
.equipment-showroom.newholland #contact-map {
  border-color: #00529b;
}
.equipment-showroom.newholland hr {
  border-color: #00529b;
  color: #00529b;
}
.equipment-showroom.newholland .go-back {
  color: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-search {
  background: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-search button {
  background-color: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-navigation li:hover > a {
  background-color: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-navigation a {
  color: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-navigation .sidebar-subnav li:hover > a {
  background-color: #00529b;
}
.equipment-showroom.newholland .sidebar .sidebar-navigation .sidebar-subsubnav {
  background-color: #00529b !important;
}
.equipment-showroom.newholland .sidebar .sidebar-navigation .sidebar-subsubnav li:hover > a {
  background-color: #41515a;
  color: #fff;
}
.equipment-showroom.newholland button.btn-titan,
.equipment-showroom.newholland button.btn-titan {
  background-color: #00529b;
}
.equipment-showroom.newholland .thumbnail {
  border-color: #00529b;
}
.equipment-showroom.newholland .thumbnail:hover:after {
  border-top-color: #00529b;
}
.equipment-showroom.newholland .nav-tabs li a {
  color: #00529b;
  border-color: #00529b;
}
.equipment-showroom.newholland .nav-tabs li a:last-child {
  border-color: #00529b;
}
.equipment-showroom.newholland .nav-tabs li.active a {
  border: 1px solid #00529b;
  background-color: #00529b;
  color: #fff;
}
.equipment-showroom.newholland .contact-info a {
  color: #00529b;
}
.equipment-showroom.newhollandconstruction #contact-map {
  border-color: #000;
}
.equipment-showroom.newhollandconstruction hr {
  border-color: #000;
  color: #000;
}
.equipment-showroom.newhollandconstruction .go-back {
  color: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-search {
  background: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-search button {
  background-color: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-navigation li:hover > a {
  background-color: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-navigation a {
  color: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-navigation .sidebar-subnav li:hover > a {
  background-color: #000;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-navigation .sidebar-subsubnav {
  background-color: #000 !important;
}
.equipment-showroom.newhollandconstruction .sidebar .sidebar-navigation .sidebar-subsubnav li:hover > a {
  background-color: #41515a;
  color: #fff;
}
.equipment-showroom.newhollandconstruction button.btn-titan,
.equipment-showroom.newhollandconstruction button.btn-titan {
  background-color: #000;
}
.equipment-showroom.newhollandconstruction .thumbnail {
  border-color: #000;
}
.equipment-showroom.newhollandconstruction .thumbnail:hover:after {
  border-top-color: #000;
}
.equipment-showroom.newhollandconstruction .nav-tabs li a {
  color: #000;
  border-color: #000;
}
.equipment-showroom.newhollandconstruction .nav-tabs li a:last-child {
  border-color: #000;
}
.equipment-showroom.newhollandconstruction .nav-tabs li.active a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.equipment-showroom.newhollandconstruction .contact-info a {
  color: #000;
}
.equipment-showroom.newhollandconstruction .thumbnail.cover img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20%;
}
.equipment-showroom #contact-map {
  height: 200px;
  width: 400px;
  border: 3px solid #b81021;
}
.equipment-showroom hr {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #b81021;
  color: #b81021;
  text-align: center;
}
.equipment-showroom .go-back {
  color: #b81021;
}
.equipment-showroom .sidebar .branding {
  margin-bottom: 1rem;
  padding: 20px;
}
.equipment-showroom .sidebar .sidebar-search {
  background: #b81021;
  padding: 10px;
}
.equipment-showroom .sidebar .sidebar-search button {
  background: #b81021;
  border-radius: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.equipment-showroom .sidebar .sidebar-navigation {
  background-color: #ededed;
}
.equipment-showroom .sidebar .sidebar-navigation li {
  position: relative;
}
.equipment-showroom .sidebar .sidebar-navigation li:hover > a {
  text-decoration: none;
  background-color: #b81021;
  color: #fff;
}
.equipment-showroom .sidebar .sidebar-navigation li:hover > .sidebar-subnav {
  display: block;
}
.equipment-showroom .sidebar .sidebar-navigation a {
  color: #b81021;
  display: block;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: right;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  min-width: 100%;
  left: 0;
  top: 0;
  background: #41515a;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav li {
  position: relative;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav li:hover > a {
  text-decoration: none;
  background-color: #b81021;
  color: #fff;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav li:hover > .sidebar-subsubnav {
  display: block;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav a {
  color: #fff;
  text-align: left;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav a:hover {
  background: #fff;
  color: #41515a;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav .sidebar-subsubnav {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #b81021;
}
.equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav .sidebar-subsubnav a:hover {
  background-color: #41515a;
  color: #fff;
}
.equipment-showroom .thumbnail,
.equipment-showroom thumbnail-nh,
.equipment-showroom thumbnail-ce {
  padding: 0;
  border: 3px solid #b81021;
  border-radius: 0;
  position: relative;
}
.equipment-showroom .thumbnail img,
.equipment-showroom thumbnail-nh img,
.equipment-showroom thumbnail-ce img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.equipment-showroom .thumbnail h6,
.equipment-showroom thumbnail-nh h6,
.equipment-showroom thumbnail-ce h6 {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 5px;
  color: #fff;
}
.equipment-showroom .thumbnail:hover:after,
.equipment-showroom thumbnail-nh:hover:after,
.equipment-showroom thumbnail-ce:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 10px solid #b81021;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.equipment-showroom .thumbnail:hover img,
.equipment-showroom thumbnail-nh:hover img,
.equipment-showroom thumbnail-ce:hover img { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.equipment-showroom .nav-tabs {
  border-bottom: none;
}
.equipment-showroom .nav-tabs li a {
  border: 1px solid #b81021;
  border-radius: 0;
  border-right: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #b81021;
}
.equipment-showroom .nav-tabs li a i,
.equipment-showroom .nav-tabs li a svg {
  font-size: 2rem;
}
.equipment-showroom .nav-tabs li a:last-child {
  border-right: 1px solid #b81021;
}
.equipment-showroom .nav-tabs li.active a {
  border: 1px solid #b81021;
  background-color: #b81021;
  color: #fff;
}
.equipment-showroom .contact-info a {
  color: #b81021;
}

.mobile-sidebar-casece .panel-heading {
  color: #ef9919;
  background-color: #41515a;
  border-color: #ddd;
}
.mobile-sidebar-casece .panel-heading a,
.mobile-sidebar-casece .panel-heading a:hover,
.mobile-sidebar-casece .panel-heading a:active {
  color: #ef9919;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.mobile-sidebar-casece .panel-body {
  background-color: #41515a;
}
.mobile-sidebar-casece ul {
  list-style: none;
}
.mobile-sidebar-casece .sidebar-subnav a,
.mobile-sidebar-casece .sidebar-subnav a:hover,
.mobile-sidebar-casece .sidebar-subnav a:active {
  color: #ef9919;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.mobile-sidebar-caseag .panel-heading {
  color: #fff;
  background-color: #41515a;
  border-color: transparent;
  margin-bottom: 4px;
}
.mobile-sidebar-caseag .panel-heading a,
.mobile-sidebar-caseag .panel-heading a:active {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-caseag .panel-heading a:hover {
  color: #c00000;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-caseag .panel-body {
  background-color: #3c3d3f;
}
.mobile-sidebar-caseag ul {
  list-style: none;
}
.mobile-sidebar-caseag .sidebar-subnav a,
.mobile-sidebar-caseag .sidebar-subnav a:active {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}
.mobile-sidebar-caseag .sidebar-subnav a:hover {
  color: #c00000;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-sidebar-newhce .panel-heading {
  color: #ef9919;
  background-color: #41515a;
  border-color: #ddd;
}
.mobile-sidebar-newhce .panel-heading a,
.mobile-sidebar-newhce .panel-heading a:hover,
.mobile-sidebar-newhce .panel-heading a:active {
  color: #ef9919;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-newhce .panel-body {
  background-color: #41515a;
}
.mobile-sidebar-newhce ul {
  list-style: none;
}
.mobile-sidebar-newhce .sidebar-subnav a,
.mobile-sidebar-newhce .sidebar-subnav a:active {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-newhce .sidebar-subnav a:hover {
  color: #ef9919;
}

.mobile-sidebar-newholland-ag .panel-heading {
  color: #fff;
  background-color: #00529b;
  border-color: #ddd;
}
.mobile-sidebar-newholland-ag .panel-heading a,
.mobile-sidebar-newholland-ag .panel-heading a:hover,
.mobile-sidebar-newholland-ag .panel-heading a:active {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-newholland-ag .panel-body {
  background-color: #41515a;
}
.mobile-sidebar-newholland-ag ul {
  list-style: none;
}
.mobile-sidebar-newholland-ag .sidebar-subnav a,
.mobile-sidebar-newholland-ag .sidebar-subnav a:active {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-sidebar-newholland-ag .sidebar-subnav a:hover {
  color: #fff;
}

.btn-showroom-casece {
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  background-color: #ef9919;
}

.btn-showroom-newholland {
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  background-color: #00529b;
}

.btn-showroom-newhollandce {
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  background-color: black;
}

@media (min-width: 992px) {
  .equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav {
    left: 100%;
    position: absolute;
  }
  .equipment-showroom .sidebar .sidebar-navigation .sidebar-subnav .sidebar-subsubnav {
    left: 100%;
    position: absolute;
  }
  .equipment-showroom .thumbnail-nh {
    height: 178px;
  }
  .equipment-showroom .thumbnail-ce {
    height: 150px;
  }
}
.equipment-initial-label {
  height: 90px;
  left: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 15px;
}
.equipment-initial-label h3,
.equipment-initial-label h4 {
  transform: skew(20deg);
}

.equipment-listing {
  transition: opacity 0.5s;
}

.equipment-listing.fade {
  opacity: 0.2;
}

.search-slider {
  display: flex;
  justify-content: center;
}
.search-slider.year {
  margin-bottom: 40px;
}
.search-slider .vue-slider-component {
  z-index: 0;
}

.filter-slider .vue-slider-component {
  z-index: 0;
}

.swiper-slide {
  height: 100% !important;
}

.instruction-label {
  background-color: #e9e9e9;
  max-width: 90%;
  transform: skew(-20deg);
  padding: 15px;
}

h2.equipment-title-h2 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .equipment-initial-label {
    height: 85px;
  }
  .instruction-label {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .search-slider {
    justify-content: flex-start;
  }
  .search-slider.year {
    margin-bottom: 0;
  }
  .equipment-initial-label {
    width: 500px;
    height: 80px;
    margin: 0 0 0 -50px;
    background-color: #e9e9e9;
    left: 0;
    padding: 0;
    margin: 0;
    margin-left: -50px;
    z-index: -1;
    transform: skew(-20deg);
  }
}
.flatpickr-mobile:before {
  content: attr(placeholder);
  color: gray;
  width: 100%;
}

.flatpickr-mobile:focus[value]:not([value=""]):before {
  display: none;
}

input[type=hidden][value]:not([value=""]) + .flatpickr-mobile:before {
  display: none;
}

.featured-equipment-carousel .card {
  position: relative;
}
.featured-equipment-carousel .card .featured-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.featured-equipment-carousel .card .featured-image {
  position: relative;
  height: 195px;
  width: 100%;
  overflow: hidden;
}
.featured-equipment-carousel .card .featured-image .outlet-badge {
  background: #c00000;
  bottom: 0;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.featured-equipment-carousel .card .featured-image .condition {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.featured-equipment-carousel .card .featured-image .condition.new {
  background: #c00000;
  color: #fff;
}
.featured-equipment-carousel .card .featured-image .condition.used {
  background: #2b4d5e;
  color: #fff;
}
.featured-equipment-carousel .card .featured-image .noimage {
  padding-right: 15%;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .featured-equipment-carousel .card .featured-image .noimage {
    padding-right: 18%;
    padding-left: 25%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .featured-equipment-carousel .card .featured-image .noimage {
    padding-right: 38%;
    padding-left: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  .featured-equipment-carousel .card .featured-image .noimage {
    padding-right: 27%;
    padding-left: 40%;
  }
}
a.news-title {
  color: #c00000;
}

.news-content {
  color: #4e4e4e;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: left;
}
.news-content a {
  color: #c00000;
}

.news-title {
  color: #c00000;
  font-weight: 700;
  font-size: 37px;
  font-family: "Oswald", sans-serif;
  text-align: left;
}

.news-search-title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.news-container span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.news-container span.red-label {
  color: #c00000;
  margin-left: 10px;
}

.news-details-container {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.filters-container {
  background-color: #2b4d5e;
  min-height: 79px;
  height: 100%;
  display: flex;
  align-items: center;
}
.filters-container .form-group {
  margin-bottom: 0;
  padding: 5px 5px;
}
.filters-container .form-group label {
  color: #fff;
  font-size: 13px;
}

.dropdown-filter {
  color: #fff;
  background: #1f1616;
  border: none;
  font-size: 12px;
  opacity: 0.5;
}

.dropdown-filter[disabled],
.dropdown-filter[readonly],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .dropdown-filter,
fieldset[disabled] .form-control {
  background: #1f1616;
  opacity: 0.5;
}

.news-item-container {
  display: flex;
  flex-direction: column;
  background-color: #334c56;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  min-height: 500px;
}

.news-item-image {
  background-size: cover;
  min-height: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.news-item-image img {
  max-height: 350px;
  width: 100%;
}
.news-item-image .news-date-container {
  background-color: #a70000;
  align-self: flex-end;
  height: 40px;
  padding-top: 5px;
  transform: skew(-20deg);
  width: 110px;
  margin-right: -10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.news-item-image .news-date-container span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transform: skew(20deg);
  text-align: right;
  display: block;
  position: relative;
  margin-right: 30px;
}

.news-item-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.news-item-intro {
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news-link {
  color: #da0000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.info-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.industry-dropdown {
  padding-bottom: 20px;
}

.event-item-container {
  display: flex;
  flex-direction: column;
  background-color: #334c56;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  min-height: 480px;
}

.event-item-image {
  background-size: cover;
  min-height: 170px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.event-item-image img {
  max-height: 350px;
  width: 100%;
}
.event-item-image .event-date-container {
  background-color: #a70000;
  align-self: flex-end;
  height: 40px;
  padding-top: 5px;
  transform: skew(-20deg);
  width: 110px;
  margin-right: -10px;
  overflow: hidden;
  position: relative;
}
.event-item-image .event-date-container span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transform: skew(20deg);
  text-align: right;
  display: block;
  position: relative;
  margin-right: 30px;
}

.btn-location-industry {
  width: 185px;
}

.location-mobile-filter .multiselect__tags {
  height: 100%;
  text-align: center;
  border-radius: 0px;
}
.location-mobile-filter .multiselect__single, .location-mobile-filter .multiselect__placeholder {
  color: black;
  padding-top: 0.25rem;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.location-mobile-filter .multiselect__select {
  top: 7px;
}

@media (min-width: 768px) {
  .listing-card div:nth-child(odd):not(:first-of-type) {
    clear: both;
  }
  .news-item-intro {
    font-size: 11px;
  }
  .news-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .listing-card div:nth-child(odd):not(:first-of-type) {
    clear: none;
  }
  .listing-card div:nth-child(3n+1):not(:first-of-type) {
    clear: both;
  }
  .industry-dropdown {
    padding-bottom: 0px;
  }
}
.horizontal-listing-filter .horizontal-listing-item {
  border: 1px solid #2b4d5e;
  margin: 5px;
  margin-bottom: 20px;
}

.horizontal-listing-item .listing-image-container {
  height: 225px;
  overflow: hidden;
}
.horizontal-listing-item .listing-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.horizontal-listing-item .placeholder-listing-image {
  background-size: contain;
}
.horizontal-listing-item .listing-info-container {
  margin-top: 10px;
  margin-bottom: 0;
}

.equipment-detail-container {
  position: relative;
  z-index: 0;
}
.equipment-detail-container .expand-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  cursor: pointer;
  right: 0;
  background: #c00000;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 0 10px;
}
.equipment-detail-container .stock-info {
  font-size: 0.75rem;
}

.cloud-store-description-container {
  margin-bottom: 2rem;
}

.cloud-store-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cloud-store-description.expanded {
  -webkit-line-clamp: unset;
}

.read-more-btn {
  display: none;
}

.cloud-store-description-container.has-more .read-more-btn {
  display: inline-block;
}

.equipment-detail-container .linked-promo-list.short-list .linked-promo-item:nth-child(1n+4) {
  display: none;
}

.btn-favorite {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 10;
}

.btn-favorite.saved {
  color: #c00000;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff;
}

.btn-favorite.saved .fa-heart {
  animation: tilt-shaking 0.5s linear;
}

.btn-favorite:focus-visible {
  outline-width: 0;
}

.btn-favorite:hover {
  opacity: 0.8;
}

.listing-info-container .listing-featured-container {
  background-color: #334c56;
  color: #fff;
  display: inline-block;
  font-size: 0.6rem;
  margin-top: 5px;
  padding: 1.5px 2px; /* IE 9 */ /* Safari 3-8 */
  transform: rotate(-15deg) skewX(-15deg);
}
.listing-info-container .listing-featured-container .listing-featured-label {
  display: inline;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2px;
  text-transform: uppercase;
}
.listing-info-container .listing-carrousel-img {
  height: 90px;
}
.listing-info-container .listing-detail-label {
  color: #2b4d5e;
  font-weight: 700;
}
.listing-info-container .listing-year {
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
}
.listing-info-container .listing-category {
  color: #c00000;
  margin-left: 20px;
  margin-right: 15px;
}
.listing-info-container .listing-price {
  font-size: 1.7em;
  font-weight: 700;
  color: #000;
}
.listing-info-container .listing-make {
  font-size: 1.4em;
  margin-bottom: 5px;
}
.listing-info-container .listing-details-container {
  font-size: 0.9em;
}
.listing-info-container .listing-location-details {
  color: #2b4d5e;
  margin-top: 5px;
  background-color: #c00000;
  font-size: 0.9em;
}

.listing-location-details .listing-address-phone {
  padding-top: 10px;
  height: 62px;
}
.listing-location-details .listing-city-state {
  color: #334c56;
  font-weight: 400;
  text-transform: capitalize;
}
.listing-location-details .listing-city-state a {
  color: #c00000;
}
.listing-location-details .listing-details-button {
  border-radius: 0;
  padding: 18px;
  border: 0;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .listing-info-container .listing-price {
    float: right;
  }
}
.mobileshow {
  display: none;
}

@media screen and (max-width: 736px) {
  .mobileshow {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .equipment-offer-overlay {
    bottom: -3px;
    left: 103px;
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.img-wrapper{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-wrapper:hover{
  text-decoration-line: none;
}
@media (min-width: 1024px){
  .img-wrapper{
    height: 30rem;
  }
}
.img-wrapper .img-btn-text{
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-left: 2rem;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .img-wrapper .img-btn-text{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .img-wrapper .img-btn-text{
    width: 91.666667%;
    padding: 2.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px){
  .img-wrapper .img-btn-text{
    width: 75%;
    font-size: 3rem;
    line-height: 1;
  }
}

.location-detail-info {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.location-detail-info .location-info-column {
  width: 100%;
  flex-grow: 1;
  padding: 5px 20px;
  background-color: #fff;
  color: #00000d;
}
.location-detail-info .location-info-column:nth-child(2n-1) {
  background-color: #2b4d5e;
  color: #fff;
}

.staff-desktop a {
  color: #c00000;
}

.detail-contact-phone {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 20px;
}
.detail-contact-phone a {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media screen and (min-width: 768px) {
  .location-detail-info .location-info-column {
    width: 50%;
  }
  .location-detail-info .location-info-column:nth-child(2n-1) {
    background-color: #fff;
    color: #00000d;
  }
  .location-detail-info .location-info-column:first-child, .location-detail-info .location-info-column:last-child {
    background-color: #2b4d5e;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .location-detail-info .location-info-column {
    width: 25%;
  }
  .location-detail-info .location-info-column:first-child, .location-detail-info .location-info-column:last-child {
    background-color: #fff;
    color: #00000d;
  }
  .location-detail-info .location-info-column:nth-child(2n-1) {
    background-color: #2b4d5e;
    color: #fff;
  }
}
.underline {
  text-decoration: underline;
  text-decoration-color: #c00000;
}

.full-width-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.location-staff a {
  text-decoration: none;
}
.location-staff a :hover {
  opacity: 0.8;
}
.location-staff img {
  height: 200px;
  width: 200px;
}

.row-centered-staff {
  text-align: center;
}

.col-centered-staff {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  text-align: center;
}

.staff-desktop {
  display: none;
}

.staff-mobile {
  display: inline-block;
}

@media screen and (min-width: 991px) {
  .staff-desktop {
    display: block;
  }
  .staff-mobile {
    display: none;
  }
}
#changeLocation .multiselect__option--disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-family: Oswald, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(43 77 94 / var(--tw-text-opacity)) !important;
}

button.gm-ui-hover-effect {
  visibility: hidden;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
  padding: 0px 20px;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  width: 100%;
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  left: 15px;
  z-index: 1;
}

.slick-next {
  right: 15px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border: 2px solid rgba(43, 77, 94, 0.75);
  border-radius: 50%;
}

.slick-prev:before {
  content: "\e079";
}

.slick-next:before {
  content: "\e080";
}

.slick-prev:before,
.slick-next:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #2b4d5e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes slidein {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
@keyframes slideout {
  from {
    left: 0px;
  }
  to {
    left: -100%;
  }
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Oswald", sans-serif;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  overflow: auto;
  background-color: #fff;
  width: 80%;
}
.mobile-menu-panel ul {
  align-items: flex-start !important;
  padding: 0 1rem !important;
}
.mobile-menu-panel ul li {
  padding: 0.5rem 0;
}
.mobile-menu-panel ul li .nav-column {
  left: -100%;
  animation: slideout 0.3s ease-in-out;
}
.mobile-menu-panel ul li .nav-column.active {
  left: 0px;
  animation: slidein 0.3s ease-in-out;
}
.mobile-menu-panel ul li .nav-item h6 {
  color: gray !important;
  margin: 0.25rem !important;
}
.mobile-menu-panel ul li .nav-item h6 a {
  text-transform: capitalize;
  font-weight: 100 !important;
  color: gray !important;
  font-size: 1.125rem !important;
}
.mobile-menu-panel ul li .nav-item h6 .icons .icon-chevron-down {
  transition: opacity 0.3s, transform 0.3s;
}
.mobile-menu-panel ul li .nav-item h6 .icons .icon-chevron-up {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}
.mobile-menu-panel ul li .nav-item h6 + ul {
  max-height: 0px !important;
  transition: max-height 0.55s;
}
.mobile-menu-panel ul li .nav-item h6.active + ul {
  max-height: 100vh !important;
}
.mobile-menu-panel ul li .nav-item h6.active .icons .icon-chevron-up {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.mobile-menu-panel ul li .nav-item h6.active .icons .icon-chevron-down {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}
.mobile-menu-panel ul li .nav-link {
  font-weight: 100 !important;
  padding: 0 !important;
  color: #000;
}

.footer-navigation {
  border-top: 1px solid #2b4d5e;
}
.footer-navigation .footer-nav li {
  display: inline-block;
}
.footer-navigation .footer-nav li:after {
  content: " :: ";
  color: #fff;
}
.footer-navigation .footer-nav li:last-child:after {
  content: "";
}

.page-title-banner {
  background: #2b4d5e;
  min-height: 125px;
  padding-top: 15px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-device-width: 768px) {
  .page-title-banner {
    min-height: 200px;
    padding-top: 40px;
  }
}

.parts-search .parts-button {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.parts-search .parts-button img {
  max-height: 30px;
}

.btn-search {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .btn-search {
    margin-top: 20px;
  }
  #equipment-quick-search {
    border-right: 2px solid #41515a;
    min-height: 250px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .btn-search {
    margin-top: 7px;
  }
}
.panel-swiper {
  color: #fff;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promos-panel {
  color: #fff;
}

.swiper-content {
  max-width: 80%;
}

.promo-description {
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.promo-item-container {
  padding-bottom: 15px;
}

.promo-content {
  display: flex;
  align-items: center;
  min-height: 200px;
}

.promo-img-caseih {
  background-color: #fff;
  padding: 15px;
}

@media (min-width: 768px) {
  .promo-content {
    display: flex;
    align-items: center;
    min-height: 250px;
  }
  .promo-description {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    width: 92%;
  }
}
@media (min-width: 992px) {
  .promo-item-container {
    padding-bottom: 0;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promo-btn {
    margin-left: 5px;
  }
}
.clearance-badge {
  position: relative;
  color: #c00000;
  background-color: #fff;
  border: 1px solid #c00000;
  border-radius: 5px;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
  display: inline-block;
}

.promo-badge {
  position: relative;
  color: #2b4d5e;
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  padding: 6px 24px;
  text-transform: uppercase;
  display: inline-block;
}
.promo-badge:before {
  position: absolute;
  left: 0;
  background: url(/ResourcePackages/Titan/assets/dist/img/titan_t.svg) #e9e9e9;
  color: #2b4d5e;
  top: 0;
  content: "";
  font-size: 1.5rem;
  font-weight: 900;
  text-shadow: 0 1px 0 #2b4d5e;
  padding: 3px 16px;
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.promo-badge.outlet-badge {
  color: #2b4d5e;
}
.promo-badge.outlet-badge-list:before {
  left: -10px;
}
.promo-badge.equipment-offer-badge-mobile {
  padding-right: 0;
  color: #c00000;
}
.promo-badge.equipment-offer-badge-mobile:before {
  background: url(/ResourcePackages/Titan/assets/dist/img/Titan_OffersIcon_Red.png) #e9e9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.promo-badge.managers-special-badge {
  padding-right: 0;
  color: #c00000;
  padding-left: 35px;
}
.promo-badge.managers-special-badge:before {
  background: url(/ResourcePackages/Titan/assets/dist/img/titan_t_red.svg) #e9e9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.rental-showroom .location-information {
  border-right: 1px solid #fff;
  word-wrap: break-word;
}
.rental-showroom .location-information .location-address,
.rental-showroom .location-information .phone {
  border-bottom: 1px solid #fff;
}
.rental-showroom .rental-showroom-wrap .table {
  background-color: #fff;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category a {
  background-color: #ccc;
  display: block;
  border: 5px solid #2b4d5e;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category a span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category:hover a {
  border-color: #c00000;
  background-color: #ddd;
  text-decoration: none;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category .rental-subcategories {
  position: absolute;
  display: block;
  top: 3px;
  left: 18px;
  right: 18px;
  bottom: 3px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 110%;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category .rental-subcategories ul {
  display: inline-block;
  opacity: 0;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category .rental-subcategories a {
  border: none;
  background-color: transparent;
  line-height: 1.75rem;
  padding: 0;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category:hover .rental-subcategories, .rental-showroom .rental-showroom-wrap .rental-showroom-category:focus .rental-subcategories {
  display: block;
  margin-top: 0;
  transition: margin-top 0.25s linear;
}
.rental-showroom .rental-showroom-wrap .rental-showroom-category:hover .rental-subcategories ul, .rental-showroom .rental-showroom-wrap .rental-showroom-category:focus .rental-subcategories ul {
  height: auto;
  width: auto;
  overflow: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.rental-search .pagination {
  border-radius: 0;
}
.rental-search .pagination a {
  background-color: transparent;
  color: #fff;
}
.rental-search .pagination li:first-child a,
.rental-search .pagination li:last-child a {
  border-radius: 0;
}

.rental-showroom-wrapper .banner-image {
  height: 300px;
  background-position: center;
}

.rental-showroom-detail table.table th {
  white-space: nowrap;
  padding: 5px;
}

@media print {
  @page {
    size: A4 landscape; /* DIN A4 standard, Europe */
  }
  .rental-showroom-wrapper {
    color: #000;
    margin: 18mm 0mm 18mm 0mm;
    font-size: 11px;
  }
  .rental-showroom-wrapper .pagebreak {
    page-break-before: always;
  }
}
#saved-equipment {
  position: fixed;
  z-index: 999;
  width: 500px;
  min-height: 300px;
  max-height: 500px;
  top: 0;
  left: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#saved-equipment.open {
  right: 0px;
  left: auto;
}

.btn-saved.btn-titan {
  display: block;
  height: auto;
  position: relative;
  margin-top: 10px;
  padding: 5px;
  transition: all 0.25s ease;
  color: #c00000;
  background: #fff;
}
.btn-saved.btn-titan span {
  position: absolute;
  left: 100%;
  padding: 6px;
  top: 0;
  background: #c00000;
  color: #fff;
}
.btn-saved.btn-titan:hover {
  background-color: #00000d;
  color: #fff;
  box-shadow: inset 0 -3px 0 0 #c00000;
  text-decoration: none;
}

#se-app {
  transition: margin-left 0.25s ease-in-out;
  height: 100%;
  width: 100%;
  background: #000;
  margin-left: 100%;
  font-size: 1rem;
}
#se-app.open {
  margin-left: 0;
}
#se-app a {
  display: inline-block;
  padding: 0;
  height: auto;
}
#se-app a:hover {
  text-decoration: none;
  box-shadow: none;
}
#se-app .row {
  padding-left: 15px;
  padding-right: 15px;
}
#se-app .close-button {
  font-size: 1.5em;
  margin-top: 10px;
}
#se-app .equipment-card {
  min-height: 150px;
  padding: 15px 0 0 0;
  margin-bottom: 20px;
  background: #e9e9e9;
  width: 100%;
}
#se-app .equipment-card img {
  max-width: 100%;
}
#se-app .equipment-card h6 {
  margin: 0;
}
#se-app .equipment-card .price {
  color: #c00000;
  font-size: 1.25rem;
}
#se-app .equipment-card .equipment-info {
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding-left: 0;
  padding-right: 0;
}
#se-app .equipment-card .actions {
  border-top: 1px solid #d0d0d0;
  margin-top: 10px;
}
#se-app .equipment-card .actions:first-child {
  border-right: 1px solid #d0d0d0;
}
#se-app .equipment-card .actions:last-child {
  border-left: 1px solid #d0d0d0;
}
#se-app .equipment-card .actions a {
  display: block;
  color: #00000d;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}
#se-app .equipment-card .actions a:hover {
  background-color: transparent;
  color: #c00000;
}

#save-equipment {
  border-radius: 0;
  text-transform: uppercase;
}
#save-equipment .fa-star {
  margin-bottom: 1px;
  margin-left: 2px;
}
#save-equipment .fa-star.black, #save-equipment .bk-white .nav.nav-pills.nav-stacked > li > a.fa-star, .bk-white #save-equipment .nav.nav-pills.nav-stacked > li > a.fa-star {
  color: #000;
}

.btn-my-favorite {
  font-size: 0.5rem;
}
.btn-my-favorite.btn {
  padding: 6px;
}

.dropdown-menu.saved-list a:hover {
  background-color: none;
  color: #a70000;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn-my-favorite {
    font-size: 0.8rem;
  }
  .btn-my-favorite .btn {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .btn-my-favorite {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  .btn-my-favorite {
    font-size: 0.8rem;
  }
}
@keyframes skeleton-progress {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.skeleton {
  background: #ccc;
  position: relative;
  overflow: hidden;
  height: 1rem;
  width: 100%;
}
.skeleton::after {
  animation: skeleton-progress 1s ease-in-out infinite;
  background: linear-gradient(90deg, #ccc, #dedede, #ccc);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.skeleton.skeleton-higher {
  height: 6rem;
}
.skeleton.skeleton-w-25 {
  width: 25%;
}
.skeleton.skeleton-w-50 {
  width: 50%;
}
.skeleton.skeleton-btn {
  height: 1.875rem;
}
.skeleton.skeleton-badge {
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.5rem;
}
.skeleton.skeleton-img {
  height: 13.4rem;
}
.skeleton.skeleton-img-sm {
  height: 4.5rem;
}

.social-list {
  margin-top: 10px;
}
.social-list ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.social-list ul.list-inline {
  margin: 0 0 0 10px;
}
.social-list ul li {
  padding: 0 2px 0 0;
  font-size: 0.95rem;
}

.ce-social-twitter {
  color: #fb5b00;
  padding: 0 5px;
}
.ce-social-twitter:after {
  content: " CE ";
  font-size: 0.75rem;
}
.ce-social-twitter:hover, .ce-social-twitter:focus, .ce-social-twitter:active {
  color: #fff;
}

.ag-social-twitter {
  color: #bababa;
  padding: 0 5px;
}
.ag-social-twitter:after {
  content: " AG ";
  font-size: 0.75rem;
}
.ag-social-twitter:hover, .ag-social-twitter:focus, .ag-social-twitter:active {
  color: #fff;
}

@media (min-width: 768px) {
  .social-list ul li {
    padding: 1px;
  }
}
@media (min-width: 992px) {
  .ce-social-twitter:after,
  .ag-social-twitter:after {
    font-size: 1rem;
  }
}
.titan-slider.titan-slider--image-aligned .carousel-cell {
  margin: 0 15px;
}
.titan-slider.titan-slider--image-aligned .carousel-cell .cell-content {
  padding: 5rem;
}
@media (max-width: 768px) {
  .titan-slider.titan-slider--image-aligned .carousel-cell .cell-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 480px) {
  .titan-slider.titan-slider--image-aligned .carousel-cell .cell-content {
    padding: 1rem 2rem;
  }
}
.titan-slider.titan-slider--grouped .carousel-cell {
  padding: 0.25rem;
  width: 33.3333333333%;
}
.titan-slider.titan-slider--grouped .carousel-cell img {
  display: block;
}
@media (max-width: 768px) {
  .titan-slider.titan-slider--grouped .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .titan-slider.titan-slider--grouped .carousel-cell {
    width: 100%;
  }
}
.titan-slider .carousel-cell {
  width: 100%;
  text-align: center;
}
.titan-slider .carousel-cell .cell-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6rem;
}
@media (max-width: 768px) {
  .titan-slider .carousel-cell .cell-background {
    padding: 2rem 3rem;
  }
}
@media (max-width: 480px) {
  .titan-slider .carousel-cell .cell-background {
    padding: 1rem 2rem;
  }
}
.titan-slider .carousel-cell .cell-background .cell-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5rem;
}
@media (max-width: 768px) {
  .titan-slider .carousel-cell .cell-background .cell-content {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .titan-slider .carousel-cell .cell-background .cell-content {
    padding: 1rem;
  }
}
.titan-slider .flickity-page-dots {
  z-index: 999;
  bottom: 5px;
}
.titan-slider .btn-titan {
  font-weight: 700;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
  font-size: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.titan-slider .btn-titan:hover {
  border: 1px solid #c00000;
}

.titan-machinery-hero .button-container {
  border-right: 1px solid #fff;
}
.titan-machinery-hero .button-container:last-child {
  border-right: none;
}
.titan-machinery-hero .btn-titan,
.titan-machinery-hero .btn-titan-o {
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
  font-size: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}

.titan-machinery-hero-mobile .bg-container {
  max-height: 300px;
}

.location-map {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: #2b4d5e;
}

.info-window {
  width: 500px;
}

@media (max-width: 767px) {
  .info-window {
    text-align: center;
    width: 100%;
  }
  .gm-style .gm-style-iw {
    padding-bottom: 20px !important;
    padding-left: 0px;
  }
}
.info-window-title {
  margin-top: 3px;
}

.info-window-image {
  margin: 0 auto;
  width: 120px;
}

@media (max-width: 767px) {
  .info-window-image {
    padding-top: 10px;
  }
}
.info-window-btn {
  width: 100%;
  border-radius: 0px;
  border-color: #c00000;
  background: #c00000;
  color: #fff;
}

.info-window-btn:active,
info-window-btn:focus,
.info-window-btn:hover,
.info-window-btn:active:focus,
.info-window-btn:active:hover {
  color: #fff;
  background-color: #2b4d5e;
  border-color: #2b4d5e;
}

#left-panel {
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
}
#left-panel .panel-title {
  padding: 5px;
  font-size: 20px;
}
#left-panel .panel-group .panel + .panel {
  margin-top: 0px;
}

#left-panel select,
#left-panel input {
  font-size: 15px;
}

#left-panel select {
  width: 100%;
}

#left-panel i {
  font-size: 12px;
}

#left-panel {
  font-family: Arial, Helvetica, sans-serif;
  height: 600px;
  overflow: auto;
}

.address-field {
  width: 250px;
  height: 35px;
  border: 0;
  padding: 0px 15px;
  background-color: #00000d;
  color: gray;
  font-size: 14px;
  margin-bottom: 5px;
}

.radius-field {
  width: 250px;
  height: 35px;
  border: 0;
  padding: 0px 15px;
  background-color: #00000d;
  color: gray;
  font-size: 14px;
}

/* Change Dropdown Arrow*/
label.arrow {
  position: relative;
  font-weight: 400;
  vertical-align: top;
}

select.radius-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.arrow:after {
  content: "\f0d7";
  font-family: FontAwesome;
  pointer-events: none;
}

.btn-filter {
  width: 250px;
  height: 35px;
  background-color: #c00000;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  vertical-align: top;
}

.btn-filter:visited {
  background-color: #c00000;
  color: #fff;
}

.btn-filter:active,
btn-filter:focus,
.btn-filter:hover,
.btn-filter:active:focus,
.btn-filter:active:hover {
  color: #fff;
  background-color: #2b4d5e;
  border-color: #2b4d5e;
}

/* Counrty Filters */
.border-bottom {
  border-bottom: 1px solid #c00000;
}

.border-right {
  border-right: 1px solid #c00000;
}

.country-filter {
  float: none;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.country-filter .location-filter {
  border-right: none;
}

.country-filter > li {
  padding: 20px;
  position: relative;
  float: left;
  list-style-type: none;
}

.country-field {
  width: 100px;
  padding: 0px 5px;
  color: gray;
  font-size: 10px;
  border-color: #c00000;
  border-radius: 15px;
}

select.country-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-reset-filter {
  border: none;
}

.btn-reset-filter:visited {
  background-color: #c00000;
  color: #fff;
}

.btn-reset-filter:active,
btn-reset-filter:focus,
.btn-reset-filter:hover,
.btn-reset-filter:active:focus,
.btn-reset-filter:active:hover {
  color: #fff;
  background-color: #2b4d5e;
  border-color: #2b4d5e;
}

/* Not sure if wanting to put these in '_base.scss' but I'll put them here for now */
.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-top-xs {
  padding-top: 5px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .country-filter {
    width: 280px;
    margin: 0 auto;
  }
  .country-filter .location-filter {
    text-align: left;
    width: 100%;
  }
  .country-filter .location-filter label {
    width: 100%;
  }
  .country-filter .location-filter .country-field {
    width: 100%;
    font-size: 1rem;
    padding: 5px;
    border-radius: 0;
  }
  .country-filter .btn-reset-filter {
    margin: 1em auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .country-filter {
    font-size: 10px;
  }
  .country-filter .location-filter {
    border-right: 1px solid #c00000;
  }
  .country-filter .location-filter:last-child {
    border: none;
  }
}
@media (min-width: 992px) {
  .country-filter {
    font-size: 14px;
  }
}
#tracking-consent-dialog {
  padding: 20px;
  position: fixed !important;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  border: 1px solid #2b4d5e !important;
  background: #2b4d5e !important;
  color: #fff;
  width: 100%;
}

.videosection-description {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 25px 30px rgba(0, 0, 0, 0.7);
}

.videosection-background {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.videosection-foreground,
.videosection-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .videosection-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .videosection-background iframe,
  .videosection-foreground {
    height: 150%;
  }
  .videosection-foreground {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 991px) {
  .videosection-background iframe,
  .videosection-foreground {
    height: 100%;
  }
  .videosection-foreground {
    width: 300%;
    height: 100%;
    left: -100%;
  }
}
.video-wrapper {
  padding: 0px;
  overflow: hidden;
}

.titan-form-modal .form-group {
  padding-left: 15px;
  padding-right: 15px;
}

#accordion-footer.active .accordion-body:not(.active){
  display: none;
}

.sfPageWrapper header #accordion-footer.active .accordion-body:not(.active),
.sfPageWrapper footer #accordion-footer.active .accordion-body:not(.active) {
  display: block;
}

.collapsing-icon{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#accordion-footer .accordion-heading{
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #accordion-footer .accordion-heading{
    pointer-events: none;
    border-bottom-width: 0px;
    padding-top: 0px;
  }
}
#accordion-footer .accordion-heading > h3{
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  #accordion-footer .accordion-heading > h3{
    margin-top: 0px;
  }
}

ol {
  list-style: decimal;
  padding-left: 1.5rem;
  line-height: 1.5rem;
}

.list-unstyled li {
  list-style-type: none;
}

.sf-list--expandable .sf-list-content {
  margin-left: 0;
}

.flatpickr-month {
  height: 35px;
}

.multiselect__tag,
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover,
.multiselect__option--highlight,
.multiselect__option .multiselect__option--highlight,
.multiselect__option--highlight:after {
  background-color: #c00000 !important;
}

.multiselect__tag-icon:after {
  color: #fff !important;
}

.multiselect--active {
  z-index: 5 !important;
}

.homepage-equipment .multiselect__element,
.homepage-equipment .multiselect {
  font-size: 12px;
  text-transform: capitalize;
}
.homepage-equipment span.multiselect__single {
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  text-transform: capitalize;
}

span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group {
  display: block;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  max-width: 100%;
}

.multiselect.btn {
  box-sizing: border-box;
  float: unset;
  border-radius: 0px;
  font-size: 0.875rem;
  padding: 6px 12px;
  line-height: 1.2rem;
  min-height: 0;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.custom-autocomplete {
  position: relative;
}
.custom-autocomplete .autocomplete-results {
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.custom-autocomplete .autocomplete-results ul {
  margin: 0;
  padding: 0;
}
.custom-autocomplete .autocomplete-results ul li {
  font-size: 14px;
  list-style: none;
  padding: 5px;
}
.custom-autocomplete .autocomplete-results ul li:hover {
  background-color: #ccc;
  cursor: pointer;
}
.custom-autocomplete .autocomplete-results div {
  pointer-events: none;
  padding: 5px;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-top.swiper-container {
  height: 300px;
  margin: 0 auto 10px;
  width: 100%;
}

.gallery-thumbs {
  box-sizing: border-box;
  height: 98px;
}
.gallery-thumbs .swiper-wrapper {
  padding: 0 45px;
  left: -40%;
}
.gallery-thumbs .swiper-slide {
  border: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  height: 100% !important;
  width: 25%;
}
.gallery-thumbs .swiper-slide-active {
  border-color: #c00000;
}

.swiper-button-red {
  background-color: #c00000;
  background-image: none !important;
  bottom: 0;
  color: #fff;
  height: auto !important;
  opacity: 0.9;
  padding: calc(98px / 2) 10px;
  top: 10px !important;
}
.swiper-button-red:hover {
  opacity: 1;
}
.swiper-button-red.swiper-button-next {
  right: 0;
}
.swiper-button-red.swiper-button-prev {
  left: 0;
}

.swiper-zoom-container {
  max-height: 333px;
  overflow: hidden;
}

.swiper-slide-zoomed .swiper-zoom-container {
  overflow: inherit;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.hover\:tw-cursor-zoom-in:hover{
  cursor: zoom-in !important;
}

.hover\:tw-border-b-2:hover{
  border-bottom-width: 2px !important;
}

.hover\:tw-border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-black\/0:hover{
  border-color: rgb(0 0 0 / 0) !important;
}

.hover\:tw-border-black\/10:hover{
  border-color: rgb(0 0 0 / 0.1) !important;
}

.hover\:tw-border-black\/100:hover{
  border-color: rgb(0 0 0 / 1) !important;
}

.hover\:tw-border-black\/20:hover{
  border-color: rgb(0 0 0 / 0.2) !important;
}

.hover\:tw-border-black\/25:hover{
  border-color: rgb(0 0 0 / 0.25) !important;
}

.hover\:tw-border-black\/30:hover{
  border-color: rgb(0 0 0 / 0.3) !important;
}

.hover\:tw-border-black\/40:hover{
  border-color: rgb(0 0 0 / 0.4) !important;
}

.hover\:tw-border-black\/5:hover{
  border-color: rgb(0 0 0 / 0.05) !important;
}

.hover\:tw-border-black\/50:hover{
  border-color: rgb(0 0 0 / 0.5) !important;
}

.hover\:tw-border-black\/60:hover{
  border-color: rgb(0 0 0 / 0.6) !important;
}

.hover\:tw-border-black\/70:hover{
  border-color: rgb(0 0 0 / 0.7) !important;
}

.hover\:tw-border-black\/75:hover{
  border-color: rgb(0 0 0 / 0.75) !important;
}

.hover\:tw-border-black\/80:hover{
  border-color: rgb(0 0 0 / 0.8) !important;
}

.hover\:tw-border-black\/90:hover{
  border-color: rgb(0 0 0 / 0.9) !important;
}

.hover\:tw-border-black\/95:hover{
  border-color: rgb(0 0 0 / 0.95) !important;
}

.hover\:tw-border-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 77 94 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue\/0:hover{
  border-color: rgb(43 77 94 / 0) !important;
}

.hover\:tw-border-blue\/10:hover{
  border-color: rgb(43 77 94 / 0.1) !important;
}

.hover\:tw-border-blue\/100:hover{
  border-color: rgb(43 77 94 / 1) !important;
}

.hover\:tw-border-blue\/20:hover{
  border-color: rgb(43 77 94 / 0.2) !important;
}

.hover\:tw-border-blue\/25:hover{
  border-color: rgb(43 77 94 / 0.25) !important;
}

.hover\:tw-border-blue\/30:hover{
  border-color: rgb(43 77 94 / 0.3) !important;
}

.hover\:tw-border-blue\/40:hover{
  border-color: rgb(43 77 94 / 0.4) !important;
}

.hover\:tw-border-blue\/5:hover{
  border-color: rgb(43 77 94 / 0.05) !important;
}

.hover\:tw-border-blue\/50:hover{
  border-color: rgb(43 77 94 / 0.5) !important;
}

.hover\:tw-border-blue\/60:hover{
  border-color: rgb(43 77 94 / 0.6) !important;
}

.hover\:tw-border-blue\/70:hover{
  border-color: rgb(43 77 94 / 0.7) !important;
}

.hover\:tw-border-blue\/75:hover{
  border-color: rgb(43 77 94 / 0.75) !important;
}

.hover\:tw-border-blue\/80:hover{
  border-color: rgb(43 77 94 / 0.8) !important;
}

.hover\:tw-border-blue\/90:hover{
  border-color: rgb(43 77 94 / 0.9) !important;
}

.hover\:tw-border-blue\/95:hover{
  border-color: rgb(43 77 94 / 0.95) !important;
}

.hover\:tw-border-gray:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(136 136 136 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-100\/0:hover{
  border-color: rgb(238 238 238 / 0) !important;
}

.hover\:tw-border-gray-100\/10:hover{
  border-color: rgb(238 238 238 / 0.1) !important;
}

.hover\:tw-border-gray-100\/100:hover{
  border-color: rgb(238 238 238 / 1) !important;
}

.hover\:tw-border-gray-100\/20:hover{
  border-color: rgb(238 238 238 / 0.2) !important;
}

.hover\:tw-border-gray-100\/25:hover{
  border-color: rgb(238 238 238 / 0.25) !important;
}

.hover\:tw-border-gray-100\/30:hover{
  border-color: rgb(238 238 238 / 0.3) !important;
}

.hover\:tw-border-gray-100\/40:hover{
  border-color: rgb(238 238 238 / 0.4) !important;
}

.hover\:tw-border-gray-100\/5:hover{
  border-color: rgb(238 238 238 / 0.05) !important;
}

.hover\:tw-border-gray-100\/50:hover{
  border-color: rgb(238 238 238 / 0.5) !important;
}

.hover\:tw-border-gray-100\/60:hover{
  border-color: rgb(238 238 238 / 0.6) !important;
}

.hover\:tw-border-gray-100\/70:hover{
  border-color: rgb(238 238 238 / 0.7) !important;
}

.hover\:tw-border-gray-100\/75:hover{
  border-color: rgb(238 238 238 / 0.75) !important;
}

.hover\:tw-border-gray-100\/80:hover{
  border-color: rgb(238 238 238 / 0.8) !important;
}

.hover\:tw-border-gray-100\/90:hover{
  border-color: rgb(238 238 238 / 0.9) !important;
}

.hover\:tw-border-gray-100\/95:hover{
  border-color: rgb(238 238 238 / 0.95) !important;
}

.hover\:tw-border-gray-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-300\/0:hover{
  border-color: rgb(204 204 204 / 0) !important;
}

.hover\:tw-border-gray-300\/10:hover{
  border-color: rgb(204 204 204 / 0.1) !important;
}

.hover\:tw-border-gray-300\/100:hover{
  border-color: rgb(204 204 204 / 1) !important;
}

.hover\:tw-border-gray-300\/20:hover{
  border-color: rgb(204 204 204 / 0.2) !important;
}

.hover\:tw-border-gray-300\/25:hover{
  border-color: rgb(204 204 204 / 0.25) !important;
}

.hover\:tw-border-gray-300\/30:hover{
  border-color: rgb(204 204 204 / 0.3) !important;
}

.hover\:tw-border-gray-300\/40:hover{
  border-color: rgb(204 204 204 / 0.4) !important;
}

.hover\:tw-border-gray-300\/5:hover{
  border-color: rgb(204 204 204 / 0.05) !important;
}

.hover\:tw-border-gray-300\/50:hover{
  border-color: rgb(204 204 204 / 0.5) !important;
}

.hover\:tw-border-gray-300\/60:hover{
  border-color: rgb(204 204 204 / 0.6) !important;
}

.hover\:tw-border-gray-300\/70:hover{
  border-color: rgb(204 204 204 / 0.7) !important;
}

.hover\:tw-border-gray-300\/75:hover{
  border-color: rgb(204 204 204 / 0.75) !important;
}

.hover\:tw-border-gray-300\/80:hover{
  border-color: rgb(204 204 204 / 0.8) !important;
}

.hover\:tw-border-gray-300\/90:hover{
  border-color: rgb(204 204 204 / 0.9) !important;
}

.hover\:tw-border-gray-300\/95:hover{
  border-color: rgb(204 204 204 / 0.95) !important;
}

.hover\:tw-border-gray-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-500\/0:hover{
  border-color: rgb(51 51 51 / 0) !important;
}

.hover\:tw-border-gray-500\/10:hover{
  border-color: rgb(51 51 51 / 0.1) !important;
}

.hover\:tw-border-gray-500\/100:hover{
  border-color: rgb(51 51 51 / 1) !important;
}

.hover\:tw-border-gray-500\/20:hover{
  border-color: rgb(51 51 51 / 0.2) !important;
}

.hover\:tw-border-gray-500\/25:hover{
  border-color: rgb(51 51 51 / 0.25) !important;
}

.hover\:tw-border-gray-500\/30:hover{
  border-color: rgb(51 51 51 / 0.3) !important;
}

.hover\:tw-border-gray-500\/40:hover{
  border-color: rgb(51 51 51 / 0.4) !important;
}

.hover\:tw-border-gray-500\/5:hover{
  border-color: rgb(51 51 51 / 0.05) !important;
}

.hover\:tw-border-gray-500\/50:hover{
  border-color: rgb(51 51 51 / 0.5) !important;
}

.hover\:tw-border-gray-500\/60:hover{
  border-color: rgb(51 51 51 / 0.6) !important;
}

.hover\:tw-border-gray-500\/70:hover{
  border-color: rgb(51 51 51 / 0.7) !important;
}

.hover\:tw-border-gray-500\/75:hover{
  border-color: rgb(51 51 51 / 0.75) !important;
}

.hover\:tw-border-gray-500\/80:hover{
  border-color: rgb(51 51 51 / 0.8) !important;
}

.hover\:tw-border-gray-500\/90:hover{
  border-color: rgb(51 51 51 / 0.9) !important;
}

.hover\:tw-border-gray-500\/95:hover{
  border-color: rgb(51 51 51 / 0.95) !important;
}

.hover\:tw-border-gray-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 102 102 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-600\/0:hover{
  border-color: rgb(102 102 102 / 0) !important;
}

.hover\:tw-border-gray-600\/10:hover{
  border-color: rgb(102 102 102 / 0.1) !important;
}

.hover\:tw-border-gray-600\/100:hover{
  border-color: rgb(102 102 102 / 1) !important;
}

.hover\:tw-border-gray-600\/20:hover{
  border-color: rgb(102 102 102 / 0.2) !important;
}

.hover\:tw-border-gray-600\/25:hover{
  border-color: rgb(102 102 102 / 0.25) !important;
}

.hover\:tw-border-gray-600\/30:hover{
  border-color: rgb(102 102 102 / 0.3) !important;
}

.hover\:tw-border-gray-600\/40:hover{
  border-color: rgb(102 102 102 / 0.4) !important;
}

.hover\:tw-border-gray-600\/5:hover{
  border-color: rgb(102 102 102 / 0.05) !important;
}

.hover\:tw-border-gray-600\/50:hover{
  border-color: rgb(102 102 102 / 0.5) !important;
}

.hover\:tw-border-gray-600\/60:hover{
  border-color: rgb(102 102 102 / 0.6) !important;
}

.hover\:tw-border-gray-600\/70:hover{
  border-color: rgb(102 102 102 / 0.7) !important;
}

.hover\:tw-border-gray-600\/75:hover{
  border-color: rgb(102 102 102 / 0.75) !important;
}

.hover\:tw-border-gray-600\/80:hover{
  border-color: rgb(102 102 102 / 0.8) !important;
}

.hover\:tw-border-gray-600\/90:hover{
  border-color: rgb(102 102 102 / 0.9) !important;
}

.hover\:tw-border-gray-600\/95:hover{
  border-color: rgb(102 102 102 / 0.95) !important;
}

.hover\:tw-border-gray\/0:hover{
  border-color: rgb(136 136 136 / 0) !important;
}

.hover\:tw-border-gray\/10:hover{
  border-color: rgb(136 136 136 / 0.1) !important;
}

.hover\:tw-border-gray\/100:hover{
  border-color: rgb(136 136 136 / 1) !important;
}

.hover\:tw-border-gray\/20:hover{
  border-color: rgb(136 136 136 / 0.2) !important;
}

.hover\:tw-border-gray\/25:hover{
  border-color: rgb(136 136 136 / 0.25) !important;
}

.hover\:tw-border-gray\/30:hover{
  border-color: rgb(136 136 136 / 0.3) !important;
}

.hover\:tw-border-gray\/40:hover{
  border-color: rgb(136 136 136 / 0.4) !important;
}

.hover\:tw-border-gray\/5:hover{
  border-color: rgb(136 136 136 / 0.05) !important;
}

.hover\:tw-border-gray\/50:hover{
  border-color: rgb(136 136 136 / 0.5) !important;
}

.hover\:tw-border-gray\/60:hover{
  border-color: rgb(136 136 136 / 0.6) !important;
}

.hover\:tw-border-gray\/70:hover{
  border-color: rgb(136 136 136 / 0.7) !important;
}

.hover\:tw-border-gray\/75:hover{
  border-color: rgb(136 136 136 / 0.75) !important;
}

.hover\:tw-border-gray\/80:hover{
  border-color: rgb(136 136 136 / 0.8) !important;
}

.hover\:tw-border-gray\/90:hover{
  border-color: rgb(136 136 136 / 0.9) !important;
}

.hover\:tw-border-gray\/95:hover{
  border-color: rgb(136 136 136 / 0.95) !important;
}

.hover\:tw-border-red:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-100\/0:hover{
  border-color: rgb(105 0 0 / 0) !important;
}

.hover\:tw-border-red-100\/10:hover{
  border-color: rgb(105 0 0 / 0.1) !important;
}

.hover\:tw-border-red-100\/100:hover{
  border-color: rgb(105 0 0 / 1) !important;
}

.hover\:tw-border-red-100\/20:hover{
  border-color: rgb(105 0 0 / 0.2) !important;
}

.hover\:tw-border-red-100\/25:hover{
  border-color: rgb(105 0 0 / 0.25) !important;
}

.hover\:tw-border-red-100\/30:hover{
  border-color: rgb(105 0 0 / 0.3) !important;
}

.hover\:tw-border-red-100\/40:hover{
  border-color: rgb(105 0 0 / 0.4) !important;
}

.hover\:tw-border-red-100\/5:hover{
  border-color: rgb(105 0 0 / 0.05) !important;
}

.hover\:tw-border-red-100\/50:hover{
  border-color: rgb(105 0 0 / 0.5) !important;
}

.hover\:tw-border-red-100\/60:hover{
  border-color: rgb(105 0 0 / 0.6) !important;
}

.hover\:tw-border-red-100\/70:hover{
  border-color: rgb(105 0 0 / 0.7) !important;
}

.hover\:tw-border-red-100\/75:hover{
  border-color: rgb(105 0 0 / 0.75) !important;
}

.hover\:tw-border-red-100\/80:hover{
  border-color: rgb(105 0 0 / 0.8) !important;
}

.hover\:tw-border-red-100\/90:hover{
  border-color: rgb(105 0 0 / 0.9) !important;
}

.hover\:tw-border-red-100\/95:hover{
  border-color: rgb(105 0 0 / 0.95) !important;
}

.hover\:tw-border-red\/0:hover{
  border-color: rgb(192 0 0 / 0) !important;
}

.hover\:tw-border-red\/10:hover{
  border-color: rgb(192 0 0 / 0.1) !important;
}

.hover\:tw-border-red\/100:hover{
  border-color: rgb(192 0 0 / 1) !important;
}

.hover\:tw-border-red\/20:hover{
  border-color: rgb(192 0 0 / 0.2) !important;
}

.hover\:tw-border-red\/25:hover{
  border-color: rgb(192 0 0 / 0.25) !important;
}

.hover\:tw-border-red\/30:hover{
  border-color: rgb(192 0 0 / 0.3) !important;
}

.hover\:tw-border-red\/40:hover{
  border-color: rgb(192 0 0 / 0.4) !important;
}

.hover\:tw-border-red\/5:hover{
  border-color: rgb(192 0 0 / 0.05) !important;
}

.hover\:tw-border-red\/50:hover{
  border-color: rgb(192 0 0 / 0.5) !important;
}

.hover\:tw-border-red\/60:hover{
  border-color: rgb(192 0 0 / 0.6) !important;
}

.hover\:tw-border-red\/70:hover{
  border-color: rgb(192 0 0 / 0.7) !important;
}

.hover\:tw-border-red\/75:hover{
  border-color: rgb(192 0 0 / 0.75) !important;
}

.hover\:tw-border-red\/80:hover{
  border-color: rgb(192 0 0 / 0.8) !important;
}

.hover\:tw-border-red\/90:hover{
  border-color: rgb(192 0 0 / 0.9) !important;
}

.hover\:tw-border-red\/95:hover{
  border-color: rgb(192 0 0 / 0.95) !important;
}

.hover\:tw-border-white:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-white\/0:hover{
  border-color: rgb(255 255 255 / 0) !important;
}

.hover\:tw-border-white\/10:hover{
  border-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:tw-border-white\/100:hover{
  border-color: rgb(255 255 255 / 1) !important;
}

.hover\:tw-border-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2) !important;
}

.hover\:tw-border-white\/25:hover{
  border-color: rgb(255 255 255 / 0.25) !important;
}

.hover\:tw-border-white\/30:hover{
  border-color: rgb(255 255 255 / 0.3) !important;
}

.hover\:tw-border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4) !important;
}

.hover\:tw-border-white\/5:hover{
  border-color: rgb(255 255 255 / 0.05) !important;
}

.hover\:tw-border-white\/50:hover{
  border-color: rgb(255 255 255 / 0.5) !important;
}

.hover\:tw-border-white\/60:hover{
  border-color: rgb(255 255 255 / 0.6) !important;
}

.hover\:tw-border-white\/70:hover{
  border-color: rgb(255 255 255 / 0.7) !important;
}

.hover\:tw-border-white\/75:hover{
  border-color: rgb(255 255 255 / 0.75) !important;
}

.hover\:tw-border-white\/80:hover{
  border-color: rgb(255 255 255 / 0.8) !important;
}

.hover\:tw-border-white\/90:hover{
  border-color: rgb(255 255 255 / 0.9) !important;
}

.hover\:tw-border-white\/95:hover{
  border-color: rgb(255 255 255 / 0.95) !important;
}

.hover\:tw-border-b-red:hover{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(192 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:\!tw-bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-black:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-black\/0:hover{
  background-color: rgb(0 0 0 / 0) !important;
}

.hover\:tw-bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1) !important;
}

.hover\:tw-bg-black\/100:hover{
  background-color: rgb(0 0 0 / 1) !important;
}

.hover\:tw-bg-black\/20:hover{
  background-color: rgb(0 0 0 / 0.2) !important;
}

.hover\:tw-bg-black\/25:hover{
  background-color: rgb(0 0 0 / 0.25) !important;
}

.hover\:tw-bg-black\/30:hover{
  background-color: rgb(0 0 0 / 0.3) !important;
}

.hover\:tw-bg-black\/40:hover{
  background-color: rgb(0 0 0 / 0.4) !important;
}

.hover\:tw-bg-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05) !important;
}

.hover\:tw-bg-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5) !important;
}

.hover\:tw-bg-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6) !important;
}

.hover\:tw-bg-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7) !important;
}

.hover\:tw-bg-black\/75:hover{
  background-color: rgb(0 0 0 / 0.75) !important;
}

.hover\:tw-bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8) !important;
}

.hover\:tw-bg-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9) !important;
}

.hover\:tw-bg-black\/95:hover{
  background-color: rgb(0 0 0 / 0.95) !important;
}

.hover\:tw-bg-blue:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 77 94 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue\/0:hover{
  background-color: rgb(43 77 94 / 0) !important;
}

.hover\:tw-bg-blue\/10:hover{
  background-color: rgb(43 77 94 / 0.1) !important;
}

.hover\:tw-bg-blue\/100:hover{
  background-color: rgb(43 77 94 / 1) !important;
}

.hover\:tw-bg-blue\/20:hover{
  background-color: rgb(43 77 94 / 0.2) !important;
}

.hover\:tw-bg-blue\/25:hover{
  background-color: rgb(43 77 94 / 0.25) !important;
}

.hover\:tw-bg-blue\/30:hover{
  background-color: rgb(43 77 94 / 0.3) !important;
}

.hover\:tw-bg-blue\/40:hover{
  background-color: rgb(43 77 94 / 0.4) !important;
}

.hover\:tw-bg-blue\/5:hover{
  background-color: rgb(43 77 94 / 0.05) !important;
}

.hover\:tw-bg-blue\/50:hover{
  background-color: rgb(43 77 94 / 0.5) !important;
}

.hover\:tw-bg-blue\/60:hover{
  background-color: rgb(43 77 94 / 0.6) !important;
}

.hover\:tw-bg-blue\/70:hover{
  background-color: rgb(43 77 94 / 0.7) !important;
}

.hover\:tw-bg-blue\/75:hover{
  background-color: rgb(43 77 94 / 0.75) !important;
}

.hover\:tw-bg-blue\/80:hover{
  background-color: rgb(43 77 94 / 0.8) !important;
}

.hover\:tw-bg-blue\/90:hover{
  background-color: rgb(43 77 94 / 0.9) !important;
}

.hover\:tw-bg-blue\/95:hover{
  background-color: rgb(43 77 94 / 0.95) !important;
}

.hover\:tw-bg-gray:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-100\/0:hover{
  background-color: rgb(238 238 238 / 0) !important;
}

.hover\:tw-bg-gray-100\/10:hover{
  background-color: rgb(238 238 238 / 0.1) !important;
}

.hover\:tw-bg-gray-100\/100:hover{
  background-color: rgb(238 238 238 / 1) !important;
}

.hover\:tw-bg-gray-100\/20:hover{
  background-color: rgb(238 238 238 / 0.2) !important;
}

.hover\:tw-bg-gray-100\/25:hover{
  background-color: rgb(238 238 238 / 0.25) !important;
}

.hover\:tw-bg-gray-100\/30:hover{
  background-color: rgb(238 238 238 / 0.3) !important;
}

.hover\:tw-bg-gray-100\/40:hover{
  background-color: rgb(238 238 238 / 0.4) !important;
}

.hover\:tw-bg-gray-100\/5:hover{
  background-color: rgb(238 238 238 / 0.05) !important;
}

.hover\:tw-bg-gray-100\/50:hover{
  background-color: rgb(238 238 238 / 0.5) !important;
}

.hover\:tw-bg-gray-100\/60:hover{
  background-color: rgb(238 238 238 / 0.6) !important;
}

.hover\:tw-bg-gray-100\/70:hover{
  background-color: rgb(238 238 238 / 0.7) !important;
}

.hover\:tw-bg-gray-100\/75:hover{
  background-color: rgb(238 238 238 / 0.75) !important;
}

.hover\:tw-bg-gray-100\/80:hover{
  background-color: rgb(238 238 238 / 0.8) !important;
}

.hover\:tw-bg-gray-100\/90:hover{
  background-color: rgb(238 238 238 / 0.9) !important;
}

.hover\:tw-bg-gray-100\/95:hover{
  background-color: rgb(238 238 238 / 0.95) !important;
}

.hover\:tw-bg-gray-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-300\/0:hover{
  background-color: rgb(204 204 204 / 0) !important;
}

.hover\:tw-bg-gray-300\/10:hover{
  background-color: rgb(204 204 204 / 0.1) !important;
}

.hover\:tw-bg-gray-300\/100:hover{
  background-color: rgb(204 204 204 / 1) !important;
}

.hover\:tw-bg-gray-300\/20:hover{
  background-color: rgb(204 204 204 / 0.2) !important;
}

.hover\:tw-bg-gray-300\/25:hover{
  background-color: rgb(204 204 204 / 0.25) !important;
}

.hover\:tw-bg-gray-300\/30:hover{
  background-color: rgb(204 204 204 / 0.3) !important;
}

.hover\:tw-bg-gray-300\/40:hover{
  background-color: rgb(204 204 204 / 0.4) !important;
}

.hover\:tw-bg-gray-300\/5:hover{
  background-color: rgb(204 204 204 / 0.05) !important;
}

.hover\:tw-bg-gray-300\/50:hover{
  background-color: rgb(204 204 204 / 0.5) !important;
}

.hover\:tw-bg-gray-300\/60:hover{
  background-color: rgb(204 204 204 / 0.6) !important;
}

.hover\:tw-bg-gray-300\/70:hover{
  background-color: rgb(204 204 204 / 0.7) !important;
}

.hover\:tw-bg-gray-300\/75:hover{
  background-color: rgb(204 204 204 / 0.75) !important;
}

.hover\:tw-bg-gray-300\/80:hover{
  background-color: rgb(204 204 204 / 0.8) !important;
}

.hover\:tw-bg-gray-300\/90:hover{
  background-color: rgb(204 204 204 / 0.9) !important;
}

.hover\:tw-bg-gray-300\/95:hover{
  background-color: rgb(204 204 204 / 0.95) !important;
}

.hover\:tw-bg-gray-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-500\/0:hover{
  background-color: rgb(51 51 51 / 0) !important;
}

.hover\:tw-bg-gray-500\/10:hover{
  background-color: rgb(51 51 51 / 0.1) !important;
}

.hover\:tw-bg-gray-500\/100:hover{
  background-color: rgb(51 51 51 / 1) !important;
}

.hover\:tw-bg-gray-500\/20:hover{
  background-color: rgb(51 51 51 / 0.2) !important;
}

.hover\:tw-bg-gray-500\/25:hover{
  background-color: rgb(51 51 51 / 0.25) !important;
}

.hover\:tw-bg-gray-500\/30:hover{
  background-color: rgb(51 51 51 / 0.3) !important;
}

.hover\:tw-bg-gray-500\/40:hover{
  background-color: rgb(51 51 51 / 0.4) !important;
}

.hover\:tw-bg-gray-500\/5:hover{
  background-color: rgb(51 51 51 / 0.05) !important;
}

.hover\:tw-bg-gray-500\/50:hover{
  background-color: rgb(51 51 51 / 0.5) !important;
}

.hover\:tw-bg-gray-500\/60:hover{
  background-color: rgb(51 51 51 / 0.6) !important;
}

.hover\:tw-bg-gray-500\/70:hover{
  background-color: rgb(51 51 51 / 0.7) !important;
}

.hover\:tw-bg-gray-500\/75:hover{
  background-color: rgb(51 51 51 / 0.75) !important;
}

.hover\:tw-bg-gray-500\/80:hover{
  background-color: rgb(51 51 51 / 0.8) !important;
}

.hover\:tw-bg-gray-500\/90:hover{
  background-color: rgb(51 51 51 / 0.9) !important;
}

.hover\:tw-bg-gray-500\/95:hover{
  background-color: rgb(51 51 51 / 0.95) !important;
}

.hover\:tw-bg-gray-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-600\/0:hover{
  background-color: rgb(102 102 102 / 0) !important;
}

.hover\:tw-bg-gray-600\/10:hover{
  background-color: rgb(102 102 102 / 0.1) !important;
}

.hover\:tw-bg-gray-600\/100:hover{
  background-color: rgb(102 102 102 / 1) !important;
}

.hover\:tw-bg-gray-600\/20:hover{
  background-color: rgb(102 102 102 / 0.2) !important;
}

.hover\:tw-bg-gray-600\/25:hover{
  background-color: rgb(102 102 102 / 0.25) !important;
}

.hover\:tw-bg-gray-600\/30:hover{
  background-color: rgb(102 102 102 / 0.3) !important;
}

.hover\:tw-bg-gray-600\/40:hover{
  background-color: rgb(102 102 102 / 0.4) !important;
}

.hover\:tw-bg-gray-600\/5:hover{
  background-color: rgb(102 102 102 / 0.05) !important;
}

.hover\:tw-bg-gray-600\/50:hover{
  background-color: rgb(102 102 102 / 0.5) !important;
}

.hover\:tw-bg-gray-600\/60:hover{
  background-color: rgb(102 102 102 / 0.6) !important;
}

.hover\:tw-bg-gray-600\/70:hover{
  background-color: rgb(102 102 102 / 0.7) !important;
}

.hover\:tw-bg-gray-600\/75:hover{
  background-color: rgb(102 102 102 / 0.75) !important;
}

.hover\:tw-bg-gray-600\/80:hover{
  background-color: rgb(102 102 102 / 0.8) !important;
}

.hover\:tw-bg-gray-600\/90:hover{
  background-color: rgb(102 102 102 / 0.9) !important;
}

.hover\:tw-bg-gray-600\/95:hover{
  background-color: rgb(102 102 102 / 0.95) !important;
}

.hover\:tw-bg-gray\/0:hover{
  background-color: rgb(136 136 136 / 0) !important;
}

.hover\:tw-bg-gray\/10:hover{
  background-color: rgb(136 136 136 / 0.1) !important;
}

.hover\:tw-bg-gray\/100:hover{
  background-color: rgb(136 136 136 / 1) !important;
}

.hover\:tw-bg-gray\/20:hover{
  background-color: rgb(136 136 136 / 0.2) !important;
}

.hover\:tw-bg-gray\/25:hover{
  background-color: rgb(136 136 136 / 0.25) !important;
}

.hover\:tw-bg-gray\/30:hover{
  background-color: rgb(136 136 136 / 0.3) !important;
}

.hover\:tw-bg-gray\/40:hover{
  background-color: rgb(136 136 136 / 0.4) !important;
}

.hover\:tw-bg-gray\/5:hover{
  background-color: rgb(136 136 136 / 0.05) !important;
}

.hover\:tw-bg-gray\/50:hover{
  background-color: rgb(136 136 136 / 0.5) !important;
}

.hover\:tw-bg-gray\/60:hover{
  background-color: rgb(136 136 136 / 0.6) !important;
}

.hover\:tw-bg-gray\/70:hover{
  background-color: rgb(136 136 136 / 0.7) !important;
}

.hover\:tw-bg-gray\/75:hover{
  background-color: rgb(136 136 136 / 0.75) !important;
}

.hover\:tw-bg-gray\/80:hover{
  background-color: rgb(136 136 136 / 0.8) !important;
}

.hover\:tw-bg-gray\/90:hover{
  background-color: rgb(136 136 136 / 0.9) !important;
}

.hover\:tw-bg-gray\/95:hover{
  background-color: rgb(136 136 136 / 0.95) !important;
}

.hover\:tw-bg-red:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-100\/0:hover{
  background-color: rgb(105 0 0 / 0) !important;
}

.hover\:tw-bg-red-100\/10:hover{
  background-color: rgb(105 0 0 / 0.1) !important;
}

.hover\:tw-bg-red-100\/100:hover{
  background-color: rgb(105 0 0 / 1) !important;
}

.hover\:tw-bg-red-100\/20:hover{
  background-color: rgb(105 0 0 / 0.2) !important;
}

.hover\:tw-bg-red-100\/25:hover{
  background-color: rgb(105 0 0 / 0.25) !important;
}

.hover\:tw-bg-red-100\/30:hover{
  background-color: rgb(105 0 0 / 0.3) !important;
}

.hover\:tw-bg-red-100\/40:hover{
  background-color: rgb(105 0 0 / 0.4) !important;
}

.hover\:tw-bg-red-100\/5:hover{
  background-color: rgb(105 0 0 / 0.05) !important;
}

.hover\:tw-bg-red-100\/50:hover{
  background-color: rgb(105 0 0 / 0.5) !important;
}

.hover\:tw-bg-red-100\/60:hover{
  background-color: rgb(105 0 0 / 0.6) !important;
}

.hover\:tw-bg-red-100\/70:hover{
  background-color: rgb(105 0 0 / 0.7) !important;
}

.hover\:tw-bg-red-100\/75:hover{
  background-color: rgb(105 0 0 / 0.75) !important;
}

.hover\:tw-bg-red-100\/80:hover{
  background-color: rgb(105 0 0 / 0.8) !important;
}

.hover\:tw-bg-red-100\/90:hover{
  background-color: rgb(105 0 0 / 0.9) !important;
}

.hover\:tw-bg-red-100\/95:hover{
  background-color: rgb(105 0 0 / 0.95) !important;
}

.hover\:tw-bg-red\/0:hover{
  background-color: rgb(192 0 0 / 0) !important;
}

.hover\:tw-bg-red\/10:hover{
  background-color: rgb(192 0 0 / 0.1) !important;
}

.hover\:tw-bg-red\/100:hover{
  background-color: rgb(192 0 0 / 1) !important;
}

.hover\:tw-bg-red\/20:hover{
  background-color: rgb(192 0 0 / 0.2) !important;
}

.hover\:tw-bg-red\/25:hover{
  background-color: rgb(192 0 0 / 0.25) !important;
}

.hover\:tw-bg-red\/30:hover{
  background-color: rgb(192 0 0 / 0.3) !important;
}

.hover\:tw-bg-red\/40:hover{
  background-color: rgb(192 0 0 / 0.4) !important;
}

.hover\:tw-bg-red\/5:hover{
  background-color: rgb(192 0 0 / 0.05) !important;
}

.hover\:tw-bg-red\/50:hover{
  background-color: rgb(192 0 0 / 0.5) !important;
}

.hover\:tw-bg-red\/60:hover{
  background-color: rgb(192 0 0 / 0.6) !important;
}

.hover\:tw-bg-red\/70:hover{
  background-color: rgb(192 0 0 / 0.7) !important;
}

.hover\:tw-bg-red\/75:hover{
  background-color: rgb(192 0 0 / 0.75) !important;
}

.hover\:tw-bg-red\/80:hover{
  background-color: rgb(192 0 0 / 0.8) !important;
}

.hover\:tw-bg-red\/90:hover{
  background-color: rgb(192 0 0 / 0.9) !important;
}

.hover\:tw-bg-red\/95:hover{
  background-color: rgb(192 0 0 / 0.95) !important;
}

.hover\:tw-bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-white\/0:hover{
  background-color: rgb(255 255 255 / 0) !important;
}

.hover\:tw-bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:tw-bg-white\/100:hover{
  background-color: rgb(255 255 255 / 1) !important;
}

.hover\:tw-bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2) !important;
}

.hover\:tw-bg-white\/25:hover{
  background-color: rgb(255 255 255 / 0.25) !important;
}

.hover\:tw-bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3) !important;
}

.hover\:tw-bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4) !important;
}

.hover\:tw-bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05) !important;
}

.hover\:tw-bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5) !important;
}

.hover\:tw-bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6) !important;
}

.hover\:tw-bg-white\/70:hover{
  background-color: rgb(255 255 255 / 0.7) !important;
}

.hover\:tw-bg-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75) !important;
}

.hover\:tw-bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8) !important;
}

.hover\:tw-bg-white\/90:hover{
  background-color: rgb(255 255 255 / 0.9) !important;
}

.hover\:tw-bg-white\/95:hover{
  background-color: rgb(255 255 255 / 0.95) !important;
}

.hover\:\!tw-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-black\/0:hover{
  color: rgb(0 0 0 / 0) !important;
}

.hover\:tw-text-black\/10:hover{
  color: rgb(0 0 0 / 0.1) !important;
}

.hover\:tw-text-black\/100:hover{
  color: rgb(0 0 0 / 1) !important;
}

.hover\:tw-text-black\/20:hover{
  color: rgb(0 0 0 / 0.2) !important;
}

.hover\:tw-text-black\/25:hover{
  color: rgb(0 0 0 / 0.25) !important;
}

.hover\:tw-text-black\/30:hover{
  color: rgb(0 0 0 / 0.3) !important;
}

.hover\:tw-text-black\/40:hover{
  color: rgb(0 0 0 / 0.4) !important;
}

.hover\:tw-text-black\/5:hover{
  color: rgb(0 0 0 / 0.05) !important;
}

.hover\:tw-text-black\/50:hover{
  color: rgb(0 0 0 / 0.5) !important;
}

.hover\:tw-text-black\/60:hover{
  color: rgb(0 0 0 / 0.6) !important;
}

.hover\:tw-text-black\/70:hover{
  color: rgb(0 0 0 / 0.7) !important;
}

.hover\:tw-text-black\/75:hover{
  color: rgb(0 0 0 / 0.75) !important;
}

.hover\:tw-text-black\/80:hover{
  color: rgb(0 0 0 / 0.8) !important;
}

.hover\:tw-text-black\/90:hover{
  color: rgb(0 0 0 / 0.9) !important;
}

.hover\:tw-text-black\/95:hover{
  color: rgb(0 0 0 / 0.95) !important;
}

.hover\:tw-text-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(43 77 94 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue\/0:hover{
  color: rgb(43 77 94 / 0) !important;
}

.hover\:tw-text-blue\/10:hover{
  color: rgb(43 77 94 / 0.1) !important;
}

.hover\:tw-text-blue\/100:hover{
  color: rgb(43 77 94 / 1) !important;
}

.hover\:tw-text-blue\/20:hover{
  color: rgb(43 77 94 / 0.2) !important;
}

.hover\:tw-text-blue\/25:hover{
  color: rgb(43 77 94 / 0.25) !important;
}

.hover\:tw-text-blue\/30:hover{
  color: rgb(43 77 94 / 0.3) !important;
}

.hover\:tw-text-blue\/40:hover{
  color: rgb(43 77 94 / 0.4) !important;
}

.hover\:tw-text-blue\/5:hover{
  color: rgb(43 77 94 / 0.05) !important;
}

.hover\:tw-text-blue\/50:hover{
  color: rgb(43 77 94 / 0.5) !important;
}

.hover\:tw-text-blue\/60:hover{
  color: rgb(43 77 94 / 0.6) !important;
}

.hover\:tw-text-blue\/70:hover{
  color: rgb(43 77 94 / 0.7) !important;
}

.hover\:tw-text-blue\/75:hover{
  color: rgb(43 77 94 / 0.75) !important;
}

.hover\:tw-text-blue\/80:hover{
  color: rgb(43 77 94 / 0.8) !important;
}

.hover\:tw-text-blue\/90:hover{
  color: rgb(43 77 94 / 0.9) !important;
}

.hover\:tw-text-blue\/95:hover{
  color: rgb(43 77 94 / 0.95) !important;
}

.hover\:tw-text-gray:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-100\/0:hover{
  color: rgb(238 238 238 / 0) !important;
}

.hover\:tw-text-gray-100\/10:hover{
  color: rgb(238 238 238 / 0.1) !important;
}

.hover\:tw-text-gray-100\/100:hover{
  color: rgb(238 238 238 / 1) !important;
}

.hover\:tw-text-gray-100\/20:hover{
  color: rgb(238 238 238 / 0.2) !important;
}

.hover\:tw-text-gray-100\/25:hover{
  color: rgb(238 238 238 / 0.25) !important;
}

.hover\:tw-text-gray-100\/30:hover{
  color: rgb(238 238 238 / 0.3) !important;
}

.hover\:tw-text-gray-100\/40:hover{
  color: rgb(238 238 238 / 0.4) !important;
}

.hover\:tw-text-gray-100\/5:hover{
  color: rgb(238 238 238 / 0.05) !important;
}

.hover\:tw-text-gray-100\/50:hover{
  color: rgb(238 238 238 / 0.5) !important;
}

.hover\:tw-text-gray-100\/60:hover{
  color: rgb(238 238 238 / 0.6) !important;
}

.hover\:tw-text-gray-100\/70:hover{
  color: rgb(238 238 238 / 0.7) !important;
}

.hover\:tw-text-gray-100\/75:hover{
  color: rgb(238 238 238 / 0.75) !important;
}

.hover\:tw-text-gray-100\/80:hover{
  color: rgb(238 238 238 / 0.8) !important;
}

.hover\:tw-text-gray-100\/90:hover{
  color: rgb(238 238 238 / 0.9) !important;
}

.hover\:tw-text-gray-100\/95:hover{
  color: rgb(238 238 238 / 0.95) !important;
}

.hover\:tw-text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-300\/0:hover{
  color: rgb(204 204 204 / 0) !important;
}

.hover\:tw-text-gray-300\/10:hover{
  color: rgb(204 204 204 / 0.1) !important;
}

.hover\:tw-text-gray-300\/100:hover{
  color: rgb(204 204 204 / 1) !important;
}

.hover\:tw-text-gray-300\/20:hover{
  color: rgb(204 204 204 / 0.2) !important;
}

.hover\:tw-text-gray-300\/25:hover{
  color: rgb(204 204 204 / 0.25) !important;
}

.hover\:tw-text-gray-300\/30:hover{
  color: rgb(204 204 204 / 0.3) !important;
}

.hover\:tw-text-gray-300\/40:hover{
  color: rgb(204 204 204 / 0.4) !important;
}

.hover\:tw-text-gray-300\/5:hover{
  color: rgb(204 204 204 / 0.05) !important;
}

.hover\:tw-text-gray-300\/50:hover{
  color: rgb(204 204 204 / 0.5) !important;
}

.hover\:tw-text-gray-300\/60:hover{
  color: rgb(204 204 204 / 0.6) !important;
}

.hover\:tw-text-gray-300\/70:hover{
  color: rgb(204 204 204 / 0.7) !important;
}

.hover\:tw-text-gray-300\/75:hover{
  color: rgb(204 204 204 / 0.75) !important;
}

.hover\:tw-text-gray-300\/80:hover{
  color: rgb(204 204 204 / 0.8) !important;
}

.hover\:tw-text-gray-300\/90:hover{
  color: rgb(204 204 204 / 0.9) !important;
}

.hover\:tw-text-gray-300\/95:hover{
  color: rgb(204 204 204 / 0.95) !important;
}

.hover\:tw-text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-500\/0:hover{
  color: rgb(51 51 51 / 0) !important;
}

.hover\:tw-text-gray-500\/10:hover{
  color: rgb(51 51 51 / 0.1) !important;
}

.hover\:tw-text-gray-500\/100:hover{
  color: rgb(51 51 51 / 1) !important;
}

.hover\:tw-text-gray-500\/20:hover{
  color: rgb(51 51 51 / 0.2) !important;
}

.hover\:tw-text-gray-500\/25:hover{
  color: rgb(51 51 51 / 0.25) !important;
}

.hover\:tw-text-gray-500\/30:hover{
  color: rgb(51 51 51 / 0.3) !important;
}

.hover\:tw-text-gray-500\/40:hover{
  color: rgb(51 51 51 / 0.4) !important;
}

.hover\:tw-text-gray-500\/5:hover{
  color: rgb(51 51 51 / 0.05) !important;
}

.hover\:tw-text-gray-500\/50:hover{
  color: rgb(51 51 51 / 0.5) !important;
}

.hover\:tw-text-gray-500\/60:hover{
  color: rgb(51 51 51 / 0.6) !important;
}

.hover\:tw-text-gray-500\/70:hover{
  color: rgb(51 51 51 / 0.7) !important;
}

.hover\:tw-text-gray-500\/75:hover{
  color: rgb(51 51 51 / 0.75) !important;
}

.hover\:tw-text-gray-500\/80:hover{
  color: rgb(51 51 51 / 0.8) !important;
}

.hover\:tw-text-gray-500\/90:hover{
  color: rgb(51 51 51 / 0.9) !important;
}

.hover\:tw-text-gray-500\/95:hover{
  color: rgb(51 51 51 / 0.95) !important;
}

.hover\:tw-text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-600\/0:hover{
  color: rgb(102 102 102 / 0) !important;
}

.hover\:tw-text-gray-600\/10:hover{
  color: rgb(102 102 102 / 0.1) !important;
}

.hover\:tw-text-gray-600\/100:hover{
  color: rgb(102 102 102 / 1) !important;
}

.hover\:tw-text-gray-600\/20:hover{
  color: rgb(102 102 102 / 0.2) !important;
}

.hover\:tw-text-gray-600\/25:hover{
  color: rgb(102 102 102 / 0.25) !important;
}

.hover\:tw-text-gray-600\/30:hover{
  color: rgb(102 102 102 / 0.3) !important;
}

.hover\:tw-text-gray-600\/40:hover{
  color: rgb(102 102 102 / 0.4) !important;
}

.hover\:tw-text-gray-600\/5:hover{
  color: rgb(102 102 102 / 0.05) !important;
}

.hover\:tw-text-gray-600\/50:hover{
  color: rgb(102 102 102 / 0.5) !important;
}

.hover\:tw-text-gray-600\/60:hover{
  color: rgb(102 102 102 / 0.6) !important;
}

.hover\:tw-text-gray-600\/70:hover{
  color: rgb(102 102 102 / 0.7) !important;
}

.hover\:tw-text-gray-600\/75:hover{
  color: rgb(102 102 102 / 0.75) !important;
}

.hover\:tw-text-gray-600\/80:hover{
  color: rgb(102 102 102 / 0.8) !important;
}

.hover\:tw-text-gray-600\/90:hover{
  color: rgb(102 102 102 / 0.9) !important;
}

.hover\:tw-text-gray-600\/95:hover{
  color: rgb(102 102 102 / 0.95) !important;
}

.hover\:tw-text-gray\/0:hover{
  color: rgb(136 136 136 / 0) !important;
}

.hover\:tw-text-gray\/10:hover{
  color: rgb(136 136 136 / 0.1) !important;
}

.hover\:tw-text-gray\/100:hover{
  color: rgb(136 136 136 / 1) !important;
}

.hover\:tw-text-gray\/20:hover{
  color: rgb(136 136 136 / 0.2) !important;
}

.hover\:tw-text-gray\/25:hover{
  color: rgb(136 136 136 / 0.25) !important;
}

.hover\:tw-text-gray\/30:hover{
  color: rgb(136 136 136 / 0.3) !important;
}

.hover\:tw-text-gray\/40:hover{
  color: rgb(136 136 136 / 0.4) !important;
}

.hover\:tw-text-gray\/5:hover{
  color: rgb(136 136 136 / 0.05) !important;
}

.hover\:tw-text-gray\/50:hover{
  color: rgb(136 136 136 / 0.5) !important;
}

.hover\:tw-text-gray\/60:hover{
  color: rgb(136 136 136 / 0.6) !important;
}

.hover\:tw-text-gray\/70:hover{
  color: rgb(136 136 136 / 0.7) !important;
}

.hover\:tw-text-gray\/75:hover{
  color: rgb(136 136 136 / 0.75) !important;
}

.hover\:tw-text-gray\/80:hover{
  color: rgb(136 136 136 / 0.8) !important;
}

.hover\:tw-text-gray\/90:hover{
  color: rgb(136 136 136 / 0.9) !important;
}

.hover\:tw-text-gray\/95:hover{
  color: rgb(136 136 136 / 0.95) !important;
}

.hover\:tw-text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(192 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(105 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-100\/0:hover{
  color: rgb(105 0 0 / 0) !important;
}

.hover\:tw-text-red-100\/10:hover{
  color: rgb(105 0 0 / 0.1) !important;
}

.hover\:tw-text-red-100\/100:hover{
  color: rgb(105 0 0 / 1) !important;
}

.hover\:tw-text-red-100\/20:hover{
  color: rgb(105 0 0 / 0.2) !important;
}

.hover\:tw-text-red-100\/25:hover{
  color: rgb(105 0 0 / 0.25) !important;
}

.hover\:tw-text-red-100\/30:hover{
  color: rgb(105 0 0 / 0.3) !important;
}

.hover\:tw-text-red-100\/40:hover{
  color: rgb(105 0 0 / 0.4) !important;
}

.hover\:tw-text-red-100\/5:hover{
  color: rgb(105 0 0 / 0.05) !important;
}

.hover\:tw-text-red-100\/50:hover{
  color: rgb(105 0 0 / 0.5) !important;
}

.hover\:tw-text-red-100\/60:hover{
  color: rgb(105 0 0 / 0.6) !important;
}

.hover\:tw-text-red-100\/70:hover{
  color: rgb(105 0 0 / 0.7) !important;
}

.hover\:tw-text-red-100\/75:hover{
  color: rgb(105 0 0 / 0.75) !important;
}

.hover\:tw-text-red-100\/80:hover{
  color: rgb(105 0 0 / 0.8) !important;
}

.hover\:tw-text-red-100\/90:hover{
  color: rgb(105 0 0 / 0.9) !important;
}

.hover\:tw-text-red-100\/95:hover{
  color: rgb(105 0 0 / 0.95) !important;
}

.hover\:tw-text-red\/0:hover{
  color: rgb(192 0 0 / 0) !important;
}

.hover\:tw-text-red\/10:hover{
  color: rgb(192 0 0 / 0.1) !important;
}

.hover\:tw-text-red\/100:hover{
  color: rgb(192 0 0 / 1) !important;
}

.hover\:tw-text-red\/20:hover{
  color: rgb(192 0 0 / 0.2) !important;
}

.hover\:tw-text-red\/25:hover{
  color: rgb(192 0 0 / 0.25) !important;
}

.hover\:tw-text-red\/30:hover{
  color: rgb(192 0 0 / 0.3) !important;
}

.hover\:tw-text-red\/40:hover{
  color: rgb(192 0 0 / 0.4) !important;
}

.hover\:tw-text-red\/5:hover{
  color: rgb(192 0 0 / 0.05) !important;
}

.hover\:tw-text-red\/50:hover{
  color: rgb(192 0 0 / 0.5) !important;
}

.hover\:tw-text-red\/60:hover{
  color: rgb(192 0 0 / 0.6) !important;
}

.hover\:tw-text-red\/70:hover{
  color: rgb(192 0 0 / 0.7) !important;
}

.hover\:tw-text-red\/75:hover{
  color: rgb(192 0 0 / 0.75) !important;
}

.hover\:tw-text-red\/80:hover{
  color: rgb(192 0 0 / 0.8) !important;
}

.hover\:tw-text-red\/90:hover{
  color: rgb(192 0 0 / 0.9) !important;
}

.hover\:tw-text-red\/95:hover{
  color: rgb(192 0 0 / 0.95) !important;
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-white\/0:hover{
  color: rgb(255 255 255 / 0) !important;
}

.hover\:tw-text-white\/10:hover{
  color: rgb(255 255 255 / 0.1) !important;
}

.hover\:tw-text-white\/100:hover{
  color: rgb(255 255 255 / 1) !important;
}

.hover\:tw-text-white\/20:hover{
  color: rgb(255 255 255 / 0.2) !important;
}

.hover\:tw-text-white\/25:hover{
  color: rgb(255 255 255 / 0.25) !important;
}

.hover\:tw-text-white\/30:hover{
  color: rgb(255 255 255 / 0.3) !important;
}

.hover\:tw-text-white\/40:hover{
  color: rgb(255 255 255 / 0.4) !important;
}

.hover\:tw-text-white\/5:hover{
  color: rgb(255 255 255 / 0.05) !important;
}

.hover\:tw-text-white\/50:hover{
  color: rgb(255 255 255 / 0.5) !important;
}

.hover\:tw-text-white\/60:hover{
  color: rgb(255 255 255 / 0.6) !important;
}

.hover\:tw-text-white\/70:hover{
  color: rgb(255 255 255 / 0.7) !important;
}

.hover\:tw-text-white\/75:hover{
  color: rgb(255 255 255 / 0.75) !important;
}

.hover\:tw-text-white\/80:hover{
  color: rgb(255 255 255 / 0.8) !important;
}

.hover\:tw-text-white\/90:hover{
  color: rgb(255 255 255 / 0.9) !important;
}

.hover\:tw-text-white\/95:hover{
  color: rgb(255 255 255 / 0.95) !important;
}

.hover\:tw-underline:hover{
  text-decoration-line: underline !important;
}

.hover\:tw-no-underline:hover{
  text-decoration-line: none !important;
}

.hover\:tw-opacity-70:hover{
  opacity: 0.7 !important;
}

.focus\:\!tw-bg-red:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 0 0 / var(--tw-bg-opacity)) !important;
}

.focus\:\!tw-text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-absolute{
  position: absolute !important;
}

.tw-group:hover .group-hover\:tw-flex{
  display: flex !important;
}

.tw-group:focus .group-focus\:tw-absolute{
  position: absolute !important;
}

.tw-group:focus .group-focus\:tw-flex{
  display: flex !important;
}

@media not all and (min-width: 1024px){
  .max-lg\:tw-right-0{
    right: 0px !important;
  }
  .max-lg\:tw-right-0\.5{
    right: 0.125rem !important;
  }
}

@media (min-width: 640px){
  .sm\:tw-mt-\[220px\]{
    margin-top: 220px !important;
  }
  .sm\:tw-block{
    display: block !important;
  }
  .sm\:tw-inline{
    display: inline !important;
  }
  .sm\:tw-flex{
    display: flex !important;
  }
  .sm\:tw-hidden{
    display: none !important;
  }
  .sm\:tw-h-\[90\%\]{
    height: 90% !important;
  }
  .sm\:tw-justify-around{
    justify-content: space-around !important;
  }
  .sm\:tw-text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 768px){
  .md\:tw-visible{
    visibility: visible !important;
  }
  .md\:tw-top-16{
    top: 4rem !important;
  }
  .md\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }
  .md\:tw-mt-0{
    margin-top: 0px !important;
  }
  .md\:tw-mt-\[290px\]{
    margin-top: 290px !important;
  }
  .md\:tw-block{
    display: block !important;
  }
  .md\:tw-inline-block{
    display: inline-block !important;
  }
  .md\:tw-flex{
    display: flex !important;
  }
  .md\:tw-grid{
    display: grid !important;
  }
  .md\:tw-hidden{
    display: none !important;
  }
  .md\:tw-w-12{
    width: 3rem !important;
  }
  .md\:tw-w-2\/4{
    width: 50% !important;
  }
  .md\:tw-w-full{
    width: 100% !important;
  }
  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:tw-gap-1{
    gap: 0.25rem !important;
  }
  .md\:tw-gap-4{
    gap: 1rem !important;
  }
  .md\:tw-rounded-md{
    border-radius: 0.375rem !important;
  }
  .md\:tw-border-l{
    border-left-width: 1px !important;
  }
  .md\:tw-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
  }
  .md\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:tw-pl-0{
    padding-left: 0px !important;
  }
  .md\:tw-pr-0{
    padding-right: 0px !important;
  }
  .md\:tw-text-left{
    text-align: left !important;
  }
  .md\:tw-text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .md\:tw-text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:tw-static{
    position: static !important;
  }
  .lg\:tw-absolute{
    position: absolute !important;
  }
  .lg\:tw-relative{
    position: relative !important;
  }
  .lg\:tw-left-0{
    left: 0px !important;
  }
  .lg\:tw-right-4{
    right: 1rem !important;
  }
  .lg\:tw-top-0{
    top: 0px !important;
  }
  .lg\:tw-top-11{
    top: 2.75rem !important;
  }
  .lg\:tw-top-\[174px\]{
    top: 174px !important;
  }
  .lg\:tw-top-\[8\.75rem\]{
    top: 8.75rem !important;
  }
  .lg\:tw-z-1{
    z-index: 1 !important;
  }
  .lg\:tw-col-span-4{
    grid-column: span 4 / span 4 !important;
  }
  .lg\:tw-col-span-8{
    grid-column: span 8 / span 8 !important;
  }
  .lg\:tw-col-start-2{
    grid-column-start: 2 !important;
  }
  .lg\:tw-col-start-3{
    grid-column-start: 3 !important;
  }
  .lg\:tw-col-start-4{
    grid-column-start: 4 !important;
  }
  .lg\:tw-col-start-5{
    grid-column-start: 5 !important;
  }
  .lg\:tw-col-start-6{
    grid-column-start: 6 !important;
  }
  .lg\:tw-col-start-7{
    grid-column-start: 7 !important;
  }
  .lg\:tw-col-end-2{
    grid-column-end: 2 !important;
  }
  .lg\:tw-col-end-3{
    grid-column-end: 3 !important;
  }
  .lg\:tw-col-end-4{
    grid-column-end: 4 !important;
  }
  .lg\:tw-col-end-6{
    grid-column-end: 6 !important;
  }
  .lg\:tw-row-start-1{
    grid-row-start: 1 !important;
  }
  .lg\:tw-row-start-2{
    grid-row-start: 2 !important;
  }
  .lg\:tw-row-start-3{
    grid-row-start: 3 !important;
  }
  .lg\:tw-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:tw-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .lg\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }
  .lg\:tw-mb-20{
    margin-bottom: 5rem !important;
  }
  .lg\:tw-mr-2{
    margin-right: 0.5rem !important;
  }
  .lg\:tw-mr-4{
    margin-right: 1rem !important;
  }
  .lg\:tw-mt-0{
    margin-top: 0px !important;
  }
  .lg\:tw-mt-\[290px\]{
    margin-top: 290px !important;
  }
  .lg\:tw-mt-auto{
    margin-top: auto !important;
  }
  .lg\:tw-block{
    display: block !important;
  }
  .lg\:tw-inline-block{
    display: inline-block !important;
  }
  .lg\:tw-inline{
    display: inline !important;
  }
  .lg\:tw-flex{
    display: flex !important;
  }
  .lg\:tw-grid{
    display: grid !important;
  }
  .lg\:tw-hidden{
    display: none !important;
  }
  .lg\:tw-h-16{
    height: 4rem !important;
  }
  .lg\:tw-h-60{
    height: 15rem !important;
  }
  .lg\:tw-h-80{
    height: 20rem !important;
  }
  .lg\:tw-h-full{
    height: 100% !important;
  }
  .lg\:tw-h-max{
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .lg\:tw-h-min{
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .lg\:tw-w-0{
    width: 0px !important;
  }
  .lg\:tw-w-1\/3{
    width: 33.333333% !important;
  }
  .lg\:tw-w-1\/4{
    width: 25% !important;
  }
  .lg\:tw-w-2\/4{
    width: 50% !important;
  }
  .lg\:tw-w-44{
    width: 11rem !important;
  }
  .lg\:tw-w-\[980px\]{
    width: 980px !important;
  }
  .lg\:tw-w-auto{
    width: auto !important;
  }
  .lg\:tw-w-max{
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .lg\:tw-max-w-max{
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .lg\:tw-flex-grow{
    flex-grow: 1 !important;
  }
  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-card-nav-lg{
    grid-template-columns: 1fr 1024px 1fr !important;
  }
  .lg\:tw-grid-cols-content-card-lg{
    grid-template-columns: 1fr 480px 480px 1fr !important;
  }
  .lg\:tw-grid-cols-footer-lg{
    grid-template-columns: 1fr 630px 330px 1fr !important;
  }
  .lg\:tw-grid-cols-header-lg{
    grid-template-columns: 1fr 280px 210px 255px 215px 1fr !important;
  }
  .lg\:tw-grid-cols-hero-lg{
    grid-template-columns: 1fr 960px 1fr !important;
  }
  .lg\:tw-flex-row{
    flex-direction: row !important;
  }
  .lg\:tw-flex-row-reverse{
    flex-direction: row-reverse !important;
  }
  .lg\:tw-flex-col{
    flex-direction: column !important;
  }
  .lg\:tw-items-start{
    align-items: flex-start !important;
  }
  .lg\:tw-items-baseline{
    align-items: baseline !important;
  }
  .lg\:tw-justify-start{
    justify-content: flex-start !important;
  }
  .lg\:tw-justify-center{
    justify-content: center !important;
  }
  .lg\:tw-justify-between{
    justify-content: space-between !important;
  }
  .lg\:tw-overflow-visible{
    overflow: visible !important;
  }
  .lg\:tw-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  }
  .lg\:tw-bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(43 77 94 / var(--tw-bg-opacity)) !important;
  }
  .lg\:tw-bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(192 0 0 / var(--tw-bg-opacity)) !important;
  }
  .lg\:tw-bg-split-blue-transparent-lg{
    background-image: linear-gradient(110deg, #2b4d5e 45px, rgba(255,0,0,0) 45px); !important;
  }
  .lg\:tw-bg-split-red-blue{
    background-image: linear-gradient(110deg, #c00000 16rem, #2b4d5e 16rem); !important;
  }
  .lg\:tw-bg-split-red-transparent-lg{
    background-image: linear-gradient(110deg, #c00000 45px, rgba(255,0,0,0) 45px); !important;
  }
  .lg\:tw-p-9{
    padding: 2.25rem !important;
  }
  .lg\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .lg\:tw-py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:tw-pl-10{
    padding-left: 2.5rem !important;
  }
  .lg\:tw-pr-11{
    padding-right: 2.75rem !important;
  }
  .lg\:tw-pr-2{
    padding-right: 0.5rem !important;
  }
  .lg\:tw-text-left{
    text-align: left !important;
  }
  .lg\:tw-font-oswald{
    font-family: Oswald, sans-serif !important;
  }
  .lg\:tw-text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .lg\:tw-text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .lg\:tw-text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .lg\:tw-text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:tw-text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .lg\:tw-text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  }
}

@media (min-width: 1280px){
  .xl\:tw-mt-\[247px\]{
    margin-top: 247px !important;
  }
  .xl\:tw-block{
    display: block !important;
  }
  .xl\:tw-hidden{
    display: none !important;
  }
  .xl\:tw-w-\[1280px\]{
    width: 1280px !important;
  }
  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:tw-grid-cols-card-nav-lg{
    grid-template-columns: 1fr 1024px 1fr !important;
  }
  .xl\:tw-grid-cols-card-nav-xl{
    grid-template-columns: 1fr 1280px 1fr !important;
  }
  .xl\:tw-grid-cols-content-card-xl{
    grid-template-columns: 1fr 570px 570px 1fr !important;
  }
  .xl\:tw-grid-cols-footer-xl{
    grid-template-columns: 1fr 800px 340px 1fr !important;
  }
  .xl\:tw-grid-cols-header-xl{
    grid-template-columns: 1fr 400px 230px 280px 230px 1fr !important;
  }
  .xl\:tw-grid-cols-image-nav-lg{
    grid-template-columns: 1fr 1024px 1fr !important;
  }
  .xl\:tw-pl-16{
    padding-left: 4rem !important;
  }
}

@media (min-width: 1536px){
  .\32xl\:tw-block{
    display: block !important;
  }
  .\32xl\:tw-hidden{
    display: none !important;
  }
  .\32xl\:tw-grid-cols-card-nav-xl{
    grid-template-columns: 1fr 1280px 1fr !important;
  }
  .\32xl\:tw-grid-cols-image-nav-xl{
    grid-template-columns: 1fr 1280px 1fr !important;
  }
}
