@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap); #umggr-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1005;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

#umggr-preloader svg {
    width: 100px;
    height: 100px
}

#umggr-preloader img {
    width: 100px;
    height: 100px;
    -webkit-animation: preloaderRotation 2s infinite linear;
    animation: preloaderRotation 2s infinite linear
}

@-webkit-keyframes preloaderRotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes preloaderRotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.filter-container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-repeat: no-repeat;
    color: rgba(0,0,0,.75);
    padding: .5rem;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 5px;
    background-image: url(../images/select_arrow.png);
    background-position: calc(100% - 12px) center;
    font-size: inherit;
    width: 240px
}

.filter-container input {
    color: rgba(0,0,0,.75);
    padding: .5rem;
    margin-bottom: 5px;
    width: 240px
}

.filter-container input.umggr-btn {
    width: 118px
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont_1.eot#iefix&v=4.3.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2) format('woff2'),url(../fonts/fontawesome-webfont_1.woff) format('woff'),url(../fonts/fontawesome-webfont.ttf) format('truetype'),url(../images/fontawesome-webfont.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.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(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

.fa-flip-horizontal {
    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 {
    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 {
    filter: none
}

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

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

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

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

.fa-inverse {
    color: #fff
}

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

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

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

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

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

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

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

.fa-trash-o:before {
    content: "\f014"
}

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

.fa-file-o:before {
    content: "\f016"
}

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

.fa-road:before {
    content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

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

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

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

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

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

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

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

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

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

.fa-print:before {
    content: "\f02f"
}

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

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

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

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

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

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

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

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

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

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

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

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

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

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

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

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

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

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

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

.fa-step-forward:before {
    content: "\f051"
}

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

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

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

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

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

.fa-question-circle:before {
    content: "\f059"
}

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

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

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

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

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

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

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

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

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

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

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

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

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

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

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

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

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

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

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

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

.fa-plane:before {
    content: "\f072"
}

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

.fa-random:before {
    content: "\f074"
}

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

.fa-magnet:before {
    content: "\f076"
}

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

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

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

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

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

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

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

.fa-twitter-square:before {
    content: "\f081"
}

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

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

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

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

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

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

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

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

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

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-rss:before {
    content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

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

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

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

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

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

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

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

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

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

.fa-money:before {
    content: "\f0d6"
}

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

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

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

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

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

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

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

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

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

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

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

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

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

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

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

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

.fa-medkit:before {
    content: "\f0fa"
}

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

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

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

.fa-plus-square:before {
    content: "\f0fe"
}

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

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

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

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

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

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

.fa-meh-o:before {
    content: "\f11a"
}

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

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

.fa-flag-o:before {
    content: "\f11d"
}

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

.fa-terminal:before {
    content: "\f120"
}

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

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

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

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

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

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

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

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

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

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

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

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

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

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

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

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

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

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

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

.fa-unlock-alt:before {
    content: "\f13e"
}

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

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

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

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

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

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

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

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

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

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

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

.fa-stack-overflow:before {
    content: "\f16c"
}

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

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

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

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

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

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

.fa-windows:before {
    content: "\f17a"
}

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

.fa-linux:before {
    content: "\f17c"
}

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

.fa-skype:before {
    content: "\f17e"
}

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

.fa-trello:before {
    content: "\f181"
}

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

.fa-male:before {
    content: "\f183"
}

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

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

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

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

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

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

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

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

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

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

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

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

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

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

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

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

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

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

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

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

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

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

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

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

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

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

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

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

.fa-soundcloud:before {
    content: "\f1be"
}

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

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

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

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

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

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

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

.fa-vine:before {
    content: "\f1ca"
}

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

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

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

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

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

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

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

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

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

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

.fa-genderless:before,.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

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

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

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

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

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

.fa-paypal:before {
    content: "\f1ed"
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

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

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

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

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

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

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

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

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

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

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

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

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

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

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

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

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

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

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

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

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

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

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

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

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

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

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

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.bt-text-undo {
    display: none
}

button.ae-follow-spotify-button {
    background: #2ebd59;
    border-radius: 500px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Lucida Grande',Tahoma,Calibri,Arial,sans-serif;
    line-height: 11px;
    margin: 0;
    min-width: 92px;
    padding-top: 2px;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    outline: 0;
    border: 0;
    text-decoration: none
}

button.ae-follow-spotify-button:focus {
    background: #2ebd59
}

.ae-follow-spotify-button:hover {
    background: #1ed760
}

.ae-follow-spotify-button.ae-follow-following:hover {
    background: #2ebd59
}

.ae-follow-spotify-button.ae-follow-complete:hover {
    background: #2ebd59;
    cursor: default
}

.ae-follow-spotify-button .bt-icon {
    left: 3px;
    background-image: url(../images/spotify-sprite-white-17px.png);
    background-position: 0 0;
    content: '';
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 3px;
    width: 17px
}

.ae-follow-spotify-button.loading .bt-icon {
    background-image: url(../images/loader_white_16px.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 4px;
    position: absolute;
    top: 50%
}

.ae-follow-spotify-button.ae-follow-following .bt-icon,.ae-follow-spotify-button.ae-follow-complete .bt-icon {
    background-position: -34px 0
}

.ae-follow-spotify-button .bt-text {
    display: block;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: normal;
    white-space: -webkit-pre-wrap;
    white-space: normal
}

.ae-follow-spotify-button .bt-text,.ae-follow-spotify-button .bt-text-undo {
    margin-left: 13px;
    padding: 4px 4px 3px 8px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px
}

.ae-follow-spotify-icon {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0
}

.ae-follow-spotify-icon .bt-icon {
    background-image: url(../images/spotify-icon-64px.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

.ae-follow-spotify-button.ae-follow-following:hover {
    background: #bd3200
}

.ae-follow-spotify-button.ae-follow-following:hover .bt-icon {
    background-position: -17px 0
}

.ae-follow-spotify-button.ae-follow-following:hover .bt-text {
    display: none
}

.ae-follow-spotify-button.ae-follow-following:hover .bt-text-undo {
    display: block
}

button.ae-follow-youtube-button {
    background: #e62117;
    border-radius: 2px;
    border: solid 1px transparent;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 11px;
    font-family: 'Arial';
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    padding: 0 8px 0 5.5px;
    height: 24px;
    display: inline-block;
    outline: 0;
    position: relative
}

button.ae-follow-youtube-button:active {
    background: #cc181e;
    color: #fff
}

button.ae-follow-youtube-button:hover {
    color: #fff;
    background: #cc181e
}

.ae-follow-youtube-button .bt-text {
    display: inline-block
}

.ae-follow-youtube-button .bt-text-undo,.ae-follow-youtube-button .bt-text {
    margin-left: 23px;
    font-weight: 200;
    letter-spacing: 1px
}

.ae-follow-youtube-button .bt-icon {
    background-image: url(../images/youtube-sprites.png);
    background-repeat: no-repeat;
    background-position: -264px -353px;
    background-size: 324px 457px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 6px
}

.ae-follow-youtube-button.loading .bt-icon {
    background-image: url(../images/loader_white_16px.svg);
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    background-size: auto;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 4px;
    position: absolute;
    top: 50%
}

.ae-follow-youtube-button.ae-follow-following .bt-icon {
    background-position: -31px 0
}

.ae-follow-youtube-button.ae-follow-following:hover .bt-text {
    display: none
}

.ae-follow-youtube-button.ae-follow-following:hover .bt-text-undo {
    display: inline-block
}

.ae-follow-youtube-button.ae-follow-following:hover .bt-icon {
    background-position: -288px -232px
}

.ae-follow-youtube-icon {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0
}

.ae-follow-youtube-icon .bt-icon {
    background-image: url(../images/youtube-icon-64px.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

button.ae-follow-deezer-button {
    background: #323232;
    border-radius: 2px;
    border: solid 1px transparent;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 11px;
    margin: 0;
    min-width: 92px;
    padding-top: 2px;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    outline: 0;
    border: 0;
    text-decoration: none
}

.ae-follow-deezer-button:hover {
    background: #666;
    color: #fff
}

.ae-follow-deezer-button.ae-follow-following:hover {
    background: #84bd00
}

.ae-follow-deezer-button.ae-follow-complete:hover {
    background: #84bd00;
    cursor: default
}

.ae-follow-deezer-button .bt-icon {
    left: 4px;
    background-image: url(../images/deezer-icon-64px.png);
    background-size: 20px;
    background-position: 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    top: 1px;
    width: 20px
}

.ae-follow-deezer-button.loading .bt-icon {
    background-image: url(../images/loader_white_16px.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 4px;
    position: absolute;
    top: 50%
}

.ae-follow-deezer-button .bt-text {
    display: block;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: normal;
    white-space: -webkit-pre-wrap;
    white-space: normal
}

.ae-follow-deezer-button .bt-text,.ae-follow-deezer-button .bt-text-undo {
    margin-left: 15px;
    padding: 4px 1px 3px 8px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px
}

.ae-follow-deezer-icon {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0
}

.ae-follow-deezer-icon .bt-icon {
    background-image: url(../images/deezer-icon-round-64px.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

.ae-follow-deezer-button.ae-follow-following:hover {
    background: #666
}

.ae-follow-deezer-button.ae-follow-following:hover .bt-text {
    display: none
}

.ae-follow-deezer-button.ae-follow-following:hover .bt-text-undo {
    display: block
}

.ae-follow-widget-container[data-ae-follow-provider=facebook] {
    display: none
}

button.ae-follow-instagram-button:hover,button.ae-follow-instagram-button {
    border-radius: 3px;
    border: 1px solid #2f5283;
    box-shadow: inset 0px 1px 0px 0px #7fa4bf,0px 0px 1px 0px #333;
    cursor: pointer;
    background: #5181a6;
    background: -moz-linear-gradient(top,rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(81,129,166,1)),color-stop(100%,rgba(47,82,131,1)));
    background: -webkit-linear-gradient(top,rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%);
    background: -o-linear-gradient(top,rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%);
    background: -ms-linear-gradient(top,rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%);
    background: linear-gradient(to bottom,rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5181a6',endColorstr='#2f5283',GradientType=0);
    border-radius: 3px;
    vertical-align: top;
    font-family: Arial;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    min-width: 92px;
    padding-top: 2px;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    outline: 0;
    font-family: 'Arial';
    text-decoration: none
}

.ae-follow-instagram-button.ae-follow-following {
    border-color: #66bd2b;
    background: rgba(173,219,21,1);
    background: -moz-linear-gradient(top,rgba(173,219,21,1) 0%,rgba(101,189,43,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(173,219,21,1)),color-stop(100%,rgba(101,189,43,1)));
    background: -webkit-linear-gradient(top,rgba(173,219,21,1) 0%,rgba(101,189,43,1) 100%);
    background: -o-linear-gradient(top,rgba(173,219,21,1) 0%,rgba(101,189,43,1) 100%);
    background: -ms-linear-gradient(top,rgba(173,219,21,1) 0%,rgba(101,189,43,1) 100%);
    background: linear-gradient(to bottom,rgba(173,219,21,1) 0%,rgba(101,189,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#addb15',endColorstr='#65bd2b',GradientType=0);
    box-shadow: inset 0px -1px 0px 0px #3c0,0px 0px 1px 0px #666
}

.ae-follow-instagram-button:active {
    background: #2f5283;
    background: -moz-linear-gradient(top,rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(47,82,131,1)),color-stop(100%,rgba(81,129,166,1)));
    background: -webkit-linear-gradient(top,rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%);
    background: -o-linear-gradient(top,rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%);
    background: -ms-linear-gradient(top,rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%);
    background: linear-gradient(to bottom,rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f5283',endColorstr='#5181a6',GradientType=0);
    box-shadow: inset 0px -1px 0px 0px #7fa4bf,0px 0px 1px 0px #333
}

.ae-follow-instagram-button.ae-follow-following:active {
    background: rgba(173,219,21,1);
    background: -moz-linear-gradient(top,rgba(101,189,43,1) 0%,rgba(173,219,21,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(101,189,43,1)),color-stop(100%,rgba(173,219,21,1)));
    background: -webkit-linear-gradient(top,rgba(101,189,43,1) 0%,rgba(173,219,21,1) 100%);
    background: -o-linear-gradient(top,rgba(101,189,43,1) 0%,rgba(173,219,21,1) 100%);
    background: -ms-linear-gradient(top,rgba(101,189,43,1) 0%,rgba(173,219,21,1) 100%);
    background: linear-gradient(to bottom,rgba(101,189,43,1) 0%,rgba(173,219,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#addb15',endColorstr='#65bd2b',GradientType=0);
    box-shadow: inset 0px -1px 0px 0px #3c0,0px 0px 1px 0px #ccc
}

.ae-follow-instagram-button .bt-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 16px
}

.ae-follow-instagram-button .bt-icon:before {
    content: "\f16d"
}

.ae-follow-instagram-button.loading .bt-icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.ae-follow-instagram-button.loading .bt-icon:before {
    content: "\f110"
}

.ae-follow-instagram-button .bt-text-undo,.ae-follow-instagram-button .bt-text {
    margin-left: 13px;
    padding: 4px 4px 3px 8px;
    display: block;
    font-weight: 200;
    letter-spacing: 1px
}

.ae-follow-instagram-button .bt-text-undo {
    display: none
}

.ae-follow-instagram-button.ae-follow-following:hover .bt-text {
    display: none
}

.ae-follow-instagram-button.ae-follow-following:hover .bt-text-undo {
    display: inline-block
}

.ae-follow-instagram-icon {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0
}

.ae-follow-instagram-icon .bt-icon {
    background-image: url(../images/instagram-icon-64px.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

button.ae-follow-twitter-button {
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 4px;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    cursor: pointer;
    font: normal normal bold 13px/26px 'Helvetica Neue',Arial,sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom:1;outline: 0;
    padding: 0;
    text-decoration: none;
    min-width: 92px
}

button.ae-follow-twitter-button:hover {
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 4px;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    cursor: pointer;
    font: normal normal bold 13px/26px 'Helvetica Neue',Arial,sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom:1;outline: 0;
    padding: 0;
    text-decoration: none;
    min-width: 92px
}

button.ae-follow-twitter-button:active {
    background-color: #efefef;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.1);
    border: #bbb solid 1px
}

button.ae-follow-twitter-button.ae-follow-following:active {
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    box-shadow: none
}

.ae-follow-twitter-button .bt-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABQCAYAAACZM2JkAAANzElEQVR42u1cW0wbVxo+6q72ZVkp2pVWbV/KQ5SX7gPavKyq1Za8pauVWlV5W6nK63YViUqVyjU4QEgaIA4kIdeNIVzM3RBIQiHgBCeljekaEgEFmpiEgBNMcDChTuJoz/7fmZnWNraZMbZxwUi/8GVmPOc73/n+y5lzGOecRctYpjGVZdbtJdNJZkyP5vU3ypjOsI1l1WeQmcjMwjKNBvr/UTgs/N77XSy7Li3iG8EPZzdyltfK2X4T/W/jLKeZs6wGl+8N4TXLpBuN8Lc03Rd+i+5tXdfIJuLkNLrYfmrPgQ7OCjol07VTG1s4y26wKW35uUOM9kCS+VzQqCNQbFpvTFw8p4nOo5s43MfZ0VuclX/L2bFvOCu9wVnRVQl0XBugoyPyTea4MBEAZTcYIgeZMMkn0hzqoTYNcnbKxtmZO5KdHOKsbIDadwWAu0T7chq5OL7gEtr3ZlCgf13QMcAKujjLbbFpYRvLbjKx4q84O0E/bJjirOYhZ3WzZI84uzjN2dkxzvRfc3FMcQ//3fGvJ7vuLdS+U95XETi8ojvcTemsuJuzQmoT7lErgXKN6QQYEYbu/T/fU3tmOGtwcNb0RDK8rpmWQAeh0L4v+/jvzwzZHSve1r8brZ/R76atZnSZhbPjVomVuS2ucPrjp8kEHjt9RwK3eYGzlkV/a5ynG3pANzsh2YVJ6pTviAndGTFlc9GVDFb5X4l5B2lUYdRpIRCxklXQyLxoJ2CpDa2Lq63lKbXvMWfV96ld1LaqH/iOtgfL7CS172C3LSij/1A1uiTYeHaUsyNmSWezGkzhWEc3kyFAq58jkJ+uBlkxfIdOaHIKxr9dNYrhvDdweEXT/lwzVCIAABNPDUvDXwzx+gwVo2GbYGn1Pbr/heAg+wG+IBk6hDrmjcqhka/nlnbTtbavAnrX5RmnAKLhscQ6DHdICRwaHF2QCOKPFZZSZvghOJNDAF72/fNxOhcatieWjN4/OJMvQAYARiLCOSJQ6XXJiWU32OHkQgJd2JnOTo9IbF0LZF9rdvJ3Lz+Zm/e8ttB1zgVldOM9d58AWhnu0NfKYYndBy7JEYTwpgbhWXOb09+9OGxmtTPqQIbR9WWQ/x0HZ7gnpfGR12+Iw4dADqDdiCIAeFa9PlBS3qm8+YE4FudpAZo6VW4fQE4JCvRD98uSDwcWHT+zD0wgwa+i4VNJ3rZ0ALrDRXSBKAIhDjQdsqEWaHKQ9Lc7TvFv2r7bT+2BjBMsPzcmOTk4MDA896cw1EyRg/7tU7c6hKPTAjKMHCT96QNB9gP6V2UW94f9jx0ppqde/+EuAw6Gn/9eAh2hG0I4vIfUqAWaOi1uScahq6lPPK+7d3QvLq9yYNDS2odSNHHCKkkKWA7yFF2WQjl8rxHolPoH3pD3o7x4o+T6SFjg4NAgLQAdoRskA6/V6jPZjtYHy/HL5ky631RaV3b1OZ1BJQCfgeHQb7AXUcOZu1KsjA5A+KYR6J2XHrrWBPpf16cnhEwI8J6qZ6lao2t+eG3WES+g/2K4+bFgJiIHAKomclDiY+i5mmgj4Px/9Dx6uCbQcyuvqt9qf+LRwlBNRg62/O7TnjjWKPb+1jD+SkhAqDg4mkad9OmtuetrAo0bs8y/tKaYFr2xADql+TH064s4Ap2279sFuwBZKzsjMRoJFsfzw2qAhqc0zr94bfnE+nwmpd0VVcD33V600/X/GufKW+fOay5XzEEm29H5eDlcbhD4wfa/dU47RDqtxNTRYHPbghcRwAaUOJGUmEGcmAJNjrVs9Nl4uEx31Qd/qrG9J4L1xidRc4p5w+4pudEbUU/Wl40vj5dNesZTOlzeWACd0jbvhY8LGwUF+bCwbHRpPFqM3tnrQsjTGSyIj5el1o5OstoHMXOKecNLU2slYsE+RCHEbHG+su7sW3KtB+S3Op955Lx/z0bOkJQOzX4q4mSEblrT6rW0mRIiNUQK9cVuOWcnwL3WHd1Ly5p1maIXRDFySrrR01F6aZRGl9Ep7Wijx6qGSCG/yBuwv//Paw8HU+oeeEW2qEGv0TFjS95BRDEbKRmBo7R99qVtx1dLy9ECumzix/HAKl1IoKX5PmUyleyLer2YlkE9+ss+SklHpHRbZSLzye3nMwgR5eG0PYEmWf1G6XojERlk1W1U6gJpmMcT812ozmEe7Ei/VJ1DBKKC0dBzMManTPhmAs5ooxx6Ls+2OJXS8tgbaSIjg2zWUolUEhWEXnu/mn72+fttE/3v1E8uiLoHSqBhoo+3up55wAwwRGGLXGtOSTSQMXHB8pr17GC3i5V/IxEItQ0tmkzh4YVpz12tIPtq9HbZaSlgmTH822df2fJGf5zaZ1uxK4Z4FJ/Pv/ifxfd4+fy0hAAVjwgoz19k1btYllGqOaP2fLhXmkdExU5NsUm2XQNupyyJ5khq6oEfvCkz8lwAiKHMKB+/PeEYrDOlsqIug5iYxXwhHg0AwJggrn+kGmQA7COJnZGWEX7xTxGFcXwYYXqk/kiPd/U+cQpdVgEw/A1G8pj79aAPqQrXI4mbFWhldH4ROAoBXvvcK9uF6Zd39w2THA7LckifWRb8fI0vwOuWxM0MtG9VcrcMWKdKSdTLSUjUIqetAHRi+IwkCEmgk0AnLQl0Eugk0EkQkkAngU5aEugk0Emgo3exzMzM1Ozs7L1kOhi9T0+CHAC0TqfbRuBEVKWSzzXk5uby/fv3c3rP8/PzeV5eHqfPXVlZWT8tPMJrMnOkv/WLB5pA0uXk5NgAmlaQ6VxbQUEBP3LkCD927Bg/fvw4r6io4GVlZby4uFiAjmuTueSOMG9ZRhcWFg4UFRWBkTYtbCPWmg4dOsRPnjzJq6qqeF1dHTcajby+vp7X1tby8+fP8/Lyco5jDh8+jOMm79+/X0udUQGp2XJA6/V6ARZYSWD7DfcwbE4FeGfPnhXgtra28ra2Nj9rbm4WgBsMBmHojMrKSjA9Y0sy+uLFi0tgIxhYWloqdJaYbQrHOpKLDIDW0NAQFGTF8B2spaVFMJ6Aj/k6w4QF+urVq04A0dTUJFiH4Q4pkR2aIVgEceLEidLq6uqwIAcCPjExEZd1hgkLtN1u7wPQvsP99OnTgt1wdDLgdgLcQLKSQYxPp2PM0GI1IMNw/TiuM0xMoN1ud8nNmzcdvuxrbGzkJCn81KlT/OjRoyKCAOiIIsh5Ck2HbKgFGp0Sx3WGCesM3Waz2dHR0eENHO4AHAy/cOGCAB2hG0I4vIfUqAUanbblExZi7Eg44BRnBtDBTBheq9VnmMlkWv4lgoRcAXJJZkKyBZMl9KNwWXJQoG/cuDEBxmkFT63hmn19fY54AgQgtCZggYaSAiVkLsglZBOSCTtw4IDIgpGIKXmH0iHwZXRO8B1oVlZWqkk2PLEAWXGwo6Oj8VxniGzXRUAY1nG+DmEucgVEYZBN5Aww+Cf4rYMHD4q8g8C1oQSB46lDQu9Ag7h2fn7eGqjRUWR0XNcZIiqC80aISgCYtDIbjASDATAkVZFKEAam+C2AjlIDMl8ke/TeTqRtpe8/882wV60zfPHihWVoaGjm0qVLUQWcrhnXdYbIPMFAMA+Aox6jpbQAVsLh19TUCGBDySF8GiQXWS9yCvghOfO1hV1n2NXV5UA6rcTU0bD29navx+OJ6zpDAqgEAICJyAcw/DHESUoy1Dg/sBTnq5FSJfNFh6BjCOiRubm54DvQ+Nzge8gMcVK09PrOnTtxX2c4ODiYD5DRBsT6KC0APDgxAtsOJxfqXHJ26WfOnNEUuioJ2eXLl+eIVKF3oPFdZ0hOazxajKZIY6PWGe4hoLy+QxwEghz4lG7tFCXoAyWFGPkBjtVKNBy/5g40gSuYnE6ntb+/37UekKl3PdD8DaprpMEvBDIOLPct3YLhPhMUZnqtJzZ3wNFpbS8c5Jo70IRawbSwsGDt6elZ1vqjiF7QWRu1zpBATIVfoL/lQNZBFlFFRDQBZ6lMUCA+RpSCTsD3WttMvm3tHWgCbWBg4P1r164N4mQMOy3DCB2ztLS0oesMiak6koAVki5nsHtXMl3ot1IvR6iGSAUdAHZqBbqzszP0DjTyfJ9OMWiWPKXFS0pKOJyC4lTU/JjVap2R5WJD1xkScB+DmYgc1PgbhekAWCuxlPN7e3vD70BDoKZhHk/OakS2A5CV6Sk1Pww9p5AmkdYZ7qV7fwUJCBUHRzvzvXXr1nVV6wynp6c/J23tJ7lYABMwrMKx4cqVKx4kN9DxBFxnmHb79m17NMPUtRyhw+FYcweaVesMMfzB0LGxsamRkRG7YlNTU+P4XJaHhFxn6LsDDcLLWIMs67OmHWg2zTpD3x1o4DdiCTJGDHIPTTvQbELTj9Pf5OTkeLTrNz51di+qn1v+2TsK3yYRwsXKKcolht1bHmhy2J8iTo7FpAYSovXsQLPp5AMaGm1GI/tFDX9dO9BsMhP1m9nZWVsk5YRQJj+jom4Hmi00E+1Xv0H8HwWQte1As4VM7EAzPDw8ham1SPUaEUwkO9BsCcMcYH5+vr64uNiF51KUyQ0tACM8pOx5XTvQbCrD7Iny/AUZZqhFzRm1Z/nRYVGx0zK5YbFYnD7Z8Lp3oNk0hkeKi4qKDKgzA1w8GgCAlRlttSADYJ9iWXIHmlA70KD4j9Cut7cXdWmvGoBRiUSNx+12J3egiXQHGoAHhkJrAwtlAVXI5A40yR1okhbS/g/H5BFic8lpAQAAAABJRU5ErkJggg==);
    background-size: 45px 40px;
    background-position: -24px 0;
    width: 21px;
    height: 16px;
    margin-top: -7px;
    left: 4px;
    position: absolute;
    top: 50%
}

.ae-follow-twitter-button.loading .bt-icon {
    background-image: url(../images/loader_blue_16px.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 4px;
    position: absolute;
    top: 50%
}

.ae-follow-twitter-button .bt-text {
    display: inline-block
}

.ae-follow-twitter-button .bt-text-undo,.ae-follow-twitter-button .bt-text {
    padding: 0 7px 0 29px;
    top: -1.5px;
    white-space: nowrap;
    vertical-align: top;
    zoom:1;height: 26px
}

button.ae-follow-twitter-button.ae-follow-following:hover .bt-text {
    display: none
}

button.ae-follow-twitter-button.ae-follow-following:hover .bt-text-undo {
    display: inline-block
}

.ae-follow-twitter-icon {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0
}

.ae-follow-twitter-icon .bt-icon {
    background-image: url(../images/twitter-icon-64px.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

.ae-follow-widget-container {
    display: inline-block
}

.ae-follow-hidden-auth {
    display: none
}

.ae-follow-widget-template-complete {
    display: none
}

.ae-follow-widget-preconf-container .bt-text-complete {
    display: none
}

.ae-follow-widget-template {
    text-align: center;
    width: 339px;
    margin: 0 auto
}

.ae-follow-widget-template .ae-follow-spotify-button .bt-text {
    line-height: 16px
}

.ae-follow-widget-actions {
    width: 337px;
    position: relative;
    min-height: 50px;
    background: #222326;
    border: 1px solid #383838;
    color: #fff;
    text-align: left
}

.ae-follow-action {
    width: 100%;
    min-height: 69px;
    border-bottom: 2px solid #121314;
    display: flex;
    align-items: center;
    align-content: center
}

.ae-follow-action:last-child {
    border-bottom: 0
}

.ae-follow-action .action-label {
    font-size: 17px;
    flex: 1 0px
}

.ae-follow-action .action-icon {
    flex: 0 auto;
    max-width: 60px;
    min-height: 35px;
    background-size: 36px 35px;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1 0px
}

.ae-follow-action .action-check {
    max-width: 50px;
    min-height: 37px;
    background-repeat: no-repeat;
    flex: 1 0px;
    text-decoration: none;
    border: 0
}

.ae-follow-action .action-check:hover {
    text-decoration: none;
    border: 0
}

.ae-follow-action .action-check.checked {
    background-image: url(../images/checked.png)
}

.ae-follow-action .action-check.unchecked {
    background-image: url(../images/unchecked.png)
}

.ae-follow-action.follow-artist .action-icon {
    background-image: url(../images/follow_user_icon.png)
}

.ae-follow-action.follow-playlist .action-icon {
    background-image: url(../images/follow_playlist_icon.png)
}

.ae-follow-action.add-to-library .action-icon {
    background-image: url(../images/add_to_library_icon.png)
}

.ae-follow-widget-template button.ae-follow-spotify-button {
    min-width: 330px;
    padding-top: 12px;
    padding-bottom: 12px
}

.ae-follow-widget-template .ae-follow-spotify-button .bt-text {
    margin-left: 0;
    font-size: 16px
}

.ae-follow-widget-template .ae-follow-spotify-button .bt-icon {
    display: none
}

@charset "UTF-8";.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar,.wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap,.5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap,.5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap,.5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
    border-radius: 0!important
}

.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: initial;
    background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal!important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap!important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap!important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

.wp-block-details {
    box-sizing: border-box;
    overflow: hidden
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

@media (max-width: 768px) {
    .wp-block-file__embed {
        display:none
    }
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right:1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100%!important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: 0 0;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap,16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap,16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap,16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    position: relative
}

.wp-lightbox-container button {
    background: 0 0;
    border: none;
    cursor: zoom-in;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 5px auto #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 5px
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 12.5px);
    top: calc(env(safe-area-inset-top) + 12.5px);
    z-index: 5000000
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: 0 0;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

html.wp-has-lightbox-open {
    overflow: hidden
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,ul {
    box-sizing: border-box
}

ol.has-background,ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting,inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting,initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color:inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display:none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top:32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align,initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read,.wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: 0 0
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width:calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns:1fr
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    -webkit-margin-start: auto;
    margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    -webkit-margin-end: auto;
    margin-inline-end:auto}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width:calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 24px;
    min-width: 24px;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: calc(100% - 100px)
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    min-width: 0!important;
    transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0!important;
    border-right-width: 0!important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    width: 0!important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: 0 0;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: 0 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: #000;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset!important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none!important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit:cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper,.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-light-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-light-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0px
    }
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.push-global-ccpa {
    display: none
}

a.push-global-ccpa {
    white-space: nowrap
}

/*
Theme Name: UMG Grand Royal
Theme URI: https://www.pushentertainment.com/
Author: Push Entertainment Ltd.
Author URI: https://www.pushentertainment.com/
Description: Parent theme for UMG Grand Royal
Version: 2.17.1
Text Domain: umg-grand-royal-theme
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

.content-type-blocks ul {
    padding-left: 20px;
    list-style: disc
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

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

a {
    text-decoration: none
}

em {
    font-style: italic
}

.flex {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-col {
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-col-container {
    height: 100%;
    display: -moz-flex;
    display: flex;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-shim {
    -moz-flex: 0;
    flex: 0
}

.flex-centred {
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 0
}

@keyframes transIn {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.trans-in {
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-name: transIn;
    animation-direction: normal;
    animation-fill-mode: forwards
}

.media-aspect-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.media-aspect-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

* {
    box-sizing: border-box
}

html {
    font-size: 14px
}

@media only screen and (min-width: 62.5em) {
    html {
        font-size:16px
    }
}

@media only screen and (min-width: 75em) {
    html {
        font-size:16px
    }
}

body {
    background-color: #fefefe;
    color: #2d2d2d;
    font-family: "Lato",serif;
    line-height: 1.5
}

#main-content {
    min-height: 5vh
}

h1,h2,h3 {
    color: #000;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem
}

h1 img,h2 img,h3 img {
    max-width: 100%
}

h2,h3 {
    font-weight: 700
}

a {
    color: #000;
    outline: none
}

strong {
    font-weight: 700
}

small {
    font-size: 12px;
    font-size: .75rem
}

.btn-wrap {
    position: relative;
    overflow: hidden
}

.btn-wrap .btn-r {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translateX(100%)
}

.btn-wrap .btn-r .fa {
    vertical-align: central;
    font-size: 20px;
    font-size: 1.25rem
}

.btn {
    background-color: #fb875e;
    color: #fefefe;
    cursor: pointer;
    display: inline-block;
    padding: .85em 1em;
    text-align: center
}

.page-navigation.bar .back-button {
    background-color: #fefefe;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    display: block;
    letter-spacing: .1rem;
    padding: 1rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 20
}

.page-navigation.bar .back-button svg {
    height: 25px;
    vertical-align: middle;
    width: auto
}

.page-navigation.button {
    text-align: center
}

.page-navigation.button .a-button {
    background-color: #fb875e;
    color: #fefefe;
    display: inline-block;
    line-height: 15px;
    padding: 1rem;
    text-transform: uppercase
}

.page-navigation.bottom {
    margin: 4rem 0
}

.share-links {
    margin: 1rem 0
}

.share-links ul {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.share-links a {
    background-color: #fb875e;
    color: #fefefe;
    display: block;
    margin: 0 2px;
    padding: .5rem 1rem
}

.share-links a:hover {
    background-color: #fefefe;
    box-shadow: inset 0 0 1px #fb875e;
    color: #fb875e
}

.blocker {
    z-index: 2000 !important
}

.ae-cform-header-image {
    max-width: 100%
}

body.-no-overflow,body.fancybox-active {
    overflow: hidden
}

.visually-hidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.content-type-blocks strong {
    font-weight: 700
}

.content-type-blocks em {
    font-style: italic
}

.content-type-blocks p,.content-type-blocks ul,.content-type-blocks ol,.content-type-blocks pre,.content-type-blocks blockquote,.content-type-blocks blockquote,.content-type-blocks figure {
    margin: .7rem 0
}

.content-type-blocks ul li {
    list-style: disc
}

.content-type-blocks ul,.content-type-blocks ol {
    padding-left: 20px
}

.content-type-blocks ol li {
    list-style: decimal
}

.content-type-blocks li {
    padding: .1em 0
}

.content-type-blocks h2 {
    font-size: 1.95em;
    line-height: 1.4
}

.content-type-blocks pre.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: .9em;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.content-type-blocks pre.wp-block-code code {
    padding: 0;
    margin: 0;
    background: inherit;
    font-size: inherit;
    font-family: monospace
}

.content-type-blocks blockquote.wp-block-quote {
    border-left: .25em solid #000;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.content-type-blocks blockquote.wp-block-quote cite {
    color: #555;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.content-type-blocks .wp-block-table table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    border-collapse: collapse
}

.content-type-blocks .wp-block-table table td {
    border: 1px solid;
    padding: .5em;
    word-break: normal
}

.content-type-blocks .wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.content-type-blocks figure.wp-block-pullquote {
    border-top: 4px solid #555;
    border-bottom: 4px solid #555;
    margin-bottom: 1.75em;
    color: #555
}

.content-type-blocks figure.wp-block-pullquote blockquote cite {
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.site-content-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    opacity: .2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

#umggr-splash {
    display: none
}

.header-peakaboo.peakaboo-transparent {
    background-color: transparent
}

.umggr-fixed-social-menu-container {
    display: none
}

@media only screen and (min-width: 50em) {
    .umggr-fixed-social-menu-container {
        display:block
    }
}

@media only screen and (min-width: 50em) {
    .home .site-header.site-header-transparent {
        position:absolute
    }
}

.site-header {
    background-color: #fefefe;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    position: relative;
    padding: 1rem;
    z-index: 1001
}

@media only screen and (min-width: 50em) {
    .site-header {
        padding:1rem 2rem
    }
}

.site-header.site-header-transparent {
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none
}

@media only screen and (min-width: 50em) {
    .site-header.site-header-transparent #slide-menu-gr {
        background-color:transparent
    }
}

.site-header .flex-wrap {
    min-height: 60px;
    flex-direction: row;
    -moz-justify-content: center;
    justify-content: center
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap {
        flex-direction:row;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

.site-header .flex-wrap .flex-item {
    -moz-flex: 0;
    flex: 0
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .flex-item {
        -moz-flex:1;
        flex: 1
    }

    .site-header .flex-wrap .flex-item.header-mailing-list {
        -moz-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.site-header .flex-wrap .-dynamic-header {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex: 1;
    flex: 1
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header {
        -moz-flex-direction:column;
        flex-direction: column
    }
}

.site-header .flex-wrap .-dynamic-header.-top-left {
    order: 1;
    align-items: center;
    justify-content: flex-start
}

.site-header .flex-wrap .-dynamic-header.-top-left div:first-child {
    margin-left: 0
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header.-top-left {
        align-items:flex-start
    }
}

.site-header .flex-wrap .-dynamic-header.-middle {
    order: 2;
    align-items: center;
    justify-content: center;
    margin: 0 1em
}

.site-header .flex-wrap .-dynamic-header.-top-right {
    order: 3;
    align-items: center;
    justify-content: flex-end
}

.site-header .flex-wrap .-dynamic-header.-top-right div:last-child {
    margin-right: 0
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header.-top-right {
        align-items:flex-end
    }
}

.site-header .flex-wrap .-dynamic-header.-top-right .social-nav {
    position: relative
}

@media only screen and (min-width: 48em) {
    .site-header .flex-wrap .-dynamic-header.-top-right .social-nav {
        position:absolute;
        top: 10px;
        right: 5px
    }
}

@media only screen and (min-width: 56.25em) {
    .site-header .flex-wrap .-dynamic-header.-top-right .social-nav {
        position:relative;
        top: 0;
        right: 0
    }
}

.site-header .flex-wrap .-dynamic-header>div,.site-header .flex-wrap .-dynamic-header>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header>div,.site-header .flex-wrap .-dynamic-header>a {
        margin-left:0;
        margin-right: 0;
        margin-bottom: .5em
    }
}

.site-header .flex-wrap .-dynamic-header>div:last-of-type,.site-header .flex-wrap .-dynamic-header>a:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header .artist-logo,.site-header .flex-wrap .-dynamic-header .header-mailing-list {
        padding-left:0
    }
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header {
    width: 30px;
    height: 20px;
    top: 2.2rem;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

@media only screen and (min-width: 50em) {
    .site-header .flex-wrap .-dynamic-header .mobile-nav-header.no-logo {
        top:unset
    }
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header span:nth-child(1) {
    top: 0
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header span:nth-child(2) {
    top: 8px
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header span:nth-child(3) {
    top: 16px
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg)
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.site-header .flex-wrap .-dynamic-header .mobile-nav-header.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg)
}

.site-header .artist-logo {
    display: block;
    height: auto;
    min-width: 150px
}

.site-header .artist-logo img {
    display: block;
    height: auto;
    width: 100%
}

.site-header .toggle-search svg {
    display: block;
    height: 18px;
    fill: #000
}

.site-header .toggle-search.toggle-search-mobile {
    display: inline-block
}

@media only screen and (min-width: 50em) {
    .site-header .toggle-search.toggle-search-mobile {
        display:none
    }
}

.site-header .main-nav .toggle-search {
    display: none
}

@media only screen and (min-width: 50em) {
    .site-header .main-nav .toggle-search {
        display:inline-block
    }
}

.site-header .dimmer-lay {
    display: none;
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 30
}

.site-header .header-mailing-list {
    overflow: visible
}

@media only screen and (min-width: 50em) {
    .site-header .header-mailing-list {
        overflow:hidden
    }
}

.site-header .header-mailing-list .ae-cform-container {
    display: none
}

@media only screen and (min-width: 50em) {
    .site-header .header-mailing-list .ae-cform-container {
        display:flex;
        opacity: 0
    }
}

.site-header .header-mailing-list .ae-cform-container .ae-hidden-span {
    visibility: hidden;
    white-space: nowrap
}

.site-header .header-mailing-list .ae-cform-container .ae-visible-span {
    position: absolute;
    width: 100%;
    left: 0
}

.site-header .header-mailing-list .ae-cform-container.-is-visible {
    opacity: 1;
    transition: opacity 1s
}

.site-header .header-mailing-list .newsletter-header {
    display: flex;
    overflow: visible
}

@media only screen and (min-width: 50em) {
    .site-header .header-mailing-list .newsletter-header {
        display:none
    }
}

.site-header .header-mailing-list .newsletter-header svg {
    width: 1.65em;
    cursor: pointer
}

@media only screen and (min-width: 50em) {
    .site-header .header-mailing-list .newsletter-header {
        overflow:hidden
    }
}

.site-header .header-mailing-list .newsletter-header .ae-cform-container {
    display: none
}

@media only screen and (min-width: 50em) {
    .site-header .header-mailing-list .newsletter-header .ae-cform-container {
        display:flex
    }
}

@media screen and (max-width: 799px) {
    .site-header .header-mailing-list .ae-custom-cta {
        display:none
    }
}

.site-header .ae-cform-container {
    font-size: 100%;
    font-family: inherit
}

.site-header .ae-cform-container a {
    cursor: pointer;
    display: inline-block;
    padding: .5em .85em;
    text-align: center;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 24em) {
    .site-header .ae-cform-container a {
        min-width:150px
    }
}

.site-header .ae-cform-container #ae-cform-modal-display-cta-1 {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    z-index: 10;
    transform: translateX(100%);
    white-space: nowrap;
    overflow-x: hidden
}

.site-header .ae-cform-container .ae-cform-modal-display-cta span.fa {
    margin-right: 10px
}

.site-header .ae-cform-container {
    font-size: 100%;
    font-family: inherit
}

.site-header .ae-cform-container a {
    cursor: pointer;
    display: inline-block;
    padding: .5em .85em;
    text-align: center;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 24em) {
    .site-header .ae-cform-container a {
        min-width:150px
    }
}

.site-header .ae-cform-container #ae-cform-modal-display-cta-1 {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    z-index: 10;
    transform: translateX(100%);
    white-space: nowrap;
    overflow-x: hidden
}

.site-header .ae-cform-container .ae-cform-modal-display-cta span.fa {
    margin-right: 10px
}

#slide-menu-gr.docked .slide-menu-gr-parent {
    padding: 3rem .5rem
}

#site-footer {
    background-color: #fefefe;
    max-width: 100%;
    text-transform: uppercase;
    width: 100%;
    z-index: 100
}

@media only screen and (min-width: 50em) {
    #site-footer {
        position:relative
    }
}

#site-footer .footer-links {
    background-color: #fefefe
}

#site-footer .footer-links .flex-wrap {
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-links .flex-wrap {
        -moz-flex-direction:row;
        flex-direction: row
    }
}

#site-footer .footer-socials {
    padding-right: .9rem;
    padding-left: .9rem;
    margin: .5rem 0 .5rem;
    flex-wrap: wrap
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-socials {
        margin:1rem 0;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

#site-footer .footer-custom-items {
    padding-right: .9rem;
    padding-left: .9rem;
    margin: .5rem 0 0;
    font-size: .75em;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-custom-items {
        margin:1rem 0;
        width: auto;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center
    }
}

@media only screen and (min-width: 62.5em) {
    #site-footer .footer-custom-items {
        font-size:.9vw
    }
}

#site-footer .footer-custom-items .footer-custom-item {
    width: 100%;
    justify-content: center;
    margin: .5em 0
}

#site-footer .footer-custom-items .footer-custom-item a {
    -moz-align-items: center;
    align-items: center
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-custom-items .footer-custom-item {
        width:auto;
        padding-right: 10px;
        padding-left: 10px
    }
}

#site-footer .footer-custom-items .footer-custom-item:first-child {
    margin: 0
}

#site-footer .footer-custom-items .footer-custom-item:last-child {
    margin: 0
}

#site-footer .footer-custom-items .footer-custom-item span:first-child {
    margin-right: 1em
}

#site-footer .footer-custom-items .footer-custom-item span:only-child {
    margin-right: 0
}

#site-footer .footer-social-menu {
    flex-wrap: wrap
}

#site-footer .footer-social-menu li {
    display: inline-block;
    padding: .5rem
}

#site-footer .footer-social-menu li .fa {
    font-size: 24px;
    font-size: 1.5rem;
    display: block
}

#site-footer .footer-social-menu li svg {
    display: block
}

#site-footer .footer-social-menu li svg.h {
    width: auto;
    height: 25px
}

#site-footer .footer-social-menu li svg.w {
    width: 25px;
    height: auto
}

#site-footer .footer-social-menu li .icon.fa {
    display: block;
    font-size: 20px
}

#site-footer .footer-mailing-list {
    margin: .5rem auto 1rem
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-mailing-list {
        margin:1rem;
        flex-shrink: 0
    }
}

#site-footer .footer-legal {
    background-color: #eee;
    padding: .5rem 0;
    font-size: 13px;
    font-size: .8125rem
}

#site-footer .footer-legal li {
    white-space: nowrap
}

#site-footer .footer-legal .flex-wrap {
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    #site-footer .footer-legal .flex-wrap {
        -moz-flex-direction:row;
        flex-direction: row;
        justify-content: space-between
    }
}

#site-footer .mobile-spacer {
    height: 8vh;
    min-height: 45px;
    max-height: 55px
}

@media only screen and (min-width: 50em) {
    #site-footer .mobile-spacer {
        display:none
    }
}

#site-footer .copyright {
    opacity: .5;
    padding-right: .9rem;
    padding-left: .9rem
}

#site-footer .copyright.label-override {
    opacity: 1;
    z-index: 2;
    position: relative
}

#site-footer .copyright.label-override img {
    height: 40px;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 5px
}

#site-footer .legal {
    opacity: .5;
    padding-right: .9rem;
    padding-left: .9rem;
    text-align: center;
    flex-direction: column;
    -moz-flex: 1;
    flex: 1;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center
}

@media only screen and (min-width: 50em) {
    #site-footer .legal {
        position:absolute;
        width: 100%;
        padding: 0;
        flex-direction: row;
        text-align: right
    }
}

#site-footer .legal a {
    margin-right: 0 !important
}

@media only screen and (min-width: 50em) {
    #site-footer .legal a:before {
        content:'/';
        padding: 0 5px;
        float: left
    }
}

#site-footer .legal a:first-child:before {
    content: ''
}

@media only screen and (min-width: 50em) {
    #site-footer .legal .evidon-notice-link a:before {
        content:'/';
        padding: 0 5px;
        float: left
    }
}

#site-footer .legal .evidon-notice-link a:empty:before {
    content: ''
}

#site-footer .legal .evidon-notice-link a img {
    max-height: 10px
}

#site-footer .ae-cform-container {
    display: flex;
    margin: .5rem auto;
    font-size: 100%;
    font-family: inherit;
    opacity: 0;
    flex-direction: column
}

#site-footer .ae-cform-container .ae-hidden-span {
    visibility: hidden;
    white-space: nowrap
}

#site-footer .ae-cform-container .ae-visible-span {
    position: absolute;
    width: 100%;
    left: 0
}

#site-footer .ae-cform-container.-is-visible {
    opacity: 1;
    transition: opacity 1s
}

#site-footer .ae-cform-container a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 150px;
    white-space: nowrap
}

#site-footer .ae-cform-container #ae-cform-modal-display-cta-1 {
    box-sizing: border-box;
    padding: 12px 24px;
    white-space: nowrap;
    overflow-x: hidden;
    z-index: 1;
    opacity: 1;
    transform: translate(100%,0%) matrix(1,0,0,1,0,0)
}

#site-footer .ae-cform-container #ae-cform-alt-cta {
    padding: 12px 24px;
    position: absolute;
    z-index: 2
}

#site-footer .ae-cform-container .ae-cform-modal-display-cta span.fa {
    margin-right: 10px
}

#site-footer .spotifyFollow {
    height: 32px
}

#site-footer .label-details {
    display: flex;
    align-items: center
}

#site-footer .label-details img {
    display: block;
    height: 40px;
    width: auto;
    margin: 10px
}

.footer__custom-content {
    text-align: center;
    text-transform: initial;
    padding: 1rem .5rem;
    font-size: .8rem
}

.slide-menu-gr-container {
    background-color: #fefefe;
    display: none;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 20vw;
    right: 0;
    top: 0;
    width: 80vw;
    z-index: 90;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container {
        left:50vw
    }
}

.slide-menu-gr-container .slide-menu-gr-parent {
    box-sizing: border-box;
    padding: 3rem;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
    text-transform: uppercase;
    white-space: nowrap
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        padding:0 0 0 1rem
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        margin:0;
        padding: 0 0 0 .8rem
    }
}

@media only screen and (min-width: 75em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        margin:0;
        padding: 0 0 0 2rem
    }
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children {
    display: block
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child {
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    padding: 0 1rem 1rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child .slide-menu-gr-item {
    margin: .5rem 2rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child.social-links {
    padding: .5rem 0 0
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child.social-links li {
    display: inline;
    margin: 0;
    padding: .5rem .5rem .5rem 0;
    font-size: 24px;
    font-size: 1.5rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .open-slide-menu-gr:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.hidden {
    display: none
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social {
    width: 2rem
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg {
    display: block
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg.h {
    width: auto;
    height: 25px
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg.w {
    width: 25px;
    height: auto
}

.slide-menu-gr-container .slide-menu-gr-parent>.slide-menu-gr-item {
    margin-bottom: .8rem
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent>.slide-menu-gr-item {
        margin-bottom:0
    }
}

.slide-menu-gr-container .slide-menu-gr-parent.slide-menu-gr-parent--always>.slide-menu-gr-item {
    margin-bottom: .8rem
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only {
    box-sizing: border-box;
    padding: .5rem;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only {
        padding:0;
        font-size: 14px;
        font-size: .875rem;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center
    }
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .menu-item-social {
    display: block
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only .menu-item-social {
        display:none
    }
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .open-slide-menu-gr {
    display: block !important
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .open-slide-menu-gr:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only ul.slide-menu-gr-child.mobile {
    display: block
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only ul.slide-menu-gr-child.mobile {
        display:none !important
    }
}

.slide-menu-gr-container .social-menu--mobile-only {
    padding: 0
}

.slide-menu-gr-container .slide-menu-gr-parent--always {
    padding: 3rem 1.5rem
}

.slide-menu-gr-container .slide-menu-gr-parent--always.menu-item-social {
    margin-top: .8rem;
    margin-bottom: 0
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li {
    padding: 0 .5rem
}

@media only screen and (min-width: 61.25em) {
    .slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li {
        padding:0 1rem
    }
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg {
    display: block
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg.h {
    width: auto;
    height: 25px
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg.w {
    width: 25px;
    height: auto
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li .icon.fa {
    font-size: 20px;
    display: block
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li:first-child {
    padding-left: 0
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li:last-child {
    padding-right: 0
}

.slide-menu-gr-container--mobile-only {
    background-color: #fefefe;
    display: none;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 20vw;
    right: 0;
    top: 0;
    width: 80vw;
    z-index: 90;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container--mobile-only {
        left:50vw
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container--mobile-only {
        position:relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
        height: auto;
        width: auto;
        display: -moz-flex;
        display: flex
    }
}

#slide-menu-gr-peakaboo {
    overflow: hidden;
    position: absolute;
    top: 0;
    flex-direction: column;
    width: 100%;
    z-index: 88
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo {
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    color: #fefefe;
    margin-bottom: 1rem;
    line-height: 40px;
    top: 0;
    left: 0;
    padding: 0 .5rem;
    width: 100%;
    z-index: 9999;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo.slide-menu-transparent {
    -moz-justify-content: center;
    justify-content: center
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo .slide-menu-gr-item {
    margin: 0 .5rem;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo .slide-menu-gr-item .fa {
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    font-size: 1.5rem
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo.slide-menu-transparent {
    visibility: hidden;
    position: absolute;
    box-shadow: none;
    padding-right: 40px
}

#slide-menu-gr-peakaboo .store-sub-menu,#slide-menu-gr-peakaboo .social-sub-menu {
    visibility: hidden !important
}

@media only screen and (min-width: 50em) {
    #slide-menu-gr-peakaboo .store-sub-menu,#slide-menu-gr-peakaboo .social-sub-menu {
        visibility:visible !important;
        position: absolute
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-mobile-only {
        display:-moz-flex;
        display: flex
    }
}

.slide-menu-gr-peakaboo--social-mobile-only .social-sub-menu {
    visibility: hidden
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-mobile-only .social-sub-menu {
        visibility:visible;
        position: absolute
    }
}

.slide-menu-gr-peakaboo--mobile-only .social-sub-menu {
    visibility: hidden;
    display: none
}

.slide-menu-gr-peakaboo--social-menu-always,.slide-menu-gr-peakaboo--menu-always {
    display: none
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-menu-always,.slide-menu-gr-peakaboo--menu-always {
        display:none
    }
}

#docked-menu-gr {
    bottom: 0;
    height: 8vh;
    min-height: 45px;
    max-height: 55px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 91
}

#docked-menu-gr ul {
    box-sizing: border-box;
    height: 100%;
    padding: 1rem .5rem
}

#docked-menu-gr ul li {
    height: 100%;
    padding: 0 .5rem;
    -moz-flex: 1;
    flex: 1
}

#docked-menu-gr ul li svg {
    display: block;
    fill: #fefefe;
    height: 100%;
    margin: 0 auto;
    width: auto
}

#docked-menu-gr .slide-menu-burger {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    top: 2rem;
    z-index: 100;
    transform: rotate(0deg);
    cursor: pointer
}

#docked-menu-gr .slide-menu-burger.right {
    right: 2rem
}

#docked-menu-gr .slide-menu-burger.right.open span:nth-child(2) {
    left: 60px
}

#docked-menu-gr .slide-menu-burger.left {
    left: 2rem
}

#docked-menu-gr .slide-menu-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0
}

#docked-menu-gr .slide-menu-burger span:nth-child(1) {
    top: 3px
}

#docked-menu-gr .slide-menu-burger span:nth-child(2) {
    top: 11px
}

#docked-menu-gr .slide-menu-burger span:nth-child(3) {
    top: 19px
}

@media only screen and (min-width: 50em) {
    #docked-menu-gr {
        display:none
    }
}

#slide-menu-gr-filter {
    position: relative;
    z-index: 90
}

#slide-menu-gr-filter .slide-menu-gr-filter-toggle {
    display: block;
    background-color: #fefefe;
    height: 45px;
    font-weight: 400;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 70;
    font-size: 16px;
    font-size: 1rem
}

#slide-menu-gr-filter .slide-menu-gr-filter-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo {
    background-color: #fb875e;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    line-height: 30px;
    transform: translateY(-500px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 70;
    -moz-flex-direction: column;
    flex-direction: column
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item {
    margin: 0 10px;
    text-transform: uppercase
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a {
    color: #fefefe
}

@media only screen and (min-width: 50em) {
    #slide-menu-gr-filter .slide-menu-gr-peakaboo {
        line-height:40px;
        -moz-flex-direction: row;
        flex-direction: row
    }

    #slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item {
        margin: 0 10px
    }
}

#site-footer #menu-social a,#slide-menu-gr-peakaboo .slide-menu-gr-child .slide-menu-gr-item a,#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a {
    height: 25px
}

#site-footer #menu-social a img,#slide-menu-gr-peakaboo .slide-menu-gr-child .slide-menu-gr-item a img,#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a img {
    max-height: 25px !important;
    vertical-align: middle;
    float: left
}

.main-nav--mobile-only {
    display: block
}

@media only screen and (min-width: 50em) {
    .main-nav--mobile-only {
        display:none
    }
}

.slider-gr.wide-slide .slider-gr-slide .slide-content {
    overflow: hidden
}

.slider-gr.wide-slide .slider-gr-slide .slide-content:after {
    content: '';
    display: block;
    padding-top: 75%;
    width: 100%
}

.slider-gr.wide-slide .slider-gr-slide .slide-image .slide-image-background {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

@media only screen and (min-width: 50em) {
    .slider-gr.wide-slide .slider-gr-slide .slide-image .slide-image-background {
        background-position:center center
    }
}

.slider-gr.wide-slide .slider-gr-slide .slide-snippet {
    background-color: #fefefe;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: .1rem;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem
}

.slider-gr.wide-slide .slick-prev {
    left: 25px
}

.slider-gr.wide-slide .slick-next {
    right: 25px
}

.slider-gr.wide-slide .slick-prev,.slider-gr.wide-slide .slick-next {
    color: #fff
}

.slider-gr .video-slider .slide-content {
    height: 100%;
    -moz-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-content {
        -moz-flex-direction:row;
        flex-direction: row
    }
}

.slider-gr .video-slider .slide-image {
    position: relative;
    width: 100%;
    -moz-order: 1;
    order: 1
}

.slider-gr .video-slider .slide-image .slide-overlay {
    background-color: transparent
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-image {
        width:70%;
        -moz-order: 2;
        order: 2
    }
}

.slider-gr .video-slider .slide-snippet {
    box-sizing: border-box;
    color: #fefefe;
    min-height: 150px;
    opacity: .8;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    width: 100%;
    -moz-order: 2;
    order: 2;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.slider-gr .video-slider .slide-snippet h2 {
    color: #fefefe;
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-snippet {
        width:30%;
        -moz-order: 1;
        order: 1
    }
}

.slider-gr .slider-gr-title {
    padding: 1rem .5rem
}

.slider-gr .slider-gr-title h2 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 50em) {
    .slider-gr .slider-gr-title h2 {
        text-align:left
    }
}

.slider-gr .slider-gr-container .slider-gr-slide {
    position: relative
}

.slider-gr .slider-gr-container .slide-overlay {
    background-color: #dd9d3e;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.slider-gr .slider-gr-container .slide-overlay svg.icon {
    height: auto;
    width: 15%;
    stroke: #fefefe;
    fill: none
}

.slider-gr .slider-gr-container .slide-overlay span.icon {
    color: #fefefe;
    display: block;
    height: auto;
    font-size: 70px;
    font-size: 4.375rem
}

.slider-gr .slider-gr-container .slide-image {
    overflow: hidden
}

.slider-gr .slider-gr-container .slide-image img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 10
}

.slider-gr .custom-slide-content {
    height: 100%;
    display: -moz-flex;
    display: flex;
    max-width: 100%;
    margin: 5px auto;
    padding-top: 1rem;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%
}

.slider-gr .custom-slide-content.top-horizontal {
    -moz-align-items: flex-start;
    align-items: flex-start
}

.slider-gr .custom-slide-content.middle-horizontal {
    -moz-align-items: center;
    align-items: center
}

.slider-gr .custom-slide-content.left-vertical {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.slider-gr .custom-slide-content.bottom-horizontal {
    -moz-align-items: flex-end;
    align-items: flex-end
}

.slider-gr .custom-slide-content.center-vertical {
    -moz-justify-content: center;
    justify-content: center
}

.slider-gr .custom-slide-content.right-vertical {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.umg-gr-display-layout-grid {
    z-index: 89;
    position: relative
}

.umg-gr-display-layout-grid.caption-left-thumb .slider-gr .slide-image h2 {
    display: none
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-image {
    width: 100%
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-image h2 {
    display: block;
    position: absolute;
    text-align: center;
    top: 20px;
    z-index: 20;
    width: 100%;
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-snippet {
    display: none
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-image {
    width: 100%
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-image h2 {
    display: none
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-snippet {
    display: none
}

.slick-dotted.slick-slider {
    margin-bottom: 60px
}

.slick-dots {
    bottom: -40px
}

.slick-dots li button:before {
    font-size: 10px;
    font-size: .625rem
}

.slick-dots li.slick-active button:before {
    color: #fb875e
}

.slick-dots li button:hover:before {
    color: #fb875e
}

.slick-prev {
    display: none !important;
    left: -55px
}

@media only screen and (min-width: 50em) {
    .slick-prev {
        display:block !important
    }
}

.slick-prev:after {
    content: '\f104';
    font: 50px/1 'FontAwesome'
}

.slick-prev:before {
    display: none
}

.slick-prev.-is-dots-hidden {
    display: block !important;
    left: 0
}

@media only screen and (min-width: 50em) {
    .slick-prev.-is-dots-hidden {
        left:-55px
    }
}

.slick-next {
    display: none !important;
    right: -55px
}

@media only screen and (min-width: 50em) {
    .slick-next {
        display:block !important
    }
}

.slick-next:after {
    content: '\f105';
    font: 50px/1 'FontAwesome'
}

.slick-next:before {
    display: none
}

.slick-next.-is-dots-hidden {
    display: block !important;
    right: 0
}

@media only screen and (min-width: 50em) {
    .slick-next.-is-dots-hidden {
        right:-55px
    }
}

.slick-prev,.slick-next {
    height: 50px;
    text-align: center;
    width: 50px;
    z-index: 100;
    color: #fb875e
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #fb875e
}

.flex-grid-gr {
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-grid-gr-slide {
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    width: 100%;
    flex-wrap: wrap
}

.flex-grid-gr-slide-image {
    overflow: hidden;
    -moz-flex: 1 100%;
    flex: 1 100%
}

@media only screen and (min-width: 50em) {
    .flex-grid-gr-slide-image {
        min-height:230px
    }
}

.flex-grid-gr-slide-image .image-overlay {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%
}

.flex-grid-gr-slide-image .image-overlay:after {
    display: block;
    content: '';
    padding-top: 56.25%;
    width: 100%
}

.flex-grid-gr-slide-image .image-overlay .slide-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.flex-grid-gr-slide-image .image-overlay .slide-overlay svg {
    height: auto;
    max-width: 50px;
    width: 10%;
    stroke: #fefefe;
    fill: none
}

.slide-snippet {
    box-sizing: border-box;
    opacity: .8;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    width: 100%;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.slide-snippet h2 {
    color: #fefefe;
    font-weight: 400;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem
}

.slide-snippet a {
    color: #fefefe
}

.slide-snippet a:after {
    content: '...'
}

@media only screen and (min-width: 50em) {
    .flex-grid-gr {
        max-width:1200px;
        margin: 0 auto;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .flex-grid-gr-slide {
        margin: 0;
        -moz-align-items: stretch;
        align-items: stretch;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .flex-grid-gr-slide .slide-snippet {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .flex-grid-gr-slide:first-child {
        flex-wrap: nowrap;
        -moz-align-items: stretch;
        align-items: stretch
    }

    .flex-grid-gr-slide:first-child .flex-grid-gr-slide-image {
        -moz-flex: 1 60%;
        flex: 1 60%
    }

    .flex-grid-gr-slide:first-child .slide-snippet {
        -moz-flex: 1 40%;
        flex: 1 40%;
        -moz-justify-content: center;
        justify-content: center
    }

    .flex-grid-gr-slide:nth-child(n+2) {
        margin-top: 2%;
        margin-right: 2%;
        flex-wrap: wrap;
        -moz-flex: 0 1 49%;
        flex: 0 1 49%
    }

    .flex-grid-gr-slide:nth-child(3) {
        margin-right: 0
    }

    .flex-grid-gr-slide:nth-child(n+4) {
        flex-wrap: wrap;
        -moz-flex: 0 1 32%;
        flex: 0 1 32%
    }

    .flex-grid-gr-slide:nth-child(3n-6) {
        margin-right: 0
    }

    .flex-grid-gr-slide .slide-snippet {
        min-height: 200px
    }
}

#tour {
    margin: 0 auto
}

#tour-message {
    padding: 2rem 4rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem
}

.tour-btn-bar {
    margin-bottom: 20px;
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 0 20%
}

.tour-btn-bar.below {
    margin-bottom: 0;
    margin-top: 20px
}

@media only screen and (min-width: 37.5em) {
    .tour-btn-bar {
        padding:0 30%
    }
}

@media only screen and (min-width: 62.5em) {
    .tour-btn-bar {
        width:unset
    }
}

.tour-btn-bar .track-link,.tour-btn-bar .my-city-link {
    padding: 10px 20px;
    display: inline-block;
    margin: 0 10px 20px;
    text-align: center;
    border: 2px solid
}

@media only screen and (min-width: 50em) {
    .tour-btn-bar .track-link,.tour-btn-bar .my-city-link {
        margin:0 10px 10px
    }
}

.tour-load-more {
    padding: 10px 20px;
    display: flex;
    margin: 10px auto;
    text-align: center;
    border: 2px solid;
    justify-content: center;
    font-size: 16px;
    background: 0 0
}

.tour-table {
    text-transform: uppercase;
    padding: 2rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    -moz-flex-direction: column;
    flex-direction: column
}

.tour-table.text-uppercase {
    text-transform: uppercase
}

.tour-table.text-lowercase {
    text-transform: lowercase
}

.tour-table.text-capitalize {
    text-transform: capitalize
}

.tour-table a:hover {
    color: #fb875e
}

.tour-table .no-tour-data {
    font-size: 1.7em;
    max-width: 500px;
    text-align: center
}

.tour-table .no-tour-data p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 30px 30px
}

.tour-table .no-tour-data .rsvp-btn {
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem
}

.tour-table header {
    display: none;
    width: 100%;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto
}

@media only screen and (min-width: 31.25em) {
    .tour-table header {
        display:-moz-flex;
        display: flex
    }
}

.tour-table header span {
    font-weight: 500;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem
}

.tour-table .data-row {
    border-bottom: 1px dotted rgba(0,0,0,.3);
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    width: 100%
}

.tour-table div.data-row {
    padding: 1rem 0;
    flex-wrap: wrap
}

.tour-table div.data-row:nth-child(2) {
    border-top: 1px dotted rgba(0,0,0,.3)
}

@media only screen and (min-width: 31.25em) {
    .tour-table div.data-row {
        padding:0;
        flex-wrap: nowrap
    }

    .tour-table div.data-row:nth-child(2) {
        border-top: none
    }
}

.tour-table span {
    box-sizing: border-box;
    display: block;
    padding: 0 1rem;
    overflow: hidden;
    text-align: center
}

@media only screen and (min-width: 31.25em) {
    .tour-table span {
        padding:1rem;
        text-align: left
    }
}

.tour-table span:last-child {
    text-align: center;
    white-space: nowrap
}

@media only screen and (min-width: 31.25em) {
    .tour-table span:last-child {
        text-align:right
    }
}

.tour-table span:last-child a:after {
    content: '/';
    padding: 0 5px
}

.tour-table span:last-child a:last-child:after,.tour-table span:last-child a:last-of-type:after {
    content: '';
    padding: 0
}

.tour-table .data-country-included .tour-table-row-date,.tour-table .data-country-included .tour-table-header-date {
    font-weight: 700;
    -moz-order: 1;
    order: 1;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-date,.tour-table .data-country-included .tour-table-header-date {
        font-weight:400;
        -moz-order: 1;
        order: 1;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-country,.tour-table .data-country-included .tour-table-header-country {
    -moz-order: 2;
    order: 2;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-country,.tour-table .data-country-included .tour-table-header-country {
        -moz-order:2;
        order: 2;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-venue,.tour-table .data-country-included .tour-table-header-venue {
    -moz-order: 4;
    order: 4;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-venue,.tour-table .data-country-included .tour-table-header-venue {
        -moz-order:4;
        order: 4;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-city,.tour-table .data-country-included .tour-table-header-city {
    -moz-order: 3;
    order: 3;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-city,.tour-table .data-country-included .tour-table-header-city {
        -moz-order:3;
        order: 3;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-tickets,.tour-table .data-country-included .tour-table-header-tickets {
    -moz-order: 5;
    order: 5;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-tickets,.tour-table .data-country-included .tour-table-header-tickets {
        -moz-order:5;
        order: 5;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .tour-table-row-date,.tour-table .tour-table-header-date {
    font-weight: 700;
    -moz-order: 1;
    order: 1;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-date,.tour-table .tour-table-header-date {
        font-weight:400;
        -moz-order: 1;
        order: 1;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-venue,.tour-table .tour-table-header-venue {
    -moz-order: 3;
    order: 3;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-venue,.tour-table .tour-table-header-venue {
        -moz-order:3;
        order: 3;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-city,.tour-table .tour-table-header-city {
    -moz-order: 2;
    order: 2;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-city,.tour-table .tour-table-header-city {
        -moz-order:2;
        order: 2;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-tickets,.tour-table .tour-table-header-tickets {
    -moz-order: 4;
    order: 4;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-tickets,.tour-table .tour-table-header-tickets {
        -moz-order:4;
        order: 4;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-grid.text-uppercase {
    text-transform: uppercase
}

.tour-grid.text-lowercase {
    text-transform: lowercase
}

.tour-grid.text-capitalize {
    text-transform: capitalize
}

.custom-html-contain {
    overflow: auto
}

.custom-html-contain .inner {
    overflow: hidden
}

.custom-html-contain .custom-html {
    margin: 10vh auto 0;
    text-align: center;
    width: 400px
}

.custom-html-contain .custom-html h1,.custom-html-contain .custom-html p {
    margin-bottom: 20px
}

.custom-html-contain .custom-html p {
    font-size: 16px;
    font-size: 1rem
}

.custom-html-contain .custom-html p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

.custom-html-contain .custom-html img {
    height: auto;
    padding: 20px;
    width: 100%
}

.footer-newsletter {
    margin: 2em 0;
    display: flex;
    justify-content: center
}

.footer-newsletter .ae-cform-modal-container,.footer-newsletter .ae-cform-container {
    max-width: 800px
}

.footer-newsletter .ae-cform-social-link {
    min-width: 200px
}

.footer-newsletter .ae-cform-email-reg-container form {
    display: flex;
    flex-wrap: wrap;
    gap: 1em
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item {
    width: 100%;
    flex: 1 1;
    min-width: 100%
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item .ae-cform-select select {
    background: 0 0;
    border-bottom: 1px solid #000
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item input[type=submit] {
    max-width: 300px;
    border-radius: 30px
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item.ae-cform-item-submit-button {
    text-align: center
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item input[type=text],.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item input[type=email],.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item input[type=password],.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item input[type=tel] {
    height: 45px;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-error-block {
    grid-column: span 2
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item.ae-cform-item-email,.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item-mobilephone,.footer-newsletter .ae-cform-email-reg-container form .ae-cform-item-country {
    flex: 1 1;
    min-width: calc(50% - 1em)
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-optins-container {
    width: 100%;
    flex: 1 1
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-optins-container .ae-cform-optin {
    text-align: center
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-optin-terms {
    width: 100%
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-optin-terms div#terms {
    font-size: 12px !important
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-optin-terms div#terms br {
    display: none
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-title {
    text-align: center
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-title hr {
    display: none
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-signin-options {
    margin: 1em 0
}

.footer-newsletter .ae-cform-email-reg-container form .ae-cform-signin-options hr {
    display: none
}

.site-search__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    overflow: hidden;
    background-color: #efefef;
    position: absolute;
    height: 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: height .3s;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1)
}

.site-search__panel.-is-expanded {
    height: 350px
}

.site-search__panel.-is-inline-visible {
    position: relative
}

.c-search-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 2rem 0;
    transition: all .3s;
    width: 300px
}

.c-search-input.-is-inline {
    opacity: 1;
    padding: 1em 0
}

.-is-expanded .c-search-input {
    opacity: 1;
    transition: all 1s
}

.c-search-input__close {
    position: absolute;
    bottom: 2rem;
    right: 2rem
}

.c-search-input__close svg {
    height: 10px
}

.c-search-input__form {
    margin: 0 auto;
    width: 100%
}

.c-search-input__form .inner {
    display: flex
}

.c-search-input .title {
    margin-bottom: 2rem
}

.c-search-input .input {
    display: block;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
    flex: 1 0 auto;
    height: 2.5rem
}

.c-search-input .button {
    cursor: pointer;
    flex: 0 1 auto;
    display: block;
    border: none;
    line-height: 2.5em;
    height: 2.5rem;
    transition: background-color .1s;
    transition: all .3s
}

.c-search-input .button:hover {
    opacity: .6
}

.c-search-input .button svg {
    display: block;
    height: 20px;
    fill: #000
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #000
}

.fancybox-button {
    background-color: rgba(255,255,255,.8)
}

.fancybox-button:hover {
    color: #fb875e
}

.fancybox-navigation button:before {
    background-color: rgba(220,220,220,.8)
}

.fancybox-is-open .fancybox-bg {
    background-color: #fefefe;
    opacity: 1
}

.fancybox-slide--iframe .fancybox-content {
    max-width: calc(100% - 10px);
    width: 100%
}

@media only screen and (min-width: 31.25em) {
    .fancybox-slide--iframe .fancybox-content {
        max-width:calc(100% - 100px);
        width: 80%
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont_2.eot);
    src: url(../fonts/fontawesome-webfont_3.eot#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont_1.woff2) format("woff2"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont_1.ttf) format("truetype"),url(../images/fontawesome-webfont_1.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

    100% {
        transform: rotate(359deg)
    }
}

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

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

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

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

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
    filter: none
}

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,.fa-sort:before {
    content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-legal:before,.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-rupee:before,.fa-inr:before {
    content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: ""
}

.fa-won:before,.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: ""
}

.fa-ge:before,.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-send:before,.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

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

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

.pager {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.pager .pager-digit {
    margin: 2rem 0 0;
    padding: 0 0 2rem
}

.pager .pager-digit .current {
    display: block;
    background-color: #fb875e;
    color: #fefefe;
    padding: .5rem 1rem
}

.pager .pager-digit li {
    margin: 0 2px
}

.pager .pager-digit li.inactive {
    opacity: .2
}

.pager .pager-digit li.inactive .prev,.pager .pager-digit li.inactive .next {
    display: block;
    box-sizing: border-box;
    padding: .5rem 1rem
}

.pager .pager-digit li a {
    display: block;
    box-sizing: border-box;
    padding: .5rem 1rem
}

.pager .pager-digit li a:hover {
    background-color: #fefefe;
    box-shadow: inset 0 0 1px #fb875e;
    color: #fb875e
}

.flex-grid-gr {
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-grid-gr-slide {
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    width: 100%;
    flex-wrap: wrap
}

.flex-grid-gr-slide-image {
    overflow: hidden;
    -moz-flex: 1 100%;
    flex: 1 100%
}

@media only screen and (min-width: 50em) {
    .flex-grid-gr-slide-image {
        min-height:230px
    }
}

.flex-grid-gr-slide-image .image-overlay {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%
}

.flex-grid-gr-slide-image .image-overlay:after {
    display: block;
    content: '';
    padding-top: 56.25%;
    width: 100%
}

.flex-grid-gr-slide-image .image-overlay .slide-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.flex-grid-gr-slide-image .image-overlay .slide-overlay svg {
    height: auto;
    max-width: 50px;
    width: 10%;
    stroke: #fefefe;
    fill: none
}

.slide-snippet {
    box-sizing: border-box;
    opacity: .8;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    width: 100%;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.slide-snippet h2 {
    color: #fefefe;
    font-weight: 400;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem
}

.slide-snippet a {
    color: #fefefe
}

.slide-snippet a:after {
    content: '...'
}

@media only screen and (min-width: 50em) {
    .flex-grid-gr {
        max-width:1200px;
        margin: 0 auto;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .flex-grid-gr-slide {
        margin: 0;
        -moz-align-items: stretch;
        align-items: stretch;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .flex-grid-gr-slide .slide-snippet {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .flex-grid-gr-slide:first-child {
        flex-wrap: nowrap;
        -moz-align-items: stretch;
        align-items: stretch
    }

    .flex-grid-gr-slide:first-child .flex-grid-gr-slide-image {
        -moz-flex: 1 60%;
        flex: 1 60%
    }

    .flex-grid-gr-slide:first-child .slide-snippet {
        -moz-flex: 1 40%;
        flex: 1 40%;
        -moz-justify-content: center;
        justify-content: center
    }

    .flex-grid-gr-slide:nth-child(n+2) {
        margin-top: 2%;
        margin-right: 2%;
        flex-wrap: wrap;
        -moz-flex: 0 1 49%;
        flex: 0 1 49%
    }

    .flex-grid-gr-slide:nth-child(3) {
        margin-right: 0
    }

    .flex-grid-gr-slide:nth-child(n+4) {
        flex-wrap: wrap;
        -moz-flex: 0 1 32%;
        flex: 0 1 32%
    }

    .flex-grid-gr-slide:nth-child(3n-6) {
        margin-right: 0
    }

    .flex-grid-gr-slide .slide-snippet {
        min-height: 200px
    }
}

.slide-menu-gr-container {
    background-color: #fefefe;
    display: none;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 20vw;
    right: 0;
    top: 0;
    width: 80vw;
    z-index: 90;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container {
        left:50vw
    }
}

.slide-menu-gr-container .slide-menu-gr-parent {
    box-sizing: border-box;
    padding: 3rem;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
    text-transform: uppercase;
    white-space: nowrap
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        padding:0 0 0 1rem
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        margin:0;
        padding: 0 0 0 .8rem
    }
}

@media only screen and (min-width: 75em) {
    .slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item {
        margin:0;
        padding: 0 0 0 2rem
    }
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children {
    display: block
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child {
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    padding: 0 1rem 1rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child .slide-menu-gr-item {
    margin: .5rem 2rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child.social-links {
    padding: .5rem 0 0
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .slide-menu-gr-child.social-links li {
    display: inline;
    margin: 0;
    padding: .5rem .5rem .5rem 0;
    font-size: 24px;
    font-size: 1.5rem
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.with-children .open-slide-menu-gr:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

.slide-menu-gr-container .slide-menu-gr-parent .slide-menu-gr-item.hidden {
    display: none
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social {
    width: 2rem
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg {
    display: block
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg.h {
    width: auto;
    height: 25px
}

.slide-menu-gr-container .slide-menu-gr-parent li.menu-item-social svg.w {
    width: 25px;
    height: auto
}

.slide-menu-gr-container .slide-menu-gr-parent>.slide-menu-gr-item {
    margin-bottom: .8rem
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent>.slide-menu-gr-item {
        margin-bottom:0
    }
}

.slide-menu-gr-container .slide-menu-gr-parent.slide-menu-gr-parent--always>.slide-menu-gr-item {
    margin-bottom: .8rem
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only {
    box-sizing: border-box;
    padding: .5rem;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only {
        padding:0;
        font-size: 14px;
        font-size: .875rem;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center
    }
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .menu-item-social {
    display: block
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only .menu-item-social {
        display:none
    }
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .open-slide-menu-gr {
    display: block !important
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only .open-slide-menu-gr:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

.slide-menu-gr-container .slide-menu-gr-parent--mobile-only ul.slide-menu-gr-child.mobile {
    display: block
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container .slide-menu-gr-parent--mobile-only ul.slide-menu-gr-child.mobile {
        display:none !important
    }
}

.slide-menu-gr-container .social-menu--mobile-only {
    padding: 0
}

.slide-menu-gr-container .slide-menu-gr-parent--always {
    padding: 3rem 1.5rem
}

.slide-menu-gr-container .slide-menu-gr-parent--always.menu-item-social {
    margin-top: .8rem;
    margin-bottom: 0
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li {
    padding: 0 .5rem
}

@media only screen and (min-width: 61.25em) {
    .slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li {
        padding:0 1rem
    }
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg {
    display: block
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg.h {
    width: auto;
    height: 25px
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li svg.w {
    width: 25px;
    height: auto
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li .icon.fa {
    font-size: 20px;
    display: block
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li:first-child {
    padding-left: 0
}

.slide-menu-gr-container .menu-social-container .slide-menu-gr-parent li:last-child {
    padding-right: 0
}

.slide-menu-gr-container--mobile-only {
    background-color: #fefefe;
    display: none;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 20vw;
    right: 0;
    top: 0;
    width: 80vw;
    z-index: 90;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (min-width: 31.25em) {
    .slide-menu-gr-container--mobile-only {
        left:50vw
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-container--mobile-only {
        position:relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
        height: auto;
        width: auto;
        display: -moz-flex;
        display: flex
    }
}

#slide-menu-gr-peakaboo {
    overflow: hidden;
    position: absolute;
    top: 0;
    flex-direction: column;
    width: 100%;
    z-index: 88
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo {
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    color: #fefefe;
    margin-bottom: 1rem;
    line-height: 40px;
    top: 0;
    left: 0;
    padding: 0 .5rem;
    width: 100%;
    z-index: 9999;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo.slide-menu-transparent {
    -moz-justify-content: center;
    justify-content: center
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo .slide-menu-gr-item {
    margin: 0 .5rem;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo .slide-menu-gr-item .fa {
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    font-size: 1.5rem
}

#slide-menu-gr-peakaboo .slide-menu-gr-child-peekaboo.slide-menu-transparent {
    visibility: hidden;
    position: absolute;
    box-shadow: none;
    padding-right: 40px
}

#slide-menu-gr-peakaboo .store-sub-menu,#slide-menu-gr-peakaboo .social-sub-menu {
    visibility: hidden !important
}

@media only screen and (min-width: 50em) {
    #slide-menu-gr-peakaboo .store-sub-menu,#slide-menu-gr-peakaboo .social-sub-menu {
        visibility:visible !important;
        position: absolute
    }
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-mobile-only {
        display:-moz-flex;
        display: flex
    }
}

.slide-menu-gr-peakaboo--social-mobile-only .social-sub-menu {
    visibility: hidden
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-mobile-only .social-sub-menu {
        visibility:visible;
        position: absolute
    }
}

.slide-menu-gr-peakaboo--mobile-only .social-sub-menu {
    visibility: hidden;
    display: none
}

.slide-menu-gr-peakaboo--social-menu-always,.slide-menu-gr-peakaboo--menu-always {
    display: none
}

@media only screen and (min-width: 50em) {
    .slide-menu-gr-peakaboo--social-menu-always,.slide-menu-gr-peakaboo--menu-always {
        display:none
    }
}

#docked-menu-gr {
    bottom: 0;
    height: 8vh;
    min-height: 45px;
    max-height: 55px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 91
}

#docked-menu-gr ul {
    box-sizing: border-box;
    height: 100%;
    padding: 1rem .5rem
}

#docked-menu-gr ul li {
    height: 100%;
    padding: 0 .5rem;
    -moz-flex: 1;
    flex: 1
}

#docked-menu-gr ul li svg {
    display: block;
    fill: #fefefe;
    height: 100%;
    margin: 0 auto;
    width: auto
}

#docked-menu-gr .slide-menu-burger {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    top: 2rem;
    z-index: 100;
    transform: rotate(0deg);
    cursor: pointer
}

#docked-menu-gr .slide-menu-burger.right {
    right: 2rem
}

#docked-menu-gr .slide-menu-burger.right.open span:nth-child(2) {
    left: 60px
}

#docked-menu-gr .slide-menu-burger.left {
    left: 2rem
}

#docked-menu-gr .slide-menu-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0
}

#docked-menu-gr .slide-menu-burger span:nth-child(1) {
    top: 3px
}

#docked-menu-gr .slide-menu-burger span:nth-child(2) {
    top: 11px
}

#docked-menu-gr .slide-menu-burger span:nth-child(3) {
    top: 19px
}

@media only screen and (min-width: 50em) {
    #docked-menu-gr {
        display:none
    }
}

#slide-menu-gr-filter {
    position: relative;
    z-index: 90
}

#slide-menu-gr-filter .slide-menu-gr-filter-toggle {
    display: block;
    background-color: #fefefe;
    height: 45px;
    font-weight: 400;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 70;
    font-size: 16px;
    font-size: 1rem
}

#slide-menu-gr-filter .slide-menu-gr-filter-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 5px
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo {
    background-color: #fb875e;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    line-height: 30px;
    transform: translateY(-500px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 70;
    -moz-flex-direction: column;
    flex-direction: column
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item {
    margin: 0 10px;
    text-transform: uppercase
}

#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a {
    color: #fefefe
}

@media only screen and (min-width: 50em) {
    #slide-menu-gr-filter .slide-menu-gr-peakaboo {
        line-height:40px;
        -moz-flex-direction: row;
        flex-direction: row
    }

    #slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item {
        margin: 0 10px
    }
}

#site-footer #menu-social a,#slide-menu-gr-peakaboo .slide-menu-gr-child .slide-menu-gr-item a,#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a {
    height: 25px
}

#site-footer #menu-social a img,#slide-menu-gr-peakaboo .slide-menu-gr-child .slide-menu-gr-item a img,#slide-menu-gr-filter .slide-menu-gr-peakaboo .slide-menu-gr-item a img {
    max-height: 25px !important;
    vertical-align: middle;
    float: left
}

.main-nav--mobile-only {
    display: block
}

@media only screen and (min-width: 50em) {
    .main-nav--mobile-only {
        display:none
    }
}

.slider-gr.wide-slide .slider-gr-slide .slide-content {
    overflow: hidden
}

.slider-gr.wide-slide .slider-gr-slide .slide-content:after {
    content: '';
    display: block;
    padding-top: 75%;
    width: 100%
}

.slider-gr.wide-slide .slider-gr-slide .slide-image .slide-image-background {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

@media only screen and (min-width: 50em) {
    .slider-gr.wide-slide .slider-gr-slide .slide-image .slide-image-background {
        background-position:center center
    }
}

.slider-gr.wide-slide .slider-gr-slide .slide-snippet {
    background-color: #fefefe;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: .1rem;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem
}

.slider-gr.wide-slide .slick-prev {
    left: 25px
}

.slider-gr.wide-slide .slick-next {
    right: 25px
}

.slider-gr.wide-slide .slick-prev,.slider-gr.wide-slide .slick-next {
    color: #fff
}

.slider-gr .video-slider .slide-content {
    height: 100%;
    -moz-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-content {
        -moz-flex-direction:row;
        flex-direction: row
    }
}

.slider-gr .video-slider .slide-image {
    position: relative;
    width: 100%;
    -moz-order: 1;
    order: 1
}

.slider-gr .video-slider .slide-image .slide-overlay {
    background-color: transparent
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-image {
        width:70%;
        -moz-order: 2;
        order: 2
    }
}

.slider-gr .video-slider .slide-snippet {
    box-sizing: border-box;
    color: #fefefe;
    min-height: 150px;
    opacity: .8;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    width: 100%;
    -moz-order: 2;
    order: 2;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.slider-gr .video-slider .slide-snippet h2 {
    color: #fefefe;
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 50em) {
    .slider-gr .video-slider .slide-snippet {
        width:30%;
        -moz-order: 1;
        order: 1
    }
}

.slider-gr .slider-gr-title {
    padding: 1rem .5rem
}

.slider-gr .slider-gr-title h2 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 50em) {
    .slider-gr .slider-gr-title h2 {
        text-align:left
    }
}

.slider-gr .slider-gr-container .slider-gr-slide {
    position: relative
}

.slider-gr .slider-gr-container .slide-overlay {
    background-color: #dd9d3e;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.slider-gr .slider-gr-container .slide-overlay svg.icon {
    height: auto;
    width: 15%;
    stroke: #fefefe;
    fill: none
}

.slider-gr .slider-gr-container .slide-overlay span.icon {
    color: #fefefe;
    display: block;
    height: auto;
    font-size: 70px;
    font-size: 4.375rem
}

.slider-gr .slider-gr-container .slide-image {
    overflow: hidden
}

.slider-gr .slider-gr-container .slide-image img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 10
}

.slider-gr .custom-slide-content {
    height: 100%;
    display: -moz-flex;
    display: flex;
    max-width: 100%;
    margin: 5px auto;
    padding-top: 1rem;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%
}

.slider-gr .custom-slide-content.top-horizontal {
    -moz-align-items: flex-start;
    align-items: flex-start
}

.slider-gr .custom-slide-content.middle-horizontal {
    -moz-align-items: center;
    align-items: center
}

.slider-gr .custom-slide-content.left-vertical {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.slider-gr .custom-slide-content.bottom-horizontal {
    -moz-align-items: flex-end;
    align-items: flex-end
}

.slider-gr .custom-slide-content.center-vertical {
    -moz-justify-content: center;
    justify-content: center
}

.slider-gr .custom-slide-content.right-vertical {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.umg-gr-display-layout-grid {
    z-index: 89;
    position: relative
}

.umg-gr-display-layout-grid.caption-left-thumb .slider-gr .slide-image h2 {
    display: none
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-image {
    width: 100%
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-image h2 {
    display: block;
    position: absolute;
    text-align: center;
    top: 20px;
    z-index: 20;
    width: 100%;
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff
}

.umg-gr-display-layout-grid.caption-over-thumb .slider-gr .slide-snippet {
    display: none
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-image {
    width: 100%
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-image h2 {
    display: none
}

.umg-gr-display-layout-grid.caption-hidden .slider-gr .slide-snippet {
    display: none
}

.slick-dotted.slick-slider {
    margin-bottom: 60px
}

.slick-dots {
    bottom: -40px
}

.slick-dots li button:before {
    font-size: 10px;
    font-size: .625rem
}

.slick-dots li.slick-active button:before {
    color: #fb875e
}

.slick-dots li button:hover:before {
    color: #fb875e
}

.slick-prev {
    display: none !important;
    left: -55px
}

@media only screen and (min-width: 50em) {
    .slick-prev {
        display:block !important
    }
}

.slick-prev:after {
    content: '\f104';
    font: 50px/1 'FontAwesome'
}

.slick-prev:before {
    display: none
}

.slick-prev.-is-dots-hidden {
    display: block !important;
    left: 0
}

@media only screen and (min-width: 50em) {
    .slick-prev.-is-dots-hidden {
        left:-55px
    }
}

.slick-next {
    display: none !important;
    right: -55px
}

@media only screen and (min-width: 50em) {
    .slick-next {
        display:block !important
    }
}

.slick-next:after {
    content: '\f105';
    font: 50px/1 'FontAwesome'
}

.slick-next:before {
    display: none
}

.slick-next.-is-dots-hidden {
    display: block !important;
    right: 0
}

@media only screen and (min-width: 50em) {
    .slick-next.-is-dots-hidden {
        right:-55px
    }
}

.slick-prev,.slick-next {
    height: 50px;
    text-align: center;
    width: 50px;
    z-index: 100;
    color: #fb875e
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #fb875e
}

#tour {
    margin: 0 auto
}

#tour-message {
    padding: 2rem 4rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem
}

.tour-btn-bar {
    margin-bottom: 20px;
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 0 20%
}

.tour-btn-bar.below {
    margin-bottom: 0;
    margin-top: 20px
}

@media only screen and (min-width: 37.5em) {
    .tour-btn-bar {
        padding:0 30%
    }
}

@media only screen and (min-width: 62.5em) {
    .tour-btn-bar {
        width:unset
    }
}

.tour-btn-bar .track-link,.tour-btn-bar .my-city-link {
    padding: 10px 20px;
    display: inline-block;
    margin: 0 10px 20px;
    text-align: center;
    border: 2px solid
}

@media only screen and (min-width: 50em) {
    .tour-btn-bar .track-link,.tour-btn-bar .my-city-link {
        margin:0 10px 10px
    }
}

.tour-load-more {
    padding: 10px 20px;
    display: flex;
    margin: 10px auto;
    text-align: center;
    border: 2px solid;
    justify-content: center;
    font-size: 16px;
    background: 0 0
}

.tour-table {
    text-transform: uppercase;
    padding: 2rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    -moz-flex-direction: column;
    flex-direction: column
}

.tour-table.text-uppercase {
    text-transform: uppercase
}

.tour-table.text-lowercase {
    text-transform: lowercase
}

.tour-table.text-capitalize {
    text-transform: capitalize
}

.tour-table a:hover {
    color: #fb875e
}

.tour-table .no-tour-data {
    font-size: 1.7em;
    max-width: 500px;
    text-align: center
}

.tour-table .no-tour-data p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 30px 30px
}

.tour-table .no-tour-data .rsvp-btn {
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem
}

.tour-table header {
    display: none;
    width: 100%;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto
}

@media only screen and (min-width: 31.25em) {
    .tour-table header {
        display:-moz-flex;
        display: flex
    }
}

.tour-table header span {
    font-weight: 500;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem
}

.tour-table .data-row {
    border-bottom: 1px dotted rgba(0,0,0,.3);
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    width: 100%
}

.tour-table div.data-row {
    padding: 1rem 0;
    flex-wrap: wrap
}

.tour-table div.data-row:nth-child(2) {
    border-top: 1px dotted rgba(0,0,0,.3)
}

@media only screen and (min-width: 31.25em) {
    .tour-table div.data-row {
        padding:0;
        flex-wrap: nowrap
    }

    .tour-table div.data-row:nth-child(2) {
        border-top: none
    }
}

.tour-table span {
    box-sizing: border-box;
    display: block;
    padding: 0 1rem;
    overflow: hidden;
    text-align: center
}

@media only screen and (min-width: 31.25em) {
    .tour-table span {
        padding:1rem;
        text-align: left
    }
}

.tour-table span:last-child {
    text-align: center;
    white-space: nowrap
}

@media only screen and (min-width: 31.25em) {
    .tour-table span:last-child {
        text-align:right
    }
}

.tour-table span:last-child a:after {
    content: '/';
    padding: 0 5px
}

.tour-table span:last-child a:last-child:after,.tour-table span:last-child a:last-of-type:after {
    content: '';
    padding: 0
}

.tour-table .data-country-included .tour-table-row-date,.tour-table .data-country-included .tour-table-header-date {
    font-weight: 700;
    -moz-order: 1;
    order: 1;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-date,.tour-table .data-country-included .tour-table-header-date {
        font-weight:400;
        -moz-order: 1;
        order: 1;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-country,.tour-table .data-country-included .tour-table-header-country {
    -moz-order: 2;
    order: 2;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-country,.tour-table .data-country-included .tour-table-header-country {
        -moz-order:2;
        order: 2;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-venue,.tour-table .data-country-included .tour-table-header-venue {
    -moz-order: 4;
    order: 4;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-venue,.tour-table .data-country-included .tour-table-header-venue {
        -moz-order:4;
        order: 4;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-city,.tour-table .data-country-included .tour-table-header-city {
    -moz-order: 3;
    order: 3;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-city,.tour-table .data-country-included .tour-table-header-city {
        -moz-order:3;
        order: 3;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .data-country-included .tour-table-row-tickets,.tour-table .data-country-included .tour-table-header-tickets {
    -moz-order: 5;
    order: 5;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .data-country-included .tour-table-row-tickets,.tour-table .data-country-included .tour-table-header-tickets {
        -moz-order:5;
        order: 5;
        -moz-flex: 1 0 20%;
        flex: 1 0 20%
    }
}

.tour-table .tour-table-row-date,.tour-table .tour-table-header-date {
    font-weight: 700;
    -moz-order: 1;
    order: 1;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-date,.tour-table .tour-table-header-date {
        font-weight:400;
        -moz-order: 1;
        order: 1;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-venue,.tour-table .tour-table-header-venue {
    -moz-order: 3;
    order: 3;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-venue,.tour-table .tour-table-header-venue {
        -moz-order:3;
        order: 3;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-city,.tour-table .tour-table-header-city {
    -moz-order: 2;
    order: 2;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-city,.tour-table .tour-table-header-city {
        -moz-order:2;
        order: 2;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-table .tour-table-row-tickets,.tour-table .tour-table-header-tickets {
    -moz-order: 4;
    order: 4;
    -moz-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width: 31.25em) {
    .tour-table .tour-table-row-tickets,.tour-table .tour-table-header-tickets {
        -moz-order:4;
        order: 4;
        -moz-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.tour-grid.text-uppercase {
    text-transform: uppercase
}

.tour-grid.text-lowercase {
    text-transform: lowercase
}

.tour-grid.text-capitalize {
    text-transform: capitalize
}

.home {
    position: relative;
    overflow-x: hidden
}

.section-header {
    box-sizing: border-box;
    background-color: #fb875e;
    letter-spacing: .1rem;
    padding: .5rem 1rem;
    max-width: 70rem;
    margin: 0 auto 1px
}

.section-header h2 {
    font-weight: 400;
    color: #fefefe;
    font-size: 16px;
    font-size: 1rem;
    -moz-flex: 1;
    flex: 1
}

.section-header a {
    color: #fefefe
}

@media only screen and (min-width: 50em) {
    .section-header {
        margin:0 auto 1rem
    }
}

.promo.home {
    margin: 0 auto
}

.promo.home .content-type-blocks {
    width: 100%
}

.promo.home[data-headerType=slickslider] .slider-gr {
    height: 100%
}

.promo.home[data-headerType=slickslider] .slider-gr .slider-gr-container .slick-list {
    height: 100%
}

.promo.home[data-headerType=slickslider] .slider-gr .slider-gr-container .slick-list .slick-track {
    height: 100%
}

.promo.home[data-headerType=slickslider] .slider-gr .slider-gr-container .slide-content .center-vertical {
    text-align: center
}

.promo.home[data-headerType=slickslider] .slider-gr .slider-gr-container .slide-content .right-vertical {
    text-align: right
}

.promo.home[data-headerType=slickslider] .slider-gr .slider-gr-container .slide-content .custom-slide-content-wrapper {
    text-transform: inherit
}

.promo.home[data-headerType=slickslider] .slider-gr[data-pagination=dots] {
    height: 100%
}

.promo.home img {
    width: 100%;
    display: block
}

@media(max-width: 800px) {
    .promo.home .kt-btn-wrap .kt-button {
        width:100%
    }
}

.promo.home .wp-block-kadence-tabs .kt-tab-inner-content-inner p:first-child {
    margin: .7rem 0
}

.custom-slide-content-wrapper {
    padding: 0 5rem
}

.photo {
    margin-bottom: 2rem;
    overflow: hidden
}

#home-tour-section.home {
    border-top: 1px dotted #000;
    margin: 6rem auto 0;
    padding: 2rem 0;
    max-width: 1200px
}

#home-news-section {
    margin: 1rem 0
}

@media only screen and (min-width: 50em) {
    #home-news-section {
        margin:2rem 0
    }
}

#home-news-section .flex-grid-gr {
    max-width: 70rem;
    margin: 0 auto
}

#home-news-section .flex-grid-gr-slide {
    opacity: 0;
    transform: translateX(-200px)
}

#home-videos-section .video-slick-container {
    margin-bottom: 2rem;
    overflow: visible
}

#home-videos-section .video-slick-container .video-slider {
    margin: 0 auto;
    max-width: 70rem
}

#home-custom-html-section {
    margin: 1rem 0
}

@media only screen and (min-width: 50em) {
    #home-custom-html-section {
        margin:2rem 0
    }
}

#home-custom-html-section .custom-html-content {
    margin: 0 auto 1rem;
    padding: 0 1rem;
    max-width: 70rem
}

@media only screen and (min-width: 50em) {
    #home-custom-html-section .custom-html-content {
        margin:0 auto 2rem;
        padding: 0
    }
}

#home-custom-html-section .custom-html-content.content-type-blocks {
    max-width: 100%
}

#home-custom-html-section .apply-basic-style {
    max-width: 1200px
}

@media only screen and (min-width: 50em) {
    #home-custom-html-section .apply-basic-style {
        padding:0 1rem
    }
}

#home-custom-html-section .apply-basic-style h1,#home-custom-html-section .apply-basic-style h2,#home-custom-html-section .apply-basic-style h3,#home-custom-html-section .apply-basic-style h4,#home-custom-html-section .apply-basic-style h5,#home-custom-html-section .apply-basic-style h6,#home-custom-html-section .apply-basic-style p {
    margin-bottom: 20px
}

#home-custom-html-section .apply-basic-style p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

#home-custom-html-section .apply-basic-style img {
    height: auto;
    padding: 20px;
    width: 100%
}

#home-custom-html-section .apply-basic-style pre {
    margin: 0 0 20px;
    padding: 0
}

#home-custom-html-section .apply-basic-style ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: disc
}

#home-custom-html-section .apply-basic-style ul li {
    padding: 0;
    margin: 0 0 10px
}

#home-custom-html-section .apply-basic-style ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: number
}

#home-custom-html-section .apply-basic-style ol li {
    padding: 0;
    margin: 0 0 10px
}

#home-custom-html-section .apply-basic-style strong {
    font-weight: 700
}

#home-custom-html-section .apply-basic-style blockquote {
    position: relative;
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 80%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    background-color: rgba(255,255,255,.4)
}

#home-custom-html-section .apply-basic-style blockquote:before,#home-custom-html-section .apply-basic-style blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    font-size: 34px
}

#home-custom-html-section .apply-basic-style blockquote:before {
    content: "\f10d";
    margin-right: 13px;
    right: 100%
}

#home-custom-html-section .apply-basic-style blockquote:after {
    content: "\f10e";
    margin-left: 13px;
    left: 100%
}

#home-music-section .home-music-shortcode-container {
    max-width: 70em;
    margin: 0 auto;
    overflow: hidden
}

#home-music-section .home-music-shortcode-container .tiled_page {
    padding: 0
}

#home-artists-section .home-artists-shortcode-container {
    max-width: 70em;
    margin: 0 auto;
    overflow: hidden
}

#home-newsletter-section .home-newsletter-container {
    max-width: 70em;
    margin: 0 auto;
    overflow: hidden
}

#home-newsletter-section .newsletter-content.inner {
    width: 100%
}

.photo-slider {
    margin: 0 auto;
    max-width: 70rem
}

.photo-gallery-container .slick-next {
    right: -45px
}

.photo-gallery-container .slick-prev {
    left: -45px
}

.photo-gallery-container .slick-prev,.photo-gallery-container .slick-next {
    display: none !important
}

@media only screen and (min-width: 75em) {
    .photo-gallery-container .slick-prev,.photo-gallery-container .slick-next {
        display:block !important
    }
}

.cover-video-container {
    max-width: 100%;
    overflow: hidden
}

.cover-video-container iframe {
    max-width: 100%;
    max-height: 85vh !important
}

.cover-video-container.-is-custom-width iframe {
    max-height: 70vh !important
}

.cover-video-container .yt-holder-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

@media only screen and (min-width: 50em) {
    .-dynamic-header .mute-unmute {
        display:none
    }
}

.-dynamic-header .mute-unmute div i {
    font-size: 1.5rem
}

.menu-main-container .mute-unmute {
    display: none
}

@media only screen and (min-width: 50em) {
    .menu-main-container .mute-unmute {
        display:block;
        padding: 0 0 0 1.5rem
    }
}

.menu-main-container .mute-unmute div i {
    font-size: 1.5rem
}

.home .video-overlay {
    top: 50px;
    left: 10px
}

.umggr-modal {
    height: 100%
}

.umggr-modal .splash-footer-container a {
    padding: 2px
}

.umggr-modal .splash-footer-container a.label-details {
    display: none
}

.video-contain {
    overflow: hidden
}

.video-contain .wrap {
    height: 100%;
    margin: 0 auto
}

.video-contain .wrap .inner {
    align-self: flex-start;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-contain.header-content-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.splash-preview-contain .splash-footer-container a {
    margin: 0 5px
}

.splash-preview-contain .splash-footer-container .label-details {
    display: none
}

.splash-preview-contain .splash-footer-container .splash-footer-items span {
    margin-right: 10px
}

.search-results.-is-maximised .minimise-button {
    transform: rotate(0deg)
}

.search-results__header {
    margin-top: 1px;
    background-color: #4a4a4a
}

.search-results__header .inner {
    display: flex;
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.search-results__header .minimise-button {
    display: block;
    flex: 0 1 auto;
    text-align: right;
    transform: rotate(180deg);
    transition: all .3s
}

.search-results__header .minimise-button svg {
    height: 10px;
    fill: #fff
}

.search-results__header .title {
    color: #fff;
    font-size: 1rem;
    flex: 1 0 auto;
    text-align: left
}

.search-results__header .term {
    font-style: italic
}

.search-results__inner {
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.search-results__grid {
    display: grid;
    grid-template-columns: 1fr
}

.search-results__item {
    display: flex;
    margin-bottom: 32px
}

.search-results__item a {
    display: inline-block
}

.search-results__item .title {
    font-size: 1rem
}

.search-results__item .date {
    display: block;
    font-size: 1rem;
    margin-bottom: 16px
}

.search-results__item .text {
    font-size: 1rem
}

.search-results__image {
    flex: 1 0 auto;
    margin-right: 24px;
    max-width: 150px
}

.search-results__image img {
    max-width: 100%
}

.tag-results.-is-maximised .minimise-button {
    transform: rotate(0deg)
}

.tag-results__header {
    margin-top: 1px;
    background-color: #4a4a4a
}

.tag-results__header .inner {
    display: flex;
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.tag-results__header .minimise-button {
    display: block;
    flex: 0 1 auto;
    text-align: right;
    transform: rotate(180deg);
    transition: all .3s
}

.tag-results__header .minimise-button svg {
    height: 10px;
    fill: #fff
}

.tag-results__header .title {
    color: #fff;
    font-size: 1rem;
    flex: 1 0 auto;
    text-align: left
}

.tag-results__header .term {
    font-style: italic
}

.tag-results__inner {
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.tag-results__grid {
    display: grid;
    grid-template-columns: 1fr
}

.tag-results__item {
    display: flex;
    margin-bottom: 32px
}

.tag-results__item a {
    display: inline-block
}

.tag-results__item .title {
    font-size: 1rem
}

.tag-results__item .date {
    display: block;
    font-size: 1rem;
    margin-bottom: 16px
}

.tag-results__item .text {
    font-size: 1rem
}

.tag-results__image {
    flex: 1 0 auto;
    margin-right: 24px;
    max-width: 150px
}

.tag-results__image img {
    max-width: 100%
}

.author-results.-is-maximised .minimise-button {
    transform: rotate(0deg)
}

.author-results__header {
    margin-top: 1px;
    background-color: #4a4a4a
}

.author-results__header .inner {
    display: flex;
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.author-results__header .minimise-button {
    display: block;
    flex: 0 1 auto;
    text-align: right;
    transform: rotate(180deg);
    transition: all .3s
}

.author-results__header .minimise-button svg {
    height: 10px;
    fill: #fff
}

.author-results__header .title {
    color: #fff;
    font-size: 1rem;
    flex: 1 0 auto;
    text-align: left
}

.author-results__header .term {
    font-style: italic
}

.author-results__inner {
    margin: 0 auto;
    padding: 2rem;
    max-width: 700px
}

.author-results__grid {
    display: grid;
    grid-template-columns: 1fr
}

.author-results__item {
    display: flex;
    margin-bottom: 32px
}

.author-results__item a {
    display: inline-block
}

.author-results__item .title {
    font-size: 1rem
}

.author-results__item .date {
    display: block;
    font-size: 1rem;
    margin-bottom: 16px
}

.author-results__item .text {
    font-size: 1rem
}

.author-results__image {
    flex: 1 0 auto;
    margin-right: 24px;
    max-width: 150px
}

.author-results__image img {
    max-width: 100%
}

.news-container__title-container {
    display: -moz-flex;
    display: flex
}

.news-container__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.news-container__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.news-container__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.news-container__title-align-none {
    display: none
}

.news-container__title {
    padding: 2rem 1rem;
    margin-top: 1rem;
    text-transform: initial
}

#news.page {
    margin: 0;
    padding: 1rem 0
}

@media only screen and (min-width: 50em) {
    #news.page {
        margin:0;
        padding: 2rem 0
    }
}

.news-featured-slide__section {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

#news-post .featured-image {
    background-position: center;
    background-size: cover
}

#news-post .featured-image:after {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%
}

@media only screen and (min-width: 50em) {
    #news-post .featured-image {
        height:100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        z-index: 0
    }
}

#news-post .single-post {
    box-sizing: border-box;
    padding: 2rem;
    width: 100%
}

@media only screen and (min-width: 50em) {
    #news-post .single-post {
        margin-left:50%;
        width: 50%
    }
}

#news-post .single-post header {
    margin: 2rem 0
}

#news-post .single-post header .post-info {
    margin: 1rem 0
}

#news-post .single-post h1 {
    font-weight: 400;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem
}

#news-post .single-post time {
    text-transform: uppercase;
    opacity: .75
}

#news-post .single-post .post-contents p {
    margin-bottom: 1.5rem;
    opacity: .8
}

#news-post .single-post .post-contents a {
    color: #fb875e;
    font-weight: 700;
    font-weight: 500
}

#news-post .single-post .post-contents img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 1100px) {
    #news-post .single-post iframe[src*=youtube] {
        width:100%
    }
}

#news-post.hide-featured-image .single-post {
    position: relative;
    margin: 0 auto
}

#news-post.single-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

#news-post.single-col .single-post,#news-post.single-col .featured-image {
    position: relative;
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width: 50em) {
    #news-post.single-col .single-post,#news-post.single-col .featured-image {
        width:700px
    }
}

#news-post footer .news-tags {
    text-transform: uppercase
}

#news-post footer .related-news-slider {
    margin-top: 10px
}

#news-post footer .related-news-slider .umggr-related-news-slide {
    max-width: 100%
}

@media only screen and (min-width: 37.5em) {
    #news-post footer .related-news-slider .umggr-related-news-slide {
        max-width:50%
    }
}

@media only screen and (min-width: 50em) {
    body.single-post .site-header,body.single-post #site-footer {
        transform:translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }
}

#custom-page.page {
    margin: 0;
    padding: 1rem 0
}

@media only screen and (min-width: 50em) {
    #custom-page.page {
        margin:0;
        padding: 2rem 0
    }
}

#custom-page.page.content-type-blocks {
    padding: 0;
    margin: 0
}

#custom-page.page.content-type-blocks .single-post {
    padding: 0
}

#custom-page .featured-image {
    background-position: center;
    background-size: cover
}

#custom-page .featured-image:after {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%
}

@media only screen and (min-width: 50em) {
    #custom-page .featured-image {
        height:100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        z-index: 0
    }
}

#custom-page .single-post {
    box-sizing: border-box;
    padding: 2rem;
    width: 100%
}

#custom-page .single-post h1 {
    font-weight: 400;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem
}

#custom-page .single-post time {
    opacity: .8
}

#custom-page .single-post .post-contents p {
    margin-bottom: 1.5rem;
    opacity: .8
}

#custom-page .single-post .post-contents a {
    color: #fb875e;
    font-weight: 700;
    font-weight: 500
}

@media only screen and (min-width: 50em) {
    #custom-page .single-post.featured-image-display {
        margin-left:50%;
        width: 50%
    }
}

#custom-page .wpcf7-form-control-wrap input,#custom-page .wpcf7-form-control-wrap textarea,#custom-page .wpcf7-form input[type=submit] {
    border: 1px solid #eee
}

#custom-page .apply-basic-style h1,#custom-page .apply-basic-style h2,#custom-page .apply-basic-style h3,#custom-page .apply-basic-style h4,#custom-page .apply-basic-style h5,#custom-page .apply-basic-style h6,#custom-page .apply-basic-style p {
    margin-bottom: 20px
}

#custom-page .apply-basic-style p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

#custom-page .apply-basic-style img {
    height: auto;
    padding: 20px;
    width: 100%
}

#custom-page .apply-basic-style pre {
    margin: 0 0 20px;
    padding: 0
}

#custom-page .apply-basic-style ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: disc
}

#custom-page .apply-basic-style ul li {
    padding: 0;
    margin: 0 0 10px
}

#custom-page .apply-basic-style ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: number
}

#custom-page .apply-basic-style ol li {
    padding: 0;
    margin: 0 0 10px
}

#custom-page .apply-basic-style strong {
    font-weight: 700
}

#custom-page .apply-basic-style blockquote {
    position: relative;
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 80%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    background-color: rgba(255,255,255,.4)
}

#custom-page .apply-basic-style blockquote:before,#custom-page .apply-basic-style blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    font-size: 34px
}

#custom-page .apply-basic-style blockquote:before {
    content: "\f10d";
    margin-right: 13px;
    right: 100%
}

#custom-page .apply-basic-style blockquote:after {
    content: "\f10e";
    margin-left: 13px;
    left: 100%
}

#tour {
    margin: 0 auto
}

#tour .wpcf7-form-control-wrap input,#tour .wpcf7-form-control-wrap textarea,#tour .wpcf7-form input[type=submit] {
    border: 1px solid #eee
}

#tour .tour__title-container {
    display: -moz-flex;
    display: flex
}

#tour .tour__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

#tour .tour__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

#tour .tour__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

#tour .tour__title-align-none {
    display: none
}

#tour .tour__title {
    padding: 2rem;
    text-transform: initial;
    margin-top: 2rem
}

.tour-table .tour-hidden,.tour-grid .tour-hidden {
    display: none
}

.tour__bit-widget-container {
    padding: 2rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto
}

.no-tour-data {
    margin: 2rem
}

#store {
    padding: 4rem 0
}

.store-container {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px
}

.store-container__title-container {
    display: -moz-flex;
    display: flex
}

.store-container__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.store-container__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.store-container__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.store-container__title-align-none {
    display: none
}

.store-container__title {
    padding: 1rem;
    text-transform: initial
}

@media screen and (min-width: 40em) {
    .multiple-custom-sections .kt-row-column-wrap {
        display:flex!important
    }

    body #home .section-store .node--product {
        margin: 0!important
    }
}

.photo-galleries {
    position: relative;
    margin: 0 auto
}

.photo-galleries__title-container {
    display: -moz-flex;
    display: flex
}

.photo-galleries__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.photo-galleries__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.photo-galleries__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.photo-galleries__title-align-none {
    display: none
}

.photo-galleries__title {
    padding: 2rem 1rem;
    text-transform: initial;
    margin-top: 2rem
}

.photo-galleries.page .slider-gr {
    opacity: 0;
    transform: translateX(-200px)
}

.photo-galleries-grid-container,.photo-galleries-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 2rem 0 0
}

.photo-galleries-grid-container .slider-gr,.photo-galleries-container .slider-gr {
    margin-bottom: 3rem
}

.photo-galleries-grid-container .slick-prev,.photo-galleries-container .slick-prev {
    left: -45px
}

.photo-galleries-grid-container .slick-next,.photo-galleries-container .slick-next {
    right: -45px
}

.photo-grid-buttons {
    margin: 45px 0
}

.music-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.music-container__title-container {
    display: -moz-flex;
    display: flex
}

.music-container__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.music-container__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.music-container__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.music-container__title-align-none {
    display: none
}

.music-container__title {
    padding: 2rem 1rem;
    margin-top: 1rem;
    text-transform: initial
}

.music-container .music-featured-slide .c-music-button img.store-logo {
    max-width: 125px;
    margin: 0 auto
}

.music-container .music-gallery {
    z-index: 89;
    position: relative
}

.music-container .music-filter {
    z-index: 71;
    padding: 1em 0;
    flex-basis: 100%
}

.music-container .music-filter .filter-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center
}

.music-container .music-filter .filter-container .filter-select-container {
    display: flex;
    flex-wrap: wrap
}

.music-container #music {
    padding: 1rem
}

.music-container .umggr-swiper-container .umggr-swiper-slide .umggr-swiper-html-content .release-title h2 {
    width: auto
}

.music-container .umggr-swiper-container .umggr-swiper-button {
    outline: none
}

#about {
    padding: 1em;
    max-width: 100vw;
    margin: 0 auto
}

@media only screen and (min-width: 81.25em) {
    #about {
        max-width:1300px
    }
}

#about .thumbnail {
    text-align: center
}

#about .thumbnail img {
    max-width: 100%;
    height: auto
}

#about h1 {
    text-align: center;
    font-size: 2em
}

#about p {
    margin-top: 1em;
    text-align: center
}

#about iframe {
    max-width: 100%
}

#about.page.content-type-blocks {
    max-width: 100%;
    padding: 0
}

#about.apply-basic-style h1,#about.apply-basic-style h2,#about.apply-basic-style h3,#about.apply-basic-style h4,#about.apply-basic-style h5,#about.apply-basic-style h6,#about.apply-basic-style p {
    margin-bottom: 20px
}

#about.apply-basic-style p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

#about.apply-basic-style img {
    height: auto;
    padding: 20px;
    width: 100%
}

#about.apply-basic-style pre {
    margin: 0 0 20px;
    padding: 0
}

#about.apply-basic-style ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: disc
}

#about.apply-basic-style ul li {
    padding: 0;
    margin: 0 0 10px
}

#about.apply-basic-style ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: number
}

#about.apply-basic-style ol li {
    padding: 0;
    margin: 0 0 10px
}

#about.apply-basic-style strong {
    font-weight: 700
}

#about.apply-basic-style blockquote {
    position: relative;
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 80%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    background-color: rgba(255,255,255,.4)
}

#about.apply-basic-style blockquote:before,#about.apply-basic-style blockquote:after {
    font-family: FontAwesome !important;
    position: absolute;
    top: 13px;
    font-size: 34px;
    color: inherit
}

#about.apply-basic-style blockquote:before {
    content: "\f10d";
    margin-right: 13px;
    right: 100%
}

#about.apply-basic-style blockquote:after {
    content: "\f10e";
    margin-left: 13px;
    left: 100%
}

#social-wall {
    margin: 0 auto
}

.social-wall-container {
    margin: 0 auto;
    padding: 4rem 0;
    max-width: 1200px
}

#release {
    margin-bottom: 2rem
}

#release .release-header {
    background-color: #fb875e;
    padding: 2rem
}

#release #release-cover {
    box-sizing: border-box;
    padding: 0 0 1rem;
    max-width: 500px
}

#release #release-cover img {
    height: auto;
    width: 100%
}

#release #release-cover iframe {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px
}

#release #spotify-embed {
    padding: 0 0 1rem;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: flex
}

#release #spotify-embed iframe {
    width: 436px;
    padding: 0 2rem 1rem
}

#release .music-gallery {
    padding: 0 2rem
}

#release .download-links {
    box-sizing: border-box;
    padding: 0;
    max-width: 500px;
    font-size: 16px;
    font-size: 1rem
}

#release .download-links .open-links {
    background-color: #fefefe;
    cursor: pointer;
    letter-spacing: .1rem;
    margin-bottom: 1px;
    padding: .75rem;
    text-transform: uppercase
}

#release .download-links .open-links span {
    -moz-flex: 1 0 auto;
    flex: 1 0 auto
}

#release .download-links .open-links span:first-child {
    text-align: left;
    font-weight: 500
}

#release .download-links .open-links span:last-child {
    text-align: right;
    padding-left: 1rem;
    font-size: 20px;
    font-size: 1.25rem
}

#release .download-links .links-contain {
    background-color: #fefefe;
    display: none;
    text-align: center
}

#release .download-links .links-contain.noDrop {
    padding: .65rem
}

#release .download-links .links-contain.title-only li {
    padding: 0
}

#release .download-links .links-contain.title-only li a {
    display: block;
    padding: .65rem 0
}

#release .download-links .links-contain.full-logo img.store-logo {
    max-width: 125px
}

#release .download-links .links-contain.full-logo img.store-logo.soundofvinyl {
    margin-left: 13px
}

#release .download-links .links-contain.full-logo img.store-logo.hmv {
    margin-left: 55px
}

#release .download-links .links-contain.full-logo img.store-logo.recordstore {
    margin-left: 5px
}

#release .download-links .links-contain.full-logo li a {
    text-align: center
}

#release .download-links .links-contain li {
    padding: .65rem 0
}

#release .download-links .links-contain li:hover {
    background-color: #fb875e;
    opacity: .7
}

#release .download-links .links-contain li:hover a {
    color: #fefefe
}

#release .download-links .links-contain li:hover svg {
    fill: #fefefe
}

#release .download-links .links-contain li:hover svg path:first-child {
    fill: transparent
}

#release .download-links .links-contain li:hover .svg-icon svg path {
    fill: #fefefe
}

#release .download-links .links-contain li .fa {
    margin-right: 5px;
    font-size: 20px;
    font-size: 1.25rem
}

#release .download-links .links-contain li .svg-icon {
    position: relative;
    top: 5px;
    margin-right: 8px;
    display: inline-block;
    width: 17px;
    height: 20px
}

#release .tracklist-container {
    padding: 0 2rem 2rem
}

#release .tracklist {
    max-width: 1300px;
    margin: 0 auto
}

#release .release-cta-tracks {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: baseline;
    align-items: baseline;
    box-sizing: border-box;
    padding: 10px 1rem
}

#release .release-cta-tracks li {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem
}

#release .release-track-row {
    height: 40px;
    position: relative;
    margin: 0 10px 0 0;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#release .release-track-row:before {
    content: attr(data-track-num);
    color: var(--track-num-color)
}

#release .release-cta-tracks.one-column .release-track-row {
    width: calc(100% - 10px)
}

#release .release-cta-tracks.two-column .release-track-row {
    width: calc(50% - 10px)
}

#release .release-cta-tracks.three-column .release-track-row {
    width: calc(33.33% - 10px)
}

#release h1 {
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.75rem
}

#release h2 {
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem
}

#release h3 {
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 10px 0
}

#release .custom-content-section {
    margin: 10px 0
}

#release .release-container {
    max-width: 1300px;
    margin: 0 auto;
    display: -moz-flex;
    display: flex
}

#release .related-title-container {
    max-width: 1300px;
    margin: 0 auto
}

#release .release-container-col-two {
    box-sizing: border-box;
    padding: 0 2rem;
    min-width: 200px
}

#release .links-contain.full-logo.noDrop {
    display: block !important;
    text-align: left
}

#release .open-links.flex.noDrop .fa-angle-down {
    display: none
}

@media screen and (max-width: 799px) {
    #release .release-container {
        -moz-flex-direction:column;
        flex-direction: column
    }

    #release .release-container-col-two {
        padding: 0
    }

    #release #release-cover,#release .download-links {
        max-width: 100%
    }

    #release .download-links {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    #release .release-cta-tracks {
        height:auto !important
    }

    #release .release-track-row {
        width: 100% !important
    }
}

#embed-page {
    padding: 1em;
    max-width: 1300px;
    margin: 0 auto
}

#embed-page h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em
}

#embed-page p {
    margin-top: 1em;
    text-align: center
}

section.grand-royal-section-newsletter {
    margin-top: 2em
}

section.grand-royal-section-newsletter .newsletter-title-container__title-container {
    display: -moz-flex;
    display: flex
}

section.grand-royal-section-newsletter .newsletter-title-container__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

section.grand-royal-section-newsletter .newsletter-title-container__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

section.grand-royal-section-newsletter .newsletter-title-container__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

section.grand-royal-section-newsletter .newsletter-title-container__title-align-none {
    display: none
}

section.grand-royal-section-newsletter .newsletter-title-container__title {
    padding: 2rem 1rem;
    text-transform: initial
}

section.grand-royal-section-newsletter .newsletter-container .newsletter-banner-image {
    max-width: 980px;
    width: 100%
}

section.grand-royal-section-newsletter .newsletter-container .newsletter-content {
    max-width: 300px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 31.25em) {
    section.grand-royal-section-newsletter .newsletter-container .newsletter-content {
        max-width:900px
    }
}

section.grand-royal-section-newsletter .newsletter-container a.newsletter-button {
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 10px;
    letter-spacing: 2px;
    margin: 10px auto
}

section.grand-royal-section-newsletter.content-type-blocks .newsletter-container {
    margin-top: 0
}

section.grand-royal-section-newsletter.content-type-blocks .newsletter-container .newsletter-content {
    width: 100%;
    max-width: 100%
}

section.grand-royal-section-newsletter.newsletter-type-inline .newsletter-container .ae-cform-container {
    width: 100% !important
}

#artists {
    padding: 1rem
}

.umggr-swiper-container .umggr-swiper-slide .umggr-swiper-html-content .release-title h2 {
    width: auto
}

.umggr-swiper-container .umggr-swiper-button {
    outline: none
}

.artists-container__title-container {
    display: -moz-flex;
    display: flex;
    padding-top: 2rem
}

.artists-container__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.artists-container__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.artists-container__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.artists-container__title-align-none {
    display: none
}

.artists-container__title {
    padding: 1rem;
    text-transform: initial
}

.c-artist__grid {
    margin: 10px auto 0;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
    grid-template-rows: 1fr
}

@media only screen and (min-width: 48em) {
    .c-artist__grid {
        max-width:600px
    }
}

@media only screen and (min-width: 61.25em) {
    .c-artist__grid {
        grid-template-columns:320px 580px;
        max-width: 980px;
        padding: 0 20px
    }
}

.c-artist section {
    padding: 0 20px
}

@media only screen and (min-width: 61.25em) {
    .c-artist section {
        padding:0
    }
}

.c-artist section:last-child {
    padding: 0
}

.c-artist-header {
    padding: 0 20px
}

@media only screen and (min-width: 61.25em) {
    .c-artist-header {
        padding:0;
        grid-column: 1/3
    }
}

.c-artist-header .title {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px
}

.c-artist-header .subtitle {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.6px
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery {
    padding: 0
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .swiper-container {
    width: 100%
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .swiper-button-next {
    right: 0
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .swiper-button-prev {
    left: 0
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .video-item {
    height: 320px
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .video-item img {
    margin-top: -50%;
    transform: translateY(50%)
}

.c-artist-videoslider .umg-gr-display-layout-slider #video-gallery .swiper-pagination {
    margin-top: 0
}

.c-artist-storeslist .header {
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 1.8px;
    height: 40px
}

.c-artist-storeslist .list .item {
    padding: 15px 0 15px 20px
}

@media only screen and (min-width: 61.25em) {
    .c-artist-music {
        grid-column:1/3
    }
}

.c-artist-tabs {
    margin-top: 30px
}

@media only screen and (min-width: 23.44em) {
    .c-artist-tabs {
        margin-top:40px
    }
}

.c-artist-tabs__header {
    display: flex
}

.c-artist-tabs__header .tabs {
    width: 100%;
    height: 67px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.c-artist-tabs__header .tabs .item {
    display: none;
    width: 100%;
    text-transform: uppercase
}

@media only screen and (min-width: 23.44em) {
    .c-artist-tabs__header .tabs .item {
        display:flex;
        align-items: center;
        justify-content: center;
        opacity: .9
    }
}

.c-artist-tabs__header .tabs .item.-is-active {
    display: flex;
    align-items: center;
    padding-left: 20px
}

@media only screen and (min-width: 23.44em) {
    .c-artist-tabs__header .tabs .item.-is-active {
        padding:0 20px;
        opacity: 1
    }
}

.c-artist-tabs__header .tabs .item:not(.-is-single) {
    cursor: pointer
}

.c-artist-tabs__header .tabs .button {
    opacity: .9;
    width: 67px;
    min-width: 67px;
    display: block
}

@media only screen and (min-width: 23.44em) {
    .c-artist-tabs__header .tabs .button {
        display:none
    }
}

.c-artist-tabs__header .tabs .button a {
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center
}

.c-artist-tabs__header .tabs .button svg {
    width: 8px;
    height: 14px;
    vertical-align: middle
}

.c-artist-tabs__panels .panel {
    padding: 20px
}

.c-artist-tabs__panels .-is-obscured {
    display: none
}

@media only screen and (min-width: 23.44em) {
    .c-artist-tabs__panels .-is-obscured {
        display:none
    }
}

.c-related-products {
    display: block;
    padding: 20px 0
}

@media only screen and (min-width: 23.44em) {
    .c-related-products {
        display:flex;
        flex-direction: column;
        padding: 0
    }
}

@media only screen and (min-width: 61.25em) {
    .c-related-products {
        grid-column:1/3
    }
}

.c-related-products .horizontal-line {
    display: none
}

@media only screen and (min-width: 23.44em) {
    .c-related-products .horizontal-line {
        display:block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        opacity: .2
    }
}

@media only screen and (min-width: 23.44em) {
    .c-related-products {
        margin:0 auto
    }
}

.c-related-products .header {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.6px
}

.c-related-products__slider {
    margin: 20px 0
}

.rte {
    text-align: left;
    letter-spacing: 0;
    opacity: 1
}

.rte p {
    padding-bottom: 20px
}

#umggr-splash {
    z-index: 1002
}

#video {
    margin-bottom: 0
}

#video .video-header {
    padding: 2rem;
    max-width: 1300px;
    margin: 0 auto
}

#video .video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
    overflow: hidden
}

#video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#video .page-navigation.bottom {
    margin: 0;
    padding: 4rem 0
}

.videos__title-container {
    display: -moz-flex;
    display: flex
}

.videos__title-align-none {
    display: none
}

.videos__title-align-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.videos__title-align-center {
    -moz-justify-content: center;
    justify-content: center
}

.videos__title-align-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.videos__title {
    padding: 2rem 1rem;
    text-transform: initial;
    margin-top: 1.5rem
}

#related-video-container .isotope-gallery-item.grid-item.one-of-the-boys.two-per-row.align-one-per-row {
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto
}

#umggr-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999
}

.umggr-loader-status,.fancybox-slide .umggr-loader-status {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px
}

.umggr-loader-status svg,.fancybox-slide .umggr-loader-status svg {
    height: 100%;
    width: 100%
}

.umggr-loader-status svg path,.umggr-loader-status svg rect,.fancybox-slide .umggr-loader-status svg rect {
    fill: #fff
}

#umggr-svg-loader {
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    animation: nprogress-spinner .8s linear infinite
}

.umggr-spinner {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 20px;
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    animation: nprogress-spinner .8s linear infinite
}

.umggr-spinner.-small {
    width: 24px;
    height: 24px;
    border-width: 3px
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@charset "UTF-8";@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes marquee-feed {
    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquee-feed {
    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif)center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot#iefix)format("embedded-opentype"),url(../fonts/slick.woff)format("woff"),url(../fonts/slick.ttf)format("truetype"),url(../images/slick.svg#slick)format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%) scale(1);
    transform: translate(0,-50%) scale(1);
    padding: 0;
    border: 0;
    outline: 0;
    transition: all .2s ease-in-out
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
    -webkit-transform: translate(0,-50%) scale(1.2);
    transform: translate(0,-50%) scale(1.2)
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.page-home section.promo .slider-custom-container .cust-btns button.prev,.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 30px;
    width: 30px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    color: #f6402d
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 30px;
    height: 30px;
    font-family: "slick";
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #f6402d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #f6402d;
    opacity: .75
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.card-thumb a,.slick-initialized .slick-slide,.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:focus {
    outline: 0
}

.newsletter-container .ae-cform-container .ae-cform-title hr,.slick-arrow.slick-hidden {
    display: none
}

body {
    background: url(../images/background.png)center top no-repeat fixed;
    background-size: cover;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}

.show-for-small-only {
    display: none!important
}

@media (max-width: 767px) {
    .hide-for-small-only {
        display:none!important
    }

    .show-for-small-only {
        display: block!important
    }
}

.hidden {
    visibility: hidden
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

#site-footer {
    background: url(../images/background.png)center #302E08;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023px) {
    #site-footer {
        display:block
    }
}

@media (max-width: 767px) {
    #site-footer {
        display:block
    }
}

#site-footer .copyright {
    padding-right: 0;
    opacity: 1
}

@media (max-width: 1023px) {
    #site-footer .footer-links .flex-wrap {
        flex-direction:row
    }
}

@media (max-width: 767px) {
    #site-footer .footer-links .flex-wrap {
        flex-direction:row
    }
}

#site-footer .footer-legal {
    font-size: 14px
}

#site-footer .footer-legal .copyright,#site-footer .footer-legal .legal {
    width: auto;
    flex-direction: row;
    position: relative;
    opacity: 1
}

#site-footer .footer-legal .copyright a:hover,#site-footer .footer-legal .legal a:hover,#site-footer .footer-legal .umggr-evidon-cookie-choices-footer:hover {
    color: #f6402d;
    opacity: 1
}

#site-footer .footer-mailing-list,#site-footer .footer-socials {
    margin: 0
}

#site-footer .footer-mailing-list .ae-cform-modal-display-cta {
    min-width: inherit;
    padding: 0;
    background: 0 0!important;
    font-size: 0
}

#site-footer .footer-mailing-list .ae-cform-modal-display-cta span {
    font-size: 20px
}

#site-footer .footer-mailing-list .ae-cform-modal-display-cta:hover {
    color: #f6402d!important;
    opacity: 1!important
}

#main-content {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 120px;
    overflow: hidden;
    min-height: calc(100vh - 38px)
}

@media (max-width: 1023px) {
    #main-content {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    #main-content {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    #main-content {
        min-height:inherit;
        padding-left: 15px;
        padding-right: 15px
    }
}

#main-content .view-header .block__title {
    font: 900 72px"Montserrat",sans-serif;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase
}

.btn,.newsletter-container .ae-cform-container .ae-cform-item-submit-button,.page-tour #tour .my-city-link,.page-tour #tour .track-link {
    padding: 20px;
    background: rgb(0, 0, 0);
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    border-radius: 100px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn:before,.newsletter-container .ae-cform-container .ae-cform-item-submit-button:before,.page-tour #tour .my-city-link:before,.page-tour #tour .track-link:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#f49d33 0,#f96d63 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: all .2s ease-in;
    opacity: 0
}

.btn:active,.btn:focus,.newsletter-container .ae-cform-container .ae-cform-item-submit-button:active,.newsletter-container .ae-cform-container .ae-cform-item-submit-button:focus,.page-tour #tour .my-city-link:active,.page-tour #tour .my-city-link:focus,.page-tour #tour .track-link:active,.page-tour #tour .track-link:focus {
    color: #fff
}

#site-header .toggle-container.light-mode p,.btn:hover,.card-content .cta a:hover,.card-content .official a:hover,.newsletter-container .ae-cform-container .ae-cform-item-submit-button:hover,.page-tour #tour .my-city-link:hover,.page-tour #tour .track-link:hover {
    color: #fff
}

.btn:hover:before,.newsletter-container .ae-cform-container .ae-cform-item-submit-button:hover:before,.page-home section.promo .slider-custom-container .cust-btns button:hover svg.hov,.page-tour #tour .my-city-link:hover:before,.page-tour #tour .track-link:hover:before,.page-videos .node-video .card-thumb .anchor:hover i {
    opacity: 1
}

.newsletter-container .ae-cform-container {
    max-width: 100%
}

.newsletter-container .ae-cform-container #ae-cform-email-reg-1 {
    display: flex;
    flex-flow: row wrap
}

.newsletter-container .ae-cform-container .ae-cform-title {
    margin-bottom: 40px;
    color: #fff;
    font: 900 32px"Montserrat",sans-serif;
    text-align: center;
    text-transform: uppercase
}

.newsletter-container .ae-cform-container .ae-cform-item label span:nth-child(2),.newsletter-container .ae-cform-container .ae-cform-item.cform-required-field span:nth-child(2) {
    color: #fff
}

.newsletter-container .ae-cform-container .ae-cform-item-country,.newsletter-container .ae-cform-container .ae-cform-item-email {
    flex: 1 50%
}

@media (max-width: 767px) {
    .newsletter-container .ae-cform-container .ae-cform-item-country,.newsletter-container .ae-cform-container .ae-cform-item-email {
        flex:1 100%
    }
}

.newsletter-container .ae-cform-container .ae-cform-item-country input,.newsletter-container .ae-cform-container .ae-cform-item-country select,.newsletter-container .ae-cform-container .ae-cform-item-email input,.newsletter-container .ae-cform-container .ae-cform-item-email select {
    height: auto;
    padding: 8px 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid #fff!important;
    text-transform: uppercase
}

.newsletter-container .ae-cform-container .ae-cform-item-country input:focus,.newsletter-container .ae-cform-container .ae-cform-item-country select:focus,.newsletter-container .ae-cform-container .ae-cform-item-email input:focus,.newsletter-container .ae-cform-container .ae-cform-item-email select:focus {
    border: 0;
    border-bottom: 2px solid #fff!important
}

.newsletter-container .ae-cform-container .ae-cform-item-country input:hover,.newsletter-container .ae-cform-container .ae-cform-item-country select:hover,.newsletter-container .ae-cform-container .ae-cform-item-email input:hover,.newsletter-container .ae-cform-container .ae-cform-item-email select:hover {
    box-shadow: none
}

.newsletter-container .ae-cform-container .ae-cform-item-country input:hover,.newsletter-container .ae-cform-container .ae-cform-item-email input:hover {
    border: 0;
    border-bottom: 2px solid #fff
}

.newsletter-container .ae-cform-container .ae-cform-item-country select:hover,.newsletter-container .ae-cform-container .ae-cform-item-email select:hover {
    background: 0 0;
    color: #fff
}

.newsletter-container .ae-cform-container .ae-cform-item-country select:hover~.select__arrow,.newsletter-container .ae-cform-container .ae-cform-item-email select:hover~.select__arrow {
    border-color: #fff transparent transparent
}

.newsletter-container .ae-cform-container .ae-cform-item-email {
    padding-right: calc(1.8518518519vw + -5.9259259259px)
}

@media (max-width: 320px) {
    .newsletter-container .ae-cform-container .ae-cform-item-email {
        padding-right:0
    }
}

@media (min-width: 1400px) {
    .newsletter-container .ae-cform-container .ae-cform-item-email {
        padding-right:20px
    }
}

.newsletter-container .ae-cform-container .ae-cform-item-submit-button,.newsletter-container .ae-cform-container .ae-cform-select,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-select {
    margin-bottom: 0
}

.newsletter-container .ae-cform-container .ae-cform-item-submit-button input {
    padding: 0;
    background: 0 0;
    border: 0;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer
}

.newsletter-container .ae-cform-container .ae-cform-item-submit-button input:hover {
    border: 0;
    background: 0 0
}

.newsletter-container .ae-cform-container .ae-cform-select .select__arrow {
    top: 50%;
    border-color: #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsletter-container .ae-cform-container .ae-cform-optins-container #terms {
    color: #fff;
    font: 500 14px/20px"Montserrat",sans-serif
}

.newsletter-container .ae-cform-container .ae-cform-optins-container #terms a {
    text-decoration: underline
}

.page .view-header {
    margin-bottom: 60px;
    text-align: center
}

.page .view-header h2 {
    letter-spacing: 0;
    font-size: 72px
}

#site-header {
    width: 100%;
    padding: 8px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20
}

#site-header>.flex-wrap,.page-home section.promo .slider-thumbs_content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 767px) {
    #site-header>.flex-wrap .-top-right {
        order:1;
        justify-content: flex-start
    }

    #site-header>.flex-wrap .-top-left {
        order: 2
    }
}

#site-header #slide-menu-gr,.filter-container .filter-names a.active:hover {
    background: 0 0
}

#site-header #slide-menu-gr.docked {
    background: rgba(0,0,0,.8)
}

#site-header #slide-menu-gr.docked #menu-main {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

#site-header #slide-menu-gr.docked #menu-main .menu-item:not(.menu-item-social) {
    width: 100%;
    padding-bottom: 10px
}

#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item {
    margin-bottom: 0;
    padding-left: 16px
}

#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a {
    font-size: 18px
}

#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a:after {
    width: 0;
    height: 1px;
    background: linear-gradient(180deg,#bc4e04 0,#eb8407 100%);
    display: block;
    transition: all .3s ease;
    content: ""
}

#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a:hover,#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item.current-menu-item a,.single-post #site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a[href*="news/"] {
    background: linear-gradient(180deg,#bc4e04 0,#eb8407 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a:hover:after,#site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item.current-menu-item a:after,.single-post #site-header #slide-menu-gr .slide-menu-gr-parent>.slide-menu-gr-item a[href*="news/"]:after {
    width: 100%
}

#site-header .toggle-container,#site-header .toggle-container .toggle-switch:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#site-header .toggle-container {
    width: 145px;
    height: 20px;
    right: 0;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023px) {
    #site-header .toggle-container {
        right:50px
    }
}

@media (max-width: 767px) {
    #site-header .toggle-container {
        width:68px;
        flex-wrap: wrap;
        justify-content: flex-end;
        right: 14px
    }
}

#site-header .toggle-container p {
    padding-right: 10px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 767px) {
    #site-header .toggle-container p {
        padding-right:0;
        font-size: 10px
    }
}

#site-header .toggle-container .toggle-switch {
    width: 40px;
    height: 18px;
    background: linear-gradient(180deg,#000000 0,#000000 100%);
    border-radius: 50px;
    position: relative
}

@media (max-width: 767px) {
    #site-header .toggle-container .toggle-switch {
        width:30px;
        height: 14px
    }
}

#site-header .toggle-container .toggle-switch:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #fff;
    transition: all .3s ease-in-out
}

@media (max-width: 767px) {
    #site-header .toggle-container .toggle-switch:before {
        width:10.89px;
        height: 10.89px
    }
}

#site-header .toggle-container.light-mode .toggle-switch {
    background: linear-gradient(180deg,#5951b1 0,#3c40b8 100%)
}

#site-header .toggle-container.light-mode .toggle-switch:before {
    background: #000;
    right: 2px
}

#site-header .toggle-container.light-mode .toggle-switch:before {
    left: 2px
}

.card-node {
    padding-bottom: 65px
}

.card-node:hover .card-thumb {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.card-node:hover .card-content h3 {
    background: linear-gradient(180deg,#f49d33 0,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.card-content .cta a svg,.card-content .official a svg,.card-node.node-artist:hover .card-content .cta a svg {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.card-node.node-artist .card-content h3 {
    font-size: calc(1.5740740741vw + 12.962962963px)
}

@media (max-width: 320px) {
    .card-node.node-artist .card-content h3 {
        font-size:18px
    }
}

@media (min-width: 1400px) {
    .card-node.node-artist .card-content h3 {
        font-size:30px
    }
}

@media (max-width: 1023px) {
    .card-node.node-artist .card-content h3 {
        font-size:30px
    }
}

.card-node.node-artist .card-content .cta a:hover svg,.card-node:hover .card-content .cta a svg {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.card-thumb {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
    -webkit-filter: grayscale(0.5);
    filter: brightness(0.5);
    transition: all .3s ease
}

.card-content {
    padding: 20px 10px 0
}

.card-content .name-artist {
    min-height: 24px;
    font-weight: 900;
    display: block
}

.card-content h3 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: calc(1.4814814815vw + 19.2592592593px);
    line-height: 1;
    letter-spacing: 0;
    transition: all .3s ease;
    word-break: break-word
}

@media (max-width: 320px) {
    .card-content h3 {
        font-size:24px
    }
}

@media (min-width: 1400px) {
    .card-content h3 {
        font-size:40px
    }
}

@media (max-width: 1023px) {
    .card-content h3 {
        font-size:24px
    }
}

.card-content .cta a,.card-content .official a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

.card-content .cta a svg,.card-content .official a svg {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease
}

.card-social {
    font-size: 25px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.card-social li {
    padding-bottom: 10px;
    padding-right: 20px
}

.card-social li:last-child {
    padding-right: 0
}

.card-social li svg {
    width: 20px;
    height: 20px
}

@media (max-width: 1023px) {
    .card-social li svg {
        width: 28px;
        height: 28px
    }
}

.card-social li a:hover,.page-home section#home-custom-html-section .social li a:hover,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-optins-container #terms a {
    color: #f49d33
}

.content__title {
    color: #fff;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0;
    position: relative
}

@media (max-width: 767px) {
    .content__title {
        font-size:35px
    }
}

.content__title span {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    position: absolute;
    left: 0
}

.content__title span:not(:last-child) {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent
}

.content__title span.base,.page-home section.promo .slider .node-banner {
    position: relative
}

.content__title span.top {
    background-position: center top;
    top: 5px
}

.content__title span.bot {
    background-position: center bottom;
    bottom: 5px
}

.filter-container {
    margin-bottom: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    position: relative
}

.filter-container span {
    padding: 6px 14px 10px 0;
    display: block
}

.filter-container .filter-names {
    width: 350px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 5;
    overflow: hidden
}

.filter-container .filter-names:hover {
    height: 360px
}

.filter-container .filter-names.open .fn-list a:not(.active) {
    display: block!important
}

.filter-container .filter-names.open .fn-list a:not(.active)[title=""],.filter-container .filter-names.open .fn-list a:not(.active)[title=music],.filter-container .filter-names.open .fn-list a:not(.active)[title=videos] {
    display: none!important
}

.filter-container .filter-names .fn-list {
    width: calc(100% + 20px);
    max-height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.filter-container .filter-names .fn-list:hover a:not(.active) {
    display: block
}

@media (max-width: 767px) {
    .filter-container .filter-names .fn-list:hover a:not(.active) {
        display:none
    }
}

.filter-container .filter-names .fn-select {
    width: 100%;
    height: 44px;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.filter-container .filter-names a {
    padding: 10px 6px;
    font-weight: 700;
    display: none;
    background: rgba(246,64,45,.85);
    transition: all .2s ease;
    position: relative;
    line-height: 1;
    order: 2
}

.filter-container .filter-names a:hover {
    background: #f6402d;
    color: #fff
}

.filter-container .filter-names a:active,.filter-container .filter-names a:focus {
    color: #fff
}

.filter-container .filter-names a[title=All] {
    order: 1
}

.filter-container .filter-names a.active {
    background: 0 0;
    order: 0;
    display: block
}

.filter-container .filter-names a.active:after {
    width: 13px;
    height: 8px;
    margin: -4px 0 0 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.82621 8.39995L13.3262 1.71436L12.2428 0.600098L6.82616 6.17147L1.4095 0.600122L0.326167 1.71439L6.82613 8.39998L6.82618 8.39992L6.82621 8.39995Z' fill='white'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    content: ""
}

.filter-container .filter-names a[title=""],.filter-container .filter-names a[title=music],.filter-container .filter-names a[title=videos] {
    display: none!important
}

.-paginated .c-paginated-item {
    display: none
}

.-paginated .c-loader,.-paginated.-loaded .c-paginated-item {
    display: block
}

.-paginated.-loaded .c-loader,.page-home section.promo .slider .slick-arrow:after {
    display: none
}

.page-home {
    /*background: 0 0*/
}

@media (max-width: 767px) {
    .page-home .content__title span {
        background-size:contain
    }
}

.page-home #main-content {
    max-width: 100%;
    margin: 0;
    padding-top: 79px;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .page-home #main-content {
        padding-left:0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .page-home #main-content {
        padding-left:0;
        padding-right: 0
    }
}

.page-home #main-content .row {
    display: flex;
    flex-flow: row wrap
}

.page-home #main-content .row.align-middle {
    align-items: center
}

.page-home #main-content .row .column {
    padding: 0 8px;
    flex: 0 0 auto
}

.page-home #main-content .row .column.md-4 {
    width: 25%
}

@media (max-width: 767px) {
    .page-home #main-content .row .column.md-4 {
        width:100%
    }
}

.page-home #main-content .row .column.md-6 {
    width: 50%
}

@media (max-width: 767px) {
    .page-home #main-content .row .column.md-6 {
        width:100%
    }
}

.page-home section.home {
    overflow: visible
}

.page-home section.promo .slider .node-banner:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent 0,#000 100%);
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: ""
}

.page-home section.promo .slider .node-banner .banner-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.page-home section.promo .slider .node-banner .banner-image.dsk {
    padding-bottom: 56.25%
}

.page-home section.promo .slider .node-banner .banner-image.mob {
    padding-bottom: 177.77%
}

.page-home section.promo .slider .node-banner .banner-content {
    width: 100%;
    padding-bottom: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5
}

@media (min-width: 992px) {
    .page-home section.promo .slider .node-banner .banner-content {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 1023px) {
    .page-home section.promo .slider .node-banner .banner-content {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .page-home section.promo .slider .node-banner .banner-content {
        padding-bottom:110px;
        text-align: center
    }
}

.page-home section.promo .slider .node-banner .banner-content .content {
    max-width: 1300px;
    margin: 0 auto;
    text-transform: uppercase
}

.page-home section.promo .slider .node-banner .banner-content .content .name-artist {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: calc(.9259259259vw + 15.037037037px);
    line-height: 1;
    display: block
}

@media (max-width: 320px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-artist {
        font-size:18px
    }
}

@media (min-width: 1400px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-artist {
        font-size:80px
    }
}

@media (max-width: 1023px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-artist {
        font-size:40px
    }
}

.page-home section.promo .slider .node-banner .banner-content .content .name-title {
    width: 50%;
    margin-bottom: 0;
    font-size: calc(.7407407407vw + 29.6296296296px);
    line-height: 1
}

@media (max-width: 320px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-title {
        font-size:32px
    }
}

@media (min-width: 1400px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-title {
        font-size:40px
    }
}

@media (max-width: 1023px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-title {
        font-size:24px
    }
}

@media (max-width: 767px) {
    .page-home section.promo .slider .node-banner .banner-content .content .name-title {
        width:100%;
        line-height: 1.2
    }
}

.page-home section.promo .slider .node-banner .banner-content .content .cta {
    min-height: 54px;
    margin-top: 25PX
}

.page-home section.promo .slider-thumbs .slick-track {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important
}

@media (max-width: 767px) {
    .page-home section.promo .slider-thumbs .slick-track {
        justify-content:center
    }
}

.page-home section.promo .slider-thumbs .slick-slide {
    margin-left: 8px
}

.page-home section.promo .slider-thumbs .slick-slide:first-child {
    margin-left: 0
}

.page-home section.promo .slider-nav {
    width: 50%;
    margin-top: -48px;
    position: absolute;
    top: -72px;
    right: 0
}

@media (min-width: 992px) {
    .page-home section.promo .slider-nav {
        width:calc(50% + 9px);
        right: 15px
    }
}

@media (max-width: 1023px) {
    .page-home section.promo .slider-nav {
        width:calc(50% + 9px);
        right: 15px
    }
}

@media (max-width: 767px) {
    .page-home section.promo .slider-nav {
        width:100%;
        margin-top: 0;
        top: auto;
        bottom: 20px;
        right: 0
    }
}

.page-home section.promo .slider-nav .slick-current .slider-thumbnail:before,.page-home section.promo .slider-nav .slider-thumbnail:hover:before {
    background: #ec7d10;
    background: linear-gradient(to bottom,#ec7d10 0,#ffd156 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec7d10",endColorstr="#ffd156",GradientType=0)
}

.page-home section.promo .slider-nav .slider-thumbnail {
    width: 72px;
    height: 72px;
    padding: 6px;
    position: relative;
    border-radius: 100px;
    overflow: hidden
}

.page-home section.promo .slider-nav .slider-thumbnail:before {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    transition: all .2s ease-in
}

.page-home section.promo .slider-nav .slider-thumbnail span {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    display: block
}

.page-home section.promo .slider-custom-container .cust-btns {
    max-width: 1300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1023px) {
    .page-home section.promo .slider-custom-container .cust-btns {
        visibility:hidden
    }
}

.page-home section.promo .slider-custom-container .cust-btns button {
    padding: 0;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

@media (min-width: 992px) {
    .page-home section.promo .slider-custom-container .cust-btns button.prev {
        left:15px
    }
}

.page-home section.promo .slider-custom-container .cust-btns button.next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 992px) {
    .page-home section.promo .slider-custom-container .cust-btns button.next {
        right:15px
    }
}

.page-home section.promo .slider-custom-container .cust-btns button svg.hov {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .2s ease
}

.page-home section.promo .slider-custom-container .cust-btns button svg path {
    transition: all .2s ease-in
}

.page-home section.promo .slider-custom-container .cust-btns button:hover:active,.page-home section.promo .slider-custom-container .cust-btns button:hover:focus {
    outline: 0;
    border: 0
}

.page-home section.promo .slider-custom-container .cust-btns button:hover svg path {
    fill: #f49d33
}

.page-home section.roster {
    padding-top: 65px;
    background: url(../images/background.png)center top no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .page-home section.roster {
        padding:20px 12px
    }
}

.page-home section.roster #roster-trg {
    min-height: 100px
}

.page-home section.roster .view-header {
    margin-bottom: 0;
    text-align: center
}

.page-home section.roster .view-header .content__title {
    margin-top: 80px;
    margin-bottom: 80px
}

.page-home section.roster .view-content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 767px) {
    .page-home section.roster .view-content {
        padding-top:60px
    }
}

.page-home section.roster .view-content:before {
    width: calc(100% - 0px);
    height: 700px;
    background: url(../images/bg-ol.png)center top no-repeat;
    background-size: cover;
    border: 20px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
}

@media (max-width: 1023px) {
    .page-home section.roster .view-content:before {
        height:60%
    }
}

@media (max-width: 767px) {
    .page-home section.roster .view-content:before {
        width:calc(100% - 24px);
        height: 30%;
        top: 0;
        left: 0;
        border-width: 12px
    }
}

.page-home section.roster .view-content>.row {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .page-home section.roster .view-content>.row {
        padding:0 27px
    }
}

.page-home section#home-custom-html-section {
    padding: 9px 0 0;
    background: linear-gradient(180deg,#f49d33 0,#f96d63 100%)
}

.page-home section#home-custom-html-section .content-type-blocks {
    margin: 0
}

@media (max-width: 767px) {
    .page-home section#home-custom-html-section .content-type-blocks {
        padding:0
    }
}

.page-home section#home-custom-html-section .marquee-title {
    width: 100%;
    height: 40px;
    overflow-x: hidden
}

.page-home section#home-custom-html-section .marquee-title h2 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: marquee 32s linear infinite;
    animation: marquee 32s linear infinite
}

.page-home section#home-custom-html-section .marquee-feed {
    width: 100%;
    height: 238px;
    overflow: hidden;
    position: relative
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-animation: marquee-feed 32s linear infinite;
    animation: marquee-feed 32s linear infinite
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed-posts-inner {
    width: 500%!important;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed-posts-grid-load-more-container {
    width: 0;
    height: 0;
    overflow: hidden
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed-posts-view {
    width: auto;
    flex-wrap: nowrap
}

.page-home section#home-custom-html-section .marquee-feed .eapps-instagram-feed-posts-item {
    width: 240px!important;
    margin: 0!important
}

.page-home section#home-custom-html-section .social {
    margin: 0;
    padding: 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-home section#home-custom-html-section .social li {
    padding: 0 15px;
    font-size: 25px;
    list-style: none
}

.page-home section#home-newsletter-section {
    padding: 40px 0;
    background: url(../images/bg-sub.jpg)center top no-repeat;
    background-size: cover
}

.page-home section#home-newsletter-section .newsletter-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(180deg,rgba(249,109,99,.5)0,rgba(161,48,108,.5) 100%);
    position: relative;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width: 1023px) {
    .page-home section#home-newsletter-section .newsletter-container {
        flex-direction:column
    }
}

.page-home section#home-newsletter-section .newsletter-container .header {
    width: 41.6666666667%
}

@media (max-width: 1023px) {
    .page-home section#home-newsletter-section .newsletter-container .header {
        width:100%
    }
}

.page-home section#home-newsletter-section .newsletter-container header.flex {
    width: 58.3333333333%
}

