/*=================================================
// Style
// 
// @package hosco
// @author Adveits <support@adveits.com>
// @version 1.0.0
=================================================*/
/*=================================================
// Table of contents
//
// #1 Icons import ( FontAwesome )
//
// #2 Bootstrap settings
// #2.1 Style Reboot
// #2.2 Images
// #2.3 Code
// #2.4 Grid
// #2.5 Forms
// #2.6 Buttons
// #2.7 Transitions
// #2.8 Dropdown
// #2.9 Button group
// #2.10 Input group
// #2.11 Custom forms
// #2.12 Card
// #2.13 Alert
// #2.14 List group
// #2.15 Close
// #2.16 Modal
// #2.17 Utilities
// #2.18 Pagination
// #2.19 Type
// #2.20 Nav
// #2.21 Tables
// #2.22 Badge
// #2.23 Media
//
// #3 Theme default style
// #3.1 Font
//
// #4 Theme content
// #4.1 Typography
// #4.2 Image
// #4.3 Icon
// #4.4 Tables
//
// #5 Theme utilities
// #5.1 Background
// #5.2 Spacing
// #5.3 Sizing
// #5.4 Iframe
// #5.5 Colors
// #5.6 Flex
// #5.7 Overflow
//
// #6 Theme layout
// #6.1 Grid
//
// #7 Theme components
// #7.1 Link
// #7.2 Button
// #7.3 Modal
// #7.4 Forms
// #7.5 Nav
// #7.6 Card
// #7.7 Sticky
// #7.8 Transition
// #7.9 Transform
// #7.10 Pagination
// #7.11 Alert
// #7.12 Effects
// #7.13 Carousel
// #7.14 Collapse
// #7.15 Dropdown
// #7.16 List group
// #7.17 Scrollbar
// #7.18 Slider
//
// #8 Theme blocks
// #8.1 Block
// #8.2 Logo
// #8.3 Header
// #8.4 Footer
// #8.5 Main
// #8.6 Page title
// #8.7 Page content
// #8.8 Blog
// #8.9 Widget
// #8.10 Comments
// #8.11 Loading
// #8.12 Browser
// #8.13 Single
// #8.14 Contacts
// #8.15 404
// #8.16 Examples
// #8.17 FAQ
// #8.18 Team
// #8.19 Services
// #8.20 Languages
// #8.21 Maps
// #8.22 Reviews
// #8.23 Signature
// #8.24 Information
// #8.25 Feature
// #8.26 Clients
// #8.27 Fun fact
// #8.28 Back
//
// #9 Animate
//
// #10 Slider
=================================================*/
/*=================================================
// #1 Icons import ( FontAwesome )
=================================================*/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-tissue:before {
    content: "\f95b";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dailymotion:before {
    content: "\f952";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-faucet:before {
    content: "\f905";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\f907";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-medical:before {
    content: "\f95c";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-sparkles:before {
    content: "\f95d";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-wash:before {
    content: "\f95e";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt-slash:before {
    content: "\f95f";
}

.fa-handshake-slash:before {
    content: "\f960";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side-cough:before {
    content: "\f961";
}

.fa-head-side-cough-slash:before {
    content: "\f962";
}

.fa-head-side-mask:before {
    content: "\f963";
}

.fa-head-side-virus:before {
    content: "\f964";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-user:before {
    content: "\f965";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\f913";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-instagram-square:before {
    content: "\f955";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-house:before {
    content: "\f966";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lungs-virus:before {
    content: "\f967";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\f91a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mixer:before {
    content: "\f956";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-arrows:before {
    content: "\f968";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\f91e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-plane-slash:before {
    content: "\f969";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pump-medical:before {
    content: "\f96a";
}

.fa-pump-soap:before {
    content: "\f96b";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-virus:before {
    content: "\f96c";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopify:before {
    content: "\f957";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-soap:before {
    content: "\f96e";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-stopwatch-20:before {
    content: "\f96f";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-store-alt-slash:before {
    content: "\f970";
}

.fa-store-slash:before {
    content: "\f971";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-slash:before {
    content: "\f972";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\f941";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-virus:before {
    content: "\f974";
}

.fa-virus-slash:before {
    content: "\f975";
}

.fa-viruses:before {
    content: "\f976";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-regular-400.eot");
  src: url("../fonts/FontAwesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-brands-400.eot");
  src: url("../fonts/FontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-solid-900.eot");
  src: url("../fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*=================================================
// #2 Bootstrap settings
=================================================*/
/*=============================
// #2.1 Style reboot
=============================*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #6c6c6c;
    text-align: left;
    background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #060606;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c6c6c;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*=============================
// #2.2 Images
=============================*/
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.789rem;
    color: #6c6c6c;
}

/*=============================
// #2.3 Code
=============================*/
code {
    font-size: 87.5%;
    color: #446ccd;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.3rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

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

/*=============================
// #2.4 Grid
=============================*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/*=============================
// #2.5 Forms
=============================*/
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.15528rem 1.49756rem;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #f8f8f8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c6c6c;
}

.form-control:focus {
    color: #6c6c6c;
    background-color: #f8f8f8;
    border-color: #dadada;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-control::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #6c6c6c;
    background-color: #f8f8f8;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(1.15528rem + 1px);
    padding-bottom: calc(1.15528rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.31;
}

.col-form-label-lg {
    padding-top: calc(1.421rem + 1px);
    padding-bottom: calc(1.421rem + 1px);
    font-size: 1rem;
    line-height: 1.31;
}

.col-form-label-sm {
    padding-top: calc(0.97329rem + 1px);
    padding-bottom: calc(0.97329rem + 1px);
    font-size: 0.789rem;
    line-height: 1.31;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1.15528rem 0;
    margin-bottom: 0;
    font-size: 0.895rem;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: auto;
    padding: 0.97329rem 1.26164rem;
    font-size: 0.789rem;
    line-height: 1.31;
    border-radius: 0;
}

.form-control-lg {
    height: auto;
    padding: 1.421rem 1.842rem;
    font-size: 1rem;
    line-height: 1.31;
    border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1.579rem;
}

.form-text {
    display: block;
    margin-top: 0.7895rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.526rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -1.526rem;
}

.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.7895rem;
    font-size: 80%;
    color: #44cd4b;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(68, 205, 75, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #44cd4b;
    padding-right: calc(1.31em + 2.31057rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2344cd4b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3275em + 0.57764rem) center;
    -webkit-background-size: calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
    background-size: calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #44cd4b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.31em + 2.31057rem);
    background-position: top calc(0.3275em + 0.57764rem) right calc(0.3275em + 0.57764rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #44cd4b;
    padding-right: calc(0.75em + 4.23049rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.49756rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2344cd4b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #f8f8f8 no-repeat center right 2.49756rem/calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #44cd4b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #44cd4b;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #44cd4b;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #44cd4b;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #6cd872;
    background-color: #6cd872;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #44cd4b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #44cd4b;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #44cd4b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.7895rem;
    font-size: 80%;
    color: #cd4444;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(205, 68, 68, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #cd4444;
    padding-right: calc(1.31em + 2.31057rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd4444' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd4444' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3275em + 0.57764rem) center;
    -webkit-background-size: calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
    background-size: calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #cd4444;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.31em + 2.31057rem);
    background-position: top calc(0.3275em + 0.57764rem) right calc(0.3275em + 0.57764rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #cd4444;
    padding-right: calc(0.75em + 4.23049rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.49756rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd4444' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd4444' stroke='none'/%3e%3c/svg%3e") #f8f8f8 no-repeat center right 2.49756rem/calc(0.655em + 1.15528rem) calc(0.655em + 1.15528rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #cd4444;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #cd4444;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #cd4444;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #cd4444;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #d86c6c;
    background-color: #d86c6c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #cd4444;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #cd4444;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #cd4444;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.526rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/*=============================
// #2.6 Buttons
=============================*/
.btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    display: inline-block;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #6c6c6c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.105rem 1.105rem;
    font-size: 0.895rem;
    line-height: 1.23;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"], .widget-area .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .tags p a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

.btn:focus, [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-password-form'] input:focus[type="submit"], .widget-area .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .tags p a:focus, .btn.focus, [class*='-block-search'] .focus[class*='-block-search__button'], [class*='-password-form'] input.focus[type="submit"], .widget-area .tagcloud .focus.tag-cloud-link, [class*='widget-container'] .tagcloud .focus.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .focus.tag-cloud-link, #single .single-content .tags p a.focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.btn.disabled, [class*='-block-search'] .disabled[class*='-block-search__button'], [class*='-password-form'] input.disabled[type="submit"], .widget-area .tagcloud .disabled.tag-cloud-link, [class*='widget-container'] .tagcloud .disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .disabled.tag-cloud-link, #single .single-content .tags p a.disabled, .btn:disabled, [class*='-block-search'] :disabled[class*='-block-search__button'], [class*='-password-form'] input:disabled[type="submit"], .widget-area .tagcloud .tag-cloud-link:disabled, [class*='widget-container'] .tagcloud .tag-cloud-link:disabled, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:disabled, #single .single-content .tags p a:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), [class*='-block-search'] :not(:disabled):not(.disabled)[class*='-block-search__button'], [class*='-password-form'] input:not(:disabled):not(.disabled)[type="submit"], .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled), [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled), #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled), #single .single-content .tags p a:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, [class*='-block-search'] a.disabled[class*='-block-search__button'], .widget-area .tagcloud a.disabled.tag-cloud-link, [class*='widget-container'] .tagcloud a.disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] a.disabled.tag-cloud-link, #single .single-content .tags p a.disabled,
fieldset:disabled a.btn,
fieldset:disabled [class*='-block-search'] a[class*='-block-search__button'],
[class*='-block-search'] fieldset:disabled a[class*='-block-search__button'],
fieldset:disabled .widget-area .tagcloud a.tag-cloud-link,
.widget-area .tagcloud fieldset:disabled a.tag-cloud-link,
fieldset:disabled [class*='widget-container'] .tagcloud a.tag-cloud-link,
[class*='widget-container'] .tagcloud fieldset:disabled a.tag-cloud-link,
fieldset:disabled #single .single-content .description [class*='tag-cloud'] a.tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] fieldset:disabled a.tag-cloud-link,
fieldset:disabled #single .single-content .tags p a,
#single .single-content .tags p fieldset:disabled a {
    pointer-events: none;
}

.btn-primary, .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

.btn-primary:hover, .widget-area .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .tags p a:hover {
    color: #ffffff;
    background-color: #3259b9;
    border-color: #2f54af;
}

.btn-primary:focus, .widget-area .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .tags p a:focus, .btn-primary.focus, .widget-area .tagcloud .focus.tag-cloud-link, [class*='widget-container'] .tagcloud .focus.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .focus.tag-cloud-link, #single .single-content .tags p a.focus {
    color: #ffffff;
    background-color: #3259b9;
    border-color: #2f54af;
    -webkit-box-shadow: 0 0 0 0 rgba(96, 130, 213, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 130, 213, 0.5);
}

.btn-primary.disabled, .widget-area .tagcloud .disabled.tag-cloud-link, [class*='widget-container'] .tagcloud .disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .disabled.tag-cloud-link, #single .single-content .tags p a.disabled, .btn-primary:disabled, .widget-area .tagcloud .tag-cloud-link:disabled, [class*='widget-container'] .tagcloud .tag-cloud-link:disabled, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:disabled, #single .single-content .tags p a:disabled {
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

.btn-primary:not(:disabled):not(.disabled):active, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled):active, #single .single-content .tags p a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled).active, #single .single-content .tags p a:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .widget-area .tagcloud .show > .dropdown-toggle.tag-cloud-link,
  [class*='widget-container'] .tagcloud .show > .dropdown-toggle.tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .show > .dropdown-toggle.tag-cloud-link,
  #single .single-content .tags p .show > a.dropdown-toggle {
    color: #ffffff;
    background-color: #2f54af;
    border-color: #2c4fa5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled):active:focus, #single .single-content .tags p a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled).active:focus, #single .single-content .tags p a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .widget-area .tagcloud .show > .dropdown-toggle.tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .show > .dropdown-toggle.tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .show > .dropdown-toggle.tag-cloud-link:focus,
    #single .single-content .tags p .show > a.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(96, 130, 213, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 130, 213, 0.5);
}

.btn-secondary {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #44cd4b;
    border-color: #44cd4b;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #32b938;
    border-color: #2faf35;
}

.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #32b938;
    border-color: #2faf35;
    -webkit-box-shadow: 0 0 0 0 rgba(96, 213, 102, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 213, 102, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #44cd4b;
    border-color: #44cd4b;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #2faf35;
    border-color: #2ca532;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(96, 213, 102, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 213, 102, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #44bdcd;
    border-color: #44bdcd;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #32a9b9;
    border-color: #2fa0af;
}

.btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #32a9b9;
    border-color: #2fa0af;
    -webkit-box-shadow: 0 0 0 0 rgba(96, 199, 213, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 199, 213, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #44bdcd;
    border-color: #44bdcd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2fa0af;
    border-color: #2c97a5;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(96, 199, 213, 0.5);
    box-shadow: 0 0 0 0 rgba(96, 199, 213, 0.5);
}

.btn-warning {
    color: #ffffff;
    background-color: #cdc344;
    border-color: #cdc344;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #b9af32;
    border-color: #afa62f;
}

.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #b9af32;
    border-color: #afa62f;
    -webkit-box-shadow: 0 0 0 0 rgba(213, 204, 96, 0.5);
    box-shadow: 0 0 0 0 rgba(213, 204, 96, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #ffffff;
    background-color: #cdc344;
    border-color: #cdc344;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #afa62f;
    border-color: #a59c2c;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(213, 204, 96, 0.5);
    box-shadow: 0 0 0 0 rgba(213, 204, 96, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #cd4444;
    border-color: #cd4444;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #b93232;
    border-color: #af2f2f;
}

.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #b93232;
    border-color: #af2f2f;
    -webkit-box-shadow: 0 0 0 0 rgba(213, 96, 96, 0.5);
    box-shadow: 0 0 0 0 rgba(213, 96, 96, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #cd4444;
    border-color: #cd4444;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #af2f2f;
    border-color: #a52c2c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(213, 96, 96, 0.5);
    box-shadow: 0 0 0 0 rgba(213, 96, 96, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 0 rgba(216, 216, 217, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 0 rgba(216, 216, 217, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #595959;
    border-color: #535353;
}

.btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #595959;
    border-color: #535353;
    -webkit-box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.5);
    box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #535353;
    border-color: #4c4c4c;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.5);
    box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.5);
}

.btn-outline-primary {
    color: #446ccd;
    border-color: #446ccd;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 108, 205, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 108, 205, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #446ccd;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 108, 205, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 108, 205, 0.5);
}

.btn-outline-secondary {
    color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #060606;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-outline-success {
    color: #44cd4b;
    border-color: #44cd4b;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #44cd4b;
    border-color: #44cd4b;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 205, 75, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 205, 75, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #44cd4b;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #44cd4b;
    border-color: #44cd4b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 205, 75, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 205, 75, 0.5);
}

.btn-outline-info {
    color: #44bdcd;
    border-color: #44bdcd;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #44bdcd;
    border-color: #44bdcd;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 189, 205, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 189, 205, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #44bdcd;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #44bdcd;
    border-color: #44bdcd;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 189, 205, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 189, 205, 0.5);
}

.btn-outline-warning {
    color: #cdc344;
    border-color: #cdc344;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #cdc344;
    border-color: #cdc344;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 195, 68, 0.5);
    box-shadow: 0 0 0 0 rgba(205, 195, 68, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #cdc344;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cdc344;
    border-color: #cdc344;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 195, 68, 0.5);
    box-shadow: 0 0 0 0 rgba(205, 195, 68, 0.5);
}

.btn-outline-danger {
    color: #cd4444;
    border-color: #cd4444;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #cd4444;
    border-color: #cd4444;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 68, 68, 0.5);
    box-shadow: 0 0 0 0 rgba(205, 68, 68, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #cd4444;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #cd4444;
    border-color: #cd4444;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 68, 68, 0.5);
    box-shadow: 0 0 0 0 rgba(205, 68, 68, 0.5);
}

.btn-outline-light {
    color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f8f8;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}

.btn-outline-dark {
    color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 108, 108, 0.5);
    box-shadow: 0 0 0 0 rgba(108, 108, 108, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #6c6c6c;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 108, 108, 0.5);
    box-shadow: 0 0 0 0 rgba(108, 108, 108, 0.5);
}

.btn-link, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    font-weight: 400;
    color: #060606;
    text-decoration: none;
}

.btn-link:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"] {
    color: #6c6c6c;
    text-decoration: none;
}

.btn-link:focus, [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-password-form'] input:focus[type="submit"], .btn-link.focus, [class*='-block-search'] .focus[class*='-block-search__button'], [class*='-password-form'] input.focus[type="submit"] {
    text-decoration: none;
}

.btn-link:disabled, [class*='-block-search'] :disabled[class*='-block-search__button'], [class*='-password-form'] input:disabled[type="submit"], .btn-link.disabled, [class*='-block-search'] .disabled[class*='-block-search__button'], [class*='-password-form'] input.disabled[type="submit"] {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .widget-area .tagcloud .btn-group-lg > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link, #single .single-content .tags p .btn-group-lg > a, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    padding: 1.552rem 1.552rem;
    font-size: 1rem;
    line-height: 1.23;
    border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'], [class*='-password-form'] .btn-group-sm > input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    padding: 0.474rem 0.474rem;
    font-size: 0.789rem;
    line-height: 1.23;
    border-radius: 0;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

/*=============================
// #2.7 Transitions
=============================*/
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/*=============================
// #2.8 Dropdown
=============================*/
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12.105rem;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 0.789rem;
    color: #060606;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid #dadada;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.789rem 1.053rem;
    clear: both;
    font-weight: 400;
    color: #060606;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #060606;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #060606;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0 1.053rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c6c6c;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.789rem 1.053rem;
    color: #060606;
}

/*=============================
// #2.9 Button group
=============================*/
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn, [class*='-block-search'] .btn-group > [class*='-block-search__button'], [class*='-password-form'] .btn-group > input[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link, #single .single-content .tags p .btn-group > a,
  .btn-group-vertical > .btn,
  [class*='-block-search'] .btn-group-vertical > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group > .btn:hover, [class*='-block-search'] .btn-group > :hover[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:hover[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:hover, #single .single-content .tags p .btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    [class*='-block-search'] .btn-group-vertical > :hover[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:hover[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:hover,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:hover,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:hover,
    #single .single-content .tags p .btn-group-vertical > a:hover {
    z-index: 1;
}

.btn-group > .btn:focus, [class*='-block-search'] .btn-group > :focus[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:focus[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:focus, #single .single-content .tags p .btn-group > a:focus, .btn-group > .btn:active, [class*='-block-search'] .btn-group > :active[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:active[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:active, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:active, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:active, #single .single-content .tags p .btn-group > a:active, .btn-group > .btn.active, [class*='-block-search'] .btn-group > .active[class*='-block-search__button'], [class*='-password-form'] .btn-group > input.active[type="submit"], .widget-area .tagcloud .btn-group > .active.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group > .active.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group > .active.tag-cloud-link, #single .single-content .tags p .btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    [class*='-block-search'] .btn-group-vertical > :focus[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:focus[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:focus,
    #single .single-content .tags p .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    [class*='-block-search'] .btn-group-vertical > :active[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:active[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:active,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:active,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:active,
    #single .single-content .tags p .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    [class*='-block-search'] .btn-group-vertical > .active[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input.active[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .active.tag-cloud-link,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .active.tag-cloud-link,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .active.tag-cloud-link,
    #single .single-content .tags p .btn-group-vertical > a.active {
    z-index: 1;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child), [class*='-block-search'] .btn-group > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), [class*='-block-search'] .btn-group > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .tags p .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
[class*='-block-search'] .btn-group > .btn-group:not(:last-child) > [class*='-block-search__button'],
[class*='-password-form'] .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.widget-area .tagcloud .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
#single .single-content .tags p .btn-group > .btn-group:not(:last-child) > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), [class*='-block-search'] .btn-group > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
[class*='-block-search'] .btn-group > .btn-group:not(:first-child) > [class*='-block-search__button'],
[class*='-password-form'] .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.widget-area .tagcloud .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
#single .single-content .tags p .btn-group > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.82875rem;
    padding-left: 0.82875rem;
}

.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'] + .dropdown-toggle-split, [class*='-password-form'] .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .widget-area .tagcloud .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p .btn-group-sm > a + .dropdown-toggle-split, .widget-area .tagcloud .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p a + .dropdown-toggle-split {
    padding-right: 0.3555rem;
    padding-left: 0.3555rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, [class*='-block-search'] .btn-group-lg > [class*='-block-search__button'] + .dropdown-toggle-split, [class*='-password-form'] .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .widget-area .tagcloud .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p .btn-group-lg > a + .dropdown-toggle-split, [class*='-block-search'] [class*='-block-search__button'] + .dropdown-toggle-split, [class*='-password-form'] input[type="submit"] + .dropdown-toggle-split {
    padding-right: 1.164rem;
    padding-left: 1.164rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
  [class*='-block-search'] .btn-group-vertical > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > a,
  .btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), [class*='-block-search'] .btn-group-vertical > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [class*='-block-search'] .btn-group-vertical > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .tags p .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  [class*='-block-search'] .btn-group-vertical > .btn-group:not(:last-child) > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), [class*='-block-search'] .btn-group-vertical > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  [class*='-block-search'] .btn-group-vertical > .btn-group:not(:first-child) > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn, [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'], [class*='-password-form'] .btn-group-toggle > input[type="submit"], .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link, #single .single-content .tags p .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
[class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'],
[class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"],
.widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link,
#single .single-content .tags p .btn-group-toggle > .btn-group > a {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'] input[type="radio"], [class*='-password-form'] .btn-group-toggle > input[type="submit"] input[type="radio"], .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link input[type="radio"], [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link input[type="radio"], #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link input[type="radio"], #single .single-content .tags p .btn-group-toggle > a input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'] input[type="checkbox"],
  [class*='-password-form'] .btn-group-toggle > input[type="submit"] input[type="checkbox"],
  .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  #single .single-content .tags p .btn-group-toggle > a input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  [class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'] input[type="radio"],
  [class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
  .widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  #single .single-content .tags p .btn-group-toggle > .btn-group > a input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  [class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'] input[type="checkbox"],
  [class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
  .widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  #single .single-content .tags p .btn-group-toggle > .btn-group > a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/*=============================
// #2.10 Input group
=============================*/
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn, .input-group-prepend [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] input[type="submit"], [class*='-password-form'] .input-group-prepend input[type="submit"], .input-group-prepend .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link, .input-group-prepend #single .single-content .tags p a, #single .single-content .tags p .input-group-prepend a,
  .input-group-append .btn,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] input[type="submit"],
  [class*='-password-form'] .input-group-append input[type="submit"],
  .input-group-append .widget-area .tagcloud .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link,
  .input-group-append #single .single-content .tags p a,
  #single .single-content .tags p .input-group-append a {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-block-search'] .input-group-prepend :focus[class*='-block-search__button'], .input-group-prepend [class*='-password-form'] input:focus[type="submit"], [class*='-password-form'] .input-group-prepend input:focus[type="submit"], .input-group-prepend .widget-area .tagcloud .tag-cloud-link:focus, .widget-area .tagcloud .input-group-prepend .tag-cloud-link:focus, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link:focus, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link:focus, .input-group-prepend #single .single-content .tags p a:focus, #single .single-content .tags p .input-group-prepend a:focus,
    .input-group-append .btn:focus,
    .input-group-append [class*='-block-search'] :focus[class*='-block-search__button'],
    [class*='-block-search'] .input-group-append :focus[class*='-block-search__button'],
    .input-group-append [class*='-password-form'] input:focus[type="submit"],
    [class*='-password-form'] .input-group-append input:focus[type="submit"],
    .input-group-append .widget-area .tagcloud .tag-cloud-link:focus,
    .widget-area .tagcloud .input-group-append .tag-cloud-link:focus,
    .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link:focus,
    .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link:focus,
    .input-group-append #single .single-content .tags p a:focus,
    #single .single-content .tags p .input-group-append a:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .btn, [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .btn, .input-group-prepend [class*='-password-form'] input[type="submit"] + .btn, [class*='-password-form'] .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .btn, .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .btn, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .btn, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend #single .single-content .tags p a + .btn, #single .single-content .tags p .input-group-prepend a + .btn, .input-group-prepend [class*='-block-search'] .btn + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend .btn + [class*='-block-search__button'], .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-password-form'] input[type="submit"] + [class*='-block-search__button'], [class*='-password-form'] .input-group-prepend [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'], [class*='-block-search'] [class*='-password-form'] .input-group-prepend input[type="submit"] + [class*='-block-search__button'], .input-group-prepend .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + [class*='-block-search__button'], .widget-area .tagcloud .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .widget-area .tagcloud .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + [class*='-block-search__button'], [class*='widget-container'] .tagcloud .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + [class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend #single .single-content .tags p [class*='-block-search'] a + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend #single .single-content .tags p a + [class*='-block-search__button'], #single .single-content .tags p .input-group-prepend [class*='-block-search'] a + [class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p .input-group-prepend a + [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] .btn + input[type="submit"], [class*='-password-form'] .input-group-prepend .btn + input[type="submit"], .input-group-prepend [class*='-block-search'] [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"], [class*='-password-form'] .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + input[type="submit"], [class*='-block-search'] .input-group-prepend [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"], [class*='-password-form'] [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + input[type="submit"], .input-group-prepend [class*='-password-form'] input[type="submit"] + input[type="submit"], [class*='-password-form'] .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .widget-area .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + input[type="submit"], .widget-area .tagcloud .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .widget-area .tagcloud .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend [class*='widget-container'] .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + input[type="submit"], [class*='widget-container'] .tagcloud .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + input[type="submit"], #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend #single .single-content .tags p [class*='-password-form'] a + input[type="submit"], [class*='-password-form'] .input-group-prepend #single .single-content .tags p a + input[type="submit"], #single .single-content .tags p .input-group-prepend [class*='-password-form'] a + input[type="submit"], [class*='-password-form'] #single .single-content .tags p .input-group-prepend a + input[type="submit"], .input-group-prepend .widget-area .tagcloud .btn + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link, .widget-area .tagcloud [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] .widget-area .tagcloud input[type="submit"] + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend .widget-area .tagcloud input[type="submit"] + .tag-cloud-link, .widget-area .tagcloud [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .widget-area .tagcloud a + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend #single .single-content .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend .widget-area .tagcloud a + .tag-cloud-link, .widget-area .tagcloud #single .single-content .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .btn + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p [class*='widget-container'] .tagcloud a + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend #single .single-content .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend [class*='widget-container'] .tagcloud a + .tag-cloud-link, [class*='widget-container'] .tagcloud #single .single-content .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .btn + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .description [class*='tag-cloud'] a + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend .description [class*='tag-cloud'] a + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .btn + a, #single .single-content .tags p .input-group-prepend .btn + a, .input-group-prepend [class*='-block-search'] #single .single-content .tags p [class*='-block-search__button'] + a, #single .single-content .tags p .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + a, [class*='-block-search'] .input-group-prepend #single .single-content .tags p [class*='-block-search__button'] + a, #single .single-content .tags p [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + a, .input-group-prepend [class*='-password-form'] #single .single-content .tags p input[type="submit"] + a, #single .single-content .tags p .input-group-prepend [class*='-password-form'] input[type="submit"] + a, [class*='-password-form'] .input-group-prepend #single .single-content .tags p input[type="submit"] + a, #single .single-content .tags p [class*='-password-form'] .input-group-prepend input[type="submit"] + a, .input-group-prepend .widget-area .tagcloud #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .input-group-prepend .widget-area .tagcloud .tag-cloud-link + a, .widget-area .tagcloud .input-group-prepend #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .widget-area .tagcloud .input-group-prepend .tag-cloud-link + a, .input-group-prepend [class*='widget-container'] .tagcloud #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + a, [class*='widget-container'] .tagcloud .input-group-prepend #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + a, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tags p .tag-cloud-link + a, .input-group-prepend #single .single-content .tags p .description [class*='tag-cloud'] .tag-cloud-link + a, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tags p .tag-cloud-link + a, #single .single-content .tags p .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + a, .input-group-prepend #single .single-content .tags p a + a, #single .single-content .tags p .input-group-prepend a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .input-group-text,
  [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .input-group-text,
  .input-group-prepend [class*='-password-form'] input[type="submit"] + .input-group-text,
  [class*='-password-form'] .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .input-group-text,
  .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .input-group-text,
  [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .input-group-text,
  #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend #single .single-content .tags p a + .input-group-text,
  #single .single-content .tags p .input-group-prepend a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend [class*='-block-search'] .input-group-text + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-prepend .input-group-text + [class*='-block-search__button'],
  .input-group-prepend [class*='-password-form'] .input-group-text + input[type="submit"],
  [class*='-password-form'] .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .widget-area .tagcloud .input-group-text + .tag-cloud-link,
  .widget-area .tagcloud .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend [class*='widget-container'] .tagcloud .input-group-text + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend #single .single-content .description [class*='tag-cloud'] .input-group-text + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend #single .single-content .tags p .input-group-text + a,
  #single .single-content .tags p .input-group-prepend .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .btn,
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .btn,
  .input-group-append [class*='-password-form'] input[type="submit"] + .btn,
  [class*='-password-form'] .input-group-append input[type="submit"] + .btn,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .btn,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .btn,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .btn,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .btn,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .btn,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .btn,
  .input-group-append #single .single-content .tags p a + .btn,
  #single .single-content .tags p .input-group-append a + .btn,
  .input-group-append [class*='-block-search'] .btn + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .btn + [class*='-block-search__button'],
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-password-form'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-password-form'] .input-group-append [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-block-search'] [class*='-password-form'] .input-group-append input[type="submit"] + [class*='-block-search__button'],
  .input-group-append .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .widget-area .tagcloud .tag-cloud-link + [class*='-block-search__button'],
  .widget-area .tagcloud .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .widget-area .tagcloud .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + [class*='-block-search__button'],
  [class*='widget-container'] .tagcloud .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + [class*='-block-search__button'],
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append #single .single-content .tags p [class*='-block-search'] a + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append #single .single-content .tags p a + [class*='-block-search__button'],
  #single .single-content .tags p .input-group-append [class*='-block-search'] a + [class*='-block-search__button'],
  [class*='-block-search'] #single .single-content .tags p .input-group-append a + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] .btn + input[type="submit"],
  [class*='-password-form'] .input-group-append .btn + input[type="submit"],
  .input-group-append [class*='-block-search'] [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-password-form'] .input-group-append [class*='-block-search'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-block-search'] .input-group-append [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-password-form'] [class*='-block-search'] .input-group-append [class*='-block-search__button'] + input[type="submit"],
  .input-group-append [class*='-password-form'] input[type="submit"] + input[type="submit"],
  [class*='-password-form'] .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .widget-area .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append .widget-area .tagcloud .tag-cloud-link + input[type="submit"],
  .widget-area .tagcloud .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .widget-area .tagcloud .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append [class*='widget-container'] .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + input[type="submit"],
  [class*='widget-container'] .tagcloud .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + input[type="submit"],
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append #single .single-content .tags p [class*='-password-form'] a + input[type="submit"],
  [class*='-password-form'] .input-group-append #single .single-content .tags p a + input[type="submit"],
  #single .single-content .tags p .input-group-append [class*='-password-form'] a + input[type="submit"],
  [class*='-password-form'] #single .single-content .tags p .input-group-append a + input[type="submit"],
  .input-group-append .widget-area .tagcloud .btn + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  .widget-area .tagcloud [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] .widget-area .tagcloud input[type="submit"] + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append .widget-area .tagcloud input[type="submit"] + .tag-cloud-link,
  .widget-area .tagcloud [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .widget-area .tagcloud a + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append #single .single-content .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append .widget-area .tagcloud a + .tag-cloud-link,
  .widget-area .tagcloud #single .single-content .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .btn + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p [class*='widget-container'] .tagcloud a + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append #single .single-content .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append [class*='widget-container'] .tagcloud a + .tag-cloud-link,
  [class*='widget-container'] .tagcloud #single .single-content .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .btn + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .description [class*='tag-cloud'] a + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append .description [class*='tag-cloud'] a + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .btn + a,
  #single .single-content .tags p .input-group-append .btn + a,
  .input-group-append [class*='-block-search'] #single .single-content .tags p [class*='-block-search__button'] + a,
  #single .single-content .tags p .input-group-append [class*='-block-search'] [class*='-block-search__button'] + a,
  [class*='-block-search'] .input-group-append #single .single-content .tags p [class*='-block-search__button'] + a,
  #single .single-content .tags p [class*='-block-search'] .input-group-append [class*='-block-search__button'] + a,
  .input-group-append [class*='-password-form'] #single .single-content .tags p input[type="submit"] + a,
  #single .single-content .tags p .input-group-append [class*='-password-form'] input[type="submit"] + a,
  [class*='-password-form'] .input-group-append #single .single-content .tags p input[type="submit"] + a,
  #single .single-content .tags p [class*='-password-form'] .input-group-append input[type="submit"] + a,
  .input-group-append .widget-area .tagcloud #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .input-group-append .widget-area .tagcloud .tag-cloud-link + a,
  .widget-area .tagcloud .input-group-append #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .widget-area .tagcloud .input-group-append .tag-cloud-link + a,
  .input-group-append [class*='widget-container'] .tagcloud #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + a,
  [class*='widget-container'] .tagcloud .input-group-append #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + a,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tags p .tag-cloud-link + a,
  .input-group-append #single .single-content .tags p .description [class*='tag-cloud'] .tag-cloud-link + a,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tags p .tag-cloud-link + a,
  #single .single-content .tags p .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + a,
  .input-group-append #single .single-content .tags p a + a,
  #single .single-content .tags p .input-group-append a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .input-group-text,
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .input-group-text,
  .input-group-append [class*='-password-form'] input[type="submit"] + .input-group-text,
  [class*='-password-form'] .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .input-group-text,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .input-group-text,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .input-group-text,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append #single .single-content .tags p a + .input-group-text,
  #single .single-content .tags p .input-group-append a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append [class*='-block-search'] .input-group-text + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .input-group-text + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] .input-group-text + input[type="submit"],
  [class*='-password-form'] .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .widget-area .tagcloud .input-group-text + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .input-group-text + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .input-group-text + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .input-group-text + a,
  #single .single-content .tags p .input-group-append .input-group-text + a {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.15528rem 1.49756rem;
    margin-bottom: 0;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
}

.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: auto;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
[class*='-block-search'] .input-group-lg > .input-group-prepend > [class*='-block-search__button'],
[class*='-password-form'] .input-group-lg > .input-group-prepend > input[type="submit"],
.widget-area .tagcloud .input-group-lg > .input-group-prepend > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-lg > .input-group-prepend > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-lg > .input-group-prepend > .tag-cloud-link,
#single .single-content .tags p .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
[class*='-block-search'] .input-group-lg > .input-group-append > [class*='-block-search__button'],
[class*='-password-form'] .input-group-lg > .input-group-append > input[type="submit"],
.widget-area .tagcloud .input-group-lg > .input-group-append > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-lg > .input-group-append > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-lg > .input-group-append > .tag-cloud-link,
#single .single-content .tags p .input-group-lg > .input-group-append > a {
    padding: 1.421rem 1.842rem;
    font-size: 1rem;
    line-height: 1.31;
    border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
[class*='-block-search'] .input-group-sm > .input-group-prepend > [class*='-block-search__button'],
[class*='-password-form'] .input-group-sm > .input-group-prepend > input[type="submit"],
.widget-area .tagcloud .input-group-sm > .input-group-prepend > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-sm > .input-group-prepend > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-sm > .input-group-prepend > .tag-cloud-link,
#single .single-content .tags p .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
[class*='-block-search'] .input-group-sm > .input-group-append > [class*='-block-search__button'],
[class*='-password-form'] .input-group-sm > .input-group-append > input[type="submit"],
.widget-area .tagcloud .input-group-sm > .input-group-append > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-sm > .input-group-append > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-sm > .input-group-append > .tag-cloud-link,
#single .single-content .tags p .input-group-sm > .input-group-append > a {
    padding: 0.97329rem 1.26164rem;
    font-size: 0.789rem;
    line-height: 1.31;
    border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.49756rem;
}

.input-group > .input-group-prepend > .btn, [class*='-block-search'] .input-group > .input-group-prepend > [class*='-block-search__button'], [class*='-password-form'] .input-group > .input-group-prepend > input[type="submit"], .widget-area .tagcloud .input-group > .input-group-prepend > .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group > .input-group-prepend > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend > .tag-cloud-link, #single .single-content .tags p .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
[class*='-block-search'] .input-group > .input-group-append:not(:last-child) > [class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.widget-area .tagcloud .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
#single .single-content .tags p .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[class*='-block-search'] .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.widget-area .tagcloud .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
[class*='widget-container'] .tagcloud .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
#single .single-content .tags p .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, [class*='-block-search'] .input-group > .input-group-append > [class*='-block-search__button'], [class*='-password-form'] .input-group > .input-group-append > input[type="submit"], .widget-area .tagcloud .input-group > .input-group-append > .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group > .input-group-append > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append > .tag-cloud-link, #single .single-content .tags p .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
[class*='-block-search'] .input-group > .input-group-prepend:not(:first-child) > [class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.widget-area .tagcloud .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
#single .single-content .tags p .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
[class*='-block-search'] .input-group > .input-group-prepend:first-child > :not(:first-child)[class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.widget-area .tagcloud .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
[class*='widget-container'] .tagcloud .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
#single .single-content .tags p .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*=============================
// #2.11 Custom forms
=============================*/
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1rem;
    padding-left: 1.589rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0.789rem;
    height: 0.8945rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #060606;
    background-color: #060606;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dadada;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.1055rem;
    left: -1.589rem;
    display: block;
    width: 0.789rem;
    height: 0.789rem;
    pointer-events: none;
    content: "";
    background-color: #f8f8f8;
    border: #6c6c6c solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.1055rem;
    left: -1.589rem;
    display: block;
    width: 0.789rem;
    height: 0.789rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #446ccd;
    background-color: #446ccd;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(68, 108, 205, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(68, 108, 205, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(68, 108, 205, 0.5);
}

.custom-switch {
    padding-left: 2.18075rem;
}

.custom-switch .custom-control-label::before {
    left: -2.18075rem;
    width: 1.38075rem;
    pointer-events: all;
    border-radius: 0.3945rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.1055rem + 2px);
    left: calc(-2.18075rem + 2px);
    width: calc(0.789rem - 4px);
    height: calc(0.789rem - 4px);
    background-color: #6c6c6c;
    border-radius: 0.3945rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #f8f8f8;
    -webkit-transform: translateX(0.59175rem);
    -ms-transform: translateX(0.59175rem);
    transform: translateX(0.59175rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(68, 108, 205, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 1.15528rem 2.49756rem 1.15528rem 1.49756rem;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    vertical-align: middle;
    background: #f8f8f8 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.49756rem center/8px 10px;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #dadada;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-select:focus::-ms-value {
    color: #6c6c6c;
    background-color: #f8f8f8;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.49756rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c6c6c;
}

.custom-select-sm {
    height: auto;
    padding-top: 0.97329rem;
    padding-bottom: 0.97329rem;
    padding-left: 1.26164rem;
    font-size: 0.789rem;
}

.custom-select-lg {
    height: auto;
    padding-top: 1.421rem;
    padding-bottom: 1.421rem;
    padding-left: 1.842rem;
    font-size: 1rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #dadada;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    padding: 1.15528rem 1.49756rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.31em + 2.31057rem);
    padding: 1.15528rem 1.49756rem;
    line-height: 1.31;
    color: #6c6c6c;
    content: "Browse";
    background-color: #f8f8f8;
    border-left: inherit;
    border-radius: 0 0 0 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #ffffff, inherit;
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #446ccd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d1dbf3;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #446ccd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d1dbf3;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #446ccd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d1dbf3;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/*=============================
// #2.12 Card
=============================*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.579rem;
}

.card-title {
    margin-bottom: 1.579rem;
}

.card-subtitle {
    margin-top: -0.7895rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.579rem;
}

.card-header {
    padding: 1.579rem 1.579rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: 1.579rem 1.579rem;
    background-color: transparent;
    border-top: 1px solid transparent;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.7895rem;
    margin-bottom: -1.579rem;
    margin-left: -0.7895rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.7895rem;
    margin-left: -0.7895rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.579rem;
    border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

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

    .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 1.579rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/*=============================
// #2.13 Alert
=============================*/
.alert, .wpcf7-form [class*='response-output'] {
    position: relative;
    padding: 0.9rem 1.1rem;
    margin-bottom: 1.579rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.7rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.9rem 1.1rem;
    color: inherit;
}

.alert-primary {
    color: #23386b;
    background-color: #dae2f5;
    border-color: #cbd6f1;
}

.alert-primary hr {
    border-top-color: #b7c6ec;
}

.alert-primary .alert-link {
    color: #162445;
}

.alert-secondary {
    color: #030303;
    background-color: #cdcdcd;
    border-color: #b9b9b9;
}

.alert-secondary hr {
    border-top-color: #acacac;
}

.alert-secondary .alert-link {
    color: black;
}

.alert-success, .wpcf7-form.sent [class*='response-output'] {
    color: #236b27;
    background-color: #daf5db;
    border-color: #cbf1cd;
}

.alert-success hr, .wpcf7-form.sent [class*='response-output'] hr {
    border-top-color: #b7ecba;
}

.alert-success .alert-link, .wpcf7-form.sent [class*='response-output'] .alert-link {
    color: #164519;
}

.alert-info {
    color: #23626b;
    background-color: #daf2f5;
    border-color: #cbedf1;
}

.alert-info hr {
    border-top-color: #b7e6ec;
}

.alert-info .alert-link {
    color: #163f45;
}

.alert-warning {
    color: #6b6523;
    background-color: #f5f3da;
    border-color: #f1eecb;
}

.alert-warning hr {
    border-top-color: #ece7b7;
}

.alert-warning .alert-link {
    color: #454116;
}

.alert-danger, .wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'] {
    color: #6b2323;
    background-color: #f5dada;
    border-color: #f1cbcb;
}

.alert-danger hr, .wpcf7-form.invalid [class*='response-output'] hr, .wpcf7-form.unaccepted [class*='response-output'] hr, .wpcf7-form.spam [class*='response-output'] hr, .wpcf7-form.failed [class*='response-output'] hr, .wpcf7-form.aborted [class*='response-output'] hr {
    border-top-color: #ecb7b7;
}

.alert-danger .alert-link, .wpcf7-form.invalid [class*='response-output'] .alert-link, .wpcf7-form.unaccepted [class*='response-output'] .alert-link, .wpcf7-form.spam [class*='response-output'] .alert-link, .wpcf7-form.failed [class*='response-output'] .alert-link, .wpcf7-form.aborted [class*='response-output'] .alert-link {
    color: #451616;
}

.alert-light {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd;
}

.alert-light hr {
    border-top-color: #f0f0f0;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #383838;
    background-color: #e2e2e2;
    border-color: #d6d6d6;
}

.alert-dark hr {
    border-top-color: #c9c9c9;
}

.alert-dark .alert-link {
    color: #1f1f1f;
}

/*=============================
// #2.14 List group
=============================*/
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #6c6c6c;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.579rem 1.579rem;
    background-color: transparent;
    border: 1px solid #dadada;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

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

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #23386b;
    background-color: #cbd6f1;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #23386b;
    background-color: #b7c6ec;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #23386b;
    border-color: #23386b;
}

.list-group-item-secondary {
    color: #030303;
    background-color: #b9b9b9;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #030303;
    background-color: #acacac;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #030303;
    border-color: #030303;
}

.list-group-item-success {
    color: #236b27;
    background-color: #cbf1cd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #236b27;
    background-color: #b7ecba;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #236b27;
    border-color: #236b27;
}

.list-group-item-info {
    color: #23626b;
    background-color: #cbedf1;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #23626b;
    background-color: #b7e6ec;
}

.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #23626b;
    border-color: #23626b;
}

.list-group-item-warning {
    color: #6b6523;
    background-color: #f1eecb;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #6b6523;
    background-color: #ece7b7;
}

.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #6b6523;
    border-color: #6b6523;
}

.list-group-item-danger {
    color: #6b2323;
    background-color: #f1cbcb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6b2323;
    background-color: #ecb7b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #6b2323;
    border-color: #6b2323;
}

.list-group-item-light {
    color: #818181;
    background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0;
}

.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818181;
    border-color: #818181;
}

.list-group-item-dark {
    color: #383838;
    background-color: #d6d6d6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #383838;
    background-color: #c9c9c9;
}

.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #383838;
    border-color: #383838;
}

/*=============================
// #2.15 Close
=============================*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #060606;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

.close:hover {
    color: #060606;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

/*=============================
// #2.16 Modal
=============================*/
.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.526rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 3.052rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.052rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.052rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 3.052rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #6c6c6c;
    pointer-events: auto;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.263rem 0 2.263rem 0;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    padding: 2.263rem 0 2.263rem 0;
    margin: -2.263rem 0 -2.263rem auto;
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.526rem 0;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.526rem 0-0.39475rem;
    border-top: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-footer > * {
    margin: 0.39475rem;
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/*=============================
// #2.17 Utilities
=============================*/
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #446ccd !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #2f54af !important;
}

.bg-secondary {
    background-color: #060606 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: black !important;
}

.bg-success {
    background-color: #44cd4b !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #2faf35 !important;
}

.bg-info {
    background-color: #44bdcd !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #2fa0af !important;
}

.bg-warning {
    background-color: #cdc344 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #afa62f !important;
}

.bg-danger {
    background-color: #cd4444 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #af2f2f !important;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dfdfdf !important;
}

.bg-dark {
    background-color: #6c6c6c !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #535353 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dadada !important;
}

.border-top {
    border-top: 1px solid #dadada !important;
}

.border-right {
    border-right: 1px solid #dadada !important;
}

.border-bottom {
    border-bottom: 1px solid #dadada !important;
}

.border-left {
    border-left: 1px solid #dadada !important;
}

.border-0, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #446ccd !important;
}

.border-secondary {
    border-color: #060606 !important;
}

.border-success {
    border-color: #44cd4b !important;
}

.border-info {
    border-color: #44bdcd !important;
}

.border-warning {
    border-color: #cdc344 !important;
}

.border-danger {
    border-color: #cd4444 !important;
}

.border-light {
    border-color: #f8f8f8 !important;
}

.border-dark {
    border-color: #6c6c6c !important;
}

.border-white {
    border-color: #ffffff !important;
}

.rounded-sm {
    border-radius: 0.3rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.2rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex, .signature, .clients .clients-items, .clients .clients-items .clients-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

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

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

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

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

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

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

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

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-16by10::before {
    padding-top: 62.5%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap, .languages .nav {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end, [class*='-element'].justify-content-end > [class*='r-container'] > [class*='-row'] {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between, .clients .clients-items {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center, .signature, .clients .clients-items {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

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

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

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

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

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

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

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

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
  .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
  .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
  .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
  .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
  .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
  .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
  .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
  .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
  .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
  .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
  .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
  .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
  .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
  .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
  .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
  .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
  .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
  .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
  .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
  .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
  .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
  .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
  .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
  .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
  .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
  .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
  .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
  .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
  .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
  .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
  .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
  .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
  .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
  .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
  .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
  .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
  .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
  .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
  .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
  .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
  .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
  .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
  .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
  .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
  .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
  .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
  .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
  .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
  .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
  .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
  .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
  .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
  .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
  .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
  .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
  .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
  .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
  .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
  .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
  .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
  .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
  .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
  .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
  .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
  .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
  .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
  .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
  .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
  .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
  .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
  .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
  .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
  .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
  .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
  .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
  .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
  .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
  .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
  .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
  .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
  .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
  .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
  .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
  .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
  .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
  .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
  .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
  .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
  .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
  .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
  .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
  .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
  .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
  .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
  .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
  .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
  .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
  .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
  .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
  .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
  .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
  .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
  .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
  .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
  .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
  .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
  .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
  .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
  .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
  .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
  .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
  .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
  .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
  .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
  .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
  .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
  .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
  .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
  .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
  .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
  .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
  .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
  .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
  .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
  .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
  .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
  .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
  .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
  .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
  .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
  .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
  .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
  .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
  .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
  .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
  .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
  .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
  .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
  .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
  .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
  .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
  .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
  .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
  .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
  .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
  .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
  .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
  .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
  .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
  .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
  .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
  .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
  .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
  .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
  .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
  .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
  .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
  .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
  .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
  .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
  .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
  .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
  .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
  .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
  .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
  .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
  .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
  .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
  .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
  .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
  .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
  .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
  .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
  .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
  .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
  .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
  .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
  .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
  .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
  .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
  .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
  .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
  .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
  .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
  .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
  .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
  .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
  .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
  .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
  .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
  .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
  .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
  .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
  .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
  .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
  .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
  .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
  .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
  .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
  .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
  .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
  .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
  .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
  .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
  .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
  .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
  .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
  .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
  .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
  .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
  .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
  .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
  .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
  .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
  .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
  .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
  .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
  .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
  .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
  .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
  .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
  .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
  .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
  .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
  .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
  .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
  .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
  .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
  .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
  .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
  .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
  .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
  .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
  .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
  .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
  .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
  .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
  .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
  .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
  .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
  .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
  .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
  .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
  .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
  .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
  .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
  .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
  .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
  .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
  .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
  .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
  .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
  .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
  .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
  .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
  .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
  .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
  .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
  .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
  .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
  .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
  .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
  .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
  .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
  .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
  .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
  .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
  .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
  .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
  .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
  .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
  .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
  .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
  .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
  .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
  .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
  .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
  .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
  .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
  .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
  .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
  .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
  .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
  .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
  .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
  .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
  .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
  .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

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

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

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

.text-uppercase {
    text-transform: uppercase !important;
}

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

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #446ccd !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #294b9b !important;
}

.text-secondary {
    color: #060606 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: black !important;
}

.text-success {
    color: #44cd4b !important;
}

a.text-success:hover, a.text-success:focus {
    color: #299b2f !important;
}

.text-info {
    color: #44bdcd !important;
}

a.text-info:hover, a.text-info:focus {
    color: #298e9b !important;
}

.text-warning {
    color: #cdc344 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #9b9329 !important;
}

.text-danger {
    color: #cd4444 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #9b2929 !important;
}

.text-light {
    color: #f8f8f8 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #d2d2d2 !important;
}

.text-dark {
    color: #6c6c6c !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #464646 !important;
}

.text-body {
    color: #6c6c6c !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*=============================
// #2.18 Pagination
=============================*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.632rem 0.953rem;
    margin-left: 0;
    line-height: 1.25;
    color: #060606;
    background-color: #ffffff;
    border: 0 solid transparent;
}

.page-link:hover {
    z-index: 2;
    color: #6c6c6c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: transparent;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #446ccd;
    border-color: #446ccd;
}

.page-item.disabled .page-link {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

/*=============================
// #2.19 Type
=============================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.474rem;
}

h2, .h2 {
    font-size: 2.053rem;
}

h3, .h3 {
    font-size: 1.737rem;
}

h4, .h4 {
    font-size: 1.421rem;
}

h5, .h5 {
    font-size: 1.211rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dadada;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

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

.list-unstyled, .nav, .widget-area .widget.widget_recent_comments ul, [class*='widget-container'] .widget.widget_recent_comments ul, .widget-area .widget.widget_rss ul, .footer-widget-area .widget.widget_rss ul, [class*='widget-container'] .widget.widget_rss ul {
    padding-left: 0;
    list-style: none;
}

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

/*=============================
// #2.20 Nav
=============================*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.7895rem 1.579rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: rgba(6, 6, 6, 0.5);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #060606;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

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

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #446ccd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

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

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

/*=============================
// #2.21 Tables
=============================*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6c6c6c;
}

.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dadada;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dadada;
}

.table tbody + tbody {
    border-top: 2px solid #dadada;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dadada;
}

.table-bordered th,
  .table-bordered td {
    border: 1px solid #dadada;
}

.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #6c6c6c;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #cbd6f1;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #9eb3e5;
}

.table-hover .table-primary:hover {
    background-color: #b7c6ec;
}

.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b7c6ec;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #b9b9b9;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #7e7e7e;
}

.table-hover .table-secondary:hover {
    background-color: #acacac;
}

.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #acacac;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #cbf1cd;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #9ee5a1;
}

.table-hover .table-success:hover {
    background-color: #b7ecba;
}

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

.table-info,
.table-info > th,
.table-info > td {
    background-color: #cbedf1;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #9edde5;
}

.table-hover .table-info:hover {
    background-color: #b7e6ec;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f1eecb;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #e5e09e;
}

.table-hover .table-warning:hover {
    background-color: #ece7b7;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f1cbcb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #e59e9e;
}

.table-hover .table-danger:hover {
    background-color: #ecb7b7;
}

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

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfbfb;
}

.table-hover .table-light:hover {
    background-color: #f0f0f0;
}

.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0f0;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #d6d6d6;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #b3b3b3;
}

.table-hover .table-dark:hover {
    background-color: #c9c9c9;
}

.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c9c9c9;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dadada;
}

.table-dark {
    color: #ffffff;
    background-color: #343a40;
}

.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

/*=============================
// #2.22 Badge
=============================*/
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge, [class*='-block-search'] [class*='-block-search__button'] .badge, [class*='-password-form'] input[type="submit"] .badge, .widget-area .tagcloud .tag-cloud-link .badge, [class*='widget-container'] .tagcloud .tag-cloud-link .badge, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link .badge, #single .single-content .tags p a .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #446ccd;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #2f54af;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 108, 205, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(68, 108, 205, 0.5);
}

.badge-secondary {
    color: #ffffff;
    background-color: #060606;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: black;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
}

.badge-success {
    color: #ffffff;
    background-color: #44cd4b;
}

a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #2faf35;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(68, 205, 75, 0.5);
}

.badge-info {
    color: #ffffff;
    background-color: #44bdcd;
}

a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #2fa0af;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 189, 205, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(68, 189, 205, 0.5);
}

.badge-warning {
    color: #ffffff;
    background-color: #cdc344;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #ffffff;
    background-color: #afa62f;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 195, 68, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 195, 68, 0.5);
}

.badge-danger {
    color: #ffffff;
    background-color: #cd4444;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #af2f2f;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 68, 68, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f8f8;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dfdfdf;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.badge-dark {
    color: #ffffff;
    background-color: #6c6c6c;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #535353;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}

/*=============================
// #2.23 Media
=============================*/
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*=================================================
// #3 Theme default style
=================================================*/
html {
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    scroll-behavior: smooth;
}

@media (max-width: 1700px) {
    html {
        font-size: 17.5px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

body {
    background-color: #ffffff;
    font-size: 19px;
    min-width: 320px;
}

@media (max-width: 1700px) {
    body {
        font-size: 17.5px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

::-moz-selection {
    background: #446ccd;
    color: #ffffff;
}

::selection {
    background: #446ccd;
    color: #ffffff;
}

.wrapper,
body:not(.single-post)[class*='-full-width'] [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
    max-width: 1700px;
    margin: auto;
    padding-left: 2.632rem;
    padding-right: 2.632rem;
}

@media (max-width: 1700px) {
    .wrapper,
    body:not(.single-post)[class*='-full-width'] [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    .wrapper,
    body:not(.single-post)[class*='-full-width'] [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    .wrapper,
    body:not(.single-post)[class*='-full-width'] [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-width: 767px) {
    #main .wrapper {
        max-width: 450px;
    }

    #main .wrapper-normal .wrapper {
        max-width: 1700px;
    }

    body:not(.single-post)[class*='-full-width'] #main [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        max-width: 450px;
    }

    body:not(.single-post)[class*='-full-width'] #main [class*='-section'] .wrapper-normal[class*='section-boxed'] > [class*='-container'] {
        max-width: 1700px;
    }
}

/*=============================
// #3.1 Font
=============================*/
@font-face {
    font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.eot");
  src: url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.eot");
  src: url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

/*=============================
// Font size
=============================*/
.font-size-sm {
    font-size: 0.789rem;
}

.font-size-df {
    font-size: 0.895rem;
}

.font-size-lg {
    font-size: 1rem;
}

/*=================================================
// #4 Theme content
=================================================*/
/*=============================
// #4.1 Typography
=============================*/
/*=============================
// Headings
=============================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    line-height: 1.31;
}

h1:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h1:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h2:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h2:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h3:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h3:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h4:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h4:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h5:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h5:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h6:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h6:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']) {
    color: #060606;
}

h1:before, .h1:before, h2:before, .h2:before, h3:before, .h3:before, h4:before, .h4:before, h5:before, .h5:before, h6:before, .h6:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.31) * 0.5em);
}

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0;
}

h1:last-child:after, .h1:last-child:after, h2:last-child:after, .h2:last-child:after, h3:last-child:after, .h3:last-child:after, h4:last-child:after, .h4:last-child:after, h5:last-child:after, .h5:last-child:after, h6:last-child:after, .h6:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.31) * 0.5em);
}

h1.after:after, h1.modal-title:after, .card h1.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.reviews-item-positions:after, .h1.after:after, .h1.modal-title:after, .card .h1.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.reviews-item-positions:after, h2.after:after, h2.modal-title:after, .card h2.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h2.reviews-item-positions:after, .h2.after:after, .h2.modal-title:after, .card .h2.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h2.reviews-item-positions:after, h3.after:after, h3.modal-title:after, .card h3.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h3.reviews-item-positions:after, .h3.after:after, .h3.modal-title:after, .card .h3.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h3.reviews-item-positions:after, h4.after:after, h4.modal-title:after, .card h4.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h4.reviews-item-positions:after, .h4.after:after, .h4.modal-title:after, .card .h4.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h4.reviews-item-positions:after, h5.after:after, h5.modal-title:after, .card h5.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h5.reviews-item-positions:after, .h5.after:after, .h5.modal-title:after, .card .h5.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h5.reviews-item-positions:after, h6.after:after, h6.modal-title:after, .card h6.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h6.reviews-item-positions:after, .h6.after:after, .h6.modal-title:after, .card .h6.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h6.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.31) * 0.5em);
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #060606;
}

h1, .h1 {
    word-break: break-word;
    margin-bottom: 0.434rem;
    line-height: 1.45;
}

h1:before, .h1:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.45) * 0.5em);
}

h1:last-child:after, .h1:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.45) * 0.5em);
}

h1.after:after, h1.modal-title:after, .card h1.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.reviews-item-positions:after, .h1.after:after, .h1.modal-title:after, .card .h1.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.45) * 0.5em);
}

h1.large, .h1.large {
    font-size: 4rem;
    line-height: 1.22;
    margin-bottom: 0.434rem;
}

h1.large:before, .h1.large:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.22) * 0.5em);
}

h1.large:last-child, .h1.large:last-child {
    margin-bottom: 0;
}

h1.large:last-child:after, .h1.large:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.22) * 0.5em);
}

h1.large.after, h1.large.modal-title, .card h1.large.card-header, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions, .h1.large.after, .h1.large.modal-title, .card .h1.large.card-header, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions {
    margin-bottom: 0;
}

h1.large.after:after, h1.large.modal-title:after, .card h1.large.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions:after, .h1.large.after:after, .h1.large.modal-title:after, .card .h1.large.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.22) * 0.5em);
}

@media (max-width: 1700px) {
    h1.large, .h1.large {
        font-size: 4.75vw;
    }
}

@media (max-width: 780px) {
    h1.large, .h1.large {
        font-size: 2.474rem;
        line-height: 1.45;
    }

    h1.large:before, .h1.large:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((0.75 - 1.45) * 0.5em);
    }

    h1.large:last-child:after, .h1.large:last-child:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((0.7 - 1.45) * 0.5em);
    }

    h1.large.after:after, h1.large.modal-title:after, .card h1.large.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions:after, .h1.large.after:after, .h1.large.modal-title:after, .card .h1.large.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((0.7 - 1.45) * 0.5em);
    }
}

h2, .h2 {
    margin-bottom: 0.683rem;
    line-height: 1.44;
}

h2:before, .h2:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.44) * 0.5em);
}

h2:last-child:after, .h2:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.44) * 0.5em);
}

h2.after:after, h2.modal-title:after, .card h2.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h2.reviews-item-positions:after, .h2.after:after, .h2.modal-title:after, .card .h2.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h2.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.44) * 0.5em);
}

h3, .h3 {
    margin-bottom: 0.878rem;
    line-height: 1.42;
}

h3:before, .h3:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.42) * 0.5em);
}

h3:last-child:after, .h3:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.42) * 0.5em);
}

h3.after:after, h3.modal-title:after, .card h3.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h3.reviews-item-positions:after, .h3.after:after, .h3.modal-title:after, .card .h3.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h3.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.42) * 0.5em);
}

h4, .h4 {
    margin-bottom: 1.018rem;
    line-height: 1.41;
}

h4:before, .h4:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.41) * 0.5em);
}

h4:last-child:after, .h4:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.41) * 0.5em);
}

h4.after:after, h4.modal-title:after, .card h4.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h4.reviews-item-positions:after, .h4.after:after, .h4.modal-title:after, .card .h4.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h4.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.41) * 0.5em);
}

h5, .h5 {
    margin-bottom: 1.118rem;
    line-height: 1.43;
}

h5:before, .h5:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.43) * 0.5em);
}

h5:last-child:after, .h5:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.43) * 0.5em);
}

h5.after:after, h5.modal-title:after, .card h5.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h5.reviews-item-positions:after, .h5.after:after, .h5.modal-title:after, .card .h5.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h5.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.43) * 0.5em);
}

h6, .h6 {
    margin-bottom: 1.219rem;
    line-height: 1.42;
}

h6:before, .h6:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.42) * 0.5em);
}

h6:last-child:after, .h6:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.42) * 0.5em);
}

h6.after:after, h6.modal-title:after, .card h6.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h6.reviews-item-positions:after, .h6.after:after, .h6.modal-title:after, .card .h6.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h6.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.42) * 0.5em);
}

/*=============================
// Paragraph
=============================*/
p {
    line-height: 1.79;
    font-size: 1rem;
    margin-bottom: 0;
}

p:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

p:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

p:last-child[class*="bg-"]:after {
    display: none;
}

p.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

p.after:after, p.modal-title:after, .card p.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item p.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

p.no-before:before {
    display: none !important;
}

p.no-after:after {
    display: none !important;
}

p.p-small {
    font-size: 0.895rem;
}

p.p-large {
    font-size: 1.3rem;
}

span.s-small {
    font-size: 0.895rem;
}

span.s-large {
    font-size: 1.3rem;
}

i.i-small-xs {
    font-size: 0.684rem;
}

i.i-small {
    font-size: 0.895rem;
}

i.i-default {
    font-size: 1rem;
}

i.i-large {
    font-size: 1.3rem;
}

.small, small {
    line-height: 1.51;
}

.small:before, small:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.51) * 0.5em);
}

.small:last-child:after, small:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.51) * 0.5em);
}

strong, b {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.site-main p {
    margin-bottom: 1.034rem;
}

.site-main p:last-child {
    margin-bottom: 0;
}

/*=============================
// Blockquote
=============================*/
blockquote, .blockquote {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-style: italic;
    border-left: 2px solid #060606;
    color: #060606;
    padding-left: 1.474rem;
    line-height: 1.79;
    margin-bottom: 1.579rem;
}

blockquote:last-child, .blockquote:last-child {
    margin-bottom: 0;
}

blockquote p:after, blockquote p:before, .blockquote p:after, .blockquote p:before {
    display: none;
}

blockquote p:last-child, .blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p:last-child:after, .blockquote p:last-child:after {
    display: none;
}

/*=============================
// Lists
=============================*/
ul {
    list-style: none;
    margin-left: 1.3rem;
    padding: 0;
}

ul li {
    line-height: 1.79;
    margin-bottom: 1.091rem;
}

ul li:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ul li:last-child {
    margin-bottom: 0;
}

ul li:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

ul li:before {
    content: "\2022";
    color: #060606;
    width: 1rem;
    font-size: 0.6rem;
    position: relative;
    top: 0.3rem;
    margin-left: -1.2rem;
}

ul ol, ul ul {
    margin-top: 1.091rem;
}

ol {
    margin-left: 0.94rem;
    padding: 0;
}

ol li {
    line-height: 1.79;
    margin-bottom: 1.091rem;
}

ol li:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ol li:last-child {
    margin-bottom: 0;
}

ol li:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

ol li ul > li:before {
    content: "\2022";
}

ol li ol > li:before {
    content: "";
}

ol li strong, ol li p {
    line-height: 1.79;
}

ol li p {
    margin-top: 1.091rem;
    margin-bottom: 1.091rem;
}

ol li p:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ol li p:first-child {
    margin-top: 0;
}

ol li p:last-child {
    margin-bottom: 0;
}

ol li p:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

ol ol, ol ul {
    margin-top: 1.091rem;
}

.list-unstyled, .nav, .widget-area .widget.widget_recent_comments ul, [class*='widget-container'] .widget.widget_recent_comments ul, .widget-area .widget.widget_rss ul, .footer-widget-area .widget.widget_rss ul, [class*='widget-container'] .widget.widget_rss ul {
    margin-left: 0;
}

.list-unstyled li:after, .nav li:after, .widget-area .widget.widget_recent_comments ul li:after, [class*='widget-container'] .widget.widget_recent_comments ul li:after, .widget-area .widget.widget_rss ul li:after, .footer-widget-area .widget.widget_rss ul li:after, [class*='widget-container'] .widget.widget_rss ul li:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

.list-unstyled li:before, .nav li:before, .widget-area .widget.widget_recent_comments ul li:before, [class*='widget-container'] .widget.widget_recent_comments ul li:before, .widget-area .widget.widget_rss ul li:before, .footer-widget-area .widget.widget_rss ul li:before, [class*='widget-container'] .widget.widget_rss ul li:before {
    content: "";
}

.list-inline {
    margin-left: 0;
}

.list-inline .list-inline-item {
    margin-bottom: 0 !important;
}

.list-inline .list-inline-item:before {
    content: "";
}

address, dl, ol, ul, pre {
    margin-bottom: 1.579rem;
}

address:last-child, dl:last-child, ol:last-child, ul:last-child, pre:last-child {
    margin-bottom: 0;
}

address, dl {
    line-height: 1.79;
}

address:before, dl:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

address:last-child:after, dl:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

pre {
    line-height: 1.79;
}

/*=============================
// Emphasis
=============================*/
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0 0.2em;
}

/*=============================
// Text format
=============================*/
.regular {
    font-family: "Poppins-Regular", sans-serif !important;
    font-weight: 400;
}

.bold, .dropdown-toggle, .dropdown-submenu > .dropdown-item, #back-to-top a span {
    font-family: "Poppins-Bold", sans-serif !important;
    font-weight: 700;
}

/*=============================
// Text color
=============================*/
.text-secondary {
    color: #446ccd !important;
}

a.text-secondary:hover {
    color: #6c6c6c !important;
}

/*=============================
// Hr
=============================*/
hr {
    margin-top: 0;
    margin-bottom: 1.579rem;
}

hr:last-child {
    margin-bottom: 0;
}

.hr {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.579rem !important;
}

/*=============================
// Pullquote
=============================*/
[class*="pullquote"] {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

[class*="pullquote"] .blockquote, [class*="pullquote"] blockquote {
    font-style: normal;
    border: 0;
    padding-left: 0;
}

[class*="pullquote"] .blockquote cite, [class*="pullquote"] blockquote cite {
    font-style: normal;
}

/*=============================
// Caption
=============================*/
caption {
    font-size: 0.895rem;
    padding-top: 0.7895rem;
    padding-bottom: 0;
    line-height: 1.79;
}

caption:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

caption:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

/*=============================
// Figure
=============================*/
figure:last-child {
    margin-bottom: 0;
}

figure figcaption {
    font-size: 0.789rem;
    text-align: center;
    margin-top: 0.7895rem !important;
    margin-bottom: 0 !important;
    line-height: 1.79;
}

figure figcaption:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

figure figcaption:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

/*=============================
// Text width
=============================*/
.text-max-width {
    max-width: 31.579rem;
}

.text-max-width-2 {
    max-width: 38.421rem;
}

/*=============================
// #4.2 Image
=============================*/
.img.object-fit {
    position: relative;
}

.img.object-fit:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.img.object-fit .object-fit-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    outline: none;
}

.img.object-fit .object-fit-cover img, .img.object-fit .object-fit-cover svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
}

.img.object-fit .object-fit-cover figure {
    width: 100%;
    height: 100%;
}

.img.object-fit.size-1:before {
    padding-top: 52%;
}

.img.object-fit.size-2:before {
    padding-top: 64%;
}

.img.object-fit.size-3:before {
    padding-top: 76%;
}

.img.object-fit.size-4:before {
    padding-top: 88%;
}

.img.object-fit.size-5:before {
    padding-top: 112%;
}

.img-blur {
    filter: blur(9px);
    -webkit-filter: blur(9px);
}

.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.figure-img {
    margin-bottom: 0;
}

/*=============================
// Image size
=============================*/
.img-size-1 .img.object-fit {
    min-height: 400px;
    max-height: 800px;
}

.img-size-1 .img.object-fit:before {
    padding-top: 41.7%;
}

/*=============================
// #4.3 Icon
=============================*/
.fas.fas-space-l {
    padding-left: 0.737rem;
}

.fas.fas-space-r {
    padding-right: 0.737rem;
}

.search-form .search .fas.fa-search {
    font-size: 1rem;
}

/*=============================
// Close
=============================*/
.close {
    opacity: 1;
}

.close > span:not(.adveits-i):before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.55 - 1) * 0.5em);
}

.close > span:not(.adveits-i):after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.55 - 1) * 0.5em);
}

.close:hover {
    color: #6c6c6c;
}

.close:hover .adveits-i.adv-close span {
    background-color: #6c6c6c;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

/*=============================
// Hosco icons
=============================*/
@font-face {
    font-family: 'hosco';
  src: url("../assets/fonts/Hosco/hosco.eot?74649233");
  src: url("../assets/fonts/Hosco/hosco.eot?74649233#iefix") format("embedded-opentype"), url("../assets/fonts/Hosco/hosco.svg?74649233#hosco") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'hosco';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgAJYW1idWxhbmNlBWFwcGxlCmFydGlmaWNpYWwHYmxvb2QtMQdibG9vZC0yB2Jsb29kLTMHYmxvb2QtNAdibG9vZC01B2Jsb29kLTYFYmxvb2QKY2FsZW5kYXItMQhjYWxlbmRhcgZjYWxsLTEGY2FsbC0yBmNhbGwtMw1jYW5jZXItcmliYm9uBGNhbGwNZGVudGFsLWNhcmUtMQtkZW50YWwtY2FyZQhkb2N0b3ItMQZkb2N0b3IFZHJpcHMHZHJvcHBlcg5lbWVyZ2VuY3ktY2FsbAllbWVyZ2VuY3kFZXllLTEFZXllLTIIZXllLWRyb3ADZXllDWZpcnN0LWFpZC1raXQFZmxhc2sMZ2x1Y29tZXRlci0xCmdsdWNvbWV0ZXIHaGVhcnQtMQdoZWFydC0yB2hlYXJ0LTMHaGVhcnQtNAdoZWFydC01B2hlYXJ0LTYKaGVhcnQtYmVhdAVoZWFydAhob3NwaXRhbAhraWRuZXktMQZraWRuZXkGa25pdmVzCmxpZmVsaW5lLTEKbGlmZWxpbmUtMghsaWZlbGluZQZsaXF1aWQHbHVuZ3MtMQdsdW5ncy0yB2x1bmdzLTMFbHVuZ3MHbWFjaGluZQRtYWxlCW1lZGljYWwtMQltZWRpY2FsLTIMbWVkaWNhbC1jYXJlB21lZGljYWwKbWljcm9zY29wZQZtb2JpbGUIbmVnYXRpdmUGbm9ybWFsB251cnNlLTEFbnVyc2UIb2ludG1lbnQLb3BlcmF0aW9uLTEJb3BlcmF0aW9uBm94eWdlbgdwYXRpZW50CHBvc2l0aXZlB3JlY29yZHMJcmVjb3ZlcmVkBHNjYW4Jc2Npc3Nvci0xB3NjaXNzb3IIc2VhcmNoLTEIc2VhcmNoLTIGc2VhcmNoC3N0ZXRob3Njb3BlC3N0cmV0Y2hlci0xCXN0cmV0Y2hlcgdzeXJpbmdlCXRhYmxldHMtMQl0YWJsZXRzLTIJdGFibGV0cy0zB3RhYmxldHMFdGVldGgNdGVuc2lvbWV0ZXItMQt0ZW5zaW9tZXRlcgt0ZXN0LXR1YmUtMQl0ZXN0LXR1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") format("truetype");
}

[class^="hosco-icon-"]:before, [class*=" hosco-icon-"]:before {
    font-family: 'hosco';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.hosco-icon-ambulance:before {
    content: '\e800';
}

.hosco-icon-apple:before {
    content: '\e801';
}

.hosco-icon-artificial:before {
    content: '\e802';
}

.hosco-icon-blood-1:before {
    content: '\e803';
}

.hosco-icon-blood-2:before {
    content: '\e804';
}

.hosco-icon-blood-3:before {
    content: '\e805';
}

.hosco-icon-blood-4:before {
    content: '\e806';
}

.hosco-icon-blood-5:before {
    content: '\e807';
}

.hosco-icon-blood-6:before {
    content: '\e808';
}

.hosco-icon-blood:before {
    content: '\e809';
}

.hosco-icon-calendar-1:before {
    content: '\e80a';
}

.hosco-icon-calendar:before {
    content: '\e80b';
}

.hosco-icon-call-1:before {
    content: '\e80c';
}

.hosco-icon-call-2:before {
    content: '\e80d';
}

.hosco-icon-call-3:before {
    content: '\e80e';
}

.hosco-icon-cancer-ribbon:before {
    content: '\e80f';
}

.hosco-icon-call:before {
    content: '\e810';
}

.hosco-icon-dental-care-1:before {
    content: '\e811';
}

.hosco-icon-dental-care:before {
    content: '\e812';
}

.hosco-icon-doctor-1:before {
    content: '\e813';
}

.hosco-icon-doctor:before {
    content: '\e814';
}

.hosco-icon-drips:before {
    content: '\e815';
}

.hosco-icon-dropper:before {
    content: '\e816';
}

.hosco-icon-emergency-call:before {
    content: '\e817';
}

.hosco-icon-emergency:before {
    content: '\e818';
}

.hosco-icon-eye-1:before {
    content: '\e819';
}

.hosco-icon-eye-2:before {
    content: '\e81a';
}

.hosco-icon-eye-drop:before {
    content: '\e81b';
}

.hosco-icon-eye:before {
    content: '\e81c';
}

.hosco-icon-first-aid-kit:before {
    content: '\e81d';
}

.hosco-icon-flask:before {
    content: '\e81e';
}

.hosco-icon-glucometer-1:before {
    content: '\e81f';
}

.hosco-icon-glucometer:before {
    content: '\e820';
}

.hosco-icon-heart-1:before {
    content: '\e821';
}

.hosco-icon-heart-2:before {
    content: '\e822';
}

.hosco-icon-heart-3:before {
    content: '\e823';
}

.hosco-icon-heart-4:before {
    content: '\e824';
}

.hosco-icon-heart-5:before {
    content: '\e825';
}

.hosco-icon-heart-6:before {
    content: '\e826';
}

.hosco-icon-heart-beat:before {
    content: '\e827';
}

.hosco-icon-heart:before {
    content: '\e828';
}

.hosco-icon-hospital:before {
    content: '\e829';
}

.hosco-icon-kidney-1:before {
    content: '\e82a';
}

.hosco-icon-kidney:before {
    content: '\e82b';
}

.hosco-icon-knives:before {
    content: '\e82c';
}

.hosco-icon-lifeline-1:before {
    content: '\e82d';
}

.hosco-icon-lifeline-2:before {
    content: '\e82e';
}

.hosco-icon-lifeline:before {
    content: '\e82f';
}

.hosco-icon-liquid:before {
    content: '\e830';
}

.hosco-icon-lungs-1:before {
    content: '\e831';
}

.hosco-icon-lungs-2:before {
    content: '\e832';
}

.hosco-icon-lungs-3:before {
    content: '\e833';
}

.hosco-icon-lungs:before {
    content: '\e834';
}

.hosco-icon-machine:before {
    content: '\e835';
}

.hosco-icon-male:before {
    content: '\e836';
}

.hosco-icon-medical-1:before {
    content: '\e837';
}

.hosco-icon-medical-2:before {
    content: '\e838';
}

.hosco-icon-medical-care:before {
    content: '\e839';
}

.hosco-icon-medical:before {
    content: '\e83a';
}

.hosco-icon-microscope:before {
    content: '\e83b';
}

.hosco-icon-mobile:before {
    content: '\e83c';
}

.hosco-icon-negative:before {
    content: '\e83d';
}

.hosco-icon-normal:before {
    content: '\e83e';
}

.hosco-icon-nurse-1:before {
    content: '\e83f';
}

.hosco-icon-nurse:before {
    content: '\e840';
}

.hosco-icon-ointment:before {
    content: '\e841';
}

.hosco-icon-operation-1:before {
    content: '\e842';
}

.hosco-icon-operation:before {
    content: '\e843';
}

.hosco-icon-oxygen:before {
    content: '\e844';
}

.hosco-icon-patient:before {
    content: '\e845';
}

.hosco-icon-positive:before {
    content: '\e846';
}

.hosco-icon-records:before {
    content: '\e847';
}

.hosco-icon-recovered:before {
    content: '\e848';
}

.hosco-icon-scan:before {
    content: '\e849';
}

.hosco-icon-scissor-1:before {
    content: '\e84a';
}

.hosco-icon-scissor:before {
    content: '\e84b';
}

.hosco-icon-search-1:before {
    content: '\e84c';
}

.hosco-icon-search-2:before {
    content: '\e84d';
}

.hosco-icon-search:before {
    content: '\e84e';
}

.hosco-icon-stethoscope:before {
    content: '\e84f';
}

.hosco-icon-stretcher-1:before {
    content: '\e850';
}

.hosco-icon-stretcher:before {
    content: '\e851';
}

.hosco-icon-syringe:before {
    content: '\e852';
}

.hosco-icon-tablets-1:before {
    content: '\e853';
}

.hosco-icon-tablets-2:before {
    content: '\e854';
}

.hosco-icon-tablets-3:before {
    content: '\e855';
}

.hosco-icon-tablets:before {
    content: '\e856';
}

.hosco-icon-teeth:before {
    content: '\e857';
}

.hosco-icon-tensiometer-1:before {
    content: '\e858';
}

.hosco-icon-tensiometer:before {
    content: '\e859';
}

.hosco-icon-test-tube-1:before {
    content: '\e85a';
}

.hosco-icon-test-tube:before {
    content: '\e85b';
}

.hosco-icon-thermometer:before {
    content: '\e85c';
}

.hosco-icon-tooth-1:before {
    content: '\e85d';
}

.hosco-icon-tooth-2:before {
    content: '\e85e';
}

.hosco-icon-tooth:before {
    content: '\e85f';
}

.hosco-icon-weight-scale-1:before {
    content: '\e860';
}

.hosco-icon-weight-scale:before {
    content: '\e861';
}

.hosco-icon-wheelchair-1:before {
    content: '\e862';
}

.hosco-icon-wheelchair:before {
    content: '\e863';
}

/*=============================
// #4.4 Tables
=============================*/
table th {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

table:not(.table-dark) th {
    color: #060606;
}

table th, table td {
    border: 1px solid #dadada;
    padding: 0.8rem 1rem;
}

[class*="calendar"] th {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

[class*="calendar"]:not(.table-dark) th {
    background: transparent;
    color: #060606;
}

[class*="calendar"] th, [class*="calendar"] td {
    border: 1px solid #dadada !important;
    padding: 0.8rem 0 !important;
    text-align: center;
}

[class*="calendar"] tfoot a {
    color: #060606;
    text-decoration: none;
}

[class*="calendar"] tfoot a:hover {
    color: #6c6c6c;
}

[class*="calendar"] a {
    text-decoration: none;
    font-weight: 700;
}

/*=================================================
// #5 Theme utilities
=================================================*/
/*=============================
// #5.1 Background
=============================*/
.bg-fixed {
    background-attachment: fixed;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark a, .bg-dark p, .bg-text-tertiary-color h1, .bg-text-tertiary-color h2, .bg-text-tertiary-color h3, .bg-text-tertiary-color h4, .bg-text-tertiary-color h5, .bg-text-tertiary-color h6, .bg-text-tertiary-color a, .bg-text-tertiary-color p {
    color: #ffffff;
}

.bg-gray {
    background-color: #f2f2f2;
}

.bg-gray-light {
    background-color: #f8f8f8;
}

.bg-gray-light.before-block {
    position: relative;
}

.bg-gray-light.before-block:before {
    content: '';
    position: absolute;
    top: -10.526rem;
    height: 100%;
    width: 100%;
    background: #f8f8f8;
    z-index: -1;
}

.bg-gray-dark {
    background-color: #dadada;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #446ccd;
}

.bg-indigo {
    background-color: #6c44cd;
}

.bg-purple {
    background-color: #b344cd;
}

.bg-pink {
    background-color: #cd4494;
}

.bg-red {
    background-color: #cd4444;
}

.bg-orange {
    background-color: #cd6f44;
}

.bg-yellow {
    background-color: #cdc344;
}

.bg-green {
    background-color: #44cd4b;
}

.bg-teal {
    background-color: #44cda8;
}

.bg-cyan {
    background-color: #44bdcd;
}

/*=============================
// Background full width
=============================*/
.bg-white-full-width {
    position: relative;
    background: #ffffff;
}

.bg-white-full-width:before, .bg-white-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #ffffff;
}

@media (max-width: 991px) {
    .bg-white-full-width:before, .bg-white-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-white-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-white-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-full-width {
    position: relative;
    background: #f2f2f2;
}

.bg-gray-full-width:before, .bg-gray-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f2f2f2;
}

@media (max-width: 991px) {
    .bg-gray-full-width:before, .bg-gray-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-light-full-width {
    position: relative;
    background: #f8f8f8;
}

.bg-gray-light-full-width:before, .bg-gray-light-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .bg-gray-light-full-width:before, .bg-gray-light-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-light-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-dark-full-width {
    position: relative;
    background: #dadada;
}

.bg-gray-dark-full-width:before, .bg-gray-dark-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #dadada;
}

@media (max-width: 991px) {
    .bg-gray-dark-full-width:before, .bg-gray-dark-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-dark-full-width:after {
        right: -1.59515rem;
    }
}

.bg-light-full-width {
    position: relative;
    background: #f8f8f8;
}

.bg-light-full-width:before, .bg-light-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .bg-light-full-width:before, .bg-light-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-light-full-width:after {
        right: -1.59515rem;
    }
}

.bg-dark-full-width {
    position: relative;
    background: #6c6c6c;
}

.bg-dark-full-width:before, .bg-dark-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #6c6c6c;
}

@media (max-width: 991px) {
    .bg-dark-full-width:before, .bg-dark-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-dark-full-width:after {
        right: -1.59515rem;
    }
}

/*=============================
// #5.2 Spacing
=============================*/
.spacer.m-top-xl {
    margin-top: 8.421rem !important;
}

.spacer.m-top-xl-2 {
    margin-top: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-xl-media-xxxl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-xl-media-xxl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-xl-media-xl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-xl-media-lg {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-xl-media-md {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-xl-media-sm {
        margin-top: 8.421rem !important;
    }
}

.spacer.m-top-lg {
    margin-top: 3.158rem !important;
}

.spacer.m-top-lg-2 {
    margin-top: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-lg-media-xxxl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-lg-media-xxl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-lg-media-xl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-lg-media-lg {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-lg-media-md {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-lg-media-sm {
        margin-top: 3.158rem !important;
    }
}

.spacer.m-top-md {
    margin-top: 2.632rem !important;
}

.spacer.m-top-md-2 {
    margin-top: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-md-media-xxxl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-md-media-xxl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-md-media-xl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-md-media-lg {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-md-media-md {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-md-media-sm {
        margin-top: 2.632rem !important;
    }
}

.spacer.m-top-sm {
    margin-top: 2.105rem !important;
}

.spacer.m-top-sm-2 {
    margin-top: 1.0525rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-sm-media-xxxl {
        margin-top: 2.105rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-sm-media-xxl {
        margin-top: 2.105rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-sm-media-xl {
        margin-top: 2.105rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-sm-media-lg {
        margin-top: 2.105rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-sm-media-md {
        margin-top: 2.105rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-sm-media-sm {
        margin-top: 2.105rem !important;
    }
}

.spacer.m-top-xs {
    margin-top: 1.579rem !important;
}

.spacer.m-top-xs-2 {
    margin-top: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-xs-media-xxxl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-xs-media-xxl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-xs-media-xl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-xs-media-lg {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-xs-media-md {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-xs-media-sm {
        margin-top: 1.579rem !important;
    }
}

.spacer.m-bottom-xl {
    margin-bottom: 8.421rem !important;
}

.spacer.m-bottom-xl-2 {
    margin-bottom: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xl-media-xxxl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xl-media-xxl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-xl-media-xl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-xl-media-lg {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-xl-media-md {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-xl-media-sm {
        margin-bottom: 8.421rem !important;
    }
}

.spacer.m-bottom-lg {
    margin-bottom: 3.158rem !important;
}

.spacer.m-bottom-lg-2 {
    margin-bottom: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-lg-media-xxxl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-lg-media-xxl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-lg-media-xl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-lg-media-lg {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-lg-media-md {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-lg-media-sm {
        margin-bottom: 3.158rem !important;
    }
}

.spacer.m-bottom-md {
    margin-bottom: 2.632rem !important;
}

.spacer.m-bottom-md-2 {
    margin-bottom: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-md-media-xxxl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-md-media-xxl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-md-media-xl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-md-media-lg {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-md-media-md {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-md-media-sm {
        margin-bottom: 2.632rem !important;
    }
}

.spacer.m-bottom-sm {
    margin-bottom: 2.105rem !important;
}

.spacer.m-bottom-sm-2 {
    margin-bottom: 1.0525rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-sm-media-xxxl {
        margin-bottom: 2.105rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-sm-media-xxl {
        margin-bottom: 2.105rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-sm-media-xl {
        margin-bottom: 2.105rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-sm-media-lg {
        margin-bottom: 2.105rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-sm-media-md {
        margin-bottom: 2.105rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-sm-media-sm {
        margin-bottom: 2.105rem !important;
    }
}

.spacer.m-bottom-xs {
    margin-bottom: 1.579rem !important;
}

.spacer.m-bottom-xs-2 {
    margin-bottom: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xs-media-xxxl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xs-media-xxl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-xs-media-xl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-xs-media-lg {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-xs-media-md {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-xs-media-sm {
        margin-bottom: 1.579rem !important;
    }
}

.spacer.m-left-xl {
    margin-left: 8.421rem !important;
}

.spacer.m-left-xl-2 {
    margin-left: 4.2105rem !important;
}

.spacer.m-left-lg {
    margin-left: 3.158rem !important;
}

.spacer.m-left-lg-2 {
    margin-left: 1.579rem !important;
}

.spacer.m-left-md {
    margin-left: 2.632rem !important;
}

.spacer.m-left-md-2 {
    margin-left: 1.316rem !important;
}

.spacer.m-left-sm {
    margin-left: 2.105rem !important;
}

.spacer.m-left-sm-2 {
    margin-left: 1.0525rem !important;
}

.spacer.m-left-xs {
    margin-left: 1.579rem !important;
}

.spacer.m-left-xs-2 {
    margin-left: 0.7895rem !important;
}

.spacer.m-right-xl {
    margin-right: 8.421rem !important;
}

.spacer.m-right-xl-2 {
    margin-right: 4.2105rem !important;
}

.spacer.m-right-lg {
    margin-right: 3.158rem !important;
}

.spacer.m-right-lg-2 {
    margin-right: 1.579rem !important;
}

.spacer.m-right-md {
    margin-right: 2.632rem !important;
}

.spacer.m-right-md-2 {
    margin-right: 1.316rem !important;
}

.spacer.m-right-sm {
    margin-right: 2.105rem !important;
}

.spacer.m-right-sm-2 {
    margin-right: 1.0525rem !important;
}

.spacer.m-right-xs {
    margin-right: 1.579rem !important;
}

.spacer.m-right-xs-2 {
    margin-right: 0.7895rem !important;
}

.spacer.p-top-xl {
    padding-top: 8.421rem !important;
}

.spacer.p-top-xl-2 {
    padding-top: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-xl-media-xxxl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-xl-media-xxl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-xl-media-xl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-xl-media-lg {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-xl-media-md {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-xl-media-sm {
        padding-top: 8.421rem !important;
    }
}

.spacer.p-top-lg {
    padding-top: 3.158rem !important;
}

.spacer.p-top-lg-2 {
    padding-top: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-lg-media-xxxl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-lg-media-xxl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-lg-media-xl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-lg-media-lg {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-lg-media-md {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-lg-media-sm {
        padding-top: 3.158rem !important;
    }
}

.spacer.p-top-md {
    padding-top: 2.632rem !important;
}

.spacer.p-top-md-2 {
    padding-top: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-md-media-xxxl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-md-media-xxl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-md-media-xl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-md-media-lg {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-md-media-md {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-md-media-sm {
        padding-top: 2.632rem !important;
    }
}

.spacer.p-top-sm {
    padding-top: 2.105rem !important;
}

.spacer.p-top-sm-2 {
    padding-top: 1.0525rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-sm-media-xxxl {
        padding-top: 2.105rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-sm-media-xxl {
        padding-top: 2.105rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-sm-media-xl {
        padding-top: 2.105rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-sm-media-lg {
        padding-top: 2.105rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-sm-media-md {
        padding-top: 2.105rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-sm-media-sm {
        padding-top: 2.105rem !important;
    }
}

.spacer.p-top-xs {
    padding-top: 1.579rem !important;
}

.spacer.p-top-xs-2 {
    padding-top: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-xs-media-xxxl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-xs-media-xxl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-xs-media-xl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-xs-media-lg {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-xs-media-md {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-xs-media-sm {
        padding-top: 1.579rem !important;
    }
}

.spacer.p-bottom-xl {
    padding-bottom: 8.421rem !important;
}

.spacer.p-bottom-xl-2 {
    padding-bottom: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xl-media-xxxl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xl-media-xxl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-xl-media-xl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-xl-media-lg {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-xl-media-md {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-xl-media-sm {
        padding-bottom: 8.421rem !important;
    }
}

.spacer.p-bottom-lg {
    padding-bottom: 3.158rem !important;
}

.spacer.p-bottom-lg-2 {
    padding-bottom: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-lg-media-xxxl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-lg-media-xxl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-lg-media-xl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-lg-media-lg {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-lg-media-md {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-lg-media-sm {
        padding-bottom: 3.158rem !important;
    }
}

.spacer.p-bottom-md {
    padding-bottom: 2.632rem !important;
}

.spacer.p-bottom-md-2 {
    padding-bottom: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-md-media-xxxl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-md-media-xxl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-md-media-xl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-md-media-lg {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-md-media-md {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-md-media-sm {
        padding-bottom: 2.632rem !important;
    }
}

.spacer.p-bottom-sm {
    padding-bottom: 2.105rem !important;
}

.spacer.p-bottom-sm-2 {
    padding-bottom: 1.0525rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-sm-media-xxxl {
        padding-bottom: 2.105rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-sm-media-xxl {
        padding-bottom: 2.105rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-sm-media-xl {
        padding-bottom: 2.105rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-sm-media-lg {
        padding-bottom: 2.105rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-sm-media-md {
        padding-bottom: 2.105rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-sm-media-sm {
        padding-bottom: 2.105rem !important;
    }
}

.spacer.p-bottom-xs {
    padding-bottom: 1.579rem !important;
}

.spacer.p-bottom-xs-2 {
    padding-bottom: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xs-media-xxxl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xs-media-xxl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-xs-media-xl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-xs-media-lg {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-xs-media-md {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-xs-media-sm {
        padding-bottom: 1.579rem !important;
    }
}

.spacer.p-left-xl {
    padding-left: 8.421rem !important;
}

.spacer.p-left-xl-2 {
    padding-left: 4.2105rem !important;
}

.spacer.p-left-lg {
    padding-left: 3.158rem !important;
}

.spacer.p-left-lg-2 {
    padding-left: 1.579rem !important;
}

.spacer.p-left-md {
    padding-left: 2.632rem !important;
}

.spacer.p-left-md-2 {
    padding-left: 1.316rem !important;
}

.spacer.p-left-sm {
    padding-left: 2.105rem !important;
}

.spacer.p-left-sm-2 {
    padding-left: 1.0525rem !important;
}

.spacer.p-left-sm-4 {
    padding-left: 0.52625rem !important;
}

.spacer.p-left-xs {
    padding-left: 1.579rem !important;
}

.spacer.p-left-xs-2 {
    padding-left: 0.7895rem !important;
}

.spacer.p-right-xl {
    padding-right: 8.421rem !important;
}

.spacer.p-right-xl-2 {
    padding-right: 4.2105rem !important;
}

.spacer.p-right-lg {
    padding-right: 3.158rem !important;
}

.spacer.p-right-lg-2 {
    padding-right: 1.579rem !important;
}

.spacer.p-right-md {
    padding-right: 2.632rem !important;
}

.spacer.p-right-md-2 {
    padding-right: 1.316rem !important;
}

.spacer.p-right-sm {
    padding-right: 2.105rem !important;
}

.spacer.p-right-sm-2 {
    padding-right: 1.0525rem !important;
}

.spacer.p-right-sm-4 {
    padding-right: 0.52625rem !important;
}

.spacer.p-right-xs {
    padding-right: 1.579rem !important;
}

.spacer.p-right-xs-2 {
    padding-right: 0.7895rem !important;
}

.no-space, .form-group {
    font-size: 0;
    line-height: 0;
}

.padding-xl {
    padding: 8.421rem;
}

.padding-xl-2 {
    padding: 4.2105rem;
}

.padding-lg {
    padding: 3.158rem;
}

.padding-lg-2 {
    padding: 1.579rem;
}

.padding-md {
    padding: 2.632rem;
}

.padding-md-2 {
    padding: 1.316rem;
}

.padding-sm {
    padding: 2.105rem;
}

.padding-sm-2 {
    padding: 1.0525rem;
}

.padding-xs {
    padding: 1.579rem;
}

.padding-xs-2 {
    padding: 0.7895rem;
}

/*=============================
// #5.3 Sizing
=============================*/
.min-w-100 {
    min-width: 100% !important;
}

.min-w-auto, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: auto !important;
}

/*=============================
// #5.4 Iframe
=============================*/
iframe {
    width: 100%;
}

/*=============================
// #5.5 Colors
=============================*/
/*=============================
// Text white
=============================*/
.text-white {
    color: #ffffff;
}

.text-white [class*='widget-text-editor'] {
    color: #ffffff;
}

.text-white h1:not(.btn), .text-white h2:not(.btn), .text-white h3:not(.btn), .text-white h4:not(.btn), .text-white h5:not(.btn), .text-white h6:not(.btn), .text-white p:not(.btn), .text-white blockquote:not(.btn), .text-white pre:not(.btn), .text-white a:not(.btn), .text-white abbr:not(.btn), .text-white address:not(.btn), .text-white cit:not(.btn), .text-white code:not(.btn),
  .text-white del:not(.btn), .text-white dfn:not(.btn), .text-white em:not(.btn), .text-white ins:not(.btn), .text-white q:not(.btn), .text-white samp:not(.btn), .text-white small:not(.btn), .text-white strong:not(.btn), .text-white sub:not(.btn), .text-white sup:not(.btn), .text-white b:not(.btn), .text-white i:not(.btn), .text-white hr:not(.btn), .text-white dl:not(.btn), .text-white dt:not(.btn), .text-white dd:not(.btn),
  .text-white ol:not(.btn), .text-white ul:not(.btn), .text-white li:not(.btn), .text-white fieldset:not(.btn), .text-white legend:not(.btn), .text-white label:not(.btn), .text-white span:not(.btn), .text-white caption:not(.btn), .text-white figcaption:not(.btn), .text-white details:not(.btn), .text-white hgroup:not(.btn), .text-white summary:not(.btn), .text-white mark:not(.btn), .text-white audio:not(.btn), .text-white video:not(.btn) {
    color: inherit !important;
}

.text-white a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.7;
}

.text-white .btn.btn-link, .text-white [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .text-white [class*='-block-search__button'], .text-white [class*='-password-form'] input[type="submit"], [class*='-password-form'] .text-white input[type="submit"], .text-white .widget-area .tagcloud .btn-link.tag-cloud-link, .widget-area .tagcloud .text-white .btn-link.tag-cloud-link, .text-white [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link, [class*='widget-container'] .tagcloud .text-white .btn-link.tag-cloud-link, .text-white #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .text-white .btn-link.tag-cloud-link, .text-white #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .text-white .tag-cloud-link[class*='-block-search__button'], .text-white [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .text-white .tag-cloud-link[class*='-block-search__button'], .text-white #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .text-white input.tag-cloud-link[type="submit"], .text-white [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .text-white input.tag-cloud-link[type="submit"], .text-white #single .single-content .tags p a.btn-link, #single .single-content .tags p .text-white a.btn-link, .text-white #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button'], #single .single-content .tags p [class*='-block-search'] .text-white a[class*='-block-search__button'], .text-white [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p .text-white a[class*='-block-search__button'] {
    color: #ffffff;
}

.text-white .blockquote, .text-white blockquote {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/*=============================
// Text tertiary
=============================*/
.text-tertiary {
    color: #ffffff;
}

.text-tertiary [class*='widget-text-editor'] {
    color: #ffffff;
}

.text-tertiary h1:not(.btn), .text-tertiary h2:not(.btn), .text-tertiary h3:not(.btn), .text-tertiary h4:not(.btn), .text-tertiary h5:not(.btn), .text-tertiary h6:not(.btn), .text-tertiary p:not(.btn), .text-tertiary blockquote:not(.btn), .text-tertiary pre:not(.btn), .text-tertiary a:not(.btn), .text-tertiary abbr:not(.btn), .text-tertiary address:not(.btn), .text-tertiary cit:not(.btn), .text-tertiary code:not(.btn),
  .text-tertiary del:not(.btn), .text-tertiary dfn:not(.btn), .text-tertiary em:not(.btn), .text-tertiary ins:not(.btn), .text-tertiary q:not(.btn), .text-tertiary samp:not(.btn), .text-tertiary small:not(.btn), .text-tertiary strong:not(.btn), .text-tertiary sub:not(.btn), .text-tertiary sup:not(.btn), .text-tertiary b:not(.btn), .text-tertiary i:not(.btn), .text-tertiary hr:not(.btn), .text-tertiary dl:not(.btn), .text-tertiary dt:not(.btn), .text-tertiary dd:not(.btn),
  .text-tertiary ol:not(.btn), .text-tertiary ul:not(.btn), .text-tertiary li:not(.btn), .text-tertiary fieldset:not(.btn), .text-tertiary legend:not(.btn), .text-tertiary label:not(.btn), .text-tertiary span:not(.btn), .text-tertiary caption:not(.btn), .text-tertiary figcaption:not(.btn), .text-tertiary details:not(.btn), .text-tertiary hgroup:not(.btn), .text-tertiary summary:not(.btn), .text-tertiary mark:not(.btn), .text-tertiary audio:not(.btn), .text-tertiary video:not(.btn) {
    color: inherit !important;
}

.text-tertiary a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.7;
}

/*=============================
// Block cover
=============================*/
[class*='-block-cover'] p:not(.has-text-color) {
    color: #ffffff;
}

[class*='-block-cover'] p:not(.has-text-color) a {
    color: #ffffff;
}

[class*='-block-cover'] p:not(.has-text-color) a:hover {
    opacity: 0.8;
}

/*=============================
// #5.6 Flex
=============================*/
/*=============================
// #5.7 Overflow
=============================*/
.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-x: hidden;
}

/*=================================================
// #6 Theme layout
=================================================*/
/*=============================
// #6.1 Grid
=============================*/
/*=============================
// Grid gutter
=============================*/
.row.gutter-width-xl {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xl {
        margin-left: -2.807rem;
        margin-right: -2.807rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xl {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-xl > .col,
  .row.gutter-width-xl > [class*='col-'] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xl > .col,
      .row.gutter-width-xl > [class*='col-'] {
        padding-left: 2.807rem;
        padding-right: 2.807rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xl > .col,
      .row.gutter-width-xl > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-lg {
    margin-left: -1.579rem;
    margin-right: -1.579rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-lg {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-lg {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-lg > .col,
  .row.gutter-width-lg > [class*='col-'] {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-lg > .col,
      .row.gutter-width-lg > [class*='col-'] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-lg > .col,
      .row.gutter-width-lg > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-md {
    margin-left: -1.316rem;
    margin-right: -1.316rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-md {
        margin-left: -0.79758rem;
        margin-right: -0.79758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-md {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-md > .col,
  .row.gutter-width-md > [class*='col-'] {
    padding-left: 1.316rem;
    padding-right: 1.316rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-md > .col,
      .row.gutter-width-md > [class*='col-'] {
        padding-left: 0.79758rem;
        padding-right: 0.79758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-md > .col,
      .row.gutter-width-md > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-sm {
    margin-left: -1.0525rem;
    margin-right: -1.0525rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-sm {
        margin-left: -0.63788rem;
        margin-right: -0.63788rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-sm {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-sm > .col,
  .row.gutter-width-sm > [class*='col-'] {
    padding-left: 1.0525rem;
    padding-right: 1.0525rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-sm > .col,
      .row.gutter-width-sm > [class*='col-'] {
        padding-left: 0.63788rem;
        padding-right: 0.63788rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-sm > .col,
      .row.gutter-width-sm > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-xs {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xs {
        margin-left: -0.47848rem;
        margin-right: -0.47848rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xs {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-xs > .col,
  .row.gutter-width-xs > [class*='col-'] {
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xs > .col,
      .row.gutter-width-xs > [class*='col-'] {
        padding-left: 0.47848rem;
        padding-right: 0.47848rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xs > .col,
      .row.gutter-width-xs > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xl {
    margin-bottom: -8.421rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xl {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xl > .col,
  .row[class*='gutter-width-'].with-pb-xl > [class*='col-'] {
    padding-bottom: 8.421rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xl > .col:last-child,
      .row[class*='gutter-width-'].with-pb-xl > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-lg {
    margin-bottom: -3.158rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-lg {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-lg > .col,
  .row[class*='gutter-width-'].with-pb-lg > [class*='col-'] {
    padding-bottom: 3.158rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-lg > .col:last-child,
      .row[class*='gutter-width-'].with-pb-lg > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-md {
    margin-bottom: -2.632rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-md {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-md > .col,
  .row[class*='gutter-width-'].with-pb-md > [class*='col-'] {
    padding-bottom: 2.632rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-md > .col:last-child,
      .row[class*='gutter-width-'].with-pb-md > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-sm {
    margin-bottom: -2.105rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-sm {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-sm > .col,
  .row[class*='gutter-width-'].with-pb-sm > [class*='col-'] {
    padding-bottom: 2.105rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-sm > .col:last-child,
      .row[class*='gutter-width-'].with-pb-sm > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xs {
    margin-bottom: -1.579rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xs {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xs > .col,
  .row[class*='gutter-width-'].with-pb-xs > [class*='col-'] {
    padding-bottom: 1.579rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xs > .col:last-child,
      .row[class*='gutter-width-'].with-pb-xs > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'] > [class*='r-container'] > [class*='-row'] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[class*='-element'].no-gutters > [class*='r-container'] {
    margin-right: 0;
    margin-left: 0;
}

[class*='-element'].no-gutters > [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].no-gutters > [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

[class*='-element'].gutter-width-xl [class*='r-container'] {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] {
        margin-left: -2.807rem;
        margin-right: -2.807rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 2.807rem;
        padding-right: 2.807rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-lg [class*='r-container'] {
    margin-left: -1.579rem;
    margin-right: -1.579rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-md [class*='r-container'] {
    margin-left: -1.316rem;
    margin-right: -1.316rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-md [class*='r-container'] {
        margin-left: -0.79758rem;
        margin-right: -0.79758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-md [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.316rem;
    padding-right: 1.316rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.79758rem;
        padding-right: 0.79758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-sm [class*='r-container'] {
    margin-left: -1.0525rem;
    margin-right: -1.0525rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] {
        margin-left: -0.63788rem;
        margin-right: -0.63788rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.0525rem;
    padding-right: 1.0525rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.63788rem;
        padding-right: 0.63788rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-xs [class*='r-container'] {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] {
        margin-left: -0.47848rem;
        margin-right: -0.47848rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.47848rem;
        padding-right: 0.47848rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] {
    margin-bottom: -8.421rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 8.421rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] {
    margin-bottom: -3.158rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 3.158rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] {
    margin-bottom: -2.632rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 2.632rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] {
    margin-bottom: -2.105rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 2.105rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] {
    margin-bottom: -1.579rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 1.579rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

/*=================================================
// #7 Theme components
=================================================*/
/*=============================
// #7.1 Link
=============================*/
a {
    color: #060606;
}

a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

a.a-small {
    font-size: 0.895rem;
}

a.a-large {
    font-size: 1.3rem;
}

/*=============================
// #7.2 Button
=============================*/
.btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: 11.053rem;
}

.btn.btn-sm, .btn-group-sm > .btn, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'], [class*='-password-form'] .btn-group-sm > input[type="submit"], [class*='-block-search'] .btn-sm[class*='-block-search__button'], [class*='-password-form'] input.btn-sm[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: 6.158rem;
}

.btn.btn-lg, .btn-group-lg > .btn, .widget-area .tagcloud .btn-group-lg > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link, #single .single-content .tags p .btn-group-lg > a, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .btn-lg.tag-cloud-link, .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] .widget-area .tagcloud .tag-cloud-link[class*='-block-search__button'], .widget-area .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] .widget-area .tagcloud input.tag-cloud-link[type="submit"], [class*='widget-container'] .tagcloud .btn-lg.tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] [class*='widget-container'] .tagcloud .tag-cloud-link[class*='-block-search__button'], [class*='widget-container'] .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] [class*='widget-container'] .tagcloud input.tag-cloud-link[type="submit"], #single .single-content .description [class*='tag-cloud'] .btn-lg.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"], #single .single-content .tags p a.btn-lg, #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button'] {
    min-width: 13.632rem;
}

.btn.btn-regular, [class*='-block-search'] .btn-regular[class*='-block-search__button'], [class*='-password-form'] input.btn-regular[type="submit"], .widget-area .tagcloud .btn-regular.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-regular.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-regular.tag-cloud-link, #single .single-content .tags p a.btn-regular {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
}

.btn.btn-bold, [class*='-block-search'] .btn-bold[class*='-block-search__button'], [class*='-password-form'] input.btn-bold[type="submit"], .widget-area .tagcloud .btn-bold.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-bold.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-bold.tag-cloud-link, #single .single-content .tags p a.btn-bold {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.btn.before:before, [class*='-block-search'] .before[class*='-block-search__button']:before, [class*='-password-form'] input.before[type="submit"]:before, .widget-area .tagcloud .before.tag-cloud-link:before, [class*='widget-container'] .tagcloud .before.tag-cloud-link:before, #single .single-content .description [class*='tag-cloud'] .before.tag-cloud-link:before, #single .single-content .tags p a.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.23) * 0.5em);
}

.btn.after:after, .btn.modal-title:after, [class*='-block-search'] .modal-title[class*='-block-search__button']:after, [class*='-password-form'] input.modal-title[type="submit"]:after, .widget-area .tagcloud .modal-title.tag-cloud-link:after, [class*='widget-container'] .tagcloud .modal-title.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .modal-title.tag-cloud-link:after, #single .single-content .tags p a.modal-title:after, [class*='-block-search'] .after[class*='-block-search__button']:after, [class*='-block-search'] .card .card-header[class*='-block-search__button']:after, .card [class*='-block-search'] .card-header[class*='-block-search__button']:after, [class*='-block-search'] .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-positions[class*='-block-search__button']:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item [class*='-block-search'] .reviews-item-positions[class*='-block-search__button']:after, [class*='-password-form'] input.after[type="submit"]:after, [class*='-password-form'] .card input.card-header[type="submit"]:after, .card [class*='-password-form'] input.card-header[type="submit"]:after, [class*='-password-form'] .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item input.reviews-item-positions[type="submit"]:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item [class*='-password-form'] input.reviews-item-positions[type="submit"]:after, .card .btn.card-header:after, .card .widget-area .tagcloud .card-header.tag-cloud-link:after, .widget-area .tagcloud .card .card-header.tag-cloud-link:after, .card [class*='widget-container'] .tagcloud .card-header.tag-cloud-link:after, [class*='widget-container'] .tagcloud .card .card-header.tag-cloud-link:after, .card #single .single-content .description [class*='tag-cloud'] .card-header.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .card .card-header.tag-cloud-link:after, .card #single .single-content .tags p a.card-header:after, #single .single-content .tags p .card a.card-header:after, .widget-area .tagcloud .after.tag-cloud-link:after, .widget-area .tagcloud .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .tag-cloud-link.reviews-item-positions:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .widget-area .tagcloud .tag-cloud-link.reviews-item-positions:after, [class*='widget-container'] .tagcloud .after.tag-cloud-link:after, [class*='widget-container'] .tagcloud .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .tag-cloud-link.reviews-item-positions:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item [class*='widget-container'] .tagcloud .tag-cloud-link.reviews-item-positions:after, #single .single-content .description [class*='tag-cloud'] .after.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .tag-cloud-link.reviews-item-positions:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item #single .single-content .description [class*='tag-cloud'] .tag-cloud-link.reviews-item-positions:after, #single .single-content .tags p a.after:after, #single .single-content .tags p .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item a.reviews-item-positions:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item #single .single-content .tags p a.reviews-item-positions:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .btn.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.83 - 1.23) * 0.5em);
}

.btn.btn-link, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .btn-link.tag-cloud-link, .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] .widget-area .tagcloud .tag-cloud-link[class*='-block-search__button'], .widget-area .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] .widget-area .tagcloud input.tag-cloud-link[type="submit"], [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] [class*='widget-container'] .tagcloud .tag-cloud-link[class*='-block-search__button'], [class*='widget-container'] .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] [class*='widget-container'] .tagcloud input.tag-cloud-link[type="submit"], #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"], #single .single-content .tags p a.btn-link, #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button'] {
    color: #060606;
}

.btn.btn-link:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"], .widget-area .tagcloud .btn-link.tag-cloud-link:hover, [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link:hover[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link:hover[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link:hover[type="submit"], #single .single-content .tags p a.btn-link:hover, #single .single-content .tags p [class*='-block-search'] a:hover[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a:hover[class*='-block-search__button'] {
    color: #6c6c6c;
}

.btn.btn-link.link-no-space, [class*='-block-search'] .link-no-space[class*='-block-search__button'], [class*='-password-form'] input.link-no-space[type="submit"], .widget-area .tagcloud .btn-link.link-no-space.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-link.link-no-space.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-link.link-no-space.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .link-no-space.tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .link-no-space.tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.link-no-space.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.link-no-space.tag-cloud-link[type="submit"], #single .single-content .tags p a.btn-link.link-no-space, #single .single-content .tags p [class*='-block-search'] a.link-no-space[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a.link-no-space[class*='-block-search__button'] {
    line-height: 0.90;
}

.btn.btn-line:after, [class*='-block-search'] .btn-line[class*='-block-search__button']:after, [class*='-password-form'] input.btn-line[type="submit"]:after, .widget-area .tagcloud .btn-line.tag-cloud-link:after, [class*='widget-container'] .tagcloud .btn-line.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .btn-line.tag-cloud-link:after, #single .single-content .tags p a.btn-line:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.158rem;
    background-color: #060606;
    margin-top: 0.421rem;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.btn.btn-line:hover:after, [class*='-block-search'] .btn-line[class*='-block-search__button']:hover:after, [class*='-password-form'] input.btn-line[type="submit"]:hover:after, .widget-area .tagcloud .btn-line.tag-cloud-link:hover:after, [class*='widget-container'] .tagcloud .btn-line.tag-cloud-link:hover:after, #single .single-content .description [class*='tag-cloud'] .btn-line.tag-cloud-link:hover:after, #single .single-content .tags p a.btn-line:hover:after {
    background-color: #6c6c6c;
}

.btn.btn-square, [class*='-block-search'] .btn-square[class*='-block-search__button'], [class*='-password-form'] input.btn-square[type="submit"], .widget-area .tagcloud .btn-square.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-square.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-square.tag-cloud-link, #single .single-content .tags p a.btn-square {
    width: 3.421rem;
    height: 3.421rem;
}

.btn-size {
    font-size: 0.895rem;
}

.btn-sm-size {
    font-size: 0.789rem;
}

.btn-lg-size {
    font-size: 1rem;
}

.has-text-color.has-white-color {
    color: #ffffff !important;
}

.has-text-color.has-gray-color {
    color: #f2f2f2 !important;
}

.has-text-color.has-gray-light-color {
    color: #f8f8f8 !important;
}

.has-text-color.has-gray-dark-color {
    color: #dadada !important;
}

.has-text-color.has-blue-color {
    color: #446ccd !important;
}

.has-text-color.has-indigo-color {
    color: #6c44cd !important;
}

.has-text-color.has-purple-color {
    color: #b344cd !important;
}

.has-text-color.has-pink-color {
    color: #cd4494 !important;
}

.has-text-color.has-red-color {
    color: #cd4444 !important;
}

.has-text-color.has-orange-color {
    color: #cd6f44 !important;
}

.has-text-color.has-yellow-color {
    color: #cdc344 !important;
}

.has-text-color.has-green-color {
    color: #44cd4b !important;
}

.has-text-color.has-teal-color {
    color: #44cda8 !important;
}

.has-text-color.has-cyan-color {
    color: #44bdcd !important;
}

.has-background.has-white-background-color {
    background-color: #ffffff !important;
}

.has-background.has-gray-background-color {
    background-color: #f2f2f2 !important;
}

.has-background.has-gray-light-background-color {
    background-color: #f8f8f8 !important;
}

.has-background.has-gray-dark-background-color {
    background-color: #dadada !important;
}

.has-background.has-blue-background-color {
    background-color: #446ccd !important;
}

.has-background.has-indigo-background-color {
    background-color: #6c44cd !important;
}

.has-background.has-purple-background-color {
    background-color: #b344cd !important;
}

.has-background.has-pink-background-color {
    background-color: #cd4494 !important;
}

.has-background.has-red-background-color {
    background-color: #cd4444 !important;
}

.has-background.has-orange-background-color {
    background-color: #cd6f44 !important;
}

.has-background.has-yellow-background-color {
    background-color: #cdc344 !important;
}

.has-background.has-green-background-color {
    background-color: #44cd4b !important;
}

.has-background.has-teal-background-color {
    background-color: #44cda8 !important;
}

.has-background.has-cyan-background-color {
    background-color: #44bdcd !important;
}

button:focus {
    outline: 0;
}

/*=============================
// Button group
=============================*/
.btn-group .btn, .btn-group [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .btn-group [class*='-block-search__button'], .btn-group [class*='-password-form'] input[type="submit"], [class*='-password-form'] .btn-group input[type="submit"], .btn-group .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .btn-group .tag-cloud-link, .btn-group [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group .tag-cloud-link, .btn-group #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group .tag-cloud-link, .btn-group #single .single-content .tags p a, #single .single-content .tags p .btn-group a {
    min-width: auto;
}

/*=============================
// #7.3 Modal
=============================*/
.modal {
    background-color: #ffffff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left top;
    min-width: 320px;
}

.modal .modal-dialog .modal-header {
    border-bottom: 0;
}

.modal .modal-dialog .modal-header .close.btn, .modal .modal-dialog .modal-header [class*='-block-search'] .close[class*='-block-search__button'], [class*='-block-search'] .modal .modal-dialog .modal-header .close[class*='-block-search__button'], .modal .modal-dialog .modal-header [class*='-password-form'] input.close[type="submit"], [class*='-password-form'] .modal .modal-dialog .modal-header input.close[type="submit"], .modal .modal-dialog .modal-header .widget-area .tagcloud .close.tag-cloud-link, .widget-area .tagcloud .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header [class*='widget-container'] .tagcloud .close.tag-cloud-link, [class*='widget-container'] .tagcloud .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header #single .single-content .description [class*='tag-cloud'] .close.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header #single .single-content .tags p a.close, #single .single-content .tags p .modal .modal-dialog .modal-header a.close {
    padding: 0.75rem;
    margin: 0 -0.75rem 0 auto;
    font-size: 1.263rem;
}

.modal .modal-dialog .modal-content {
    color: #6c6c6c;
}

.modal .modal-dialog .modal-content .modal-text {
    color: #6c6c6c;
}

.modal .modal-dialog .modal-content .modal-text a:not(.btn) {
    color: #060606;
}

.modal .modal-dialog .modal-content .modal-text a:not(.btn):hover {
    color: #6c6c6c;
}

.modal .modal-dialog .modal-content .modal-text p {
    margin-bottom: 2.087rem;
}

.modal .modal-dialog .modal-content .modal-text p:last-child {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content h1, .modal .modal-dialog .modal-content h2, .modal .modal-dialog .modal-content h3, .modal .modal-dialog .modal-content h4, .modal .modal-dialog .modal-content h5, .modal .modal-dialog .modal-content h6, .modal .modal-dialog .modal-content p, .modal .modal-dialog .modal-content blockquote, .modal .modal-dialog .modal-content pre, .modal .modal-dialog .modal-content a, .modal .modal-dialog .modal-content abbr, .modal .modal-dialog .modal-content address, .modal .modal-dialog .modal-content cit, .modal .modal-dialog .modal-content code,
    .modal .modal-dialog .modal-content del, .modal .modal-dialog .modal-content dfn, .modal .modal-dialog .modal-content em, .modal .modal-dialog .modal-content ins, .modal .modal-dialog .modal-content q, .modal .modal-dialog .modal-content samp, .modal .modal-dialog .modal-content small, .modal .modal-dialog .modal-content strong, .modal .modal-dialog .modal-content sub, .modal .modal-dialog .modal-content sup, .modal .modal-dialog .modal-content b, .modal .modal-dialog .modal-content i, .modal .modal-dialog .modal-content hr, .modal .modal-dialog .modal-content dl, .modal .modal-dialog .modal-content dt, .modal .modal-dialog .modal-content dd,
    .modal .modal-dialog .modal-content ol, .modal .modal-dialog .modal-content ul, .modal .modal-dialog .modal-content li, .modal .modal-dialog .modal-content fieldset, .modal .modal-dialog .modal-content legend, .modal .modal-dialog .modal-content label, .modal .modal-dialog .modal-content span, .modal .modal-dialog .modal-content caption, .modal .modal-dialog .modal-content figcaption, .modal .modal-dialog .modal-content details, .modal .modal-dialog .modal-content hgroup, .modal .modal-dialog .modal-content summary, .modal .modal-dialog .modal-content mark, .modal .modal-dialog .modal-content audio, .modal .modal-dialog .modal-content video {
    color: inherit;
}

.modal .modal-dialog .modal-content .close span {
    color: #6c6c6c;
}

.modal .modal-dialog .modal-footer .modal-text {
    font-size: 0.895rem;
}

.modal .modal-dialog .modal-footer .modal-text p {
    font-size: 0.895rem;
}

.logged-in.admin-bar .modal {
    padding-top: 32px;
}

@media (max-width: 991px) {
    .logged-in.admin-bar .modal {
        padding-top: 46px;
    }
}

/*=============================
// Modal size
=============================*/
.modal-full {
    max-width: 100%;
    margin: 0;
}

/*=============================
// Modal header
=============================*/
.modal-header-top {
    position: absolute;
    z-index: 99;
    width: 100%;
}

/*=============================
// Modal body
=============================*/
.modal-body-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding: 0;
}

.modal-body-centered::before {
    content: "";
    display: block;
    height: 100vh;
}

/*=============================
// Modal title
=============================*/
.modal-title {
    margin-bottom: 0 !important;
}

/*=============================
// Modal menu
=============================*/
.modal#menu-modal .modal-body > * {
    padding-top: 7.895rem;
    padding-bottom: 5.632rem;
    padding-right: 8.5%;
}

@media (max-width: 767px) {
    .modal#menu-modal .modal-body > * {
        padding-bottom: 0;
    }
}

.modal#menu-modal .modal-body .modal-text {
    padding-top: 1.053rem;
    padding-bottom: 1.053rem;
}

@media (max-width: 767px) {
    .modal#menu-modal .modal-body .modal-text {
        padding-top: 2.105rem;
    }
}

.modal#menu-modal .modal-footer {
    position: absolute;
    bottom: 2.263rem;
    width: 100%;
    padding-top: 2.105rem;
}

@media (max-width: 767px) {
    .modal#menu-modal .modal-footer {
        position: relative;
        bottom: 0;
        padding-bottom: 2.263rem;
    }
}

@media (max-width: 767px) {
    .modal#menu-modal .modal-footer .modal-text {
        margin-bottom: 2.263rem;
    }
}

.modal#menu-modal .modal-footer > * {
    margin: 0;
}

/*=============================
// Modal search
=============================*/
.modal#search-modal .modal-body {
    min-height: 320px;
}

.modal#search-modal .modal-body form {
    width: 100%;
    max-width: 1250px;
    padding-left: 5.263rem;
    padding-right: 5.263rem;
    margin: auto;
}

@media (max-width: 767px) {
    .modal#search-modal .modal-body form {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

.modal#search-modal .modal-footer {
    position: absolute;
    bottom: 2.263rem;
    width: 100%;
}

@media (max-width: 767px) {
    .modal#search-modal .modal-footer .modal-text {
        margin-bottom: 2.263rem;
    }
}

.modal#search-modal .modal-footer > * {
    margin: 0;
}

/*=============================
// #7.4 Forms
=============================*/
/*=============================
// Default
=============================*/
label {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-size: 0.895rem;
    line-height: 1.31;
    color: #060606;
    margin-bottom: 0.737rem;
}

label:last-child {
    margin-bottom: 0;
}

label.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.31) * 0.5em);
}

label.after:after, label.modal-title:after, .card label.card-header:after, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item label.reviews-item-positions:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.9 - 1.31) * 0.5em);
}

.col-form-label, .form-label {
    font-size: 0.895rem;
}

.col-form-label-sm, .form-label-sm {
    font-size: 0.789rem;
}

.col-form-label-lg, .form-label-lg, [class*='-block-search'] [class*='search__label'] {
    font-size: 1rem;
}

.form-check-label, .custom-control-label, .form-label-secondary {
    text-transform: none;
}

label:not(.btn):not([class*='-label']):before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

label:not(.btn):not([class*='-label']):last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="time"],
input[type="week"],
select,
textarea {
    width: 100%;
    border-radius: 0;
}

input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6c6c6c;
}

input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6c6c6c;
}

input[type="email"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="file"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #6c6c6c;
}

input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="url"]::placeholder,
  input[type="file"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="range"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #6c6c6c;
}

textarea {
    display: block;
    min-height: 200px;
}

select[multiple] {
    background: none !important;
    background-color: #f8f8f8 !important;
}

input[type="checkbox"],
input[type="radio"] {
    width: 0.789rem;
    height: 0.789rem;
    margin-right: 0.526rem;
}

.form-check:not(.form-check-inline) .form-check-input {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-inline .form-check .form-check-input {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

form p:before, form p:after {
    display: none;
}

form p.form-crop-ba:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

form p.form-crop-ba:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

/*=============================
// Form label effect
=============================*/
.form-label-effect {
    position: relative;
    margin-top: -0.579rem;
}

.form-label-effect .form-label-effect-1 ~ label {
    position: absolute;
    top: 0.368rem;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.form-label-effect .form-label-effect-1:focus ~ label {
    top: -0.736rem;
    font-size: 0.789rem;
}

.form-label-effect .form-label-effect-1:focus ~ label.form-label-lg, .form-label-effect [class*='-block-search'] .form-label-effect-1:focus ~ label[class*='search__label'], [class*='-block-search'] .form-label-effect .form-label-effect-1:focus ~ label[class*='search__label'] {
    font-size: 0.895rem;
}

.form-label-effect .form-label-effect-1.has-content ~ label {
    top: -0.736rem;
    font-size: 0.789rem;
}

.form-label-effect .form-label-effect-1.has-content ~ label.form-label-lg, .form-label-effect [class*='-block-search'] .form-label-effect-1.has-content ~ label[class*='search__label'], [class*='-block-search'] .form-label-effect .form-label-effect-1.has-content ~ label[class*='search__label'] {
    font-size: 0.895rem;
}

/*=============================
// Form primary
=============================*/
select {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, select {
    background-color: transparent;
    color: #6c6c6c;
    padding: 0.961rem 0 0.961rem 0;
    border: 0;
    font-size: 0.895rem;
    line-height: normal;
    border-bottom: 1px solid #dadada;
    -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

input:focus, textarea:focus, select:focus {
    border-bottom: 1px solid #dadada;
    outline: none;
}

input.form-sm, textarea.form-sm, select.form-sm {
    font-size: 0.789rem;
}

input.form-df, textarea.form-df, select.form-df {
    font-size: 0.895rem;
}

input.form-lg, .widget-area .widget input, .footer-widget-area .widget input, [class*='widget-container'] .widget input, #single .single-content .description input, textarea.form-lg, .widget-area .widget textarea, .footer-widget-area .widget textarea, [class*='widget-container'] .widget textarea, #single .single-content .description textarea, select.form-lg, .widget-area .widget select, .footer-widget-area .widget select, [class*='widget-container'] .widget select, #single .single-content .description select {
    font-size: 1rem;
}

/*=============================
// Form secondary
=============================*/
select.form-control {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 1.49756rem;
    background-color: #f8f8f8;
}

.custom-control-label {
    vertical-align: inherit;
}

.custom-control-label:after, .custom-control-label:before {
    top: 0.211rem;
}

/*=============================
// Form group
=============================*/
.form-group:last-child {
    margin-bottom: 0;
}

.form-group-xl {
    margin-bottom: 8.421rem;
}

.form-group-lg {
    margin-bottom: 3.158rem;
}

.form-group-lg.no-lg-space {
    margin-bottom: 2.145rem;
}

.form-group-md {
    margin-bottom: 2.632rem;
}

.form-group-sm {
    margin-bottom: 2.105rem;
}

.form-group-xs {
    margin-bottom: 1.579rem;
}

.form-group-xs.no-xs-space {
    margin-bottom: 0.566rem;
}

/*=============================
// Input group
=============================*/
.input-group.gutter-width-xl .gutter-width {
    width: 50%;
}

.input-group.gutter-width-xl .gutter-width:first-child {
    padding-right: 4.2105rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-xl .gutter-width:first-child {
        padding-right: 2.807rem;
    }
}

.input-group.gutter-width-xl .gutter-width:last-child {
    padding-left: 4.2105rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-xl .gutter-width:last-child {
        padding-left: 2.807rem;
    }
}

.input-group.gutter-width-xl .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-lg .gutter-width {
    width: 50%;
}

.input-group.gutter-width-lg .gutter-width:first-child {
    padding-right: 1.579rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-lg .gutter-width:first-child {
        padding-right: 1.05267rem;
    }
}

.input-group.gutter-width-lg .gutter-width:last-child {
    padding-left: 1.579rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-lg .gutter-width:last-child {
        padding-left: 1.05267rem;
    }
}

.input-group.gutter-width-lg .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-md .gutter-width {
    width: 50%;
}

.input-group.gutter-width-md .gutter-width:first-child {
    padding-right: 1.316rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-md .gutter-width:first-child {
        padding-right: 0.79758rem;
    }
}

.input-group.gutter-width-md .gutter-width:last-child {
    padding-left: 1.316rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-md .gutter-width:last-child {
        padding-left: 0.79758rem;
    }
}

.input-group.gutter-width-md .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-sm .gutter-width {
    width: 50%;
}

.input-group.gutter-width-sm .gutter-width:first-child {
    padding-right: 1.0525rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-sm .gutter-width:first-child {
        padding-right: 0.63788rem;
    }
}

.input-group.gutter-width-sm .gutter-width:last-child {
    padding-left: 1.0525rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-sm .gutter-width:last-child {
        padding-left: 0.63788rem;
    }
}

.input-group.gutter-width-sm .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-xs .gutter-width {
    width: 50%;
}

.input-group.gutter-width-xs .gutter-width:first-child {
    padding-right: 0.7895rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-xs .gutter-width:first-child {
        padding-right: 0.47848rem;
    }
}

.input-group.gutter-width-xs .gutter-width:last-child {
    padding-left: 0.7895rem;
}

@media (max-width: 1199px) {
    .input-group.gutter-width-xs .gutter-width:last-child {
        padding-left: 0.47848rem;
    }
}

.input-group.gutter-width-xs .gutter-width input {
    width: 100%;
}

.form-label-effect .input-group.gutter-width-xl .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-xl .gutter-width:last-child label {
    padding-left: 4.2105rem;
}

@media (max-width: 1199px) {
    .form-label-effect .input-group.gutter-width-xl .gutter-width:last-child label {
        padding-left: 2.807rem;
    }
}

.form-label-effect .input-group.gutter-width-lg .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-lg .gutter-width:last-child label {
    padding-left: 1.579rem;
}

@media (max-width: 1199px) {
    .form-label-effect .input-group.gutter-width-lg .gutter-width:last-child label {
        padding-left: 1.05267rem;
    }
}

.form-label-effect .input-group.gutter-width-md .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-md .gutter-width:last-child label {
    padding-left: 1.316rem;
}

@media (max-width: 1199px) {
    .form-label-effect .input-group.gutter-width-md .gutter-width:last-child label {
        padding-left: 0.79758rem;
    }
}

.form-label-effect .input-group.gutter-width-sm .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-sm .gutter-width:last-child label {
    padding-left: 1.0525rem;
}

@media (max-width: 1199px) {
    .form-label-effect .input-group.gutter-width-sm .gutter-width:last-child label {
        padding-left: 0.63788rem;
    }
}

.form-label-effect .input-group.gutter-width-xs .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-xs .gutter-width:last-child label {
    padding-left: 0.7895rem;
}

@media (max-width: 1199px) {
    .form-label-effect .input-group.gutter-width-xs .gutter-width:last-child label {
        padding-left: 0.47848rem;
    }
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-right: 0;
}

/*=============================
// Search
=============================*/
.search [class*='form-'] {
    padding-right: 3.842rem;
}

.search [class*='form-'].logo {
    padding-right: 0;
}

.search .input-group-append {
    position: absolute;
    right: 1.842rem;
}

.modal#search-modal .modal-body form .search .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.error404 form .search .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

[class*='-block-search'] {
    position: relative;
}

[class*='-block-search'] [class*='-block-search__input'] {
    padding-right: 6.43951rem !important;
    max-width: 100%;
}

[class*='-block-search'] [class*='-block-search__button'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    margin-top: 0.263rem;
}

/*=============================
// Password form
=============================*/
[class*='-password-form'] input[type="submit"] {
    font-size: 1rem !important;
}

/*=============================
// Contact form
=============================*/
.contact-form .alert, .contact-form .wpcf7-form [class*='response-output'], .wpcf7-form .contact-form [class*='response-output'], .wpcf7-form .alert, .wpcf7-form [class*='response-output'] {
    margin-top: 1.579rem;
    margin-bottom: 0;
}

.contact-form.invalid [class*='validates-as-required'], .wpcf7-form.invalid [class*='validates-as-required'] {
    border-color: #6b2323;
}

.contact-form.invalid [class*='validates-as-required']:focus, .wpcf7-form.invalid [class*='validates-as-required']:focus {
    border-color: #dadada;
}

.contact-form .ajax-loader, .wpcf7-form .ajax-loader {
    -webkit-background-size: 0.895rem 0.895rem;
    background-size: 0.895rem;
    width: 0.895rem !important;
    height: 0.895rem !important;
    display: none !important;
}

.contact-form .ajax-loader.is-active, .wpcf7-form .ajax-loader.is-active {
    display: inline-block !important;
}

[class*='not-valid-tip'] {
    color: #6b2323 !important;
    font-size: 1rem !important;
}

/*=============================
// Comment form
=============================*/
.comment-form .alert, .comment-form .wpcf7-form [class*='response-output'], .wpcf7-form .comment-form [class*='response-output'] {
    margin-top: 2.105rem;
    margin-bottom: 0;
}

/*=============================
// #7.5 Nav
=============================*/
.nav {
    font-size: 0.895rem;
}

.nav li {
    margin-bottom: 0;
}

.nav .nav-item {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav .nav-item > a:not(.disabled):not(.active) {
    color: #060606;
}

.nav .nav-item:hover > a:not(.disabled):not(.active) {
    color: #060606;
}

.nav .nav-item.nav-item-has-children > a:not(.disabled) {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav .nav-item.current-nav-item > a:not(.disabled), .nav .nav-item.active > a:not(.disabled) {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
}

.nav .nav-item.current-nav-item > .dropdown-icon [class*='fa-'], .nav .nav-item.active > .dropdown-icon [class*='fa-'] {
    color: #060606;
}

.nav:not(.nav-pills) .nav-link:not(.disabled) {
    color: #060606;
}

.nav:not(.nav-pills) .nav-link:not(.disabled):hover {
    color: #060606;
}

.nav:not(.nav-pills) .nav-link:not(.disabled).active {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
}

.nav.nav-pills .nav-link:not(.disabled):not(.active) {
    color: #060606;
}

.nav.nav-pills .nav-link:not(.disabled):not(.active):hover {
    color: #060606;
}

.nav.nav-pills .nav-link.active {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav.nav-tabs li:before, .nav.nav-tabs li:after {
    display: none;
}

/*=============================
// Menu primary at header
=============================*/
#header nav.menu-primary, .modal-header nav.menu-primary {
    margin-bottom: -1.316rem;
    margin-right: -2.632rem;
}

@media (max-width: 1700px) {
    #header nav.menu-primary, .modal-header nav.menu-primary {
        margin-right: -1.75467rem;
    }
}

#header nav.menu-primary ul.nav li.nav-item, .modal-header nav.menu-primary ul.nav li.nav-item {
    padding-bottom: 1.316rem;
    margin-right: 2.632rem;
}

#header nav.menu-primary ul.nav li.nav-item:before, .modal-header nav.menu-primary ul.nav li.nav-item:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1.2 - 1.79) * 0.5em);
}

#header nav.menu-primary ul.nav li.nav-item:after, .modal-header nav.menu-primary ul.nav li.nav-item:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.79) * 0.5em);
}

@media (max-width: 1700px) {
    #header nav.menu-primary ul.nav li.nav-item, .modal-header nav.menu-primary ul.nav li.nav-item {
        margin-right: 1.75467rem;
    }
}

#header nav.menu-primary ul.nav li.nav-item a, .modal-header nav.menu-primary ul.nav li.nav-item a {
    opacity: 1;
}

#header nav.menu-primary ul.nav li.nav-item > a, .modal-header nav.menu-primary ul.nav li.nav-item > a {
    position: relative;
    color: #060606;
    text-transform: uppercase;
    padding-bottom: 0.473rem;
}

#header nav.menu-primary ul.nav li.nav-item > a:before, .modal-header nav.menu-primary ul.nav li.nav-item > a:before {
    content: "";
    background-color: #060606;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: -1;
    height: 0.158rem;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item:hover > a, .modal-header nav.menu-primary ul.nav li.nav-item:hover > a {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item:hover > a:before, .modal-header nav.menu-primary ul.nav li.nav-item:hover > a:before {
    right: 0;
}

#header nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item.current-nav-item > a, #header nav.menu-primary ul.nav li.nav-item.active > a, #header nav.menu-primary ul.nav li.nav-item.show > a, .modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item > a, .modal-header nav.menu-primary ul.nav li.nav-item.active > a, .modal-header nav.menu-primary ul.nav li.nav-item.show > a {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item.current-nav-item > a:before, #header nav.menu-primary ul.nav li.nav-item.active > a:before, #header nav.menu-primary ul.nav li.nav-item.show > a:before, .modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item > a:before, .modal-header nav.menu-primary ul.nav li.nav-item.active > a:before, .modal-header nav.menu-primary ul.nav li.nav-item.show > a:before {
    right: 0;
}

#header nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, #header nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, #header nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover, .modal-header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item .dropdown-custom-icon .dropdown-icon {
    padding-left: 0.43867rem;
}

/*=============================
// Menu primary at modal
=============================*/
#menu-modal nav.menu-primary ul.nav li.nav-item {
    margin-top: 0.658rem;
    margin-bottom: 0.658rem;
    line-height: normal;
    text-align: right;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:before, #menu-modal nav.menu-primary ul.nav li.nav-item:after {
    display: none;
}

#menu-modal nav.menu-primary ul.nav li.nav-item a {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    opacity: 1;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > a {
    color: #060606;
    font-size: 1.789rem;
    position: relative;
    padding-bottom: 0.842rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > a:before {
    content: "";
    background-color: #060606;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: -1;
    height: 0.316rem;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover > a {
    color: #060606 !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover > a:before {
    right: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item > a, #menu-modal nav.menu-primary ul.nav li.nav-item.active > a, #menu-modal nav.menu-primary ul.nav li.nav-item.show > a {
    color: #060606;
}

#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item > a:before, #menu-modal nav.menu-primary ul.nav li.nav-item.active > a:before, #menu-modal nav.menu-primary ul.nav li.nav-item.show > a:before {
    right: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon {
    color: #060606;
    padding-left: 0.658rem;
    font-size: 1.19267rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: #060606;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: #060606;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    padding-left: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 0;
    background-color: transparent;
    margin-right: 1.421rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li {
    width: 100%;
    margin-bottom: 0.658rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:first-child {
    padding-top: 0.658rem;
    margin-top: 0.658rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li > .dropdown-custom-icon {
    padding-left: 0.5264rem;
    font-size: 1.02229rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li .dropdown-icon {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li a {
    font-size: 1.32519rem;
    padding-bottom: 0.56133rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li a:before {
    height: 0.21067rem;
}

/*=============================
// Menu secondary at footer & modal footer
=============================*/
.site-footer nav.menu-secondary ul li, .modal-footer nav.menu-secondary ul li {
    margin-right: 2.105rem;
    margin-bottom: 0;
}

.site-footer nav.menu-secondary ul li:last-child, .modal-footer nav.menu-secondary ul li:last-child {
    margin-right: 0;
}

.site-footer nav.menu-secondary ul li i, .modal-footer nav.menu-secondary ul li i {
    font-size: 1.211rem;
}

/*=============================
// #7.6 Card
=============================*/
.card .card-header {
    padding: 1.579rem 1.579rem;
    margin-bottom: 0 !important;
}

.card .card-meta {
    position: relative;
    margin-bottom: 1.245rem;
}

.card .card-meta .btn, .card .card-meta [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .card .card-meta [class*='-block-search__button'], .card .card-meta [class*='-password-form'] input[type="submit"], [class*='-password-form'] .card .card-meta input[type="submit"], .card .card-meta .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .card .card-meta .tag-cloud-link, .card .card-meta [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .card .card-meta .tag-cloud-link, .card .card-meta #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .card .card-meta .tag-cloud-link, .card .card-meta #single .single-content .tags p a, #single .single-content .tags p .card .card-meta a {
    color: inherit;
}

.card .card-meta .btn.btn-before-horbar:before, .card .card-meta [class*='-block-search'] [class*='-block-search__button']:before, [class*='-block-search'] .card .card-meta [class*='-block-search__button']:before, .card .card-meta [class*='-password-form'] input[type="submit"]:before, [class*='-password-form'] .card .card-meta input[type="submit"]:before, .card .card-meta .widget-area .tagcloud .btn-before-horbar.tag-cloud-link:before, .widget-area .tagcloud .card .card-meta .btn-before-horbar.tag-cloud-link:before, .card .card-meta [class*='widget-container'] .tagcloud .btn-before-horbar.tag-cloud-link:before, [class*='widget-container'] .tagcloud .card .card-meta .btn-before-horbar.tag-cloud-link:before, .card .card-meta #single .single-content .description [class*='tag-cloud'] .btn-before-horbar.tag-cloud-link:before, #single .single-content .description [class*='tag-cloud'] .card .card-meta .btn-before-horbar.tag-cloud-link:before, .card .card-meta #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button']:before, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .card .card-meta .tag-cloud-link[class*='-block-search__button']:before, .card .card-meta [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button']:before, [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .card .card-meta .tag-cloud-link[class*='-block-search__button']:before, .card .card-meta #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"]:before, #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .card .card-meta input.tag-cloud-link[type="submit"]:before, .card .card-meta [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"]:before, [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .card .card-meta input.tag-cloud-link[type="submit"]:before, .card .card-meta #single .single-content .tags p a.btn-before-horbar:before, #single .single-content .tags p .card .card-meta a.btn-before-horbar:before, .card .card-meta #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button']:before, #single .single-content .tags p [class*='-block-search'] .card .card-meta a[class*='-block-search__button']:before, .card .card-meta [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button']:before, [class*='-block-search'] #single .single-content .tags p .card .card-meta a[class*='-block-search__button']:before {
    color: inherit;
    -webkit-transition: color 0s ease;
    -o-transition: color 0s ease;
    transition: color 0s ease;
}

.card .card-meta .btn:hover, .card .card-meta [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-block-search'] .card .card-meta :hover[class*='-block-search__button'], .card .card-meta [class*='-password-form'] input:hover[type="submit"], [class*='-password-form'] .card .card-meta input:hover[type="submit"], .card .card-meta .widget-area .tagcloud .tag-cloud-link:hover, .widget-area .tagcloud .card .card-meta .tag-cloud-link:hover, .card .card-meta [class*='widget-container'] .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .card .card-meta .tag-cloud-link:hover, .card .card-meta #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .card .card-meta .tag-cloud-link:hover, .card .card-meta #single .single-content .tags p a:hover, #single .single-content .tags p .card .card-meta a:hover {
    color: #060606;
}

.card .card-meta .btn a, .card .card-meta [class*='-block-search'] [class*='-block-search__button'] a, [class*='-block-search'] .card .card-meta [class*='-block-search__button'] a, .card .card-meta [class*='-password-form'] input[type="submit"] a, [class*='-password-form'] .card .card-meta input[type="submit"] a, .card .card-meta .widget-area .tagcloud .tag-cloud-link a, .widget-area .tagcloud .card .card-meta .tag-cloud-link a, .card .card-meta [class*='widget-container'] .tagcloud .tag-cloud-link a, [class*='widget-container'] .tagcloud .card .card-meta .tag-cloud-link a, .card .card-meta #single .single-content .description [class*='tag-cloud'] .tag-cloud-link a, #single .single-content .description [class*='tag-cloud'] .card .card-meta .tag-cloud-link a, .card .card-meta #single .single-content .tags p a a, #single .single-content .tags p .card .card-meta a a {
    color: inherit;
    -webkit-transition: color 0s ease;
    -o-transition: color 0s ease;
    transition: color 0s ease;
}

.card .card-body {
    padding: 1.579rem 1.579rem;
}

.card .card-footer {
    padding: 1.579rem 1.579rem;
}

.card ul {
    margin-bottom: 0 !important;
}

/*=============================
// Card Columns
=============================*/
.card-columns.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.card-columns.column-no-gap {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

/*=============================
// Accordion card
=============================*/
.accordion .card {
    border: 0;
}

.accordion .card .card-header {
    position: relative;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dadada;
}

.accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/*=============================
// #7.7 Sticky
=============================*/
.js-sticky {
    height: 100vh !important;
}

.js-sticky-fixed {
    position: fixed;
}

.sticky-fixed-lg {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh;
}

@media (max-width: 991px) {
    .sticky-fixed-lg {
        position: static;
        height: auto;
    }
}

.sticky-fixed-md {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh;
}

@media (max-width: 767px) {
    .sticky-fixed-md {
        position: static;
        height: auto;
    }
}

/*=============================
// #7.8 Transition
=============================*/
/*=============================
// Transition all
=============================*/
.transition-all, .close, .close:hover, a, a:hover, #header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, .modal-header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, .transform-scale-h, .pagination .page-item .page-link, .pagination .post-page-numbers .page-link, .pagination .page-item .page-link:hover, .pagination .post-page-numbers .page-link:hover, .adv-swiper-pagination-bullet, .adv-swiper-container .adv-2-swiper-button-prev, .adv-swiper-container .adv-2-swiper-button-next, .widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .accordion-services .card .card-header .btn [class*='fas'], .accordion-services .card .card-header [class*='-block-search'] [class*='-block-search__button'] [class*='fas'], [class*='-block-search'] .accordion-services .card .card-header [class*='-block-search__button'] [class*='fas'], .accordion-services .card .card-header [class*='-password-form'] input[type="submit"] [class*='fas'], [class*='-password-form'] .accordion-services .card .card-header input[type="submit"] [class*='fas'], .accordion-services .card .card-header .widget-area .tagcloud .tag-cloud-link [class*='fas'], .widget-area .tagcloud .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header [class*='widget-container'] .tagcloud .tag-cloud-link [class*='fas'], [class*='widget-container'] .tagcloud .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .description [class*='tag-cloud'] .tag-cloud-link [class*='fas'], #single .single-content .description [class*='tag-cloud'] .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .tags p a [class*='fas'], #single .single-content .tags p .accordion-services .card .card-header a [class*='fas'], .information {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transition-all-none {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*=============================
// Transition opacity
=============================*/
.transition-opacity {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/*=============================
// Transition transform
=============================*/
.transition-transform, .dropdown-toggle:after, .dropdown-toggle:before, .show > .dropdown-toggle:after, .show > .dropdown-toggle:before, .dropdown-icon [class*='fa-'], .dropdown-custom-icon.active > .dropdown-icon [class*='fa-'], .show > .dropdown-custom-icon .dropdown-icon [class*='fa-'] {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*=============================
// #7.9 Transform
=============================*/
/*=============================
// Transform scale
=============================*/
.transform-scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*=============================
// Transform scale hover
=============================*/
.transform-scale-h {
    display: inline-block;
    -webkit-transform: perspective(1px) scale(1) translateZ(0);
    transform: perspective(1px) scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transform-scale-h:hover {
    -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
    transform: perspective(1px) scale(1.1) translateZ(0);
}

.transform-scale-h-none:hover {
    -webkit-transform: perspective(1px) scale(1) translateZ(0);
    transform: perspective(1px) scale(1) translateZ(0);
}

/*=============================
// #7.10 Pagination
=============================*/
.pagination {
    margin-top: 3.158rem;
    margin-left: 0;
    border-radius: 0 !important;
}

.pagination:first-child {
    margin-top: 0;
}

.pagination .page-item, .pagination .post-page-numbers {
    margin-bottom: 0 !important;
}

.pagination .page-item:before, .pagination .post-page-numbers:before {
    display: none;
}

.pagination .page-item .page-link, .pagination .post-page-numbers .page-link {
    border-radius: 0 !important;
}

.pagination .page-item .page-link:hover, .pagination .post-page-numbers .page-link:hover {
    background-color: #060606;
    color: #ffffff;
}

.pagination .page-item.current .page-link, .pagination .page-item.active .page-link, .pagination .post-page-numbers.current .page-link, .pagination .post-page-numbers.active .page-link {
    background-color: #060606;
    color: #ffffff;
}

/*=============================
// #7.11 Alert
=============================*/
[class*='alert-dismiss'] {
    position: absolute;
    right: 14px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer;
}

.wpcf7-form [class*='response-output'] {
    height: 100% !important;
    border: 1px solid transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
}

.wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'] {
    border-color: #f1cbcb !important;
}

.wpcf7-form.sent [class*='response-output'] {
    border-color: #cbf1cd !important;
}

.wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'], .wpcf7-form.sent [class*='response-output'] {
    margin-top: 1.579rem !important;
    padding: 0.9rem 1.1rem !important;
}

/*=============================
// #7.12 Effects
=============================*/
/*=============================
// Ripple
=============================*/
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }
}

/*=============================
// Spin
=============================*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=============================
// #7.14 Collapse
=============================*/
.accordion .btn-link, .accordion [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .accordion [class*='-block-search__button'], .accordion [class*='-password-form'] input[type="submit"], [class*='-password-form'] .accordion input[type="submit"] {
    padding: 0;
    border: 0;
}

/*=============================
// #7.15 Dropdown
=============================*/
/*=============================
// Default
=============================*/
.show > .dropdown-toggle:after, .show > .dropdown-toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-hover {
    position: relative;
}

.dropdown-click {
    position: relative;
}

.dropdown-menu {
    margin-top: 0 !important;
    -webkit-background-clip: inherit;
    background-clip: inherit;
}

.dropdown-menu li {
    margin-bottom: 0 !important;
}

.dropdown-menu li:before, .dropdown-menu li:after {
    display: none;
}

.dropdown-menu li:last-child:after {
    display: none;
}

.dropdown-menu .dropdown-toggle:before, .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.053rem;
}

.dropdown-menu .dropdown-toggle.active:before, .dropdown-menu .dropdown-toggle.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.dropdown-menu .dropdown-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.053rem;
}

.dropdown-submenu > .dropdown-custom-icon {
    color: #060606;
}

.dropdown-submenu .active-2.dropdown-custom-icon {
    color: #ffffff;
}

.dropdown-submenu.show > .dropdown-custom-icon {
    color: #ffffff;
}

.dropdown-header {
    margin-bottom: 0.789rem !important;
}

.dropdown-item {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.dropdown-item a {
    color: #060606;
}

/*=============================
// Dropdown custom icon
=============================*/
.dropdown-icon {
    cursor: pointer;
    padding-left: 0.263rem;
}

.dropdown-custom-icon {
    cursor: pointer;
}

.dropdown-custom-icon.dropdown-toggle:before, .dropdown-custom-icon.dropdown-toggle:after {
    display: none;
}

.dropdown-custom-icon.active > .dropdown-icon [class*='fa-'] {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.show > .dropdown-custom-icon .dropdown-icon [class*='fa-'] {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*=============================
// #7.16 List group
=============================*/
.list-group {
    margin-left: 0;
}

.list-group .list-group-item, .list-group [class*="icon-list-item"] {
    margin-bottom: 0 !important;
}

.list-group .list-group-item:before, .list-group .list-group-item:after, .list-group [class*="icon-list-item"]:before, .list-group [class*="icon-list-item"]:after {
    display: none;
}

.list-group-item-action.active h1, .list-group-item-action.active h2, .list-group-item-action.active h3, .list-group-item-action.active h4, .list-group-item-action.active h5, .list-group-item-action.active h6 {
    color: #ffffff !important;
}

/*=============================
// #7.17 Scrollbar
=============================*/
/*=============================
// 1. BASIC STYLE
=============================*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

/*=============================
// 2. VERTICAL SCROLLBAR
=============================*/
.mCSB_inside > .mCSB_container {
    margin-right: 0.25em;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 0.25em;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 0.25em;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.158em;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*=============================
// 3. HORIZONTAL SCROLLBAR
// x-axis
=============================*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/*=============================
// 4. VERTICAL AND HORIZONTAL SCROLLBARS
// yx-axis
=============================*/
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*=============================
// 5. TRANSITIONS
=============================*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*=============================
// 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
=============================*/
/*=============================
// 6.1 THEMES
=============================*/
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../icons/png/icons_mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
  /*
	sprites locations
	light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
	dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
	*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
  /*
	sprites locations
	light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
	dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
	*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
  /*
	sprites locations
	light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
	dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
	*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
  /*
	sprites locations
	light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
	dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
	*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.1);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.75);
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.1);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.75);
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.158em;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 248, 248, 0.5)), color-stop(100%, rgba(248, 248, 248, 0)));
    background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.5)), to(rgba(248, 248, 248, 0)));
    background-image: linear-gradient(to right, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0.5)), color-stop(100%, rgba(248, 248, 248, 0)));
    background-image: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0.5)), to(rgba(248, 248, 248, 0)));
    background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.158em;
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.2);
    -webkit-box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.5), inset -1px 0 1px rgba(248, 248, 248, 0.2);
    box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.5), inset -1px 0 1px rgba(248, 248, 248, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.158em;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.5), inset 0 -1px 1px rgba(248, 248, 248, 0.2);
    box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.5), inset 0 -1px 1px rgba(248, 248, 248, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.1);
    -webkit-box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.1);
    box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1);
    box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.5);
    box-shadow: inset 1px 0 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.5);
    box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(248, 248, 248, 0.4);
    box-shadow: inset 1px 0 0 rgba(248, 248, 248, 0.4);
    width: 0.158em;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(248, 248, 248, 0.4);
    box-shadow: inset 0 1px 0 rgba(248, 248, 248, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(108, 108, 108, 0.1);
    box-shadow: inset 1px 1px 16px rgba(108, 108, 108, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(108, 108, 108, 0.2);
    box-shadow: inset 0 0 14px rgba(108, 108, 108, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.2);
    box-shadow: inset 0 1px 1px rgba(108, 108, 108, 0.1), inset 0 0 14px rgba(108, 108, 108, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(248, 248, 248, 0.4), inset -1px 0 0 rgba(108, 108, 108, 0.2);
    box-shadow: inset 1px 0 0 rgba(248, 248, 248, 0.4), inset -1px 0 0 rgba(108, 108, 108, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(248, 248, 248, 0.4), inset 0 -1px 0 rgba(108, 108, 108, 0.2);
    box-shadow: inset 0 1px 0 rgba(248, 248, 248, 0.4), inset 0 -1px 0 rgba(108, 108, 108, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #f8f8f8;
    background-color: rgba(108, 108, 108, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(108, 108, 108, 0.1);
    box-shadow: inset 1px 1px 16px rgba(108, 108, 108, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(108, 108, 108, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(108, 108, 108, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(248, 248, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #6c6c6c;
    border-color: rgba(108, 108, 108, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.9);
}

/*=============================
// #7.18 Slider
=============================*/
/*=============================
// ADV Swiper
=============================*/
.adv-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.adv-swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adv-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.adv-swiper-container-android .adv-swiper-slide,
.adv-swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.adv-swiper-container-multirow > .adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adv-swiper-container-multirow-column > .adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adv-swiper-container-free-mode > .adv-swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.adv-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.adv-swiper-slide-invisible-blank {
    visibility: hidden;
}

.adv-swiper-container-autoheight,
.adv-swiper-container-autoheight .adv-swiper-slide {
    height: auto;
}

.adv-swiper-container-autoheight .adv-swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.adv-swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.adv-swiper-container-3d .adv-swiper-wrapper,
.adv-swiper-container-3d .adv-swiper-slide,
.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top,
.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-3d .adv-swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top,
.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper > .adv-swiper-slide {
    scroll-snap-align: start start;
}

.adv-swiper-container-horizontal.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.adv-swiper-container-vertical.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.adv-swiper-button-prev,
.adv-swiper-button-next {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.adv-swiper-button-prev.adv-swiper-button-disabled,
.adv-swiper-button-next.adv-swiper-button-disabled {
    opacity: 0.6;
    cursor: auto;
    pointer-events: none;
}

.adv-swiper-button-prev:after,
.adv-swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.adv-swiper-button-prev,
.adv-swiper-container-rtl .adv-swiper-button-next {
    left: 10px;
    right: auto;
}

.adv-swiper-button-prev:after,
.adv-swiper-container-rtl .adv-swiper-button-next:after {
    content: 'prev';
}

.adv-swiper-button-next,
.adv-swiper-container-rtl .adv-swiper-button-prev {
    right: 10px;
    left: auto;
}

.adv-swiper-button-next:after,
.adv-swiper-container-rtl .adv-swiper-button-prev:after {
    content: 'next';
}

.adv-swiper-button-prev.adv-swiper-button-white,
.adv-swiper-button-next.adv-swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.adv-swiper-button-prev.adv-swiper-button-black,
.adv-swiper-button-next.adv-swiper-button-black {
    --swiper-navigation-color: #000000;
}

.adv-swiper-button-lock {
    display: none;
}

.adv-swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.adv-swiper-pagination.adv-swiper-pagination-hidden {
    opacity: 0;
}

.adv-swiper-pagination-fraction,
.adv-swiper-pagination-custom,
.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.adv-swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.adv-swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
    outline: none;
    margin-left: 0.7895rem;
    margin-right: 0.7895rem;
}

.adv-swiper-pagination-bullet:hover {
    background: #446ccd;
}

button.adv-swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.adv-swiper-pagination-clickable .adv-swiper-pagination-bullet {
    cursor: pointer;
}

.adv-swiper-pagination-bullet-active {
    background: #446ccd;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 0 4px;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.adv-swiper-container-horizontal.adv-swiper-container-rtl > .adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.adv-swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    background: #446ccd;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.adv-swiper-container-rtl .adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-progressbar,
.adv-swiper-container-vertical > .adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-progressbar,
.adv-swiper-container-horizontal > .adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.adv-swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.adv-swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.adv-swiper-pagination-lock {
    display: none;
}

.adv-swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.adv-swiper-container-horizontal > .adv-swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.adv-swiper-container-vertical > .adv-swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.adv-swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.adv-swiper-scrollbar-cursor-drag {
    cursor: move;
}

.adv-swiper-scrollbar-lock {
    display: none;
}

.adv-swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.adv-swiper-zoom-container > img,
.adv-swiper-zoom-container > svg,
.adv-swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.adv-swiper-slide-zoomed {
    cursor: move;
}

.adv-swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #446ccd;
    border-radius: 50%;
    border-top-color: transparent;
}

.adv-swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.adv-swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.adv-swiper-container .adv-swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.adv-swiper-container-fade.adv-swiper-container-free-mode .adv-swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.adv-swiper-container-fade .adv-swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.adv-swiper-container-fade .adv-swiper-slide .swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-fade .adv-swiper-slide-active,
.adv-swiper-container-fade .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-cube {
    overflow: visible;
}

.adv-swiper-container-cube .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.adv-swiper-container-cube .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-cube.adv-swiper-container-rtl .adv-swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-next,
.adv-swiper-container-cube .adv-swiper-slide-prev,
.adv-swiper-container-cube .adv-swiper-slide-next + .adv-swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.adv-swiper-container-cube .adv-swiper-slide-shadow-top,
.adv-swiper-container-cube .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-cube .adv-swiper-slide-shadow-left,
.adv-swiper-container-cube .adv-swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.adv-swiper-container-cube .adv-swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.adv-swiper-container-flip {
    overflow: visible;
}

.adv-swiper-container-flip .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.adv-swiper-container-flip .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-flip .adv-swiper-slide-active,
.adv-swiper-container-flip .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-flip .adv-swiper-slide-shadow-top,
.adv-swiper-container-flip .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-flip .adv-swiper-slide-shadow-left,
.adv-swiper-container-flip .adv-swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*=============================
// Slider
=============================*/
.adv-swiper-container .adv-swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.adv-swiper-container .adv-2-swiper-button-prev, .adv-swiper-container .adv-2-swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 1;
    color: #ffffff;
    background-color: #446ccd;
    width: 3.368rem;
    height: 3.368rem;
}

.adv-swiper-container .adv-2-swiper-button-prev:hover, .adv-swiper-container .adv-2-swiper-button-next:hover {
    color: #446ccd;
    background-color: #ffffff;
}

.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled, .adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled {
    cursor: not-allowed;
    opacity: 1;
}

.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled:hover, .adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled:hover {
    color: #ffffff;
    background-color: #446ccd;
}

.adv-swiper-container .adv-2-swiper-button-prev [class*='fa-'], .adv-swiper-container .adv-2-swiper-button-prev button, .adv-swiper-container .adv-2-swiper-button-next [class*='fa-'], .adv-swiper-container .adv-2-swiper-button-next button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.adv-swiper-container .adv-2-swiper-button-prev {
    left: 0;
}

.adv-swiper-container .adv-2-swiper-button-next {
    right: 0;
}

/*=================================================
// #8 Theme blocks
=================================================*/
/*=============================
// #8.1 Block
=============================*/
:not(#page-title):not(#page-content).block .title h1, :not(#page-title):not(#page-content).block .title h2, :not(#page-title):not(#page-content).block .title h3, :not(#page-title):not(#page-content).block .title h4, :not(#page-title):not(#page-content).block .title h5, :not(#page-title):not(#page-content).block .title h6 {
    padding-bottom: 3.158rem;
    margin-bottom: 0;
}

:not(#page-title):not(#page-content).block .hr {
    margin-bottom: 3.158rem !important;
}

/*=============================
// #8.2 Logo
=============================*/
/*=============================
// Loading
=============================*/
.loading .logo img {
    width: 9.737rem;
}

/*=============================
// Header
=============================*/
.site-header .logo img, .modal-header .logo img, .site-footer .logo img {
    width: 7.368rem;
}

/*=============================
// #8.3 Header
=============================*/
.site-header {
    position: relative;
    background-color: transparent;
    color: #060606;
}

.site-header .header-content {
    padding-top: 2.263rem;
    padding-bottom: 2.263rem;
    border-bottom: 1px solid #dadada;
}

.site-header .header-content .header-left {
    margin-right: 7.053rem;
}

@media (max-width: 1700px) {
    .site-header .header-content .header-left {
        margin-right: 4.702rem;
    }
}

.site-header .header-content .header-left .d-flex > *, .site-header .header-content .header-left .signature > *, .site-header .header-content .header-left .clients .clients-items > *, .clients .site-header .header-content .header-left .clients-items > *, .site-header .header-content .header-left .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-left .clients-item > * {
    margin-right: 7.053rem;
}

.site-header .header-content .header-left .d-flex > *:last-child, .site-header .header-content .header-left .signature > *:last-child, .site-header .header-content .header-left .clients .clients-items > *:last-child, .clients .site-header .header-content .header-left .clients-items > *:last-child, .site-header .header-content .header-left .clients .clients-items .clients-item > *:last-child, .clients .clients-items .site-header .header-content .header-left .clients-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .site-header .header-content .header-left .d-flex > *, .site-header .header-content .header-left .signature > *, .site-header .header-content .header-left .clients .clients-items > *, .clients .site-header .header-content .header-left .clients-items > *, .site-header .header-content .header-left .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-left .clients-item > * {
        margin-right: 4.702rem;
    }
}

@media (max-width: 767px) {
    .site-header .header-content .header-left .d-flex > .menu, .site-header .header-content .header-left .signature > .menu, .site-header .header-content .header-left .clients .clients-items > .menu, .clients .site-header .header-content .header-left .clients-items > .menu, .site-header .header-content .header-left .clients .clients-items .clients-item > .menu, .clients .clients-items .site-header .header-content .header-left .clients-item > .menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header .header-content .header-left .header-logo {
        margin-right: 0;
    }
}

.site-header .header-content .header-right .d-flex > *, .site-header .header-content .header-right .signature > *, .site-header .header-content .header-right .clients .clients-items > *, .clients .site-header .header-content .header-right .clients-items > *, .site-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-right .clients-item > * {
    margin-right: 2.632rem;
}

.site-header .header-content .header-right .d-flex > *:last-child, .site-header .header-content .header-right .signature > *:last-child, .site-header .header-content .header-right .clients .clients-items > *:last-child, .clients .site-header .header-content .header-right .clients-items > *:last-child, .site-header .header-content .header-right .clients .clients-items .clients-item > *:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .site-header .header-content .header-right .d-flex > *, .site-header .header-content .header-right .signature > *, .site-header .header-content .header-right .clients .clients-items > *, .clients .site-header .header-content .header-right .clients-items > *, .site-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-right .clients-item > * {
        margin-right: 1.75467rem;
    }
}

.site-header .header-content .header-right .d-flex .search-toggle, .site-header .header-content .header-right .signature .search-toggle, .site-header .header-content .header-right .clients .clients-items .search-toggle, .clients .site-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle, .site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle {
    margin-right: 0;
}

@media (max-width: 767px) {
    .site-header .header-content .header-right .d-flex .search-toggle, .site-header .header-content .header-right .signature .search-toggle, .site-header .header-content .header-right .clients .clients-items .search-toggle, .clients .site-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle, .site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle {
        margin-right: 0.87733rem;
    }

    .site-header .header-content .header-right .d-flex .search-toggle:last-child, .site-header .header-content .header-right .signature .search-toggle:last-child, .site-header .header-content .header-right .clients .clients-items .search-toggle:last-child, .clients .site-header .header-content .header-right .clients-items .search-toggle:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle:last-child, .site-header .header-content .header-right .d-flex .menu-toggle:last-child, .site-header .header-content .header-right .signature .menu-toggle:last-child, .site-header .header-content .header-right .clients .clients-items .menu-toggle:last-child, .clients .site-header .header-content .header-right .clients-items .menu-toggle:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle:last-child {
        margin-right: 0;
    }
}

.site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle {
    display: none;
}

@media (max-width: 767px) {
    .site-header .header-content .header-right .d-flex .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .signature .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .clients .clients-items .menu-toggle:not(.adv-light):not(.adv-dark), .clients .site-header .header-content .header-right .clients-items .menu-toggle:not(.adv-light):not(.adv-dark), .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle:not(.adv-light):not(.adv-dark) {
        display: block;
    }

    .site-header .header-content .header-right .d-flex .languages, .site-header .header-content .header-right .signature .languages, .site-header .header-content .header-right .clients .clients-items .languages, .clients .site-header .header-content .header-right .clients-items .languages, .clients .clients-items .site-header .header-content .header-right .clients-item .languages {
        display: none;
    }
}

.modal-header {
    border-bottom: 1px solid #dadada;
}

.modal-header .header-content .header-left {
    margin-right: 7.053rem;
}

@media (max-width: 1700px) {
    .modal-header .header-content .header-left {
        margin-right: 4.702rem;
    }
}

.modal-header .header-content .header-left .d-flex > *, .modal-header .header-content .header-left .signature > *, .modal-header .header-content .header-left .clients .clients-items > *, .clients .modal-header .header-content .header-left .clients-items > *, .modal-header .header-content .header-left .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-left .clients-item > * {
    margin-right: 7.053rem;
}

.modal-header .header-content .header-left .d-flex > *:last-child, .modal-header .header-content .header-left .signature > *:last-child, .modal-header .header-content .header-left .clients .clients-items > *:last-child, .clients .modal-header .header-content .header-left .clients-items > *:last-child, .modal-header .header-content .header-left .clients .clients-items .clients-item > *:last-child, .clients .clients-items .modal-header .header-content .header-left .clients-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .modal-header .header-content .header-left .d-flex > *, .modal-header .header-content .header-left .signature > *, .modal-header .header-content .header-left .clients .clients-items > *, .clients .modal-header .header-content .header-left .clients-items > *, .modal-header .header-content .header-left .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-left .clients-item > * {
        margin-right: 4.702rem;
    }
}

@media (max-width: 767px) {
    .modal-header .header-content .header-left .d-flex > .menu, .modal-header .header-content .header-left .signature > .menu, .modal-header .header-content .header-left .clients .clients-items > .menu, .clients .modal-header .header-content .header-left .clients-items > .menu, .modal-header .header-content .header-left .clients .clients-items .clients-item > .menu, .clients .clients-items .modal-header .header-content .header-left .clients-item > .menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-header .header-content .header-left .header-logo {
        margin-right: 0;
    }
}

.modal-header .header-content .header-right .d-flex > *, .modal-header .header-content .header-right .signature > *, .modal-header .header-content .header-right .clients .clients-items > *, .clients .modal-header .header-content .header-right .clients-items > *, .modal-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-right .clients-item > * {
    margin-right: 2.632rem;
}

.modal-header .header-content .header-right .d-flex > *:last-child, .modal-header .header-content .header-right .signature > *:last-child, .modal-header .header-content .header-right .clients .clients-items > *:last-child, .clients .modal-header .header-content .header-right .clients-items > *:last-child, .modal-header .header-content .header-right .clients .clients-items .clients-item > *:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .modal-header .header-content .header-right .d-flex > *, .modal-header .header-content .header-right .signature > *, .modal-header .header-content .header-right .clients .clients-items > *, .clients .modal-header .header-content .header-right .clients-items > *, .modal-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-right .clients-item > * {
        margin-right: 1.75467rem;
    }
}

.modal-header .header-content .header-right .d-flex .search-toggle, .modal-header .header-content .header-right .signature .search-toggle, .modal-header .header-content .header-right .clients .clients-items .search-toggle, .clients .modal-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-toggle, .modal-header .header-content .header-right .d-flex .search-close-toggle, .modal-header .header-content .header-right .signature .search-close-toggle, .modal-header .header-content .header-right .clients .clients-items .search-close-toggle, .clients .modal-header .header-content .header-right .clients-items .search-close-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-close-toggle, .modal-header .header-content .header-right .d-flex .menu-close-toggle, .modal-header .header-content .header-right .signature .menu-close-toggle, .modal-header .header-content .header-right .clients .clients-items .menu-close-toggle, .clients .modal-header .header-content .header-right .clients-items .menu-close-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .menu-close-toggle {
    margin-right: 0.87733rem;
}

.modal-header .header-content .header-right .d-flex .search-toggle:last-child, .modal-header .header-content .header-right .signature .search-toggle:last-child, .modal-header .header-content .header-right .clients .clients-items .search-toggle:last-child, .clients .modal-header .header-content .header-right .clients-items .search-toggle:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-toggle:last-child, .modal-header .header-content .header-right .d-flex .search-close-toggle:last-child, .modal-header .header-content .header-right .signature .search-close-toggle:last-child, .modal-header .header-content .header-right .clients .clients-items .search-close-toggle:last-child, .clients .modal-header .header-content .header-right .clients-items .search-close-toggle:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-close-toggle:last-child, .modal-header .header-content .header-right .d-flex .menu-close-toggle:last-child, .modal-header .header-content .header-right .signature .menu-close-toggle:last-child, .modal-header .header-content .header-right .clients .clients-items .menu-close-toggle:last-child, .clients .modal-header .header-content .header-right .clients-items .menu-close-toggle:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item .menu-close-toggle:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .modal-header .header-content .header-right .d-flex .languages, .modal-header .header-content .header-right .signature .languages, .modal-header .header-content .header-right .clients .clients-items .languages, .clients .modal-header .header-content .header-right .clients-items .languages, .clients .clients-items .modal-header .header-content .header-right .clients-item .languages {
        display: none;
    }
}

.header-absolute-true header.site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1040;
    min-width: 320px;
}

.header-absolute-true.header-fixed header.site-header {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .header-absolute-true.header-fixed header.site-header {
        background-color: transparent;
    }

    .header-absolute-true.header-fixed header.site-header .header-content {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .header-absolute-true.header-fixed header.site-header .languages, .header-absolute-true.header-fixed header.site-header .search-toggle {
        display: none;
    }
}

.header-absolute-true:not(.header-fixed) header.site-header {
    color: #ffffff;
}

.header-absolute-true:not(.header-fixed) header.site-header h1:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header h2:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header h3:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header h4:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header h5:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header h6:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header p:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header blockquote:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header pre:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header a:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header abbr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header address:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header cit:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header code:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
  .header-absolute-true:not(.header-fixed) header.site-header del:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header dfn:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header em:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header ins:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header q:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header samp:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header small:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header strong:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header sub:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header sup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header b:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header i:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header hr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header dl:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header dt:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header dd:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
  .header-absolute-true:not(.header-fixed) header.site-header ol:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header ul:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header li:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header fieldset:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header legend:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header label:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header span:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header caption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header figcaption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header details:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header hgroup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header summary:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header mark:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header audio:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true:not(.header-fixed) header.site-header video:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon) {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header.site-header a:not(.transform-scale-h):not(.btn):not(.dropdown-item):hover {
    opacity: 0.7;
}

.header-absolute-true:not(.header-fixed) header.site-header .header-content {
    border-color: #ffffff;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > a:before {
    background-color: #ffffff;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item:hover > a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.current-nav-item > a, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.active > a, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.show > a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item:hover a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item.active a, .header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item.current-lang a {
    color: inherit;
}

.header-fixed-true.header-fixed header {
    position: fixed;
    z-index: 1040;
}

@media (max-width: 600px) {
    .header-fixed-true.header-fixed header {
        top: 0;
    }
}

.header-fixed-true.header-fixed header .header-content {
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    border-color: transparent;
}

.header-fixed-true.header-fixed header .adv-light {
    display: none;
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-light.menu-toggle {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-light.logo {
        display: none;
    }
}

.header-fixed-true.header-fixed header .adv-dark {
    display: block;
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-dark.menu-toggle {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-dark.logo {
        display: none;
    }
}

.header-fixed-true.header-fixed header .menu {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .header-absolute-true:not(.header-fixed) header .adv-light.menu-toggle {
        display: block !important;
    }
}

.header-absolute-true:not(.header-fixed) header .adv-dark {
    display: none;
}

@media (max-width: 767px) {
    .header-absolute-true:not(.header-fixed) header .adv-dark.menu-toggle {
        display: none !important;
    }
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main {
    padding-top: 0;
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix {
    padding-top: 7.895rem;
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > nav:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main,
[class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main {
    padding-top: 0;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix,
  [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix {
    padding-top: 7.895rem;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > section:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > div:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > header:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > footer:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > main:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > article:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > aside:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > nav:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > section:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > div:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > header:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > footer:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > main:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > article:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > aside:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > nav:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem;
}

/*=============================
// #8.4 Footer
=============================*/
.site-footer {
    position: relative;
    font-size: 0.895rem;
    background-color: #ffffff;
    color: #6c6c6c;
}

.site-footer h1:not(.btn), .site-footer h2:not(.btn), .site-footer h3:not(.btn), .site-footer h4:not(.btn), .site-footer h5:not(.btn), .site-footer h6:not(.btn), .site-footer p:not(.btn), .site-footer blockquote:not(.btn), .site-footer pre:not(.btn), .site-footer a:not(.btn), .site-footer abbr:not(.btn), .site-footer address:not(.btn), .site-footer cit:not(.btn), .site-footer code:not(.btn),
  .site-footer del:not(.btn), .site-footer dfn:not(.btn), .site-footer em:not(.btn), .site-footer ins:not(.btn), .site-footer q:not(.btn), .site-footer samp:not(.btn), .site-footer small:not(.btn), .site-footer strong:not(.btn), .site-footer sub:not(.btn), .site-footer sup:not(.btn), .site-footer b:not(.btn), .site-footer i:not(.btn), .site-footer hr:not(.btn), .site-footer dl:not(.btn), .site-footer dt:not(.btn), .site-footer dd:not(.btn),
  .site-footer ol:not(.btn), .site-footer ul:not(.btn), .site-footer li:not(.btn), .site-footer fieldset:not(.btn), .site-footer legend:not(.btn), .site-footer label:not(.btn), .site-footer span:not(.btn), .site-footer caption:not(.btn), .site-footer figcaption:not(.btn), .site-footer details:not(.btn), .site-footer hgroup:not(.btn), .site-footer summary:not(.btn), .site-footer mark:not(.btn), .site-footer audio:not(.btn), .site-footer video:not(.btn) {
    color: inherit;
}

.site-footer a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.7;
}

.site-footer p {
    font-size: 0.895rem;
}

.site-footer .wrapper {
    position: relative;
}

.site-footer .wrapper .footer {
    border-top: 1px solid #dadada;
    padding-top: 3.158rem;
    padding-bottom: 3.158rem;
}

.site-footer .wrapper .footer .d-flex > div, .site-footer .wrapper .footer .signature > div, .site-footer .wrapper .footer .clients .clients-items > div, .clients .site-footer .wrapper .footer .clients-items > div, .site-footer .wrapper .footer .clients .clients-items .clients-item > div, .clients .clients-items .site-footer .wrapper .footer .clients-item > div {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

.site-footer .wrapper .footer .d-flex > div:first-child, .site-footer .wrapper .footer .signature > div:first-child, .site-footer .wrapper .footer .clients .clients-items > div:first-child, .clients .site-footer .wrapper .footer .clients-items > div:first-child, .site-footer .wrapper .footer .clients .clients-items .clients-item > div:first-child, .clients .clients-items .site-footer .wrapper .footer .clients-item > div:first-child {
    padding-left: 0;
}

.site-footer .wrapper .footer .d-flex > div:last-child, .site-footer .wrapper .footer .signature > div:last-child, .site-footer .wrapper .footer .clients .clients-items > div:last-child, .clients .site-footer .wrapper .footer .clients-items > div:last-child, .site-footer .wrapper .footer .clients .clients-items .clients-item > div:last-child, .clients .clients-items .site-footer .wrapper .footer .clients-item > div:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .site-footer .wrapper .footer .d-flex > div, .site-footer .wrapper .footer .signature > div, .site-footer .wrapper .footer .clients .clients-items > div, .clients .site-footer .wrapper .footer .clients-items > div, .site-footer .wrapper .footer .clients .clients-items .clients-item > div, .clients .clients-items .site-footer .wrapper .footer .clients-item > div {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.579rem;
    }

    .site-footer .wrapper .footer .d-flex > div:last-child, .site-footer .wrapper .footer .signature > div:last-child, .site-footer .wrapper .footer .clients .clients-items > div:last-child, .clients .site-footer .wrapper .footer .clients-items > div:last-child, .site-footer .wrapper .footer .clients .clients-items .clients-item > div:last-child, .clients .clients-items .site-footer .wrapper .footer .clients-item > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .site-footer .wrapper .footer .copyright {
        text-align: center;
    }
}

.footer-no-border {
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
}

/*=============================
// #8.5 Main
=============================*/
/*=============================
// All page
=============================*/
main {
    padding-top: 7.105rem;
    padding-bottom: 8.421rem;
}

main.content-no-spacing {
    padding-top: 0;
    padding-bottom: 0;
}

main.content-no-spacing #page-content {
    padding-top: 0;
    padding-bottom: 0;
}

/*=============================
// #8.6 Page title
=============================*/
#page-title .wrapper {
    position: relative;
    z-index: 1;
}

#page-title .text-max-width {
    max-width: 39.842rem;
}

#page-title.with-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: calc(100vh + 10.526rem);
    min-height: 784px;
    max-height: 1000px;
    color: #ffffff;
}

#page-title.with-img .wrapper {
    height: 100%;
}

#page-title.with-img [class*='widget-text-editor'] {
    color: #ffffff;
}

#page-title.with-img h1:not(.btn), #page-title.with-img h2:not(.btn), #page-title.with-img h3:not(.btn), #page-title.with-img h4:not(.btn), #page-title.with-img h5:not(.btn), #page-title.with-img h6:not(.btn), #page-title.with-img p:not(.btn), #page-title.with-img blockquote:not(.btn), #page-title.with-img pre:not(.btn), #page-title.with-img a:not(.btn), #page-title.with-img abbr:not(.btn), #page-title.with-img address:not(.btn), #page-title.with-img cit:not(.btn), #page-title.with-img code:not(.btn),
  #page-title.with-img del:not(.btn), #page-title.with-img dfn:not(.btn), #page-title.with-img em:not(.btn), #page-title.with-img ins:not(.btn), #page-title.with-img q:not(.btn), #page-title.with-img samp:not(.btn), #page-title.with-img small:not(.btn), #page-title.with-img strong:not(.btn), #page-title.with-img sub:not(.btn), #page-title.with-img sup:not(.btn), #page-title.with-img b:not(.btn), #page-title.with-img i:not(.btn), #page-title.with-img hr:not(.btn), #page-title.with-img dl:not(.btn), #page-title.with-img dt:not(.btn), #page-title.with-img dd:not(.btn),
  #page-title.with-img ol:not(.btn), #page-title.with-img ul:not(.btn), #page-title.with-img li:not(.btn), #page-title.with-img fieldset:not(.btn), #page-title.with-img legend:not(.btn), #page-title.with-img label:not(.btn), #page-title.with-img span:not(.btn), #page-title.with-img caption:not(.btn), #page-title.with-img figcaption:not(.btn), #page-title.with-img details:not(.btn), #page-title.with-img hgroup:not(.btn), #page-title.with-img summary:not(.btn), #page-title.with-img mark:not(.btn), #page-title.with-img audio:not(.btn), #page-title.with-img video:not(.btn) {
    color: inherit;
}

#page-title.with-img a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.7;
}

.page-title-bg-color {
    background-color: #060606;
    position: absolute;
    opacity: 0.31;
    width: 100%;
    height: 100%;
    top: 0;
}

/*=============================
// #8.7 Page content
=============================*/
#page-content .content h1 {
    margin-bottom: 1.487rem;
}

#page-content .content h1.large {
    margin-bottom: 1.632rem;
}

#page-content .content h2 {
    margin-bottom: 1.736rem;
}

#page-content .content h3 {
    margin-bottom: 1.931rem;
}

#page-content .content h4 {
    margin-bottom: 2.071rem;
}

#page-content .content h5 {
    margin-bottom: 2.171rem;
}

#page-content .content h6 {
    margin-bottom: 2.272rem;
}

#page-content .content p {
    margin-bottom: 2.087rem;
}

#page-content .content h1:last-child, #page-content .content h2:last-child, #page-content .content h3:last-child, #page-content .content h4:last-child, #page-content .content h5:last-child, #page-content .content h6:last-child, #page-content .content p:last-child {
    margin-bottom: 0;
}

#page-content .content h1:not(.card-title)[class*='-title'], #page-content .content h1:not(.card-title)[class*='__title'], #page-content .content h1:not(.card-title)[class*='-heading'], #page-content .content h1:not(.card-title)[class*='__heading'], #page-content .content h2:not(.card-title)[class*='-title'], #page-content .content h2:not(.card-title)[class*='__title'], #page-content .content h2:not(.card-title)[class*='-heading'], #page-content .content h2:not(.card-title)[class*='__heading'], #page-content .content h3:not(.card-title)[class*='-title'], #page-content .content h3:not(.card-title)[class*='__title'], #page-content .content h3:not(.card-title)[class*='-heading'], #page-content .content h3:not(.card-title)[class*='__heading'], #page-content .content h4:not(.card-title)[class*='-title'], #page-content .content h4:not(.card-title)[class*='__title'], #page-content .content h4:not(.card-title)[class*='-heading'], #page-content .content h4:not(.card-title)[class*='__heading'], #page-content .content h5:not(.card-title)[class*='-title'], #page-content .content h5:not(.card-title)[class*='__title'], #page-content .content h5:not(.card-title)[class*='-heading'], #page-content .content h5:not(.card-title)[class*='__heading'], #page-content .content h6:not(.card-title)[class*='-title'], #page-content .content h6:not(.card-title)[class*='__title'], #page-content .content h6:not(.card-title)[class*='-heading'], #page-content .content h6:not(.card-title)[class*='__heading'], #page-content .content p:not(.card-title)[class*='-title'], #page-content .content p:not(.card-title)[class*='__title'], #page-content .content p:not(.card-title)[class*='-heading'], #page-content .content p:not(.card-title)[class*='__heading'] {
    margin-bottom: 0;
}

#page-content .content [class*='-block-']:not([class*='-block-spacer']) {
    margin-bottom: 2.632rem;
}

#page-content .content [class*='-block-']:last-child {
    margin-bottom: 0;
}

#page-content .content [class*='-block-'] [class*='-block-'] {
    margin-bottom: 0;
}

#page-content .content [class*='-block-'] [class*='-block-'] [class*='-block-button'] {
    margin-bottom: 2.632rem;
}

#page-content .content [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child {
    margin-bottom: 0;
}

#page-content .content [class*='-block-columns'] {
    margin-bottom: 0 !important;
}

#page-content .content [class*='-block-columns'] [class*='-block-column'] {
    margin-bottom: 2.632rem;
}

#page-content .content [class*='-block-group'].has-background {
    padding: 2.632rem;
}

@media (max-width: 1199px) {
    #page-content .content [class*='-block-group'].has-background {
        padding: 1.59515rem;
    }
}

#page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] {
    padding: 2.632rem;
}

@media (max-width: 1199px) {
    #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] {
        padding: 1.59515rem;
    }
}

#page-content .content figure:last-child {
    margin-bottom: 0;
}

#page-content .content table {
    width: 100%;
    margin-bottom: 2.632rem;
}

#page-content .content table:last-child {
    margin-bottom: 0;
}

#page-content .content .is-cropped [class*='-gallery-item'] img {
    height: 100%;
}

#page-content .content ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']) {
    margin-bottom: 1.091rem;
}

#page-content .content ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child {
    margin-bottom: 0;
}

#page-content .content ul ol, #page-content .content ul ul, #page-content .content ol ol, #page-content .content ol ul {
    margin-top: 1.091rem;
}

#page-content .content address, #page-content .content dl, #page-content .content ol, #page-content .content ul, #page-content .content pre, #page-content .content hr, #page-content .content blockquote, #page-content .content .blockquote {
    margin-bottom: 2.632rem;
}

#page-content .content address:last-child, #page-content .content dl:last-child, #page-content .content ol:last-child, #page-content .content ul:last-child, #page-content .content pre:last-child, #page-content .content hr:last-child, #page-content .content blockquote:last-child, #page-content .content .blockquote:last-child {
    margin-bottom: 0;
}

#page-content .content .gallery {
    margin-bottom: 2.369rem;
}

#page-content .content .gallery .gallery-item {
    margin-bottom: 2.632rem;
}

#page-content .content .gallery .gallery-item:last-child {
    margin-bottom: 0;
}

#page-content .content .gallery:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default h1, #page-content .content blockquote h1, #page-content .content .blockquote h1, #page-content .content .alert h1, #page-content .content .wpcf7-form [class*='response-output'] h1, .wpcf7-form #page-content .content [class*='response-output'] h1, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h1, #page-content .content .card-post h1, #page-content .content .widget-area h1, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1, #page-content .content .bd-example:not(.style-none) h1, #page-content .content .bd-callout h1, #page-content .content .team-member h1, #page-content .content .signature h1, #page-content .content .information h1, #page-content .content .feature-item h1, #page-content .content .fun-fact h1 {
    margin-bottom: 0.434rem;
}

#page-content .content .style-default h1.large, #page-content .content blockquote h1.large, #page-content .content .blockquote h1.large, #page-content .content .alert h1.large, #page-content .content .wpcf7-form [class*='response-output'] h1.large, .wpcf7-form #page-content .content [class*='response-output'] h1.large, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1.large, #page-content .content .card-post h1.large, #page-content .content .widget-area h1.large, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1.large, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1.large, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1.large, #page-content .content .bd-example:not(.style-none) h1.large, #page-content .content .bd-callout h1.large, #page-content .content .team-member h1.large, #page-content .content .signature h1.large, #page-content .content .information h1.large, #page-content .content .feature-item h1.large, #page-content .content .fun-fact h1.large {
    margin-bottom: 0.434rem;
}

#page-content .content .style-default h2, #page-content .content blockquote h2, #page-content .content .blockquote h2, #page-content .content .alert h2, #page-content .content .wpcf7-form [class*='response-output'] h2, .wpcf7-form #page-content .content [class*='response-output'] h2, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h2, #page-content .content .card-post h2, #page-content .content .widget-area h2, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2, #page-content .content .bd-example:not(.style-none) h2, #page-content .content .bd-callout h2, #page-content .content .team-member h2, #page-content .content .signature h2, #page-content .content .information h2, #page-content .content .feature-item h2, #page-content .content .fun-fact h2 {
    margin-bottom: 0.683rem;
}

#page-content .content .style-default h3, #page-content .content blockquote h3, #page-content .content .blockquote h3, #page-content .content .alert h3, #page-content .content .wpcf7-form [class*='response-output'] h3, .wpcf7-form #page-content .content [class*='response-output'] h3, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h3, #page-content .content .card-post h3, #page-content .content .widget-area h3, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3, #page-content .content .bd-example:not(.style-none) h3, #page-content .content .bd-callout h3, #page-content .content .team-member h3, #page-content .content .signature h3, #page-content .content .information h3, #page-content .content .feature-item h3, #page-content .content .fun-fact h3 {
    margin-bottom: 0.878rem;
}

#page-content .content .style-default h4, #page-content .content blockquote h4, #page-content .content .blockquote h4, #page-content .content .alert h4, #page-content .content .wpcf7-form [class*='response-output'] h4, .wpcf7-form #page-content .content [class*='response-output'] h4, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h4, #page-content .content .card-post h4, #page-content .content .widget-area h4, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4, #page-content .content .bd-example:not(.style-none) h4, #page-content .content .bd-callout h4, #page-content .content .team-member h4, #page-content .content .signature h4, #page-content .content .information h4, #page-content .content .feature-item h4, #page-content .content .fun-fact h4 {
    margin-bottom: 1.018rem;
}

#page-content .content .style-default h5, #page-content .content blockquote h5, #page-content .content .blockquote h5, #page-content .content .alert h5, #page-content .content .wpcf7-form [class*='response-output'] h5, .wpcf7-form #page-content .content [class*='response-output'] h5, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h5, #page-content .content .card-post h5, #page-content .content .widget-area h5, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5, #page-content .content .bd-example:not(.style-none) h5, #page-content .content .bd-callout h5, #page-content .content .team-member h5, #page-content .content .signature h5, #page-content .content .information h5, #page-content .content .feature-item h5, #page-content .content .fun-fact h5 {
    margin-bottom: 1.118rem;
}

#page-content .content .style-default h6, #page-content .content blockquote h6, #page-content .content .blockquote h6, #page-content .content .alert h6, #page-content .content .wpcf7-form [class*='response-output'] h6, .wpcf7-form #page-content .content [class*='response-output'] h6, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h6, #page-content .content .card-post h6, #page-content .content .widget-area h6, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6, #page-content .content .bd-example:not(.style-none) h6, #page-content .content .bd-callout h6, #page-content .content .team-member h6, #page-content .content .signature h6, #page-content .content .information h6, #page-content .content .feature-item h6, #page-content .content .fun-fact h6 {
    margin-bottom: 1.219rem;
}

#page-content .content .style-default p, #page-content .content blockquote p, #page-content .content .blockquote p, #page-content .content .alert p, #page-content .content .wpcf7-form [class*='response-output'] p, .wpcf7-form #page-content .content [class*='response-output'] p, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] p, #page-content .content .card-post p, #page-content .content .widget-area p, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p, #page-content .content .bd-example:not(.style-none) p, #page-content .content .bd-callout p, #page-content .content .team-member p, #page-content .content .signature p, #page-content .content .information p, #page-content .content .feature-item p, #page-content .content .fun-fact p {
    margin-bottom: 1.034rem;
}

#page-content .content .style-default h1:last-child, #page-content .content blockquote h1:last-child, #page-content .content .blockquote h1:last-child, #page-content .content .alert h1:last-child, #page-content .content .wpcf7-form [class*='response-output'] h1:last-child, .wpcf7-form #page-content .content [class*='response-output'] h1:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:last-child, #page-content .content .card-post h1:last-child, #page-content .content .widget-area h1:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:last-child, #page-content .content .bd-example:not(.style-none) h1:last-child, #page-content .content .bd-callout h1:last-child, #page-content .content .team-member h1:last-child, #page-content .content .signature h1:last-child, #page-content .content .information h1:last-child, #page-content .content .feature-item h1:last-child, #page-content .content .fun-fact h1:last-child, #page-content .content .style-default h2:last-child, #page-content .content blockquote h2:last-child, #page-content .content .blockquote h2:last-child, #page-content .content .alert h2:last-child, #page-content .content .wpcf7-form [class*='response-output'] h2:last-child, .wpcf7-form #page-content .content [class*='response-output'] h2:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:last-child, #page-content .content .card-post h2:last-child, #page-content .content .widget-area h2:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:last-child, #page-content .content .bd-example:not(.style-none) h2:last-child, #page-content .content .bd-callout h2:last-child, #page-content .content .team-member h2:last-child, #page-content .content .signature h2:last-child, #page-content .content .information h2:last-child, #page-content .content .feature-item h2:last-child, #page-content .content .fun-fact h2:last-child, #page-content .content .style-default h3:last-child, #page-content .content blockquote h3:last-child, #page-content .content .blockquote h3:last-child, #page-content .content .alert h3:last-child, #page-content .content .wpcf7-form [class*='response-output'] h3:last-child, .wpcf7-form #page-content .content [class*='response-output'] h3:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:last-child, #page-content .content .card-post h3:last-child, #page-content .content .widget-area h3:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:last-child, #page-content .content .bd-example:not(.style-none) h3:last-child, #page-content .content .bd-callout h3:last-child, #page-content .content .team-member h3:last-child, #page-content .content .signature h3:last-child, #page-content .content .information h3:last-child, #page-content .content .feature-item h3:last-child, #page-content .content .fun-fact h3:last-child, #page-content .content .style-default h4:last-child, #page-content .content blockquote h4:last-child, #page-content .content .blockquote h4:last-child, #page-content .content .alert h4:last-child, #page-content .content .wpcf7-form [class*='response-output'] h4:last-child, .wpcf7-form #page-content .content [class*='response-output'] h4:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:last-child, #page-content .content .card-post h4:last-child, #page-content .content .widget-area h4:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:last-child, #page-content .content .bd-example:not(.style-none) h4:last-child, #page-content .content .bd-callout h4:last-child, #page-content .content .team-member h4:last-child, #page-content .content .signature h4:last-child, #page-content .content .information h4:last-child, #page-content .content .feature-item h4:last-child, #page-content .content .fun-fact h4:last-child, #page-content .content .style-default h5:last-child, #page-content .content blockquote h5:last-child, #page-content .content .blockquote h5:last-child, #page-content .content .alert h5:last-child, #page-content .content .wpcf7-form [class*='response-output'] h5:last-child, .wpcf7-form #page-content .content [class*='response-output'] h5:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:last-child, #page-content .content .card-post h5:last-child, #page-content .content .widget-area h5:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:last-child, #page-content .content .bd-example:not(.style-none) h5:last-child, #page-content .content .bd-callout h5:last-child, #page-content .content .team-member h5:last-child, #page-content .content .signature h5:last-child, #page-content .content .information h5:last-child, #page-content .content .feature-item h5:last-child, #page-content .content .fun-fact h5:last-child, #page-content .content .style-default h6:last-child, #page-content .content blockquote h6:last-child, #page-content .content .blockquote h6:last-child, #page-content .content .alert h6:last-child, #page-content .content .wpcf7-form [class*='response-output'] h6:last-child, .wpcf7-form #page-content .content [class*='response-output'] h6:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:last-child, #page-content .content .card-post h6:last-child, #page-content .content .widget-area h6:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:last-child, #page-content .content .bd-example:not(.style-none) h6:last-child, #page-content .content .bd-callout h6:last-child, #page-content .content .team-member h6:last-child, #page-content .content .signature h6:last-child, #page-content .content .information h6:last-child, #page-content .content .feature-item h6:last-child, #page-content .content .fun-fact h6:last-child, #page-content .content .style-default p:last-child, #page-content .content blockquote p:last-child, #page-content .content .blockquote p:last-child, #page-content .content .alert p:last-child, #page-content .content .wpcf7-form [class*='response-output'] p:last-child, .wpcf7-form #page-content .content [class*='response-output'] p:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:last-child, #page-content .content .card-post p:last-child, #page-content .content .widget-area p:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:last-child, #page-content .content .bd-example:not(.style-none) p:last-child, #page-content .content .bd-callout p:last-child, #page-content .content .team-member p:last-child, #page-content .content .signature p:last-child, #page-content .content .information p:last-child, #page-content .content .feature-item p:last-child, #page-content .content .fun-fact p:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default h1:not(.card-title)[class*='-title'], #page-content .content blockquote h1:not(.card-title)[class*='-title'], #page-content .content .blockquote h1:not(.card-title)[class*='-title'], #page-content .content .alert h1:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='-title'], #page-content .content .card-post h1:not(.card-title)[class*='-title'], #page-content .content .widget-area h1:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='-title'], #page-content .content .bd-callout h1:not(.card-title)[class*='-title'], #page-content .content .team-member h1:not(.card-title)[class*='-title'], #page-content .content .signature h1:not(.card-title)[class*='-title'], #page-content .content .information h1:not(.card-title)[class*='-title'], #page-content .content .feature-item h1:not(.card-title)[class*='-title'], #page-content .content .fun-fact h1:not(.card-title)[class*='-title'], #page-content .content .style-default h1:not(.card-title)[class*='__title'], #page-content .content blockquote h1:not(.card-title)[class*='__title'], #page-content .content .blockquote h1:not(.card-title)[class*='__title'], #page-content .content .alert h1:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='__title'], #page-content .content .card-post h1:not(.card-title)[class*='__title'], #page-content .content .widget-area h1:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='__title'], #page-content .content .bd-callout h1:not(.card-title)[class*='__title'], #page-content .content .team-member h1:not(.card-title)[class*='__title'], #page-content .content .signature h1:not(.card-title)[class*='__title'], #page-content .content .information h1:not(.card-title)[class*='__title'], #page-content .content .feature-item h1:not(.card-title)[class*='__title'], #page-content .content .fun-fact h1:not(.card-title)[class*='__title'], #page-content .content .style-default h1:not(.card-title)[class*='-heading'], #page-content .content blockquote h1:not(.card-title)[class*='-heading'], #page-content .content .blockquote h1:not(.card-title)[class*='-heading'], #page-content .content .alert h1:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='-heading'], #page-content .content .card-post h1:not(.card-title)[class*='-heading'], #page-content .content .widget-area h1:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h1:not(.card-title)[class*='-heading'], #page-content .content .team-member h1:not(.card-title)[class*='-heading'], #page-content .content .signature h1:not(.card-title)[class*='-heading'], #page-content .content .information h1:not(.card-title)[class*='-heading'], #page-content .content .feature-item h1:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h1:not(.card-title)[class*='-heading'], #page-content .content .style-default h1:not(.card-title)[class*='__heading'], #page-content .content blockquote h1:not(.card-title)[class*='__heading'], #page-content .content .blockquote h1:not(.card-title)[class*='__heading'], #page-content .content .alert h1:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='__heading'], #page-content .content .card-post h1:not(.card-title)[class*='__heading'], #page-content .content .widget-area h1:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h1:not(.card-title)[class*='__heading'], #page-content .content .team-member h1:not(.card-title)[class*='__heading'], #page-content .content .signature h1:not(.card-title)[class*='__heading'], #page-content .content .information h1:not(.card-title)[class*='__heading'], #page-content .content .feature-item h1:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h1:not(.card-title)[class*='__heading'], #page-content .content .style-default h2:not(.card-title)[class*='-title'], #page-content .content blockquote h2:not(.card-title)[class*='-title'], #page-content .content .blockquote h2:not(.card-title)[class*='-title'], #page-content .content .alert h2:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='-title'], #page-content .content .card-post h2:not(.card-title)[class*='-title'], #page-content .content .widget-area h2:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='-title'], #page-content .content .bd-callout h2:not(.card-title)[class*='-title'], #page-content .content .team-member h2:not(.card-title)[class*='-title'], #page-content .content .signature h2:not(.card-title)[class*='-title'], #page-content .content .information h2:not(.card-title)[class*='-title'], #page-content .content .feature-item h2:not(.card-title)[class*='-title'], #page-content .content .fun-fact h2:not(.card-title)[class*='-title'], #page-content .content .style-default h2:not(.card-title)[class*='__title'], #page-content .content blockquote h2:not(.card-title)[class*='__title'], #page-content .content .blockquote h2:not(.card-title)[class*='__title'], #page-content .content .alert h2:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='__title'], #page-content .content .card-post h2:not(.card-title)[class*='__title'], #page-content .content .widget-area h2:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='__title'], #page-content .content .bd-callout h2:not(.card-title)[class*='__title'], #page-content .content .team-member h2:not(.card-title)[class*='__title'], #page-content .content .signature h2:not(.card-title)[class*='__title'], #page-content .content .information h2:not(.card-title)[class*='__title'], #page-content .content .feature-item h2:not(.card-title)[class*='__title'], #page-content .content .fun-fact h2:not(.card-title)[class*='__title'], #page-content .content .style-default h2:not(.card-title)[class*='-heading'], #page-content .content blockquote h2:not(.card-title)[class*='-heading'], #page-content .content .blockquote h2:not(.card-title)[class*='-heading'], #page-content .content .alert h2:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='-heading'], #page-content .content .card-post h2:not(.card-title)[class*='-heading'], #page-content .content .widget-area h2:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h2:not(.card-title)[class*='-heading'], #page-content .content .team-member h2:not(.card-title)[class*='-heading'], #page-content .content .signature h2:not(.card-title)[class*='-heading'], #page-content .content .information h2:not(.card-title)[class*='-heading'], #page-content .content .feature-item h2:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h2:not(.card-title)[class*='-heading'], #page-content .content .style-default h2:not(.card-title)[class*='__heading'], #page-content .content blockquote h2:not(.card-title)[class*='__heading'], #page-content .content .blockquote h2:not(.card-title)[class*='__heading'], #page-content .content .alert h2:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='__heading'], #page-content .content .card-post h2:not(.card-title)[class*='__heading'], #page-content .content .widget-area h2:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h2:not(.card-title)[class*='__heading'], #page-content .content .team-member h2:not(.card-title)[class*='__heading'], #page-content .content .signature h2:not(.card-title)[class*='__heading'], #page-content .content .information h2:not(.card-title)[class*='__heading'], #page-content .content .feature-item h2:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h2:not(.card-title)[class*='__heading'], #page-content .content .style-default h3:not(.card-title)[class*='-title'], #page-content .content blockquote h3:not(.card-title)[class*='-title'], #page-content .content .blockquote h3:not(.card-title)[class*='-title'], #page-content .content .alert h3:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='-title'], #page-content .content .card-post h3:not(.card-title)[class*='-title'], #page-content .content .widget-area h3:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='-title'], #page-content .content .bd-callout h3:not(.card-title)[class*='-title'], #page-content .content .team-member h3:not(.card-title)[class*='-title'], #page-content .content .signature h3:not(.card-title)[class*='-title'], #page-content .content .information h3:not(.card-title)[class*='-title'], #page-content .content .feature-item h3:not(.card-title)[class*='-title'], #page-content .content .fun-fact h3:not(.card-title)[class*='-title'], #page-content .content .style-default h3:not(.card-title)[class*='__title'], #page-content .content blockquote h3:not(.card-title)[class*='__title'], #page-content .content .blockquote h3:not(.card-title)[class*='__title'], #page-content .content .alert h3:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='__title'], #page-content .content .card-post h3:not(.card-title)[class*='__title'], #page-content .content .widget-area h3:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='__title'], #page-content .content .bd-callout h3:not(.card-title)[class*='__title'], #page-content .content .team-member h3:not(.card-title)[class*='__title'], #page-content .content .signature h3:not(.card-title)[class*='__title'], #page-content .content .information h3:not(.card-title)[class*='__title'], #page-content .content .feature-item h3:not(.card-title)[class*='__title'], #page-content .content .fun-fact h3:not(.card-title)[class*='__title'], #page-content .content .style-default h3:not(.card-title)[class*='-heading'], #page-content .content blockquote h3:not(.card-title)[class*='-heading'], #page-content .content .blockquote h3:not(.card-title)[class*='-heading'], #page-content .content .alert h3:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='-heading'], #page-content .content .card-post h3:not(.card-title)[class*='-heading'], #page-content .content .widget-area h3:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h3:not(.card-title)[class*='-heading'], #page-content .content .team-member h3:not(.card-title)[class*='-heading'], #page-content .content .signature h3:not(.card-title)[class*='-heading'], #page-content .content .information h3:not(.card-title)[class*='-heading'], #page-content .content .feature-item h3:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h3:not(.card-title)[class*='-heading'], #page-content .content .style-default h3:not(.card-title)[class*='__heading'], #page-content .content blockquote h3:not(.card-title)[class*='__heading'], #page-content .content .blockquote h3:not(.card-title)[class*='__heading'], #page-content .content .alert h3:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='__heading'], #page-content .content .card-post h3:not(.card-title)[class*='__heading'], #page-content .content .widget-area h3:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h3:not(.card-title)[class*='__heading'], #page-content .content .team-member h3:not(.card-title)[class*='__heading'], #page-content .content .signature h3:not(.card-title)[class*='__heading'], #page-content .content .information h3:not(.card-title)[class*='__heading'], #page-content .content .feature-item h3:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h3:not(.card-title)[class*='__heading'], #page-content .content .style-default h4:not(.card-title)[class*='-title'], #page-content .content blockquote h4:not(.card-title)[class*='-title'], #page-content .content .blockquote h4:not(.card-title)[class*='-title'], #page-content .content .alert h4:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='-title'], #page-content .content .card-post h4:not(.card-title)[class*='-title'], #page-content .content .widget-area h4:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='-title'], #page-content .content .bd-callout h4:not(.card-title)[class*='-title'], #page-content .content .team-member h4:not(.card-title)[class*='-title'], #page-content .content .signature h4:not(.card-title)[class*='-title'], #page-content .content .information h4:not(.card-title)[class*='-title'], #page-content .content .feature-item h4:not(.card-title)[class*='-title'], #page-content .content .fun-fact h4:not(.card-title)[class*='-title'], #page-content .content .style-default h4:not(.card-title)[class*='__title'], #page-content .content blockquote h4:not(.card-title)[class*='__title'], #page-content .content .blockquote h4:not(.card-title)[class*='__title'], #page-content .content .alert h4:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='__title'], #page-content .content .card-post h4:not(.card-title)[class*='__title'], #page-content .content .widget-area h4:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='__title'], #page-content .content .bd-callout h4:not(.card-title)[class*='__title'], #page-content .content .team-member h4:not(.card-title)[class*='__title'], #page-content .content .signature h4:not(.card-title)[class*='__title'], #page-content .content .information h4:not(.card-title)[class*='__title'], #page-content .content .feature-item h4:not(.card-title)[class*='__title'], #page-content .content .fun-fact h4:not(.card-title)[class*='__title'], #page-content .content .style-default h4:not(.card-title)[class*='-heading'], #page-content .content blockquote h4:not(.card-title)[class*='-heading'], #page-content .content .blockquote h4:not(.card-title)[class*='-heading'], #page-content .content .alert h4:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='-heading'], #page-content .content .card-post h4:not(.card-title)[class*='-heading'], #page-content .content .widget-area h4:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h4:not(.card-title)[class*='-heading'], #page-content .content .team-member h4:not(.card-title)[class*='-heading'], #page-content .content .signature h4:not(.card-title)[class*='-heading'], #page-content .content .information h4:not(.card-title)[class*='-heading'], #page-content .content .feature-item h4:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h4:not(.card-title)[class*='-heading'], #page-content .content .style-default h4:not(.card-title)[class*='__heading'], #page-content .content blockquote h4:not(.card-title)[class*='__heading'], #page-content .content .blockquote h4:not(.card-title)[class*='__heading'], #page-content .content .alert h4:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='__heading'], #page-content .content .card-post h4:not(.card-title)[class*='__heading'], #page-content .content .widget-area h4:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h4:not(.card-title)[class*='__heading'], #page-content .content .team-member h4:not(.card-title)[class*='__heading'], #page-content .content .signature h4:not(.card-title)[class*='__heading'], #page-content .content .information h4:not(.card-title)[class*='__heading'], #page-content .content .feature-item h4:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h4:not(.card-title)[class*='__heading'], #page-content .content .style-default h5:not(.card-title)[class*='-title'], #page-content .content blockquote h5:not(.card-title)[class*='-title'], #page-content .content .blockquote h5:not(.card-title)[class*='-title'], #page-content .content .alert h5:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='-title'], #page-content .content .card-post h5:not(.card-title)[class*='-title'], #page-content .content .widget-area h5:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='-title'], #page-content .content .bd-callout h5:not(.card-title)[class*='-title'], #page-content .content .team-member h5:not(.card-title)[class*='-title'], #page-content .content .signature h5:not(.card-title)[class*='-title'], #page-content .content .information h5:not(.card-title)[class*='-title'], #page-content .content .feature-item h5:not(.card-title)[class*='-title'], #page-content .content .fun-fact h5:not(.card-title)[class*='-title'], #page-content .content .style-default h5:not(.card-title)[class*='__title'], #page-content .content blockquote h5:not(.card-title)[class*='__title'], #page-content .content .blockquote h5:not(.card-title)[class*='__title'], #page-content .content .alert h5:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='__title'], #page-content .content .card-post h5:not(.card-title)[class*='__title'], #page-content .content .widget-area h5:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='__title'], #page-content .content .bd-callout h5:not(.card-title)[class*='__title'], #page-content .content .team-member h5:not(.card-title)[class*='__title'], #page-content .content .signature h5:not(.card-title)[class*='__title'], #page-content .content .information h5:not(.card-title)[class*='__title'], #page-content .content .feature-item h5:not(.card-title)[class*='__title'], #page-content .content .fun-fact h5:not(.card-title)[class*='__title'], #page-content .content .style-default h5:not(.card-title)[class*='-heading'], #page-content .content blockquote h5:not(.card-title)[class*='-heading'], #page-content .content .blockquote h5:not(.card-title)[class*='-heading'], #page-content .content .alert h5:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='-heading'], #page-content .content .card-post h5:not(.card-title)[class*='-heading'], #page-content .content .widget-area h5:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h5:not(.card-title)[class*='-heading'], #page-content .content .team-member h5:not(.card-title)[class*='-heading'], #page-content .content .signature h5:not(.card-title)[class*='-heading'], #page-content .content .information h5:not(.card-title)[class*='-heading'], #page-content .content .feature-item h5:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h5:not(.card-title)[class*='-heading'], #page-content .content .style-default h5:not(.card-title)[class*='__heading'], #page-content .content blockquote h5:not(.card-title)[class*='__heading'], #page-content .content .blockquote h5:not(.card-title)[class*='__heading'], #page-content .content .alert h5:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='__heading'], #page-content .content .card-post h5:not(.card-title)[class*='__heading'], #page-content .content .widget-area h5:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h5:not(.card-title)[class*='__heading'], #page-content .content .team-member h5:not(.card-title)[class*='__heading'], #page-content .content .signature h5:not(.card-title)[class*='__heading'], #page-content .content .information h5:not(.card-title)[class*='__heading'], #page-content .content .feature-item h5:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h5:not(.card-title)[class*='__heading'], #page-content .content .style-default h6:not(.card-title)[class*='-title'], #page-content .content blockquote h6:not(.card-title)[class*='-title'], #page-content .content .blockquote h6:not(.card-title)[class*='-title'], #page-content .content .alert h6:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='-title'], #page-content .content .card-post h6:not(.card-title)[class*='-title'], #page-content .content .widget-area h6:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='-title'], #page-content .content .bd-callout h6:not(.card-title)[class*='-title'], #page-content .content .team-member h6:not(.card-title)[class*='-title'], #page-content .content .signature h6:not(.card-title)[class*='-title'], #page-content .content .information h6:not(.card-title)[class*='-title'], #page-content .content .feature-item h6:not(.card-title)[class*='-title'], #page-content .content .fun-fact h6:not(.card-title)[class*='-title'], #page-content .content .style-default h6:not(.card-title)[class*='__title'], #page-content .content blockquote h6:not(.card-title)[class*='__title'], #page-content .content .blockquote h6:not(.card-title)[class*='__title'], #page-content .content .alert h6:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='__title'], #page-content .content .card-post h6:not(.card-title)[class*='__title'], #page-content .content .widget-area h6:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='__title'], #page-content .content .bd-callout h6:not(.card-title)[class*='__title'], #page-content .content .team-member h6:not(.card-title)[class*='__title'], #page-content .content .signature h6:not(.card-title)[class*='__title'], #page-content .content .information h6:not(.card-title)[class*='__title'], #page-content .content .feature-item h6:not(.card-title)[class*='__title'], #page-content .content .fun-fact h6:not(.card-title)[class*='__title'], #page-content .content .style-default h6:not(.card-title)[class*='-heading'], #page-content .content blockquote h6:not(.card-title)[class*='-heading'], #page-content .content .blockquote h6:not(.card-title)[class*='-heading'], #page-content .content .alert h6:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='-heading'], #page-content .content .card-post h6:not(.card-title)[class*='-heading'], #page-content .content .widget-area h6:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h6:not(.card-title)[class*='-heading'], #page-content .content .team-member h6:not(.card-title)[class*='-heading'], #page-content .content .signature h6:not(.card-title)[class*='-heading'], #page-content .content .information h6:not(.card-title)[class*='-heading'], #page-content .content .feature-item h6:not(.card-title)[class*='-heading'], #page-content .content .fun-fact h6:not(.card-title)[class*='-heading'], #page-content .content .style-default h6:not(.card-title)[class*='__heading'], #page-content .content blockquote h6:not(.card-title)[class*='__heading'], #page-content .content .blockquote h6:not(.card-title)[class*='__heading'], #page-content .content .alert h6:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='__heading'], #page-content .content .card-post h6:not(.card-title)[class*='__heading'], #page-content .content .widget-area h6:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h6:not(.card-title)[class*='__heading'], #page-content .content .team-member h6:not(.card-title)[class*='__heading'], #page-content .content .signature h6:not(.card-title)[class*='__heading'], #page-content .content .information h6:not(.card-title)[class*='__heading'], #page-content .content .feature-item h6:not(.card-title)[class*='__heading'], #page-content .content .fun-fact h6:not(.card-title)[class*='__heading'], #page-content .content .style-default p:not(.card-title)[class*='-title'], #page-content .content blockquote p:not(.card-title)[class*='-title'], #page-content .content .blockquote p:not(.card-title)[class*='-title'], #page-content .content .alert p:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='-title'], #page-content .content .card-post p:not(.card-title)[class*='-title'], #page-content .content .widget-area p:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='-title'], #page-content .content .bd-callout p:not(.card-title)[class*='-title'], #page-content .content .team-member p:not(.card-title)[class*='-title'], #page-content .content .signature p:not(.card-title)[class*='-title'], #page-content .content .information p:not(.card-title)[class*='-title'], #page-content .content .feature-item p:not(.card-title)[class*='-title'], #page-content .content .fun-fact p:not(.card-title)[class*='-title'], #page-content .content .style-default p:not(.card-title)[class*='__title'], #page-content .content blockquote p:not(.card-title)[class*='__title'], #page-content .content .blockquote p:not(.card-title)[class*='__title'], #page-content .content .alert p:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='__title'], #page-content .content .card-post p:not(.card-title)[class*='__title'], #page-content .content .widget-area p:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='__title'], #page-content .content .bd-callout p:not(.card-title)[class*='__title'], #page-content .content .team-member p:not(.card-title)[class*='__title'], #page-content .content .signature p:not(.card-title)[class*='__title'], #page-content .content .information p:not(.card-title)[class*='__title'], #page-content .content .feature-item p:not(.card-title)[class*='__title'], #page-content .content .fun-fact p:not(.card-title)[class*='__title'], #page-content .content .style-default p:not(.card-title)[class*='-heading'], #page-content .content blockquote p:not(.card-title)[class*='-heading'], #page-content .content .blockquote p:not(.card-title)[class*='-heading'], #page-content .content .alert p:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='-heading'], #page-content .content .card-post p:not(.card-title)[class*='-heading'], #page-content .content .widget-area p:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='-heading'], #page-content .content .bd-callout p:not(.card-title)[class*='-heading'], #page-content .content .team-member p:not(.card-title)[class*='-heading'], #page-content .content .signature p:not(.card-title)[class*='-heading'], #page-content .content .information p:not(.card-title)[class*='-heading'], #page-content .content .feature-item p:not(.card-title)[class*='-heading'], #page-content .content .fun-fact p:not(.card-title)[class*='-heading'], #page-content .content .style-default p:not(.card-title)[class*='__heading'], #page-content .content blockquote p:not(.card-title)[class*='__heading'], #page-content .content .blockquote p:not(.card-title)[class*='__heading'], #page-content .content .alert p:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='__heading'], #page-content .content .card-post p:not(.card-title)[class*='__heading'], #page-content .content .widget-area p:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='__heading'], #page-content .content .bd-callout p:not(.card-title)[class*='__heading'], #page-content .content .team-member p:not(.card-title)[class*='__heading'], #page-content .content .signature p:not(.card-title)[class*='__heading'], #page-content .content .information p:not(.card-title)[class*='__heading'], #page-content .content .feature-item p:not(.card-title)[class*='__heading'], #page-content .content .fun-fact p:not(.card-title)[class*='__heading'] {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-']:not([class*='-block-spacer']), #page-content .content blockquote [class*='-block-']:not([class*='-block-spacer']), #page-content .content .blockquote [class*='-block-']:not([class*='-block-spacer']), #page-content .content .alert [class*='-block-']:not([class*='-block-spacer']), #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-']:not([class*='-block-spacer']), .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-']:not([class*='-block-spacer']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-']:not([class*='-block-spacer']), #page-content .content .card-post [class*='-block-']:not([class*='-block-spacer']), #page-content .content .widget-area [class*='-block-']:not([class*='-block-spacer']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:not([class*='-block-spacer']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-']:not([class*='-block-spacer']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:not([class*='-block-spacer']), #page-content .content .bd-example:not(.style-none) [class*='-block-']:not([class*='-block-spacer']), #page-content .content .bd-callout [class*='-block-']:not([class*='-block-spacer']), #page-content .content .team-member [class*='-block-']:not([class*='-block-spacer']), #page-content .content .signature [class*='-block-']:not([class*='-block-spacer']), #page-content .content .information [class*='-block-']:not([class*='-block-spacer']), #page-content .content .feature-item [class*='-block-']:not([class*='-block-spacer']), #page-content .content .fun-fact [class*='-block-']:not([class*='-block-spacer']) {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-']:last-child, #page-content .content blockquote [class*='-block-']:last-child, #page-content .content .blockquote [class*='-block-']:last-child, #page-content .content .alert [class*='-block-']:last-child, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-']:last-child, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-']:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-']:last-child, #page-content .content .card-post [class*='-block-']:last-child, #page-content .content .widget-area [class*='-block-']:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-']:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:last-child, #page-content .content .bd-example:not(.style-none) [class*='-block-']:last-child, #page-content .content .bd-callout [class*='-block-']:last-child, #page-content .content .team-member [class*='-block-']:last-child, #page-content .content .signature [class*='-block-']:last-child, #page-content .content .information [class*='-block-']:last-child, #page-content .content .feature-item [class*='-block-']:last-child, #page-content .content .fun-fact [class*='-block-']:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'], #page-content .content blockquote [class*='-block-'] [class*='-block-'], #page-content .content .blockquote [class*='-block-'] [class*='-block-'], #page-content .content .alert [class*='-block-'] [class*='-block-'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'], #page-content .content .card-post [class*='-block-'] [class*='-block-'], #page-content .content .widget-area [class*='-block-'] [class*='-block-'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'], #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'], #page-content .content .bd-callout [class*='-block-'] [class*='-block-'], #page-content .content .team-member [class*='-block-'] [class*='-block-'], #page-content .content .signature [class*='-block-'] [class*='-block-'], #page-content .content .information [class*='-block-'] [class*='-block-'], #page-content .content .feature-item [class*='-block-'] [class*='-block-'], #page-content .content .fun-fact [class*='-block-'] [class*='-block-'] {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .alert [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .card-post [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .widget-area [class*='-block-'] [class*='-block-'] [class*='-block-button'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .bd-callout [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .team-member [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .signature [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .information [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .feature-item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .fun-fact [class*='-block-'] [class*='-block-'] [class*='-block-button'] {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .alert [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .card-post [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .widget-area [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .bd-callout [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .team-member [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .signature [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .information [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .feature-item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .fun-fact [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-columns'], #page-content .content blockquote [class*='-block-columns'], #page-content .content .blockquote [class*='-block-columns'], #page-content .content .alert [class*='-block-columns'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-columns'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-columns'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-columns'], #page-content .content .card-post [class*='-block-columns'], #page-content .content .widget-area [class*='-block-columns'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-columns'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'], #page-content .content .bd-example:not(.style-none) [class*='-block-columns'], #page-content .content .bd-callout [class*='-block-columns'], #page-content .content .team-member [class*='-block-columns'], #page-content .content .signature [class*='-block-columns'], #page-content .content .information [class*='-block-columns'], #page-content .content .feature-item [class*='-block-columns'], #page-content .content .fun-fact [class*='-block-columns'] {
    margin-bottom: 0 !important;
}

#page-content .content .style-default [class*='-block-columns'] [class*='-block-column'], #page-content .content blockquote [class*='-block-columns'] [class*='-block-column'], #page-content .content .blockquote [class*='-block-columns'] [class*='-block-column'], #page-content .content .alert [class*='-block-columns'] [class*='-block-column'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-columns'] [class*='-block-column'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-columns'] [class*='-block-column'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-columns'] [class*='-block-column'], #page-content .content .card-post [class*='-block-columns'] [class*='-block-column'], #page-content .content .widget-area [class*='-block-columns'] [class*='-block-column'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'] [class*='-block-column'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-columns'] [class*='-block-column'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'] [class*='-block-column'], #page-content .content .bd-example:not(.style-none) [class*='-block-columns'] [class*='-block-column'], #page-content .content .bd-callout [class*='-block-columns'] [class*='-block-column'], #page-content .content .team-member [class*='-block-columns'] [class*='-block-column'], #page-content .content .signature [class*='-block-columns'] [class*='-block-column'], #page-content .content .information [class*='-block-columns'] [class*='-block-column'], #page-content .content .feature-item [class*='-block-columns'] [class*='-block-column'], #page-content .content .fun-fact [class*='-block-columns'] [class*='-block-column'] {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-group'].has-background, #page-content .content blockquote [class*='-block-group'].has-background, #page-content .content .blockquote [class*='-block-group'].has-background, #page-content .content .alert [class*='-block-group'].has-background, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-group'].has-background, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-group'].has-background, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-group'].has-background, #page-content .content .card-post [class*='-block-group'].has-background, #page-content .content .widget-area [class*='-block-group'].has-background, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-group'].has-background, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content .bd-example:not(.style-none) [class*='-block-group'].has-background, #page-content .content .bd-callout [class*='-block-group'].has-background, #page-content .content .team-member [class*='-block-group'].has-background, #page-content .content .signature [class*='-block-group'].has-background, #page-content .content .information [class*='-block-group'].has-background, #page-content .content .feature-item [class*='-block-group'].has-background, #page-content .content .fun-fact [class*='-block-group'].has-background {
    padding: 1.579rem;
}

@media (max-width: 1199px) {
    #page-content .content .style-default [class*='-block-group'].has-background, #page-content .content blockquote [class*='-block-group'].has-background, #page-content .content .blockquote [class*='-block-group'].has-background, #page-content .content .alert [class*='-block-group'].has-background, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-group'].has-background, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-group'].has-background, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-group'].has-background, #page-content .content .card-post [class*='-block-group'].has-background, #page-content .content .widget-area [class*='-block-group'].has-background, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-group'].has-background, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content .bd-example:not(.style-none) [class*='-block-group'].has-background, #page-content .content .bd-callout [class*='-block-group'].has-background, #page-content .content .team-member [class*='-block-group'].has-background, #page-content .content .signature [class*='-block-group'].has-background, #page-content .content .information [class*='-block-group'].has-background, #page-content .content .feature-item [class*='-block-group'].has-background, #page-content .content .fun-fact [class*='-block-group'].has-background {
        padding: 0.95697rem;
    }
}

#page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .alert [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .card-post [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .widget-area [class*='-block-media-text'] [class*='-block-media-text__content'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-media-text'] [class*='-block-media-text__content'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-example:not(.style-none) [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-callout [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .team-member [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .signature [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .information [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .feature-item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .fun-fact [class*='-block-media-text'] [class*='-block-media-text__content'] {
    padding: 1.579rem;
}

@media (max-width: 1199px) {
    #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .alert [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .card-post [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .widget-area [class*='-block-media-text'] [class*='-block-media-text__content'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-media-text'] [class*='-block-media-text__content'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-example:not(.style-none) [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-callout [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .team-member [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .signature [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .information [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .feature-item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .fun-fact [class*='-block-media-text'] [class*='-block-media-text__content'] {
        padding: 0.95697rem;
    }
}

#page-content .content .style-default table, #page-content .content blockquote table, #page-content .content .blockquote table, #page-content .content .alert table, #page-content .content .wpcf7-form [class*='response-output'] table, .wpcf7-form #page-content .content [class*='response-output'] table, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] table, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] table, #page-content .content .card-post table, #page-content .content .widget-area table, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item table, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item table, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item table, #page-content .content .bd-example:not(.style-none) table, #page-content .content .bd-callout table, #page-content .content .team-member table, #page-content .content .signature table, #page-content .content .information table, #page-content .content .feature-item table, #page-content .content .fun-fact table {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default table:last-child, #page-content .content blockquote table:last-child, #page-content .content .blockquote table:last-child, #page-content .content .alert table:last-child, #page-content .content .wpcf7-form [class*='response-output'] table:last-child, .wpcf7-form #page-content .content [class*='response-output'] table:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] table:last-child, #page-content .content .card-post table:last-child, #page-content .content .widget-area table:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item table:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item table:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item table:last-child, #page-content .content .bd-example:not(.style-none) table:last-child, #page-content .content .bd-callout table:last-child, #page-content .content .team-member table:last-child, #page-content .content .signature table:last-child, #page-content .content .information table:last-child, #page-content .content .feature-item table:last-child, #page-content .content .fun-fact table:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .alert ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .wpcf7-form [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .wpcf7-form #page-content .content [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .card-post ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .widget-area ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-example:not(.style-none) ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-callout ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .team-member ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .signature ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .information ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .feature-item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .fun-fact ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .style-default ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .alert ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .wpcf7-form [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .wpcf7-form #page-content .content [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .card-post ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .widget-area ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-example:not(.style-none) ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-callout ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .team-member ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .signature ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .information ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .feature-item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .fun-fact ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']) {
    margin-bottom: 1.091rem;
}

#page-content .content .style-default ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .alert ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .wpcf7-form [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .wpcf7-form #page-content .content [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .card-post ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .widget-area ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-example:not(.style-none) ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-callout ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .team-member ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .signature ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .information ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .feature-item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .fun-fact ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .style-default ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .alert ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .wpcf7-form [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .wpcf7-form #page-content .content [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .card-post ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .widget-area ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-example:not(.style-none) ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-callout ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .team-member ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .signature ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .information ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .feature-item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .fun-fact ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child {
    margin-bottom: 0;
}

#page-content .content .style-default ul ol, #page-content .content blockquote ul ol, #page-content .content .blockquote ul ol, #page-content .content .alert ul ol, #page-content .content .wpcf7-form [class*='response-output'] ul ol, .wpcf7-form #page-content .content [class*='response-output'] ul ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul ol, #page-content .content .card-post ul ol, #page-content .content .widget-area ul ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ol, #page-content .content .bd-example:not(.style-none) ul ol, #page-content .content .bd-callout ul ol, #page-content .content .team-member ul ol, #page-content .content .signature ul ol, #page-content .content .information ul ol, #page-content .content .feature-item ul ol, #page-content .content .fun-fact ul ol, #page-content .content .style-default ul ul, #page-content .content blockquote ul ul, #page-content .content .blockquote ul ul, #page-content .content .alert ul ul, #page-content .content .wpcf7-form [class*='response-output'] ul ul, .wpcf7-form #page-content .content [class*='response-output'] ul ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul ul, #page-content .content .card-post ul ul, #page-content .content .widget-area ul ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ul, #page-content .content .bd-example:not(.style-none) ul ul, #page-content .content .bd-callout ul ul, #page-content .content .team-member ul ul, #page-content .content .signature ul ul, #page-content .content .information ul ul, #page-content .content .feature-item ul ul, #page-content .content .fun-fact ul ul, #page-content .content .style-default ol ol, #page-content .content blockquote ol ol, #page-content .content .blockquote ol ol, #page-content .content .alert ol ol, #page-content .content .wpcf7-form [class*='response-output'] ol ol, .wpcf7-form #page-content .content [class*='response-output'] ol ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol ol, #page-content .content .card-post ol ol, #page-content .content .widget-area ol ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ol, #page-content .content .bd-example:not(.style-none) ol ol, #page-content .content .bd-callout ol ol, #page-content .content .team-member ol ol, #page-content .content .signature ol ol, #page-content .content .information ol ol, #page-content .content .feature-item ol ol, #page-content .content .fun-fact ol ol, #page-content .content .style-default ol ul, #page-content .content blockquote ol ul, #page-content .content .blockquote ol ul, #page-content .content .alert ol ul, #page-content .content .wpcf7-form [class*='response-output'] ol ul, .wpcf7-form #page-content .content [class*='response-output'] ol ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol ul, #page-content .content .card-post ol ul, #page-content .content .widget-area ol ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ul, #page-content .content .bd-example:not(.style-none) ol ul, #page-content .content .bd-callout ol ul, #page-content .content .team-member ol ul, #page-content .content .signature ol ul, #page-content .content .information ol ul, #page-content .content .feature-item ol ul, #page-content .content .fun-fact ol ul {
    margin-top: 1.091rem;
}

#page-content .content .style-default address, #page-content .content blockquote address, #page-content .content .blockquote address, #page-content .content .alert address, #page-content .content .wpcf7-form [class*='response-output'] address, .wpcf7-form #page-content .content [class*='response-output'] address, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] address, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] address, #page-content .content .card-post address, #page-content .content .widget-area address, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item address, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item address, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item address, #page-content .content .bd-example:not(.style-none) address, #page-content .content .bd-callout address, #page-content .content .team-member address, #page-content .content .signature address, #page-content .content .information address, #page-content .content .feature-item address, #page-content .content .fun-fact address, #page-content .content .style-default dl, #page-content .content blockquote dl, #page-content .content .blockquote dl, #page-content .content .alert dl, #page-content .content .wpcf7-form [class*='response-output'] dl, .wpcf7-form #page-content .content [class*='response-output'] dl, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] dl, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] dl, #page-content .content .card-post dl, #page-content .content .widget-area dl, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item dl, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item dl, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item dl, #page-content .content .bd-example:not(.style-none) dl, #page-content .content .bd-callout dl, #page-content .content .team-member dl, #page-content .content .signature dl, #page-content .content .information dl, #page-content .content .feature-item dl, #page-content .content .fun-fact dl, #page-content .content .style-default ol, #page-content .content blockquote ol, #page-content .content .blockquote ol, #page-content .content .alert ol, #page-content .content .wpcf7-form [class*='response-output'] ol, .wpcf7-form #page-content .content [class*='response-output'] ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol, #page-content .content .card-post ol, #page-content .content .widget-area ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol, #page-content .content .bd-example:not(.style-none) ol, #page-content .content .bd-callout ol, #page-content .content .team-member ol, #page-content .content .signature ol, #page-content .content .information ol, #page-content .content .feature-item ol, #page-content .content .fun-fact ol, #page-content .content .style-default ul, #page-content .content blockquote ul, #page-content .content .blockquote ul, #page-content .content .alert ul, #page-content .content .wpcf7-form [class*='response-output'] ul, .wpcf7-form #page-content .content [class*='response-output'] ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul, #page-content .content .card-post ul, #page-content .content .widget-area ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul, #page-content .content .bd-example:not(.style-none) ul, #page-content .content .bd-callout ul, #page-content .content .team-member ul, #page-content .content .signature ul, #page-content .content .information ul, #page-content .content .feature-item ul, #page-content .content .fun-fact ul, #page-content .content .style-default pre, #page-content .content blockquote pre, #page-content .content .blockquote pre, #page-content .content .alert pre, #page-content .content .wpcf7-form [class*='response-output'] pre, .wpcf7-form #page-content .content [class*='response-output'] pre, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] pre, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] pre, #page-content .content .card-post pre, #page-content .content .widget-area pre, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item pre, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item pre, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item pre, #page-content .content .bd-example:not(.style-none) pre, #page-content .content .bd-callout pre, #page-content .content .team-member pre, #page-content .content .signature pre, #page-content .content .information pre, #page-content .content .feature-item pre, #page-content .content .fun-fact pre, #page-content .content .style-default hr, #page-content .content blockquote hr, #page-content .content .blockquote hr, #page-content .content .alert hr, #page-content .content .wpcf7-form [class*='response-output'] hr, .wpcf7-form #page-content .content [class*='response-output'] hr, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] hr, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] hr, #page-content .content .card-post hr, #page-content .content .widget-area hr, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item hr, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item hr, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item hr, #page-content .content .bd-example:not(.style-none) hr, #page-content .content .bd-callout hr, #page-content .content .team-member hr, #page-content .content .signature hr, #page-content .content .information hr, #page-content .content .feature-item hr, #page-content .content .fun-fact hr, #page-content .content .style-default blockquote, #page-content .content blockquote blockquote, #page-content .content .blockquote blockquote, #page-content .content .alert blockquote, #page-content .content .wpcf7-form [class*='response-output'] blockquote, .wpcf7-form #page-content .content [class*='response-output'] blockquote, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote, #page-content .content .card-post blockquote, #page-content .content .widget-area blockquote, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item blockquote, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote, #page-content .content .bd-example:not(.style-none) blockquote, #page-content .content .bd-callout blockquote, #page-content .content .team-member blockquote, #page-content .content .signature blockquote, #page-content .content .information blockquote, #page-content .content .feature-item blockquote, #page-content .content .fun-fact blockquote, #page-content .content .style-default .blockquote, #page-content .content blockquote .blockquote, #page-content .content .blockquote .blockquote, #page-content .content .alert .blockquote, #page-content .content .wpcf7-form [class*='response-output'] .blockquote, .wpcf7-form #page-content .content [class*='response-output'] .blockquote, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .blockquote, #page-content .content .card-post .blockquote, #page-content .content .widget-area .blockquote, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .blockquote, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote, #page-content .content .bd-example:not(.style-none) .blockquote, #page-content .content .bd-callout .blockquote, #page-content .content .team-member .blockquote, #page-content .content .signature .blockquote, #page-content .content .information .blockquote, #page-content .content .feature-item .blockquote, #page-content .content .fun-fact .blockquote {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default address:last-child, #page-content .content blockquote address:last-child, #page-content .content .blockquote address:last-child, #page-content .content .alert address:last-child, #page-content .content .wpcf7-form [class*='response-output'] address:last-child, .wpcf7-form #page-content .content [class*='response-output'] address:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] address:last-child, #page-content .content .card-post address:last-child, #page-content .content .widget-area address:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item address:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item address:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item address:last-child, #page-content .content .bd-example:not(.style-none) address:last-child, #page-content .content .bd-callout address:last-child, #page-content .content .team-member address:last-child, #page-content .content .signature address:last-child, #page-content .content .information address:last-child, #page-content .content .feature-item address:last-child, #page-content .content .fun-fact address:last-child, #page-content .content .style-default dl:last-child, #page-content .content blockquote dl:last-child, #page-content .content .blockquote dl:last-child, #page-content .content .alert dl:last-child, #page-content .content .wpcf7-form [class*='response-output'] dl:last-child, .wpcf7-form #page-content .content [class*='response-output'] dl:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] dl:last-child, #page-content .content .card-post dl:last-child, #page-content .content .widget-area dl:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item dl:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item dl:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item dl:last-child, #page-content .content .bd-example:not(.style-none) dl:last-child, #page-content .content .bd-callout dl:last-child, #page-content .content .team-member dl:last-child, #page-content .content .signature dl:last-child, #page-content .content .information dl:last-child, #page-content .content .feature-item dl:last-child, #page-content .content .fun-fact dl:last-child, #page-content .content .style-default ol:last-child, #page-content .content blockquote ol:last-child, #page-content .content .blockquote ol:last-child, #page-content .content .alert ol:last-child, #page-content .content .wpcf7-form [class*='response-output'] ol:last-child, .wpcf7-form #page-content .content [class*='response-output'] ol:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol:last-child, #page-content .content .card-post ol:last-child, #page-content .content .widget-area ol:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol:last-child, #page-content .content .bd-example:not(.style-none) ol:last-child, #page-content .content .bd-callout ol:last-child, #page-content .content .team-member ol:last-child, #page-content .content .signature ol:last-child, #page-content .content .information ol:last-child, #page-content .content .feature-item ol:last-child, #page-content .content .fun-fact ol:last-child, #page-content .content .style-default ul:last-child, #page-content .content blockquote ul:last-child, #page-content .content .blockquote ul:last-child, #page-content .content .alert ul:last-child, #page-content .content .wpcf7-form [class*='response-output'] ul:last-child, .wpcf7-form #page-content .content [class*='response-output'] ul:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul:last-child, #page-content .content .card-post ul:last-child, #page-content .content .widget-area ul:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul:last-child, #page-content .content .bd-example:not(.style-none) ul:last-child, #page-content .content .bd-callout ul:last-child, #page-content .content .team-member ul:last-child, #page-content .content .signature ul:last-child, #page-content .content .information ul:last-child, #page-content .content .feature-item ul:last-child, #page-content .content .fun-fact ul:last-child, #page-content .content .style-default pre:last-child, #page-content .content blockquote pre:last-child, #page-content .content .blockquote pre:last-child, #page-content .content .alert pre:last-child, #page-content .content .wpcf7-form [class*='response-output'] pre:last-child, .wpcf7-form #page-content .content [class*='response-output'] pre:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] pre:last-child, #page-content .content .card-post pre:last-child, #page-content .content .widget-area pre:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item pre:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item pre:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item pre:last-child, #page-content .content .bd-example:not(.style-none) pre:last-child, #page-content .content .bd-callout pre:last-child, #page-content .content .team-member pre:last-child, #page-content .content .signature pre:last-child, #page-content .content .information pre:last-child, #page-content .content .feature-item pre:last-child, #page-content .content .fun-fact pre:last-child, #page-content .content .style-default hr:last-child, #page-content .content blockquote hr:last-child, #page-content .content .blockquote hr:last-child, #page-content .content .alert hr:last-child, #page-content .content .wpcf7-form [class*='response-output'] hr:last-child, .wpcf7-form #page-content .content [class*='response-output'] hr:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] hr:last-child, #page-content .content .card-post hr:last-child, #page-content .content .widget-area hr:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item hr:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item hr:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item hr:last-child, #page-content .content .bd-example:not(.style-none) hr:last-child, #page-content .content .bd-callout hr:last-child, #page-content .content .team-member hr:last-child, #page-content .content .signature hr:last-child, #page-content .content .information hr:last-child, #page-content .content .feature-item hr:last-child, #page-content .content .fun-fact hr:last-child, #page-content .content .style-default blockquote:last-child, #page-content .content blockquote blockquote:last-child, #page-content .content .blockquote blockquote:last-child, #page-content .content .alert blockquote:last-child, #page-content .content .wpcf7-form [class*='response-output'] blockquote:last-child, .wpcf7-form #page-content .content [class*='response-output'] blockquote:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote:last-child, #page-content .content .card-post blockquote:last-child, #page-content .content .widget-area blockquote:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item blockquote:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote:last-child, #page-content .content .bd-example:not(.style-none) blockquote:last-child, #page-content .content .bd-callout blockquote:last-child, #page-content .content .team-member blockquote:last-child, #page-content .content .signature blockquote:last-child, #page-content .content .information blockquote:last-child, #page-content .content .feature-item blockquote:last-child, #page-content .content .fun-fact blockquote:last-child, #page-content .content .style-default .blockquote:last-child, #page-content .content blockquote .blockquote:last-child, #page-content .content .blockquote .blockquote:last-child, #page-content .content .alert .blockquote:last-child, #page-content .content .wpcf7-form [class*='response-output'] .blockquote:last-child, .wpcf7-form #page-content .content [class*='response-output'] .blockquote:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .blockquote:last-child, #page-content .content .card-post .blockquote:last-child, #page-content .content .widget-area .blockquote:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .blockquote:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote:last-child, #page-content .content .bd-example:not(.style-none) .blockquote:last-child, #page-content .content .bd-callout .blockquote:last-child, #page-content .content .team-member .blockquote:last-child, #page-content .content .signature .blockquote:last-child, #page-content .content .information .blockquote:last-child, #page-content .content .feature-item .blockquote:last-child, #page-content .content .fun-fact .blockquote:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default .gallery, #page-content .content blockquote .gallery, #page-content .content .blockquote .gallery, #page-content .content .alert .gallery, #page-content .content .wpcf7-form [class*='response-output'] .gallery, .wpcf7-form #page-content .content [class*='response-output'] .gallery, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery, #page-content .content .card-post .gallery, #page-content .content .widget-area .gallery, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery, #page-content .content .bd-example:not(.style-none) .gallery, #page-content .content .bd-callout .gallery, #page-content .content .team-member .gallery, #page-content .content .signature .gallery, #page-content .content .information .gallery, #page-content .content .feature-item .gallery, #page-content .content .fun-fact .gallery {
    margin-bottom: 1.316rem;
}

#page-content .content .style-default .gallery .gallery-item, #page-content .content blockquote .gallery .gallery-item, #page-content .content .blockquote .gallery .gallery-item, #page-content .content .alert .gallery .gallery-item, #page-content .content .wpcf7-form [class*='response-output'] .gallery .gallery-item, .wpcf7-form #page-content .content [class*='response-output'] .gallery .gallery-item, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery .gallery-item, #page-content .content .card-post .gallery .gallery-item, #page-content .content .widget-area .gallery .gallery-item, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery .gallery-item, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item, #page-content .content .bd-example:not(.style-none) .gallery .gallery-item, #page-content .content .bd-callout .gallery .gallery-item, #page-content .content .team-member .gallery .gallery-item, #page-content .content .signature .gallery .gallery-item, #page-content .content .information .gallery .gallery-item, #page-content .content .feature-item .gallery .gallery-item, #page-content .content .fun-fact .gallery .gallery-item {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default .gallery .gallery-item:last-child, #page-content .content blockquote .gallery .gallery-item:last-child, #page-content .content .blockquote .gallery .gallery-item:last-child, #page-content .content .alert .gallery .gallery-item:last-child, #page-content .content .wpcf7-form [class*='response-output'] .gallery .gallery-item:last-child, .wpcf7-form #page-content .content [class*='response-output'] .gallery .gallery-item:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery .gallery-item:last-child, #page-content .content .card-post .gallery .gallery-item:last-child, #page-content .content .widget-area .gallery .gallery-item:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery .gallery-item:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item:last-child, #page-content .content .bd-example:not(.style-none) .gallery .gallery-item:last-child, #page-content .content .bd-callout .gallery .gallery-item:last-child, #page-content .content .team-member .gallery .gallery-item:last-child, #page-content .content .signature .gallery .gallery-item:last-child, #page-content .content .information .gallery .gallery-item:last-child, #page-content .content .feature-item .gallery .gallery-item:last-child, #page-content .content .fun-fact .gallery .gallery-item:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default .gallery:last-child, #page-content .content blockquote .gallery:last-child, #page-content .content .blockquote .gallery:last-child, #page-content .content .alert .gallery:last-child, #page-content .content .wpcf7-form [class*='response-output'] .gallery:last-child, .wpcf7-form #page-content .content [class*='response-output'] .gallery:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery:last-child, #page-content .content .card-post .gallery:last-child, #page-content .content .widget-area .gallery:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery:last-child, #page-content .content .bd-example:not(.style-none) .gallery:last-child, #page-content .content .bd-callout .gallery:last-child, #page-content .content .team-member .gallery:last-child, #page-content .content .signature .gallery:last-child, #page-content .content .information .gallery:last-child, #page-content .content .feature-item .gallery:last-child, #page-content .content .fun-fact .gallery:last-child {
    margin-bottom: 0;
}

body:not(.elementor-page) #page-content .content img {
    max-width: 100%;
    height: auto;
}

/*=============================
// #8.8 Blog
=============================*/
/*=============================
// Card post
=============================*/
.card-post {
    background-color: transparent;
    border: 0;
    height: 100%;
}

.card-post .img {
    min-height: 184px;
}

@media (max-width: 767px) {
    .card-post .img.object-fit {
        max-height: 184px;
    }
}

.card-post .img.object-fit:before {
    padding-top: 67%;
}

.card-post .card-top .post-date {
    position: absolute;
    left: 1.316rem;
    bottom: 1.316rem;
}

.card-post .card-body {
    padding: 1.579rem 0;
    padding-bottom: 0;
}

.card-post .card-body .card-meta p {
    font-size: 0.895rem;
}

.card-post .card-body .card-meta p span {
    margin-right: 0.368rem;
}

.card-post .card-body .card-meta p span:last-child {
    margin-right: 0;
}

.card-post .card-body .card-meta p a {
    color: inherit;
}

.card-post .card-body .card-meta p a:hover {
    color: #060606;
}

.card-post .card-body .card-title {
    margin-bottom: 1.018rem !important;
}

.card-post .card-body .card-title a {
    display: block;
    color: #060606;
}

.card-post .card-body .card-title a:hover {
    color: #6c6c6c;
}

.card-post.sticky {
    -webkit-box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.09);
}

.card-post.sticky .card-body {
    padding: 1.579rem;
}

.card-post.no-thumbnail .card-body {
    padding-top: 0;
}

.post-date .post-date-0 {
    position: relative;
    width: 3.421rem;
    height: 3.421rem;
    background-color: #ffffff;
}

.post-date .post-date-0 p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.789rem;
    color: #446ccd;
    text-align: center;
    line-height: normal;
}

.post-date .post-date-0 p:before, .post-date .post-date-0 p:after {
    display: none;
}

.post-date .post-date-0 p .post-date-number {
    display: block;
    font-size: 1.211rem;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    line-height: 0.8;
}

/*=============================
// #8.9 Widget
=============================*/
@media (max-width: 767px) {
    .widget-area {
        margin-top: 8.421rem;
    }
}

.widget-area .wp-caption {
    margin-bottom: 1.034rem;
}

.widget-area .widget, [class*='widget-container'] .widget {
    position: relative;
    border: 1px solid transparent;
    background: #f8f8f8;
    padding: 2.105rem;
    margin-bottom: 2.632rem;
}

.widget-area .widget:last-child, [class*='widget-container'] .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget a, .widget-area .widget .dropdown-icon, [class*='widget-container'] .widget a, [class*='widget-container'] .widget .dropdown-icon {
    color: #6c6c6c;
}

.widget-area .widget a:hover, .widget-area .widget .dropdown-icon:hover, [class*='widget-container'] .widget a:hover, [class*='widget-container'] .widget .dropdown-icon:hover {
    color: #060606;
}

.widget-area .widget .items .item, [class*='widget-container'] .widget .items .item {
    margin-bottom: 1.579rem !important;
}

.widget-area .widget .items .item:before, .widget-area .widget .items .item:after, [class*='widget-container'] .widget .items .item:before, [class*='widget-container'] .widget .items .item:after {
    display: none;
}

.widget-area .widget .items .item:last-child, [class*='widget-container'] .widget .items .item:last-child {
    margin-bottom: 0 !important;
}

.widget-area .widget .widget-title, [class*='widget-container'] .widget .widget-title {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 1.219rem !important;
    color: #060606;
}

.widget-area .widget .widget-title a, [class*='widget-container'] .widget .widget-title a {
    color: #060606;
}

.widget-area .widget.widget_search .search-form [class*='form-'], [class*='widget-container'] .widget.widget_search .search-form [class*='form-'] {
    padding-right: 3.842rem;
}

.widget-area .widget.widget_search .search-form .input-group-append, [class*='widget-container'] .widget.widget_search .search-form .input-group-append {
    right: 1.842rem;
}

.widget-area .widget.widget_calendar .calendar_wrap, [class*='widget-container'] .widget.widget_calendar .calendar_wrap {
    text-align: center;
}

.widget-area .widget.widget_calendar .calendar_wrap a, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a {
    color: #060606;
    font-weight: bold;
}

.widget-area .widget.widget_calendar .calendar_wrap a:hover, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a:hover {
    color: #6c6c6c;
}

.widget-area .widget.widget_calendar .calendar_wrap table, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
}

.widget-area .widget.widget_calendar .calendar_wrap table td, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table td {
    padding: 0.8rem 0;
}

.widget-area .widget.widget_calendar .calendar_wrap table thead, .widget-area .widget.widget_calendar .calendar_wrap table tfoot, .widget-area .widget.widget_calendar .calendar_wrap table tbody, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table thead, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table tfoot, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table tbody {
    background-color: transparent;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.474rem !important;
    padding-bottom: 1.579rem;
    font-size: 0.895rem;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments:last-child, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: 0;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments > a, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments > a {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    display: block !important;
    margin-top: 0.632rem !important;
    font-size: 0.895rem;
    color: #6c6c6c;
    text-transform: none;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments > a:hover, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments > a:hover {
    color: #060606;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments .comment-author-link a, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments .comment-author-link a {
    color: #060606;
    font-size: 0.895rem;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:hover, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:hover {
    color: #060606;
}

@media (max-width: 991px) {
    .widget-area .widget[class*='widget_recent_entries'] .items .item .row .col-3, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row .col-3 {
        max-width: 81px;
    }
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs {
    margin-left: -0.4475rem !important;
    margin-right: -0.4475rem !important;
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > .col,
    .widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > [class*='col-'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > .col,
    [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > [class*='col-'] {
    padding-left: 0.4475rem !important;
    padding-right: 0.4475rem !important;
}

.widget-area .tagcloud, [class*='widget-container'] .tagcloud {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-top: -0.7895rem;
    margin-right: -0.7895rem;
}

.widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem;
}

.widget-area .widget, .footer-widget-area .widget, [class*='widget-container'] .widget {
    font-size: 0.895rem;
}

.widget-area .widget p, .footer-widget-area .widget p, [class*='widget-container'] .widget p {
    font-size: 0.895rem;
}

.widget-area .widget img, .widget-area .widget svg, .footer-widget-area .widget img, .footer-widget-area .widget svg, [class*='widget-container'] .widget img, [class*='widget-container'] .widget svg {
    max-width: 100%;
    height: auto;
}

.widget-area .widget input, .widget-area .widget textarea, .widget-area .widget select, .footer-widget-area .widget input, .footer-widget-area .widget textarea, .footer-widget-area .widget select, [class*='widget-container'] .widget input, [class*='widget-container'] .widget textarea, [class*='widget-container'] .widget select {
    font-size: 0.895rem;
    margin-top: -1.053rem;
}

.widget-area .widget.widget_search, .footer-widget-area .widget.widget_search, [class*='widget-container'] .widget.widget_search {
    padding: 0;
}

.widget-area .widget.widget_search .widget-title, .footer-widget-area .widget.widget_search .widget-title, [class*='widget-container'] .widget.widget_search .widget-title {
    padding: 2.105rem 1.49756rem;
    padding-top: 1.579rem;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.widget-area .widget.widget_search .search-form .input-group-append, .footer-widget-area .widget.widget_search .search-form .input-group-append, [class*='widget-container'] .widget.widget_search .search-form .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.widget-area .widget.widget_search .search-form .form-control, .footer-widget-area .widget.widget_search .search-form .form-control, [class*='widget-container'] .widget.widget_search .search-form .form-control {
    margin-top: 0;
}

.widget-area .widget.widget_search .search-form .form-control.form-control-lg, .footer-widget-area .widget.widget_search .search-form .form-control.form-control-lg, [class*='widget-container'] .widget.widget_search .search-form .form-control.form-control-lg {
    font-size: 1rem;
}

.widget-area .widget.widget_media_gallery .gallery, .footer-widget-area .widget.widget_media_gallery .gallery, [class*='widget-container'] .widget.widget_media_gallery .gallery {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
    margin-bottom: -1.579rem !important;
}

.widget-area .widget.widget_media_gallery .gallery .gallery-item, .footer-widget-area .widget.widget_media_gallery .gallery .gallery-item, [class*='widget-container'] .widget.widget_media_gallery .gallery .gallery-item {
    display: inline-block;
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
    padding-bottom: 1.579rem;
    margin-bottom: 0 !important;
}

.widget-area .widget.widget_calendar .calendar_wrap, .footer-widget-area .widget.widget_calendar .calendar_wrap, [class*='widget-container'] .widget.widget_calendar .calendar_wrap {
    text-align: center;
}

.widget-area .widget.widget_calendar .calendar_wrap a, .footer-widget-area .widget.widget_calendar .calendar_wrap a, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a {
    font-weight: bold;
}

.widget-area .widget.widget_calendar .calendar_wrap table, .footer-widget-area .widget.widget_calendar .calendar_wrap table, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
}

.widget-area .widget.widget_calendar .calendar_wrap table td, .footer-widget-area .widget.widget_calendar .calendar_wrap table td, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table td {
    padding: 0.8rem 0;
}

.widget-area .widget nav[class*="menu"] > ul li.current-nav-item > a, .footer-widget-area .widget nav[class*="menu"] > ul li.current-nav-item > a, [class*='widget-container'] .widget nav[class*="menu"] > ul li.current-nav-item > a {
    font-weight: 700;
}

.widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon {
    font-size: 0.789rem;
    padding-left: 0.526rem;
}

.widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover {
    color: #060606;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 0;
    background-color: transparent;
    margin-top: 0.421rem !important;
    margin-left: 0.579rem;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu {
    margin-top: 0;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li {
    width: 100%;
    margin-bottom: 0.421rem !important;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}

.widget-area .widget nav[class*="menu"] > ul li.hover-class > a,
  .widget-area .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, .widget-area .widget nav[class*="menu"] > ul li.show > a,
  .widget-area .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li.hover-class > a,
  .footer-widget-area .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li.show > a,
  .footer-widget-area .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li.hover-class > a,
  [class*='widget-container'] .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li.show > a,
  [class*='widget-container'] .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon {
    color: #060606;
}

.widget-area .widget.widget_rss ul li, .footer-widget-area .widget.widget_rss ul li, [class*='widget-container'] .widget.widget_rss ul li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.579rem !important;
    padding-bottom: 1.579rem;
}

.widget-area .widget.widget_rss ul li:last-child, .footer-widget-area .widget.widget_rss ul li:last-child, [class*='widget-container'] .widget.widget_rss ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: 0;
}

.widget-area .widget.widget_rss ul li .rsswidget, .footer-widget-area .widget.widget_rss ul li .rsswidget, [class*='widget-container'] .widget.widget_rss ul li .rsswidget {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    font-size: 0.895rem;
}

.widget-area .widget.widget_rss ul li .rss-date, .footer-widget-area .widget.widget_rss ul li .rss-date, [class*='widget-container'] .widget.widget_rss ul li .rss-date {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    font-size: 0.895rem;
}

.widget-area .widget.widget_rss ul li .rssSummary, .footer-widget-area .widget.widget_rss ul li .rssSummary, [class*='widget-container'] .widget.widget_rss ul li .rssSummary {
    margin-top: 0.632rem !important;
}

.widget-area .widget.widget_rss ul li cite, .footer-widget-area .widget.widget_rss ul li cite, [class*='widget-container'] .widget.widget_rss ul li cite {
    display: block;
    margin-top: 0.632rem !important;
    color: #060606;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-size: 0.789rem;
}

.widget-area .widget.widget_rss ul li a:hover, .footer-widget-area .widget.widget_rss ul li a:hover, [class*='widget-container'] .widget.widget_rss ul li a:hover {
    color: #6c6c6c;
}

[class*='widget-card'] {
    height: 100%;
}

[class*='widget-card'] [class*='widget-container'] {
    height: 100%;
}

/*=============================
// #8.10 Comments
=============================*/
#comments .comment-list {
    padding-top: 3.158rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: 3.158rem;
}

#comments .comment-list .comment, #comments .comment-list .trackback, #comments .comment-list .pingback {
    margin-top: 3.158rem;
    padding-top: 2.741rem;
    border-top: 1px solid #dadada;
    margin-bottom: 0 !important;
}

#comments .comment-list .comment:before, #comments .comment-list .comment:after, #comments .comment-list .trackback:before, #comments .comment-list .trackback:after, #comments .comment-list .pingback:before, #comments .comment-list .pingback:after {
    display: none;
}

#comments .comment-list .comment:first-child, #comments .comment-list .trackback:first-child, #comments .comment-list .pingback:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left {
    position: absolute;
    padding-right: 2.105rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left {
        padding-right: 1.27576rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img {
    margin-top: 0.316rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img {
    width: 5.789rem !important;
    height: 5.789rem !important;
    max-width: inherit;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img {
        width: 4.737rem !important;
        height: 4.737rem !important;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
    padding-left: 7.894rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
        padding-left: 7.06476rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
        padding-left: 6.01276rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time {
    padding-top: 1.579rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p {
    color: #060606;
    font-size: 0.895rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description {
    padding-top: 1.579rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before {
    content: "\2022";
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply {
    padding-top: 1.579rem;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply {
        margin-left: -6.01276rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link {
    display: table;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar {
    padding-left: 0;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description {
        padding-top: 1.579rem;
        margin-left: 0;
    }
}

#comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
    margin-left: 2.105rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
        margin-left: 1.27576rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
        margin-left: 1.0525rem;
    }
}

#comments .comment-list .comment .children .comment, #comments .comment-list .trackback .children .comment, #comments .comment-list .pingback .children .comment {
    margin-top: 3.158rem;
}

#comments .comment-list .comment .children li, #comments .comment-list .trackback .children li, #comments .comment-list .pingback .children li {
    margin-top: 3.158rem;
    padding-top: 2.741rem;
    border-top: 1px solid #dadada;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author {
        padding-top: 1.05267rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description {
        padding-top: 2.429rem;
        margin-left: -6.01276rem;
    }
}

#comments .comment-list #respond {
    margin-top: 3.158rem;
    margin-bottom: 3.158rem;
}

#comments .comment-list #respond:last-child {
    margin-bottom: 0;
}

#comments #respond .comment-reply-title {
    color: #060606;
    margin-bottom: 2.579rem;
}

#comments #respond .comment-reply-title small:before, #comments #respond .comment-reply-title small:after {
    display: none;
}

#comments #respond .comment-form .comment-notes:before, #comments #respond .comment-form .logged-in-as:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.74) * 0.5em);
}

#comments #respond .comment-form .comment-notes:after, #comments #respond .comment-form .logged-in-as:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.74) * 0.5em);
}

#comments #respond .comment-form .comment-form-cookies-consent label {
    font-size: 1rem;
    color: #6c6c6c;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
}

#comments #respond .comment-form .form-submit {
    margin-bottom: 0;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] {
    margin-bottom: 2.144rem !important;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] [class*='__comment-date'] {
    line-height: 0.8;
    margin-top: 0.39475rem;
    margin-bottom: 0.7895rem !important;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] [class*='block-latest-comments__comment-avatar'] {
    margin-top: 0.328rem;
    margin-bottom: 0 !important;
}

/*=============================
// #8.11 Loading
=============================*/
.loading {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lazyload:not(.lazyloaded) {
    position: relative;
    background: url(../img/loader/loader.svg) no-repeat center center;
    -webkit-background-size: 3.158rem 3.158rem;
    background-size: 3.158rem;
}

/*=============================
// #8.12 Browser
=============================*/
.browser {
    background: #ffffff;
    padding-top: 2.263rem;
    padding-bottom: 2.263rem;
}

.browser a {
    text-decoration: underline;
}

/*=============================
// #8.13 Single
=============================*/
#single .single-content .post-img {
    position: relative;
    margin-bottom: 2.632rem;
}

#single .single-content .post-img:last-child {
    margin-bottom: 0;
}

#single .single-content .post-img .post-date {
    position: absolute;
    left: 1.316rem;
    bottom: 1.316rem;
}

#single .single-content .meta {
    margin-top: 2.217rem;
    color: #6c6c6c;
}

#single .single-content .meta:first-child {
    margin-top: 0;
}

#single .single-content .meta p {
    display: table;
    font-size: 1rem;
}

#single .single-content .meta p span {
    margin-right: 0.526rem;
}

#single .single-content .meta p span.category span {
    margin-right: 0.263rem;
}

#single .single-content .meta p span.category span:last-child {
    margin-right: 0;
}

#single .single-content .meta p span:last-child {
    margin-right: 0;
}

#single .single-content .meta p span a {
    color: inherit;
}

#single .single-content .meta p span a:hover {
    color: #060606;
}

#single .single-content .title {
    padding-top: 2.632rem;
}

#single .single-content .title:first-child {
    padding-top: 0;
}

#single .single-content .description {
    margin-top: 2.217rem;
}

#single .single-content .description:first-child {
    margin-top: 0;
}

#single .single-content .description [class*='tag-cloud'] {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-top: -0.7895rem;
    margin-right: -0.7895rem;
}

#single .single-content .description [class*='tag-cloud'] .tag-cloud-link {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem !important;
}

#single .single-content .tags {
    padding-top: 2.632rem;
    padding-bottom: 2.632rem;
    border-bottom: 1px solid #dadada;
}

#single .single-content .tags:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#single .single-content .tags p {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-top: -0.7895rem;
    margin-right: -0.7895rem;
}

#single .single-content .tags p:before, #single .single-content .tags p:after {
    display: none;
}

#single .single-content .tags p a {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem;
}

/*=============================
// Single post
=============================*/
.single-post #single .single-content .img, [class*='single-'] #single .single-content .img {
    min-height: 300px;
    max-height: 600px;
}

.single-post #single .single-content .img.object-fit:before, [class*='single-'] #single .single-content .img.object-fit:before {
    padding-top: 57.2%;
}

/*=============================
// #8.14 Contacts
=============================*/
@media (max-width: 767px) {
    .contact-form-shortcode [class*='-form'] .input-group .gutter-width {
        width: 100%;
    }

    .contact-form-shortcode [class*='-form'] .input-group .gutter-width:first-child {
        padding-right: 0;
        margin-bottom: 1.579rem;
    }

    .contact-form-shortcode [class*='-form'] .input-group .gutter-width:last-child {
        padding-left: 0;
    }
}

/*=============================
// #8.15 404
=============================*/
.error404 #page-content .content .text {
    max-width: 930px;
    padding-right: 150px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .error404 #page-content .content .text {
        padding-right: 0;
    }
}

.error404 #page-content .content .form {
    max-width: 930px;
    padding-right: 150px;
    padding-top: 3.158rem;
}

@media (max-width: 767px) {
    .error404 #page-content .content .form {
        padding-right: 0;
    }
}