@media (max-width: 1023px) {
    .page-home section#home-newsletter-section .newsletter-container header.flex {
        width:100%
    }
}

.page-about section#about>header,.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-title {
    display: none
}

.page-artists .artist-container {
    margin: 0-8px;
    display: flex;
    flex-wrap: wrap
}

.page-artists .node-artist {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px
}

@media (max-width: 767px) {
    .page-artists .node-artist {
        width:100%
    }
}

.page-artists .more-link {
    text-align: center
}

.page-music .music-body-container {
    margin: 0-8px;
    display: flex;
    flex-wrap: wrap
}

.page-music .node-music {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .page-music .node-music {
        width:100%
    }
}

.page-music .node-music h3 {
    min-height: 58px;
    font-size: calc(.7407407407vw + 21.6296296296px)
}

@media (max-width: 320px) {
    .page-music .node-music h3 {
        font-size:24px
    }
}

@media (min-width: 1400px) {
    .page-music .node-music h3 {
        font-size:32px
    }
}

@media (max-width: 1023px) {
    .page-music .node-music h3 {
        min-height:48px;
        font-size: 24px
    }
}

.page-music .node-music .date {
    margin-bottom: 5px
}

.page-music .more-link {
    text-align: center
}

.page-news .news-container {
    margin: 0-8px;
    display: flex;
    flex-wrap: wrap
}

.page-news .node-news {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .page-news .node-news {
        width:100%
    }
}

.page-news .node-news h3 {
    min-height: 72px;
    font-size: calc(.7407407407vw + 13.6296296296px)
}

@media (max-width: 320px) {
    .page-news .node-news h3 {
        font-size:16px
    }
}

@media (min-width: 1400px) {
    .page-news .node-news h3 {
        font-size:24px
    }
}

@media (max-width: 1023px) {
    .page-news .node-news h3 {
        font-size:14px
    }
}

.page-news .more-link {
    text-align: center
}

.single-post .eng {
    display: block!important
}

.single-post .spa,.single-post.spanish-mode .eng {
    display: none!important
}

.single-post.spanish-mode .spa {
    display: block!important
}

.single-post .article-container {
    max-width: 1084px;
    margin: 0 auto
}

.single-post .article-container .breadcrumbs {
    padding-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex
}

.single-post .article-container .breadcrumbs .space {
    padding: 0 6px
}

.single-post .article-container .article-news .article-content h1,.single-post .article-container .article-news .article-content h2,.single-post .article-container .article-news .article-content h3,.single-post .article-container .breadcrumbs .current {
    color: #000
}

.single-post .article-container .article-news .article-thumbnail {
    margin: 0 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

@media (max-width: 1023px) {
    .single-post .article-container .article-news .article-thumbnail {
        margin:0 50px
    }
}

@media (max-width: 767px) {
    .single-post .article-container .article-news .article-thumbnail {
        margin:0 25px
    }
}

.single-post .article-container .article-news .article-content {
    margin-top: -50px;
    padding: 85px 110px 55px;
    background: #fff;
    color: #000;
    position: relative;
    z-index: 0
}

@media (max-width: 1023px) {
    .single-post .article-container .article-news .article-content {
        padding-left:50px;
        padding-right: 50px
    }
}

@media (max-width: 767px) {
    .single-post .article-container .article-news .article-content {
        padding-left:25px;
        padding-right: 25px
    }
}

.single-post .article-container .article-news .article-header {
    text-transform: uppercase
}

.single-post .article-container .article-news .article-header .date {
    font-weight: 500x
}

.single-post .article-container .article-news .article-header h2 {
    font-weight: 900;
    font-size: calc(1.4814814815vw + 19.2592592593px);
    line-height: 1
}

@media (max-width: 320px) {
    .single-post .article-container .article-news .article-header h2 {
        font-size:24px
    }
}

@media (min-width: 1400px) {
    .single-post .article-container .article-news .article-header h2 {
        font-size:40px
    }
}

.single-post .article-container .article-news .article-share {
    margin: 20px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.single-post .article-container .article-news .article-share span {
    font-weight: 500;
    display: block
}

.single-post .article-container .article-news .article-share ul {
    padding-left: 20px;
    display: flex
}

.single-post .article-container .article-news .article-share ul li {
    padding-right: 20px
}

.single-post .article-container .article-news .article-share ul li a {
    color: #f6402d;
    font-size: 20px
}

.single-post .article-container .article-news .article-share .language-toggle-block {
    margin-left: auto;
    color: #000;
    position: relative
}

.single-post .article-container .article-news .article-share .language-toggle-block span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

.single-post .article-container .article-news .article-share .language-toggle-block span.language-option {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer
}

.single-post .article-container .article-news .article-share .language-toggle-block.english-mode .lo-eng,.single-post .article-container .article-news .article-share .language-toggle-block.spanish-mode .lo-spa {
    color: #f6402d
}

.single-post .article-container .article-news .article-body,.single-post .article-container .article-news .article-body p {
    font-weight: 500
}

.page-videos .video-body-container {
    margin: 0-8px;
    display: flex;
    flex-wrap: wrap
}

.page-videos .node-video {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px
}

@media (max-width: 767px) {
    .page-videos .node-video {
        width:100%
    }
}

.page-videos .node-video .card-thumb {
    position: relative
}

.page-videos .node-video .card-thumb .anchor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    transition: all .3s ease-in
}

.page-videos .node-video .card-thumb .anchor i {
    color: #f49d33;
    opacity: 0;
    transition: all .3s ease-in
}

.page-videos .node-video .card-thumb .anchor:hover {
    background: rgba(0,0,0,.4)
}

.page-videos .node-video h3 {
    font-size: 18px
}

@media (max-width: 1023px) {
    .page-videos .node-video h3 {
        font-size:15px
    }
}

.page-videos .more-link {
    text-align: center
}

@media (max-width: 767px) {
    .page-tour #tour .tour-btn-bar {
        padding:0
    }
}