.error404 #page-content .content .button {
    padding-top: 3.158rem;
}

/*=============================
// #8.16 Examples
=============================*/
@media (max-width: 991px) {
    .ui .widget-area {
        margin-top: 0;
        margin-bottom: 5.63rem;
    }
}

.ui .widget-area:not(.mCS_no_scrollbar) .mCSB_container {
    margin-right: 0.5em;
}

.ui .site-footer {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.bd-example {
    width: 100%;
    position: relative;
    padding: 1.579rem;
    background-color: #ffffff;
    border: 0.06rem solid #dadada;
}

.bd-example > .btn, [class*='-block-search'] .bd-example > [class*='-block-search__button'], [class*='-password-form'] .bd-example > input[type="submit"], .widget-area .tagcloud .bd-example > .tag-cloud-link, [class*='widget-container'] .tagcloud .bd-example > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .bd-example > .tag-cloud-link, #single .single-content .tags p .bd-example > a, .bd-example > .btn-group, .bd-example > .btn-toolbar {
    margin-top: 0.132rem;
    margin-bottom: 0.132rem;
}

.bd-example > .form-control + .form-control {
    margin-top: 0.264rem;
}

.bd-example > .dropdown-menu:first-child {
    position: static;
    display: block;
}

.bd-example-modal .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.bd-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.bd-example-border-utils-0 [class^=border] {
    border: 1px solid #dadada;
}