.page-tour #tour .tour-table {
    max-width: 1300px;
    overflow: hidden;
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%
}

.page-tour #tour .tour-table .data-row {
    border-bottom: 1px solid #fff
}

.page-tour #tour .tour-table-row-tickets a {
    padding: 0;
    font-weight: 700;
    font-size: 16px
}

.page-tour #tour .my-city-link,.page-tour #tour .track-link {
    border: 0
}

.page-tour #tour .track-link:hover {
    fill: #fff!important
}

.page-tour #tour .tour-btn-bar.below {
    display: block;
    text-align: center
}

.page-tour #tour .tour-btn-bar.below a {
    display: inline-block;
    vertical-align: middle
}

.page-newsletter .newsletter-container .newsletter-content {
    order: 0
}

.page-newsletter .newsletter-container>.flex {
    order: 2
}

.page-newsletter .ae-cform-container {
    max-width: 80%;
    margin: 0 auto
}

.page-about section#about .header {
    margin-bottom: 80px
}

.page-about .article-about h1,.page-about .article-about h2,.page-about .article-about h3,.page-about .article-about h4,.page-about .article-about h5,.page-about .article-about h6,.page-about section#about article h1,.page-about section#about article h2,.page-about section#about article h3,.page-about section#about article h4,.page-about section#about article h5,.page-about section#about article h6 {
    font-weight: 900;
    color: #000;
    line-height: 1.3
}