.bd-example:after {
    display: block;
    clear: both;
    content: "";
}

.bd-placeholder-img {
    font-size: 1rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #446ccd;
}

.bd-placeholder-img text {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    fill: #ffffff;
}

.bd-placeholder-img-lg {
    font-size: 2.5rem;
}

.bd-highlight {
    background-color: #f8f8f8;
    border: 1px solid rgba(218, 218, 218, 0.2);
    margin: -1px 0 -1px -1px;
}

.bd-callout {
    padding: 1.579rem;
    margin-top: 2.632rem;
    margin-bottom: 2.632rem;
    border: 1px solid #dadada;
    border-left-width: .25rem;
}

.bd-callout-warning {
    border-left-color: #cdc344;
}

.bd-callout-info {
    border-left-color: #44bdcd;
}

.highlight {
    margin-bottom: 2.632rem !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.highlight pre {
    margin-top: 0;
    padding-left: 1.579rem;
    padding-right: 1.579rem;
    background: #f8f8f8;
}

.highlight pre code {
    font-size: 0.842rem;
}

/*=============================
// #8.17 FAQ
=============================*/
[class*="faq-section"] {
    margin-bottom: 1.39rem;
}

[class*="faq-section"]:last-child {
    margin-bottom: 0;
}

[class*="faq-section"] .schema-faq-answer {
    margin-top: 1.39rem;
}

[class*="faq-section"] .schema-faq-answer:first-child {
    margin-top: 0;
}

[class*="faq-section"] .schema-faq-answer img {
    margin-bottom: 0.5em;
}

/*=============================
// #8.18 Team
=============================*/
.team-member .img {
    min-height: 303px;
}

@media (max-width: 767px) {
    .team-member .img.object-fit {
        max-height: 303px;
        overflow: hidden;
    }

    .team-member .img.object-fit img {
        -o-object-position: 0 0;
        object-position: 0 0;
    }
}

.team-member .img.object-fit:before {
    padding-top: 110.1%;
}

.team-member .team-member-top {
    position: relative;
}

.team-member .team-member-top .team-member-social {
    position: absolute;
    z-index: 2;
    top: 1.316rem;
    left: 1.316rem;
}

.team-member .team-member-top .team-member-social .btn.active .fa-plus:before, .team-member .team-member-top .team-member-social [class*='-block-search'] .active[class*='-block-search__button'] .fa-plus:before, [class*='-block-search'] .team-member .team-member-top .team-member-social .active[class*='-block-search__button'] .fa-plus:before, .team-member .team-member-top .team-member-social [class*='-password-form'] input.active[type="submit"] .fa-plus:before, [class*='-password-form'] .team-member .team-member-top .team-member-social input.active[type="submit"] .fa-plus:before, .team-member .team-member-top .team-member-social .widget-area .tagcloud .active.tag-cloud-link .fa-plus:before, .widget-area .tagcloud .team-member .team-member-top .team-member-social .active.tag-cloud-link .fa-plus:before, .team-member .team-member-top .team-member-social [class*='widget-container'] .tagcloud .active.tag-cloud-link .fa-plus:before, [class*='widget-container'] .tagcloud .team-member .team-member-top .team-member-social .active.tag-cloud-link .fa-plus:before, .team-member .team-member-top .team-member-social #single .single-content .description [class*='tag-cloud'] .active.tag-cloud-link .fa-plus:before, #single .single-content .description [class*='tag-cloud'] .team-member .team-member-top .team-member-social .active.tag-cloud-link .fa-plus:before, .team-member .team-member-top .team-member-social #single .single-content .tags p a.active .fa-plus:before, #single .single-content .tags p .team-member .team-member-top .team-member-social a.active .fa-plus:before {
    content: '\f068';
}

.team-member .team-member-top .team-member-social .team-member-social-btn-items {
    display: none;
}

.team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item {
    margin-top: 1.316rem;
}

.team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item .btn-link, .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item [class*='-block-search__button'], .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item [class*='-password-form'] input[type="submit"], [class*='-password-form'] .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item input[type="submit"] {
    background-color: #ffffff;
    color: #446ccd;
}

.team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item .btn-link:hover, .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-block-search'] .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item :hover[class*='-block-search__button'], .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item [class*='-password-form'] input:hover[type="submit"], [class*='-password-form'] .team-member .team-member-top .team-member-social .team-member-social-btn-items .team-member-social-btn-item input:hover[type="submit"] {
    background-color: #446ccd;
    color: #ffffff;
}

.team-member .team-member-content {
    padding-top: 1.579rem;
}

.team-member .team-member-content .team-member-position {
    margin-bottom: 1.114rem;
}

.team-member .team-member-content .team-member-t-head {
    color: #060606;
}

/*=============================
// #8.19 Services
=============================*/
.accordion-services {
    margin-bottom: -1.579rem;
}

.accordion-services .card {
    margin-bottom: 1.579rem;
}

.accordion-services .card .card-header .btn.collapsed [class*='fas'], .accordion-services .card .card-header [class*='-block-search'] .collapsed[class*='-block-search__button'] [class*='fas'], [class*='-block-search'] .accordion-services .card .card-header .collapsed[class*='-block-search__button'] [class*='fas'], .accordion-services .card .card-header [class*='-password-form'] input.collapsed[type="submit"] [class*='fas'], [class*='-password-form'] .accordion-services .card .card-header input.collapsed[type="submit"] [class*='fas'], .accordion-services .card .card-header .widget-area .tagcloud .collapsed.tag-cloud-link [class*='fas'], .widget-area .tagcloud .accordion-services .card .card-header .collapsed.tag-cloud-link [class*='fas'], .accordion-services .card .card-header [class*='widget-container'] .tagcloud .collapsed.tag-cloud-link [class*='fas'], [class*='widget-container'] .tagcloud .accordion-services .card .card-header .collapsed.tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .description [class*='tag-cloud'] .collapsed.tag-cloud-link [class*='fas'], #single .single-content .description [class*='tag-cloud'] .accordion-services .card .card-header .collapsed.tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .tags p a.collapsed [class*='fas'], #single .single-content .tags p .accordion-services .card .card-header a.collapsed [class*='fas'] {
    color: #060606;
}