.page-about section#about article p {
    margin-top: 0;
    text-align: left;
    font-weight: 500;
    line-height: 1.4
}

.page-about .article-about {
    padding: 40px 8.3333333333%;
    background: #fff;
    color: #000
}

.page-about .article-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media (max-width: 767px) {
    .page-about .article-content {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.page-about .article-content p {
    font-weight: 500;
    line-height: 1.4
}

body.light-mode,body.light-mode.page-home section.roster {
    background-image: url(../images/bg-ripple-drk.jpg)
}

body.light-mode .site-header {
    background: #000
}

body.light-mode .site-header .artist-logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

body.light-mode .site-header #menu-main a {
    color: #fff;
    fill: #fff
}

body.light-mode.page-home section.promo .slider .node-banner .banner-content .content .name-artist,body.light-mode.single-post .article-container .breadcrumbs .current,body.light-mode.single-post .article-container .breadcrumbs a:hover {
    color: #f96d63
}

body.light-mode.page-home section.promo .slider-nav .slick-current .slider-thumbnail:before,body.light-mode.page-home section.promo .slider-nav .slider-thumbnail:hover:before {
    background: #f96d63;
    background: linear-gradient(to bottom,#f96d63 0,#a1306c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F96D63",endColorstr="#A1306C",GradientType=0)
}

body.light-mode .card-social li a:hover svg,body.light-mode.page-home section.promo .slider-custom-container .cust-btns button:hover svg path {
    fill: #f96d63
}

body.light-mode.page-home section.roster .view-content:before {
    background: rgba(0,0,0,.6);
    -o-border-image: linear-gradient(to bottom,#e04179,#f49d33)1;
    border-image: linear-gradient(to bottom,#e04179,#f49d33)1
}

body.light-mode.page-home section#home-custom-html-section {
    background: linear-gradient(180deg,#e04179 0,#f49d33 100%)
}

body.light-mode.page-home section#home-newsletter-section {
    background-image: url(../images/bg-sub-drk.jpg);
    background-position: left -1px top -1px
}

body.light-mode.page-home section#home-newsletter-section .newsletter-container {
    background: rgba(0,0,0,.6)
}

body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item label span:nth-child(2),body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item.cform-required-field span:nth-child(2) {
    color: #f96d63
}

body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item-country input,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item-country select,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item-email input,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item-email select {
    border-bottom-color: #f49d33
}

.newsletter-container .ae-cform-container body.light-mode .ae-cform-item-submit-button:hover,.page-tour #tour body.light-mode .my-city-link:hover,.page-tour #tour body.light-mode .track-link:hover,body.light-mode .btn:hover,body.light-mode .card-content .cta a:after,body.light-mode .card-content .cta a:hover,body.light-mode .card-content .official a:after,body.light-mode .card-content .official a:hover,body.light-mode .newsletter-container .ae-cform-container .ae-cform-item-submit-button:hover,body.light-mode .page-tour #tour .my-city-link:hover,body.light-mode .page-tour #tour .track-link:hover,body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-item-submit-button input:hover {
    background: linear-gradient(180deg,#f96d63 0,#a1306c 100%),linear-gradient(180deg,#eb7453 0,#e90eff 100%)
}

body.light-mode.page-home section#home-newsletter-section .newsletter-container .ae-cform-container .ae-cform-select .select__arrow {
    border-color: #f49d33 transparent transparent
}

body.light-mode .card-node:hover .card-content h3 {
    background: linear-gradient(180deg,#f96d63 0,#a1306c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

body.light-mode .card-content .cta a:hover,body.light-mode .card-content .official a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

body.light-mode .card-social li a:hover {
    color: #a1306c
}

.ae-cform-header-image {
    max-width: 100%
}

.-is-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

body.news-single #wpadminbar {
    display: none
}

.sectionPadding-none {
    padding: 0 !important;
    box-sizing: border-box
}

.sectionPadding-xsmall {
    padding: 1.5rem 0 !important;
    box-sizing: border-box
}

.sectionPadding-small {
    padding: 2rem 0 !important;
    box-sizing: border-box
}

.sectionPadding-medium {
    padding: 3rem 0 !important;
    box-sizing: border-box
}

.sectionPadding-large {
    padding: 4rem 0 !important;
    box-sizing: border-box
}

.sectionPadding-xlarge {
    padding: 5rem 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-none {
    padding: 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-xsmall {
    padding: 1.5rem 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-small {
    padding: 2rem 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-medium {
    padding: 3rem 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-large {
    padding: 4rem 0 !important;
    box-sizing: border-box
}

.sectionPaddingFullWidth-xlarge {
    padding: 5rem 0 !important;
    box-sizing: border-box
}

@media only screen and (max-width: 31.25em) {
    .sectionPadding-large,.sectionPadding-xlarge,.sectionPaddingFullWidth-large,.sectionPaddingFullWidth-xlarge {
        padding:3rem 0 !important;
        box-sizing: border-box
    }
}

.wysiwyg-wrap h1,.wysiwyg-wrap h2,.wysiwyg-wrap h3,.wysiwyg-wrap h4,.wysiwyg-wrap h5,.wysiwyg-wrap h6,.wysiwyg-wrap p {
    margin-bottom: 20px
}

.wysiwyg-wrap p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

.wysiwyg-wrap img {
    height: auto;
    padding: 20px;
    width: 100%
}

.wysiwyg-wrap pre {
    margin: 0 0 20px;
    padding: 0
}

.wysiwyg-wrap ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: disc;
    list-style-position: inside
}

.wysiwyg-wrap ul li {
    padding: 0;
    margin: 0 0 10px
}

.wysiwyg-wrap ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style-position: inside;
    list-style: number
}

.wysiwyg-wrap ol li {
    padding: 0;
    margin: 0 0 10px
}

.wysiwyg-wrap strong {
    font-weight: 700
}

.wysiwyg-wrap blockquote {
    position: relative;
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 80%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    background-color: rgba(255,255,255,.4)
}

.wysiwyg-wrap blockquote:before,.wysiwyg-wrap blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    font-size: 34px
}

.wysiwyg-wrap blockquote:before {
    content: "\f10d";
    margin-right: 13px;
    right: 100%
}

.wysiwyg-wrap blockquote:after {
    content: "\f10e";
    margin-left: 13px;
    left: 100%
}

a.community-members-phone-number {
    display: none;
    width: 100%;
    white-space: nowrap;
    margin-left: 5px !important
}

li.community .community-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.umggr-success-notification-container {
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.umggr-success-notification-container .umggr-success-notification-popup {
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    padding: 1.25em;
    background: #fff;
    font-size: 1rem
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header {
    display: flex;
    flex-direction: column;
    padding: 0 1.8em
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-title {
    margin: 0 0 .4em;
    color: #595959;
    font-size: 1.875em;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-image {
    max-width: 100%;
    margin: 1.25em auto
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-close::-moz-focus-inner {
    border: 0
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success [class^=umggr-success-notification-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success [class^=umggr-success-notification-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success [class^=umggr-success-notification-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success [class^=umggr-success-notification-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success [class^=umggr-success-notification-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success.umggr-success-notification-icon-show .umggr-success-notification-success-line-tip {
    -webkit-animation: umggr-success-notification-animate-success-line-tip .75s;
    animation: umggr-success-notification-animate-success-line-tip .75s
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success.umggr-success-notification-icon-show .umggr-success-notification-success-line-long {
    -webkit-animation: umggr-success-notification-animate-success-line-long .75s;
    animation: umggr-success-notification-animate-success-line-long .75s
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-header .umggr-success-notification-icon.umggr-success-notification-success.umggr-success-notification-icon-show .umggr-success-notification-success-circular-line-right {
    -webkit-animation: umggr-success-notification-rotate-success-circular-line 4.25s ease-in;
    animation: umggr-success-notification-rotate-success-circular-line 4.25s ease-in
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-actions.umggr-success-notification-loading .umggr-success-notification-styled .umggr-success-notification-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    -webkit-animation: umggr-success-notification-rotate-loading 1.5s linear 0s infinite normal;
    animation: umggr-success-notification-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-actions.umggr-success-notification-loading :not(.umggr-success-notification-styled).umggr-success-notification-confirm:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    -webkit-animation: umggr-success-notification-rotate-loading 1.5s linear 0s infinite normal;
    animation: umggr-success-notification-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-actions:not(.umggr-success-notification-loading) .umggr-success-notification-styled:active {
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-actions:not(.umggr-success-notification-loading) .umggr-success-notification-styled:hover {
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.umggr-success-notification-container .umggr-success-notification-popup .umggr-success-notification-actions:not(.umggr-success-notification-loading) .umggr-success-notification-styled[disabled] {
    opacity: .4
}

.umggr-success-notification-container .umggr-success-notification-actions {
    display: flex;
    align-items: center;
    margin: 1.25em auto 0
}

.umggr-success-notification-container .umggr-success-notification-styled {
    margin: .3125em;
    padding: .625em 2em
}

.umggr-success-notification-container .umggr-success-notification-styled:not([disabled]) {
    cursor: pointer
}

.umggr-success-notification-container .umggr-success-notification-styled.umggr-success-notification-confirm {
    border: 0;
    border-radius: .25em;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em
}

.umggr-success-notification-container .umggr-success-notification-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)
}

.umggr-success-notification-container .umggr-success-notification-styled::-moz-focus-inner {
    border: 0
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .umggr-success-notification-container .umggr-success-notification-notification {
        margin: 0 !important
    }
}

[class^=umggr-success-notification] {
    -webkit-tap-highlight-color: transparent
}

@supports (-ms-accelerator:true) {
    .umggr-success-notification-range input {
        width: 100% !important
    }

    .umggr-success-notification-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .umggr-success-notification-range input {
        width: 100% !important
    }

    .umggr-success-notification-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .umggr-success-notification-close:focus {
        outline: 2px solid rgba(50,100,150,.4)
    }
}

@-webkit-keyframes umggr-success-notification-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes umggr-success-notification-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes umggr-success-notification-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes umggr-success-notification-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@-webkit-keyframes umggr-success-notification-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes umggr-success-notification-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes umggr-success-notification-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes umggr-success-notification-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes umggr-success-notification-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes umggr-success-notification-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@-webkit-keyframes umggr-success-notification-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes umggr-success-notification-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes umggr-success-notification-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes umggr-success-notification-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes umggr-success-notification-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes umggr-success-notification-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes umggr-success-notification-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes umggr-success-notification-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes umggr-success-notification-rotate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes umggr-success-notification-rotate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.news-tiled .flex-grid-gr {
    -moz-flex-direction: column;
    flex-direction: column
}

.news-tiled .flex-grid-gr-slide {
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    width: 100%;
    flex-wrap: wrap
}

.news-tiled .flex-grid-gr-slide .news-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9e9e9e
}

.news-tiled .flex-grid-gr-slide .news-loader .umggr-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px
}

.news-tiled .flex-grid-gr-slide.-is-loading .news-loader {
    display: block
}

.news-tiled .flex-grid-gr-slide-image {
    overflow: hidden;
    -moz-flex: 1 100%;
    flex: 1 100%
}

@media only screen and (min-width: 50em) {
    .news-tiled .flex-grid-gr-slide-image {
        min-height:230px
    }
}

.news-tiled .flex-grid-gr-slide-image .image-overlay {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%
}

.news-tiled .flex-grid-gr-slide-image .image-overlay:after {
    display: block;
    content: '';
    padding-top: 56.25%;
    width: 100%
}

.news-tiled .flex-grid-gr-slide-image .image-overlay .slide-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.news-tiled .flex-grid-gr-slide-image .image-overlay .slide-overlay svg {
    height: auto;
    max-width: 50px;
    width: 10%;
    stroke: #fefefe;
    fill: none
}

.news-tiled .slide-snippet {
    box-sizing: border-box;
    opacity: .8;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    width: 100%;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.news-tiled .slide-snippet h2 {
    color: #fefefe;
    font-weight: 400;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem
}

.news-tiled .slide-snippet a {
    color: #fefefe
}

.news-tiled .slide-snippet a:after {
    content: '...'
}

.news-tiled a.news-load-more {
    padding: 15px 0;
    background-color: #b1b1b1;
    display: block;
    color: #fff;
    font-size: 1.1em;
    width: 100%;
    margin-top: 0;
    text-align: center;
    opacity: 1
}

.news-tiled a.news-load-more .umggr-spinner {
    display: none
}

.news-tiled a.news-load-more.-is-loading {
    cursor: default
}

.news-tiled a.news-load-more.-is-loading .umggr-spinner {
    display: inline-block
}

.news-tiled a.news-load-more.-is-loading:hover {
    opacity: .8
}

@media only screen and (min-width: 50em) {
    .news-tiled a.news-load-more {
        opacity:.6;
        margin-top: 20px
    }

    .news-tiled a.news-load-more:hover {
        opacity: 1
    }
}

@media only screen and (min-width: 50em) {
    .news-tiled .flex-grid-gr {
        max-width:1200px;
        margin: 0 auto;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .news-tiled .flex-grid-gr-slide {
        margin: 0;
        -moz-align-items: stretch;
        align-items: stretch;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .news-tiled .flex-grid-gr-slide .slide-snippet {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .news-tiled .flex-grid-gr-slide:first-child {
        flex-wrap: nowrap;
        -moz-align-items: stretch;
        align-items: stretch
    }

    .news-tiled .flex-grid-gr-slide:first-child .flex-grid-gr-slide-image {
        -moz-flex: 1 60%;
        flex: 1 60%
    }

    .news-tiled .flex-grid-gr-slide:first-child .slide-snippet {
        -moz-flex: 1 40%;
        flex: 1 40%;
        -moz-justify-content: center;
        justify-content: center
    }

    .news-tiled .flex-grid-gr-slide:nth-child(n+2) {
        margin-top: 2%;
        margin-right: 2%;
        flex-wrap: wrap;
        -moz-flex: 0 1 49%;
        flex: 0 1 49%
    }

    .news-tiled .flex-grid-gr-slide:nth-child(3) {
        margin-right: 0
    }

    .news-tiled .flex-grid-gr-slide:nth-child(n+4) {
        flex-wrap: wrap;
        -moz-flex: 0 1 32%;
        flex: 0 1 32%
    }

    .news-tiled .flex-grid-gr-slide:nth-child(3n-6) {
        margin-right: 0
    }

    .news-tiled .flex-grid-gr-slide .slide-snippet {
        min-height: 200px
    }
}

.news-defaultslider .news-item .news-content {
    text-align: center
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .news-item .news-content {
        text-align:left
    }
}

.news-defaultslider .news-item .news-content h1 {
    font-size: 1.5em;
    padding-top: 20px;
    text-align: center
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .news-item .news-content h1 {
        text-align:left
    }
}

.news-defaultslider .news-item .news-content p {
    line-height: 1.6;
    margin-bottom: 20px
}

.news-defaultslider .news-item .news-content .news-item-date {
    font-size: 1.5em
}

.news-defaultslider .news-item .news-content .more-news-link {
    font-size: .875em
}

.news-defaultslider .news-item .news-content .more-news-link span {
    font-size: 1.5em;
    margin-left: 5px;
    vertical-align: middle
}

.news-defaultslider .news-item .news-content img {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 300px
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .news-item .news-content img {
        float:left;
        margin: 0 20px 20px;
        width: 350px
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .news-item .news-content img {
        width:400px
    }
}

.fancy-news .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 90%
}

.news-defaultslider .umggr-news-slider *:focus {
    outline: none
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport {
    overflow: hidden;
    position: relative
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul {
    width: 100%;
    list-style-type: none;
    margin: auto;
    white-space: nowrap
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li {
    opacity: 0;
    display: none;
    vertical-align: middle;
    width: auto
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li {
        opacity:1;
        display: inline-block;
        position: initial;
        width: 33.33%;
        height: 100%
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li {
        opacity:1;
        display: inline-block;
        position: initial;
        width: 33.33%;
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li.active {
    opacity: 1;
    display: inline-block
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-contain {
    height: 100%
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li img {
    border-radius: 100%;
    display: block;
    height: auto;
    margin: 0 auto 0;
    width: 65%
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li img {
        width:25%;
        margin: 8.5vw auto 0
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li img {
        width:25%;
        margin: 8.5vw auto 0
    }
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text {
    line-height: 1.7;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-desc {
    display: none;
    opacity: 1;
    transition: opacity .3s;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-desc {
        opacity:0
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-desc {
        opacity:0
    }
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-title {
    white-space: normal
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-readmore a {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li .umggr-news-slide-text .umggr-news-slide-date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li.active .umggr-news-slide-desc {
    display: block;
    opacity: 1
}

.news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li.active img {
    width: 65%;
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 100%
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li.active img {
        width:85%
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .umggr-news-slider .umggr-news-slider-viewport ul li.active img {
        width:85%
    }
}

.news-defaultslider .news-nav {
    cursor: pointer;
    font-size: 12vw;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 30%
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .news-nav {
        top:8vw;
        font-size: 8vw
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .news-nav {
        top:8vw;
        font-size: 8vw
    }
}

.news-defaultslider .left-nav-news {
    left: 20px
}

.news-defaultslider .right-nav-news {
    right: 20px
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .left-nav-news {
        left:27vw
    }

    .news-defaultslider .right-nav-news {
        right: 27vw
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .left-nav-news {
        left:27vw
    }

    .news-defaultslider .right-nav-news {
        right: 27vw
    }
}

.news-defaultslider blockquote {
    padding: 1em 2em .1em;
    margin: .4em .4em 1em;
    background-color: rgba(255,255,255,.2)
}

.news-defaultslider .umggr-news-contain.single {
    text-align: center
}

.news-defaultslider .umggr-news-contain.single li .umggr-news-slide-desc {
    display: block;
    opacity: 1
}

.news-defaultslider .umggr-news-contain.single li img {
    width: 65%;
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 100%
}

@media only screen and (min-width: 31.25em) {
    .news-defaultslider .umggr-news-contain.single li img {
        width:85%
    }
}

@media only screen and (min-width: 62.5em) {
    .news-defaultslider .umggr-news-contain.single li img {
        width:85%
    }
}

.flex {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-col {
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-col-container {
    height: 100%;
    display: -moz-flex;
    display: flex;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    flex-direction: column
}

.flex-shim {
    -moz-flex: 0;
    flex: 0
}

.flex-centred {
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 0
}

.news-blocks {
    -moz-flex-direction: column;
    flex-direction: column
}

.news-blocks .news-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9e9e9e
}

.news-blocks .news-loader .umggr-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px
}

.news-blocks.-is-loading .news-loader {
    display: block
}

.news-blocks .news-block {
    width: 100%;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column
}

.news-blocks .news-block:not(:first-child) {
    margin-top: 20px
}

@media only screen and (min-width: 50em) {
    .news-blocks .news-block {
        -moz-flex-direction:row;
        flex-direction: row
    }
}

.news-blocks .news-block h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    margin-bottom: 20px
}

@media only screen and (min-width: 50em) {
    .news-blocks .news-block h2 {
        font-size:30px;
        line-height: 1.5;
        margin-bottom: 0
    }
}

.news-blocks .news-block h2 .highlight {
    text-transform: uppercase;
    font-weight: 700
}

.news-blocks .news-block .news-block-image {
    width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 50em) {
    .news-blocks .news-block .news-block-image {
        width:50%;
        margin-bottom: 0
    }
}

.news-blocks .news-block .news-block-image img {
    width: 100%
}

.news-blocks .news-block .news-block-content {
    width: 100%
}

@media only screen and (min-width: 50em) {
    .news-blocks .news-block .news-block-content {
        width:48%;
        margin-left: 20px;
        -moz-flex-grow: 1;
        flex-grow: 1
    }
}

.news-blocks .news-block .news-block-content .read-more {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    display: block
}

a.news-load-more {
    padding: 15px 0;
    background-color: #b1b1b1;
    display: block;
    color: #fff;
    font-size: 1.1em;
    width: 100%;
    margin-top: 0;
    text-align: center;
    opacity: 1
}

a.news-load-more .umggr-spinner {
    display: none
}

a.news-load-more.-is-loading {
    cursor: default
}

a.news-load-more.-is-loading .umggr-spinner {
    display: inline-block
}

a.news-load-more.-is-loading:hover {
    opacity: .8
}

@media only screen and (min-width: 50em) {
    a.news-load-more {
        opacity:.6;
        margin-top: 20px
    }

    a.news-load-more:hover {
        opacity: 1
    }
}

.c-artist .c-artist-header {
    display: flex;
    flex-direction: row;
    align-items: center
}

.c-artist .c-artist-header__inner {
    margin-left: 0;
    width: 50%;
    margin: auto;
    padding-right: 20px
}

.c-artist .c-artist-header__socials {
    width: 50%;
    margin-right: 0;
    margin: auto
}

.c-artist .c-artist-header__socials-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-content: center
}

.c-artist .c-artist-header__socials-list li {
    list-style: none;
    margin: 0 5px;
    display: flex;
    align-items: center
}

.c-artist .c-artist-header__socials-list li a {
    display: flex;
    align-items: center
}

.c-artist .c-artist-header__socials-list li a svg,.c-artist .c-artist-header__socials-list li a img {
    height: 23px
}

@media (max-width: 31.25em) {
    .c-artist .c-artist-header {
        flex-direction:column
    }

    .c-artist .c-artist-header__inner {
        padding-right: 0
    }

    .c-artist .c-artist-header__inner .title {
        text-align: center
    }

    .c-artist .c-artist-header__socials {
        margin-top: 20px
    }

    .c-artist .c-artist-header__socials-list {
        justify-content: center
    }
}

.two-column-layout section.c-artist-embeds {
    margin-top: 40px
}

section.c-artist-embeds .c-artiat-embed-title {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.6px
}

.umggr-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000
}

.umggr-modal.block-editor {
    overflow: auto
}

.umggr-modal.block-editor .wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

.umggr-modal.block-editor .wrap .block-editor-container {
    flex-grow: 1
}

.umggr-modal .wrap,.umggr-modal .contain {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    flex-wrap: wrap
}

.umggr-modal .wrap .splash-content-container,.umggr-modal .contain .splash-content-container {
    position: relative !important;
    padding-top: 0;
    min-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    width: 100%
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .wrap .splash-content-container,.umggr-modal .contain .splash-content-container {
        padding-top:0;
        position: static;
        min-height: 100vh
    }
}

.umggr-modal .wrap .splash-content-container .wrap,.umggr-modal .contain .splash-content-container .wrap {
    position: relative
}

.umggr-modal .splash-container-inner {
    overflow-y: auto;
    overflow-x: hidden
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .contain {
        position:absolute
    }
}

.umggr-modal .inner {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto
}

.umggr-modal .close-modal {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    right: 0;
    padding: 15px 10px;
    text-align: right;
    text-transform: uppercase;
    z-index: 100;
    box-sizing: border-box
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .close-modal {
        cursor:pointer;
        display: inline-block;
        padding: 10px 40px;
        position: absolute;
        top: 30px;
        right: 30px;
        width: auto
    }

    .umggr-modal .close-modal.video {
        top: 70px
    }
}

.umggr-modal .close-modal .site-title {
    letter-spacing: .08rem;
    margin-right: 20px;
    cursor: pointer
}

.umggr-modal .splash-embed-contain {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.umggr-modal .splash-embed-contain div[id^=cc_iframe] {
    width: 100%;
    overflow: scroll
}

.umggr-modal .splash-footer-legals {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .75rem;
    flex-direction: column;
    flex-wrap: wrap
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .splash-footer-legals {
        flex-direction:row
    }
}

.umggr-modal .splash-footer-legals .splash-footer {
    flex-direction: column;
    list-style: none
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .splash-footer-legals .splash-footer {
        flex-direction:row
    }
}

.umggr-modal .splash-footer-legals .splash-footer a {
    padding: 5px 0
}

@media only screen and (min-width: 56.25em) {
    .umggr-modal .splash-footer-legals .splash-footer a {
        padding:0 5px
    }
}

@media screen and (max-width: 790px) {
    .umggr-modal .close-modal {
        display:block;
        position: relative;
        top: 0;
        right: 0;
        padding: 15px 10px;
        text-align: right
    }

    #umggr-splash .close-modal {
        height: 50px
    }
}

.jquery-modal.blocker {
    position: fixed;
    z-index: 99999999
}

.ae-cform-modal-container.modal {
    height: auto
}

.fancybox-toolbar {
    margin: 25px;
    opacity: 1;
    visibility: visible
}

.fancybox-toolbar.compensate-for-scrollbar {
    margin-right: 25px
}

.umggr-fancybox-close svg {
    width: 25px;
    height: auto
}

.fancybox-close-small:focus:after {
    outline: none
}

.splash-video-overlay {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 0;
    transition: opacity .5s;
    transition: opacity .5s
}

@media only screen and (min-width: 31.25em) {
    .splash-video-overlay {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 62.5em) {
    .splash-video-overlay {
        font-size:3rem
    }
}

.splash-video-overlay:hover {
    opacity: 1;
    transition: opacity .5s
}

.splash-video-overlay a {
    text-align: center
}

.splash-video-overlay i {
    background-color: #333;
    color: rgba(10,10,10,.43);
    opacity: .75;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: .5rem 1rem;
    max-width: 3.75rem;
    min-width: 3.75rem
}

@media only screen and (min-width: 31.25em) {
    .splash-video-overlay i {
        border-radius:15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 1rem 1.5rem;
        max-width: 5.25rem;
        min-width: 5.25rem
    }
}

@media only screen and (min-width: 62.5em) {
    .splash-video-overlay i {
        border-radius:15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 1rem 2rem;
        max-width: 6.66rem;
        min-width: 6.66rem
    }
}

.splash-video-contain {
    overflow: hidden
}

.splash-video-contain .wrap {
    height: 100%;
    margin: 0 auto
}

.splash-video-contain .wrap .inner {
    align-self: flex-start;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto
}

.splash-video-contain.header-content-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.splash-video-contain .ytplayer-container {
    position: unset;
    z-index: 0
}

.splash-mute-unmute {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    z-index: 100
}

@media only screen and (min-width: 56.25em) {
    .splash-mute-unmute {
        top:70px;
        left: 30px;
        height: auto;
        display: inline-block
    }
}

.splash-mute-unmute div {
    padding: 10px 15px
}

@media only screen and (min-width: 56.25em) {
    .splash-mute-unmute div {
        padding:10px 40px
    }
}

.splash-mute-unmute .fa {
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
    width: 20px
}

@media only screen and (min-width: 56.25em) {
    .splash-mute-unmute .fa {
        font-size:1.2rem;
        line-height: 20px
    }
}

.splash-mute-unmute a:hover {
    color: unset
}

.splash-video-contain .inner .media-aspect-wrapper {
    padding-top: 0
}

.splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder #ytplayer-shield {
    display: none !important
}

#mp4-video,.wrap #mp4-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media screen and (max-width: 790px) {
    .splash-video-contain .inner {
        height:100%
    }

    .splash-video-contain .inner .media-aspect-wrapper {
        padding: 0;
        margin: 0;
        height: 100%
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: 100%;
        width: 100%
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder .ytplayer-container.background {
        height: 100%;
        width: 100%;
        position: relative
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder .ytplayer-container.background:nth-child(3) {
        display: none
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder .ytplayer-container.background iframe {
        max-width: 100%;
        max-height: 100%;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder #ytplayer-shield:nth-child(4) {
        display: none
    }

    .splash-video-contain .inner .media-aspect-wrapper .yt-holder.splash-yt-holder #ytplayer-shield {
        display: none !important
    }

    #mp4-video,.wrap #mp4-video {
        width: 100%
    }
}

.-no-overflow {
    overflow: hidden
}

.umggr-popup {
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 43.75em) {
    .umggr-popup {
        width:680px;
        min-height: 380px
    }
}

.umggr-popup .fancybox-close-small {
    display: none
}

.umggr-popup .fancybox-toolbar {
    margin: 0
}

.pager {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.pager .pager-digit {
    margin: 2rem 0 0;
    padding: 0 0 2rem
}

.pager .pager-digit .current {
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding: .5rem 1rem
}

.pager .pager-digit li {
    margin: 0 2px
}

.pager .pager-digit li.inactive {
    opacity: .2
}

.pager .pager-digit li.inactive .prev,.pager .pager-digit li.inactive .next {
    display: block;
    box-sizing: border-box;
    padding: .5rem 1rem
}

.pager .pager-digit li a {
    display: block;
    box-sizing: border-box;
    padding: .5rem 1rem
}

.pager .pager-digit li a:hover {
    color: #fb875e;
    border-bottom: 1px solid #fb875e
}

.newsletter-container .newsletter-wrapper {
    display: grid;
    grid-template-columns: 100%;
    place-items: center;
    width: 100%;
    max-width: 1300px
}

.ae-newsletter-content-grid-cell {
    padding: 0 20px
}

@media screen and (max-width: 767px) {
    .newsletter-container .newsletter-wrapper>* {
        grid-column:1;
        grid-row: auto;
        display: block
    }

    .newsletter-container .newsletter-wrapper {
        display: block
    }

    section.grand-royal-section-newsletter .newsletter-container .ae-newsletter-content-grid-cell .newsletter-content {
        max-width: initial
    }
}

#site-footer .newsletter-image-container {
    display: none
}

.newsletter-image-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px
}

.newsletter-image {
    width: 100%;
    height: auto;
    display: block
}

.newsletter-content {
    max-width: 700px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.newsletter-content>* {
    margin-top: 2rem
}

.ae-cform-modal-container .newsletter-content {
    padding: 0
}

.ae-cform-modal-container .form-inputs,.ae-newsletter-content-grid-cell .ae-cform-error-block {
    margin-top: 0
}

.ae-newsletter-content-grid-cell .ae-cform-error-block {
    width: 100%;
    text-align: left
}

.form-inputs {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
    width: 100%
}

.input-item {
    display: flex;
    flex-direction: column;
    width: 100%
}

.optin-options {
    display: flex;
    flex-direction: column
}

.form-inputs input,.form-inputs select {
    min-height: 44px;
    padding: .75rem;
    font-family: inherit
}

@media screen and (min-width: 768px) {
    .ae-cform-modal-container .form-inputs {
        grid-template-columns:1fr;
        grid-gap: 0rem
    }

    .form-inputs {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem
    }

    .optin>*+* {
        margin-top: 1rem
    }

    .optin-options {
        flex-direction: column;
        width: 100%;
        justify-content: flex-start
    }

    .optin-option-item+.optin-option-item {
        margin-left: 0
    }
}

.newsletter-consent {
    text-align: center
}

.newsletter-consent>a {
    color: inherit
}

.newsletter-container.newsletter-side .newsletter-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

@media screen and (min-width: 768px) {
    .ae-cform-modal-container .newsletter-container.newsletter-side .newsletter-wrapper {
        grid-template-columns:1fr
    }

    .newsletter-container.newsletter-side .newsletter-wrapper {
        grid-template-columns: 1fr 1fr
    }
}

.newsletter-container .ae-cform-container.newsletter-side {
    max-width: 1300px
}

.newsletter-container .ae-cform-container.newsletter-centered,.footer-newsletter .ae-cform-container.newsletter-centered {
    max-width: 700px
}

.ae-cform-signin-options {
    width: 100%
}

h2#ae-cform-title-1 {
    margin-bottom: 1em
}

.ae-newsletter-content-grid-cell label {
    text-align: left
}

.ae-cform-item.ae-cform-item-submit-button.button-container {
    width: 100%;
    margin-top: 0
}

.ae-newsletter-content-grid-cell .cform-required-field.ae-cform-item,.ae-newsletter-content-grid-cell .ae-cform-optins-container,.ae-newsletter-content-grid-cell .ae-cform-optin-terms {
    width: 100%;
    text-align: left;
    margin-top: 0
}

.ae-newsletter-content-grid-cell .ae-cform-input.day,.ae-newsletter-content-grid-cell .ae-cform-input.month,.ae-newsletter-content-grid-cell .ae-cform-input.year {
    width: 33% !important
}

.logo-x-small {
    width: 100%;
    max-width: 75px
}

.logo-small {
    width: 100%;
    max-width: 150px
}

.logo-medium {
    padding-top: 20px;
    width: 100%;
    max-width: 300px
}

.logo-large {
    width: 100%;
    max-width: 600px
}

.logo-x-large {
    width: 100%;
    max-width: 900px
}

.header-logo-mobile {
    display: block
}

@media only screen and (min-width: 769px) {
    .header-logo-mobile {
        display:none
    }
}

.header-logo-desktop {
    display: none
}

@media only screen and (min-width: 769px) {
    .header-logo-desktop {
        display:block
    }
}

@font-face {
    font-family: "Material Design Icons";
    src: url(../fonts/materialdesignicons-webfont_1.eot);
    src: url(../fonts/materialdesignicons-webfont.eot#iefix&v=1.4.57) format("embedded-opentype"),url(../fonts/materialdesignicons-webfont.woff2) format("woff2"),url(../fonts/materialdesignicons-webfont.woff) format("woff"),url(../fonts/materialdesignicons-webfont.ttf) format("truetype"),url(../images/materialdesignicons-webfont.svg#materialdesigniconsregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.mdi-access-point:before {
    content: "\f101"
}

.mdi-access-point-network:before {
    content: "\f102"
}

.mdi-account:before {
    content: "\f103"
}

.mdi-account-alert:before {
    content: "\f104"
}

.mdi-account-box:before {
    content: "\f105"
}

.mdi-account-box-outline:before {
    content: "\f106"
}

.mdi-account-check:before {
    content: "\f107"
}

.mdi-account-circle:before {
    content: "\f108"
}

.mdi-account-convert:before {
    content: "\f109"
}

.mdi-account-key:before {
    content: "\f10a"
}

.mdi-account-location:before {
    content: "\f10b"
}

.mdi-account-minus:before {
    content: "\f10c"
}

.mdi-account-multiple:before {
    content: "\f10d"
}

.mdi-account-multiple-outline:before {
    content: "\f10e"
}

.mdi-account-multiple-plus:before {
    content: "\f10f"
}

.mdi-account-network:before {
    content: "\f110"
}

.mdi-account-off:before {
    content: "\f111"
}

.mdi-account-outline:before {
    content: "\f112"
}

.mdi-account-plus:before {
    content: "\f113"
}

.mdi-account-remove:before {
    content: "\f114"
}

.mdi-account-search:before {
    content: "\f115"
}

.mdi-account-star:before {
    content: "\f116"
}

.mdi-account-star-variant:before {
    content: "\f117"
}

.mdi-account-switch:before {
    content: "\f118"
}

.mdi-adjust:before {
    content: "\f119"
}

.mdi-air-conditioner:before {
    content: "\f11a"
}

.mdi-airballoon:before {
    content: "\f11b"
}

.mdi-airplane:before {
    content: "\f11c"
}

.mdi-airplane-off:before {
    content: "\f11d"
}

.mdi-airplay:before {
    content: "\f11e"
}

.mdi-alarm:before {
    content: "\f11f"
}

.mdi-alarm-check:before {
    content: "\f120"
}

.mdi-alarm-multiple:before {
    content: "\f121"
}

.mdi-alarm-off:before {
    content: "\f122"
}

.mdi-alarm-plus:before {
    content: "\f123"
}

.mdi-album:before {
    content: "\f124"
}

.mdi-alert:before {
    content: "\f125"
}

.mdi-alert-box:before {
    content: "\f126"
}

.mdi-alert-circle:before {
    content: "\f127"
}

.mdi-alert-octagon:before {
    content: "\f128"
}

.mdi-alert-outline:before {
    content: "\f129"
}

.mdi-alpha:before {
    content: "\f12a"
}

.mdi-alphabetical:before {
    content: "\f12b"
}

.mdi-amazon:before {
    content: "\f12c"
}

.mdi-amazon-clouddrive:before {
    content: "\f12d"
}

.mdi-ambulance:before {
    content: "\f12e"
}

.mdi-anchor:before {
    content: "\f12f"
}

.mdi-android:before {
    content: "\f130"
}

.mdi-android-debug-bridge:before {
    content: "\f131"
}

.mdi-android-studio:before {
    content: "\f132"
}

.mdi-apple:before {
    content: "\f133"
}

.mdi-apple-finder:before {
    content: "\f134"
}

.mdi-apple-ios:before {
    content: "\f135"
}

.mdi-apple-mobileme:before {
    content: "\f136"
}

.mdi-apple-safari:before {
    content: "\f137"
}

.mdi-appnet:before {
    content: "\f138"
}

.mdi-apps:before {
    content: "\f139"
}

.mdi-archive:before {
    content: "\f13a"
}

.mdi-arrange-bring-forward:before {
    content: "\f13b"
}

.mdi-arrange-bring-to-front:before {
    content: "\f13c"
}

.mdi-arrange-send-backward:before {
    content: "\f13d"
}

.mdi-arrange-send-to-back:before {
    content: "\f13e"
}

.mdi-arrow-all:before {
    content: "\f13f"
}

.mdi-arrow-bottom-drop-circle:before {
    content: "\f140"
}

.mdi-arrow-bottom-left:before {
    content: "\f141"
}

.mdi-arrow-bottom-right:before {
    content: "\f142"
}

.mdi-arrow-collapse:before {
    content: "\f143"
}

.mdi-arrow-down:before {
    content: "\f144"
}

.mdi-arrow-down-bold:before {
    content: "\f145"
}

.mdi-arrow-down-bold-circle:before {
    content: "\f146"
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "\f147"
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\f148"
}

.mdi-arrow-expand:before {
    content: "\f149"
}

.mdi-arrow-left:before {
    content: "\f14a"
}

.mdi-arrow-left-bold:before {
    content: "\f14b"
}

.mdi-arrow-left-bold-circle:before {
    content: "\f14c"
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "\f14d"
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\f14e"
}

.mdi-arrow-right:before {
    content: "\f14f"
}

.mdi-arrow-right-bold:before {
    content: "\f150"
}

.mdi-arrow-right-bold-circle:before {
    content: "\f151"
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "\f152"
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\f153"
}

.mdi-arrow-top-left:before {
    content: "\f154"
}

.mdi-arrow-top-right:before {
    content: "\f155"
}

.mdi-arrow-up:before {
    content: "\f156"
}

.mdi-arrow-up-bold:before {
    content: "\f157"
}

.mdi-arrow-up-bold-circle:before {
    content: "\f158"
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "\f159"
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\f15a"
}

.mdi-assistant:before {
    content: "\f15b"
}

.mdi-at:before {
    content: "\f15c"
}

.mdi-attachment:before {
    content: "\f15d"
}

.mdi-audiobook:before {
    content: "\f15e"
}

.mdi-auto-fix:before {
    content: "\f15f"
}

.mdi-auto-upload:before {
    content: "\f160"
}

.mdi-autorenew:before {
    content: "\f161"
}

.mdi-av-timer:before {
    content: "\f162"
}

.mdi-baby:before {
    content: "\f163"
}

.mdi-backburger:before {
    content: "\f164"
}

.mdi-backspace:before {
    content: "\f165"
}

.mdi-backup-restore:before {
    content: "\f166"
}

.mdi-bank:before {
    content: "\f167"
}

.mdi-barcode:before {
    content: "\f168"
}

.mdi-barcode-scan:before {
    content: "\f169"
}

.mdi-barley:before {
    content: "\f16a"
}

.mdi-barrel:before {
    content: "\f16b"
}

.mdi-basecamp:before {
    content: "\f16c"
}

.mdi-basket:before {
    content: "\f16d"
}

.mdi-basket-fill:before {
    content: "\f16e"
}

.mdi-basket-unfill:before {
    content: "\f16f"
}

.mdi-battery:before {
    content: "\f170"
}

.mdi-battery-10:before {
    content: "\f171"
}

.mdi-battery-20:before {
    content: "\f172"
}

.mdi-battery-30:before {
    content: "\f173"
}

.mdi-battery-40:before {
    content: "\f174"
}

.mdi-battery-50:before {
    content: "\f175"
}

.mdi-battery-60:before {
    content: "\f176"
}

.mdi-battery-70:before {
    content: "\f177"
}

.mdi-battery-80:before {
    content: "\f178"
}

.mdi-battery-90:before {
    content: "\f179"
}

.mdi-battery-alert:before {
    content: "\f17a"
}

.mdi-battery-charging:before {
    content: "\f17b"
}

.mdi-battery-charging-100:before {
    content: "\f17c"
}

.mdi-battery-charging-20:before {
    content: "\f17d"
}

.mdi-battery-charging-30:before {
    content: "\f17e"
}

.mdi-battery-charging-40:before {
    content: "\f17f"
}

.mdi-battery-charging-60:before {
    content: "\f180"
}

.mdi-battery-charging-80:before {
    content: "\f181"
}

.mdi-battery-charging-90:before {
    content: "\f182"
}

.mdi-battery-minus:before {
    content: "\f183"
}

.mdi-battery-negative:before {
    content: "\f184"
}

.mdi-battery-outline:before {
    content: "\f185"
}

.mdi-battery-plus:before {
    content: "\f186"
}

.mdi-battery-positive:before {
    content: "\f187"
}

.mdi-battery-unknown:before {
    content: "\f188"
}

.mdi-beach:before {
    content: "\f189"
}

.mdi-beaker:before {
    content: "\f18a"
}

.mdi-beaker-empty:before {
    content: "\f18b"
}

.mdi-beaker-empty-outline:before {
    content: "\f18c"
}

.mdi-beaker-outline:before {
    content: "\f18d"
}

.mdi-beats:before {
    content: "\f18e"
}

.mdi-beer:before {
    content: "\f18f"
}

.mdi-behance:before {
    content: "\f190"
}

.mdi-bell:before {
    content: "\f191"
}

.mdi-bell-off:before {
    content: "\f192"
}

.mdi-bell-outline:before {
    content: "\f193"
}

.mdi-bell-plus:before {
    content: "\f194"
}

.mdi-bell-ring:before {
    content: "\f195"
}

.mdi-bell-ring-outline:before {
    content: "\f196"
}

.mdi-bell-sleep:before {
    content: "\f197"
}

.mdi-beta:before {
    content: "\f198"
}

.mdi-bike:before {
    content: "\f199"
}

.mdi-bing:before {
    content: "\f19a"
}

.mdi-binoculars:before {
    content: "\f19b"
}

.mdi-bio:before {
    content: "\f19c"
}

.mdi-biohazard:before {
    content: "\f19d"
}

.mdi-bitbucket:before {
    content: "\f19e"
}

.mdi-black-mesa:before {
    content: "\f19f"
}

.mdi-blackberry:before {
    content: "\f1a0"
}

.mdi-blender:before {
    content: "\f1a1"
}

.mdi-blinds:before {
    content: "\f1a2"
}

.mdi-block-helper:before {
    content: "\f1a3"
}

.mdi-blogger:before {
    content: "\f1a4"
}

.mdi-bluetooth:before {
    content: "\f1a5"
}

.mdi-bluetooth-audio:before {
    content: "\f1a6"
}

.mdi-bluetooth-connect:before {
    content: "\f1a7"
}

.mdi-bluetooth-off:before {
    content: "\f1a8"
}

.mdi-bluetooth-settings:before {
    content: "\f1a9"
}

.mdi-bluetooth-transfer:before {
    content: "\f1aa"
}

.mdi-blur:before {
    content: "\f1ab"
}

.mdi-blur-linear:before {
    content: "\f1ac"
}

.mdi-blur-off:before {
    content: "\f1ad"
}

.mdi-blur-radial:before {
    content: "\f1ae"
}

.mdi-bone:before {
    content: "\f1af"
}

.mdi-book:before {
    content: "\f1b0"
}

.mdi-book-multiple:before {
    content: "\f1b1"
}

.mdi-book-multiple-variant:before {
    content: "\f1b2"
}

.mdi-book-open:before {
    content: "\f1b3"
}

.mdi-book-open-variant:before {
    content: "\f1b4"
}

.mdi-book-variant:before {
    content: "\f1b5"
}

.mdi-bookmark:before {
    content: "\f1b6"
}

.mdi-bookmark-check:before {
    content: "\f1b7"
}

.mdi-bookmark-music:before {
    content: "\f1b8"
}

.mdi-bookmark-outline:before {
    content: "\f1b9"
}

.mdi-bookmark-outline-plus:before {
    content: "\f1ba"
}

.mdi-bookmark-plus:before {
    content: "\f1bb"
}

.mdi-bookmark-remove:before {
    content: "\f1bc"
}

.mdi-border-all:before {
    content: "\f1bd"
}

.mdi-border-bottom:before {
    content: "\f1be"
}

.mdi-border-color:before {
    content: "\f1bf"
}

.mdi-border-horizontal:before {
    content: "\f1c0"
}

.mdi-border-inside:before {
    content: "\f1c1"
}

.mdi-border-left:before {
    content: "\f1c2"
}

.mdi-border-none:before {
    content: "\f1c3"
}

.mdi-border-outside:before {
    content: "\f1c4"
}

.mdi-border-right:before {
    content: "\f1c5"
}

.mdi-border-style:before {
    content: "\f1c6"
}

.mdi-border-top:before {
    content: "\f1c7"
}

.mdi-border-vertical:before {
    content: "\f1c8"
}

.mdi-bowling:before {
    content: "\f1c9"
}

.mdi-box:before {
    content: "\f1ca"
}

.mdi-box-cutter:before {
    content: "\f1cb"
}

.mdi-briefcase:before {
    content: "\f1cc"
}

.mdi-briefcase-check:before {
    content: "\f1cd"
}

.mdi-briefcase-download:before {
    content: "\f1ce"
}

.mdi-briefcase-upload:before {
    content: "\f1cf"
}

.mdi-brightness-1:before {
    content: "\f1d0"
}

.mdi-brightness-2:before {
    content: "\f1d1"
}

.mdi-brightness-3:before {
    content: "\f1d2"
}

.mdi-brightness-4:before {
    content: "\f1d3"
}

.mdi-brightness-5:before {
    content: "\f1d4"
}

.mdi-brightness-6:before {
    content: "\f1d5"
}

.mdi-brightness-7:before {
    content: "\f1d6"
}

.mdi-brightness-auto:before {
    content: "\f1d7"
}

.mdi-broom:before {
    content: "\f1d8"
}

.mdi-brush:before {
    content: "\f1d9"
}

.mdi-bug:before {
    content: "\f1da"
}

.mdi-bulletin-board:before {
    content: "\f1db"
}

.mdi-bullhorn:before {
    content: "\f1dc"
}

.mdi-bus:before {
    content: "\f1dd"
}

.mdi-cached:before {
    content: "\f1de"
}

.mdi-cake:before {
    content: "\f1df"
}

.mdi-cake-layered:before {
    content: "\f1e0"
}

.mdi-cake-variant:before {
    content: "\f1e1"
}

.mdi-calculator:before {
    content: "\f1e2"
}

.mdi-calendar:before {
    content: "\f1e3"
}

.mdi-calendar-blank:before {
    content: "\f1e4"
}

.mdi-calendar-check:before {
    content: "\f1e5"
}

.mdi-calendar-clock:before {
    content: "\f1e6"
}

.mdi-calendar-multiple:before {
    content: "\f1e7"
}

.mdi-calendar-multiple-check:before {
    content: "\f1e8"
}

.mdi-calendar-plus:before {
    content: "\f1e9"
}

.mdi-calendar-remove:before {
    content: "\f1ea"
}

.mdi-calendar-text:before {
    content: "\f1eb"
}

.mdi-calendar-today:before {
    content: "\f1ec"
}

.mdi-call-made:before {
    content: "\f1ed"
}

.mdi-call-merge:before {
    content: "\f1ee"
}

.mdi-call-missed:before {
    content: "\f1ef"
}

.mdi-call-received:before {
    content: "\f1f0"
}

.mdi-call-split:before {
    content: "\f1f1"
}

.mdi-camcorder:before {
    content: "\f1f2"
}

.mdi-camcorder-box:before {
    content: "\f1f3"
}

.mdi-camcorder-box-off:before {
    content: "\f1f4"
}

.mdi-camcorder-off:before {
    content: "\f1f5"
}

.mdi-camera:before {
    content: "\f1f6"
}

.mdi-camera-enhance:before {
    content: "\f1f7"
}

.mdi-camera-front:before {
    content: "\f1f8"
}

.mdi-camera-front-variant:before {
    content: "\f1f9"
}

.mdi-camera-iris:before {
    content: "\f1fa"
}

.mdi-camera-party-mode:before {
    content: "\f1fb"
}

.mdi-camera-rear:before {
    content: "\f1fc"
}

.mdi-camera-rear-variant:before {
    content: "\f1fd"
}

.mdi-camera-switch:before {
    content: "\f1fe"
}

.mdi-camera-timer:before {
    content: "\f1ff"
}

.mdi-candycane:before {
    content: "\f200"
}

.mdi-car:before {
    content: "\f201"
}

.mdi-car-battery:before {
    content: "\f202"
}

.mdi-car-connected:before {
    content: "\f203"
}

.mdi-car-wash:before {
    content: "\f204"
}

.mdi-carrot:before {
    content: "\f205"
}

.mdi-cart:before {
    content: "\f206"
}

.mdi-cart-outline:before {
    content: "\f207"
}

.mdi-cart-plus:before {
    content: "\f208"
}

.mdi-case-sensitive-alt:before {
    content: "\f209"
}

.mdi-cash:before {
    content: "\f20a"
}

.mdi-cash-100:before {
    content: "\f20b"
}

.mdi-cash-multiple:before {
    content: "\f20c"
}

.mdi-cash-usd:before {
    content: "\f20d"
}

.mdi-cast:before {
    content: "\f20e"
}

.mdi-cast-connected:before {
    content: "\f20f"
}

.mdi-castle:before {
    content: "\f210"
}

.mdi-cat:before {
    content: "\f211"
}

.mdi-cellphone:before {
    content: "\f212"
}

.mdi-cellphone-android:before {
    content: "\f213"
}

.mdi-cellphone-basic:before {
    content: "\f214"
}

.mdi-cellphone-dock:before {
    content: "\f215"
}

.mdi-cellphone-iphone:before {
    content: "\f216"
}

.mdi-cellphone-link:before {
    content: "\f217"
}

.mdi-cellphone-link-off:before {
    content: "\f218"
}

.mdi-cellphone-settings:before {
    content: "\f219"
}

.mdi-certificate:before {
    content: "\f21a"
}

.mdi-chair-school:before {
    content: "\f21b"
}

.mdi-chart-arc:before {
    content: "\f21c"
}

.mdi-chart-areaspline:before {
    content: "\f21d"
}

.mdi-chart-bar:before {
    content: "\f21e"
}

.mdi-chart-histogram:before {
    content: "\f21f"
}

.mdi-chart-line:before {
    content: "\f220"
}

.mdi-chart-pie:before {
    content: "\f221"
}

.mdi-check:before {
    content: "\f222"
}

.mdi-check-all:before {
    content: "\f223"
}

.mdi-checkbox-blank:before {
    content: "\f224"
}

.mdi-checkbox-blank-circle:before {
    content: "\f225"
}

.mdi-checkbox-blank-circle-outline:before {
    content: "\f226"
}

.mdi-checkbox-blank-outline:before {
    content: "\f227"
}

.mdi-checkbox-marked:before {
    content: "\f228"
}

.mdi-checkbox-marked-circle:before {
    content: "\f229"
}

.mdi-checkbox-marked-circle-outline:before {
    content: "\f22a"
}

.mdi-checkbox-marked-outline:before {
    content: "\f22b"
}

.mdi-checkbox-multiple-blank:before {
    content: "\f22c"
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "\f22d"
}

.mdi-checkbox-multiple-marked:before {
    content: "\f22e"
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "\f22f"
}

.mdi-checkerboard:before {
    content: "\f230"
}

.mdi-chemical-weapon:before {
    content: "\f231"
}

.mdi-chevron-double-down:before {
    content: "\f232"
}

.mdi-chevron-double-left:before {
    content: "\f233"
}

.mdi-chevron-double-right:before {
    content: "\f234"
}

.mdi-chevron-double-up:before {
    content: "\f235"
}

.mdi-chevron-down:before {
    content: "\f236"
}

.mdi-chevron-left:before {
    content: "\f237"
}

.mdi-chevron-right:before {
    content: "\f238"
}

.mdi-chevron-up:before {
    content: "\f239"
}

.mdi-church:before {
    content: "\f23a"
}

.mdi-cisco-webex:before {
    content: "\f23b"
}

.mdi-city:before {
    content: "\f23c"
}

.mdi-clipboard:before {
    content: "\f23d"
}

.mdi-clipboard-account:before {
    content: "\f23e"
}

.mdi-clipboard-alert:before {
    content: "\f23f"
}

.mdi-clipboard-arrow-down:before {
    content: "\f240"
}

.mdi-clipboard-arrow-left:before {
    content: "\f241"
}

.mdi-clipboard-check:before {
    content: "\f242"
}

.mdi-clipboard-outline:before {
    content: "\f243"
}

.mdi-clipboard-text:before {
    content: "\f244"
}

.mdi-clippy:before {
    content: "\f245"
}

.mdi-clock:before {
    content: "\f246"
}

.mdi-clock-end:before {
    content: "\f247"
}

.mdi-clock-fast:before {
    content: "\f248"
}

.mdi-clock-in:before {
    content: "\f249"
}

.mdi-clock-out:before {
    content: "\f24a"
}

.mdi-clock-start:before {
    content: "\f24b"
}

.mdi-close:before {
    content: "\f24c"
}

.mdi-close-box:before {
    content: "\f24d"
}

.mdi-close-box-outline:before {
    content: "\f24e"
}

.mdi-close-circle:before {
    content: "\f24f"
}

.mdi-close-circle-outline:before {
    content: "\f250"
}

.mdi-close-network:before {
    content: "\f251"
}

.mdi-close-octagon:before {
    content: "\f252"
}

.mdi-close-octagon-outline:before {
    content: "\f253"
}

.mdi-closed-caption:before {
    content: "\f254"
}

.mdi-cloud:before {
    content: "\f255"
}

.mdi-cloud-check:before {
    content: "\f256"
}

.mdi-cloud-circle:before {
    content: "\f257"
}

.mdi-cloud-download:before {
    content: "\f258"
}

.mdi-cloud-outline:before {
    content: "\f259"
}

.mdi-cloud-outline-off:before {
    content: "\f25a"
}

.mdi-cloud-print:before {
    content: "\f25b"
}

.mdi-cloud-print-outline:before {
    content: "\f25c"
}

.mdi-cloud-upload:before {
    content: "\f25d"
}

.mdi-code-array:before {
    content: "\f25e"
}

.mdi-code-braces:before {
    content: "\f25f"
}

.mdi-code-brackets:before {
    content: "\f260"
}

.mdi-code-equal:before {
    content: "\f261"
}

.mdi-code-greater-than:before {
    content: "\f262"
}

.mdi-code-greater-than-or-equal:before {
    content: "\f263"
}

.mdi-code-less-than:before {
    content: "\f264"
}

.mdi-code-less-than-or-equal:before {
    content: "\f265"
}

.mdi-code-not-equal:before {
    content: "\f266"
}

.mdi-code-not-equal-variant:before {
    content: "\f267"
}

.mdi-code-parentheses:before {
    content: "\f268"
}

.mdi-code-string:before {
    content: "\f269"
}

.mdi-code-tags:before {
    content: "\f26a"
}

.mdi-codepen:before {
    content: "\f26b"
}

.mdi-coffee:before {
    content: "\f26c"
}

.mdi-coffee-to-go:before {
    content: "\f26d"
}

.mdi-coin:before {
    content: "\f26e"
}

.mdi-color-helper:before {
    content: "\f26f"
}

.mdi-comment:before {
    content: "\f270"
}

.mdi-comment-account:before {
    content: "\f271"
}

.mdi-comment-account-outline:before {
    content: "\f272"
}

.mdi-comment-alert:before {
    content: "\f273"
}

.mdi-comment-alert-outline:before {
    content: "\f274"
}

.mdi-comment-check:before {
    content: "\f275"
}

.mdi-comment-check-outline:before {
    content: "\f276"
}

.mdi-comment-multiple-outline:before {
    content: "\f277"
}

.mdi-comment-outline:before {
    content: "\f278"
}

.mdi-comment-plus-outline:before {
    content: "\f279"
}

.mdi-comment-processing:before {
    content: "\f27a"
}

.mdi-comment-processing-outline:before {
    content: "\f27b"
}

.mdi-comment-question-outline:before {
    content: "\f27c"
}

.mdi-comment-remove-outline:before {
    content: "\f27d"
}

.mdi-comment-text:before {
    content: "\f27e"
}

.mdi-comment-text-outline:before {
    content: "\f27f"
}

.mdi-compare:before {
    content: "\f280"
}

.mdi-compass:before {
    content: "\f281"
}

.mdi-compass-outline:before {
    content: "\f282"
}

.mdi-console:before {
    content: "\f283"
}

.mdi-contact-mail:before {
    content: "\f284"
}

.mdi-content-copy:before {
    content: "\f285"
}

.mdi-content-cut:before {
    content: "\f286"
}

.mdi-content-duplicate:before {
    content: "\f287"
}

.mdi-content-paste:before {
    content: "\f288"
}

.mdi-content-save:before {
    content: "\f289"
}

.mdi-content-save-all:before {
    content: "\f28a"
}

.mdi-contrast:before {
    content: "\f28b"
}

.mdi-contrast-box:before {
    content: "\f28c"
}

.mdi-contrast-circle:before {
    content: "\f28d"
}

.mdi-cookie:before {
    content: "\f28e"
}

.mdi-cow:before {
    content: "\f28f"
}

.mdi-credit-card:before {
    content: "\f290"
}

.mdi-credit-card-multiple:before {
    content: "\f291"
}

.mdi-credit-card-scan:before {
    content: "\f292"
}

.mdi-crop:before {
    content: "\f293"
}

.mdi-crop-free:before {
    content: "\f294"
}

.mdi-crop-landscape:before {
    content: "\f295"
}

.mdi-crop-portrait:before {
    content: "\f296"
}

.mdi-crop-square:before {
    content: "\f297"
}

.mdi-crosshairs:before {
    content: "\f298"
}

.mdi-crosshairs-gps:before {
    content: "\f299"
}

.mdi-crown:before {
    content: "\f29a"
}

.mdi-cube:before {
    content: "\f29b"
}

.mdi-cube-outline:before {
    content: "\f29c"
}

.mdi-cube-send:before {
    content: "\f29d"
}

.mdi-cube-unfolded:before {
    content: "\f29e"
}

.mdi-cup:before {
    content: "\f29f"
}

.mdi-cup-water:before {
    content: "\f2a0"
}

.mdi-currency-btc:before {
    content: "\f2a1"
}

.mdi-currency-eur:before {
    content: "\f2a2"
}

.mdi-currency-gbp:before {
    content: "\f2a3"
}

.mdi-currency-inr:before {
    content: "\f2a4"
}

.mdi-currency-ngn:before {
    content: "\f2a5"
}

.mdi-currency-rub:before {
    content: "\f2a6"
}

.mdi-currency-try:before {
    content: "\f2a7"
}

.mdi-currency-usd:before {
    content: "\f2a8"
}

.mdi-cursor-default:before {
    content: "\f2a9"
}

.mdi-cursor-default-outline:before {
    content: "\f2aa"
}

.mdi-cursor-move:before {
    content: "\f2ab"
}

.mdi-cursor-pointer:before {
    content: "\f2ac"
}

.mdi-database:before {
    content: "\f2ad"
}

.mdi-database-minus:before {
    content: "\f2ae"
}

.mdi-database-plus:before {
    content: "\f2af"
}

.mdi-debug-step-into:before {
    content: "\f2b0"
}

.mdi-debug-step-out:before {
    content: "\f2b1"
}

.mdi-debug-step-over:before {
    content: "\f2b2"
}

.mdi-decimal-decrease:before {
    content: "\f2b3"
}

.mdi-decimal-increase:before {
    content: "\f2b4"
}

.mdi-delete:before {
    content: "\f2b5"
}

.mdi-delete-variant:before {
    content: "\f2b6"
}

.mdi-delta:before {
    content: "\f2b7"
}

.mdi-deskphone:before {
    content: "\f2b8"
}

.mdi-desktop-mac:before {
    content: "\f2b9"
}

.mdi-desktop-tower:before {
    content: "\f2ba"
}

.mdi-details:before {
    content: "\f2bb"
}

.mdi-deviantart:before {
    content: "\f2bc"
}

.mdi-diamond:before {
    content: "\f2bd"
}

.mdi-dice:before {
    content: "\f2be"
}

.mdi-dice-1:before {
    content: "\f2bf"
}

.mdi-dice-2:before {
    content: "\f2c0"
}

.mdi-dice-3:before {
    content: "\f2c1"
}

.mdi-dice-4:before {
    content: "\f2c2"
}

.mdi-dice-5:before {
    content: "\f2c3"
}

.mdi-dice-6:before {
    content: "\f2c4"
}

.mdi-directions:before {
    content: "\f2c5"
}

.mdi-disk-alert:before {
    content: "\f2c6"
}

.mdi-disqus:before {
    content: "\f2c7"
}

.mdi-disqus-outline:before {
    content: "\f2c8"
}

.mdi-division:before {
    content: "\f2c9"
}

.mdi-division-box:before {
    content: "\f2ca"
}

.mdi-dns:before {
    content: "\f2cb"
}

.mdi-domain:before {
    content: "\f2cc"
}

.mdi-dots-horizontal:before {
    content: "\f2cd"
}

.mdi-dots-vertical:before {
    content: "\f2ce"
}

.mdi-download:before {
    content: "\f2cf"
}

.mdi-drag:before {
    content: "\f2d0"
}

.mdi-drag-horizontal:before {
    content: "\f2d1"
}

.mdi-drag-vertical:before {
    content: "\f2d2"
}

.mdi-drawing:before {
    content: "\f2d3"
}

.mdi-drawing-box:before {
    content: "\f2d4"
}

.mdi-dribbble:before {
    content: "\f2d5"
}

.mdi-dribbble-box:before {
    content: "\f2d6"
}

.mdi-drone:before {
    content: "\f2d7"
}

.mdi-dropbox:before {
    content: "\f2d8"
}

.mdi-drupal:before {
    content: "\f2d9"
}

.mdi-duck:before {
    content: "\f2da"
}

.mdi-dumbbell:before {
    content: "\f2db"
}

.mdi-earth:before {
    content: "\f2dc"
}

.mdi-earth-off:before {
    content: "\f2dd"
}

.mdi-edge:before {
    content: "\f2de"
}

.mdi-eject:before {
    content: "\f2df"
}

.mdi-elevation-decline:before {
    content: "\f2e0"
}

.mdi-elevation-rise:before {
    content: "\f2e1"
}

.mdi-elevator:before {
    content: "\f2e2"
}

.mdi-email:before {
    content: "\f2e3"
}

.mdi-email-open:before {
    content: "\f2e4"
}

.mdi-email-outline:before {
    content: "\f2e5"
}

.mdi-email-secure:before {
    content: "\f2e6"
}

.mdi-emoticon:before {
    content: "\f2e7"
}

.mdi-emoticon-cool:before {
    content: "\f2e8"
}

.mdi-emoticon-devil:before {
    content: "\f2e9"
}

.mdi-emoticon-happy:before {
    content: "\f2ea"
}

.mdi-emoticon-neutral:before {
    content: "\f2eb"
}

.mdi-emoticon-poop:before {
    content: "\f2ec"
}

.mdi-emoticon-sad:before {
    content: "\f2ed"
}

.mdi-emoticon-tongue:before {
    content: "\f2ee"
}

.mdi-engine:before {
    content: "\f2ef"
}

.mdi-engine-outline:before {
    content: "\f2f0"
}

.mdi-equal:before {
    content: "\f2f1"
}

.mdi-equal-box:before {
    content: "\f2f2"
}

.mdi-eraser:before {
    content: "\f2f3"
}

.mdi-escalator:before {
    content: "\f2f4"
}

.mdi-ethernet:before {
    content: "\f2f5"
}

.mdi-ethernet-cable:before {
    content: "\f2f6"
}

.mdi-ethernet-cable-off:before {
    content: "\f2f7"
}

.mdi-etsy:before {
    content: "\f2f8"
}

.mdi-evernote:before {
    content: "\f2f9"
}

.mdi-exclamation:before {
    content: "\f2fa"
}

.mdi-exit-to-app:before {
    content: "\f2fb"
}

.mdi-export:before {
    content: "\f2fc"
}

.mdi-eye:before {
    content: "\f2fd"
}

.mdi-eye-off:before {
    content: "\f2fe"
}

.mdi-eyedropper:before {
    content: "\f2ff"
}

.mdi-eyedropper-variant:before {
    content: "\f300"
}

.mdi-facebook:before {
    content: "\f301"
}

.mdi-facebook-box:before {
    content: "\f302"
}

.mdi-facebook-messenger:before {
    content: "\f303"
}

.mdi-factory:before {
    content: "\f304"
}

.mdi-fan:before {
    content: "\f305"
}

.mdi-fast-forward:before {
    content: "\f306"
}

.mdi-fax:before {
    content: "\f307"
}

.mdi-ferry:before {
    content: "\f308"
}

.mdi-file:before {
    content: "\f309"
}

.mdi-file-chart:before {
    content: "\f30a"
}

.mdi-file-check:before {
    content: "\f30b"
}

.mdi-file-cloud:before {
    content: "\f30c"
}

.mdi-file-delimited:before {
    content: "\f30d"
}

.mdi-file-document:before {
    content: "\f30e"
}

.mdi-file-document-box:before {
    content: "\f30f"
}

.mdi-file-excel:before {
    content: "\f310"
}

.mdi-file-excel-box:before {
    content: "\f311"
}

.mdi-file-export:before {
    content: "\f312"
}

.mdi-file-find:before {
    content: "\f313"
}

.mdi-file-image:before {
    content: "\f314"
}

.mdi-file-import:before {
    content: "\f315"
}

.mdi-file-lock:before {
    content: "\f316"
}

.mdi-file-multiple:before {
    content: "\f317"
}

.mdi-file-music:before {
    content: "\f318"
}

.mdi-file-outline:before {
    content: "\f319"
}

.mdi-file-pdf:before {
    content: "\f31a"
}

.mdi-file-pdf-box:before {
    content: "\f31b"
}

.mdi-file-powerpoint:before {
    content: "\f31c"
}

.mdi-file-powerpoint-box:before {
    content: "\f31d"
}

.mdi-file-presentation-box:before {
    content: "\f31e"
}

.mdi-file-send:before {
    content: "\f31f"
}

.mdi-file-video:before {
    content: "\f320"
}

.mdi-file-word:before {
    content: "\f321"
}

.mdi-file-word-box:before {
    content: "\f322"
}

.mdi-file-xml:before {
    content: "\f323"
}

.mdi-film:before {
    content: "\f324"
}

.mdi-filmstrip:before {
    content: "\f325"
}

.mdi-filmstrip-off:before {
    content: "\f326"
}

.mdi-filter:before {
    content: "\f327"
}

.mdi-filter-outline:before {
    content: "\f328"
}

.mdi-filter-remove:before {
    content: "\f329"
}

.mdi-filter-remove-outline:before {
    content: "\f32a"
}

.mdi-filter-variant:before {
    content: "\f32b"
}

.mdi-fingerprint:before {
    content: "\f32c"
}

.mdi-fire:before {
    content: "\f32d"
}

.mdi-firefox:before {
    content: "\f32e"
}

.mdi-fish:before {
    content: "\f32f"
}

.mdi-flag:before {
    content: "\f330"
}

.mdi-flag-checkered:before {
    content: "\f331"
}

.mdi-flag-outline:before {
    content: "\f332"
}

.mdi-flag-outline-variant:before {
    content: "\f333"
}

.mdi-flag-triangle:before {
    content: "\f334"
}

.mdi-flag-variant:before {
    content: "\f335"
}

.mdi-flash:before {
    content: "\f336"
}

.mdi-flash-auto:before {
    content: "\f337"
}

.mdi-flash-off:before {
    content: "\f338"
}

.mdi-flashlight:before {
    content: "\f339"
}

.mdi-flashlight-off:before {
    content: "\f33a"
}

.mdi-flattr:before {
    content: "\f33b"
}

.mdi-flip-to-back:before {
    content: "\f33c"
}

.mdi-flip-to-front:before {
    content: "\f33d"
}

.mdi-floppy:before {
    content: "\f33e"
}

.mdi-flower:before {
    content: "\f33f"
}

.mdi-folder:before {
    content: "\f340"
}

.mdi-folder-account:before {
    content: "\f341"
}

.mdi-folder-download:before {
    content: "\f342"
}

.mdi-folder-google-drive:before {
    content: "\f343"
}

.mdi-folder-image:before {
    content: "\f344"
}

.mdi-folder-lock:before {
    content: "\f345"
}

.mdi-folder-lock-open:before {
    content: "\f346"
}

.mdi-folder-move:before {
    content: "\f347"
}

.mdi-folder-multiple:before {
    content: "\f348"
}

.mdi-folder-multiple-image:before {
    content: "\f349"
}

.mdi-folder-multiple-outline:before {
    content: "\f34a"
}

.mdi-folder-outline:before {
    content: "\f34b"
}

.mdi-folder-plus:before {
    content: "\f34c"
}

.mdi-folder-remove:before {
    content: "\f34d"
}

.mdi-folder-upload:before {
    content: "\f34e"
}

.mdi-food:before {
    content: "\f34f"
}

.mdi-food-apple:before {
    content: "\f350"
}

.mdi-food-variant:before {
    content: "\f351"
}

.mdi-football:before {
    content: "\f352"
}

.mdi-football-australian:before {
    content: "\f353"
}

.mdi-football-helmet:before {
    content: "\f354"
}

.mdi-format-align-center:before {
    content: "\f355"
}

.mdi-format-align-justify:before {
    content: "\f356"
}

.mdi-format-align-left:before {
    content: "\f357"
}

.mdi-format-align-right:before {
    content: "\f358"
}

.mdi-format-bold:before {
    content: "\f359"
}

.mdi-format-clear:before {
    content: "\f35a"
}

.mdi-format-color-fill:before {
    content: "\f35b"
}

.mdi-format-float-center:before {
    content: "\f35c"
}

.mdi-format-float-left:before {
    content: "\f35d"
}

.mdi-format-float-none:before {
    content: "\f35e"
}

.mdi-format-float-right:before {
    content: "\f35f"
}

.mdi-format-header-1:before {
    content: "\f360"
}

.mdi-format-header-2:before {
    content: "\f361"
}

.mdi-format-header-3:before {
    content: "\f362"
}

.mdi-format-header-4:before {
    content: "\f363"
}

.mdi-format-header-5:before {
    content: "\f364"
}

.mdi-format-header-6:before {
    content: "\f365"
}

.mdi-format-header-decrease:before {
    content: "\f366"
}

.mdi-format-header-equal:before {
    content: "\f367"
}

.mdi-format-header-increase:before {
    content: "\f368"
}

.mdi-format-header-pound:before {
    content: "\f369"
}

.mdi-format-indent-decrease:before {
    content: "\f36a"
}

.mdi-format-indent-increase:before {
    content: "\f36b"
}

.mdi-format-italic:before {
    content: "\f36c"
}

.mdi-format-line-spacing:before {
    content: "\f36d"
}

.mdi-format-list-bulleted:before {
    content: "\f36e"
}

.mdi-format-list-bulleted-type:before {
    content: "\f36f"
}

.mdi-format-list-numbers:before {
    content: "\f370"
}

.mdi-format-paint:before {
    content: "\f371"
}

.mdi-format-paragraph:before {
    content: "\f372"
}

.mdi-format-quote:before {
    content: "\f373"
}

.mdi-format-size:before {
    content: "\f374"
}

.mdi-format-strikethrough:before {
    content: "\f375"
}

.mdi-format-strikethrough-variant:before {
    content: "\f376"
}

.mdi-format-subscript:before {
    content: "\f377"
}

.mdi-format-superscript:before {
    content: "\f378"
}

.mdi-format-text:before {
    content: "\f379"
}

.mdi-format-textdirection-l-to-r:before {
    content: "\f37a"
}

.mdi-format-textdirection-r-to-l:before {
    content: "\f37b"
}

.mdi-format-underline:before {
    content: "\f37c"
}

.mdi-format-wrap-inline:before {
    content: "\f37d"
}

.mdi-format-wrap-square:before {
    content: "\f37e"
}

.mdi-format-wrap-tight:before {
    content: "\f37f"
}

.mdi-format-wrap-top-bottom:before {
    content: "\f380"
}

.mdi-forum:before {
    content: "\f381"
}

.mdi-forward:before {
    content: "\f382"
}

.mdi-foursquare:before {
    content: "\f383"
}

.mdi-fridge:before {
    content: "\f384"
}

.mdi-fridge-filled:before {
    content: "\f385"
}

.mdi-fridge-filled-bottom:before {
    content: "\f386"
}

.mdi-fridge-filled-top:before {
    content: "\f387"
}

.mdi-fullscreen:before {
    content: "\f388"
}

.mdi-fullscreen-exit:before {
    content: "\f389"
}

.mdi-function:before {
    content: "\f38a"
}

.mdi-gamepad:before {
    content: "\f38b"
}

.mdi-gamepad-variant:before {
    content: "\f38c"
}

.mdi-gas-station:before {
    content: "\f38d"
}

.mdi-gate:before {
    content: "\f38e"
}

.mdi-gauge:before {
    content: "\f38f"
}

.mdi-gavel:before {
    content: "\f390"
}

.mdi-gender-female:before {
    content: "\f391"
}

.mdi-gender-male:before {
    content: "\f392"
}

.mdi-gender-male-female:before {
    content: "\f393"
}

.mdi-gender-transgender:before {
    content: "\f394"
}

.mdi-ghost:before {
    content: "\f395"
}

.mdi-gift:before {
    content: "\f396"
}

.mdi-git:before {
    content: "\f397"
}

.mdi-github-box:before {
    content: "\f398"
}

.mdi-github-circle:before {
    content: "\f399"
}

.mdi-glass-flute:before {
    content: "\f39a"
}

.mdi-glass-mug:before {
    content: "\f39b"
}

.mdi-glass-stange:before {
    content: "\f39c"
}

.mdi-glass-tulip:before {
    content: "\f39d"
}

.mdi-glasses:before {
    content: "\f39e"
}

.mdi-gmail:before {
    content: "\f39f"
}

.mdi-google:before {
    content: "\f3a0"
}

.mdi-google-cardboard:before {
    content: "\f3a1"
}

.mdi-google-chrome:before {
    content: "\f3a2"
}

.mdi-google-circles:before {
    content: "\f3a3"
}

.mdi-google-circles-communities:before {
    content: "\f3a4"
}

.mdi-google-circles-extended:before {
    content: "\f3a5"
}

.mdi-google-circles-group:before {
    content: "\f3a6"
}

.mdi-google-controller:before {
    content: "\f3a7"
}

.mdi-google-controller-off:before {
    content: "\f3a8"
}

.mdi-google-drive:before {
    content: "\f3a9"
}

.mdi-google-earth:before {
    content: "\f3aa"
}

.mdi-google-glass:before {
    content: "\f3ab"
}

.mdi-google-nearby:before {
    content: "\f3ac"
}

.mdi-google-pages:before {
    content: "\f3ad"
}

.mdi-google-physical-web:before {
    content: "\f3ae"
}

.mdi-google-play:before {
    content: "\f3af"
}

.mdi-google-plus:before {
    content: "\f3b0"
}

.mdi-google-plus-box:before {
    content: "\f3b1"
}

.mdi-google-translate:before {
    content: "\f3b2"
}

.mdi-google-wallet:before {
    content: "\f3b3"
}

.mdi-grid:before {
    content: "\f3b4"
}

.mdi-grid-off:before {
    content: "\f3b5"
}

.mdi-group:before {
    content: "\f3b6"
}

.mdi-guitar:before {
    content: "\f3b7"
}

.mdi-guitar-pick:before {
    content: "\f3b8"
}

.mdi-guitar-pick-outline:before {
    content: "\f3b9"
}

.mdi-hand-pointing-right:before {
    content: "\f3ba"
}

.mdi-hanger:before {
    content: "\f3bb"
}

.mdi-hangouts:before {
    content: "\f3bc"
}

.mdi-harddisk:before {
    content: "\f3bd"
}

.mdi-headphones:before {
    content: "\f3be"
}

.mdi-headphones-box:before {
    content: "\f3bf"
}

.mdi-headphones-settings:before {
    content: "\f3c0"
}

.mdi-headset:before {
    content: "\f3c1"
}

.mdi-headset-dock:before {
    content: "\f3c2"
}

.mdi-headset-off:before {
    content: "\f3c3"
}

.mdi-heart:before {
    content: "\f3c4"
}

.mdi-heart-box:before {
    content: "\f3c5"
}

.mdi-heart-box-outline:before {
    content: "\f3c6"
}

.mdi-heart-broken:before {
    content: "\f3c7"
}

.mdi-heart-outline:before {
    content: "\f3c8"
}

.mdi-help:before {
    content: "\f3c9"
}

.mdi-help-circle:before {
    content: "\f3ca"
}

.mdi-hexagon:before {
    content: "\f3cb"
}

.mdi-hexagon-outline:before {
    content: "\f3cc"
}

.mdi-history:before {
    content: "\f3cd"
}

.mdi-hololens:before {
    content: "\f3ce"
}

.mdi-home:before {
    content: "\f3cf"
}

.mdi-home-modern:before {
    content: "\f3d0"
}

.mdi-home-variant:before {
    content: "\f3d1"
}

.mdi-hops:before {
    content: "\f3d2"
}

.mdi-hospital:before {
    content: "\f3d3"
}

.mdi-hospital-building:before {
    content: "\f3d4"
}

.mdi-hospital-marker:before {
    content: "\f3d5"
}

.mdi-hotel:before {
    content: "\f3d6"
}

.mdi-houzz:before {
    content: "\f3d7"
}

.mdi-houzz-box:before {
    content: "\f3d8"
}

.mdi-human:before {
    content: "\f3d9"
}

.mdi-human-child:before {
    content: "\f3da"
}

.mdi-human-male-female:before {
    content: "\f3db"
}

.mdi-image:before {
    content: "\f3dc"
}

.mdi-image-album:before {
    content: "\f3dd"
}

.mdi-image-area:before {
    content: "\f3de"
}

.mdi-image-area-close:before {
    content: "\f3df"
}

.mdi-image-broken:before {
    content: "\f3e0"
}

.mdi-image-broken-variant:before {
    content: "\f3e1"
}

.mdi-image-filter:before {
    content: "\f3e2"
}

.mdi-image-filter-black-white:before {
    content: "\f3e3"
}

.mdi-image-filter-center-focus:before {
    content: "\f3e4"
}

.mdi-image-filter-center-focus-weak:before {
    content: "\f3e5"
}

.mdi-image-filter-drama:before {
    content: "\f3e6"
}

.mdi-image-filter-frames:before {
    content: "\f3e7"
}

.mdi-image-filter-hdr:before {
    content: "\f3e8"
}

.mdi-image-filter-none:before {
    content: "\f3e9"
}

.mdi-image-filter-tilt-shift:before {
    content: "\f3ea"
}

.mdi-image-filter-vintage:before {
    content: "\f3eb"
}

.mdi-image-multiple:before {
    content: "\f3ec"
}

.mdi-import:before {
    content: "\f3ed"
}

.mdi-inbox:before {
    content: "\f3ee"
}

.mdi-information:before {
    content: "\f3ef"
}

.mdi-information-outline:before {
    content: "\f3f0"
}

.mdi-instagram:before {
    content: "\f3f1"
}

.mdi-instapaper:before {
    content: "\f3f2"
}

.mdi-internet-explorer:before {
    content: "\f3f3"
}

.mdi-invert-colors:before {
    content: "\f3f4"
}

.mdi-jeepney:before {
    content: "\f3f5"
}

.mdi-jira:before {
    content: "\f3f6"
}

.mdi-jsfiddle:before {
    content: "\f3f7"
}

.mdi-keg:before {
    content: "\f3f8"
}

.mdi-key:before {
    content: "\f3f9"
}

.mdi-key-change:before {
    content: "\f3fa"
}

.mdi-key-minus:before {
    content: "\f3fb"
}

.mdi-key-plus:before {
    content: "\f3fc"
}

.mdi-key-remove:before {
    content: "\f3fd"
}

.mdi-key-variant:before {
    content: "\f3fe"
}

.mdi-keyboard:before {
    content: "\f3ff"
}

.mdi-keyboard-backspace:before {
    content: "\f400"
}

.mdi-keyboard-caps:before {
    content: "\f401"
}

.mdi-keyboard-close:before {
    content: "\f402"
}

.mdi-keyboard-off:before {
    content: "\f403"
}

.mdi-keyboard-return:before {
    content: "\f404"
}

.mdi-keyboard-tab:before {
    content: "\f405"
}

.mdi-keyboard-variant:before {
    content: "\f406"
}

.mdi-label:before {
    content: "\f407"
}

.mdi-label-outline:before {
    content: "\f408"
}

.mdi-lan:before {
    content: "\f409"
}

.mdi-lan-connect:before {
    content: "\f40a"
}

.mdi-lan-disconnect:before {
    content: "\f40b"
}

.mdi-lan-pending:before {
    content: "\f40c"
}

.mdi-language-csharp:before {
    content: "\f40d"
}

.mdi-language-css3:before {
    content: "\f40e"
}

.mdi-language-html5:before {
    content: "\f40f"
}

.mdi-language-javascript:before {
    content: "\f410"
}

.mdi-language-php:before {
    content: "\f411"
}

.mdi-language-python:before {
    content: "\f412"
}

.mdi-language-python-text:before {
    content: "\f413"
}

.mdi-laptop:before {
    content: "\f414"
}

.mdi-laptop-chromebook:before {
    content: "\f415"
}

.mdi-laptop-mac:before {
    content: "\f416"
}

.mdi-laptop-windows:before {
    content: "\f417"
}

.mdi-lastfm:before {
    content: "\f418"
}

.mdi-launch:before {
    content: "\f419"
}

.mdi-layers:before {
    content: "\f41a"
}

.mdi-layers-off:before {
    content: "\f41b"
}

.mdi-leaf:before {
    content: "\f41c"
}

.mdi-led-off:before {
    content: "\f41d"
}

.mdi-led-on:before {
    content: "\f41e"
}

.mdi-led-outline:before {
    content: "\f41f"
}

.mdi-led-variant-off:before {
    content: "\f420"
}

.mdi-led-variant-on:before {
    content: "\f421"
}

.mdi-led-variant-outline:before {
    content: "\f422"
}

.mdi-library:before {
    content: "\f423"
}

.mdi-library-books:before {
    content: "\f424"
}

.mdi-library-music:before {
    content: "\f425"
}

.mdi-library-plus:before {
    content: "\f426"
}

.mdi-lightbulb:before {
    content: "\f427"
}

.mdi-lightbulb-outline:before {
    content: "\f428"
}

.mdi-link:before {
    content: "\f429"
}

.mdi-link-off:before {
    content: "\f42a"
}

.mdi-link-variant:before {
    content: "\f42b"
}

.mdi-link-variant-off:before {
    content: "\f42c"
}

.mdi-linkedin:before {
    content: "\f42d"
}

.mdi-linkedin-box:before {
    content: "\f42e"
}

.mdi-linux:before {
    content: "\f42f"
}

.mdi-lock:before {
    content: "\f430"
}

.mdi-lock-open:before {
    content: "\f431"
}

.mdi-lock-open-outline:before {
    content: "\f432"
}

.mdi-lock-outline:before {
    content: "\f433"
}

.mdi-login:before {
    content: "\f434"
}

.mdi-logout:before {
    content: "\f435"
}

.mdi-looks:before {
    content: "\f436"
}

.mdi-loupe:before {
    content: "\f437"
}

.mdi-lumx:before {
    content: "\f438"
}

.mdi-magnet:before {
    content: "\f439"
}

.mdi-magnet-on:before {
    content: "\f43a"
}

.mdi-magnify:before {
    content: "\f43b"
}

.mdi-magnify-minus:before {
    content: "\f43c"
}

.mdi-magnify-plus:before {
    content: "\f43d"
}

.mdi-mail-ru:before {
    content: "\f43e"
}

.mdi-map:before {
    content: "\f43f"
}

.mdi-map-marker:before {
    content: "\f440"
}

.mdi-map-marker-circle:before {
    content: "\f441"
}

.mdi-map-marker-multiple:before {
    content: "\f442"
}

.mdi-map-marker-off:before {
    content: "\f443"
}

.mdi-map-marker-radius:before {
    content: "\f444"
}

.mdi-margin:before {
    content: "\f445"
}

.mdi-markdown:before {
    content: "\f446"
}

.mdi-marker-check:before {
    content: "\f447"
}

.mdi-martini:before {
    content: "\f448"
}

.mdi-material-ui:before {
    content: "\f449"
}

.mdi-math-compass:before {
    content: "\f44a"
}

.mdi-maxcdn:before {
    content: "\f44b"
}

.mdi-medium:before {
    content: "\f44c"
}

.mdi-memory:before {
    content: "\f44d"
}

.mdi-menu:before {
    content: "\f44e"
}

.mdi-menu-down:before {
    content: "\f44f"
}

.mdi-menu-left:before {
    content: "\f450"
}

.mdi-menu-right:before {
    content: "\f451"
}

.mdi-menu-up:before {
    content: "\f452"
}

.mdi-message:before {
    content: "\f453"
}

.mdi-message-alert:before {
    content: "\f454"
}

.mdi-message-draw:before {
    content: "\f455"
}

.mdi-message-image:before {
    content: "\f456"
}

.mdi-message-outline:before {
    content: "\f457"
}

.mdi-message-processing:before {
    content: "\f458"
}

.mdi-message-reply:before {
    content: "\f459"
}

.mdi-message-reply-text:before {
    content: "\f45a"
}

.mdi-message-text:before {
    content: "\f45b"
}

.mdi-message-text-outline:before {
    content: "\f45c"
}

.mdi-message-video:before {
    content: "\f45d"
}

.mdi-microphone:before {
    content: "\f45e"
}

.mdi-microphone-off:before {
    content: "\f45f"
}

.mdi-microphone-outline:before {
    content: "\f460"
}

.mdi-microphone-settings:before {
    content: "\f461"
}

.mdi-microphone-variant:before {
    content: "\f462"
}

.mdi-microphone-variant-off:before {
    content: "\f463"
}

.mdi-microsoft:before {
    content: "\f464"
}

.mdi-minus:before {
    content: "\f465"
}

.mdi-minus-box:before {
    content: "\f466"
}

.mdi-minus-circle:before {
    content: "\f467"
}

.mdi-minus-circle-outline:before {
    content: "\f468"
}

.mdi-minus-network:before {
    content: "\f469"
}

.mdi-monitor:before {
    content: "\f46a"
}

.mdi-monitor-multiple:before {
    content: "\f46b"
}

.mdi-more:before {
    content: "\f46c"
}

.mdi-motorbike:before {
    content: "\f46d"
}

.mdi-mouse:before {
    content: "\f46e"
}

.mdi-mouse-off:before {
    content: "\f46f"
}

.mdi-mouse-variant:before {
    content: "\f470"
}

.mdi-mouse-variant-off:before {
    content: "\f471"
}

.mdi-movie:before {
    content: "\f472"
}

.mdi-multiplication:before {
    content: "\f473"
}

.mdi-multiplication-box:before {
    content: "\f474"
}

.mdi-music-box:before {
    content: "\f475"
}

.mdi-music-box-outline:before {
    content: "\f476"
}

.mdi-music-circle:before {
    content: "\f477"
}

.mdi-music-note:before {
    content: "\f478"
}

.mdi-music-note-eighth:before {
    content: "\f479"
}

.mdi-music-note-half:before {
    content: "\f47a"
}

.mdi-music-note-off:before {
    content: "\f47b"
}

.mdi-music-note-quarter:before {
    content: "\f47c"
}

.mdi-music-note-sixteenth:before {
    content: "\f47d"
}

.mdi-music-note-whole:before {
    content: "\f47e"
}

.mdi-nature:before {
    content: "\f47f"
}

.mdi-nature-people:before {
    content: "\f480"
}

.mdi-navigation:before {
    content: "\f481"
}

.mdi-needle:before {
    content: "\f482"
}

.mdi-nest-protect:before {
    content: "\f483"
}

.mdi-nest-thermostat:before {
    content: "\f484"
}

.mdi-newspaper:before {
    content: "\f485"
}

.mdi-nfc:before {
    content: "\f486"
}

.mdi-nfc-tap:before {
    content: "\f487"
}

.mdi-nfc-variant:before {
    content: "\f488"
}

.mdi-nodejs:before {
    content: "\f489"
}

.mdi-note:before {
    content: "\f48a"
}

.mdi-note-outline:before {
    content: "\f48b"
}

.mdi-note-plus:before {
    content: "\f48c"
}

.mdi-note-plus-outline:before {
    content: "\f48d"
}

.mdi-note-text:before {
    content: "\f48e"
}

.mdi-notification-clear-all:before {
    content: "\f48f"
}

.mdi-numeric:before {
    content: "\f490"
}

.mdi-numeric-0-box:before {
    content: "\f491"
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "\f492"
}

.mdi-numeric-0-box-outline:before {
    content: "\f493"
}

.mdi-numeric-1-box:before {
    content: "\f494"
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "\f495"
}

.mdi-numeric-1-box-outline:before {
    content: "\f496"
}

.mdi-numeric-2-box:before {
    content: "\f497"
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "\f498"
}

.mdi-numeric-2-box-outline:before {
    content: "\f499"
}

.mdi-numeric-3-box:before {
    content: "\f49a"
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "\f49b"
}

.mdi-numeric-3-box-outline:before {
    content: "\f49c"
}

.mdi-numeric-4-box:before {
    content: "\f49d"
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "\f49e"
}

.mdi-numeric-4-box-outline:before {
    content: "\f49f"
}

.mdi-numeric-5-box:before {
    content: "\f4a0"
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "\f4a1"
}

.mdi-numeric-5-box-outline:before {
    content: "\f4a2"
}

.mdi-numeric-6-box:before {
    content: "\f4a3"
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "\f4a4"
}

.mdi-numeric-6-box-outline:before {
    content: "\f4a5"
}

.mdi-numeric-7-box:before {
    content: "\f4a6"
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "\f4a7"
}

.mdi-numeric-7-box-outline:before {
    content: "\f4a8"
}

.mdi-numeric-8-box:before {
    content: "\f4a9"
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "\f4aa"
}

.mdi-numeric-8-box-outline:before {
    content: "\f4ab"
}

.mdi-numeric-9-box:before {
    content: "\f4ac"
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "\f4ad"
}

.mdi-numeric-9-box-outline:before {
    content: "\f4ae"
}

.mdi-numeric-9-plus-box:before {
    content: "\f4af"
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\f4b0"
}

.mdi-numeric-9-plus-box-outline:before {
    content: "\f4b1"
}

.mdi-nutrition:before {
    content: "\f4b2"
}

.mdi-octagon:before {
    content: "\f4b3"
}

.mdi-octagon-outline:before {
    content: "\f4b4"
}

.mdi-odnoklassniki:before {
    content: "\f4b5"
}

.mdi-office:before {
    content: "\f4b6"
}

.mdi-oil:before {
    content: "\f4b7"
}

.mdi-oil-temperature:before {
    content: "\f4b8"
}

.mdi-omega:before {
    content: "\f4b9"
}

.mdi-onedrive:before {
    content: "\f4ba"
}

.mdi-open-in-app:before {
    content: "\f4bb"
}

.mdi-open-in-new:before {
    content: "\f4bc"
}

.mdi-opera:before {
    content: "\f4bd"
}

.mdi-ornament:before {
    content: "\f4be"
}

.mdi-ornament-variant:before {
    content: "\f4bf"
}

.mdi-outbox:before {
    content: "\f4c0"
}

.mdi-owl:before {
    content: "\f4c1"
}

.mdi-package:before {
    content: "\f4c2"
}

.mdi-package-down:before {
    content: "\f4c3"
}

.mdi-package-up:before {
    content: "\f4c4"
}

.mdi-package-variant:before {
    content: "\f4c5"
}

.mdi-package-variant-closed:before {
    content: "\f4c6"
}

.mdi-palette:before {
    content: "\f4c7"
}

.mdi-palette-advanced:before {
    content: "\f4c8"
}

.mdi-panda:before {
    content: "\f4c9"
}

.mdi-pandora:before {
    content: "\f4ca"
}

.mdi-panorama:before {
    content: "\f4cb"
}

.mdi-panorama-fisheye:before {
    content: "\f4cc"
}

.mdi-panorama-horizontal:before {
    content: "\f4cd"
}

.mdi-panorama-vertical:before {
    content: "\f4ce"
}

.mdi-panorama-wide-angle:before {
    content: "\f4cf"
}

.mdi-paper-cut-vertical:before {
    content: "\f4d0"
}

.mdi-paperclip:before {
    content: "\f4d1"
}

.mdi-parking:before {
    content: "\f4d2"
}

.mdi-pause:before {
    content: "\f4d3"
}

.mdi-pause-circle:before {
    content: "\f4d4"
}

.mdi-pause-circle-outline:before {
    content: "\f4d5"
}

.mdi-pause-octagon:before {
    content: "\f4d6"
}

.mdi-pause-octagon-outline:before {
    content: "\f4d7"
}

.mdi-paw:before {
    content: "\f4d8"
}

.mdi-pen:before {
    content: "\f4d9"
}

.mdi-pencil:before {
    content: "\f4da"
}

.mdi-pencil-box:before {
    content: "\f4db"
}

.mdi-pencil-box-outline:before {
    content: "\f4dc"
}

.mdi-pencil-lock:before {
    content: "\f4dd"
}

.mdi-pencil-off:before {
    content: "\f4de"
}

.mdi-percent:before {
    content: "\f4df"
}

.mdi-pharmacy:before {
    content: "\f4e0"
}

.mdi-phone:before {
    content: "\f4e1"
}

.mdi-phone-bluetooth:before {
    content: "\f4e2"
}

.mdi-phone-forward:before {
    content: "\f4e3"
}

.mdi-phone-hangup:before {
    content: "\f4e4"
}

.mdi-phone-in-talk:before {
    content: "\f4e5"
}

.mdi-phone-incoming:before {
    content: "\f4e6"
}

.mdi-phone-locked:before {
    content: "\f4e7"
}

.mdi-phone-log:before {
    content: "\f4e8"
}

.mdi-phone-missed:before {
    content: "\f4e9"
}

.mdi-phone-outgoing:before {
    content: "\f4ea"
}

.mdi-phone-paused:before {
    content: "\f4eb"
}

.mdi-phone-settings:before {
    content: "\f4ec"
}

.mdi-phone-voip:before {
    content: "\f4ed"
}

.mdi-pi:before {
    content: "\f4ee"
}

.mdi-pi-box:before {
    content: "\f4ef"
}

.mdi-pig:before {
    content: "\f4f0"
}

.mdi-pill:before {
    content: "\f4f1"
}

.mdi-pin:before {
    content: "\f4f2"
}

.mdi-pin-off:before {
    content: "\f4f3"
}

.mdi-pine-tree:before {
    content: "\f4f4"
}

.mdi-pine-tree-box:before {
    content: "\f4f5"
}

.mdi-pinterest:before {
    content: "\f4f6"
}

.mdi-pinterest-box:before {
    content: "\f4f7"
}

.mdi-pizza:before {
    content: "\f4f8"
}

.mdi-play:before {
    content: "\f4f9"
}

.mdi-play-box-outline:before {
    content: "\f4fa"
}

.mdi-play-circle:before {
    content: "\f4fb"
}

.mdi-play-circle-outline:before {
    content: "\f4fc"
}

.mdi-play-pause:before {
    content: "\f4fd"
}

.mdi-play-protected-content:before {
    content: "\f4fe"
}

.mdi-playlist-minus:before {
    content: "\f4ff"
}

.mdi-playlist-play:before {
    content: "\f500"
}

.mdi-playlist-plus:before {
    content: "\f501"
}

.mdi-playlist-remove:before {
    content: "\f502"
}

.mdi-playstation:before {
    content: "\f503"
}

.mdi-plus:before {
    content: "\f504"
}

.mdi-plus-box:before {
    content: "\f505"
}

.mdi-plus-circle:before {
    content: "\f506"
}

.mdi-plus-circle-multiple-outline:before {
    content: "\f507"
}

.mdi-plus-circle-outline:before {
    content: "\f508"
}

.mdi-plus-network:before {
    content: "\f509"
}

.mdi-plus-one:before {
    content: "\f50a"
}

.mdi-pocket:before {
    content: "\f50b"
}

.mdi-pokeball:before {
    content: "\f50c"
}

.mdi-polaroid:before {
    content: "\f50d"
}

.mdi-poll:before {
    content: "\f50e"
}

.mdi-poll-box:before {
    content: "\f50f"
}

.mdi-polymer:before {
    content: "\f510"
}

.mdi-popcorn:before {
    content: "\f511"
}

.mdi-pound:before {
    content: "\f512"
}

.mdi-pound-box:before {
    content: "\f513"
}

.mdi-power:before {
    content: "\f514"
}

.mdi-power-settings:before {
    content: "\f515"
}

.mdi-power-socket:before {
    content: "\f516"
}

.mdi-presentation:before {
    content: "\f517"
}

.mdi-presentation-play:before {
    content: "\f518"
}

.mdi-printer:before {
    content: "\f519"
}

.mdi-printer-3d:before {
    content: "\f51a"
}

.mdi-printer-alert:before {
    content: "\f51b"
}

.mdi-professional-hexagon:before {
    content: "\f51c"
}

.mdi-projector:before {
    content: "\f51d"
}

.mdi-projector-screen:before {
    content: "\f51e"
}

.mdi-pulse:before {
    content: "\f51f"
}

.mdi-puzzle:before {
    content: "\f520"
}

.mdi-qrcode:before {
    content: "\f521"
}

.mdi-qrcode-scan:before {
    content: "\f522"
}

.mdi-quadcopter:before {
    content: "\f523"
}

.mdi-quality-high:before {
    content: "\f524"
}

.mdi-quicktime:before {
    content: "\f525"
}

.mdi-radar:before {
    content: "\f526"
}

.mdi-radiator:before {
    content: "\f527"
}

.mdi-radio:before {
    content: "\f528"
}

.mdi-radio-handheld:before {
    content: "\f529"
}

.mdi-radio-tower:before {
    content: "\f52a"
}

.mdi-radioactive:before {
    content: "\f52b"
}

.mdi-radiobox-blank:before {
    content: "\f52c"
}

.mdi-radiobox-marked:before {
    content: "\f52d"
}

.mdi-raspberrypi:before {
    content: "\f52e"
}

.mdi-ray-end:before {
    content: "\f52f"
}

.mdi-ray-end-arrow:before {
    content: "\f530"
}

.mdi-ray-start:before {
    content: "\f531"
}

.mdi-ray-start-arrow:before {
    content: "\f532"
}

.mdi-ray-start-end:before {
    content: "\f533"
}

.mdi-ray-vertex:before {
    content: "\f534"
}

.mdi-rdio:before {
    content: "\f535"
}

.mdi-read:before {
    content: "\f536"
}

.mdi-readability:before {
    content: "\f537"
}

.mdi-receipt:before {
    content: "\f538"
}

.mdi-record:before {
    content: "\f539"
}

.mdi-record-rec:before {
    content: "\f53a"
}

.mdi-recycle:before {
    content: "\f53b"
}

.mdi-reddit:before {
    content: "\f53c"
}

.mdi-redo:before {
    content: "\f53d"
}

.mdi-redo-variant:before {
    content: "\f53e"
}

.mdi-refresh:before {
    content: "\f53f"
}

.mdi-regex:before {
    content: "\f540"
}

.mdi-relative-scale:before {
    content: "\f541"
}

.mdi-reload:before {
    content: "\f542"
}

.mdi-remote:before {
    content: "\f543"
}

.mdi-rename-box:before {
    content: "\f544"
}

.mdi-repeat:before {
    content: "\f545"
}

.mdi-repeat-off:before {
    content: "\f546"
}

.mdi-repeat-once:before {
    content: "\f547"
}

.mdi-replay:before {
    content: "\f548"
}

.mdi-reply:before {
    content: "\f549"
}

.mdi-reply-all:before {
    content: "\f54a"
}

.mdi-reproduction:before {
    content: "\f54b"
}

.mdi-resize-bottom-right:before {
    content: "\f54c"
}

.mdi-responsive:before {
    content: "\f54d"
}

.mdi-rewind:before {
    content: "\f54e"
}

.mdi-ribbon:before {
    content: "\f54f"
}

.mdi-road:before {
    content: "\f550"
}

.mdi-road-variant:before {
    content: "\f551"
}

.mdi-rocket:before {
    content: "\f552"
}

.mdi-rotate-3d:before {
    content: "\f553"
}

.mdi-rotate-left:before {
    content: "\f554"
}

.mdi-rotate-left-variant:before {
    content: "\f555"
}

.mdi-rotate-right:before {
    content: "\f556"
}

.mdi-rotate-right-variant:before {
    content: "\f557"
}

.mdi-router-wireless:before {
    content: "\f558"
}

.mdi-routes:before {
    content: "\f559"
}

.mdi-rss:before {
    content: "\f55a"
}

.mdi-rss-box:before {
    content: "\f55b"
}

.mdi-ruler:before {
    content: "\f55c"
}

.mdi-run:before {
    content: "\f55d"
}

.mdi-sale:before {
    content: "\f55e"
}

.mdi-satellite:before {
    content: "\f55f"
}

.mdi-satellite-variant:before {
    content: "\f560"
}

.mdi-scale:before {
    content: "\f561"
}

.mdi-scale-bathroom:before {
    content: "\f562"
}

.mdi-school:before {
    content: "\f563"
}

.mdi-screen-rotation:before {
    content: "\f564"
}

.mdi-screen-rotation-lock:before {
    content: "\f565"
}

.mdi-screwdriver:before {
    content: "\f566"
}

.mdi-script:before {
    content: "\f567"
}

.mdi-sd:before {
    content: "\f568"
}

.mdi-seal:before {
    content: "\f569"
}

.mdi-seat-flat:before {
    content: "\f56a"
}

.mdi-seat-flat-angled:before {
    content: "\f56b"
}

.mdi-seat-individual-suite:before {
    content: "\f56c"
}

.mdi-seat-legroom-extra:before {
    content: "\f56d"
}

.mdi-seat-legroom-normal:before {
    content: "\f56e"
}

.mdi-seat-legroom-reduced:before {
    content: "\f56f"
}

.mdi-seat-recline-extra:before {
    content: "\f570"
}

.mdi-seat-recline-normal:before {
    content: "\f571"
}

.mdi-security:before {
    content: "\f572"
}

.mdi-security-network:before {
    content: "\f573"
}

.mdi-select:before {
    content: "\f574"
}

.mdi-select-all:before {
    content: "\f575"
}

.mdi-select-inverse:before {
    content: "\f576"
}

.mdi-select-off:before {
    content: "\f577"
}

.mdi-selection:before {
    content: "\f578"
}

.mdi-send:before {
    content: "\f579"
}

.mdi-server:before {
    content: "\f57a"
}

.mdi-server-minus:before {
    content: "\f57b"
}

.mdi-server-network:before {
    content: "\f57c"
}

.mdi-server-network-off:before {
    content: "\f57d"
}

.mdi-server-off:before {
    content: "\f57e"
}

.mdi-server-plus:before {
    content: "\f57f"
}

.mdi-server-remove:before {
    content: "\f580"
}

.mdi-server-security:before {
    content: "\f581"
}

.mdi-settings:before {
    content: "\f582"
}

.mdi-settings-box:before {
    content: "\f583"
}

.mdi-shape-plus:before {
    content: "\f584"
}

.mdi-share:before {
    content: "\f585"
}

.mdi-share-variant:before {
    content: "\f586"
}

.mdi-shield:before {
    content: "\f587"
}

.mdi-shield-outline:before {
    content: "\f588"
}

.mdi-shopping:before {
    content: "\f589"
}

.mdi-shopping-music:before {
    content: "\f58a"
}

.mdi-shredder:before {
    content: "\f58b"
}

.mdi-shuffle:before {
    content: "\f58c"
}

.mdi-shuffle-disabled:before {
    content: "\f58d"
}

.mdi-shuffle-variant:before {
    content: "\f58e"
}

.mdi-sigma:before {
    content: "\f58f"
}

.mdi-sign-caution:before {
    content: "\f590"
}

.mdi-signal:before {
    content: "\f591"
}

.mdi-silverware:before {
    content: "\f592"
}

.mdi-silverware-fork:before {
    content: "\f593"
}

.mdi-silverware-spoon:before {
    content: "\f594"
}

.mdi-silverware-variant:before {
    content: "\f595"
}

.mdi-sim:before {
    content: "\f596"
}

.mdi-sim-alert:before {
    content: "\f597"
}

.mdi-sim-off:before {
    content: "\f598"
}

.mdi-sitemap:before {
    content: "\f599"
}

.mdi-skip-backward:before {
    content: "\f59a"
}

.mdi-skip-forward:before {
    content: "\f59b"
}

.mdi-skip-next:before {
    content: "\f59c"
}

.mdi-skip-previous:before {
    content: "\f59d"
}

.mdi-skype:before {
    content: "\f59e"
}

.mdi-skype-business:before {
    content: "\f59f"
}

.mdi-slack:before {
    content: "\f5a0"
}

.mdi-sleep:before {
    content: "\f5a1"
}

.mdi-sleep-off:before {
    content: "\f5a2"
}

.mdi-smoking:before {
    content: "\f5a3"
}

.mdi-smoking-off:before {
    content: "\f5a4"
}

.mdi-snapchat:before {
    content: "\f5a5"
}

.mdi-snowman:before {
    content: "\f5a6"
}

.mdi-sofa:before {
    content: "\f5a7"
}

.mdi-sort:before {
    content: "\f5a8"
}

.mdi-sort-alphabetical:before {
    content: "\f5a9"
}

.mdi-sort-ascending:before {
    content: "\f5aa"
}

.mdi-sort-descending:before {
    content: "\f5ab"
}

.mdi-sort-numeric:before {
    content: "\f5ac"
}

.mdi-sort-variant:before {
    content: "\f5ad"
}

.mdi-soundcloud:before {
    content: "\f5ae"
}

.mdi-source-fork:before {
    content: "\f5af"
}

.mdi-source-pull:before {
    content: "\f5b0"
}

.mdi-speaker:before {
    content: "\f5b1"
}

.mdi-speaker-off:before {
    content: "\f5b2"
}

.mdi-speedometer:before {
    content: "\f5b3"
}

.mdi-spellcheck:before {
    content: "\f5b4"
}

.mdi-spotify:before {
    content: "\f5b5"
}

.mdi-spotlight:before {
    content: "\f5b6"
}

.mdi-spotlight-beam:before {
    content: "\f5b7"
}

.mdi-square-inc:before {
    content: "\f5b8"
}

.mdi-square-inc-cash:before {
    content: "\f5b9"
}

.mdi-stackoverflow:before {
    content: "\f5ba"
}

.mdi-stairs:before {
    content: "\f5bb"
}

.mdi-star:before {
    content: "\f5bc"
}

.mdi-star-circle:before {
    content: "\f5bd"
}

.mdi-star-half:before {
    content: "\f5be"
}

.mdi-star-off:before {
    content: "\f5bf"
}

.mdi-star-outline:before {
    content: "\f5c0"
}

.mdi-steam:before {
    content: "\f5c1"
}

.mdi-steering:before {
    content: "\f5c2"
}

.mdi-step-backward:before {
    content: "\f5c3"
}

.mdi-step-backward-2:before {
    content: "\f5c4"
}

.mdi-step-forward:before {
    content: "\f5c5"
}

.mdi-step-forward-2:before {
    content: "\f5c6"
}

.mdi-stethoscope:before {
    content: "\f5c7"
}

.mdi-stocking:before {
    content: "\f5c8"
}

.mdi-stop:before {
    content: "\f5c9"
}

.mdi-store:before {
    content: "\f5ca"
}

.mdi-store-24-hour:before {
    content: "\f5cb"
}

.mdi-stove:before {
    content: "\f5cc"
}

.mdi-subway:before {
    content: "\f5cd"
}

.mdi-sunglasses:before {
    content: "\f5ce"
}

.mdi-swap-horizontal:before {
    content: "\f5cf"
}

.mdi-swap-vertical:before {
    content: "\f5d0"
}

.mdi-swim:before {
    content: "\f5d1"
}

.mdi-switch:before {
    content: "\f5d2"
}

.mdi-sword:before {
    content: "\f5d3"
}

.mdi-sync:before {
    content: "\f5d4"
}

.mdi-sync-alert:before {
    content: "\f5d5"
}

.mdi-sync-off:before {
    content: "\f5d6"
}

.mdi-tab:before {
    content: "\f5d7"
}

.mdi-tab-unselected:before {
    content: "\f5d8"
}

.mdi-table:before {
    content: "\f5d9"
}

.mdi-table-column-plus-after:before {
    content: "\f5da"
}

.mdi-table-column-plus-before:before {
    content: "\f5db"
}

.mdi-table-column-remove:before {
    content: "\f5dc"
}

.mdi-table-column-width:before {
    content: "\f5dd"
}

.mdi-table-edit:before {
    content: "\f5de"
}

.mdi-table-large:before {
    content: "\f5df"
}

.mdi-table-row-height:before {
    content: "\f5e0"
}

.mdi-table-row-plus-after:before {
    content: "\f5e1"
}

.mdi-table-row-plus-before:before {
    content: "\f5e2"
}

.mdi-table-row-remove:before {
    content: "\f5e3"
}

.mdi-tablet:before {
    content: "\f5e4"
}

.mdi-tablet-android:before {
    content: "\f5e5"
}

.mdi-tablet-ipad:before {
    content: "\f5e6"
}

.mdi-tag:before {
    content: "\f5e7"
}

.mdi-tag-faces:before {
    content: "\f5e8"
}

.mdi-tag-multiple:before {
    content: "\f5e9"
}

.mdi-tag-outline:before {
    content: "\f5ea"
}

.mdi-tag-text-outline:before {
    content: "\f5eb"
}

.mdi-target:before {
    content: "\f5ec"
}

.mdi-taxi:before {
    content: "\f5ed"
}

.mdi-teamviewer:before {
    content: "\f5ee"
}

.mdi-telegram:before {
    content: "\f5ef"
}

.mdi-television:before {
    content: "\f5f0"
}

.mdi-television-guide:before {
    content: "\f5f1"
}

.mdi-temperature-celsius:before {
    content: "\f5f2"
}

.mdi-temperature-fahrenheit:before {
    content: "\f5f3"
}

.mdi-temperature-kelvin:before {
    content: "\f5f4"
}

.mdi-tennis:before {
    content: "\f5f5"
}

.mdi-tent:before {
    content: "\f5f6"
}

.mdi-terrain:before {
    content: "\f5f7"
}

.mdi-text-to-speech:before {
    content: "\f5f8"
}

.mdi-text-to-speech-off:before {
    content: "\f5f9"
}

.mdi-texture:before {
    content: "\f5fa"
}

.mdi-theater:before {
    content: "\f5fb"
}

.mdi-theme-light-light:before {
    content: "\f5fc"
}

.mdi-thermometer:before {
    content: "\f5fd"
}

.mdi-thermometer-lines:before {
    content: "\f5fe"
}

.mdi-thumb-down:before {
    content: "\f5ff"
}

.mdi-thumb-down-outline:before {
    content: "\f600"
}

.mdi-thumb-up:before {
    content: "\f601"
}

.mdi-thumb-up-outline:before {
    content: "\f602"
}

.mdi-thumbs-up-down:before {
    content: "\f603"
}

.mdi-ticket:before {
    content: "\f604"
}

.mdi-ticket-account:before {
    content: "\f605"
}

.mdi-ticket-confirmation:before {
    content: "\f606"
}

.mdi-tie:before {
    content: "\f607"
}

.mdi-timelapse:before {
    content: "\f608"
}

.mdi-timer:before {
    content: "\f609"
}

.mdi-timer-10:before {
    content: "\f60a"
}

.mdi-timer-3:before {
    content: "\f60b"
}

.mdi-timer-off:before {
    content: "\f60c"
}

.mdi-timer-sand:before {
    content: "\f60d"
}

.mdi-timetable:before {
    content: "\f60e"
}

.mdi-toggle-switch:before {
    content: "\f60f"
}

.mdi-toggle-switch-off:before {
    content: "\f610"
}

.mdi-tooltip:before {
    content: "\f611"
}

.mdi-tooltip-edit:before {
    content: "\f612"
}

.mdi-tooltip-image:before {
    content: "\f613"
}

.mdi-tooltip-outline:before {
    content: "\f614"
}

.mdi-tooltip-outline-plus:before {
    content: "\f615"
}

.mdi-tooltip-text:before {
    content: "\f616"
}

.mdi-tor:before {
    content: "\f617"
}

.mdi-traffic-light:before {
    content: "\f618"
}

.mdi-train:before {
    content: "\f619"
}

.mdi-tram:before {
    content: "\f61a"
}

.mdi-transcribe:before {
    content: "\f61b"
}

.mdi-transcribe-close:before {
    content: "\f61c"
}

.mdi-transfer:before {
    content: "\f61d"
}

.mdi-tree:before {
    content: "\f61e"
}

.mdi-trello:before {
    content: "\f61f"
}

.mdi-trending-down:before {
    content: "\f620"
}

.mdi-trending-neutral:before {
    content: "\f621"
}

.mdi-trending-up:before {
    content: "\f622"
}

.mdi-triangle:before {
    content: "\f623"
}

.mdi-triangle-outline:before {
    content: "\f624"
}

.mdi-trophy:before {
    content: "\f625"
}

.mdi-trophy-award:before {
    content: "\f626"
}

.mdi-trophy-outline:before {
    content: "\f627"
}

.mdi-trophy-variant:before {
    content: "\f628"
}

.mdi-trophy-variant-outline:before {
    content: "\f629"
}

.mdi-truck:before {
    content: "\f62a"
}

.mdi-truck-delivery:before {
    content: "\f62b"
}

.mdi-tshirt-crew:before {
    content: "\f62c"
}

.mdi-tshirt-v:before {
    content: "\f62d"
}

.mdi-tumblr:before {
    content: "\f62e"
}

.mdi-tumblr-reblog:before {
    content: "\f62f"
}

.mdi-twitch:before {
    content: "\f630"
}

.mdi-twitter:before {
    content: "\f631"
}

.mdi-twitter-box:before {
    content: "\f632"
}

.mdi-twitter-circle:before {
    content: "\f633"
}

.mdi-twitter-retweet:before {
    content: "\f634"
}

.mdi-ubuntu:before {
    content: "\f635"
}

.mdi-umbraco:before {
    content: "\f636"
}

.mdi-umbrella:before {
    content: "\f637"
}

.mdi-umbrella-outline:before {
    content: "\f638"
}

.mdi-undo:before {
    content: "\f639"
}

.mdi-undo-variant:before {
    content: "\f63a"
}

.mdi-unfold-less:before {
    content: "\f63b"
}

.mdi-unfold-more:before {
    content: "\f63c"
}

.mdi-ungroup:before {
    content: "\f63d"
}

.mdi-untappd:before {
    content: "\f63e"
}

.mdi-upload:before {
    content: "\f63f"
}

.mdi-usb:before {
    content: "\f640"
}

.mdi-vector-arrange-above:before {
    content: "\f641"
}

.mdi-vector-arrange-below:before {
    content: "\f642"
}

.mdi-vector-circle:before {
    content: "\f643"
}

.mdi-vector-circle-variant:before {
    content: "\f644"
}

.mdi-vector-combine:before {
    content: "\f645"
}

.mdi-vector-curve:before {
    content: "\f646"
}

.mdi-vector-difference:before {
    content: "\f647"
}

.mdi-vector-difference-ab:before {
    content: "\f648"
}

.mdi-vector-difference-ba:before {
    content: "\f649"
}

.mdi-vector-intersection:before {
    content: "\f64a"
}

.mdi-vector-line:before {
    content: "\f64b"
}

.mdi-vector-point:before {
    content: "\f64c"
}

.mdi-vector-polygon:before {
    content: "\f64d"
}

.mdi-vector-polyline:before {
    content: "\f64e"
}

.mdi-vector-selection:before {
    content: "\f64f"
}

.mdi-vector-square:before {
    content: "\f650"
}

.mdi-vector-triangle:before {
    content: "\f651"
}

.mdi-vector-union:before {
    content: "\f652"
}

.mdi-verified:before {
    content: "\f653"
}

.mdi-vibrate:before {
    content: "\f654"
}

.mdi-video:before {
    content: "\f655"
}

.mdi-video-off:before {
    content: "\f656"
}

.mdi-video-switch:before {
    content: "\f657"
}

.mdi-view-agenda:before {
    content: "\f658"
}

.mdi-view-array:before {
    content: "\f659"
}

.mdi-view-carousel:before {
    content: "\f65a"
}

.mdi-view-column:before {
    content: "\f65b"
}

.mdi-view-dashboard:before {
    content: "\f65c"
}

.mdi-view-day:before {
    content: "\f65d"
}

.mdi-view-grid:before {
    content: "\f65e"
}

.mdi-view-headline:before {
    content: "\f65f"
}

.mdi-view-list:before {
    content: "\f660"
}

.mdi-view-module:before {
    content: "\f661"
}

.mdi-view-quilt:before {
    content: "\f662"
}

.mdi-view-stream:before {
    content: "\f663"
}

.mdi-view-week:before {
    content: "\f664"
}

.mdi-vimeo:before {
    content: "\f665"
}

.mdi-vine:before {
    content: "\f666"
}

.mdi-vk:before {
    content: "\f667"
}

.mdi-vk-box:before {
    content: "\f668"
}

.mdi-vk-circle:before {
    content: "\f669"
}

.mdi-voicemail:before {
    content: "\f66a"
}

.mdi-volume-high:before {
    content: "\f66b"
}

.mdi-volume-low:before {
    content: "\f66c"
}

.mdi-volume-medium:before {
    content: "\f66d"
}

.mdi-volume-off:before {
    content: "\f66e"
}

.mdi-vpn:before {
    content: "\f66f"
}

.mdi-walk:before {
    content: "\f670"
}

.mdi-wallet:before {
    content: "\f671"
}

.mdi-wallet-giftcard:before {
    content: "\f672"
}

.mdi-wallet-membership:before {
    content: "\f673"
}

.mdi-wallet-travel:before {
    content: "\f674"
}

.mdi-wan:before {
    content: "\f675"
}

.mdi-watch:before {
    content: "\f676"
}

.mdi-watch-export:before {
    content: "\f677"
}

.mdi-watch-import:before {
    content: "\f678"
}

.mdi-water:before {
    content: "\f679"
}

.mdi-water-off:before {
    content: "\f67a"
}

.mdi-water-percent:before {
    content: "\f67b"
}

.mdi-water-pump:before {
    content: "\f67c"
}

.mdi-weather-cloudy:before {
    content: "\f67d"
}

.mdi-weather-fog:before {
    content: "\f67e"
}

.mdi-weather-hail:before {
    content: "\f67f"
}

.mdi-weather-lightning:before {
    content: "\f680"
}

.mdi-weather-night:before {
    content: "\f681"
}

.mdi-weather-partlycloudy:before {
    content: "\f682"
}

.mdi-weather-pouring:before {
    content: "\f683"
}

.mdi-weather-rainy:before {
    content: "\f684"
}

.mdi-weather-snowy:before {
    content: "\f685"
}

.mdi-weather-sunny:before {
    content: "\f686"
}

.mdi-weather-sunset:before {
    content: "\f687"
}

.mdi-weather-sunset-down:before {
    content: "\f688"
}

.mdi-weather-sunset-up:before {
    content: "\f689"
}

.mdi-weather-windy:before {
    content: "\f68a"
}

.mdi-weather-windy-variant:before {
    content: "\f68b"
}

.mdi-web:before {
    content: "\f68c"
}

.mdi-webcam:before {
    content: "\f68d"
}

.mdi-weight:before {
    content: "\f68e"
}

.mdi-weight-kilogram:before {
    content: "\f68f"
}

.mdi-whatsapp:before {
    content: "\f690"
}

.mdi-wheelchair-accessibility:before {
    content: "\f691"
}

.mdi-white-balance-auto:before {
    content: "\f692"
}

.mdi-white-balance-incandescent:before {
    content: "\f693"
}

.mdi-white-balance-irradescent:before {
    content: "\f694"
}

.mdi-white-balance-sunny:before {
    content: "\f695"
}

.mdi-wifi:before {
    content: "\f696"
}

.mdi-wifi-off:before {
    content: "\f697"
}

.mdi-wii:before {
    content: "\f698"
}

.mdi-wikipedia:before {
    content: "\f699"
}

.mdi-window-close:before {
    content: "\f69a"
}

.mdi-window-closed:before {
    content: "\f69b"
}

.mdi-window-maximize:before {
    content: "\f69c"
}

.mdi-window-minimize:before {
    content: "\f69d"
}

.mdi-window-open:before {
    content: "\f69e"
}

.mdi-window-restore:before {
    content: "\f69f"
}

.mdi-windows:before {
    content: "\f6a0"
}

.mdi-wordpress:before {
    content: "\f6a1"
}

.mdi-worker:before {
    content: "\f6a2"
}

.mdi-wrap:before {
    content: "\f6a3"
}

.mdi-wrench:before {
    content: "\f6a4"
}

.mdi-wunderlist:before {
    content: "\f6a5"
}

.mdi-xbox:before {
    content: "\f6a6"
}

.mdi-xbox-controller:before {
    content: "\f6a7"
}

.mdi-xbox-controller-off:before {
    content: "\f6a8"
}

.mdi-xda:before {
    content: "\f6a9"
}

.mdi-xing:before {
    content: "\f6aa"
}

.mdi-xing-box:before {
    content: "\f6ab"
}

.mdi-xing-circle:before {
    content: "\f6ac"
}

.mdi-xml:before {
    content: "\f6ad"
}

.mdi-yeast:before {
    content: "\f6ae"
}

.mdi-yelp:before {
    content: "\f6af"
}

.mdi-youtube-play:before {
    content: "\f6b0"
}

.mdi-zip-box:before {
    content: "\f6b1"
}

.mdi-18px {
    font-size: 18px
}

.mdi-24px {
    font-size: 24px
}

.mdi-36px {
    font-size: 36px
}

.mdi-48px {
    font-size: 48px
}

.mdi-light {
    color: rgba(0,0,0,.54)
}

.mdi-light.mdi-inactive {
    color: rgba(0,0,0,.26)
}

.mdi-light {
    color: #fff
}

.mdi-light.mdi-inactive {
    color: rgba(255,255,255,.3)
}

@font-face {
    font-family: socicon;
    src: url(../fonts/socicon.eot);
    src: url(../fonts/socicon.eot#iefix) format("embedded-opentype"),url(../fonts/socicon.woff) format("woff"),url(../fonts/socicon.ttf) format("truetype"),url(../images/socicon.svg#sociconregular) format("svg");
    font-weight: 400;
    font-style: normal;
    text-transform:initial}

.socicon:before,[class*=" socicon-"]:before,[class^=socicon-]:before {
    display: inline-block;
    font-family: socicon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.socicon-airbnb:before {
    content: "\e00e"
}

.socicon-amazon:before {
    content: "\e05c"
}

.socicon-android:before {
    content: "\e03e"
}

.socicon-angellist:before {
    content: "\e062"
}

.socicon-app-net:before {
    content: "\e013"
}

.socicon-apple:before {
    content: "\e02e"
}

.socicon-baidu:before {
    content: "\e061"
}

.socicon-bandcamp:before {
    content: "\e06a"
}

.socicon-bebo:before {
    content: "\e035"
}

.socicon-behance:before {
    content: "\e027"
}

.socicon-blogger:before {
    content: "\e020"
}

.socicon-buffer:before {
    content: "\e018"
}

.socicon-coderwall:before {
    content: "\e011"
}

.socicon-dailymotion:before {
    content: "\e053"
}

.socicon-deezer:before {
    content: "\e06c"
}

.socicon-delicious:before {
    content: "\e028"
}

.socicon-deviantart:before {
    content: "\e029"
}

.socicon-digg:before {
    content: "\e025"
}

.socicon-disqus:before {
    content: "\e019"
}

.socicon-douban:before {
    content: "\e03b"
}

.socicon-dribbble:before {
    content: "\e023"
}

.socicon-drupal:before {
    content: "\e002"
}

.socicon-ebay:before {
    content: "\e063"
}

.socicon-ello:before {
    content: "\e006"
}

.socicon-eight-tracks:before {
    content: "\e05b"
}

.socicon-envato:before {
    content: "\e026"
}

.socicon-facebook:before {
    content: "\e041"
}

.socicon-feedburner:before {
    content: "\e048"
}

.socicon-five-hundred-px:before {
    content: "\e056"
}

.socicon-flattr:before {
    content: "\e02f"
}

.socicon-flickr:before {
    content: "\e055"
}

.socicon-forrst:before {
    content: "\e02a"
}

.socicon-foursquare:before {
    content: "\e044"
}

.socicon-friendfeed:before {
    content: "\e032"
}

.socicon-github:before {
    content: "\e030"
}

.socicon-goodreads:before {
    content: "\e014"
}

.socicon-google:before {
    content: "\e067"
}

.socicon-google-play:before {
    content: "\e02b"
}

.socicon-google-plus:before {
    content: "\e042"
}

.socicon-grooveshark:before {
    content: "\e04f"
}

.socicon-houzz:before {
    content: "\e00a"
}

.socicon-icq:before {
    content: "\e05d"
}

.socicon-identica:before {
    content: "\e034"
}

.socicon-imdb:before {
    content: "\e064"
}

.socicon-instagram:before {
    content: "\e057"
}

.socicon-istock:before {
    content: "\e004"
}

.socicon-itunes:before {
    content: "\e06b"
}

.socicon-lanyrd:before {
    content: "\e016"
}

.socicon-last-fm:before {
    content: "\e050"
}

.socicon-linkedin:before {
    content: "\e049"
}

.socicon-mail:before {
    content: "\e01f"
}

.socicon-meetup:before {
    content: "\e03c"
}

.socicon-mixcloud:before {
    content: "\e001"
}

.socicon-model-mayhem:before {
    content: "\e000"
}

.socicon-mozilla-persona:before {
    content: "\e008"
}

.socicon-myspace:before {
    content: "\e04c"
}

.socicon-newsvine:before {
    content: "\e033"
}

.socicon-odnoklassniki:before {
    content: "\e00d"
}

.socicon-outlook:before {
    content: "\e010"
}

.socicon-patreon:before {
    content: "\e01c"
}

.socicon-paypal:before {
    content: "\e00c"
}

.socicon-periscope:before {
    content: "\e00f"
}

.socicon-pinterest:before {
    content: "\e043"
}

.socicon-playstation:before {
    content: "\e03d"
}

.socicon-play-store:before {
    content: "\e02b"
}

.socicon-pocket:before {
    content: "\e01e"
}

.socicon-qq:before {
    content: "\e03a"
}

.socicon-ravelry:before {
    content: "\e05f"
}

.socicon-reddit:before {
    content: "\e022"
}

.socicon-renren:before {
    content: "\e031"
}

.socicon-resident-advisor:before {
    content: "\e066"
}

.socicon-rss:before {
    content: "\e00b"
}

.socicon-sharethis:before {
    content: "\e069"
}

.socicon-skype:before {
    content: "\e046"
}

.socicon-slideshare:before {
    content: "\e017"
}

.socicon-smugmug:before {
    content: "\e05e"
}

.socicon-snapchat:before {
    content: "\e03f"
}

.socicon-soundcloud:before {
    content: "\e04d"
}

.socicon-spotify:before {
    content: "\e04e"
}

.socicon-stackoverflow:before {
    content: "\e007"
}

.socicon-stayfriends:before {
    content: "\e065 "
}

.socicon-steam:before {
    content: "\e037"
}

.socicon-storehouse:before {
    content: "\e01d"
}

.socicon-stumbleupon:before {
    content: "\e024"
}

.socicon-swarm:before {
    content: "\e003"
}

.socicon-technorati:before {
    content: "\e021"
}

.socicon-tripadvisor:before {
    content: "\e012"
}

.socicon-tripit:before {
    content: "\e015"
}

.socicon-triplej:before {
    content: "\e009"
}

.socicon-tumblr:before {
    content: "\e059"
}

.socicon-twitch:before {
    content: "\e05a"
}

.socicon-twitter:before {
    content: "\e040"
}

.socicon-viadeo:before {
    content: "\e04a"
}

.socicon-vimeo:before {
    content: "\e052"
}

.socicon-vine:before {
    content: "\e054"
}

.socicon-vkontakte:before {
    content: "\e01a"
}

.socicon-weibo:before {
    content: "\e060"
}

.socicon-whatsapp:before {
    content: "\e01b"
}

.socicon-wikipedia:before {
    content: "\e02d"
}

.socicon-windows:before {
    content: "\e039"
}

.socicon-wordpress:before {
    content: "\e058"
}

.socicon-xbox:before {
    content: "\e038"
}

.socicon-xing:before {
    content: "\e04b"
}

.socicon-yahoo:before {
    content: "\e045"
}

.socicon-yammer:before {
    content: "\e005"
}

.socicon-yandex:before {
    content: "\e068"
}

.socicon-yelp:before {
    content: "\e047"
}

.socicon-youtube:before {
    content: "\e051"
}

.socicon-zerply:before {
    content: "\e02c"
}

.socicon-zynga:before {
    content: "\e036"
}

.ae-wp-widget-container {
    display: inline;
    padding: 0;
    background: 0 0
}

.ae-wp-salutation,.ae-wp-profile-link,.ae-wp-logout-link {
    margin: 0 2px;
    display: inline-block;
    width: auto
}

.ae-wp-salutation {
    margin: 0 5px 0 0
}

.ae-wp-profile-link {
    margin: 0 5px
}

.ae-wp-logout-link {
    margin: 0 0 0 5px
}

.ae-cform-modal-container.modal {
    padding: 20px 30px 25px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

@media (max-height: 850px) {
    .ae-cform-modal-container.modal {
        margin-bottom:20vh
    }
}

.ae-cform-modal-container,.ae-cform-container {
    max-width: 500px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #000
}

.ae-cform-modal-container hr,.ae-cform-container hr {
    margin-bottom: 15px;
    margin-top: 15px
}

.ae-cform-signin-button {
    display: inline;
    padding: 10px;
    width: 100px
}

.ae-cform-item {
    position: relative;
    margin: 0 0 .8em
}

.ae-cform-item label {
    display: inline-block;
    width: 100%;
    position: relative
}

.ae-cform-item span {
    margin: 0 0 .5em;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1;
    font-size: 76%;
    color: #555;
    font-weight: 400;
    text-transform: uppercase
}

.ae-cform-item ul.parsley-errors-list {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    color: #c00;
    font-size: 70%;
    text-transform: uppercase;
    padding-left: 0
}

.ae-cform-item ul.parsley-errors-list li {
    margin-left: 0
}

.ae-cform-item input[type=submit] {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    font-size: 16px;
    font-size: 1.3rem;
    padding: .8125em 1.625em;
    width: 100%;
    font-family: inherit
}

.ae-cform-item input[type=submit]:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.3);
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8)
}

.ae-cform-item input[type=text],.ae-cform-item input[type=email],.ae-cform-item input[type=password],.ae-cform-item select {
    font-size: .9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 2px solid rgba(216,216,216,.39);
    color: #000
}

.ae-cform-item input[type=text]:hover,.ae-cform-item input[type=email]:hover,.ae-cform-item input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.ae-cform-item input[type=text]:focus,.ae-cform-item input[type=email]:focus,.ae-cform-item input[type=password]:focus,.ae-cform-item input[type=tel]:focus {
    outline: none;
    border: 1px solid #4d90fe;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.3)
}

.ae-cform-item input[type=text].parsley-error,.ae-cform-item input[type=email].parsley-error,.ae-cform-item input[type=password].parsley-error {
    border: 1px solid #dd4b39
}

.ae-cform-item .ae-cform-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.ae-cform-item .ae-cform-select select {
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #e6e6e6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.ae-cform-item .ae-cform-select select.parsley-error {
    background: rgba(221,75,57,.2)
}

.ae-cform-item .ae-cform-select select::-ms-expand {
    display: none
}

.ae-cform-item .ae-cform-select select:hover,.ae-cform-item .ae-cform-select select:focus {
    color: #000;
    background: #ccc
}

.ae-cform-item .ae-cform-select select:disabled {
    pointer-events: none;
    opacity: .5
}

.ae-cform-item .ae-cform-select .select__arrow {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #7b7b7b transparent transparent
}

.ae-cform-item .ae-cform-select select:hover~.select__arrow,.ae-cform-item .ae-cform-select select:focus~.select__arrow {
    border-top-color: #000
}

.ae-cform-item .ae-cform-select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.ae-cform-item input[type=text],.ae-cform-item input[type=email],.ae-cform-item input[type=password],.ae-cform-item input[type=tel] {
    padding: .9em;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 34px;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    width: 100%
}

.ae-cform-item-captcha div {
    margin: 0 auto
}

.grecaptcha-badge {
    visibility: hidden
}

.captcha-badge-holder {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    transform: scale(.7);
    justify-content: center
}

#grecaptcha-badge-cform {
    display: none;
    position: relative;
    left: 0
}

@media screen and (min-width: 30em) {
    .captcha-badge-holder {
        display:block;
        transform: unset
    }

    #grecaptcha-badge-cform {
        position: fixed;
        bottom: 90px;
        left: -186px;
        -webkit-transition: right .3s ease 0s;
        transition: left .3s ease 0s
    }

    #grecaptcha-badge-cform:hover {
        left: 0
    }
}

.ae-cform-form-links {
    overflow: auto
}

.ae-cform-form-links a {
    font-size: 76%;
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    text-decoration: none;
    border-bottom: 0
}

.ae-cform-form-links a:first-child {
    float: left
}

.ae-cform-form-links a:nth-child(2) {
    float: right
}

.ae-cform-form-links:after {
    clear: right
}

.ae-cform-form-links a:hover {
    text-decoration: underline
}

.ae-cform-email-container .cform-required-field span {
    display: inline
}

.ae-cform-email-container .cform-required-field .ae-cform-required-fields {
    font-size: 60%
}

.ae-cform-email-container .cform-required-field span:first-child {
    color: red
}

.ae-cform-email-container span.hidden {
    display: none
}

.ae-cform-email-container .ae-cform-optins-container {
    padding-bottom: 20px
}

@media screen and (max-width: 46.24em) {
    .ae-cform-form-links a {
        width:100%;
        display: inline-block
    }

    .ae-cform-form-links a:first-child {
        float: none
    }

    .ae-cform-form-links a:nth-child(2) {
        float: none
    }
}

.ae-cform-error-block {
    background-color: rgba(204,0,0,.09);
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    border-color: #c00;
    display: none;
    font-size: 70%;
    text-transform: uppercase
}

.ae-cform-input.day,.ae-cform-input.month {
    width: 12% !important;
    margin-right: .5em
}

.ae-cform-input.year {
    width: 18% !important
}

.ae-cform-safari-incognito-error,.ae-cform-cookies-disabled-error {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 30;
    border-radius: 10px;
    top: 0;
    left: 0
}

.ae-cform-safari-incognito-error p,.ae-cform-cookies-disabled-error p {
    text-align: center;
    cursor: default;
    display: table;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: sans-serif;
    font-size: medium
}

.ae-cform-safari-incognito-error p span,.ae-cform-cookies-disabled-error p span {
    display: table-cell;
    vertical-align: middle
}

.ae-cform-safari-incognito-error p span span,.ae-cform-cookies-disabled-error p span span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 1em;
    max-width: 80%;
    line-height: 1.5em;
    font-size: 1.2em;
    border-radius: 20px
}

.ae-cform-email-form-divider-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px
}

.ae-cform-header-image {
    display: block;
    text-align: center;
    margin: 15px auto;
    max-width: 100%
}

.ae-cform-optin.ae-cform-implied-optin {
    display: none
}

.ae-cform-optin label {
    cursor: pointer
}

.ae-cform-optin label span {
    margin-left: 10px;
    font-size: 82%
}

.ae-cform-optin-terms {
    font-size: 82%
}

.ae-cform-signin-options-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap
}

.ae-cform-social-link {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex-grow: 1;
    font-size: .75em;
    line-height: 40px;
    display: inline-block;
    min-width: 150px;
    height: 40px;
    margin: 2px 0;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: rgba(255,255,255,.8);
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    border-bottom: 0 !important
}

.ae-cform-item-submit-button input {
    -webkit-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ae-cform-item-submit-button-disabled,.ae-cform-item-social-button-disabled {
    opacity: .3
}

.ae-cform-item-submit-button-disabled:hover,.ae-cform-item-social-button-disabled:hover {
    opacity: .3
}

.ae-cform-social-link:hover {
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    color: #fff
}

.ae-cform-item-submit-button-disabled:hover,.ae-cform-item-social-button-disabled:hover {
    opacity: .3;
    cursor: default
}

.ae-cform-social-link i.socicon,.ae-cform-social-link i.mdi,.ae-cform-social-link i.fa,.ae-cform-social-link i.fab,.ae-cform-social-link i.fas {
    line-height: 40px;
    font-size: 14px;
    float: left;
    width: 36px;
    color: #fff;
    background-color: rgba(34,34,34,.5);
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 0 .28125rem;
    vertical-align: middle;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ae-cform-social-link .label {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px 0 6px;
    color: rgba(255,255,255,.8);
    background: 0 0;
    line-height: 1;
    white-space: nowrap;
    border-radius: 0
}

.ae-cform-social-link .label .social {
    font-weight: 700;
    color: #fff
}

.ae-cform-social-link.facebook {
    background-color: #3b5998
}

.ae-cform-social-link.twitter {
    background-color: #00aced
}

.ae-cform-social-link.spotify {
    background-color: #81b71a
}

.ae-cform-social-link.youtube {
    background-color: #b00
}

.ae-cform-social-link.foursquare {
    background-color: #0072b1
}

.ae-cform-social-link.instagram {
    background-color: #517fa4
}

.ae-cform-social-link.tumblr {
    background-color: #32506d
}

.ae-cform-social-link.google {
    background-color: #dd4b39
}

.ae-cform-social-link.soundcloud {
    background-color: #ff3a00
}

.ae-cform-social-link.rdio {
    background-color: #007dc3
}

.ae-cform-social-link.deezer {
    background-color: #23232d
}

.ae-cform-social-link.lastfm {
    background-color: #d01f3c
}

.ae-cform-social-link.discord {
    background-color: #5865f2
}

.ae-cform-social-link.tiktok {
    background-color: #222
}

.ae-cform-social-link.email {
    background-color: #7d7d7d
}

.ae-cform-social-link.beatsmusic {
    background-color: #d41e5c
}

.ae-cform-social-link.deezer i {
    background-color: rgba(50,50,50,.3)
}

.ae-cform-item span.iti__country-name {
    width: auto;
    margin-right: 6px
}

.ae-cform-item span.iti__dial-code {
    width: auto
}

.iti--container {
    z-index: 99999999 !important
}

.iti-mobile .iti--container {
    max-width: calc(100% - 60px)
}

.iti__country-list {
    overflow-x: hidden
}

.iti__country {
    max-width: 500px
}

.iti__flag-container {
    padding: 3px 1px !important
}

.iti__selected-flag {
    outline: none
}

.iti {
    width: 100%
}

.iti input[type=tel] {
    width: 100%;
    max-width: 500px
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    height: 34px;
    font-size: .9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    color: #000;
    outline: none
}

.iti input:hover,.iti input[type=tel]:hover,.iti input[type=text]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0/10%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0/10%)
}

.iti__selected-dial-code,.iti__country {
    font-size: .9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.iti--separate-dial-code .iti__selected-dial-code,span.iti__country-name {
    color: #000 !important
}

span.iti__dial-code {
    color: #999 !important
}

.ae-cform-container:not(.-has-modal) .iti input[type=tel].mobilephone-input-initial {
    padding-left: 75px !important
}

.ae-optin-holder {
    margin-bottom: 20px
}

.ae-cform-optin-title {
    display: block;
    padding-bottom: 15px
}

.blocker {
    z-index: 99999999 !important
}

.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

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

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

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

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

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\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-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-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.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: "\e05b"
}

.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-cloudflare:before {
    content: "\e07d"
}

.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: "\e052"
}

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

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

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

.fa-deezer:before {
    content: "\e077"
}

.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-edge-legacy:before {
    content: "\e078"
}

.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: "\e005"
}

.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: "\e007"
}

.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-pay:before {
    content: "\e079"
}

.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-guilded:before {
    content: "\e07e"
}

.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: "\e05c"
}

.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: "\e05d"
}

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

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

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

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

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

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

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

.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: "\e061"
}

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

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

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

.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-hive:before {
    content: "\e07f"
}

.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: "\e065"
}

.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: "\e013"
}

.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-innosoft:before {
    content: "\e080"
}

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

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

.fa-instalod:before {
    content: "\e081"
}

.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: "\e066"
}

.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: "\e067"
}

.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: "\e01a"
}

.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: "\e056"
}

.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-octopus-deploy:before {
    content: "\e082"
}

.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: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.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: "\e01e"
}

.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: "\e069"
}

.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: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.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-rust:before {
    content: "\e07a"
}

.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: "\e06c"
}

.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: "\e057"
}

.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-sink:before {
    content: "\e06d"
}

.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: "\e06e"
}

.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: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.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-tiktok:before {
    content: "\e07b"
}

.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: "\e072"
}

.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: "\e041"
}

.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-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-uncharted:before {
    content: "\e084"
}

.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: "\e049"
}

.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-unsplash:before {
    content: "\e07c"
}

.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-users-slash:before {
    content: "\e073"
}

.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-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.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: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.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-watchman-monitoring:before {
    content: "\e087"
}

.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-wodu:before {
    content: "\e088"
}

.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-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../images/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../images/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

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

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-mail-forward:before {
    content: "\f064"
}

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

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

.fa.fa-eye,.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

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

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

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

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-facebook-square,.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

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

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-facebook,.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

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

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

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

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

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

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

.fa.fa-pencil-square:before {
    content: "\f14b"
}

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

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before,.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before,.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

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

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-tumblr,.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-support:before {
    content: "\f1cd"
}

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

.fa.fa-ra,.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire,.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

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

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

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

.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: "\f2b4"
}

.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-pinterest-p,.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

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

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

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

.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-diners-club,.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

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

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz,.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-fa,.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers,.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__country-name,.iti__dial-code,.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    max-height: 34px;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(../images/flags%402x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.umgecrm-adhoc-block .umgecrm-top-text {
    margin-bottom: 10px
}

.umgecrm-adhoc-block .umgecrm-bottom-text {
    margin-top: 10px
}

.umgecrm-adhoc-block .umgecrm-casl-country-block {
    margin-top: 10px
}

.umgecrm-adhoc-block .umgecrm-casl {
    display: none
}

.block-editor-container strong {
    font-weight: 700
}

.block-editor-container em {
    font-style: italic
}

.block-editor-container p {
    margin-top: 28px;
    margin-bottom: 28px;
    min-height: 28px
}

.block-editor-container h1 {
    font-size: 2.44em;
    line-height: 1.4;
    font-weight: 600;
    margin-top: .67em;
    margin-bottom: .67em;
    text-transform: none
}

.block-editor-container h2 {
    line-height: 1.4;
    font-size: 1.95em;
    font-weight: 600;
    margin-top: .83em;
    margin-bottom: .83em;
    text-transform: none
}

.block-editor-container h3 {
    font-size: 1.56em;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em
}

.block-editor-container h4 {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1.33em;
    margin-bottom: 1.33em
}

.block-editor-container h5 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1.67em;
    margin-bottom: 1.67em
}

.block-editor-container h6 {
    font-size: .8em;
    font-weight: 600;
    margin-top: 2.33em;
    margin-bottom: 2.33em
}

.block-editor-container .wp-block-image {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em
}
.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Ajusta la altura según sea necesario */
}
iframe {
    width: 100%; /* Cambia según sea necesario */
    height: 80vh; /* Cambia según sea necesario */
    border: 0;
}