.accordion-services .card .card-header .btn [class*='fas'], .accordion-services .card .card-header [class*='-block-search'] [class*='-block-search__button'] [class*='fas'], [class*='-block-search'] .accordion-services .card .card-header [class*='-block-search__button'] [class*='fas'], .accordion-services .card .card-header [class*='-password-form'] input[type="submit"] [class*='fas'], [class*='-password-form'] .accordion-services .card .card-header input[type="submit"] [class*='fas'], .accordion-services .card .card-header .widget-area .tagcloud .tag-cloud-link [class*='fas'], .widget-area .tagcloud .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header [class*='widget-container'] .tagcloud .tag-cloud-link [class*='fas'], [class*='widget-container'] .tagcloud .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .description [class*='tag-cloud'] .tag-cloud-link [class*='fas'], #single .single-content .description [class*='tag-cloud'] .accordion-services .card .card-header .tag-cloud-link [class*='fas'], .accordion-services .card .card-header #single .single-content .tags p a [class*='fas'], #single .single-content .tags p .accordion-services .card .card-header a [class*='fas'] {
    color: #446ccd;
}

.accordion-services .card .card-header .btn:hover [class*='fas'], .accordion-services .card .card-header [class*='-block-search'] :hover[class*='-block-search__button'] [class*='fas'], [class*='-block-search'] .accordion-services .card .card-header :hover[class*='-block-search__button'] [class*='fas'], .accordion-services .card .card-header [class*='-password-form'] input:hover[type="submit"] [class*='fas'], [class*='-password-form'] .accordion-services .card .card-header input:hover[type="submit"] [class*='fas'], .accordion-services .card .card-header .widget-area .tagcloud .tag-cloud-link:hover [class*='fas'], .widget-area .tagcloud .accordion-services .card .card-header .tag-cloud-link:hover [class*='fas'], .accordion-services .card .card-header [class*='widget-container'] .tagcloud .tag-cloud-link:hover [class*='fas'], [class*='widget-container'] .tagcloud .accordion-services .card .card-header .tag-cloud-link:hover [class*='fas'], .accordion-services .card .card-header #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover [class*='fas'], #single .single-content .description [class*='tag-cloud'] .accordion-services .card .card-header .tag-cloud-link:hover [class*='fas'], .accordion-services .card .card-header #single .single-content .tags p a:hover [class*='fas'], #single .single-content .tags p .accordion-services .card .card-header a:hover [class*='fas'] {
    color: #446ccd;
}

.accordion-services .card .card-header .btn-link, .accordion-services .card .card-header [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .accordion-services .card .card-header [class*='-block-search__button'], .accordion-services .card .card-header [class*='-password-form'] input[type="submit"], [class*='-password-form'] .accordion-services .card .card-header input[type="submit"] {
    width: 100%;
    text-align: left;
}

.accordion-services .card .card-header .btn-link [class*='fa-'], .accordion-services .card .card-header [class*='-block-search'] [class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion-services .card .card-header [class*='-block-search__button'] [class*='fa-'], .accordion-services .card .card-header [class*='-password-form'] input[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion-services .card .card-header input[type="submit"] [class*='fa-'] {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-services .card .card-header .btn-link [class*='fa-'], .accordion-services .card .card-header [class*='-block-search'] [class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion-services .card .card-header [class*='-block-search__button'] [class*='fa-'], .accordion-services .card .card-header [class*='-password-form'] input[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion-services .card .card-header input[type="submit"] [class*='fa-'] {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.accordion-services .card .card-header .btn-link.collapsed [class*='fa-'], .accordion-services .card .card-header [class*='-block-search'] .collapsed[class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion-services .card .card-header .collapsed[class*='-block-search__button'] [class*='fa-'], .accordion-services .card .card-header [class*='-password-form'] input.collapsed[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion-services .card .card-header input.collapsed[type="submit"] [class*='fa-'] {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.accordion-services .card .card-body .card-price {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-size: 0.895rem;
    color: #446ccd;
}

/*=============================
// #8.20 Languages
=============================*/
.languages .nav {
    font-size: 0.895rem;
    margin-bottom: -1.316rem;
}

.languages .nav .lang-item {
    margin-right: 1.316rem;
    margin-bottom: 1.316rem;
    line-height: 0.7;
}

@media (max-width: 1700px) {
    .languages .nav .lang-item {
        margin-right: 0.87733rem;
    }
}

.languages .nav .lang-item:before, .languages .nav .lang-item:after {
    display: none;
}

.languages .nav .lang-item:last-child {
    margin-right: 0;
}

.languages .nav .lang-item a {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    text-transform: uppercase;
}

.languages .nav .lang-item:hover a {
    color: #060606;
    opacity: 0.7;
}

.languages .nav .lang-item.active a, .languages .nav .lang-item.current-lang a {
    cursor: not-allowed;
    color: #060606;
    opacity: 0.7;
}

/*=============================
// #8.21 Maps
=============================*/
#google-maps {
    height: 36.842rem;
}

/*=============================
// #8.22 Reviews
=============================*/
.reviews-width-img {
    background-position: center center;
    background-repeat: no-repeat;
}

/*=============================
// Reviews slider
=============================*/
.adv-slider-reviews {
    position: relative;
}

.adv-slider-reviews .adv-slider-reviews-img {
    max-width: 56px;
    margin: auto;
}

.adv-slider-reviews .adv-swiper-container {
    margin-top: 3.158rem;
    text-align: center;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img {
    margin-bottom: 1.579rem;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img:last-child {
    margin-bottom: 0;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img img {
    border-radius: 50%;
    max-width: 5.263rem;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-t-head {
    color: #060606;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description {
    max-width: 1325px;
    margin: auto;
    margin-top: 2.457rem;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p {
    font-size: 1.737rem;
    color: #060606;
    line-height: 1.67;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p:before, .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p:after {
    display: none !important;
}

.adv-slider-reviews .adv-swiper-container .adv-swiper-pagination-2 {
    margin-top: 2.457rem;
}

#reviews.width-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/*=============================
// #8.23 Signature
=============================*/
.signature .signature-img {
    padding-right: 2.632rem;
}

.signature .signature-img:last-child {
    padding-right: 0;
}

.signature .signature-img img {
    max-width: 11.263rem !important;
    width: 100%;
}

.signature .signature-content .signature-name {
    color: #060606;
}

.signature .signature-content .signature-position {
    margin-top: -0.895rem;
}

/*=============================
// #8.24 Information
=============================*/
.information {
    position: relative;
    padding: 3.158rem 2.632rem;
    background-color: #ffffff;
    height: 100%;
}

.information .information-icon {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1.579rem;
    margin-bottom: 1.579rem;
}

.information .information-icon:last-child {
    margin-bottom: 0;
}

.information .information-icon > * {
    font-size: 3.158rem;
    color: #060606;
}

.information .information-t-head {
    color: #060606;
}

.information .information-btn {
    margin-top: 1.579rem;
}

.information .information-btn:first-child {
    margin-top: 0;
}

.information-items {
    margin-top: -10.526rem !important;
}

.with-information-items {
    padding-bottom: 10.526rem;
}

.information-color-1 {
    background-color: #385bb2;
    color: #ffffff;
}

.information-color-1 .information-icon {
    border-color: rgba(255, 255, 255, 0.15);
}

.information-color-1 .information-icon > * {
    color: inherit;
}

.information-color-1 .information-t-head {
    color: inherit;
}

.information-color-1 .information-description {
    color: inherit;
}

.information-color-1 .information-btn > * {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: inherit;
}

.information-color-1 .information-btn > *:hover {
    color: inherit;
    opacity: 0.7;
}

.information-color-1 .information-btn > *.btn-line:after {
    background-color: #ffffff;
}

.information-color-2 {
    background-color: #446ccd;
    color: #ffffff;
}

.information-color-2 .information-icon {
    border-color: rgba(255, 255, 255, 0.15);
}

.information-color-2 .information-icon > * {
    color: inherit;
}

.information-color-2 .information-t-head {
    color: inherit;
}

.information-color-2 .information-description {
    color: inherit;
}

.information-color-2 .information-btn > * {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: inherit;
}

.information-color-2 .information-btn > *:hover {
    color: inherit;
    opacity: 0.7;
}

.information-color-2 .information-btn > *.btn-line:after {
    background-color: #ffffff;
}

.information-color-3 {
    background-color: #f8f8f8;
}

.information-icon-margin .information-icon > * {
    margin-left: -0.526rem;
}

[class*='-element'][class*='-information'] {
    height: 100%;
}

[class*='-element'][class*='-information'] > [class*='-widget-container'] {
    height: 100%;
}

/*=============================
// #8.25 Feature
=============================*/
.feature-item {
    padding-top: 3.158rem;
    border-top: 1px solid #dadada;
}

/*=============================
// #8.26 Clients
=============================*/
.clients {
    padding-top: 5.632rem;
    padding-bottom: 5.632rem;
}

.clients .clients-items {
    margin-top: -1.316rem;
    margin-bottom: -1.316rem;
}

@media (max-width: 767px) {
    .clients .clients-items {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        margin-left: -1.59515rem;
        margin-right: -1.59515rem;
    }
}

.clients .clients-items .clients-item {
    width: 100%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 1.316rem;
    padding-bottom: 1.316rem;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

.clients .clients-items .clients-item:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item:first-child {
        padding-left: 2.5%;
    }
}

.clients .clients-items .clients-item:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item:last-child {
        padding-right: 2.5%;
    }
}

@media (max-width: 1700px) {
    .clients .clients-items .clients-item {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

.clients .clients-items .clients-item .clients-item-content {
    max-width: 11.632rem;
    margin: auto;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item .clients-item-content {
        max-width: 8.5rem;
    }
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item .clients-item-content {
        max-width: 7.5rem;
    }
}

.clients .clients-items .clients-item .clients-item-content img {
    max-width: 100%;
    max-height: 5.579rem;
}

/*=============================
// #8.27 Fun fact
=============================*/
.fun-fact {
    text-align: center;
    padding: 2.632rem 0;
}

.fun-fact .fun-fact-t-head {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 2.053rem;
    font-weight: 700;
    line-height: 1.44;
}

.fun-fact .fun-fact-t-head:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.44) * 0.5em);
}

.fun-fact .fun-fact-t-head:last-child {
    margin-bottom: 0;
}

.fun-fact .fun-fact-t-head:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.44) * 0.5em);
}

.fun-facts-width-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fun-fact-items [class*='col-']:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-items [class*='col-']:first-child:before {
    display: none;
}

@media (max-width: 991px) {
    .fun-fact-items [class*='col-'][class*='-md-12']:before {
        border-color: transparent;
    }
}

@media (max-width: 767px) {
    .fun-fact-items [class*='col-'][class*='-sm-12']:before {
        border-color: transparent;
    }
}

@media (max-width: 575px) {
    .fun-fact-items [class*='col-']:before {
        border-color: transparent;
    }
}

/*=============================
// #8.29 Back
=============================*/
#back-to-top {
    position: absolute;
    top: -6.579rem;
    z-index: 1039;
    right: 2.632rem;
}

@media (max-width: 1700px) {
    #back-to-top {
        right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #back-to-top {
        right: 1.59515rem;
    }
}

@media (max-width: 767px) {
    #back-to-top {
        top: -1.7105rem;
    }
}

@media (max-width: 575px) {
    #back-to-top {
        right: 1.59515rem;
    }
}

#back-to-top a {
    display: block;
    width: 3.421rem;
    height: 3.421rem;
    color: #ffffff;
    background: #446ccd;
}

#back-to-top a [class*='fa-'], #back-to-top a span, #back-to-top a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-top a [class*='malex-icon'] {
    font-size: 1rem;
}

#back-to-top a span {
    font-size: 0.789rem;
}

#back-to-top a:hover {
    color: #ffffff;
    background: #3259b9;
    border-color: #ffffff;
    opacity: 1;
}

/*=================================================
// #9 Animate
=================================================*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
  20%,
  53%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
  43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
  20%,
  53%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
  43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
  50%,
  to {
        opacity: 1;
    }

    25%,
  75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
  50%,
  to {
        opacity: 1;
    }

    25%,
  75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
  30%,
  50%,
  70%,
  90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
  40%,
  60%,
  80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
  30%,
  50%,
  70%,
  90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
  40%,
  60%,
  80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
  50%,
  70%,
  90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
  60%,
  80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
  50%,
  70%,
  90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
  60%,
  80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
  11.1%,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
  11.1%,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
  20%,
  40%,
  60%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
  20%,
  40%,
  60%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
  55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
  55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
  45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
  45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
  45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
  45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft, .fadeinleft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight, .fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
  60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
  80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
  60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
  80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn, .zoomin {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/*=================================================
// #10 Slider
=================================================*/
@font-face {
    font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") 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;
  /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
  /* For Firefox */
    -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
